/*============================
  sub-visual
============================*/
.sub_mv {
  padding: 200px 0 200px 0;
  background: url(../images/sub_bg.png) no-repeat center center / cover ;
}
.submain_ttl {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .1em;
	color:#fff;
}
.submain_txt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color:#fff;
}
.submain_box{
max-width: 1240px;
text-align: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 1280px) {
.sub_mv{
  margin-top: 0;
  padding: 150px 0 100px;
}
}

@media screen and (max-width: 768px) {
.sub_mv{
  padding: 80px 0 80px 0;
}

.submain_ttl {
font-size: 26px;
}

.submain_txt {
font-size: 16px;
}
.submain_box{
border-radius: 10px;
}
}


/*----------------------------
 bread_crumb_list
-----------------------------*/
.breadcrumb{
font-size: 14px;
border-radius: 0;
margin-bottom: 0;
background: #eae5db;
}
.breadcrumb a{
color: #919290;
}

@media screen and (max-width: 768px) {
  .breadcrumb .container,.breadcrumb .container .c2943{
    padding: 0;
  }
}
/* 背景 */
.sub_bg {
  padding: 100px 0 100px 0;
  background: #ececec;
}

/* anker link */
.anker__items{
column-gap: 1%;
  row-gap: 20px;
}
.anker__item{
width: 24%;
height: 50px;
position: relative;
}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
border: solid 1px #1a1b18;
transition: .5s
}
.anker__item a:hover{
background: #1a1b18;
color:#fff;

}


@media screen and (max-width:800px) {
.anker__items{
  column-gap: 4%;
}
.anker__item{
  width: 48%;
}
.anker__item a{
  line-height: 45px;
}
}
@media screen and (max-width:499px) {
  .anker__items{
  row-gap: 15px;
}
.anker__item{
  width: 100%;
  max-width: 320px;
}
}

/*----------------------------
concept
-----------------------------*/
.concept_area{
	text-align: center;
}
.concept_ttl{
	font-weight: 500; 
	font-size: 24px; 
}
.concept_txt{
	
	text-align: center;
}
.concept_img{
  width:100%;
  max-width:1719px;
}

@media screen and (max-width:768px) {
.concept_area{
	text-align: left;
}
.concept_ttl{
	font-weight: 600; 
	font-size: 16px; 
}
.concept_txt{
	
	text-align: left;
}
}
/*----------------------------
 beginner
-----------------------------*/
.flow_area .textarea{
  width:50%;
  padding:0px 20px;
}
.flow_area .img{
  width:50%;
}
.flow_area .ttl{
	font-size:18px;
  	border-bottom: 1px solid #1a1b18;
  	padding:  0 0 10px;
}
/* interview */
.accordion_one {
    background: #ffffff;
    margin-bottom: 5px;
}
.ac_header {
  padding: 20px 50px 20px 25px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.ac_header_text {
  padding-left: 2.5em;
  position: relative;
}
.ac_header_text::before {
  font-weight: bold;
  content: "Q.";
  color: #1a1b18;
  padding-left:10px;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.ac_header .i_box:before,
.ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  }
  .ac_header .i_box:before {
  border-top: 2px solid #444;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  }
  .ac_header .i_box:after {
  border-left: 2px solid #444;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
  }
  .ac_header.open .i_box:after {
  height: 0;
  }
  .accordion_one .ac_inner {
  display: none;
  padding: 0px 15px 15px 25px;
  }
  .accordion_one .open .ac_inner{
  display: block;
  animation: appear .8s ease;
  }
  .ac_inner_text {
  position: relative;
  padding: 10px 20px 10px 40px;
  line-height: 2;
}
.ac_inner_text::before {
  content: "A.";
  color: #1a1b18;
  padding-left:10px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.res_txt{
	text-align: center;
} 
.res_txt a{
	border-bottom: 1px solid #1a1b18;
} 
.res_txt a:hover{
	opacity:0.8;
} 
@media screen and (max-width:768px) {
  .flow_area .textarea{
  width:100%;
  padding:0px 0px;
	margin-bottom:10px;
}
.flow_area .img{
  width:100%;
}
  .flow_area .ttl{
	font-size:16px;
  	border-bottom: 1px solid #1a1b18;
  	padding:  0 0 10px;
}
  .ac_header{
    padding: 15px 35px 15px 15px;
  }
  .ac_header_text::before{
   font-size:16px; 
  }
  .ac_inner_text::before{
    font-size:16px; 
  }
  .ac_header .i_box{
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .ac_header .i_box:before{
    width: 16px;
  }
  .ac_header .i_box:after{
    height: 16px;
    right: 7px;
  }
  .accordion_one .ac_inner{
    padding: 0 15px 0 15px;
  }
  .ac_inner_text {
    padding: 10px 0px 10px 2.5em;
  }
  .res_txt{
	text-align: left;
} 
}

 
/*----------------------------
 store
-----------------------------*/
.store_items{
column-gap: 1%;
  row-gap: 20px;
}
.store_item{
width: 49%;
}
.store_item img{
width: 100%;
}
.table01{
  width: 100%;
  margin-inline: auto;
  background:#fff;
  padding:30px;
}
.table01 .tr{
  display: flex;
  justify-content: flex-start;
  margin-bottom:10px;
}
.table01 .th{
  width: 20%;
  padding: 20px;
  border-bottom:1px solid #1a1b18;
  line-height: 1.6;
}
.table01 .td{
  width: 80%;
  padding: 20px;
  line-height: 1.6;
  border-bottom:1px solid #ececec;
}
iframe {width: 100%; border: none;}
@media screen and (max-width: 768px) {
 .store_item{
width: 100%;
}
  .table01 .tr{
    display:block;
}
  .table01 .th{
    padding: 15px;
    width: 100%;
    display:block;
  }
  .table01 .td{
    padding: 15px 0 15px 15px;
    display:block;
    width: 100%;
    border-bottom:0px solid #ececec;
  }
}

/*----------------------------
 menu
-----------------------------*/
.menu_title{
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #272626;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.menu__item{
  width: 45%;
  max-width: 480px;
  margin-bottom: 15px;
}
.menu__name{
  display: inline-block;
  width: calc(100% - 150px);
}
.menu__price{
  display: inline-block;
  width: 145px;
  text-align: right;
}
@media screen and (max-width:1024px) {
  .menu_title{
    font-size: 18px;
  }
  .menu__name{
    font-size: 16px;
  }
  .menu__price,
  .menu__price span{
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .menu_title{
    font-size: 16px;
  }
  .menu__item{
    width: 100%;
    max-width: initial;
  }
  .menu__name {
    font-size: 15px;
    width: calc(100% - 130px);
  }
  .menu__price{
    width: 125px;
    letter-spacing: 0;
  }
}
/* products */
.pro_items{
column-gap: 1%;
  row-gap: 20px;
}
.pro_item{
width: 31%;
}
.pro_item img{
width: 100%;
}
@media screen and (max-width:768px) {
.pro_item{
width: 100%;
}
}

/*----------------------------
scalp
-----------------------------*/
.scalp_area .textarea{
  width:50%;
}
.scalp_area .img{
  width:48%;
}
.scalp_effects{
  column-gap: 1%;
  row-gap: 20px;
}
.effects{
  background:#fff;
  width: 40%;
  padding:20px;
}
.effects_ttl{
font-size:18px;
}
@media screen and (max-width:768px) {
  .scalp_area .textarea{
  width:100%;
    margin-bottom:10px;
}
.scalp_area .img{
  width:100%;
}
  .effects{
  background:#fff;
  width: 100%;
  padding:20px;
}
}

.position-re {
  	position: relative;
}

.position-ab {
	position: absolute;
  	top: -10px;
  	left: 0;
  	width: 20px!important;
  	height: 42px!important;
}
