/*============================
	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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*基本設定
----------------------------------------------------------------*/

/*  配置  */
.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: 250px;
  width: 70%;
  position: relative;
  background: url(../images/sub_mv.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}

.sub_mv02 {
  height: 250px;
  width: 70%;
  position: relative;
  background: url(../images/sub_mv02.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}

.sub_mv03 {
  height: 250px;
  width: 70%;
  position: relative;
  background: url(../images/sub_mv03.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}

.sub_mv04 {
  height: 250px;
  width: 70%;
  position: relative;
  background: url(../images/sub_mv04.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}

.submain_ttl {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color:#333333;
}
.submain_txt {
  padding-top:10px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:#888888;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.submain_box{
  position:absolute;
  top:50%;
  left:-35%;
  display: block;
  width:100%;
}
@media screen and (min-width: 768px) {
.sub_mv {height: 350px;}
.sub_mv02 {height: 350px;}
.sub_mv03 {height: 350px;}
.sub_mv04 {height: 350px;}
.submain_ttl {font-size: 36px;}
.submain_txt {font-size: 18px;}
}
@media screen and (min-width: 1024px) {
.sub_mv{height: 450px;}
.sub_mv02 {height: 450px;}
.sub_mv03 {height: 450px;}
.sub_mv04 {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: 650px;}
.sub_mv02 {height: 650px;}
.sub_mv03 {height: 650px;}
.sub_mv04 {height: 650px;}
.submain_ttl {font-size: 60px;}
.submain_txt {font-size: 20px;}
}

/*----------------------------
 bread_crumb_list
-----------------------------*/
.breadcrumb{font-size: 12px; margin-bottom:50px; background: #fff;margin-right:10%;}
.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:30px;
}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
color:#333333;
transition: all .5s;
border:2px solid #e4f1f3;
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;

}
.anker__item a:hover{opacity:.7;}

@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: 23%;margin-bottom:30px;}
}

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

@media screen and (min-width: 768px) {
#item01,#item02,#item03,#item04,#item05,#item06,#item07,#item08{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 {background: url(../images/sub_bg01.png) repeat top center / cover ;padding-bottom:10px;margin-top:100px;}


@media screen and (min-width:768px) {
.sub_bg01 {background: url(../images/sub_bg01.png) repeat top center / cover ;padding-bottom:10px;margin-top:250px;}
}

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

.title_cmn{
　font-size: 26px;
  letter-spacing: 0;
  text-align: center;
  letter-spacing:.2rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color:#333333;
}
.title_cmn::before{
  position: absolute;
  content: "";
  background: #e4f1f3;
  width: 2px;
  height:17px;
  top:-20px;
  left: 50%;
}

.title_cmn_ja{
  padding-top:10px;
  font-size: 13px;
  letter-spacing:.1rem;
  text-align: center;
  margin-bottom: 10px;
  color:#888888;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@media screen and (min-width: 320px) {
.title_cmn{
	font-size: 23px;
  }
.title_cmn_ja{
  font-size: 12px;
}
}
@media screen and (min-width: 768px) {
.title_cmn{
	font-size: 24px;
  }
.title_cmn_ja{
  font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.title_cmn{
	font-size: 35px;
}
.title_cmn::before{
  height:45px;
  top:-45px;
  left: 50%;
}
.title_cmn_ja{
  font-size: 15px;
}
}
@media screen and (min-width: 1280px) {
.title_cmn{
	font-size: 35px;
  }
}

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

.subcon_img {width:100%; margin-bottom:20px;}
.subcon_txt {width:100%;}
.subcon_ttl {font-size:25px; color:#e4f1f3; margin-bottom:-5px;}
.subcon_ttl02 {font-size:15px; margin-bottom:30px;}

.subcon_img02 {width:100%; margin-bottom:20px;}
.subcon_img03 {width:100%; margin-bottom:20px;}

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

.subcon_img {width:44%;}
.subcon_txt {width:50%;}
.subcon_ttl {font-size:30px;}
.subcon_ttl02 {font-size:16px;}
  
.subcon_img02 {width:48%; margin-bottom:20px;}
.subcon_img03 {width:48%; margin-bottom:20px;}

  
}

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

.subcon_img {width:44%;}
.subcon_txt {width:50%;}
.subcon_ttl {font-size:45px;}
.subcon_ttl02 {font-size:22px;}
  
}

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

.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:#e4f1f3;
  color:#037489;
}
.table01 .td{
  width: 100%;
  padding: 5px 0 15px 15px;
  background:#fff;
}
@media screen and (min-width:768px) {

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

}

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

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

  .faq__item .dt {
    padding: 15px 20px 15px 50px;
    background: #e4f1f3;
    color: #037489;
    position: relative;
  }

  .faq__item .dd {
    padding: 15px 20px 15px 50px;
    position: relative;
    border: 1px solid #e4f1f3;
    background:#fff;
  }

  .faq__item .dt::before,
  .faq__item .dd::before {
    position: absolute;
    left: 15px;
    top: 8px;
  }

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

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


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

  }

/*============================
　flow
============================*/

.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;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.flow_img {margin: 24px auto 16px;width: 160px;}
.flow_ttl {font-size: 17px;letter-spacing: .08em;text-align: center; }
.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: #98bcc3;top: -20px;left: 0;}
.flow_txt {font-size: 14px;line-height: 1.8;text-align: center;}

@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;}
.flow_img {margin: 24px auto 16px;width: 180px;}
.flow_ttl {font-size: 18px;letter-spacing: .08em;text-align: center;}
.flow_num {position: relative;}
.flow_num::before  {font-size: 50px;font-weight: 600;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: "Poppins", sans-serif;}
.flow_txt {font-size: 14px;line-height: 1.8;text-align: center;}
  

}

  /*============================
    menu
  ============================*/

    .menu__tbl {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu__tbl .tr {
    border-bottom: 1px solid #e4f1f3;
    align-items: flex-end;
    padding: 5px 0;
  }

    .menu__tbl .th {
      padding: 10px;
      width: 100%;
    }

  .menu__tbl .td {
    padding: 0px 10px;
    width: 100%;
    text-align: right;
  }

    .menu__ttl {
      font-size: 16px;
    }

    .menu__text {
      font-size: 13px;
      color:#888888;
    }

    .menu__price {
      font-size: 13px;
    }



  @media screen and (min-width: 768px) {
    
    .menu__tbl {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu__tbl .tr {
    border-bottom: 1px solid #e4f1f3;
    align-items: flex-end;
    padding: 5px 0;
  }

  .menu__tbl .th {
    padding: 15px 10px;
    width: 70%;
  }

  .menu__tbl .td {
    padding: 20px 10px;
    width: 30%;
    text-align: right;
  }

  .menu__ttl {
    font-size: 17px;
  }

  .menu__text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
   .menu__price {
     font-size: 14px;
    }


  }

/*============================
　staff
============================*/

.substaff_img {width:100%; margin-bottom:20px;}
.substaff_txt {width:100%;}
.substaff_ttl {font-size:25px; color:#e4f1f3; margin-bottom:-5px;}
.substaff_ttl02 {font-size:15px; margin-bottom:30px;}

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

.substaff_img {width:44%;}
.substaff_txt {width:50%;}
.substaff_ttl {font-size:45px;}
.substaff_ttl02 {font-size:23px;}
  
}

/*============================
　recruit
============================*/

.subrecruit_img {width:100%; margin-bottom:20px;}
.subrecruit_txt {width:100%;}
.subrecruit_ttl {font-size:25px; color:#e4f1f3; margin-bottom:-5px;font-weight: 700;}
.subrecruit_ttl02 {font-size:15px; margin-bottom:30px;border-bottom:1px solid #e4f1f3;}

.subinter_img {width:100%; margin-bottom:20px;}
.subinter_txt {width:100%;}
.subinter_ttl {font-size:18px; margin-bottom:-5px; border-bottom:1px solid #e4f1f3;}
.subinter_ttl02 {font-size:15px; margin-bottom:30px;}

.sub_workstyle01 {width:100%;background:#f2f7f8;padding:20px;margin-bottom:20px;}
.sub_workstyle01 .ttl {font-size:1.5rem;background:#fff;border-radius:15px;}
.sub_workstyle02 {width:100%;background:#f8f2f6;padding:20px;margin-bottom:20px;}
.sub_workstyle02 .ttl {font-size:1.5rem;background:#fff;border-radius:15px;}
.sub_workstyle03 {width:100%;background:#f8f8f2;padding:20px;margin-bottom:20px;}
.sub_workstyle03 .ttl {font-size:1.5rem;background:#fff;border-radius:15px;}

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

.subrecruit_img {width:45%;margin-bottom:0px;}
.subrecruit_txt {width:50%;}
.subrecruit_ttl {font-size:30px;}
.subrecruit_ttl02 {font-size:18px;}
  
.subinter {background:#fff;padding:25px;}
.subinter_img {width:28%;margin-bottom:0px;}
.subinter_txt {width:70%;}
.subinter_ttl {font-size:20px;}
.subinter_ttl02 {font-size:23px;}
  
.sub_workstyle01 {width:44%;margin:5px;}
.sub_workstyle01 .ttl {font-size:1.5rem;}
.sub_workstyle02 {width:44%;margin:5px;}
.sub_workstyle02 .ttl {font-size:1.5rem;}
.sub_workstyle03 {width:44%;margin:5px;}
.sub_workstyle03 .ttl {font-size:1.5rem;}
}

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

.subrecruit_img {width:45%;margin-bottom:0px;}
.subrecruit_txt {width:50%;}
.subrecruit_ttl {font-size:40px;}
.subrecruit_ttl02 {font-size:23px;}

.subinter {background:#fff;padding:25px;}
.subinter_img {width:28%;margin-bottom:0px;}
.subinter_txt {width:70%;}
.subinter_ttl {font-size:20px;}
.subinter_ttl02 {font-size:23px;}
  
.sub_workstyle01 {width:32%;}
.sub_workstyle01 .ttl {font-size:1.5rem;}
.sub_workstyle02 {width:32%;}
.sub_workstyle02 .ttl {font-size:1.5rem;}
.sub_workstyle03 {width:32%;}
.sub_workstyle03 .ttl {font-size:1.5rem;}
  
}

/*============================
　stylist
============================*/

.subcheck {margin:0 auto;background:#fff;padding:25px;}
.subcheck_ttl {display: flex;column-gap: 10px;align-items: center;font-size:1.4rem;padding-bottom:5px;}
.subcheck_ttl::before {
    width: 1.1em;
    height: 0.6em;
    border-bottom: 4px solid #037489;
    border-left: 4px solid #037489;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

@media screen and (min-width: 1025px) {
  
.subcheck_ttl {font-size:1.7rem;}
}

/*============================
　guide
============================*/
.ranking-item {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #e4f1f3;
  padding: 15px 10px;
}

.ranking-item .col-md-8 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ranking_num {
  font-size: 28px;
  color: #98bcc3;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .ranking-item {
    padding: 15px 5px;
  }

  .ranking_num {
    font-size: 20px;
    width: 35px;
  }
}