@charset "utf-8";

/* responsive Start */
/*===================================================================== */
@media only screen and (max-width:768px){

.spnone{display: none;}
.pcnone{display: inherit;}
    
/*---------------------------------------------------
	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: 100%; min-width: 100%; margin: 0 auto; padding: 30px 0 20px 0; position: relative;}

.head .nagonoya{width: 15px; position: absolute; left: 25px; top: 30px;}
.head .nagonoya img{width: 100%;}

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

.head .logo h1{
    margin-top: 10px;
    font-size: 2.31rem;
    letter-spacing: -.022em;
    line-height: 100%;
    position: relative;
    font-weight: 900;
}

.head .kashikiri{
    position: absolute;
    top: -13px; 
    right:25px;
    width: 57px;
    height: 57px;
    border-radius: 40px;
    font-size: 11px;
    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: 110px;
    margin: 0 auto;
}

.head .logo h2 img{
    width: 100%;
}
    
.head .logo h3{
    font-size: 14px;
    margin-top: 5px;
}


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

.main-visual {
  width: 100%;
    min-width: 100%;
    margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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


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


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

.maincopy{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    line-height: 200%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.maincopy span{font-size: 18px; font-family: futura-pt, sans-serif; font-weight: 600;}

.maincopy .instadm{
    width: 110px;
    position: relative;
    margin: 15px auto 0 auto;
    top: inherit;
    right: inherit;

}
.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: 30px 0 10px 0;
    color: #5f3819;
    font-size: 15px;
    line-height: 200%;
    font-weight: 500;
}


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

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


.section01 .block .left{
    width: 100%;
    margin-right: 0;
    float: none;
}

.section01 .block .left02{
    width: 100%;
    margin-left: 0;
    float: none;
}

.section01 .block .right{
    width: 100%;
    margin-bottom: 20px;
    float: none;
}

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

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

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


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

.section02 .info01{
    width: calc(85% - 10px);
    margin: 0 auto;
    border: 5px solid #5f3819;
    padding: 0;
    color: #5f3819;
}

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

.section02 dl{
    width: 85%;
    margin: 8% 7.5% 0 7.5%;
    font-size: 15px;
}
.section02 dt{
    float: left;
    width: 25%;
    margin: 0 5% 0 0;
    padding: 0;
    font-weight: 700;
    border-bottom: 1px solid  #5f3819;
    padding-bottom: 24px;
}

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

.section02 .cap{
    width: 85%;
    margin: 0 auto 8% auto;
    font-weight: 700;
}



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

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

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


.section03 .block{width: 85%; margin: 0 auto;}

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

.section03 .block .item01 .icon{width: 80px; margin: 20px auto 0 auto;}
.section03 .block .item02 .icon{width: 120px; margin: 20px auto 0 auto;}
.section03 .block .item03 .icon{width: 80px; margin: 20px auto 0 auto;}

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


.section03 .block .ttl{
    padding: 14px 0;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    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: 0;
}

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

.section03 .block .cap02{
    width: 80%;
    margin: 15px auto 0 auto;
    font-size: 13px;
    line-height: 150%;
}



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


.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: 100%;
    float: none;
    margin-bottom: 20px;
}

.section03 .block .item04 .sec01 .ttl{
    width: 80%;
    font-size: 18px;
    margin: 10px auto 8px auto;
    border-bottom: 2px solid #fff100;
    text-align: left;
}
    
.section03 .block .item04 .sec01 .price{
    width: 80%;
    margin: 5px auto 0 auto;
font-family: futura-pt, sans-serif;
font-weight: 600;
    font-size: 32px;
}
    

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



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

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

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


.section04 .balloon {
  width: 85%;
  margin: 1.5em auto;
  overflow: hidden;
}

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

.section04 .balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

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

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

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

.section04 .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 100px;
  padding: 10px 15px;
  border-radius: 12px;
  background: #f8f5c1;
    
    font-size: 14px;
    line-height: 180%;
}

.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: 40px auto 40px auto;
    border-top: 1px solid #222;
}


.section05{
    width: 90%;
    margin: 0 auto 40px auto;
    background-color: #fff100;
    padding: 20px 0 30px 0;
    border-radius: 20px;
}

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

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

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

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

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

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

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


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

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


.footer .logo{width: 180px; 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: 65px; position: absolute; right: 0; top: 35px;}
.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;
}



/* responsive End */
/*===================================================================== */
}

