/*============================
	google font
============================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*============================
  flex
============================*/
.flex-nml {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.flex-btw {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex-cnt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.flex-end {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.items-center {
	-webkit-align-items: center;
	align-items: center;
}
.items-start {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.items-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

/*============================
  sub-visual
============================*/
.main {
  position: relative;
}
.sub_mv {
  height: 200px;
  width: 70%;
  position: relative;
  background: url(../images/sub_mv.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}
.submain_ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: "Josefin Sans", serif;
  font-weight: 700;
  font-style: normal;
  color:#8f887c;
}
.submain_txt {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:#696151;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', serif;
}
.submain_box{
  position:absolute;
  top:50%;
  left:-35%;
  display: block;
  width:100%;
}
@media screen and (min-width: 768px) {
.sub_mv {height: 350px;}
.submain_ttl {font-size: 36px;}
.submain_txt {font-size: 18px;}
}
@media screen and (min-width: 1024px) {
.sub_mv{height: 450px;}
.submain_ttl {font-size: 48px;}
.submain_txt {font-size: 20px;}
.submain_box{max-width: 1240px;}
}
@media screen and (min-width: 1280px) {
.sub_mv{height: 600px;}
.submain_ttl {font-size: 80px;}
.submain_txt {font-size: 20px;}
.submain_box{
  position:absolute;
  top:50%;
  left:-30%;
  display: block;
  width:100%;
}
}

@media screen and (min-width: 1500px) {
.sub_mv{height: 650px;}
}

@media screen and (min-width: 1600px) {
.sub_mv{height: 700px;}
}

@media screen and (min-width: 1800px) {
.sub_mv{height: 800px;}
.submain_ttl {font-size: 90px;}
}


/*----------------------------
 bread_crumb_list
-----------------------------*/
.breadcrumb{font-size: 12px; margin-bottom:50px; background: #fff;}
.breadcrumb p {margin-left: auto;}
.breadcrumb a{color: #bbb;}

@media screen and (min-width:768px) {
.breadcrumb{font-size: 14px; margin-bottom:100px;}
}

/* anker link */
.anker__items{column-gap: 4%; row-gap: 10px;}
.anker__item{
width: 100%;
height: 50px;
position: relative;
display: block;
margin-bottom:10px;
}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
transition: all .5s;
background:#fff;
border:1px solid #8f887c;
border-radius:28px;

}
.anker__item a:hover{opacity:.7; color:#8f887c;}

@media screen and (min-width:299px) {
.anker__items{column-gap: 1%;}
.anker__item{width: 100%;height: 45px;}
.anker__item a{line-height: 45px;}
.anker__items{column-gap: 1%;}
}
@media screen and (min-width:525px) {
.anker__items{row-gap: 10px;}
.anker__item{width: 48%;}
}
@media screen and (min-width:1024px) {
.anker__item{width: 30%;}
}

#item01,#item02,#item03,#item04,#item05,#item06,#item07{margin-top:-60px;padding-top:60px;}

@media screen and (min-width: 768px) {
#item01,#item02,#item03,#item04,#item05,#item06,#item07{margin-top:-145px;padding-top:145px;}
}

.back_btn a{
    background: #809eae;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
  }
  .back_btn a:hover{
    opacity:0.8;
  }
/* 背景 */
.sub_bg01 {}

@media screen and (min-width:768px) {
.sub_bg01 {}
}

/*============================　
　　h2
============================*/

.title_cmn{
  letter-spacing: 0;
  text-align: center;
  letter-spacing:.2rem;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color:#8f887c;
　font-size: 25px;

}


.title_cmn_ja{
  font-size: 14px;
  letter-spacing:.1rem;
  text-align: center;
  margin-bottom: 10px;
  color:#8f887c;
}

@media screen and (min-width: 375px) {
.title_cmn{
	font-size: 28px;
  }
.title_cmn_ja{
  font-size: 14px;
}
}

@media screen and (min-width: 768px) {
.title_cmn{
	font-size: 40px;
  }
.title_cmn_ja{
  font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.title_cmn{
	font-size: 45px;
}
.title_cmn::before{
  height:45px;
  top:-45px;
  left: 50%;
}
.title_cmn_ja{
  font-size: 16px;
}
}
@media screen and (min-width: 1280px) {
.title_cmn{
	font-size: 60px;
  }
}

/*============================　
　　salon
============================*/

.reser_btn_area {width:100%;}
.table01 .tr{
  display: block;
  border-top: 0px solid #faf9f6;
}
.table01 .th{
  width: 100%;
  padding:10px 0 10px 15px;
  border-bottom:none;
  font-weight: bold;
  background:#8f887c;
  color:#fff;
}
.table01 .td{
  width: 100%;
  padding: 5px 0 15px 15px;
}
@media screen and (min-width:768px) {

/* -----Table----- */
.table01 .tr{
display: flex;
justify-content: flex-start;
  border: 1px solid #eeeeee;
}
.table01 .th{
width: 20%;
padding: 20px;
line-height: 1.6;   
}
.table01 .td{
width: 80%;
padding: 20px;
line-height: 1.6;
border-bottom:2px solid #fff;
}
}
@media screen and (min-width:1024px) {
  
.reser_btn_area {width:80%;margin:0 auto;}

}

/*============================
　faq
============================*/

.faq__items::before{ 
  position: absolute;  
  content: "";
  width:30px;
  height:60px;
  top: -50px;
  right: 10px;
}

  .faq__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faq__item .dt {
    padding: 15px 20px 15px 50px;
    background: #8f887c;
    position: relative;
    color:#fff;
    border-radius: 5px 5px 0 0;
  }

  .faq__item .dd {
    padding: 15px 20px 15px 50px;
    position: relative;
    border: 1px solid #8f887c;
    background:#fff;
    border-radius: 0 0 5px 5px;
  }

  .faq__item .dt::before,
  .faq__item .dd::before {
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    left: 15px;
    top: 13px;
  }

  .faq__item .dt::before {
    content: "Q.";
    font-size: 20px;
    color: #fff;
  }

  .faq__item .dd::before {
    content: "A.";
    font-size: 20px;
    color: #8f887c;
  }


  @media screen and (min-width:768px) {
    
.faq__items::before{ 
  width:60px;
  height:120px;
  top: -100px;
  right: 40px;
}

  }

/*============================
 menu
============================*/
/* flexbox */
.menu_textBox .textarea {
  width: 100%;
  text-align: justify;
  text-transform: uppercase;
} 
.menu_textBox .img {
  width: 95%;
  margin-bottom: 20px;
  margin-inline: auto;
}
.menu_ttl{
  font-size: 18px;
  letter-spacing: .1em;
  border-bottom: double 4px #8f887c;
}

.menu_list{
  border-bottom: 1px solid #8f887c;
  padding-bottom: 10px;
  display: block;
}
.menu__name{
  width: 100%;
}
.menu__price{
  width: 100%;
}
@media screen and (min-width:768px) {
.menu_list{
  display: flex;
  border-bottom: 1px solid #978177;
  padding-bottom: 10px;
}
.menu__name{
  width: calc(100% - 250px);
}
.menu__price{
  width: 250px;
}
  
.menu_textBox .img {
  width: 90%;
}
}
@media screen and (min-width:1024px) {
/* flexbox */
.menu_textBox{
  position: relative; 
  column-gap: 1%;
  display:flex;
}
.menu_textBox .textarea{
  width: 55%;
} 
.menu_textBox .img {
  width: 40%;
  margin-bottom: 0px;
} 
.menu__name{
  display: inline-block;
  width: calc(100% - 200px);
  font-size: 14px;
}
.menu__price{
  display: inline-block;
  width: 200px;
  text-align: right;
  font-size: 14px;
}
.menu_ttl{
  font-size: 24px;
}
}

/*============================
　guide
============================*/

.sub_flow {counter-reset: number 0;}
.flow_flex {gap: 30px;margin-top: 60px;justify-content: center;}
.flow_item {width: 100%;position: relative;z-index: 0;padding: 30px 20px;background: #fff;border-radius: 10px;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);}
.flow_img {margin: 24px auto 16px;width: 160px;}
.flow_ttl {font-size: 17px;font-weight: 700;letter-spacing: .08em;text-align: center; color:#8f887c;}
.flow_num {position: relative;}
.flow_num::before  {font-size: 30px;font-weight: 700;opacity: .4;position: absolute;z-index: -1;counter-increment: number 1;content: counter(number,decimal-leading-zero) " "; display: inline-block; color: #8f887c;top: -20px;left: 0;font-family: "Josefin Sans", serif;}
.flow_txt {font-size: 14px;line-height: 1.8;text-align: center;}

.precautions {width:100%;margin:0 auto;}
.precautions .ttl {display: flex;column-gap: 10px;align-items: center;font-size:1.5rem;border-bottom:1px solid #8f887c;padding-bottom:5px;font-weight: 600;}
.precautions .ttl::before {
    width: 1.1em;
    height: 0.6em;
    border-bottom: 4px solid #8f887c;
    border-left: 4px solid #8f887c;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

@media screen and (min-width: 1025px) {
.sub_flow {counter-reset: number 0;}
.flow_flex {gap: 30px;margin-top: 60px;justify-content: center;}
.flow_item {width: calc((100% - 30px * 1) / 2);position: relative;z-index: 0;padding: 30px 20px;background: #fff;border-radius: 10px;}
.flow_img {margin: 24px auto 16px;width: 180px;}
.flow_ttl {font-size: 18px;font-weight: 700;letter-spacing: .08em;text-align: center;}
.flow_num {position: relative;}
.flow_num::before  {font-size: 50px;font-weight: 700;opacity: .4;position: absolute;z-index: -1;counter-increment: number 1;content: counter(number,decimal-leading-zero) " "; display: inline-block; top: -20px;left: 0;font-family: "Josefin Sans", serif;}
.flow_txt {font-size: 14px;line-height: 1.8;text-align: center;}
  
.precautions {width:75%;margin:0 auto;}
.precautions .ttl {font-size:1.7rem;}
}

/*============================
　concept
============================*/

.subcon_img {width:100%; margin-bottom:20px;}
.subcon_txt {width:100%;}
.subcon_ttl {font-size:17px; color:#8f887c; margin-bottom:20px;}

.subgree_img {width:100%; margin-bottom:20px;}
.subgree_txt {width:100%;}
.subgree_ttl {font-size:18px; color:#8f887c; margin-bottom:20px;}

.subcon_num {font-family: "Josefin Sans", serif;font-size:20px;font-weight: 700;color:#8f887c;}

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

.subcon_img {width:55%;}
.subcon_txt {width:42%;}
.subcon_ttl {font-size:15px;}
  
.subgree_img {width:25%;}
.subgree_txt {width:70%;}
.subgree_ttl {font-size:16px;}

.subcon_num {font-size:30px;}
}

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

.subcon_ttl {font-size:21px;}
.subcon_txt {width:35%;}
}

/*============================
　problem
============================*/

.subproblem {width:100%;margin:0 auto;}
.subproblem .ttl {display: flex;column-gap: 10px;align-items: center;font-size:1.5rem;border-bottom:1px solid #8f887c;padding-bottom:5px;font-weight: 600;}
.subproblem .ttl::before {
    width: 1.1em;
    height: 0.6em;
    border-bottom: 4px solid #8f887c;
    border-left: 4px solid #8f887c;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

.subproblem_img {width:100%; margin-bottom:20px;}
.subproblem_txt {width:100%;}
.subproblem_ttl {font-size:16px; color:#8f887c; margin-bottom:20px;}

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

.subproblem .ttl {font-size:1.5rem;}
.subproblem_img {width:40%;}
.subproblem_txt {width:55%;}
.subproblem_ttl {font-size:18px;}

}

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

.subproblem_ttl {font-size:22px;}

}

/*============================
    ビフォーアフター
============================*/

.case__item {
  padding: 30px 25px; 
  background: #fff;
  border-radius:20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}

.case__item:not(:last-child) {
  margin-bottom: 50px;
}

.case__item .ttl {
  display:inline-block;
  padding:5px 10px;
  font-size:15px;
  margin-bottom:20px;
  color:#fff;
  background:#8f887c;
  border-radius:0 10px 0 10px;
}


.case__title {
  font-size: 16px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #8f887c;
}

.case__img .before,
.case__img .after {
  width: 100%;
  position: relative;
  margin-bottom:10px;
}


@media screen and (min-width: 768px) {
  
.case__item {
  padding: 40px 30px; 
  background: #fff;
  border-radius:20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}
  
.case__img .before,
.case__img .after {
  width: 40%;
  position: relative;
}


}

.ttl-frame {
  	width: 95px;
  	text-align: center;
 	border: 1px solid #8f887c;
	border-radius: 10px;
}