@charset "utf-8";

.spnone{display: inherit;}
.pcnone{display: none;}

/*---------------------------------------------------
	futura
---------------------------------------------------*/

.futura_300{
font-family: futura-pt, sans-serif;
font-weight: 300;
}

.futura_400{
font-family: futura-pt, sans-serif;
font-weight: 400;
}

.futura_500{
font-family: futura-pt, sans-serif;
font-weight: 500;
}

.futura_600{
font-family: futura-pt, sans-serif;
font-weight: 600;
}


/*---------------------------------------------------
	Border setting
---------------------------------------------------*/
html:before,html:after,body:before,body:after{
    content:"";
	background:#333333;
    position:fixed;
	display:block;
    z-index:20;
}
/* ...and position them! */
html:before{height:5px;left:0;right:0;top:0;}
html:after{width:5px;top:0;right:0;bottom:0;}
body:before{height:5px;right:0;bottom:0;left:0;}
body:after{width:5px;top:0;bottom:0;left:0;}


/*=====================================================================
#head
======================================================================= */

.head{width: 90%; min-width: 980px; margin: 0 auto; padding: 60px 0 50px 0; position: relative;}

.head .nagonoya{width: 24px; position: absolute; left: 0; top: 70px;}
.head .nagonoya img{width: 100%;}

.head .logo{
    width: 60%;
    max-width: 680px;
    min-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.head .logo h1{
    margin: 15px 0 0 0;
    font-size: 80px;
    letter-spacing: -.022em;
    line-height: 100%;
    position: relative;
}

.head .kashikiri{
    position: absolute;
    top: 0; 
    right:0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .08em;
    font-weight: bold;
    background-color: #fff100;
    
    /*　box要素縦中央 */
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}



.head .logo h2{
    width: 150px;
    margin: 0 auto;
}

.head .logo h2 img{
    width: 100%;
}

.head .logo h3{
    font-size: 18px;
    margin-top: 10px;
}



/*=====================================================================
#main-visual
======================================================================= */

.main-visual {
  width: calc(100% - 40px);
    min-width: 980px;
    margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.main-visual img{
  width: 100%;
}


/*contents
------------------------------------------------------------------------ */


#contents{width: 100%; min-width: 980px; padding: 0;}

.maincopy{
    width: 100%;
    padding: 80px 0;
    text-align: center;
    line-height: 240%;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.maincopy span{font-size: 22px; font-family: futura-pt, sans-serif; font-weight: 600;}

.maincopy .instadm{
    width: 160px;
    position: absolute;
    top: 70px; 
    right:70px;
}
.maincopy .instadm img{width: 100%;}
.maincopy .instadm a{transition: all 0.2s ease;}
.maincopy .instadm a:hover{opacity: 0.6; transition: all 0.1s ease;}


.section01{
    width: 100%;
    background-color: #f8f5c1;
    padding: 80px 0;
    color: #5f3819;
    font-size: 15px;
    line-height: 200%;
    font-weight: 500;
}


.section01 .block{
    width: 90%;
    margin: 0 auto;
}

.section01 .block:nth-child(2){margin: 80px auto;}


.section01 .block .left{
    width: 40%;
    margin-right: 5%;
    float: left;
}

.section01 .block .left02{
    width: 40%;
    margin-left: 5%;
    float: left;
}

.section01 .block .right{
    width: 55%;
    float: left;
}

.section01 .block .left img,.section01 .block .right img{width: 100%;}

.section01 .sentence{
    position: relative;
    margin-bottom: 30px;
    padding: 50px 0 0 90px;
}
.section01 .sentence::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: 120px 120px; 
}

.section01 .sentence span{
    font-weight: 900;
    line-height: 240%;
    background-color: #FFF;
    padding: 6px 10px;
}


.section02{
    width: 100%;
    min-width: 980px;
    padding: 80px 0;
}

.section02 .info01{
    width: 980px;
    margin: 0 auto;
    border: 5px solid #5f3819;
    padding: 0;
    color: #5f3819;
}

.section02 .info01 .ttl{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #5f3819;
    padding: 14px 0 16px 0;
}

.section02 dl{
    width: 90%;
    margin: 5% 5% 0 5%;
    font-size: 16px;
}
.section02 dt{
    float: left;
    width: 20%;
    margin: 0 5% 20px 0;
    padding: 0;
    font-weight: 700;
    border-bottom: 1px solid  #5f3819;
    padding-bottom: 24px;
}

.section02 dd{
    float: left;
    width: 75%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid  #5f3819;
    padding-bottom: 24px;
}

.section02 .cap{
    width: 90%;
    margin: 20px auto 5% auto;
    font-weight: 700;
}



.section03{
    width: 100%;
    min-width: 980px;
    padding: 0 0;
}

.section03 .mainttl{
    width: 100%; 
    background-color: #fff100; 
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 0 24px;
    line-height: 1;
    margin-bottom: 80px;
}

.section03 .mainttl p{font-size: 11px; margin-top: 8px;}


.section03 .block{width: 980px; margin: 0 auto;}

.section03 .block .item01{width: calc(30% - 10px); float: left; border: 5px solid #fff100; border-radius: 20px;}
.section03 .block .item02{width: calc(30% - 10px); margin: 0 5%; float: left; border: 5px solid #fff100; border-radius: 20px;}
.section03 .block .item03{width: calc(30% - 10px); float: left; border: 5px solid #fff100; border-radius: 20px;}

.section03 .block .item01 .icon{width: 100px; margin: 30px auto 0 auto;}
.section03 .block .item02 .icon{width: 140px; margin: 30px auto 0 auto;}
.section03 .block .item03 .icon{width: 100px; margin: 30px auto 0 auto;}

.section03 .block .icon img{width:100%;}


.section03 .block .ttl{
    padding: 18px 0;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 34px;
    border-bottom: 5px solid #fff100;
    line-height: 1;
}

.section03 .block .ttl p{
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    margin: 6px 0 0 0;
}

.section03 .block .price{
    width: 80%;
    margin: 0 auto 0 auto;
font-family: futura-pt, sans-serif;
font-weight: 600;
    font-size: 36px;
}
.section03 .block .price span{
font-size: 12px;
    margin-left: 6px;
}

.section03 .block .price.mt{
margin-top: 24px;
}

.section03 .block .cap01{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
}

.section03 .block .cap02{
    width: 80%;
    margin: 10px auto 30px auto;
    font-size: 11px;
    line-height: 150%;
}

.section03 .block .cap03{
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}



.section03 .block .item04{
    width: calc(100% - 10px); 
    float: left; 
    border: 5px solid #fff100; 
    border-radius: 20px; 
    margin-top: 70px;
    padding-bottom: 30px;
}


.section03 .block .item04 .ttl{
    padding: 18px 0;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    border-bottom: 5px solid #fff100;
    line-height: 1;
}

.section03 .block .item04 .sec01{
    width: 33.3333%;
    float: left;
}

.section03 .block .item04 .sec01 .ttl{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #fff100;
}

.section03 .block .item04 .sec01 .price{
    width: 80%;
    margin: 10px auto 0 auto;
font-family: futura-pt, sans-serif;
font-weight: 600;
    font-size: 36px;
}


.section03 .block .caption{
    font-size: 14px;
    margin-top: 40px;
    line-height: 220%;
}



.section04{
    width: 100%;
    min-width: 980px;
    margin: 80px 0 0 0;
}

.section04 .mainttl{
    width: 100%; 
    background-color: #fff100; 
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 0 24px;
    line-height: 1;
    margin-bottom: 80px;
}

.section04 .mainttl p{font-size: 11px; margin-top: 8px;}


.section04 .balloon {
  width: 980px;
  margin: 1.5em auto;
  overflow: hidden;
}

.section04 .balloon.mb {
  margin-bottom: 60px;
}

.section04 .balloon .faceicon {
  float: left;
  margin-right: -170px;
  width: 160px;
}

.section04 .balloon .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.section04 .balloon .faceicon p{
  font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.section04 .balloon .chatting {
  width: 100%;
}

.section04 .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 195px;
  padding: 20px 30px;
  border-radius: 12px;
  background: #f8f5c1;
    
    font-size: 15px;
    line-height: 220%;
}

.section04 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f8f5c1;
}

.section04 .says p {
  margin: 0;
  padding: 0;
}


.footborder{
    width: 90%; 
    margin: 80px auto 80px auto;
    border-top: 1px solid #222;
}


.section05{
    width: 900px;
    margin: 0 auto 80px auto;
    background-color: #fff100;
    padding: 40px 0 60px 0;
    border-radius: 20px;
}

.section05 .ttl{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    border-bottom: 5px solid #FFF;
    padding-bottom: 30px;
}

.section05 .tel{
    width: 60%;
    margin: 25px auto 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 25px;
    border-bottom: 5px solid #FFF;
    
    background: url("../images/ico_tel.png") no-repeat;
    background-size: 40px auto;
    background-position: 0 6px;
    
    text-indent: 55px;
    
}

.section05 .tel span{font-size: 15px; margin-left: 14px;}

.section05 .mail{
    width: 60%;
    margin: 20px auto 0 auto;
        font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 30px;
    border-bottom: 5px solid #FFF;
}

.section05 .mail a{font-size: 24px;}

.section05 .insta{
    width: 60%;
    margin: 20px auto 0 auto;
            font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
}

.section05 .insta a{font-size: 18px;}


/* Footer
------------------------------------------------------------------------ */

.footer{
    width: 90%; 
    margin: 0 auto;
    text-align: center; 
    color:#222;
    padding:60px 0 70px 0; 
    position: relative; 
    border-top: 1px solid #222;
}


.footer .logo{width: 220px; margin: 0 auto 20px auto;}
.footer .logo img{width:100%;}
.footer .logo a{transition: all 0.2s ease;}
.footer .logo a:hover{opacity: 0.7; transition: all 0.1s ease;}

.footer .insta{width: 70px; position: absolute; right: 0; top: 55px;}
.footer .insta img{width:100%;}
.footer .insta a{transition: all 0.2s ease;}
.footer .insta a:hover{opacity: 0.7; transition: all 0.1s ease;}

.footer .copy{
    font-size: 10px;
    letter-spacing: -.01em;
}


