
/*全体　共通
最初から設定してあるので特に変更
しなくても大丈夫です♪
-----------------*/
body{
background-color:#FFFEE9;
    
font-family: 'Noto Sans JP', sans-serif;
height: 100%;    
line-height: 1.75;
	font-size: 16px;
	padding:0px;
	margin:0px auto;
	display:block;
}
html {
    height: 100%;
}



/*　パディングをサイズ内側にする処理　*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*ーーーーーーーーーーー*/
/*この下から記述*/
/*ーーーーーーーーーーー*/

.wrapper{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
}


.content_yellow{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    background-color:#FCE000;
    background-image: url(../img/line.svg);     /* 背景画像指定 */
    background-repeat: repeat;  
    background-size: 4%;
    padding: 0px 40px 0px 40px;
}
.content_yellowIN{
    width: 100%;
    min-width: 1100px;
    background-color:#FCE000;
    padding: 6% 0 3%;

}
.content_milk{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    background-color:#FDFAE0;
    background-image: url(../img/line.svg);     /* 背景画像指定 */
    background-repeat: repeat;  
    background-size: 4%;
    padding: 0px 40px 0px 40px;
}
.content_milkIN{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    display: flex; 
    text-decoration: none;
    background-color:#FDFAE0;
    padding: 3% 0;

}
.content_gray{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    background-color:#E6E6E6;
    background-image: url(../img/line.svg);     /* 背景画像指定 */
    background-repeat: repeat;  
    background-size: 4%;
    padding: 0px 40px 0px 40px;
}
.content_grayIN{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    display: flex; 
    text-decoration: none;
    background-color:#E6E6E6;
    padding: 3% 0;

}

.contacttop_box{
    max-width: 1000px;
    height: 280px;
    display: flex; 
    background-image: url(../img/contacttop.svg);
    margin:0px auto 50px auto;
}

.content_box{
    max-width: 1000px;
    display: flex; 
    margin:15px auto 20px auto;
}
.title{
    max-width: 1120px;
    background-color:#FCE000;
    margin:0px auto;
}
.content_boxLtop{
    width: 55%;
   FONT-weight:700;
   line-height: 1.8em;
    display: flex; 
    text-align: left;
    font-size: 2.6em; 
    font-feature-settings: 'palt';
    color:#1B1464;
}

.content_boxLtopthanks{
    margin-top: 150px;
}


.content_boxL{
    width: 50%;
   FONT-weight: 500;
   line-height: 1.5em;
    margin:0px 25%;
    font-size: 1.8em; 
    font-feature-settings: 'palt';
    color:#1A1A1A;
    text-align: left;
    display: flex; 
    flex-direction:column;
    justify-content:center;
}
.content_boxR{
    width: 45%;
    display: flex; 
    margin:0px auto;
     background-image: url(../img/line.svg);     /* 背景画像指定 */
    background-repeat: repeat;  
    background-size: 8%;
}
.content_boxR_IN{
    width: 90%;
    margin:5%;
    background-color:#FFFFFF;
    text-align: center;
    vertical-align: middle;
}




.title img{

	height: 100%;
	width: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;

}

h1{
	margin: 0 0;
	line-height: 40px;
	font-size: 48px;
}
h2{
	margin: 40em;
	line-height: 0;
	font-size: 36px;
}
.ao_moji01{
    font-size: 2.4em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    margin: 0% 0% 3% 0% ;
    color:#1B1464;
    text-align: center;
}
/*　ナビエリア　*/

.content_nav{
    width: 100%;
    height: 80px;
    background-color:#FCE000;
    position: fixed;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6) ;
    

}

nav{
    min-width: 1200px;
	height: 50px;
    width: 100%;
    display:flex; 
    position: fixed;
    justify-content: center;
    margin:15px 0;
   
}
.nav_box{
    font-size: 1.2em; 
    width: 760px;
    height: 50px;
    font-weight: bold; 
    /* background-color: #FFF; */
    display: flex;
    margin-left: 20px;
    padding: 0 0px 0 25px;
    align-items: center;
    border-radius: 8px; /*角丸*/
    align-content: flex-start;
    justify-content: space-between; 
    FONT-weight: 500;
    }

.nav_ing{
    height: 50px;
    margin: 0px ;  
}

/*　リンクの色　*/
a.navlink:link { color: #1B1464; }
a.navlink:visited { color: #1B1464; }
a.navlink:hover { color: #1B1464; 
border-bottom: 2px solid #1B1464;}
a.navlink:active { color: #1B1464; }



 
/*　アバウトの文字の部分　*/  

.kiiro_moji{
    margin: 120px 0px 24px 0px;   
    font-size: 24px; 
    color:#ffd61a;
}
/* h5{
	margin: 0px 0px 64px 0px;
	line-height: 0px;
} */
/*　黒見出し文字の部分　*/  

.kuro_moji{
    margin: 64px 0px 20px 0px;   
    font-size: 24px; 
    color:#222222;
}

/*　真ん中に寄せる授業でやったやつ　*/
.infotop{
    font-size: 1.4em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color:#1B1464;
    FONT-weight: 700;
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align: center; 
    margin: 20px 0px 0px 0px; 
}
.infotel{
    font-size: 1.8em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color:#1B1464;
    FONT-weight: 700;
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align: center; 
    margin: 3px 0px 0px 0px; 
}
.infotime{
    font-size: 1.0em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color:#1B1464;
    FONT-weight: 300;
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align: center; 
    margin: 0px 0px 0px 0px; 
}

.infobutton{
    font-feature-settings: 'palt';
     display:block;
     width: 260px;
     height:45px;
     background-color: #2385DB; /*ボタン色*/
     border-radius: 8px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
    justify-content:center;
    -webkit-align-items: center;
    align-items: center; 
    margin:8px auto 20px auto; 
}

button{
    border: none;
}

.contact_buttonmini{
     display:block;
     width: 260px;
     height:45px;
     color: #FFF;
     text-align: center;
     background-color: #2385DB; /*ボタン色*/
     border-radius: 8px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
    line-height: 1.2em;
    font-size: 1.2em;
    margin:8px auto 20px auto; 
    
}
.contact_buttonmini:hover{
     background-color: #1B1464; /*ボタン色*/
     color: #FFF;
}
.contact_buttonnavi{
     font-size: 1.0em; 
     display:block;
     width: 180px;
     height:36px;
     color: #FFF;
     text-align: center;
     background-color: #2385DB; /*ボタン色*/
     border-radius: 6px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
    line-height: 1.2em;
    border: none;
}
.contact_buttonnavi:hover{
     background-color: #1B1464; /*ボタン色*/
     color: #FFF;
}

.infotext{
    font-size: 1.2em; 
    line-height: 45px;
    FONT-weight: 700;
    font-feature-settings: 'palt';
     color: #FFF;
     text-decoration: none;
     text-align: center;
    -webkit-align-items: center;
    align-items: center; 
}

.folderbox{
    max-width: 1000px;
    display: flex; 
    margin:50px auto 10px auto;
    display:  flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
}
.folderTOP{
    width: 300px;
    line-height: 40px;
    height:45px;
    border-radius: 8px 8px 0px 0px;
    font-size: 1.6em; 
    font-feature-settings: 'palt';
    margin: 0px auto 0px 0px; 
    background-color: #1B1464;
    color: #FFF;
    text-align: center;
}
.folder{
    width: 1000px;
    margin: 0px 0px 0px 0px; 
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align: center; 
    background-color: #FEFCD3;
    text-align: center;
    padding: 30px 0px;
}

/*対応可能な図面*/

.service01{
    font-size: 2.0em; 
    line-height: 1.8em;
    FONT-weight: 500;
    font-feature-settings: 'palt';
    color: #1B1464;
    text-align: center;
}

.service02{
    font-size: 1.0em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: center;
    margin:10px 0px; 
}
.service03{
    font-size: 1.0em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color: #ED1C24;
    text-align: center;
}

.serviceend{
    font-size: 1.4em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: center;
    margin:50px 0px 10px 0px; 
}


.flow_box{
    width: 900px;
    height: 85px;
    font-feature-settings: 'palt';
    display:flex; 

    text-align: center; 
    justify-content: space-between;
    color: #1A1A1A;
    text-align: center;
    margin:10px 0px 10px 0px; 
}
.flow_boxL{
    width: 20%;
    height: 100%;
    font-size: 1.8em; 
    font-weight: 500;
    color: #1B1464;
    display:flex; 
    justify-content: center;
    align-items:center;
    background-color: #D7E0E4; /*ボタン色*/
    border-radius: 10px; /*角丸*/

}
.flow_boxR{
    width: 75%;
    display:flex; 
    flex-direction:column;
    text-align: left;
    }
.flow_text1{
    width: 100%;
    color: #1B1464;
    font-size: 2.0em; 
    line-height: 1.2em;
    FONT-weight: 500;
    margin-bottom: 5px;
    }

.flow_textS{
    color: #1B1464;
    font-size: 0.8em; 
    FONT-weight: 500;
    }

.flow_text2{
    width: 100%;
    color: #1B1464;
    font-size: 1.0em; 
    line-height: 1.2em;
    FONT-weight: 400;
    }    

    .flow_line{
    width: 900px;
    border: 1px solid #1B1464;
    border-style:dashed;
    margin: 10px 0px;
    }  







.price{
    width: 1000px;
    font-size: 1.0em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: light;
    margin:10px auto; 
}

.price_box{
    width: 1000px;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    background-color: #FFF;
    text-align: light;
    margin:10px auto; 
    border-radius: 15px; /*角丸*/
    padding: 10px 0px;
}


.price_text1{
    font-size: 1.2em; 
    line-height: 1.2em;
    FONT-weight: 500;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: light;
    margin:25px 0px 0px 0px; 
}
.price_text2{
    font-size: 1.0em; 
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: light;
    margin:5px 0px 20px 0px; 
}



/*　テーブルのところ　*/
.price_teble{
    width: 90%;
    margin: 20px auto;
    padding: 30px 0px;
    font-size: 1.2em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    letter-spacing: 0.03em;
}

.priceL_teble{
    width: 30%;
    margin: 0px;
    padding: 15px 0px;
    text-align: center; 
    vertical-align: top;
    line-height: 16px;
    border-right: 1px solid #bbb;
    border-style:dashed;
}

.priceR_teble{
    width: 40%;
    margin: 0px;
    padding: 15px 0px;
    text-align: center; 
    line-height: 16px;
    border-right: 1px solid #bbb;
    border-style:dashed;
}



.price{
    width: 1000px;
    font-size: 1.0em; 
    line-height: 1.2em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: light;
    margin:10px auto; 
}



table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
  color: #000;
}

table th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
  text-align: center;
  border-style:dashed;
}

table tr {
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #bbb;
  border-style:dashed;
}

table tr:last-child{
   border-bottom: none
}

table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  text-align: center;
}

table td:last-child{
  border: none;
}



/*制作物*/

.product{
    width: 1000px;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: light;
    margin:10px auto; 
}

.product_box{
    width: 1000px;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between; 
    margin:10px auto; 
}

.product_item01{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/01_1_Developmentview.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}

.product_item02{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/02_1_Joinery.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;
}

.product_item03{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/03_Joinery.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;
}

.product_item04{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/04_shelf.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}

.product_item05{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/05_shelf.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}

.product_item06{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/06_1_counter.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}

.product_item07{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/07_Servicestand.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}

.product_item08{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/08_Tableandbench.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;
}

.product_item09{
    width: 32%;
    height: 225px;
    font-feature-settings: 'palt';
    color: #999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #bbb;
    border-style:dashed;
    margin-top: 2%;
    background-image: url(../img/09_Vanity.jpg);
    background-size: cover;
    cursor: pointer;
    cursor: hand;

}




/*お問い合わせ*/

.contact{
    width: 1000px;
    margin:10px auto; 
    display: flex;
    flex-direction: column;
        align-items: center;
}

.contact_title{
    font-size: 2.6em; 
    line-height: 1.8em;
    FONT-weight: 700;
    font-feature-settings: 'palt';
    color: #1B1464;
    text-align: center;

}
.contact_text01{
    font-size: 2.0em; 
    line-height: 1.5em;
    FONT-weight: 500;
    font-feature-settings: 'palt';
    color: #2385DB;
    text-align: center;
    margin: 10px;
}

.contact_text02{
    font-size: 1.0em; 
    line-height: 1.5em;
    font-feature-settings: 'palt';
    color: #1A1A1A;
    text-align: center;
    margin:5px 0px 20px 0px; 
}

.contact_text03{
    font-size: 1.6em; 
    line-height: 2.2em;
    FONT-weight: 700;
    font-feature-settings: 'palt';
    color: #1B1464;
    text-align: center;
}


.contact_tel{
    font-size: 3.8em; 
    line-height: 1.0em;
    font-feature-settings: 'palt';
    color:#1B1464;
    FONT-weight: 700;
    text-align: center;
}

.contact_tellink{
    color:#1B1464;
}

.contact_time{
    font-size: 1.4em; 
    line-height: 1.8em;
    font-feature-settings: 'palt';
    color:#1B1464;
    FONT-weight: 300;
    text-align: center; 
}

.contact_box{
    width: 1000px;
    font-feature-settings: 'palt';
    background-color: #FEFCD3;
    margin:20px auto 20px auto; 
    border-radius: 15px; /*角丸*/
    padding: 20px 0px 30px 0px;
}

.contact_boxTEL{
    width: 1000px;
    font-feature-settings: 'palt';
    background-color: #FEFCD3;
    margin:60px auto 40px auto; 
    border-radius: 15px; /*角丸*/
    padding: 20px 0px 30px 0px;
}

.contact_boxMAIL{
    width: 1000px;
    font-feature-settings: 'palt';
    background-color: #FEFCD3;
    margin:30px auto 20px auto; 
    border-radius: 15px; /*角丸*/
    padding: 30px 0px 30px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.contact_button{
     display:block;
     width: 450px;
     height:75px;
     line-height: 54px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #2385DB; /*ボタン色*/
     border-radius: 15px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin: 15px 0px 48px 0px;
    line-height: 1.2em;
    font-size: 2.0em; 
    FONT-weight: 700;
}
.contact_button:hover{
     background-color: #1B1464; /*ボタン色*/
     color: #FFF;
}




.marker-yellow {
    line-height: 1.2em;
    font-size: 1.6em; 
    FONT-weight: 700;
    background: linear-gradient(transparent 60%, #FCE000 0%);
}



/*会社概要*/
.content_Company{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    background-color:#666666;
}

.content_CompanyIN{
    width: 100%;
    min-width: 1100px;
    margin:0px auto;
    background-color:#666666;
    padding: 2% 0 2% 0;

}
.Company{
    width: 350px;
    margin:0px auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
}

.Company_box{
    width: 100%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 10px auto 25px auto;
}
.Company_boxL{
    width: 100%;
    color: #FFF;
    
}

.Company_boxR{
    width: 100%;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
    
}

.Company_boxR a{
    color: #FFF;  
}


.Company_text{
    line-height: 1.4em;
    font-size: 1.4em; 
    FONT-weight: 500;
    margin-bottom: 3px;
}
.Company_text2{
    line-height: 1.2em;
    font-size: 1.0em; 
    FONT-weight: 300;
    letter-spacing: 0.05em;
 }   

.footer {
    font-size: 0.8em; 
    margin: auto;
    width: 100%;
    height: 38px;
     display: flex;
    text-align: center; 
    color: #fff;
    background-color: #2E2E2E; 
    align-items: center;
    justify-content: center;
}


/* メールフォーム */
.formrun{
width: 800PX;
display: flex;
flex-direction: column;
justify-content: center;
margin: 5% auto  ;
}

.formbox{
text-align: left;
margin: 0 0 4px 0;
}
.formbox2{
    display: flex;
    align-content: flex-start;
    justify-content: space-between; 
    margin: 0 0 10px 0;
}

.formboxL{
width: 75%;
text-align: left;
}
.formboxR{
width: 23%;
text-align: left;
}


.label{
font-size: 0.8em; 
line-height: 30%;
color: #1B1464; 
margin: 0 0 0 0;
    }

.input{
width: 100%;
font-size: 1.2em; 
color: #666666; 
background-color:#FEF399; 
padding: 8px 12px;
border-radius: 8px; /*角丸*/
    }
.input-success{
width: 100%;
font-size: 1.2em; 
color: #666666; 
background-color:#FEF399; 
padding: 8px 12px;
border-radius: 8px; /*角丸*/
    }
.input-danger{
width: 100%;
font-size: 1.2em; 
color: #ED1C24; 
background-color:#FCE000; 
padding: 8px 12px;
border-radius: 8px; /*角丸*/
    }


.error{
font-size: 1.0em; 
color: #ED1C24; 
    }
textarea{
    height: 80px;
    }

.m_bottom
{
margin-bottom: 5px;
    }


.form_button{
     display:block;
     width: 320px;
     height:55px;
     color: #FFF;
     text-align: center;
     background-color: #2385DB; /*ボタン色*/
     border-radius: 8px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
    line-height: 1.2em;
    font-size: 1.2em;
    margin:8px auto 20px auto; 
    
}
.form_button:hover{
     background-color: #1B1464; /*ボタン色*/
     color: #FFF;
}

.thanks_text{
font-size: 1.2em;
line-height: 1.6em;
font-feature-settings: 'palt';
color: #1A1A1A;
text-align: center;
margin:5px 0px 20px 0px;
}

form textarea{
border: none;
}

form input{
border: none;
}





























