.main_content{
  background: #1E1E1E;
}
.page_title{
  color: #FFF;
  text-align: center;
  font-family: "Zen Kurenaido";
  font-size: 34px;
  line-height: 180%;
}
.request_block{
  padding: 90px 0;
}
.request_block.message{
  padding: 144px 0 80px;
}
.request_block .message_text{
  display: flex;
  justify-content: center;
  color: #F8F9FB;
  padding-top: 22px;
}
.request_block .message_text .lf{
  flex-shrink: 0;
}
.request_block:not(.process) .message_text .lf {
  width: 32.8%;
}
.request_block .message_text .rg{
  margin-left: 8.02vw;
  padding-top: 58px;
}
.request_block .message_text .rg dt,
.request_block .message_text .rg h3{
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 25px;
}
.request_block .message_text .rg p,
.request_block .message_text table p,
.request_block .message_text .list li,
.request_block .message_tit p{
  font-size: 16px;
  line-height: 180%;
}
.request_block .message_text  table{
  border-collapse: collapse;
  width: 100%;
}
.request_block .message_text  table tr{
  background-image: radial-gradient(circle, #F8F9FB 0.8px, transparent 0.8px);
  background-size: 7px 0.8px;
  background-repeat: repeat-x;
  background-position: top;
}
.request_block .message_text  table tbody tr.last{
  background-image: radial-gradient(circle, #F8F9FB 0.8px, transparent 0.8px);
  background-size: 7px 0.8px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.request_block .message_text  table td{
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: text-bottom;
  min-width: 210px;
}
.request_block .message_text .list{
  padding-left: 20px;
}
.request_block .message_text .list li{
  margin-bottom: 8px;
  position: relative;
}
.request_block .message_text .list li::before{
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #C08D4B;
  border-radius: 50%;
}
.request_block.process table{
  margin: 0 !important;
}
.request_block.process .message_text table tbody tr.one{
  background-image: none;
}
.request_block.process .message_text table tbody tr.last{
  background-image: none;
}
.request_block.process .message_text table td{
  vertical-align: middle;
}
.request_block.salon{
  padding: 90px 0 62px;
}
.request_block.salon .message_text .lf,
.request_block.person .message_text .lf{
  margin-top: -94px;
}
.request_block.salon .message_text .rg dt{
  margin-bottom: 0;
}
.request_block.salon .message_text .rg dl{
  margin-bottom: 28px;
}
.request_block.salon .message_text .rg dl dd{
  margin-left: 47px;
}
.request_block.requirement .message_text,
.request_block.process .message_text{
  padding-top: 58px;
}
.request_block.person .message_text .rg {
  padding-top: 85px;
}
.request_block.process{
  padding: 90px 0 180px;
}
.request_block.process .message_text{
  margin: 0 8.125vw;
}
.request_block.process .message_text .lf{
  flex-shrink: 0;
}
.request_block.process .message_text .icon_list{
  height: 100%;
}
.request_block.process .message_text .icon_list>div{
  padding: 30px 26px 30px 30px;
  position: relative;
  height: calc(100% / 4);
}
.request_block.process .message_text .icon_list img{
  width: 41px;
  height: 41px;
}
.request_block.process .icon_list span{
  display: block;
  background: url(../images/requestcase/icon_circle-arrow.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: calc(100% - 60px);
  position: absolute;
  left: calc(50% - 2px);
  top: 81px;
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  #request_case .container,
  #shop_intro .container{
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px){
	#request_case .box_banner_title {
		margin-top: 23px;
	}
	#request_case .box_banner_title span:nth-child(1) {
		margin-top: 58px;
	}
  .page_title{
    font-size: 30px;
  }
  .request_block{
    padding: 60px 0;
  }
  .request_block.message{
    padding: 90px 0 60px;
  }
  .request_block .message_text{
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
  }
	.request_block.person .message_text .lf  {
		width: 100%;
	}
	.request_block.process .message_text .lf {
		width: 18%;
	}
	.request_block.process .message_text table tr:first-of-type {
		padding-left: 0;
	}
  .request_block:not(.process) .message_text .lf{
    width: auto;
  }
  .request_block .message_text .lf img{
    width: 100%;
    max-width: 322px;
    height: auto;
    margin: 0 auto;
  }
  .request_block .message_text .rg{
    margin-left: 0;
    padding-top: 64px;
  }
  .request_block .message_text .rg dt,
  .request_block .message_text .rg h3{
    margin-bottom: 28px;
    letter-spacing: -1px;
  }
  .request_block .message_text  table{
    margin: 0;
  } 
  .request_block .message_text  table tr{
    display: block;
    padding: 24px 30px;
  }
  .request_block .message_text  table td{
    display: block;
    padding: 0;
  }
  .request_block .message_text  table td span{
    font-size: 13px;
  }
  .request_block.process table{
    margin: 0;
  }
   .request_block.process  .message_text  table tr{
	   padding-left: 0 !important;
   }
  .request_block.salon{
    padding: 60px 0 32px;
  }
  .request_block.salon .message_text .lf,
  .request_block.person .message_text .lf{
    margin-top: 0;
  }
  .request_block.salon .message_text .rg dt{
    margin-bottom: 0;
    display: flex;
  }
  .request_block.salon .message_text .rg dl dd{
    margin-left: 0;
  }
  .request_block.salon .message_text .rg dl{
    margin-bottom: 28px;
  }
  .request_block.requirement .message_text,
  .request_block.process .message_text{
    padding-top: 64px;
  }
  .request_block.person .message_text .rg {
    padding-top: 64px;
  }
  .request_block.process{
    padding: 60px 0 120px;
  }
  .request_block.process .message_text{
    margin: 0;
    flex-direction: row;
    align-items: stretch;
  }
  .request_block.process .message_text .icon_list{
    height: 100%;
  }
  .request_block.process .message_text .icon_list>div{
    padding: 18px 16px 24px 0;
  }
  .request_block.process .icon_list span{
    height:61px;
    background-size: 100% 100%;
    left: calc(50% - 12px);
    top: 68px;
  }
  .request_block.requirement .message_text .disSp strong{
    font-weight: normal;
    position: relative;
    padding-left: 3px;
    display: inline-block;
    letter-spacing: -1px;
  }
  .request_block.requirement .message_text .disSp strong::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #E1E6EA;
    position: absolute;
    left: -2px;
    top: 1%;
  }
}

/* 商品紹介 start */
#shop_intro .box_banner{
  background: url(../images/shopintro/bg_shop_banner.png) no-repeat,#E1E6EA;
  background-size: cover;
  background-position: center;
}
#shop_intro .concept_thoughts{
  background: url(../images/shopintro/bg_shop_flow.png) repeat-x,#E1E6EA;
  background-size: auto 100%;
  background-position: center;
}
.request_block.intro{
  padding: 142px 0 60px;
}
.request_block.intro+.request_block.message {
  padding: 60px 0 180px;
}
.request_block.intro .message_tit{
  text-align: center;
  color: #fff;
  margin: 58px 0;
}
.request_block.intro .intro_list{
  display: flex;
  justify-content: space-between;
  margin: 0 60px;
}
.request_block.intro .intro_list .intro_child{
  background-color: rgba(168, 175, 183, 0.16);
  width: calc((100% - 82px) / 2);
  padding: 48px 42px;
  color: #F8F9FB;
}
.request_block.intro .intro_child h3{
  font-size: 24px;
  line-height: 180%;
  margin-top: 20px;
}
.request_block.intro .intro_child .tag{
  font-size: 22px;
  line-height: 180%;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #E1E6EA66;
}
.request_block.intro .intro_child .tag span:last-of-type{
  font-size: 14px;
}
.request_block.intro .intro_child p{
  font-size: 16px;
  line-height: 180%;
}
.request_block.intro .intro_child .soon-text{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.request_block.intro .intro_child .soon-text p{
  font-size: 24px;
  line-height: 180%;
  opacity: .4;
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .request_block.intro .intro_list{
    margin: 0;
  }
  .request_block.intro .intro_list .intro_child{
    width: calc((100% - 30px) / 2);
    padding: 30px 24px;
  }
}
@media screen and (max-width: 768px){
  #shop_intro .box_banner{
    background: url(../images/shopintro/bg_shop_banner-sp.png) no-repeat,#E1E6EA;
    background-size: cover;
    background-position: center;
  }
  #shop_intro .concept_thoughts{
    background: url(../images/shopintro/bg_shop_flow.png) repeat-x,#E1E6EA;
    background-size: auto 100%;
    background-position: center;
  }
  .request_block.intro{
    padding: 90px 0 60px;
  }
  .request_block.intro+.request_block.message {
    padding: 60px 0 120px;
  }
  .request_block.intro .message_tit{
    margin: 64px 0;
    text-align: left;
  }
  .request_block.intro .intro_list{
    flex-direction: column;
    margin: 0;
  }
  .request_block.intro .intro_list .intro_child{
    width: 100%;
    padding: 22px 21px;
  }
  .request_block.intro .intro_child img{
    width: 100%;
    max-width: 322px;
    height: auto;
    margin: 0 auto;
  }
  .request_block.message .message_text .rg .disSp p{
    margin-bottom: 18px;
  }
}
/* 商品紹介 end */

/* お問い合わせ start */
#contact .contact{
  margin: 0 8.125vw;
}
#contact .contact .message_tit{
  text-align: left;
} 
#contact .contact .message_tit a{
  color: #EEAF5E;
} 
.wpcf7-response-output {
	color: #fff !important;
}
.formList .required {
  width: 40px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  background: #BD0000;
  color: #FFF;
  font-size: 12px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(168, 175, 183, 0.06);
  color: #FFF;
  font-family: "Zen Kurenaido";
  font-size: 16px;
  line-height: 180%;
  padding: 11px 18px 9px;
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.formList dl{
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 38px;
  color: #FFF;
  gap: 16px;
}
.formList dl dt{
  width: 220px;
  padding: 10px 18px;
  flex-shrink: 0;
  font-size: 16px;
  background: rgba(168, 175, 183, 0.06);
  display: flex;
  justify-content: space-between;
}
.formList dl dd{
  background: rgba(168, 175, 183, 0.06);
  border-bottom: 1px solid rgba(168, 175, 183, 0.70);
  flex: 1;
}
.formList dl dd>span{
  display: block;
  height: 100%;
}
.hidden-fields-container{
  opacity: 0;
}
button,input[type="submit"]{
  width: 15.417vw;
  height: 3.2292vw;
  line-height: 3.2292vw;
  border-radius: 4px;
  text-align: left;
  border: none;
  cursor: pointer;
}
#contact input[type="submit"]{
  width: 133px;
  height: 130px;
  margin: 0 auto;
  text-align: center; 
  background: url(../images/bg_contact_btn.png) no-repeat;
  background-size: contain;
}

#contact input[type="submit"]:hover{
  background-image: url(../images/bg_contact_btn_hover.png);
}
@media screen and (max-width: 768px){
  #contact .contact {
	margin: 0;
  }
  .formList dl dt {
	width: 100%
  }
  .formList dl {
	flex-direction: column;
    gap: 4px;
	padding: 13px 0;
  }
  input, select, textarea {
	padding: 14px 18px 12px;	
  }
}

/* お問い合わせ end */

/* concept  */
#concept {
    background-color: #E1E6EA;
}

.concept_origin {
    position: relative;
    overflow: hidden;
}

.concept_origin.concept_conclusion,
.concept_harmonies.concept_origin {
	padding: 0;
}

.concept_origin_vector,
.concept_origin_subtract {
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
}

.concept_origin_vector {
    top: 1px;
}

.concept_origin_subtract {
    bottom: 1px;
}

.concept_origin_imgCenter {
    position: absolute;
    width: 100%;
    top: 478px;
}

.concept_origin .concept_origin_imgCenter img {
    height: 8px;
}
.concept_origin.page-main .concept_origin_imgCenter img{
  margin-top: 6px;
}

.concept_harmonies .concept_origin_imgCenter img {
    height: 21px;
}

.concept_harmonies .concept_origin_imgCenter {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.concept_sharing .concept_origin_imgCenter img {
  height: auto;
}

.concept_conclusion .concept_origin_imgCenter img {
  height: auto;
}

.concept_origin .concept_container {
    background-color: #1E1E1E;
    padding: 142px 0 140px;
}

.concept_harmonies .concept_container {
	padding: 110px 0 100px;
}

.concept_conclusion .concept_container {
	padding: 100px 0 0;
}

.concept_conclusion .concept_container,
.concept_harmonies .concept_container {
    background-color: #E1E6EA;
}

.concept_origin .box_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: #F8F9FB;
    margin: 0 auto;
}

.concept_origin_left {
    writing-mode: vertical-rl;
    font-size: 30px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 13px;
    letter-spacing: 8px;
}

.concept_origin_left_txt {
    margin-top: 312px;
	white-space: nowrap;
}

.concept_origin_right {
    width: 574px;
}

.concept_origin .concept_origin_right {
	padding-top: 289px;
}

.concept_harmonies .concept_origin_right {
	padding-top: 254px;
}

.concept_sharing .concept_origin_right {
	padding-top: 211px;
}

.concept_conclusion .concept_origin_right {
	padding-top: 176px;
}

.concept_origin_right_title {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
}
.concept_origin.concept_sharing .concept_origin_right_title{
  margin-bottom: 38px;
}

.concept_origin_right_title span {
    font-size: 24px;
    margin-right: 6px;
}

.concept_origin_right_txt {
    font-size: 16px;
    line-height: 1.8;
}

/* Harmonies */
.concept_harmonies {
    background: #E1E6EA;
    color: #1E1E1E;
}

.concept_harmonies .concept_origin_left_txt {
    margin-top: 78px;
}

.concept_harmonies.concept_origin .box_inner {
    color: #1E1E1E;
}

/* Sharing */

.concept_sharing .concept_origin_left_txt {
    margin-top: 156px;
}


/* Conclusion */
.concept_conclusion .box_inner {
    color: #1E1E1E;
}

.concept_conclusion::before {
    background: #E1E6EA;
}

.concept_conclusion .concept_origin_left_txt {
    margin-top: 78px;
}


/* Times */
.concept_times {
    width: 85.83%;
    margin: 0 auto;
	padding: 112px 0 170px
}

.concept_times_inner {
    display: flex;
    justify-content: center;
    gap: min(5.6%, 70px);
    align-items: center;
}

.concept_times_inner .concept_times_img {
    flex: 1;
    max-width: 603px;
    position: relative;
}
.concept_times_img {
  position: relative;
  overflow: hidden;
}

.concept_times_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: 
    background 0.4s ease,
    backdrop-filter 0.4s ease,
    -webkit-backdrop-filter 0.4s ease;
  z-index: 1;
}

.concept_times_inner2 .concept_times_img::after {
  background: rgba(67, 42, 101, 0.4);
}

@media (hover: hover) and (pointer: fine) {
  .concept_times_inner .concept_times_img:hover::after {
    background: rgba(30, 30, 30, 0.7);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .concept_times_inner2 .concept_times_img:hover::after {
    background: rgba(67, 42, 101, 0.7);
  }
}

.concept_times_inner .concept_times_img,
.concept_times_inner .concept_times_img:hover::after,
.concept_times_inner .concept_times_img .concept_times_imgCont {
    border-radius: 16px;
}

.concept_times_inner .concept_times_img .concept_times_imgInner {
    width: 38.97%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.concept_times_inner .concept_times_txt {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    border: 1px solid #C08D4B;
    padding: 24px 14px;
    flex: 0 0 39.9%;
    margin-right: min(5.7%, 70px);
    max-width: 493px;
}

.concept_times_inner .concept_times_txt span {
    position: absolute;
    padding: 0 11px;
    background-color: #e1e6ea;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    min-width: 166px;
}

.concept_times_inner .concept_times_txt .right {
    text-align: right;
    margin: 13px 0;
}

.concept_times_inner2 {
    margin-top: 30px;
}

.concept_times_inner2 .concept_times_img img {
    margin-right: 0;
}

.concept_times_inner2 .concept_times_txt {
    margin-left: min(5.7%, 70px);
    margin-right: 0;
}


@media screen and (max-width: 1366px) and (min-width: 769px) {
	
    .concept_times_inner .concept_times_txt {
        padding: 24px;
    }
}

@media screen and (max-width: 769px) {
	#concept .box_banner_title span:nth-child(1) {
		margin-top: 190px
	}
    .concept_origin {
        position: relative;
    }

    .concept_origin_vector {
        top: 0;
    }

    .concept_origin_subtract {
        bottom: 0;
    }

    .concept_origin_vector,
    .concept_origin_subtract {
        height: 31px;
    }

    .concept_origin .concept_container {
        padding: 90px 0;
    }
/* .concept_origin.concept_sharing .bolang,
.concept_origin.concept_harmonies .bolang{
  background:#fff;
} */
    #concept section.concept_origin:nth-of-type(3) .concept_origin_subtract,
    .concept_sharing{
        background-color: #fff;
    }

    .concept_sharing .concept_origin_subtract {
        background-color: #E1E6EA;
    }

    .concept_origin .box_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	
	.concept_origin .concept_origin_right {
	    padding-top: 68px;
	}
	
	.concept_conclusion .concept_origin_left,
	.concept_harmonies .concept_origin_left {
		letter-spacing: 9px;
	}
	
	.concept_sharing .concept_origin_left_txt {
		margin-top: 117px
	}

	.concept_harmonies .concept_origin_right,
	.concept_conclusion .concept_origin_right{
		padding-top: 64px;
	}

    .concept_origin_right {
        width: 100%;
    }
	
    .concept_origin.concept_harmonies,
    .concept_origin.concept_conclusion {
        padding: 0;
    }

    .concept_conclusion .concept_container {
        padding-bottom: 0;
    }

    .concept_harmonies .box_inner,
    .concept_conclusion .box_inner {
        margin: 0 auto;
    }

    .concept_times {
        width: 89.74%;
		   padding: 120px 0;
   }

    .concept_times_inner {
        flex-direction: column;
        gap: 42px;
    }

    .concept_times_inner2 {
		flex-direction: column-reverse;
		margin-top: 64px;
    }

    .concept_times_inner .concept_times_img,
    .concept_times_inner .concept_times_txt {
        width: 100%;
        margin: 0;
        max-width: none;
    }

	.concept_times_inner .concept_times_img .concept_times_imgInner {
       width: 52.56%;
    }

    .concept_times_inner .concept_times_txt {
        font-size: 14px;
    }

    .concept_times_inner2 .concept_times_txt {
        margin: 0;
    }

    .concept_times_inner .concept_times_txt span {
        min-width: auto;
        padding: 0;
        font-size: 16px;
    }
	
	.concept_times_inner .concept_times_txt .right {
		margin: 11px 0 7px;
   }

  .concept_origin.page-main .concept_origin_imgCenter img {
    height: 6px;
  }
  .concept_harmonies .concept_origin_imgCenter img{
    height: 21px;
  }
  .concept_sharing .concept_origin_imgCenter img{
    height: auto;
  }

    /* detail */


    .concept_detail a {
        color: #1E1E1E;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.8;
        display: flex;
        width: 149px;
        align-items: center;
    }

    .concept_detail .img {
        width: 56px;
        display: block;
        margin-right: 23px;
    }
}
/* concept end */

/* treatment strat */
#treatment {
    background-color: #E1E6EA;
}

#treatment .box_banner_right {
    letter-spacing: 4.37px;
}

/* #treatment .box_thoughts {
    padding: 100px 0;
} */

#treatment .box_thoughts .box_inner .inner-text .text {
	margin-bottom: 30px;
}

#treatment .box_thoughts .box_inner .inner-text .text:last-child {
	margin-bottom: 0;
}

.treatment_procedure {
    position: relative;
    overflow: hidden;
}

.treatment_procedure .treatment_container {
	padding: 140px 0 140px;
    background-color: #1E1E1E;
    color: #fff;
}

.treatment_title {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 22px;
}

.treatment_box {
    display: flex;
    gap: 21%;
    padding-left: 57px;

}

.treatment_box_left .treatment_box_img1 img {
    max-width: 378px;
}

.treatment_box_left .treatment_box_img2 {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 19px 0 32px;
}

.treatment_box_left .treatment_box_img2 img {
    max-width: 151px;
}

.treatment_box_left .treatment_box_img3 img {
    max-width: 262px;
}

.treatment_box_right {
    line-height: 1.8;
    font-size: 24px;
    margin-top: 47.5px;
}

.treatment_box_right li {
    list-style-type: cjk-ideographic;
    margin-bottom: 28px;
}

.treatment_box_right li:last-child {
    margin-bottom: 0;
}

.treatment_box_right .treatment_box_title {
    font-size: 14px;
	display: flex;
    align-items: center;
}

.treatment_box_right .treatment_box_title span {
    font-size: 24px;
	margin-right: 6px;
}

.treatment_box_right .treatment_box_txt {
    font-size: 16px;
}

.treatment_promises {
    margin-top: 180px;
}

.treatment_promises .treatment_promises_title {
    text-align: center;
    font-size: 34px;
    line-height: 1.8;
    margin-bottom: 58px;
}

.treatment_promises ul {
    max-width: 920px;
    margin: 0 auto;
}

.treatment_promises ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 25px;
	line-height: 1.8;
}

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

.treatment_promises ul .treatment_promises_left {
    font-size: 24px;
    margin-right: 6%;
    width: 287px;
    min-width: 287px;
}

@media screen and (max-width: 769px) {
	
	#treatment .box_banner_title span:nth-child(1){
		margin-top: 203px
	}
	
	#concept .box_thoughts, #treatment .box_thoughts {
        padding: 90px 0;
        text-align: left;
    }

    .treatment_procedure {
        padding: 30px 0 0;
    }

    .treatment_procedure .treatment_container {
        padding: 90px 0 120px;
    }

    .treatment_box {
        display: block;
        padding-left: 0;
    }

    .treatment_title {
        font-size: 30px;
        margin-bottom: 64px;
    }

    .treatment_box .treatment_box_img1 {
        display: flex;
        justify-content: center;
    }

    .treatment_box .treatment_box_img1 img {
        width: 100%;
    }

    .treatment_box_left .treatment_box_img2 {
        margin: 64px 0 32px;
    }
	
	.treatment_box_left .treatment_box_img2 img {
		max-width: 154px;
	}

    .treatment_box_right li {
        list-style: none;
    }
	
	.treatment_box_right .treatment_box_title {
		margin-bottom: 12px
	}

    .treatment_box_left .treatment_box_img.disPc {
        display: none;
    }

    .treatment_box_right {
        margin-top: 50px;
    }

    .treatment_box_title .disSp {
        display: inline-block;
    }

    .treatment_promises {
        margin-top: 120px;
    }

    .treatment_promises .treatment_promises_title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 64px;
    }

    .treatment_promises ul li {
        display: block;

    }

    .treatment_promises ul .treatment_promises_left {
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }
}
/* treatment end */

/* salon_head start */
.salon_head-main {
  background: #1E1E1E;
  padding: 144px 0 187px;
  position: relative;
}
/* salon_head end*/
/* salon_body start */
.salon_body-main {
  background: #432A65;
  padding: 144px 0 187px;
  position: relative;
}
.salon_body-main .commitments-list li .left {
  width: 289px;
}
.salon_body-main .commitments-list .right {
  width: 56.85%;
}
/* salon_body end*/

/* voice-start */
.voice-page_main .container {
  padding: 220px 0 180px
}
.voice-page_main .voice-list {
  margin: 0 6vw;
  color: #fff;
  line-height: 1.8;
}
.voice-page_main .voice-list li {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 43px;
}
.voice-page_main .voice-list li:last-child {
  margin-bottom: 0;
}
.voice-page_main .voice-list li .left {
  width: 158px;
  flex-shrink: 0;
}
.voice-page_main .voice-list li .title {
  font-size: 24px;
  margin-bottom: 14px;
}
.voice-page_main .voice-list li .title .big {
  margin-left: -10px;
  line-height: 1.3;
}
.voice-page_main .voice-list li .title .small {
  display: block;
  font-size: 14px;
}
.voice-page_main .voice-list li .text {
  font-size: 16px;
}
/* voice-end */

/* faq-start */
.faq-page_main {
  padding: 140px 0;
}
.faq-page_main h2 {
  margin-bottom: 58px;
}
.faq-page_main .faq-list {
  width: 72.91%;
  margin: 0 auto;
  padding-left: 2.85%;
  font-size: 16px;
}
.faq-page_main .faq-list li {
  margin-bottom: 24px;
}
.faq-page_main .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page_main .faq-list .question {
  display: flex;
  align-items: center;
  position: relative;
  color: #E1E6EA;
}
.faq-page_main .faq-list .question-text {
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  line-height: 1.8;
}
.faq-page_main .faq-list .question .left {
  display: block;
  width: 41px;
  height: 41px;
  background: #C08D4B;
  border-radius: 50%;
  margin-right: 26px;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
}
.faq-page_main .faq-list .question .show-btn {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  /* right: 0;
  top: 50%;
  transform: translateY(-50%); */
}
.faq-page_main .faq-list .question .show-btn::before,
.faq-page_main .faq-list .question .show-btn::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #E1E6EA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.faq-page_main .faq-list .question .show-btn::after {
  width: 2px;
  height: 14px;
}
.faq-page_main .faq-list .question .show-btn.show::after {
  content: none;
}
.faq-page_main .faq-list .answer {
  display: flex;
  margin-top: 10px;
  position: relative;
  display: none;
}
.faq-page_main .faq-list .answer.show {
  display: block;
}
.faq-page_main .faq-list .answer::before {
  content: '';
  width: 47px;
  height: calc(50% + 10px);
  /* height: 100%; */
  border-left: 1px dashed #C08D4B;
  border-bottom: 1px dashed #C08D4B;
  position: absolute;
  top: -10px;
  left: 20px;

}
.faq-page_main .faq-list .answer-text {
  border-radius: 20px;
  background: #E1E6EA;
  padding: 18px 28px;
  margin-left: 67px;
  line-height: 1.8;
}
/* faq-end */

/* shop-detail start */
.detail-page_main {
  padding: 140px 0 180px;
}
.detail-page_main .ceo-message {
  margin-bottom: 120px;
}
.detail-page_main .ceo-message h2 {
  margin-bottom: 5px;
}
.detail-page_main .ceo-message .message-main {
  display: flex;
  justify-content: space-between;
  gap: 8.02vw;
  color: #F8F9FB;
  font-size: 16px;
  line-height: 1.8;
}
.detail-page_main .ceo-message .left {
  width: 32.8%;
  margin-left: 4.94%;
}
.detail-page_main .ceo-message .prompt {
  font-size: 24px;
  margin-top: 16px;
}
.detail-page_main .ceo-message .prompt>span {
  margin: 0 auto;
  display: block;
  width: max-content;
}
.detail-page_main .ceo-message .prompt .small {
  font-size: 16px;
  display: block;
}
.detail-page_main .ceo-message .right {
  padding-top: 58px;
}
.detail-page_main .ceo-message .right .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.detail-page_main .ceo-message .right .text {
	margin-bottom: 26px;
}
.detail-page_main .ceo-message .right .text:last-child {
	margin-bottom: 0;
}
.detail-page_main .ceo-message .right .text .spe {
	display: inline;
}
.detail-page_main .shop-detail_message .message-part {
  display: flex;
  justify-content: space-between;
  width: 79.86%;
  margin: 0 auto;
  padding: 48px 6.956%;
  line-height: 1.8;
  font-size: 16px;
  color: #F8F9FB;
  background: rgba(168, 175, 183, 0.05);
}
.detail-page_main .shop-detail_message .left {
  flex: 1;
}
.detail-page_main .shop-detail_message .title {
  font-size: 24px;
  margin-bottom: 24px;
}
.detail-page_main .shop-detail_message .detail-text_list li {
  margin-bottom: 8px;
}
.detail-page_main .shop-detail_message .detail-text_list li:last-child {
  margin-bottom: 0;
}
.detail-page_main .shop-detail_message .detail-href_list li {
  margin-top: 24px;
}
.detail-page_main .shop-detail_message .detail-href_list a {
  display: flex;
  align-items: center;
}
.detail-page_main .shop-detail_message .detail-href_list .icon .after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}
.detail-page_main .shop-detail_message .detail-href_list a:hover .icon .before {
  opacity: 0;
}
.detail-page_main .shop-detail_message .detail-href_list a:hover .icon .after {
  opacity: 1;
}
.detail-page_main .shop-detail_message .detail-href_list .icon {
  display: block;
  width: 43.5px;
  margin-right: 28px;
  position: relative;
}
.detail-page_main .shop-detail_message .right {
  width: 51.51%;
  flex-shrink: 0;
}
.detail-page_main .shop-detail_message .right iframe {
  width: 100%;
  height: 484px;
  display: block;
}
/* shop-detail end */

/* privacy start */
.privacy-page_main {
  color: #fff;
  line-height: 1.8;
  padding: 140px 0;
}
.privacy-page_main h2 {
  margin-bottom: 58px;
}
.privacy-main {
  width: 72.91%;
  margin: 0 auto;
}
.privacy-main dl {
  margin-bottom: 58px;
}
.privacy-main dt {
  font-size: 23px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(168, 175, 183, 0.30);
  margin-bottom: 14px;
}
.privacy-main dd .add {
  margin: 28px 0;
  width: fit-content;
}
.privacy-main dd .add .name {
  font-size: 18px;
  margin-bottom: 8px;
}
.privacy-main dd .add .add-main {
  background: rgba(168, 175, 183, 0.05);
  display: flex;
  padding: 12px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.privacy-main dd .to-form {
  display: flex;
  align-items: center;
  gap: 24.5px;
}
.privacy-main dd .to-form .pic {
  display: block;
  width: 43.5px;
}
.privacy-main dd .to-form .pic .after{
  display: none;
}
.privacy-main dd .to-form:hover .pic .before{
  display: none;
}
.privacy-main dd .to-form:hover .pic .after{
  display: block;
}
/* privacy end */
@media screen and (max-width: 1280px) and (min-width: 900px) {
  /* privacy start */
  .privacy-main {
    width: 100%;
  }
  /* privacy end */
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
 /* privacy start */
  .privacy-main {
    width: 100%;
  }
  /* privacy end */
}
@media screen and (max-width: 769px) {
  /* voice-start */
  .voice-page_main .container {
    padding: 120px 0;
  }
  .voice-page_main .voice-list {
    width: 100%;
    margin: 0;
  }
  .voice-page_main .voice-list li {
    flex-direction: column;
    margin-bottom: 38px;
  }
  .voice-page_main .voice-list li .left {
    width: 158px;
  }
  .voice-page_main .voice-list li .title .big {
    display: block;
    padding-left: 24px;
    text-indent: -24px;
  }
  .voice-page_main .voice-list li .text .spe {
    display: inline;
  }
.voice-page_main .voice-list li .title .small {
    margin-top: 8px;
}
  /* voice-end */
  /* faq start */
  .faq-page_main .faq-list {
    width: 100%;
    padding-left: 0;
  }
  .faq-page_main .faq-list .question {
    align-items: flex-start;
  }
  .faq-page_main .faq-list .question .left {
    margin-right: 16px;
  }
  .faq-page_main .faq-list .question-text {
    padding-top: 7px; 
  }
  .faq-page_main .faq-list .answer::before {
    height: calc(50% + 15.5px);
    top: -15.5px;
  }
  .faq-page_main .faq-list .answer-text {
    margin-left: 56px;
    position: relative;
    z-index: 1;
  }
  /* faq end */

  /* shop-detail start */
/*   .usual-page .page-main {
    padding: 120px 0;
  } */
  .detail-page_main .ceo-message .message-main {
    flex-direction: column;
  }
  .detail-page_main .ceo-message h2 {
    margin-bottom: 48px;
  }
  .detail-page_main .ceo-message .left {
    width: 100%;
    margin-left: 0;
  }
  .detail-page_main .ceo-message .prompt {
    margin-top: 20.5px;
  }
  .detail-page_main .ceo-message .right {
    padding-top: 64px;
  }
  .detail-page_main .ceo-message .right .title {
    letter-spacing: -2.6px;
    margin-bottom: 28px;
  }
  .detail-page_main .shop-detail_message .message-part {
    width: 100%;
    flex-direction: column;
    padding: 22px 6.5%;
  }
  .detail-page_main .shop-detail_message .right {
    width: 100%;
    margin-top: 46px;
  }
  .detail-page_main .shop-detail_message .right iframe {
	  height: 280px;
  }
  /* shop-detail end */

  /* privacy start */
  .usual-page .privacy-page_main {
    padding: 60px 0;
  }
  .privacy-main {
    width: 100%;
  }
  .privacy-main dd .add {
    width: 100%;
  }
  /* privacy end */
  /* calendar start */
body .calendar.disFlexSP {
    position: absolute;
    bottom: max(5.81%, 42px);
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 12px;
	width:100%;
}
  body .calendar.scrollBtn.fixed{
    position: fixed;
    bottom: 22px;
    z-index: 9;
  }
body .calendar.disFlexSP a.to-head {
    background: #C08D4B;
  width: calc(100% - 42px);
  max-width: 348px;
}

body .calendar.disFlexSP a.to-body {
    background: #613F91;
}

body .calendar.disFlexSP a {
    color: #F8F9FB;
    font-size: 12px;
    border-radius: 8px;
    width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    line-height: 46px;
}

body .calendar.disFlexSP a img {
    width: 26px;
    height: auto;
}
  /* calendar end */
}
