/************
共通パーツ
************/

.beauty .toppic {
    min-width: 1000px;
    width: 100%;
    background: url(../images/kasou_toppic.jpg) center center no-repeat;
    height: 429px;
}

.beauty .inner{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.beauty .toppic{
    height:inherit;
}

.beauty .toppic .inner{
    height:429px;
}

.beauty .toppic h1.title{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 36px;
    color: var(--main-color);
}

.beauty .toppic h1:after {
    display:none;
}

.beauty .sec{
    margin-bottom:120px;
    padding:0;
    min-width:1000px;
    width:100%;
}

.beauty .sec:first-of-type{
    padding-top:100px;
}

.beauty .sec .flex{
    display:flex;
    justify-content: space-between;
}

.beauty .sec p{
    line-height:1.8;
    margin-bottom:18px;
}

.beauty .sec p.center{
    text-align:center;
}


.beauty .sec h2.title{
    font-size:30px;
    font-weight:normal;
    color:var(--main-color);
    margin-bottom:30px;
    text-align:center;
}

.beauty .sec h2.title:before{
    content:"";
    display:block;
    margin:0 auto 5px;
}

.beauty .sec01 h2.title:before{
    background:url(../images/beauty-midashi-01.png) no-repeat center center;
    background-size:contain;
    width:27px;
    height:41px;
}

.beauty .sec02 h2.title:before{
    background:url(../images/beauty-midashi-02.png) no-repeat center center;
    background-size:contain;
    width:37px;
    height:47px;
}

.beauty .sec03 h2.title:before{
    background:url(../images/beauty-midashi-03.png) no-repeat center center;
    background-size:contain;
    width:34px;
    height:53px;
}

.beauty .sec04 h2.title:before{
    background:url(../images/beauty-midashi-04.png) no-repeat center center;
    background-size:contain;
    width:29px;
    height:46px;
}

.beauty .sec05 h2.title:before{
    background:url(../images/beauty-midashi-05.png) no-repeat center center;
    background-size:contain;
    width:50px;
    height:38px;
}

.beauty .sec06 h2.title:before{
    background:url(../images/beauty-midashi-06.png) no-repeat center center;
    background-size:contain;
    width:43px;
    height:68px;
}


.beauty .sec .border-box{
    border:1px solid #777777;
    display:inline-block;
    padding:30px;
}

.beauty .price-btn{
    text-align:center;
    margin-bottom:120px;
    padding: 0;
    min-width: 1000px;
    width: 100%
}

.beauty .price-btn a{
    display:inline-block;
    background:var(--main-color);
    color:#ffffff;
    text-decoration: none;
    padding:20px 50px;
    border-radius: 10px;
    font-size:24px;
    border-bottom:4px solid #c36b84;
}

/** よくある質問 **/
.beauty .accordion-header {
  font-size:20px;
  background-color: #f8f8f8;
  padding: 20px 50px 20px 20px;
  transition: .3s ease;
  cursor: pointer;
  position: relative;
  margin-top:20px;
}

.beauty .accordion-header::before,
.beauty .accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#555555;
}
.beauty .accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}

.beauty .accordion-header.active::after{transform:rotate(0deg);}

.beauty .accordion-content{
    display:none;
}

.beauty .anser-content{
    display:flex;
    align-items: top;
    padding:20px;
    margin-bottom:0 !important;
}

.beauty .anser-content span{
    font-size:20px;
    margin-right:30px;
    position: relative;
    top:-4px;
}

.beauty .mishounin{
    min-width:1000px;
    width:100%;
    text-align:center;
    margin-bottom:120px;
}

.beauty .mishounin-content{
    display:inline-block;
    background:#f8f8f8;
    text-align:left;
    padding:30px;
}

.beauty .mishounin-content p{
    margin-bottom:16px;
}

.beauty .mishounin-content p:last-of-type{
    margin-bottom:0;
}

.beauty .pink-circle{
    list-style:none;
}

.beauty .pink-circle:before{
    content:"●";
    display:inline-block;
    margin-right:5px;
    color:var(--main-color);
}

.beauty .flow_wrap{
    display:flex;
    align-items: center;
    margin-left:20px;
}

.beauty .flow_wrap .chart{
    list-style-type:none;
    position: relative;
}

.beauty .flow_wrap .chart:before{
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    border-radius: 20px;
}

.beauty .flow_wrap .chart > li:not(:last-child){
    margin-bottom:30px;
}

.beauty .flow_wrap .chart > li dl{
    padding-left:70px;
    position: relative;
}

.beauty .flow_wrap .chart > li dl:before{
    content:"";
    display:block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: var(--main-color);
    border-radius: 50%;
    top:15px;
    left: -4px;
}

.beauty .flow_wrap .chart > li dl:after{
    content:"";
    display:block;
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    top:15px;
    left: 5px;
}

.beauty .flow_wrap .chart > li dl dt{
    font-size: 1.3em;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}

.beauty .flow_wrap .chart dd{
    line-height:1.5;
}

.beauty .flow_wrap .chart > li .icon03{
    font-size: 0.8em;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background: var(--main-color);
    display: inline-block;
    margin-right: 0.3em;
}


@media screen and (max-width:640px){

.beauty .toppic {
    min-width: inherit;
    width: 100%;
    background: url(../images/kasou_toppic.jpg) center center no-repeat;
    background-size:cover;
    height: auto;
}

.beauty .inner{
    max-width: inherit;
}

.beauty .toppic{
    height:inherit;
}

.beauty .toppic .inner{
    height:auto;
    padding-bottom:22.34%;
}

.beauty .toppic h1.title{
    font-size: 20px;
}

.beauty .sec{
    padding:0;
    min-width:inherit;
    width:100%;
    margin:0 auto 50px;
}



.beauty .sec:first-of-type{
    padding-top:30px;
}

.beauty .sec .flex{
    display:block;
}


.beauty .sec p{
    line-height:1.8;
}

.beauty .sec p.center{
    text-align:left;
}


.beauty .sec h2.title{
    font-size:24px;
    line-height:1.4;
    /* margin-bottom:30px; */
}

.beauty .sec h2.title:before{
    content:"";
    display:block;
    margin:0 auto 5px;
}

.beauty .sec01 h2.title:before{
    width:14px;
    height:21px;
}

.beauty .sec02 h2.title:before{
    width:19px;
    height:24px;
}

.beauty .sec03 h2.title:before{
    width:17px;
    height:27px;
}

.beauty .sec04 h2.title:before{
    width:15px;
    height:23px;
}

.beauty .sec05 h2.title:before{
    width:25px;
    height:19px;
}

.beauty .sec06 h2.title:before{
    width:22px;
    height:34px;
}

.beauty .sec .border-box{
    padding:15px;
}

.beauty .price-btn{
    padding: 0;
    min-width: inherit;
    width: 95%;
    margin:0 auto 50px;
    
}

.beauty .price-btn a{
    font-size:16px;
    padding: 20px 30px;
}

/** よくある質問 **/
.beauty .accordion-header {
  font-size:16px;
  padding-left:3.5em;
  text-indent:-2.35em;
  line-height:1.5;
  /* padding: 20px 50px 20px 20px; */
  /* margin-top:20px; */
}


.beauty .accordion-header.active::after{transform:rotate(0deg);}

.beauty .accordion-content{
    display:none;
}

/* .beauty .anser-content{
    padding:20px;
} */

.beauty .anser-content span{
    font-size:18px;
    /* margin-right:30px; */
    /* top:-4px; */
}

.beauty .mishounin{
    min-width:inherit;
    width:95%;
    margin:0 auto 50px;
}

.beauty .mishounin-content{
    padding:15px;

}

.beauty .mishounin-content p{
    margin-bottom:16px;
    line-height:1.5;
}

.beauty .flow_wrap{
    display:flex;
    align-items: center;
    margin-left:20px;
}

.beauty .flow_wrap .chart{
    list-style-type:none;
    position: relative;
}

.beauty .flow_wrap .chart:before{
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    border-radius: 20px;
}

.beauty .flow_wrap .chart > li:not(:last-child){
    margin-bottom:30px;
}

.beauty .flow_wrap .chart > li dl{
    padding-left:20px;
    position: relative;
}

.beauty .flow_wrap .chart > li dl:before{
    content:"";
    display:block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: var(--main-color);
    border-radius: 50%;
    top:15px;
    left: -4px;
}

.beauty .flow_wrap .chart > li dl:after{
    width: 15px;
}

.beauty .flow_wrap .chart > li dl dt{
    font-size: 1.3em;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5em;
    display: flex;
    align-items:start;
    line-height:1.5;
}

.beauty .flow_wrap .chart dd{
    line-height:1.5;
}

.beauty .flow_wrap .chart > li .icon03{
    font-size: 0.8em;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background: var(--main-color);
    display: inline-block;
    margin-right: 0.3em;
}

}

/************
IPL(ノーリス)
************/

.nordlys .nordlys-outline figure{
    text-align:center;
    margin-bottom:20px;
}

.nordlys .target .border-box{
    width:800px;
    margin:0 auto;
    display:block;
}

.nordlys .target ul{
    display:flex;
    flex-wrap:wrap;
}

.nordlys .target  ul li{
    list-style:none;
    width:48%;
    padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px;
}

.nordlys .target  ul li:last-of-type{
    margin-bottom:0;
}

.nordlys .ipl-outline .txtarea{
    width:488px;
    margin-right:20px;
}

.nordlys .ipl-outline .imgarea img{
    max-width:477px;
    width:100%;
}

.nordlys .flow h2 + span{
    font-size:18px;
    color:var(--main-color);
    display:block;
    text-align:center;
    margin-top:-20px;
    margin-bottom:30px;
}

.nordlys .risk{
    text-align:center;
}

.nordlys .risk .border-box p{
    text-align:left;
    margin-bottom:0;  
}

@media screen and (max-width:640px){


.nordlys .target .border-box{
    width:100%;
    box-sizing: border-box;
}

.nordlys .target ul{
    display:block;
}

.nordlys .target  ul li{
    width:100%;
    /* padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px; */
}


.nordlys .ipl-outline .txtarea{
    width:100%;
    margin-right:0;
}

.nordlys .ipl-outline .imgarea img{
    max-width:inherit;
    width:100%;
}

.nordlys .flow h2 + span{
    font-size:16px;
    /* margin-top:-20px;
    margin-bottom:30px; */
}

}


/************
ボトックス
************/

.botox .outline strong{
    font-size:20px;
    color:#ba254f;
}

.botox .drug figure img{
    width:200px;
    display:block;
    margin:0 auto 20px;
}

.botox .attent{
    text-align:center;
}

.botox .attent ul{
    text-align:left;
    list-style: none;
}

.botox .attent ul li{
    margin-bottom:16px;
    line-height:1.5;
    padding-left:1em;
    text-indent:-0.5em;
}

.botox .attent ul li:before{
    content:"◎";
    display:inline-block;
}

.botox .attent ul li:last-child{
    margin-bottom:0;
}

@media screen and (max-width:640px){

.botox .outline strong{
    font-size:16px;
    display:block;
    text-align:center;
    margin-bottom:8px;
}

}


/************
Co2レーザー
************/

.co2 .outline .flex{
    width:900px;
}

.co2 .outline .txtarea{
    width:calc(100% - 260px);
}

.co2 .outline .imgarea img{
    max-width:240px;
    width:100%;
}


.co2 .target .border-box{
    width:800px;
    margin:0 auto;
    display:block;
}

.co2 .target ul{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.co2 .target  ul li{
    list-style:none;
    width:48%;
    padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px;
}

.co2 .target  ul li:last-of-type{
    margin-bottom:0;
}

.co2 .target .border-box span.pink{
    background:#fdecf1;
    color:var(--main-color);
    font-weight:bold;
    display:block;
    text-align:center;
    padding:10px 0;
}

.co2 .flow h3{
    font-size:18px;
}

.co2 .attent{
    text-align:center;
}

.co2 .attent ul{
    text-align:left;
    list-style: none;
}

.co2 .attent ul li{
    margin-bottom:16px;
    line-height:1.5;
    padding-left:1em;
    text-indent:-0.5em;
}

.co2 .attent ul li:before{
    content:"◎";
    display:inline-block;
}

.co2 .attent ul li:last-child{
    margin-bottom:0;
}

@media screen and (max-width:640px){

.co2 .outline .flex{
    width:100%;
}

.co2 .outline .txtarea{
    width:100%;
}

.co2 .outline .imgarea img{
    max-width:inherit;
    display:block;
    width:80%;
    margin:0 auto;
}


.co2 .target .border-box{
    width:100%;
    margin:0 auto;
    display:block;
    box-sizing: border-box;
}

.co2 .target ul{
    display:block;
    margin-bottom:20px;
}

.co2 .target  ul li{
    list-style:none;
    width:100%;
    padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px;
}


.co2 .target .border-box span.pink{
    /* padding:10px 0; */
    line-height:1.5;
}

.co2 .flow h3{
    font-size:16px;
}

}

/************
エレクトロポレーション
************/

.electro .target .border-box{
    width:800px;
    margin:0 auto;
    display:block;
}

.electro .target ul{
    display:flex;
    flex-wrap:wrap;
}

.electro .target  ul li{
    list-style:none;
    width:48%;
    padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px;
}

.electro .target  ul li:last-of-type{
    margin-bottom:0;
}

.electro .drug h2 + p{
    margin-bottom:50px;
}

.electro .drug dl{
    margin-bottom:50px;
}

.electro .drug dt{
    font-size:24px;
    color:var(--main-color);
    border-bottom:1px solid var(--main-color);
    padding-bottom:5px;
    margin-bottom:16px;
}

.electro .drug dd{
    line-height:1.6;
}

.electro .price-btn{
    margin-bottom:0;
}

.electro .price-btn + span{
    min-width:1000px;
    width:100%;
    display:block;
    text-align:center;
    margin-bottom:120px;
    margin-top:10px;
    font-size:24px;
    color:var(--main-color);
}

.electro .attent{
    text-align:center;
}

.electro .attent ul{
    text-align:left;
    list-style: none;
}

.electro .attent ul li{
    margin-bottom:16px;
    line-height:1.5;
    padding-left:1em;
    text-indent:-0.5em;
}

.electro .attent ul li:before{
    content:"◎";
    display:inline-block;
}

.electro .attent ul li:last-child{
    margin-bottom:0;
}

.electro .attent .border-box span{
    display:block;
    background:#f1f0f0;
    font-weight:bold;
    margin:18px 0;
    padding:10px 0;
}



@media screen and (max-width:640px){

.electro .target .border-box{
    width:100%;
    box-sizing: border-box;
}

.electro .target ul{
    display:block;
}

.electro .target  ul li{
    width:100%;
    /* padding-left:1em;
    text-indent:-0.4em;
    line-height:1.4;
    margin-bottom:18px; */
}


.electro .drug h2 + p{
    margin-bottom:30px;
}

.electro .drug dl{
    margin-bottom:30px;
}

.electro .drug dt{
    font-size:20px;
    /* padding-bottom:5px;
    margin-bottom:16px; */
}

.electro .price-btn + span{
    min-width:inherit;
    width:95%;
    margin:10px auto 60px;
    font-size:18px;
}

}





/************
コピペ用
************/


@media screen and (max-width:640px){


}






@media screen and (min-width:1920px){

body{
    overflow-x: hidden;
}


.botox-sample img{
    height:2784px;
}

.nordlys-sample img{
    height:4103px;
}

.peeling-sample img{
    height:5799px;
}

.shimi-laser-sample img{
    height:3736px;
}

.co2-laser-sample img{
    height:2740px;
}

.datsumou img{
    height:4039px;
}

.mesoporation img{
    height:4006px;
}

}

@media screen and (max-width:1919px){

.botox-sample img{
    height:auto;
    width:100%;
}

.nordlys-sample img{
    height:auto;
    width:100%;
}

.peeling-sample img{
    height:auto;
    width:100%;
}

.shimi-laser-sample img{
    height:auto;
    width:100%;
}

.co2-laser-sample img{
    height:auto;
    width:100%;
}

.datsumou img{
    height:auto;
    width:100%;
}

.mesoporation img{
    height:auto;
    width:100%;
}


}


@media screen and (max-width:640px){

}