
@charset "utf-8";

#yumei_hp{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.yumei-inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}*/
    #yumei_hp .none,#yumei_hp .sp{
        display: none;
    } 
    
    #yumei_hp #menu font{
        font-size: 16px;
        font-weight: normal;

    }

#yumei_hp #main{
    width: 100%;
    position: relative;
    text-align: left;
}
#yumei_hp #main h1{
    color: #444444;
    font-size: 80px;
    font-family: ten-mincho, serif!important;
    position: absolute;
    left: 13%;
    top: 35%;
    font-weight: 400;
}
#yumei_hp #main h1 .flex{
    /*width: 40%;
    display: flex;*/
    margin-top: 15px;
    align-items: baseline;
}


#yumei_hp #main h1 .flex p{
    color: #69aeb2;
    font-size: 20px;
    font-family:hiragino-kaku-gothic-pron, sans-serif!important;
    margin-left: 15px;
}
    #yumei_hp #main h1 .flex span.mini {
    font-size: 16px;
    }

#yumei_hp #main h1 .flex span.yumei{
    font-size: 30px;
}
#yumei_hp #main .sp-img{
    display: none;
}
#yumei_hp img{
    width: 100%;
    vertical-align: bottom;
}

/* メッセージ */

#yumei_hp #message{
    margin: 100px 0 0;
}

#yumei_hp #message p:nth-child(1){
    font-size: 38px;
    font-family: ten-mincho, serif!important;
    margin-bottom: 40px;
}
#yumei_hp #message p{
    font-size: 18px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 2;
}

/* 方針 */

#yumei_hp #reason .sp-icon{
    display: none;
}

#yumei_hp #reason ul{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

#yumei_hp #reason li{
    width: 23%;
    position: relative;
}
#yumei_hp #reason li:nth-child(1),#yumei_hp #reason li:nth-child(2),#yumei_hp #reason li:nth-child(3){
    margin-bottom: 20px
}
#yumei_hp #reason .pc-icon,#yumei_hp #reason .sp-icon{
    width: 30%;
    position: absolute;
    top: 10%;
    left:50%;
    transform: translateX(-50%);
}
#yumei_hp #reason li p:nth-of-type(1){
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    top: 28%;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
}
#yumei_hp #reason li p:nth-of-type(2){
    font-size: 25px;
    position: absolute;
    top: 45%;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
}

/* サービス一覧 */

#yumei_hp #service .step{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    
#yumei_hp #service .step ul{
    width: 45%;
    margin-bottom: 50px;
    position: relative;
}
#yumei_hp #service .step ul li{
    font-size: 16px;
    color: #7D7D7D;
    text-align: left;
    line-height: 1.8rem;
}  


#yumei_hp #service .step ul li span{
    font-size: 14px;
    color: #7D7D7D;
    display: inline-block;
    margin-top: 10px;
    line-height: 1.5rem;
}  

#yumei_hp #service .step ul li.point{
    position: absolute;
    color: #fff;
    background: rgba(105,174,178,0.9);
    top: 0;
    left: 0;
    font-size: 15px;
    font-family: "roboto", sans-serif;
    padding: 15px 30px;
    letter-spacing: 0.2rem;
}    
       
#yumei_hp #service .step ul li.ttl{
    font-size: 22px;
    margin: 20px auto;
} 

#yumei_hp .menu {
    color: #fff;
    background-color: #C8C8A9;
    font-size: 18px;
    padding: 25px 40px;
    text-align: left;
    cursor: pointer;
    user-select: none;
    border-radius: 14px!important;
    line-height: 1;
}      

/* よくある質問 */

#yumei_hp .menu-js > li{
    border: 1px solid #C8C8A9;
    border-radius: 15px;
}
#yumei_hp .menu:hover,
#yumei_hp .menu:active,
#yumei_hp .menu.is-active {
  background-color: #C8C8A9;
    color: #fff;
}

#yumei_hp .contents {
  text-align: left;
  line-height: 0;
  height: 0;
   opacity: 0;
    transition-duration: 0.3s;
    padding:0 40px;
}

#yumei_hp .contents.is-open {
  padding: 10px;
  line-height: normal;
  height: auto;
   opacity: 1;
    padding: 25px 40px;
}

#yumei_hp .js-menu{
    position: relative;
}

#yumei_hp #service .js-menu:after {
	content:"+";
	font-size:33px;
	right:20px;
	position:absolute;
    top: 15px;
    color:#fff;
    transition: 0.3s;
}
#yumei_hp #service .js-menu.is-active:after{
    content: "ー" !important;
    font-size: 19px;
    top: 22px;
}

#yumei_hp #service .contents dd{
    margin: 10px auto;
}

#yumei_hp #service .contents dd::before{
    content: "●";
    color: #C8C8A9; 
}

#yumei_hp .view_timer{
    margin-bottom: 30px;
}


@media only screen and (max-width: 1000px){ 
#yumei_hp #service .step ul{
    width: 45%;
}

}



@media only screen and (max-width: 780px){ 
#yumei_hp #service .step ul{
    width: 100%;
    margin-bottom: 50px;
}
#yumei_hp #service .step ul li.point {
    padding: 5px 20px;
}    
   
#yumei_hp #service .step ul li img{
    object-fit: cover;
    aspect-ratio: 200 / 110;
    object-view-box: inset(40px 0px 0px 0px);
}      

#yumei_hp #service .step ul li.ttl{
    font-size: 18px;
    margin: 10px auto;
} 

}


/* メニュー */

#yumei_hp #menu{
    max-width: 1000px;
    margin: 0 auto;
}

#yumei_hp #menu h3{
    text-align: left;
    font-size: 21px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    margin-bottom: 30px;
}
#yumei_hp #menu h3 span{
    color: #7F7F7F;
}


#yumei_hp #menu h3:nth-of-type(2){
    margin-top: 30px;
}
#yumei_hp #menu .price-inner{
    display: flex;
    font-size: 16px;
    padding: 20px 0 0;
    align-items: end;
}
#yumei_hp #menu .price{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-bottom:20px; 
}
#yumei_hp #menu .price .nb{
    border-top:1px solid #707070 ;
    margin-top: 20px;
}
#yumei_hp #menu .price-inner p:nth-child(1){
    width: 85%;
    text-align: left;
}
#yumei_hp #menu .price-inner p:nth-child(2){
    text-align: left;
}



#yumei_hp #menu .lead{
    width: 100%!important;
}

#yumei_hp #menu .price span{
    color: #7F7F7F;
}

/* メニュー追加 */

#yumei_hp #menu .section-title {
    margin: 200px 0 30px;
    }
#yumei_hp #menu .section-title span {
    font-size: 23px;
}

    #yumei_hp #menu span{
    font-size: 14px;
    }

#yumei_hp #menu .ttl{
    font-size: 18px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    margin-bottom: 30px;
    padding: 10px 0;
    background: #69aeb2;
    color: #fff;
    margin-top: 30px;
}

#yumei_hp #menu .price a{
    display: table;
    text-align: left;
    color: #69aeb2;
    border-bottom: 1px solid;
    margin: 20px 0 20px 5px;
    font-size: 13px;
}

#yumei_hp #menu .price span{
    display: block;
    text-align: left;
    margin: 20px 0;    
}

#yumei_hp #menu .price span.course{
    margin: 5px 0;    
}

#yumei_hp #menu div.lead{
    text-align: left;
    margin-top: 15px;
    color: #69aeb2;
    font-size: 18px;
}


#yumei_hp #menu p.text{
    text-align: left;
    margin-top: 20px;
}

#yumei_hp #menu sub{
    vertical-align: top;
}



/* テーブル */

    #yumei_hp #select .flex_box{
      display: flex;
      justify-content: space-between;
      align-items: stretch;    
      /*gap: 20px;*/
    margin-top: 50px;    
    }

    #yumei_hp #select .flex_box .card:not(:first-of-type)  {
      width: 26%;
      text-align: center;    
    }
      
    #yumei_hp #select .flex_box .card:first-of-type {
      width: 18%;
      text-align: center;
    }  
      
    #yumei_hp #select .flex_box .inner {
      background: #EEEEEE;    
    }      
      
    #yumei_hp #select .flex_box .card .box{
      border-bottom: #898989 dashed 1px;
      text-align: center;
      padding: 25px 0;
      width: 90%;
      margin: auto;  
      box-sizing: border-box;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;    
    }
    #yumei_hp #select .flex_box .card .box:last-of-type{
      border-bottom: none;
    }      

    #yumei_hp #select .flex_box .card .box h4 {
      font-size: 18px;
      border-bottom: 1px solid #444444;
      padding-bottom: 10px;
      width:90%;
      margin: 10px auto;
    }

    #yumei_hp #select .flex_box .card:first-of-type h4{
      border: none;
    } 
      
    #yumei_hp #select .flex_box .card .box h4 span{
      color: #69aeb2;
      margin-top: 0;
    }  

    #yumei_hp #select .flex_box .card .box p {
       font-size: 17px;
    }  
      
    #yumei_hp #select .flex_box .card .box span {
       font-size: 14px;
       margin-top: 10px;
        display: inline-block
    }  

    #yumei_hp #select .flex_box .card .box ul{
       margin-top: 30px;
    } 
      
    #yumei_hp #select .flex_box .card .box li{
       font-size: 14px;
       text-align: left;
       margin-bottom: 15px;  
       background: url("../img/menu/check.png") no-repeat;
       padding-left: 20px;
       line-height:1.2;
    } 

    #yumei_hp #select .flex_box .card .box .pc{
       display: block;
    } 
      
      
    #yumei_hp #select .flex_box .card .box span.gr {
       font-size: 13px; 
        color: #727171;
    }  

    #yumei_hp #select .flex_box .card:first-of-type p,#yumei_hp #select .flex_box .card:first-of-type .img p:first-of-type{
      font-size: 16px;
    }

    #yumei_hp #select .flex_box .card .img img {
      width: 50%;
      margin: 25px auto 0;
    }

    #yumei_hp #select .flex_box .card .img p:first-of-type {
      font-size: 13px;
    }  

    #yumei_hp #select .btn {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 20px;
      color: #fff;
      background: #69aeb2;
      text-decoration: none;
      border-radius: 5px;
    }


* {
  box-sizing: border-box;
}
    @media (max-width: 800px) {
 #yumei_hp #menu .section-title span {
    font-size: 18px;
}        
      #yumei_hp #select .flex_box{
        flex-direction: column;
        align-items: center;
      }
        #yumei_hp #select .flex_box .card:first-of-type{
            display: none;
        } 
        
    #yumei_hp #select .flex_box .card:not(:first-of-type){
      width: 100%;   
    }
        #yumei_hp #select .flex_box .card p.sp{
            font-size:16px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #69aeb2;
        } 
        
    #yumei_hp #select .flex_box .card .box {
    padding: 15px 0;
}
    #yumei_hp #select .flex_box .card .img img {
    width: 25%;
    margin: 15px auto 0;
}
        #yumei_hp #select .flex_box .card .time,#yumei_hp #select .flex_box .card .option,#yumei_hp #select .flex_box .card .period{
            display: none;
        }
      #yumei_hp #select .flex_box .card .box:nth-of-type(2){
      border-bottom: none;
    }
        
        #yumei_hp #select .flex_box .card .box ul{
            width: 70%;
            margin: 15px auto 0;
        } 
        
        #yumei_hp #select .btn{
            margin-bottom: 50px;
        }

    }
















/* トリートメントメニュー */
#yumei_hp #option .section-title {
    margin: 200px 0 30px;
    }
#yumei_hp #option .section-title span {
    font-size: 23px;
}

#yumei_hp #option span {
    font-size: 14px;
    }

#yumei_hp #option .bg {
    background: #EEEEEE;
    padding: 60px 0 20px;
    margin-top: 50px;
    }
#yumei_hp #option .bg p{
    font-size: 20px;
    margin-bottom: 30px;
    }

#yumei_hp #option .flex_box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 800px;
    margin: auto;
    flex-wrap: wrap;
    }

#yumei_hp #option .box {
    width: 48%;
    max-width: 390px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 3px 3px 15px #ccc;
    }

#yumei_hp #option .box .inner {
    padding: 25px 5%;
    }

#yumei_hp #option .box .inner ol{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#yumei_hp #option .box .inner ol li{
    width: 48%;
    text-align: center;
    font-size: 12px;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
    font-size: 15px;
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #3c893d;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

#yumei_hp #option .box .inner dt{
    background: #3c893d;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    }
#yumei_hp #option .box .inner dd h3{
    font-size: 23px;
    color: #3c893d;
    margin: 10px auto;
    line-height: 1.2;
    }

#yumei_hp #option .box .inner dd{
    text-align: left;
    font-size: 20px;
    }


#yumei_hp #option .box .inner ul{
    margin: 15px auto;
    } 

#yumei_hp #option .box .inner li{
    text-align: left;
    } 

#yumei_hp #option .box .text{
    font-size: 15px;
    text-align: left;
    margin: 20px auto;
    background: #d1e1d0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    } 
#yumei_hp #option .box .text p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}
#yumei_hp #option .box .text p i{
    margin-right: 10px;
    color: #3c893d;
}
#yumei_hp #option .box .btn{
    background: #69aeb2;
    border-radius: 8px;
}
#yumei_hp #option .box .btn a{
    display: block;
    color: #fff;
    padding: 20px 0;
}

#yumei_hp #option .box:nth-of-type(2)  .inner dt{
    background: #18345f;
}
#yumei_hp #option .box:nth-of-type(2) .inner dd h3,
#yumei_hp #option .box:nth-of-type(2) .star5_rating:after,
#yumei_hp #option .box:nth-of-type(2) .text p i{
    color: #18345f;
}

#yumei_hp #option .box:nth-of-type(2)  .text{
    background: #d6dae1;
}

#yumei_hp #option .box:nth-of-type(3)  .inner dt{
    background: #aa7f36;
}
#yumei_hp #option .box:nth-of-type(3) .inner dd h3,
#yumei_hp #option .box:nth-of-type(3) .star5_rating:after,
#yumei_hp #option .box:nth-of-type(3) .text p i{
    color: #aa7f36;
}

#yumei_hp #option .box:nth-of-type(3)  .text{
    background: #e6d9c3;
}

#yumei_hp #option .box:nth-of-type(4)  .inner dt{
    background: #8a6ea6;
}
#yumei_hp #option .box:nth-of-type(4) .inner dd h3,
#yumei_hp #option .box:nth-of-type(4) .star5_rating:after,
#yumei_hp #option .box:nth-of-type(4) .text p i{
    color: #8a6ea6;
}

#yumei_hp #option .box:nth-of-type(4)  .text{
    background: #dcd4e5;
}





 @media (max-width: 800px) {
#yumei_hp #option .flex_box {
    display: block;
    }

#yumei_hp #option .box {
    width: 100%;
    max-width: none;
    }
    }
        
 @media (max-width: 460px) {
#yumei_hp #option .box .inner dd h3 {
    font-size: 18px;
}
#yumei_hp #option .box .inner dd {
    font-size: 17px;
}
#yumei_hp #option .box .inner li{
    font-size: 14px;
}
#yumei_hp #option .box .text p {
    font-size: 15px;
}



}





/* よくある質問 */

#yumei_hp #faq .menu:after {
	content:">";
	font-size: 30px;
	right:20px;
	position:absolute;
	top: 20px;
    color:#fff;
}
#yumei_hp #faq .menu{
    padding: 0;
    margin-bottom: 20px;
}
#yumei_hp #faq .menu-js > li{
    border: none;
} 
#yumei_hp #faq a{
    display: block;
    padding: 25px 40px;
    text-decoration: none;
    color: #fff;
}









/* 店舗情報 */



#yumei_hp #info{
    margin-bottom: 200px;
}

#yumei_hp #info h2 span{
    margin: 25px 0 0 0; 
    font-size: 16px;
}

#yumei_hp #info span.mini{
    font-size: 12px;
    margin: 15px 0 0 0;
    display: block;

}


#yumei_hp #info .info-inner{
    display: flex;
    justify-content: space-between;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

#yumei_hp #info div.bo{
    border-bottom: 1px #707070 dashed;
}



#yumei_hp #info .info-inner .img{
    width: 38%;
}


#yumei_hp #info .ttl,#yumei_hp #info .detail p{
    text-align: left;
}
#yumei_hp #info .ttl p:nth-child(1),#yumei_hp #info .detail > p:nth-child(1){
    font-size: 23px;
    color: #69aeb2;
    margin-bottom: 20px;
}

#yumei_hp #info li.ttl{
    line-height: 2rem!important;
}

#yumei_hp #info .ttl span.yumei{
    font-size: 30px;
    font-weight: 200;
    width: auto;
}

#yumei_hp #info .btn{
    width: 90%;
    background: #69aeb2;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
}

#yumei_hp #info .btn a{
    display: inline-block;
    background: #fff;
    color: #69aeb2;
    padding: 5px 0;
    width: 45%;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
}


#yumei_hp #info .detail > p:nth-child(2){
    width: 40%;
}

#yumei_hp #info .detail ul{
    margin-top: 50px;
}

#yumei_hp #info .detail li{
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}
#yumei_hp #info .detail li span{
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    width: 90%;
}

#yumei_hp #info .detail li span.text_mini{
    font-size: 13px;
    line-height: 18px;
    margin-top: 7px;
}

#yumei_hp #info .detail li span.ttl{
    font-size: 13px;
    color: #69aeb2;
    border: 1px solid #69aeb2;
    width: auto;
    padding: 0px 5px;
    margin-bottom: 5px;
}

#yumei_hp #info .iframeWrapper {
    position: relative;
    width: 50%;
    margin-top: 30px;
}

#yumei_hp #info .iframeWrapper::before {
    content: "";
    display: block;
    padding-top: calc(470 / 400 * 100%);
    padding-top: calc(470 / 400 * 100%);
}

#yumei_hp #info .iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}    
  

    #yumei_hp .section-title {
    font-size: 35px;
}

#yumei_hp #info .tyui{
    background: #EEEEEE;
    padding: 30px 80px;
    text-align: left;
}

#yumei_hp #info .tyui .ttl{
    font-size: 16px;
    width: 15%;
}
    

#yumei_hp #info .tyui .text{
    width: 85%;
    font-size:13px; 
}

#yumei_hp #info .pc{
    display: none;
}   
*/
@media only screen and (max-width: 900px){
    #yumei_hp #main h1{
        font-size: 25px;
		margin-left: 20%;
    }
    #yumei_hp #main p:nth-of-type(2){
        font-size: 16px;
    }
    #yumei_hp #main p:nth-of-type(3){
        font-size: 16px;
        top: 65%;
    }
    #yumei_hp #menu .price-inner p:nth-child(1){
        width: 85%;
    }
    
    #yumei_hp #main h1 .flex{
        width: 100%;
    }
    #yumei_hp #main h1 .flex p {
    margin-left: center;
    font-size: 16px;
    }
    #yumei_hp #main h1 .flex span.mini {
    font-size: 13px;
    }    
    
    #yumei_hp #main h1 span.yumei {
    font-size: 25px;
    margin-left: 15px;
}
    
    
}
@media only screen and (max-width: 780px){ 
    #yumei_hp .section-title {
    font-size: 23px;
    margin: 100px 0 50px;
}
    
    #yumei_hp #option .section-title {
    margin: 50px 0 30px;
} 
    #yumei_hp #option .section-title span {
    font-size: 18px;
}
    
    #yumei_hp .section-title span.yumei{
    font-size: 23px;
}    
    
/*    #yumei_hp .section-title span {
    font-size: 18px;
    margin-bottom: 10px;
}*/
    
    #yumei_hp #info{
    margin-bottom: 100px;
}
    
    #yumei_hp #info h2 span {
    font-size: 14px;
    margin: 15px 0 0 0;
}
    #yumei_hp #info span.mini {
    font-size: 12px;
    margin: 10px 0 0 0;    
}
    
    
    
    #yumei_hp #message{
        margin-top: 50px;
    }
    #yumei_hp #message p:nth-child(1){
        font-size: 23px;
        margin-bottom: 20px;
}
#yumei_hp #message p{
    font-size: 16px;
    margin-bottom: 10px;
}
    #yumei_hp #reason p{
        color: #444;
        position: static;
    }
    #yumei_hp #reason .back{
        display: none;
    }
    #yumei_hp #reason .pc-icon{
        display: none;
    }
    #yumei_hp #reason .sp-icon{
        display: block;
    }
    #yumei_hp #reason p:nth-of-type(1){
        display: none;
    }
    #yumei_hp #reason li p:nth-of-type(2) {
        width: 100%;
    }
    
    #yumei_hp #reason li img{
    vertical-align: middle;
}
    
    #yumei_hp #reason li {
    width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid #69aeb2;
        padding-bottom: 20px;
        margin-bottom: 20px;
}
    #yumei_hp #reason li:last-of-type{
        border-bottom: none;
    }
    #yumei_hp #reason .pc-icon,#yumei_hp #reason .sp-icon {
    width: 12%;
    margin:0 20px 0 0 ;
    position:static;
        transform: none;
}
    #yumei_hp #reason li p:nth-of-type(1) {
        position: static;
    margin-bottom: 3px;
        transform: none;
}
#yumei_hp #reason li p:nth-of-type(2) ,#yumei_hp #reason li p:nth-of-type(3) {
    position: static;
    transform: none;
    font-size: 16px;
    width: 100%;
}

    #yumei_hp .menu {
        font-size: 18px;
        padding: 20px 30px;
    }
    
    #yumei_hp #menu .price-inner{
        justify-content: space-between;
        align-items: flex-start;
    }    
    
    #yumei_hp #menu .price-inner sub{
        font-size: 10px;
    } 
    
    
    #yumei_hp #service .js-menu:after {
        font-size: 25px;
        top: 15px;
    }
    
    #yumei_hp #service .js-menu.is-active:after {
    content: "ー" !important;
    font-size: 15px;
    top: 22px;
}    
    #yumei_hp .contents{
        padding:0 30px;
    }
    #yumei_hp .contents.is-open{
        padding: 20px 30px;
    }
    #yumei_hp #menu h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    #yumei_hp #menu .ttl{
        font-size: 16px;
    }
    
    #yumei_hp #menu .price-inner p:nth-child(1) {
        width: 80%;
        font-size: 14px;
    }
    #yumei_hp #menu .price-inner p:nth-child(2){
    font-size: 15px;
}
    
    #yumei_hp #menu .price span{
        font-size: 12px;
    }
    #yumei_hp #menu p.text{
        font-size: 14px;
    }

    #yumei_hp #menu div.lead{
        font-size: 16px;
    }
    
    
    #yumei_hp #faq a {
        padding: 20px 30px;
        font-size: 18px;
    }
    #yumei_hp #faq .js-menu:after {
        font-size: 25px;
        top: 15px;
    }
    #yumei_hp #faq .menu{
        margin-bottom: 15px;
    }
    #yumei_hp #info .info-inner {
        flex-direction: column;
        padding-bottom: 30px;
        
    }
    #yumei_hp #info .detail li{
        padding-left: 10px;
        margin-top: 10px;
        line-height: 30px;
    }
    /*#yumei_hp #info .detail p{
        font-size: 17px;
    }*/
    #yumei_hp #info .ttl p:nth-child(1){
        font-size: 17px;
    }
    #yumei_hp #info .info-inner .img {
        width: 100%;
        margin-top: 50px;
    }
    #yumei_hp #info .ttl, #yumei_hp #info .detail{
    width: 100%;
}
    #yumei_hp #info .detail{
    order: 2;
}   
    
    #yumei_hp #info .iframeWrapper{
        width: 100%;
        margin-top: 0;
        order: 1;
        margin: 20px auto;
    }
    #yumei_hp #info .iframeWrapper::before {
    content: "";
    display: block;
    padding-top: calc(400 / 400* 100%);
}
    
    #yumei_hp #info iframe{
        width: 100%;
    }
    
    /*
    #yumei_hp #info .detail li:first-of-type span.text_mini{
    font-size: 12px;
    line-height: 18px;
}    */
    
    #yumei_hp #info .detail li span.text_mini{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    width: 100%;
}
    /*.accordion p{
        font-size:13px;
        line-height: 1.6;
    }

    .accordion p:after {
        right:5px;
        top:18px;
        font-size:18px;
    }
    ul.inner dl dt{
        font-size:13px;
    }*/
    
#yumei_hp #info .sp{
    display: block;
}  
    
#yumei_hp #info li.ttl,#yumei_hp #info li.btn{
    display: none;
}    
    
#yumei_hp #info .btn{
    width: 100%;
    font-size: 16px;
}    
    
#yumei_hp #info .info-inner:first-of-type {
    border-bottom: 0px #444 dashed;
    padding-bottom: 50px;
}
    
#yumei_hp #info .tyui {
    padding: 30px;
}    

#yumei_hp #info .tyui .ttl{
    margin-bottom: 10px;
    width: 100%;
}
    

#yumei_hp #info .tyui .text{
    width: 100%;
}
}
@media only screen and (max-width: 700px){
    #yumei_hp #main .sp-img{
        display: block;
        padding-top: 0px !important;
        width: 100%;
        height: auto;
        max-height: 1000px;
        object-fit: cover;
        object-position: 0 0;
    }
    #yumei_hp #main .pc-img{
        display: none;
    }
    #yumei_hp #main h1{
        top:51%;
        left: 5%;
    }
    #yumei_hp #main p:nth-of-type(2){
        font-size: 16px;
        top: 60%;
        left: 5%;
    }
    #yumei_hp #main p:nth-of-type(3){
        font-size: 16px;
        top: 68%;
        left: 5%;
    }
    
}
@media only screen and (max-width: 500px){
    #yumei_hp #main .sp-img{
        padding-top: 40px;
        max-height: 485px;
        object-position: 100% 20%;
    }    
    
    #yumei_hp #main h1{
        top: 56%;
    }
    #yumei_hp #main p:nth-of-type(2){
        top: 71%;
    }
    #yumei_hp #main p:nth-of-type(3){
        top: 85%;    }
    
    #yumei_hp #main h1 .flex img {
    width: 25%;
}
    
}
     
 
    @media only screen and (max-width: 700px){
        #yumei_hp .sp{
        display: block;
    } 
    #yumei_hp .center{
        text-align: center;
    } 
    #yumei_hp #main h1{
        width: 100%;
        transform: translate(-50%, -50%);
        left: 56%;
        top: 79%;
        font-size: 35px;
        line-height: 1.3;
        }
    #yumei_hp #main h1 .flex {
        margin-top: 10px;
    }  
    #yumei_hp #main h1 .flex p {
        line-height: 1;
   
    }   
        
    #yumei_hp #main h1 .flex span.yumei {
    font-size: 25px;
    margin-left: 10px;    
}    
}