html {
  line-height: 1.5;
}

body {
  width: 100%;
  min-height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3c3c3c;
  background-color: #fef2e6;
}

a {
  color: #3c3c3c;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/** 共通 */

a[href=""] {
  pointer-events: none;
  text-decoration: none;
}

.contents-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents-area-inner{
/*  width:90%;*/
/*   max-width: 960px;*/
  margin: 0 auto;
  background-color: #fff;
  padding:5%;
}
@media screen and (max-width: 780px) {
.contents-area-inner{
/*  width:90%;*/
/*   max-width: 960px;*/
  margin: 0 auto;
  background-color: #fff;
  padding:10% 5%;
}}
	

section {
  margin-bottom: 60px;
}

.bg_green {
  background-color: #effbfe;
  padding: 40px 0;
}

.green_en_line_title {
  margin-bottom: 7%;
}

.bk_en_title,
.green_en_titile,
.bk_sub_title 
{
  display: block;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.green_en_titile {
  font-size: 1.2em;
  color: #626262;
  text-align: center;
}

.bk_en_title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px){
.bk_en_title {
  margin-bottom: 7%;
	    font-size: 1.4em;
}
}
.green_line_title {
  color: #626262;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
}

.green_line_title::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #24b1a9;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -10px;
  transform: translateX(100%);
}

.point_title {
  font-family: "Allura", cursive;
  font-size: 3em;
  font-weight: 600;
  color: #4184f3;
  position: relative;
  padding: 0 30px;
}

/* .point_title::after {
  content: "";
  display: inline-block;
  width: 5em;
  max-width: 210px;
  height: 1em;
  background-image: url(img/bg_difference_point.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}*/
.pc{
	display: block;
}
.flex_wrap.pc{
	display: flex;
}
.sp{
	display: none;
}
@media screen and (max-width: 780px) {
.pc{
	display: none;
}
	.sp{
	display: block;
}
	.flex_wrap.pc{
	display: block;
}
}

.bg_gray_title {
  background-color: #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

.img_box{
  margin-bottom: 20px;
}

.content_text{
  display: block;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;  
}

.hr{
  border-top: 3px solid #ceb398;
  margin: 50px 0px;
}

.staff_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_staff_01 {
  margin-right: 10px;
}

img.staff_img {
  margin-bottom: 5px;
}
/** header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
background-color: #fff;
	height: 60px;
}

#header-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 120px 30px 30px;
  background-color: #d87962;
  z-index: -1;
  display: none;
}

.header-nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-nav_list li {
  margin-bottom: 20px;
}

.header-nav_list a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff5a2;
  text-underline-offset: 8px;
  font-size: 19px;
}

.openbtn {
  position: relative;
  width: 60px;
  height: auto;
  cursor: pointer;
  /*margin: 10px 10px 0 auto;*/
  background-color: #b4462d;
  padding: 10px;
  padding-left: 6px;
}
@media screen and (max-width: 780px) {
.openbtn {
  width: 57px;
}
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 12px;
  width: 80%;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 60%;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
  width: 40%;
}

.openbtn span.text {
  height: 0;
  color: #09a89c;
  font-size: 16px;
  top: 35px;
}

.openbtn.active {
  background-color: transparent;
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
  background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
  background-color: #fff;
}

.openbtn.active span:nth-of-type(3) {
 display: none;
}

.openbtn.active span.text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bn-flex-box {
    flex-direction: column;
  }

  .bn-flex-box a {
    width: 100%;
    margin-bottom: 20px;
  }

  .bn-flex-box {
    margin-bottom: 30px;
  }

  .header-logo-img {
    height: 100px;
  }

  .header-logo-img {
    width: 140px;
  }

  main {
    margin-top: 11%;
  }

  #bg-cover {
    background-color: rgb(140 141 140 / 73%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  #bg-cover.active {
    visibility: visible;
    opacity: 1;
  }

  p.copyright {
    font-size: 0.6em;
    text-align: center;
    background: #a74f38;
    color: #fff;
    padding: 20px;
  }
}

/** key_section */
.slick-dots li button:before {
  content: "●";
}

.key_section {
  position: relative;
	    margin-top:60px;
}


.key_list .slick-dots li {
  margin: 0;
}

.key_text_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.key_text_box img {
  max-width: 768px;
}

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

  .key_list li.slick-slide,
  .key_list {
    height: 380px;
  }

  .key_list li img {
    height: 100%;
  }
}

/** bn_section */
.bn_box {
  position: relative;
}

.web_line_btn {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.web_line_btn li {
  width: 48%;
}

@media screen and (max-width: 480px) {
  .web_line_btn {
    flex-direction: column;
    align-items: center;
  }

  .web_line_btn li {
    width: 80%;
  }

  .web_line_btn .web {
    margin-bottom: 5px;
  }

  p.copyright {
    font-size: 0.6em;
    text-align: center;
    background: #a74f38;
    color: #fff;
    padding: 20px;
  }
}

/** innai_section */
.innai_section .content_text {
  margin-bottom: 20px;
}
.innai{
  margin-bottom: 40px;
	width: 49%;
}
@media screen and (max-width: 780px) {
.innai{
	width: 100%;
}
}
/** worry_section */
.worry_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.worry_list .worry_list_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.worry_q::after {
  display: block;
  content: '\025bc';
  font-size: 1.3em;
  padding: 10px;
}

.worry_list li {
  width: 49%;
  position: relative;
  margin-bottom: 30px;
}

.worry_list_text {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.img_box.staff {
  width: 52%;
  margin: 0 auto;
  margin-bottom: 20px
}

img.diploma { width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
img.diploma {
	  width: 80%;
  margin: 0 auto;
}
}

.bk_sub_title {
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}

.content_text {
  margin-bottom: 10px;
  font-size: 1em;
}

.check_list li {
  padding-left: 1.3em;
  margin-bottom: 15px;
  position: relative;
}

.check_list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(img/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.effect_img_list {
  display: flex;
  flex-wrap: wrap;
}

.effect_img_list li {
  width: calc(100% / 5 - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.effect_img_list li:nth-child(5n) {
  margin-right: 0;
}

.point_img {
  margin-bottom: 20px;
}

.point_text_list li {
  margin-bottom: 15px;
}

.point_text_list li .point_img {
  max-width: 700px;
  margin: 0 auto 18px;
}

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

.point_text dt {
  font-weight: 600;
  margin-bottom: 10px;
}

.point_text dd {
  line-height: 1.8;
}


/*before_after */

.img_box.arrow {
  width: 20%;
  padding: 2%;
}

.befor_after_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.befor_after_img{
  border: solid 15px #fef2e6;
  border-radius: 8px;
}

.contents-area-inner.blown {
  background: #e1cbb6;
  padding: 40px;
}

.popularity_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popularity_list li {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

.popularity_list li .arrow,
.popularity_list li .arrow {
  position: absolute;
  width: 33%;
  top: 50%;
  transform: translateY(-50%);
  right: -25%;
  z-index: 1;
}

.blue_title {
  color: #4184f3;
}

.popularity_text span {
  font-weight: 600;
}

.voice_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

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

.voice_list .img_box {
  width: 20%;
}

.voice_list .text_box {
  width: 75%;
}

.voice_list .text_box dt,
.voice_list .text_box .age {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
}

.voice_list .text_box dt {
  color: #38a89e;
}

.voice_list .text_box .age {
  margin-bottom: 10px;
}

/* salon_info */
span.green_en_titile.bg_blown_title {
  font-size: 0.9em;
  text-align: left;
  background: #ceb398;
  color: #fff;
  padding: 15px 5px 15px 5px;
display: inline;
}

span.red_blown {
  color: #a03921;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
}


#js_qa_list .q_text {
  padding: 10px;
  padding-right: 1.8em;
  position: relative;
  cursor: pointer;
}

#js_qa_list .q_text:before {
  content: "Q.";
  color: #74b0f3;
}

#js_qa_list .q_text:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 10px;
  border-bottom: 4px solid #74b0f3;
  border-right: 4px solid #74b0f3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}

#js_qa_list .a_text {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #dbf7ff;
  display: none;
}

/* yoyaku */
img.calender {
    width: 5%;
    margin-right: 1%;
}
.contents-area-inner.red_blown {
  background: #a74f38;
}

h2.yoyaku_ttl {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
	 margin-top: 15px;
font-weight: 400;
}

.price_table_box {
  margin-bottom: 30px;
}

.price_table_box::after {
  content: "（税込）";
  display: block;
  text-align: right;
}

table.price_table {
  width: 100%;
  border-collapse: collapse;
}

table.price_table th,
table.price_table td {
  border: solid 1px #cccccc;
  text-align: center;
  padding: 10px;
  max-width: 80px;
}

table.price_table.monthly th {
  background-color: #fcf6d6;
}

table.price_table.coupon th {
  background-color: #fbe3e8;
}

table.price_table.commission th {
  background-color: #e3fbf1;
}

table.price_table.personal th {
  background-color: #f5e3fb;
}

.price_section .tyuui {
  margin-bottom: 40px;
}

.precaution_section .only_text_title,
.precaution_list li {
  margin-bottom: 10px;
}

.precaution_list li::before {
  content: "\02022";
  padding-right: 10px;
}

.precaution_list p {
  margin-bottom: 10px;
}

.bad_icon_text,
.good_icon_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.bad_icon,
.good_icon {
  max-width: 135px;
  max-height: 135px;
}

.good_bad_text,
.precaution_list li:last-child,
.good_example_box,
.bad_example_box {
  margin-bottom: 40px;
}

.bad_example_list_box,
.good_example_list_box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.bad_list li {
  padding-left: 1.3em;
  margin-bottom: 15px;
  position: relative;
}

.bad_list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(img/icon_batten.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

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

.bad_img_box img {
  width: 49%;
}

.mitijun_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0;
}

.mitijun_list li {
  width: 49%;
}

.mitijun_list li:nth-child(1),
.mitijun_list li:nth-child(2) {
  margin-bottom: 20px;
}


.sp_footer {
  display: none;
}

.logo {
  width: 140px;
  height: auto;
}

.flow_icon {
    width: 4%;
    margin: 0 auto;
} 

p.copyright {
  font-size: 0.6em;
  text-align: center;
  background: #a74f38;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px){
  .worry_list {
    flex-direction: column;
    align-items: center;
  }

  .worry_list li {
    width: 100%;
    max-width: 480px;
  }

  .logo {
    width: 140px;
}

.flow_icon {
  width: 7%;
  margin: 0 auto;
} 
}
@media screen and (max-width: 480px) {
  main {
    margin-top: 10%;
  }

  section {
    margin-bottom: 40px;
  }

  .key_text_box {
    width: 100%;
  }

  .green_en_titile {
    font-size: 1em;
  }

  .green_line_title {
    font-size: 0.7em;
  }

  .green_en_line_title {
    margin-bottom: 16%;
  }

  .voice_list .text_box dt,
  .voice_list .text_box .age {
    font-size: 1.1em;
  }

  #js_qa_list .q_text {
    padding: 10px 0;
    font-size: 1em;
  }

  #js_qa_list .q_text:after {
    border-bottom: 3px solid #74b0f3;
    border-right: 3px solid #74b0f3;
  }

  .bad_icon,
  .good_icon {
    max-width: 80px;
    max-height: 80px;
  }

  .good_bad_text,
  .precaution_list li:last-child,
  .good_example_box,
  .bad_example_box {
    margin-bottom: 30px;
  }

  .bad_icon_text,
  .good_icon_text {
    margin-bottom: 20px;
  }

  .check_list li {
    margin-bottom: 10px;
  }

  .bad_example_list_box,
  .good_example_list_box {
    margin-bottom: 10px;
  }

  .mitijun_list li:nth-child(1),
  .mitijun_list li:nth-child(2) {
    margin-bottom: 10px;
  }

  .mitijun_list {
    margin-bottom: 10px;
  }

  .precaution_section .only_text_title,
  .precaution_list li {
    margin-bottom: 0;
  }


  .sp_footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
  }

  .sp_footer li {
    width: 50%;
  }
  .worry_q::after{
    padding: 0;
    font-size: 1.1em;
  }

  .logo {
    width: 140px;
}
.flow_icon {
  width: 9%;
} 

}

@media screen and (max-width: 320px) {
  body {
    font-size: 14px;
  }

  .header-nav_list a {
    font-size: 15px;
  }

  .logo {
    width: 140px;
}
.flow_icon {
  width: 10%;
}

p.copyright {
  font-size: 0.6em;
  text-align: center;
  background: #a74f38;
  color: #fff;
  padding: 20px;
}
}
.flex_wrap{
	display: flex;
}
.flex_wrap.between{
	justify-content: space-between;
}

.flex_wrap{
	display: flex;
}
.flex_wrap img{
	 align-self: flex-start;
}
.bk_sub_title.name{
	font-size: 1.4rem;
}
.img_box.staff_list{
	    margin-bottom: 13%;
}
.bk_sub_title.name{
	font-size: 1.1rem;
}
.green_en_line_title{
	position: relative;
}
.green_en_line_title::after{
   position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  content: '';
    top: 3.5rem;
  left:0;
  display: block;
    width: 35%;
    height: 100%;
  background-image: url(img/kasen.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/	
}
@media screen and (max-width: 780px) {
.green_en_line_title::after {
    top: 3.2rem;
	 width: 100%;
}

  .green_en_line_title {
    margin-bottom: 15%;
  }
}
.bg_style_a{
    background-color: #fff;
    border-top: solid 20px #a7503c;
    padding-top: 6%;
}

.contents-access-inner {
    margin: 0 auto;
    background-color: #fff;
    padding: 4% 5%;
}
.access_title.mt_tuning_a{
	    margin-top: 9%;
}
@media screen and (max-width: 780px) {
	.contents-access-inner {
      padding: 2% 5%;
}
	span.green_en_titile.bg_blown_title{
		    font-size: 4.4vw;
	}
	.access_title{
		margin-top: 6%;
    margin-bottom: 5%;
	}
.access_title.mt_tuning_a{
	    margin-top: 15%;
}
}

.contents-access-inner .content_text{
	font-weight: 700;
}
.tel_style_a{
    font-size: 1.6rem;
    letter-spacing: 4px;
    color: #9f5e50 ;
}
.flex_wrap.fl_text span:nth-child(1){
	  color: #9f5e50;
	width:5rem;
}
@media screen and (max-width: 910px) {
.flex_wrap.fl_text span:nth-child(2){
	width:84%;}}

@media screen and (max-width: 480px) {
.contents-access-inner .content_text {
    font-weight: 700;
    font-size: 4vw;
}}
@media screen and (max-width: 480px) {
.contents-access-inner .content_text.tel_style_a{
font-size: 1.6rem;
    letter-spacing: 4px;
}}
.contents-access-inner .content_text.tel_style_a a{
    color: #9f5e50;
}


.content_text.fl_text{
	margin-bottom: 16px;
}

.price_section .contents-area-inner {

    padding: 2%;
}
.yoyaku_btn_box{
    padding: 5%;
    background-color: #fff;
	
}
.yoyaku_btn_box.mb_tuning_a{
	margin-bottom: 3%;
}
.yayaku_btn_ttl.flex_wrap{
	    justify-content: center;
	display: block;
	text-align: center;
	margin-bottom: 3%;
}
.yayaku_btn_ttl.flex_wrap span{
	display: block;
}
.yayaku_btn_ttl.flex_wrap span:nth-child(2){
font-size: 1.8rem;
	color: #a74f38;
}
.yoyaku_btn_box ul{
	    width: 78%;
	margin: 0 auto;
}
.yoyaku_btn_box ul li{
margin-bottom: 4%;
}
.yoyaku_btn_box ul li:nth-child(3){
margin-bottom: 0%;
}
@media screen and (max-width: 780px) {
.yayaku_btn_ttl.flex_wrap{
	    justify-content: center;
	display: flex;
}
.yoyaku_btn_box ul{
	    width: 100%;
}
		.yayaku_btn_ttl.flex_wrap span:nth-child(1) {
    line-height: 25px;
	}
	.yayaku_btn_ttl.flex_wrap span:nth-child(2) {
    margin-left: 5%;
}
	.yoyaku_btn_box {
    padding: 8% 5%;
}
	.yayaku_btn_ttl.flex_wrap {
    margin-bottom: 6%;
}
}
#link_1 , #link_2 , #link_3 , #link_4 , #link_5 ,#link_6{
	margin-top: -120px;
	padding-top: 120px;
}
.btn_page_top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 20;
    width: 50px;
}
@media screen and (max-width: 480px) {
	.yayaku_btn_ttl.flex_wrap span:nth-child(2) {
    font-size: 7vw;
}
	.yayaku_btn_ttl.flex_wrap span:nth-child(1) {
    font-size: 3.8vw;
}
.btn_page_top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 20;
    width: 50px;
}
	}
@media screen and (max-width: 780px) {
	.flex_wrap.between{
		display: block;
	}
img.calender {
    width: 11%;
    margin-right: 3%;
}
}

section.key_section {
margin-bottom: 0px;
}