@charset "utf-8";

@import '/ginza-square/common/css/all.css';
@import '/ginza-square/common/css/styles.css';


/* ビューティスタジオ
--------------------------------------------------------------*/
#p_sutudio {
    text-align: center;   
}
#p_sutudio .box{
    background-color: #C4DCEA;
    border-bottom: solid 3px #c7a976;
    height: 350px;
    margin-bottom: 140px;
    margin-top: 140px;
}

#p_sutudio,
#p_sutudio p{
    color: #333333;
}

#p_sutudio .floor-name{
    width: 1170px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

#p_sutudio .floor-name h1{
    position: absolute;
    left: 5rem;
    font-size: 3.8rem;
    text-align: left;
    letter-spacing: 0.2em;
    color:  #00789A;
}


#p_sutudio .floor-name .pic{
    position: absolute;
    right: 0px;
    width: 865px;
}


#p_sutudio .floor-name .openday{
    position: absolute;
    width: 170px;
    top:0px;
    right: 30px;
    z-index: 9;
}

#p_sutudio .box-02{
    background-color: #C4DCEA;
    border-bottom: solid 3px #c7a976;
    height: 280px;
    margin-bottom: 80px;
    margin-top: 140px;
}

#p_sutudio .box-02 .floor-name{
        padding-top: 40px;
    position: relative;
}

#p_sutudio .box-02 .floor-name h1{
    position: absolute;
    left: 6rem;
     font-size: 3.0rem;
    text-align: left;
    letter-spacing: 0.2em;
}

#p_sutudio .box-02 .floor-name .pic{
    position: absolute;
    right: 0px;
    width: 865px;
    height: 280px;
    overflow: hidden;
    background-image: url("../img/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:  cover; 
}

#p_sutudio .floor-info {
	background-color:#E6F0F6;
    width: 70%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 20px 0;
}
#p_sutudio .floor-info ul li{
    display: inline-block;
    margin-right: 10px;
}

#p_sutudio .floor-info a{
    color: #222;
    text-decoration: none;
}

#p_sutudio h1{
    color: #07688d;
}


#qa h2,
#p_sutudio #treatment-menu h2,
#p_sutudio h1,h5 {
    font-family: 'Noto Serif JP', serif;
}

#treatment-menu h2{
letter-spacing: 0.2em;
    font-size: 2.6rem;
}


#p_sutudio .bg-01 .ttl h3{
    color: #579BC2;
}
#p_sutudio .bg-05 .ttl h3,
#p_sutudio .bg-04 .ttl h3{
    color: #2b5e89;
}

#treatment-menu .item-used-02 h4,
#p_sutudio .bg-03 .ttl h3,
#p_sutudio .bg-02 .ttl h3{
    color: #5FBFC9;
}



#p_sutudio h5{
    margin-bottom: 0px;
    color:#c7a976;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
}


/*サブナビ
#subnav .subnav_wrap {
    width: 100%;
    margin: 0 auto;
}
#subnav .subnav_lists {
    display: flex;
}
#subnav .subnav_list {
    /*width: 20%;*/
    /*padding: 0 2.4em;
    height: 58px;
    background-color: #FFF;
    position: relative;
    transition: all .3s;
    text-align: center;
}
#subnav .subnav_list:hover {
    background-color: #c7a976;
}
#subnav .subnav_list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

#subnav .subnav_list:last-child::after{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}

#subnav .subnav_list:hover::before {
    background-color: #c7a976;
}

#subnav .subnav_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #c7a976;
    font-size: 16px;
    letter-spacing: 0.05em;
    /*font-weight: 500;*/
    /*transition: all .3s;
}
#subnav .subnav_list:hover a {
    color: #fff;
}
#subnav .subnav_list.current{
     background-color: #c7a976;
}
#subnav .subnav_list.current a{
    color: #FFF;
}
*/


/***サブナビ***/


#subnav-smp .subnav__wrap {
    width: 100%;
    margin: 0 auto;
}
#subnav-smp .subnav__lists {
    display: flex;
}
#subnav-smp .subnav__list {
    padding: 0 0.2em;
    width: 25%;
    height: 60px;
    background-color: #FFF;
    position: relative;
    transition: all .3s;
}
#subnav-smp .subnav__list:hover {
    background-color: #c7a976;
}
#subnav-smp .subnav__list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
#subnav-smp .subnav__list:hover::before {
    background-color: #c7a976;
}
#subnav-smp .subnav__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #c7a976;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all .3s;
}

#subnav-smp .subnav__list:hover a {
    color: #fff;
}

#subnav-smp .dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: 60px;
    left: 0;
}
#subnav-smp .subnav__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}

#subnav-smp .dropdown__list {
    background-color: #c7a976;
    border-bottom: solid 2px #FFF;
    width: 293px;
    margin: 0 0 0 1px;
    height: 58px;
    transition: all .3s;
    position: relative;
    left: 50%; 
   transform: translateX(-50%); 
    text-align: center;

}

#subnav-smp .dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    left: 0;
}

#subnav-smp .dropdown__list:last-child{
    border-bottom: none;
}

#subnav-smp .dropdown__list:hover {
    background-color: #EBD2A6;
}

#subnav-smp .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition:all .3s;
    font-size: 14px;
}
#subnav-smp .dropdown__list a::before {
    content: '▶︎';
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

#subnav-smp .dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 32px;
    z-index: 9;
    box-sizing: border-box;
}

#subnav-smp .subnav__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

#subnav-smp .subnav__list:last-child::after{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}

#subnav-smp .subnav__list a.has:after{
 content: "▼";
    position: absolute;
    top:20px;
    right: 20px;
    font-size: 14px;
}




/*コンセプト*/
#concept {
    text-align: center;
    margin: 60px 0;
}
#concept h3{
    color:#579BC2;
    margin-top:10px;
    font-size: 2.8rem;
    font-weight: 400;
}

#concept p{
    margin: 2em 0;
    line-height: 1.8em;
}

#concept .pic_01,
#concept .pic_02{
    display:  inline-block;
    margin: 40px 20px;
    width: 345px;
}

#qa,
#treatment-flow,
#treatment-menu{
    margin: 60px auto 0;
}

#qa h2,
#treatment-menu h2,
#treatment-flow h2,
#info h2{
    position: relative;
    color: #c7a976;
    margin-bottom: 40px;
    font-size: 2.4rem;
}

#qa h2:after,
#treatment-menu h2:after,
#treatment-flow h2:after,
#info h2:after{
    content: "▼";
    position: absolute;
    top:50px;
    left: 50%;
   transform: translate(-50%,-50%);
    font-size: 12px;
}


/*トリートメントメニュー*/
#treatment-menu .bg-01{
    padding-bottom: 60px;
    background-color: #e5eff5;
    border-top:solid 3px  #c7a976;
}

#treatment-menu .bg-02{
    background-color: #e7f5f7;
    border-top:solid 3px  #c7a976;
    /*border-bottom:solid 3px  #c7a976;*/
     padding-bottom: 60px;
}

#treatment-menu .bg-03{
    background-color: #e7f5f7;
    border-top:solid 3px  #c7a976;
     padding-bottom: 60px;
}

#treatment-menu .bg-04{
background-color: #d9e2ea;
border-top:solid 3px  #c7a976;
padding-bottom: 60px;
}

#treatment-menu .bg-05{
background-color: #d9e2ea;
border-top:solid 3px  #c7a976;
border-bottom:solid 3px  #c7a976;
padding-bottom: 60px;
}

#treatment-menu .inner,
#qa .inner{
    padding: 30px 0 0 0;
    width: 720px;
    margin: 0 auto;
}

#treatment-menu h4{
    font-size: 2.4rem;
    font-weight: 400;
}

#treatment-menu .inner .ttl h5{
     letter-spacing: 0em;
    color: #333;
}

#treatment-menu .inner .ttl h3{
     letter-spacing: 0em;
    margin-bottom: 0px;
    font-size: 2.8rem;
}

#treatment-menu .inner .ttl p{
    text-align: center;
    margin:0 0 20px 0;
    font-size: 1.8rem;
}

#treatment-menu .inner p{
    text-align: left;
    margin-top: 20px;
    line-height: 1.8em;
}


/*炭酸ガスハイドレート（CDH）って？*/
/*#treatment-menu .cdh{
    border: solid 3px #579BC2;
    border-radius: 16px;
    margin: 30px auto;
    padding: 30px;
}*/
#treatment-menu .cdh h4{
    color: #579BC2;
}

#treatment-menu .cdh .line{
    border-bottom: solid 3px #579BC2;
    width: 100%;
}

#treatment-menu .cdh .cdh-box{
margin: 20px 0;
 display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;    
}

#treatment-menu .cdh .cdh-box-cl{
    background-color: #579BC2;
    padding: 10px;
    width: 30%;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    margin-right: 18px;
    line-height: 1.6em;
    display: inline-block;
}

#treatment-menu .cdh .cdh-box-cl:after{
    content: "▶︎";
    position: absolute;
    top:20px;
    right: -13px;
   /*transform: translate(-50%,-50%);*/
    font-size: 16px;
    color: #579BC2;
}

#treatment-menu .cdh .cdh-box .cdh-box-come{
    width: 60%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2em;
    display: inline-block;
}

#treatment-menu .trademark{
    vertical-align: super; 
    font-size: 80%;
}


/*使用アイテム*/
#treatment-menu .treatment-item{
    margin: 60px 0;
}

#treatment-menu .treatment-item .face{
    display: inline-block;
    width: 180px;
    margin-right: 30px;
    vertical-align: top;
}

#treatment-menu .treatment-item .discri-02,
#treatment-menu .treatment-item .discri{
    display: inline-block;
    width: 500px;
    text-align: left;
}

#treatment-menu .treatment-item .discri dt{
    display: inline-block;
    width: 500px;
    text-align: left;
    font-size: 1.4rem;
}

#treatment-menu .treatment-item .discri-02 dl.parts,
#treatment-menu .treatment-item .discri dl.parts{
    padding-bottom: 40px;
    border-bottom: solid 2px #FFF;
}
#treatment-menu .treatment-item .discri-02 dl.parts dt,
#treatment-menu .treatment-item .discri dl.parts dt{
    float: left;
    width: 110px;
    margin-top: 5px;
}

#treatment-menu .treatment-item .discri dl.parts.en dt{
    float: left;
    width: 160px;
    margin-top: 5px;
}


#treatment-menu .treatment-item .discri-02 dl.parts dt{
    float: left;
    width: 110px;
    margin-top: 5px;
}



#treatment-menu .treatment-item .discri dl.parts dd{
    width: 91px;
    float: left;
    margin: 0 3px 0;
    padding: 5px 0px;
    text-align: center;
    background-color:#c7a976;
    color:#FFF;
    font-size: 1.2rem;
}
#treatment-menu .treatment-item .discri dl.parts.en dd{
    width: 98px;
    float: left;
    margin: 0 4px 0;
    padding: 5px 0px;
    text-align: center;
    background-color:#c7a976;
    color:#FFF;
    font-size: 86%;
}

#treatment-menu .treatment-item .discri-02 dl.parts dd{
    width: 91px;
    float: left;
    margin: 0 3px 0;
    padding: 5px 0px;
    text-align: center;
    background-color:#c7a976;
    color:#FFF;
    font-size: 1.3rem;
}


/*仕上がり*/
#treatment-menu .treatment-item .discri-02 .finish,
#treatment-menu .treatment-item .discri .finish{
    display: inline-block;
    width: 260px;
    vertical-align: top;
    margin-top: 20px;
}

#treatment-menu .treatment-item .discri .finish dl{
   display: flex;
    flex-wrap: wrap;
}


#treatment-menu .treatment-item .discri .finish dl dt{
   width: 44%;
}

#treatment-menu .treatment-item .discri-02 .finish dl dd,
#treatment-menu .treatment-item .discri .finish dl dd{
    width: 140px;
    margin: 0px 0px 5px;
    padding: 3px 0px;
    text-align: center;
    background-color:#FFF;
    border: solid 1px #c7a976;
    color:#c7a976;
    font-size: 1.2rem;
}

#treatment-menu .treatment-item .discri-02 .finish dl{

}
#treatment-menu .treatment-item .discri-02 .finish dl dt{
    float: left;
    width: 44%;
}
#treatment-menu .treatment-item .discri-02 .finish dl dd{
    margin-left: 44%;
}



/*仕上がり感*/
#treatment-menu .treatment-item .discri-02 .evaluation,
#treatment-menu .treatment-item .discri .evaluation{
    display: inline-block;
    width: 190px;
    margin: 20px 0px 0px 20px;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl,
#treatment-menu .treatment-item .discri .evaluation dl{
   display: flex;
    flex-wrap: wrap;
    margin: 5px 0px;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl dt,
#treatment-menu .treatment-item .discri .evaluation dl dt{
    width: 50%;
    align-items: center;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl dd,
#treatment-menu .treatment-item .discri .evaluation dl dd{
    color:#c7a976;
    width: 50%;
    align-items: center;
    margin-top: -2px;
     letter-spacing: 0.3em;
}

/*商品情報 ブランシック*/
#treatment-menu .item-info,
#treatment-menu .item-info-02{
    background-color: #FFF;
    padding: 30px 60px;
    margin: 0 auto;
    width: 840px;
    text-align: left;
}

#treatment-menu .item-info .inner-02,
#treatment-menu .item-info-02 .inner-02{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
     font-size: 1.4rem;
}

#treatment-menu .item-used-03 .inner-02{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
}

#treatment-menu .item-info .inner-02 .pic{
    width: 34%;
    margin-top: 0px;
}
#treatment-menu .item-info .inner-02 .discri{
    width: 64%;
    margin-right: 2%;
}

#treatment-menu .item-used-01 h4,
#treatment-menu .item-info h4{
    color: #579BC2;
}

#treatment-menu .item-info .inner-02 p{
    margin-top: 0px;
}

#treatment-menu  .annotation{
    font-size: 0.8rem;
    margin-top: 20px;
    text-align: left;
}


#treatment-menu .item-info .inner-02 a{
    color: #2b5e89;
    text-align: right;
    margin-top: 20px;
    float: right;
    font-size: 1.4rem;
}

.small {
    font-size: 70%;
}

/*商品情報 コアエフェクター*/
#treatment-menu .item-info-02 .inner-02 .pic{
    width: 70px;
    margin-top:-100px;
    right: 0px;
}
#treatment-menu .item-info-02 .inner-02 .discri{
    width: 640px;
    margin-right: 5px;

}

#treatment-menu .item-info-02 h4{
    color: #5FBFC9;
}

#treatment-menu .item-used-03 h4,
#treatment-menu .item-info h4{
    color: #2b5e89;
}

#treatment-menu .item-info-02 .inner-02 p{
    margin-top: 0px;
}


/*使用アイテム-01*/
#treatment-menu .item-used-01{
    background-color: #FFF;
    padding: 30px 60px;
    margin: 40px auto 0;
    width: 840px;
    text-align: left;
}
#treatment-menu .item-used-01 ul{
    margin-top: 20px;
}

#treatment-menu .item-used-01 .inner-02{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    justify-content: space-between;
}

#treatment-menu .item-used-01 .inner-02 .discri{
    width: 48%;
    vertical-align: top;
    margin-top: 10px;
}
#treatment-menu .item-used-01 .inner-02 .pic{
    width: 40%;
    vertical-align: top;
    margin-top: 10px;
}

/*使用アイテム-02*/
#treatment-menu .item-used-02{
    background-color: #FFF;
    padding: 30px 60px;
    margin: 40px auto 0;
    width: 840px;
    text-align: left;
    
}

#treatment-menu .item-used-02 .inner-02 .discri{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
}

#treatment-menu .item-used-02 .inner-02 .discri ul{
    margin-top: 0px;
}

#treatment-menu .item-used-02 .inner-02 .discri ul:nth-child(1){
    width: 34%;
    margin-right: 3%;
}

#treatment-menu .item-used-02 .inner-02 .discri ul:nth-child(2){
    width: 38%;
}

#treatment-menu .item-used-02 .inner-02 .discri .pic{
    width: 44%;
    margin-top: -130px;
}


/*使用アイテム-03*/
#treatment-menu .item-used-03{
    background-color: #FFF;
    padding: 30px 60px;
    margin: 40px auto 0;
    width: 840px;
    text-align: left;
}

#treatment-menu .item-used-03 .inner-02 .discri{
    width: 69%;
    vertical-align: top;
    margin-top: 10px;
}

#treatment-menu .item-used-03 .inner-02 .discri ul{
    width: 100%;
    margin-right: 3%;
}


#treatment-menu .item-used-03 .inner-02 .pic{
    width: 30%;
    display: inline-block;
}



/*使用アイテムのアテンション*/
#treatment-menu .inner-04{
    width: 720px;
    margin: 0 auto;
}


/*予約・料金*/
#info {
    margin-top: 60px;
}
#info .info-system{
    width: 70%;
    padding: 50px;
    margin: 60px auto;
    background-color: #f7f2ea;
    display:block;
}

#info .info-system ul li{
    display:block;
    text-align: left;
    padding-left:2em;
	text-indent:-2em;
    margin-bottom: 10px;
}


/*コースの流れ*/
#treatment-flow .step{
    border-bottom: solid 3px #c7a976;
    padding-bottom: 60px;
}

#treatment-flow .step .inner-03{
    width: 740px;
    margin: 0 auto;
    text-align: center;
}

#treatment-flow .step dl{
    border:  solid 2px #c7a976;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#treatment-flow .step dl dt{
    width: 32%;
    color: #c7a976;
    font-weight: 600;
   font-size: 1.6rem;
    vertical-align: top;
    line-height: 1.6em;
    box-sizing: border-box;
}

#treatment-flow .step dl dt .no{
    font-size: 2.6rem;
    margin-right: 15px;
}
#treatment-flow .step dl dt .time{
    font-size: 84%;
    color: #333;
    margin-left: 2em;
    font-weight: 400;
}
#treatment-flow .step dl dt .time-2{
    font-size: 84%;
    color: #333;
    margin-left: 0em;
    font-weight: 400;
}

#treatment-flow .step dl dd{
    width: 67%;
    line-height: 1.8em;
}

#treatment-flow .step dl.point{
    background-color: #f7f2ea;
}


#treatment-flow .step dl.point-02{
    background-color: #fff;
}

    
  #treatment-flow .step dl.point dd{
     width: 36%;
}  
  #treatment-flow .step dl.point-02 dd{
     width: 36%;
} 
  #treatment-flow .step dl.point-02 dd{
     width: 36%;
}  

  #treatment-flow .step dl.point dd:last-child{
     width: 28%;
      margin-left: 2%;
}  

#treatment-flow .step dl.point-02 dd:last-child {
    width: 28%;
    margin-left: 2%;
}

#treatment-flow .step dl.point-10{
    background-color: #fff;
}
    
  #treatment-flow .step dl.point-10 dd{
     width: 55%;
}  
  #treatment-flow .step dl.point-10 dd:last-child{
     width: 8%;
      margin-left: 3%;
}  

#treatment-flow .step dl.point-03{
    background-color: #f7f2ea;
}

    
  #treatment-flow .step dl.point-03 dd{
     width: 67%;
}  




/*Q&A*/
#qa {
    text-align: center;
}

#qa .qa-q {
    max-width: 720px;
    margin-bottom: 5px;
    border-bottom: 2px solid #c7a976;
}

#qa .qa-q summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #c7a976;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.8rem;
}

#qa .qa-q summary::-webkit-details-marker { display: none }

#qa .qa-q summary::before{
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 2.3em;
}

#qa .qa-q summary::before {
    color: #fff;
    content: "Q";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 40px;
    text-align: center;
     background-color: #c7a976;
     font-family: 'Noto Serif JP', serif;
}

#qa .qa-q summary::after {
    transform: translateY(-10%) rotate(-00deg);
    content:"▼";
    transition: transform .5s;
    line-height: 1;
    padding-top: 4px;
}

#qa .qa-q[open] summary::after {
    transform: rotate(180deg);
}

#qa .qa-q p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 3em;
    color: #333;
    transition: transform .5s, opacity .5s;
    background-color: #f7f2ea;
    text-align: left;
}

#qa .qa-q[open] p {
    transform: none;
    opacity: 1;
}

#qa .qa-q p.list {
    padding: 0.2em 3em;
}

#qa .qa-q p.list:last-child {
    padding: 0.2em 3em 2.0em 3em;
}



/*炭酸ガスハイドレート（CDH）って？アコーディオン*/
#treatment-menu .cdh-accordion {
    max-width: 100%;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    border: solid 3px #579BC2;
}

#treatment-menu .cdh-accordion:not([open]) {
    margin-bottom: 0px;
}

#treatment-menu .cdh-accordion summary {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    position: relative;
    padding: 1em 2.0em 1em 2.0em;
    border-radius: 0px;
    background-color: #579BC2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
}

#treatment-menu .cdh-accordion summary::-webkit-details-marker {
    display: none;
}

#treatment-menu .cdh-accordion summary::after {
     transform: translateY(-12%) rotate(-00deg);
    content:"▼";
    transition: transform .5s;
    position: absolute;
    right: 20px;
    line-height: 1;
    padding-top: 4px;
}

#treatment-menu .cdh-accordion[open] summary::after {
    transform: rotate(180deg);
}

#treatment-menu .cdh-accordion .cdh {
    /*transform: translateY(-10px);*/
    opacity: 0;
    margin: 0;
    padding: 0.5em 1em 2em 1em;
    transition: transform .5s, opacity .5s;
    line-height: 1;
    padding-top: 4px;
}

#treatment-menu .cdh-accordion[open]  .cdh {
    transform: none;
    opacity: 1;
}

/*#treatment-menu .cdh .cdh-box-cl{
    background-color: #579BC2;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-size:100%;
    position: relative;
}*/

/*#treatment-menu .cdh .cdh-box-cl:after{
    content: "▼";
    position: absolute;
    bottom:-28px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: #579BC2;
}*/

#treatment-menu .cdh .cdh-box{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;    
}

/*#treatment-menu .cdh .cdh-box-come{
    width: 100%;
    text-align: left;
    font-size: 100%;
    line-height: 1.6em;
    margin-top: 20px;
}*/

#treatment-menu .trademark{
    vertical-align: super; 
    font-size: 80%;
}

/*リニューアルオープン記念価格*/
.limited{
    margin-bottom: 40px;
}

.price-no{
    text-decoration:   line-through double;
    margin-left: 10px;
}

.limited-price{
    margin: 0 10px;
    font-size: 100%;
    color: #c7a976;;
}


/*ボタン*/
#p_sutudio .btn-s{
    width: 430px;
    margin: 40px auto 0;
    font-size: 1.6rem;
}

#p_sutudio .btn-b{
     width: 650px;
    margin: 20px auto;
    font-size: 1.6rem;
}
#p_sutudio .btn-06,
#p_sutudio .btn-01,
#p_sutudio .btn-02{
    padding: 15px ;
    position: relative;
}

#p_sutudio .btn-01{
    background-color: #579BC2;
}
#p_sutudio .btn-02{
    background-color: #5FBFC9;
}
#p_sutudio .btn-06{
    background-color: #2b5e89;
}

#p_sutudio  a .btn-06,
#p_sutudio  a .btn-01,
#p_sutudio  a .btn-02{
    color: #FFF;
    text-decoration: none;
}

#p_sutudio .btn-06::after,
#p_sutudio .btn-01::after,
#p_sutudio .btn-02::after{
    content: "▶︎";
    position: absolute;
    right: 20px;
    top: 36%;
    font-size: 12px;
    color: #FFF;
}

#p_sutudio .btn-07,
#p_sutudio .btn-05,
#p_sutudio .btn-04,
#p_sutudio .btn-03{
    background-color: #fff;
    padding: 15px ;
    position: relative;
}


#p_sutudio .btn-03{
    border: solid 2px #4c9981;
}

#p_sutudio .btn-04{
     border: solid 2px #5FBFC9;
}

#p_sutudio .btn-05{
     border: solid 2px #579BC2;
}
#p_sutudio .btn-06{
     border: solid 2px #2b5e89;
}

#p_sutudio .btn-07{
     border: solid 2px #2b5e89;
}

#p_sutudio a .btn-03{
     text-decoration: none;
     color:#4c9981;
}

#p_sutudio a .btn-04{
     text-decoration: none;
     color:#5FBFC9;
}

#p_sutudio a .btn-05{
     text-decoration: none;
     color:#579BC2;
}

#p_sutudio a .btn-07{
     text-decoration: none;
     color:#2b5e89;
}

#p_sutudio .btn-03:hover{
 background-color:#e7f5f0;
}

#p_sutudio .btn-04:hover{
 background-color:#E7F5F7;
}

#p_sutudio .btn-05:hover{
 background-color:#E6F0F6;
}

#p_sutudio .btn-07:hover{
 background-color:#d9e2ea;
}

#p_sutudio .btn-03::after{
    content: "▶︎";
    position: absolute;
    font-size: 12px;
     line-height: 2.0em;
    color:#4c9981;
    right: 20px;
    top: 28%;
}

#p_sutudio .btn-04::after{
    content: "▶︎";
    position: absolute;
    font-size: 12px;
     line-height: 2.0em;
    color:#5FBFC9;
    right: 20px;
    top: 28%;
}

#p_sutudio .btn-05::after{
    content: "▶︎";
    position: absolute;
    font-size: 12px;
     line-height: 2.0em;
    color:#579BC2;
    right: 20px;
    top: 28%;
}

#p_sutudio .btn-07::after{
    content: "▶︎";
    position: absolute;
    font-size: 12px;
     line-height: 2.0em;
    color:#2b5e89;
    right: 20px;
    top: 28%;
}

@media (max-width: 580px) {
#p_sutudio {
    text-align: center;   
}
#p_sutudio,
#p_sutudio p{
    color: #333333;
}
#p_sutudio .box-02,
#p_sutudio .box{
    background-color: #C4DCEA;
    border-bottom: solid 3px #c7a976;
    height: 150px;
    margin-bottom: 60px;
    margin-top: 68px;
}


#p_sutudio .floor-name{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
}

#p_sutudio .floor-name h1{
    position: absolute;
    left: 1.5rem;
    font-size: 2.0rem;
    text-align: left;
    letter-spacing: 0.2em;
    color:  #00789A;
    line-height: 1.6em;
}

#p_sutudio .box-02 .floor-name .pic,
#p_sutudio .floor-name .pic{
    position: absolute;
    right: 0px;
    top: 20px;
    height: 150px;
    width: 70%;
    overflow: hidden;
    background-image: url("/ginza-square/beautystudio/img/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:  cover; 
}


#p_sutudio .floor-name .openday{
    position: absolute;
    width: 16%;
    top:0px;
    right: 10px;
    z-index: 9;
}

#p_sutudio .box-02 .floor-name h1{
    position: absolute;
    top: 20px;
    left: 1.5rem;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0.2em;
    color: #00789A;
    line-height: 1.6em;
}

#p_sutudio .floor-info {
	background-color:#E6F0F6;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px 0;
}

    #p_sutudio .floor-info ul li{
    display: block;
    margin-right: 10px;
        font-size: 1.2rem;
}
    
#p_sutudio .floor-info a{
    color: #333333;
    text-decoration: none;
}


#qa h2,
#p_sutudio #treatment-menu h2,
#p_sutudio h1,h5 {
    font-family: 'Noto Serif JP', serif;
}

#treatment-menu h2{
letter-spacing: 0.2em;
font-size: 2.2rem;
}

#p_sutudio .bg-01 .ttl h3{
    color: #579BC2;
}
#p_sutudio .bg-03 .ttl h3,
#p_sutudio .bg-02 .ttl h3{
    color: #5FBFC9;
}
#p_sutudio .bg-04 .ttl h3{
    color: #2b5e89;
}

#p_sutudio h5{
    margin-bottom: 0px;
    color:#c7a976;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
}

/*コンセプト*/
#concept {
    text-align: center;
    margin: 60px -20px;
   padding-bottom: 20px;
}

#concept{
    background-image: url("/ginza-square/beautystudio/img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#concept h3{
    margin-top:10px;
    color:#579BC2;
    font-size: 1.8rem;
}

#concept p{
    margin: 2em 0;
    line-height: 2.0em;
    font-size: 1.4rem;
}

#concept .pic_02{
    margin: 30px auto;
    width: 60%;
}

#qa h2,
#treatment-flow h2,
#info h2,
#treatment-menu h2{
    color: #c7a976;
    margin-bottom: 40px;
    position: relative;
    font-size: 1.8rem;
}

#qa h2:after,
#treatment-flow h2:after,
#info h2:after,
#treatment-menu h2:after{
    content: "▼";
    position: absolute;
    top:40px;
    left: 50%;
   transform: translate(-50%,-50%);
    font-size: 12px;
}

#treatment-flow,
#treatment-menu{
    margin: 30px auto 0;
}

#treatment-menu .bg-01{
    background-color: #e5eff5;;
    border-top:solid 2px  #c7a976;
   padding: 20px 20px 60px ;
    margin: 0 -20px;
}

#treatment-menu .bg-02{
    background-color: #e7f5f7;
    border-top:solid 2px  #c7a976;
    border-bottom:solid 3px  #c7a976;
   padding: 20px 20px 60px ;
    margin: 0 -20px;
}

#treatment-menu .bg-03{
    background-color: #e7f5f7;
    border-top:solid 2px  #c7a976;
    padding: 20px 20px 60px ;
    margin: 0 -20px;
}
#treatment-menu .bg-05,
#treatment-menu .bg-04{
    background-color: #d9e2ea;
    border-top:none;
    border-bottom:solid 2px  #c7a976;
    padding: 20px 20px 60px ;
    margin: 0 -20px;
}



    
    
    
    
#treatment-menu .inner{
    padding: 20px 0 0;
    width: 100%;
    margin: 0 auto;
}

#treatment-menu h4{
    font-size: 1.8rem;
}
    
#treatment-menu .inner .ttl h5{
    color: #333333;
     letter-spacing: 0em;
    margin-bottom: 0.5em;
    font-size: 1.4rem;
}

#treatment-menu .inner .ttl h3{
     letter-spacing: 0em;
    margin-bottom: 0px;
    font-size: 1.8em;
}

#treatment-menu .inner .ttl p{
    text-align: center;
    margin:0 0 20px 0;
    font-size: 1.4rem;
}


#treatment-menu .inner p{
    text-align: left;
    margin-top: 20px;
    line-height: 2.0em;
}

/*使用アイテム*/
#treatment-menu .treatment-item{
    margin: 30px 0;
}

#treatment-menu .treatment-item .face{
    display: block;
    width: 189px;
    text-align: center;
    margin: 0 auto;
}
#treatment-menu .treatment-item .discri-02,
#treatment-menu .treatment-item .discri{
    display: block;
    width: 100%;

}
#treatment-menu .treatment-item .discri-02 dl.parts,
#treatment-menu .treatment-item .discri dl.parts{
    text-align: center;
}

#treatment-menu .treatment-item .discri-02 dl.parts{
    margin-top: 20px;
}


#treatment-menu .treatment-item .discri-02 dl.parts dt,
#treatment-menu .treatment-item .discri dl.parts dt{
    /*float: left;*/
    margin-bottom: 30px;
    margin: 0 auto 0px ;
    font-size: 2.2rem;
}
#treatment-menu .treatment-item .discri-02 dl.parts dd,
#treatment-menu .treatment-item .discri dl.parts dd{
   width: 48%;
    padding: 6px 0;
    margin: 4px;
    float: left;
    text-align: center;
    background-color:#c7a976;
    color:#FFF;
    font-size: 1.2rem;
}
#treatment-menu .treatment-item .discri-02 dl.parts dd:nth-child(2n+1),
#treatment-menu .treatment-item .discri dl.parts dd:nth-child(2n+1){
	margin-right: 0;
}
#treatment-menu .treatment-item .discri-02 dl.parts dd:nth-child(2n),
#treatment-menu .treatment-item .discri dl.parts dd:nth-child(2n){
	margin-left: 0;
}

#treatment-menu .treatment-item .discri dl.parts dd.w2{
    /*width: 307px;*/
}
#treatment-menu .treatment-item .discri dl.parts dd:nth-child(5),
#treatment-menu .treatment-item .discri dl.parts dd:last-child{
    /*margin: 0 0px 10px 0px;*/
}

#treatment-menu .treatment-item .discri dl.parts dd.smp-center{
    width: 48%;
    margin-left: 25%;
}

/*仕上がり*/
#treatment-menu .treatment-item .discri-02 .finish,
#treatment-menu .treatment-item .discri .finish{
    display: block;
    width: 100%;
    margin-top: 30px;
}
#treatment-menu .treatment-item .discri-02 .finish dl,
#treatment-menu .treatment-item .discri .finish dl{
   display: flex;
    flex-wrap: wrap;
    clear: both;
}
#treatment-menu .treatment-item .discri-02 .finish dl dt,
#treatment-menu .treatment-item .discri .finish dl dt{
   width: 100%;
    display: block;
   font-size: 1.4rem;
}

#treatment-menu .treatment-item .discri-02 .finish dl dd,
#treatment-menu .treatment-item .discri .finish dl dd{
    width: 48%;
    margin: 4px;
    padding: 6px 0;
    text-align: center;
    background-color:#FFF;
    border: solid 1px #c7a976;
    color:#c7a976;
    font-size: 1.2rem;
    box-sizing: border-box;
}

#treatment-menu .treatment-item .discri .finish dl dd:nth-child(2n+1){
	margin-right:  0px;
}
#treatment-menu .treatment-item .discri .finish dl dd:nth-child(2n){
	margin-left: 0;
}

#treatment-menu .treatment-item .discri .finish dl.smp-finish {
    padding: 20px 0 0 0;
}

#treatment-menu .treatment-item .discri .finish dl.smp-finish dd.smp-center{
    width: 48%;
    margin-left: 25%;
}

#treatment-menu .treatment-item .discri-02 .finish dl{
    padding-top: 20px;
}
#treatment-menu .treatment-item .discri-02 .finish dl dd{
    width: 48%;
    margin: 4px;
    padding: 6px 0;
    text-align: center;
    background-color:#FFF;
    border: solid 1px #c7a976;
    color:#c7a976;
    font-size: 1.2rem;
}


#treatment-menu .treatment-item .discri-02 .finish dl dd:nth-child(2n+1){
	margin-right: 0px;
}
#treatment-menu .treatment-item .discri-02 .finish dl dd:nth-child(2n){
	margin-left: 0;
}



/*仕上がり感*/
#treatment-menu .treatment-item .discri-02 .evaluation,
#treatment-menu .treatment-item .discri .evaluation{
    display: inline-block;
    width: 100%;
    margin: 20px 0px 0px 00px;
    border-bottom: solid 2px #FFF; 
    border-top: solid 2px #FFF;
    padding: 0.5em 0 0.5em 5.5em;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl,
#treatment-menu .treatment-item .discri .evaluation dl{
   display: flex;
    flex-wrap: wrap;
    margin: 5px 0px;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl dt,
#treatment-menu .treatment-item .discri .evaluation dl dt{
    width: 40%;
    font-size: 1.4rem;
    text-align: left;
    align-items: center;
}
#treatment-menu .treatment-item .discri-02 .evaluation dl dd,
#treatment-menu .treatment-item .discri .evaluation dl dd{
    color:#c7a976;
    font-size: 1.8rem;
    width: 50%;
    text-align: left;
    letter-spacing: 0.3em;
    align-items: center;
}

#treatment-menu .treatment-item h4{
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

/*商品情報 ブランシック*/
#treatment-menu .item-info{
    background-color: #FFF;
    padding: 20px 20px;
    margin: 0 auto;
    width:100%;
     box-sizing: border-box;
}

#treatment-menu .item-info .inner-02{
     /*display: flex;
     flex-wrap: wrap;*/
    width: 100%;
    vertical-align: top;
}

#treatment-menu .item-info .inner-02 .pic{
    width: 45%;
    float: right;
    margin-left: 2%;
}

#treatment-menu .item-info .inner-02 .pic_01,
#treatment-menu .item-info .inner-02 .pic_02{
    width: 47%;
    display: inline-block;
}
#treatment-menu .item-info .inner-02 .pic_01{
    margin-right: 10px;
}

#treatment-menu .item-info .inner-02 .discri{
    width: 100%;
    text-align: left;
}

#treatment-menu .item-info  h4,
#treatment-menu .item-info .inner-02 h4{
    color:  #2b5e89;
    font-size: 1.6rem;
}

#treatment-menu .item-info .o2 .inner-02 h4{
    color:  #9ec689;
}

#treatment-menu .item-info .inner-02 p{
    margin-top: 0px;
    text-align: left;
}

#treatment-menu .item-info .inner-02 .discri a{
    color: #2b5e89;
    text-align: right;
    margin-top: 20px;
    float: right;
}

/*商品情報 コアエフェクター*/
#treatment-menu .item-info-02{
    background-color: #FFF;
    padding: 20px 20px;
    margin: 0 auto;
    width:100%;
     box-sizing: border-box;
}

#treatment-menu .item-info-02 .inner-02{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
}

#treatment-menu .item-info-02 .inner-02 .pic{
    width: 16%;
    margin-left: 2%;
    margin-top: -20px;
    float: right;
}
#treatment-menu .item-info-02 .inner-02 .discri{
    width: 100%;
    text-align: left;
}

#treatment-menu .item-info-02 h4{
    color: #5FBFC9;
}

#treatment-menu .item-info-02 .inner-02 p{
    margin-top: 0px;
}

.small {
    font-size: 70%;
}
#treatment-menu .inner-04 {
    width: 100%;
    margin: 0 auto;
}
/*予約・料金*/
#info .info-system{
    width: 100%;
    padding: 30px 25px 30px 10px;
    margin: 30px auto;
    background-color: #f7f2ea;
    display:block;
            box-sizing: border-box;
}

#info .info-system ul li{
    display:block;
    text-align: left;
    padding-left:2em;
	text-indent:-2em;
    margin-bottom: 10px;
    font-size: 1.2rem;
}




/*コースの流れ*/
#treatment-flow .step{
    border-bottom: solid 3px #c7a976;
    padding-bottom: 60px;
    border-bottom: none;
}

#treatment-flow .step .inner-03{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#treatment-flow .step dl{
    border:  solid 2px #c7a976;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#treatment-flow .step dl dt{
    width: 100%;
    color: #c7a976;
    font-weight: 600;
    font-size: 1.6rem;
    vertical-align: top;
    line-height: 1.6em;
}

#treatment-flow .step dl dt .no{
    font-size: 146%;
    margin-right: 15px;
}

#treatment-flow .step dl dt .time{
    font-size: 1.2rem;
    color: #333;
    margin-left: 1em;
    font-weight: 400;
}
#treatment-flow .step dl dt .time-2{
    font-size: 1.2rem;
    color: #333;
    margin-left: 1em;
    font-weight: 400;
}

#treatment-flow .step dl dd{
    width: 100%;
    margin: 10px auto 0;
    line-height: 1.8em;
    font-size: 1.2rem;
}

#treatment-flow .step dl.point{
    background-color: #f7f2ea;
}
    
#treatment-flow .step dl.point dd{
    width: 100%;
    margin: 10px auto 0;
}  
#treatment-flow .step dl.point dd:last-child{
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
}  

#treatment-flow .step dl.point-10{
}

#treatment-flow .step dl.point-10 dd{
    width: 86%;
}  
#treatment-flow .step dl.point-10 dd:last-child{
    width: 13%;
    margin-left: 1%;
}  


#treatment-flow .step dl.point-02{
    background-color: #fff;
}

  #treatment-flow .step dl.point-02 dd{
     width: 100%;
    margin: 10px auto 0;
    line-height: 1.8em;
} 



#treatment-flow .step dl.point-02 dd:last-child {
     width: 80%;
    text-align: center;
    margin: 20px auto 0;
}

#treatment-flow .step dl.point-03{
    background-color: #f7f2ea;
}

    
  #treatment-flow .step dl.point-03 dd{
     width: 100%;
}  

/*準備するもの*/
.preparation{
    background-color: #e7f5f0;
    color: #61bd9a;;
    padding: 30px 10px;
    margin-top: 40px;
    text-align: left;
}



/***サブナビスマホ***/
#subnav{
    display: none;
}

#subnav-smp .subnav__wrap {
    width: 100%;
    margin: 0 auto;
}
#subnav-smp .subnav__lists {
    display: flex;
}
#subnav-smp .subnav__list {
    padding: 0 0.2em;
    width: 25%;
    height: 60px;
    background-color: #FFF;
    position: relative;
    transition: all .3s;
    text-align: center;
}
#subnav-smp .subnav__list:hover {
    background-color: #c7a976;
}
#subnav-smp .subnav__list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
#subnav-smp .subnav__list:hover::before {
    background-color: #c7a976;
}
#subnav-smp .subnav__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #c7a976;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all .3s;
}
#subnav-smp .subnav__list:hover a {
    color: #fff;
}

#subnav-smp .dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: 60px;
    left: 0;
}
#subnav-smp .subnav__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
#subnav-smp .dropdown__list {
    background-color: #c7a976;
    border-bottom: solid 2px #FFF;
    height: 58px;
    transition: all .3s;
    position: relative;
    min-width: 400%;
    left: 75%; 
   transform: translateX(-44%); 
}

#subnav-smp .dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    left: 0;
}
#subnav-smp .dropdown__list:hover {
    background-color: #EBD2A6;
}
#subnav-smp .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition:all .3s;
}
#subnav-smp .dropdown__list a::before {
    content: '▶︎';
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}

#subnav-smp .dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 38px;
        z-index: 9;
}

#subnav-smp .subnav__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

#subnav-smp .subnav__list:last-child::after{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c7a976;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
#subnav-smp .subnav__list a.has:after{
 content: "▼";
    position: absolute;
    top:46px;
    left: 50%;
   transform: translate(-50%,-50%);
    font-size: 10px;
}
/*サブナビ予約開始*/
.subnav_wrap{
    position: relative;
}

.subnav_wrap .yoyaku{
    background-color: #579BC2;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top:-30px;
    font-size: 90%;
}

.subnav_wrap .yoyaku:after{
    content: "▼";
    position: absolute;
    top:25px;
    left: 50%;
   transform: translate(-50%,-50%);
    color: #579BC2;
}
/*サブナビ予約開始*/



#treatment-menu  .annotation{
   font-size: 0.8rem;
    margin-top: 20px;
    text-align: left;
}


/*使用アイテム*/
#treatment-menu .item-used-01{
    background-color: #FFF;
    padding: 20px;
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
    /*
#treatment-menu .item-used-01 .inner-02{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    justify-content: space-between;
}    
    

#treatment-menu .item-used-01 .inner-02 .discri{
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
}

#treatment-menu .item-used-01 .inner-02 .discri ul:nth-child(1){
    width: 100%;
    margin-right: 0%;
}


#treatment-menu .item-used-01 .inner-02 .discri ul:nth-child(2){
    width: 50%;
}

#treatment-menu .item-used-01 .inner-02 .pic{
    width: 40%;
    margin-top: 10px;
    margin-left: 10%;
}
*/


#treatment-menu .item-used-01 h4{
    color: #579BC2;
}

#treatment-menu .item-used-02 h4{
    color: #5FBFC9;
}
#treatment-menu .item-used-03 h4{
    color: #2b5e89;
}

/*使用アイテム*/
#treatment-menu .item-used-02{
    background-color: #FFF;
    padding: 20px;
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

#treatment-menu .item-used-02 .inner-02 .discri{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
}

#treatment-menu .item-used-02 .inner-02 .discri ul:nth-child(1){
    width: 100%;
    margin-right: 0%;
}

#treatment-menu .item-used-02 .inner-02 .discri ul:nth-child(2){
    width: 100%;
}

#treatment-menu .item-used-02 .inner-02 .discri .pic{
    width: 50%;
    margin-top: 10px;
    margin-left: 10%;
}


/*使用アイテム03*/
#treatment-menu .item-used-03{
    background-color: #FFF;
    padding: 20px;
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

#treatment-menu .item-used-03 .inner-02 .discri{
    display: flex;
     flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}


#treatment-menu .item-used-03 .inner-02 .pic{
    width: 50%;
    margin: 10px auto 0;
}

#treatment-menu .treatment-item .discri-02 dl.parts, 
#treatment-menu .treatment-item .discri dl.parts {
    padding-bottom: 40px;
     border-bottom: none;
}


/*炭酸ガスハイドレート（CDH）って？アコーディオン*/
#treatment-menu .cdh-accordion {
    max-width: 580px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: none;
}

#treatment-menu .cdh-accordion:not([open]) {
    margin-bottom: 7px;
}

#treatment-menu .cdh-accordion summary {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 1.5em;
    border-radius: none;
    background-color: #579BC2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

#treatment-menu .cdh-accordion summary::-webkit-details-marker {
    display: none;
}

#treatment-menu .cdh-accordion summary::after {
     transform: translateY(-12%) rotate(-00deg);
    content:"▼";
    transition: transform .5s;
    position: absolute;
    right: 15px;
}

#treatment-menu .cdh-accordion[open] summary::after {
    transform: rotate(180deg);
}

#treatment-menu .cdh-accordion .cdh {
    /*transform: translateY(-10px);*/
    opacity: 0;
    margin: 0;
    padding: 0.5em 1em 2em 1em;
    transition: transform .5s, opacity .5s;
    line-height: 1;
    padding-top: 4px;
}

#treatment-menu .cdh-accordion[open]  .cdh {
    transform: none;
    opacity: 1;
}

#treatment-menu .cdh .cdh-box-cl{
    background-color: #579BC2;
    padding: 15px 5px;
    width: 100%;
    color: #fff;
    font-size:1.6rem;
    position: relative;
    margin-right: 0px;
}

#treatment-menu .cdh .cdh-box-cl:after{
    content: "▼";
    position: absolute;
    bottom:-20px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: #579BC2;
    display: none;
}

#treatment-menu .cdh .cdh-box{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;    
}

#treatment-menu .cdh .cdh-box .cdh-box-come{
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-top: 20px;
}

#treatment-menu .trademark{
    vertical-align: super; 
    font-size: 80%;
}


/*Q&A*/
#qa {
    text-align: center;
    margin: 60px 0;
}

#qa .inner{
    padding: 0px 0 0;
    width: 100%;
}


#qa .qa-q {
    max-width: 720px;
    margin-bottom: 5px;
    border-bottom: 2px solid #c7a976;
}

#qa .qa-q summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4em;
    color: #c7a976;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    font-size: 1.2rem;
}

#qa .qa-q summary::-webkit-details-marker { display: none }

#qa .qa-q summary::before{
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 2.3em;
}

#qa .qa-q summary::before {
    color: #fff;
    content: "Q";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 40px;
    text-align: center;
     background-color: #c7a976;
     font-family: 'Noto Serif JP', serif;
}

#qa .qa-q summary::after {
    transform: translateY(-10%) rotate(-00deg);
    content:"▼";
    transition: transform .5s;
    line-height: 1;
    padding-top: 4px;
}

#qa .qa-q[open] summary::after {
    transform: rotate(180deg);
}

#qa .qa-q p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 3em;
    color: #333;
    transition: transform .5s, opacity .5s;
    background-color: #f7f2ea;
    text-align: left;
    font-size: 1.2rem;
}

#qa .qa-q[open] p {
    transform: none;
    opacity: 1;
}

#qa .qa-q p.list {
    padding: 0.2em 5em;
    text-indent:-2.5em;
}

#qa .qa-q p.list:last-child {
    padding: 0.2em 3em 2.0em 5em;
}



/*ボタン*/
#p_sutudio .btn-s{
   width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
}

#p_sutudio .btn-b{
     width: 100%;
    font-size: 1.4rem;
}    
    
    
#p_sutudio .btn-06,
#p_sutudio .btn-01,
#p_sutudio .btn-02{
    padding: 15px ;
    margin: 40px auto 0;
    position: relative;
}

#p_sutudio .btn-01{
    background-color: #579BC2;
}
#p_sutudio .btn-02{
    background-color: #5FBFC9;
}
#p_sutudio .btn-06{
    background-color:#2b5e89;
}
#p_sutudio a .btn-06,
#p_sutudio a .btn-01,
#p_sutudio a .btn-02{
    color: #FFF;
    text-decoration: none;
}
#p_sutudio .btn-06::after,
#p_sutudio .btn-01::after,
#p_sutudio .btn-02::after{
    content: "▶︎";
    position: absolute;
    right: 15px;
    top:36%;
    font-size: 12px;
    color: #FFF;
}

#p_sutudio .btn-07,
#p_sutudio .btn-05,
#p_sutudio .btn-04,
#p_sutudio .btn-03{
    background-color: #fff;
    padding: 15px ;
    margin: 20px auto;
    position: relative;
}


#p_sutudio a .btn-03{
     text-decoration: none;
     color:#4c9981;
}

#p_sutudio .btn-03::after{
    content: "▶︎";
    position: absolute;
    right: 15px;
    top:28%;
    font-size: 12px;
     line-height: 2.0em;
    color:#4c9981;
}

#p_sutudio .btn-03{
    border: solid 2px #4c9981;
}

#p_sutudio .btn-04{
     border: solid 2px #5FBFC9;
}

#p_sutudio a .btn-04{
     text-decoration: none;
     color:#5FBFC9;
}

#p_sutudio .btn-04::after{
    content: "▶︎";
    position: absolute;
    right: 15px;
    top:28%;
    font-size: 12px;
     line-height: 2.0em;
    color:#5FBFC9;
}

#p_sutudio .btn-05{
     border: solid 2px #579BC2;
}

#p_sutudio a .btn-05{
     text-decoration: none;
     color:#579BC2;
}

#p_sutudio .btn-05::after{
    content: "▶︎";
    position: absolute;
    right: 15px;
    top:28%;
    font-size: 12px;
     line-height: 2.0em;
    color:#579BC2;
}

#p_sutudio .btn-07{
     border: solid 2px #2b5e89;
}

#p_sutudio a .btn-07{
     text-decoration: none;
     color:#2b5e89;
}

#p_sutudio .btn-07::after{
    content: "▶︎";
    position: absolute;
    right: 15px;
    top:28%;
    font-size: 12px;
     line-height: 2.0em;
    color:#2b5e89;
}



#p_sutudio .btn-03:hover{
 background-color:#e7f5f0;
}

#p_sutudio .btn-04:hover{
 background-color:#E7F5F7;
}

#p_sutudio .btn-05:hover{
 background-color:#E6F0F6;
}
#p_sutudio .btn-07:hover{
  background-color:#d9e2ea;
}

/*リニューアルオープン記念価格*/
.limited{
    margin-bottom: 30px;
}

.price-no{
    margin-left: 10px;
    text-decoration-line: line-through;
  text-decoration-style:double;
}

.limited-price{
   /* margin: 0 10px;*/
    font-size: 100%;
    color: #c7a976;
    display: block;
}
}

/*アイコン追加20250605*/
.bg-05 .pic,
.bg-04 .pic,
.bg-01 .pic{
    position: relative;
}
.bg-05 .pic .icon,
.bg-04 .pic .icon,
.bg-01 .pic .icon{
    position: absolute;
    top:-70px;
    left:-70px;
    width: 150px;
} 
@media (max-width: 580px) {
    .bg-05 .pic .icon,
    .bg-04 .pic .icon,
    .bg-01 .pic .icon{
    position: absolute;
    top:-50px;
    left:-20px;
    width: 100px;
} 
}
.reserve_b{
    display: none;
}
@media (max-width: 580px) {
.reserve_b {
display: block;
position: fixed;
width: 70px;
height: auto;
right: -10px;
bottom: 180px;
z-index: 99;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);   
border-radius: 12px;
opacity: 0;
transition: all 0.65s;
}
.reserve_b.isActive {
  opacity: 1;
  transition: all 0.65s;
}    
}