html {
  line-height: 1.5;
}

body {
  width: 100%;
  min-height: auto;
  font-family: serif,"Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #45443a;
  background-color: #fff;
}
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


a {
  color: #45443a;
  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;
  overflow: initial;
}

/** 共通 */

a[href=""] {
  pointer-events: none;
  text-decoration: none;
}
section{
  unicode-bidi: initial;
}
.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: 0px;
}

.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.5;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.3px;
}

.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: #f7f3ed;
	height: 80px;
}

#header-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 280px 30px 30px;
  background-color:rgba(251, 255, 235, 0.9);
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px){
  #header-nav {
    padding: 120px 30px 30px;
  } 
}
.header-nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.header-nav_list a {
  color: #7c5a31;
  text-decoration: underline;
    text-decoration-color: currentcolor;
  text-decoration-color: #7c5a31;
  text-underline-offset: 8px;
  font-size: 19px;
  font-weight: bold;
}

.openbtn {
  position: relative;
  width: 85px;
  height: auto;
  cursor: pointer;
  /*margin: 10px 10px 0 auto;*/
  background-color: #f7f3ed;
  padding: 10px;
  padding-left: 6px;
}
@media screen and (max-width: 780px) {
	header {
		height: 85px;
		
	}
.openbtn {
width: 78px;
    height: 41px;
    margin-right: -12px;
    margin-top: 2px;
	}
}
.openbtn span {
  width: 52%;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 4px;
  background-color: #7c5a31;
}

.openbtn span:nth-of-type(1) {
  top: 23px;
}

.openbtn span:nth-of-type(2) {
  top: 36px;
}

.openbtn span:nth-of-type(3) {
  top: 49px;
}

.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: #7c5a31;
}

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

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

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

@media screen and (max-width: 768px) {
	
header {
background-color:#f7f3ed;
}
  .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;
  }

  #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: #ad9f3f;
    color: #fff;
    padding: 21px 3px 75px 3px !important;
  }
}

/** 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: #ad9f3f;
    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;
width: 100%;
}

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: #ad9f3f;
}

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: 377px;
  height: auto;
}

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

p.copyright {
  font-size: 0.6em;
  text-align: center;
  background: #ad9f3f;
  color: #fff;
  padding: 20px;
}
.logo a{
display: block;
margin-top: 20px;
margin-left: 30px;
}
@media screen and (max-width: 768px){
  .worry_list {
    flex-direction: column;
    align-items: center;
  }

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

  .logo {
    width:393px;
}

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

  section {
    margin-bottom: 0px;
  }

  .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: -1px;
	  z-index: 999999;
    padding: 10px;
    background:rgba(255,255,255,0.7);
  }

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


.flow_icon {
  width: 9%;
} 

}

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

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

.flow_icon {
  width: 10%;
}

p.copyright {
  font-size: 0.6em;
  text-align: center;
  background: #ad9f3f;
  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{
  margin-top: 45px;
	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: #ad9f3f;
}
.yoyaku_btn_box ul{
  width: 78%;
  margin: 0 auto;
  justify-content: space-between;
}
.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%;
}
	.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: 112;
    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: 96px;
    z-index: 112;
    width: 50px;
}
	}
section.key_section {
	margin-top: 6px;
margin-bottom: 0px;
}
@media screen and (max-width: 780px) {
	.flex_wrap.between{
		display: block;
	}
img.calender {
    width: 11%;
    margin-right: 3%;
}
	section.key_section {
	margin-top: 56px;
margin-bottom: 0px;
}
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}
.footer_floating_text{
	    font-weight: bold;
    font-size: 4vw;
}
.modal-content li:nth-child(2){
	margin-top: 5%;
}.slide-items {
    width: 75%;
    height: 100%;
    margin: 0 auto;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 93.7%;
    left: -1.4vw;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.slick-prev.slick-arrow:before{
  left: 1.4vw;
}
@media screen and (max-width: 834px) {
  .slick-arrow:before{
    top: 117.3%;
}}
@media screen and (max-width: 780px) {
  .slick-arrow:before{
top: 107%;
}
.slick-arrow:before{
  left: -4vw;
  right: 0;
}
.slick-prev.slick-arrow:before{
left: 4vw;
}
}
.slick-next:before{
    background: url(img/arrow_r.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(img/arrow_l.png)!important;
    background-size: contain!important;
}
.slick-prev, .slick-next {
  width: 16.7px;
  height: 85px;
  z-index: 111;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
.slick-prev:before, .slick-next:before{
  opacity: initial;
}
@media screen and (max-width: 780px) {
	.slick-prev, .slick-next {
    width: 17.7px;
    height: 89.7px;
}
.slide-items {
    width: 100%;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
body:has(.openbtn.active) .sp_footer{
		display: none;
	}
}
.banner_content_a{
  width: 63%;
  margin: 40px auto;
}
.content_inner{
  width: 36%;
  margin: 0 auto;
}

.onayami_arrow {
  width: 41rem;
  margin: -13px auto;
  padding-bottom: 13px;
}
.Content_b{
  width: 89%;
  position: relative;
  right: -9%;
}

.onayami_section{
  margin-bottom: 0;
}
.kaisetu_section{
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: 0;
}
.kaisetu_text.content_text{
      text-align: center;
    margin-top: 25px;
    margin-bottom: 33px;
    font-size: 1.4rem;
    font-weight: bold;
  }
.kaisetu_text.content_text span{
  color: #e94c82;
}
  .sokode_wrap {
    background-image: url(img/design_bg_b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 60px;
    padding-bottom: 60px;
}
.naiyo_img_wrap{
  background-color: #edb6c9;
  padding-bottom: 60px;
}
.naiyo_img_wrap .banner_content_a {
  margin: 0px auto;
  padding-top: 30px;
}
.naiyo_img{
  margin-top: 46px;
}

.kaisetu_section .onayami_section_b {
  margin-top: -6.77%;
  padding-bottom: 60px;
}
.point_wrap{
  background-image: url(img/design_bg_c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: unset;
}
.fl_wrap{
  display: flex;
}
.point_section .fl_wrap{
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto;
}
.point_section .fl_wrap .naiyo_img{
width: 29%;
}
.point_kaizen_a{
  width: 700px;
    margin: 25px auto 0;
}
.onayami_section_b .fl_wrap{
  width: 75%;
  margin: 0 auto;
  justify-content: space-between;
}
.onayami_section_b .fl_wrap img{
  width: 49%;
}
@media screen and (max-width: 1200px) {

.content_inner {
  width: 56%;
  margin: 0 auto;
}
.onayami_section {
  background-color: #cfdae0;
  padding-top: 20px;
}
.onayami_arrow {
  margin: -2% auto;
  padding-bottom: 4.1%;
}
.onayami_section_b {
  background-image: url(img/bg_design_a.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 25%;
  margin-top: -27.16%;
}
.onayami_arrow {
  margin: -2% auto;
  padding-bottom: 13.1vw;
}
.content_inner:has(.kaisetu_text.content_text) , .content_inner:has(.point_title_a){
  width: 95%;
  margin: 0 auto;
}
.kaisetu_section .onayami_section_b {
  margin-top: -23.3vw;
  padding-bottom: 60px;
  /* z-index: -1; */
  /* position: relative; */
  padding-top: 67px;
}
.Contents_img_b {
  margin-top: 40px;
  width: 91%;
  padding-top: 2rem;
  margin:35px auto;
}
}
@media screen and (max-width: 780px) {
  .point_section .fl_wrap{
    display: block;
  }
  .fl_wrap .naiyo_img{
    width: 100%;
    }
}
.official_title.content_text{
  text-align: center;
  padding: 20px;
  background: #c81920;
  padding: 20px 0px;
  width: 789px;
  margin: 0 auto 2%;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .official_title.content_text {
    width: 75%;
  }}
.official_salon_title_border{
  padding-top: 10px;
  border-bottom: solid 2px #fff;
}
.point_section .merit_img_wrap img:nth-child(1) , .point_section .merit_img_wrap img:nth-child(3){
  position: relative;
  left: 42px;
  }
  .point_section .merit_img_wrap img:nth-child(2){
    position: relative;
    right: 74px;
    }
@media screen and (max-width: 780px) {

.kaisetu_section{
  padding-top: 20px;
}
.border_design{
  width: 70%;
  margin: 0 auto;
}
.banner_content_a {
  width: 100%;
  margin: 0;
}
.sokode_wrap {
  background-image: url(img/design_bg_b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: initial;
  padding-top: 0;
  padding-bottom: 0px;
}
.sokode_wrap{
  position: relative;
    top: 75px;
    margin-top: -36px;
}
.naiyo_img_wrap .banner_content_a {
  margin: 0px auto;
  padding-top: 99px;
  width: 95%;
}
.naiyo_img {
  margin-top: 21px;
}
.kaisetu_section .onayami_section_b {
  margin-top: -20.3vw;
  padding-bottom: 33px;
  /* z-index: -1; */
  /* position: relative; */
  padding-top: 67px;
}
.fl_wrap{
  display: block;
}
.Contents_img_b {
  width: 93%;
  margin: 9vw auto 0;
padding: 0;
}
.onayami_section_b .fl_wrap img {
   width: 100%; 
}
.point_section .fl_wrap .naiyo_img {
  width: 100%;
}
.point_section .fl_wrap {
  display: block;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.point_section .merit_img_wrap img:nth-child(1) , .point_section .merit_img_wrap img:nth-child(3){
position: relative;
left: -30px;
}
.point_section .merit_img_wrap img:nth-child(2){
  position: relative;
  right: -30px;
  }
  .official_title.content_text {
    width: 95%;
}
.onayami_section_b .fl_wrap {
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}
main {
  margin-top: 0;
}
.point_wrap {
  padding-top: 0px;
  padding-bottom: 18px;
  background-size: unset;
}
.point_title_a{
  margin-bottom: -60px;
}
.onayami_arrow {
  margin: -2% auto;
  padding-bottom: 2.1%;
}
.official_title.content_text {
  font-size: 4.4vw;
}
}
@media screen and (max-width: 1100px) {
.kaisetu_text.content_text {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 33px;
 font-size: initial;
}
}
@media screen and (max-width: 780px) {
  .content_inner{
    width: 95%;
    margin: 0 auto;
  }
  .onayami_arrow {
    margin: -2% auto;
    padding-bottom: 2.1%;
  }
}
@media screen and (max-width: 780px) {
.Content_b {
  width: 77%;
  margin: 0 auto;
  position: relative;
  left: 21px;
}
.onayami_section_b {
  background-image: url(img/bg_design_a.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30%;
  margin-top: -22.16%;
}
}
.contents_img_b img{
  width: 89%;
}
.onayami_Contents_wrap_b{
	background-color: #f9f2f2;
}
.merit_img_wrap{
  width: 46%;
  margin: 0 auto;
}
.mi_flow{
  width: 100%;
  margin: 0 auto;
  
}
@media screen and (max-width: 780px) {
  .merit_img_wrap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  } }

.contents-area-inner.white{
  width: 699px;
}
.wide_tuning{
  width: 79%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 780px) {
  .contents-area-inner.white{
    width: 100%;
  }
.kaisetu_text_inner{
  width: 95%;
  margin: 0 auto;
}
.wide_tuning{
  width: 100%;
  margin: 0 auto;
}
}
@media screen and (max-width: 780px) {
.logo a {
	display: block;
	margin-top: 20px;
	margin-left: 13px;
}
.logo a {
	display: block;
	margin-top: 23px;
	margin-left: 13px;
}
.openbtn span:nth-of-type(1) {
	top: 26px;
}
.openbtn span:nth-of-type(2) {
	top: 38px;
}
.openbtn span:nth-of-type(3) {
	top: 50px;
}
.openbtn span{
  height: 4px;
}
}
.menu-img-onayami_box ul {
  padding: 2%;
  border: solid 3px #beaf45;
  margin-top: 32px;

}

.menu-img-onayami_box li {
  display: flex;
  align-items: center;
  padding-bottom: 1.6%;
  margin-bottom: 2%;
  border-bottom: dashed 2px #beaf45;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.menu-img-onayami_box li:last-child {
  margin-bottom: 0;
}

.menu-img-onayami_box li p {
  width: 90%;
  line-height: 1.2;
  color: #45443a;
  /* font-size: 16px; */
  font-weight: bold;
}/*
.menu-img-onayami_box li::before {
  content: "\02714";
  color: #525252;
  border-radius: 50%;
  display: flex;
  margin-right: 1.1%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 33px;
}*/
.title_style_fukidasi{
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #ad9f3f;
  color: #fff;
}
.title_style_fukidasi:after {
  z-index: -1;
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 60px solid #ad9f3f;
  border-bottom: 0;
}

.seotext_05 {
  background:linear-gradient(transparent 70%, #fecd46 0%);
  }
  .section_mg_tuning{
    margin-top: 5%;
   }
   @media screen and (max-width: 768px){
     .title_style_fukidasi {
     padding: 16px 4px 15px;
     font-size: 18px;
  }}
  @media screen and (max-width: 768px){
    .title_style_fukidasi {
     padding: 16px 4px 15px;
       font-size: 18px;
   }
  
   .menu-img-onayami_box li::before {
    margin-right: 4.7%;
    width: 4%;
    height: 3rem;
    font-size: 33px;
    margin-left: 5%;
}
.menu-img-onayami_box ul {
  margin-top: 25px;
  padding: 7.1% 2.9%;
}
  }
   @media screen and (max-width: 394px){
    .title_style_fukidasi {
      font-size: 14.8px;
   }
  }
  symptom-items a{
    width: 100%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  height: 265px;
  margin-top: -30px;
}

@media only screen and (max-width: 737px){
.symptom-guide .symptom-list .symptom-items {
  width: 48% !important;
}
.symptom-items a {
  height: 42vw !important;
}}
.syoujo-menu-list .flex_wrap{
    justify-content: space-between;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.symptom-list.flex_wrap{
  justify-content: space-between;
}
.symptom-guide .symptom-list .symptom-items {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0px;
  /* height: 203px; */
}
.symptom-items{
  width: 32%;
}
.symptom-items:nth-child(-n+3) {
  margin-bottom: 20px;
}

.symptom-list {
  margin-top: 50px;
}
@media only screen and (max-width: 737px){
  .symptom-items {
    width: 31%;
}
.symptom-items:nth-child(-n+3) {
  margin-bottom: 16px;
}
.symptom-list {
  margin-top: 34px;
}
}
.img_mg_tuning_a{
  display: block;
  margin: 0 auto;
  width: 45%
}
.img_mg_tuning_b{
margin-bottom: 46px;  
}
.title_style_b{
  text-align: center;
  line-height: 30px;
  margin-top: 27px;
}
.border_wrap {
  border: solid 2px #edddac;
  padding: 15px 12px;
  background-color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 381px){
  .border_wrap {
    font-size: 12.1px;
}
}
.bg_cream{
  background-color:#f9eee3;
}
.bg_blue{
  background-color:#e8e9eb;
}
.img_mg_tuning_banner{
  width: 720px;
  margin: 0 auto;
}


.title_style_border , .title_style_c{
  margin-bottom: 3%;
  text-align: center;
position: relative;
}

.title_style_border:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;/*線の上下位置*/
  display: inline-block;
  width: 100px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #6f551f;/*線の色*/
 }
 .div_mg_tuning{
  padding-top: 40px;
 }
.mg_tuning_min{
  margin-top: 29px;
}
.syozyomenu_ul.flex_wrap{
  justify-content: space-between;
}
.syozyomenu_ul li{
  width: 31.3%;
}
.syozyomenu_ul li{
  margin-top: 20px; 
 }

.syozyomenu_ul.kyosei_style li .border_div_wrap{
  border: solid 3px #a59a4f;
}
.syozyomenu_ul.kyosei_style li h3 {
  background-color: #f0e5cf;
text-align: center;
}
.syozyomenu_ul.kyosei_style .menu_text_a {
  line-height: 24px;
  text-align: center;
  background-color: #a37549;
  padding-bottom: 7px;
  padding-top: 5.7px;
}
.syozyomenu_ul.iltupan_style li .border_div_wrap{
  border: solid 3px #4973a3;
}
.syozyomenu_ul.iltupan_style li h3 {
  background-color: #f0e5cf;
text-align: center;
}
.syozyomenu_ul.iltupan_style .menu_text_a {
  line-height: 24px;
  text-align: center;
  background-color: #4973a3;
  padding-bottom: 7px;
  padding-top: 5.7px;
}
.menu_text_a span {
  position: relative;
  font-size: 23px;
color: #fff;
text-align: center;
font-weight: 500;
font-weight: bold;
font-family: auto;
}
.menu_text_a span small{
  font-size: 18px;
font-weight: initial;
margin-left: 5px;
}
.yoyaku_btn_box ul li{
  width: 48%;
}
  .syozyomenu_ul li h3 {
    font-weight: 500;
    text-align: center;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: auto;
    padding-right: 10px;
    padding-left: 10px;
    flex-wrap: wrap;
    line-height: 26px;
}
.syozyomenu_ul.kyosei_style li h3 {
  background-color: #f0e5cf;
  color: #4d3622;
}
.syozyomenu_ul.kyosei_style li h3 {
  background-color: #f0e5cf;
  color: #4d3622;
}

.syozyomenu_ul li h3 span{
display: block;
}

.syozyomenu_ul li h3 span.inline_span{
  display:inline-block;
  }
  
  @media only screen and (max-width: 790px){
    .border_div_wrap {
      background-color: #f0e5cf;
  }
    .border_div_wrap img {
      margin: 5px auto 0px;
      width: 94%;
  }
    .menu_text_a span {
      position: relative;
      font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: auto;
    }
    .menu_text_a span small{
      font-size: 14px;
      margin-left: 3px;
      letter-spacing: 1px;
    }
    .syozyomenu_ul li h3 {
      height: 90px;
      line-height: 24px;
padding-right: 0px;
padding-left: 0px; 
}

.syozyomenu_ul li {
  width: 48%;
}
.yoyaku_btn_box {
  margin-top: 26px;
  margin-bottom: 3%;
}
.flex_wrap.btn_link_wrap{
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 9px;
}
.yoyaku_btn_box ul li {
  width: 100%;
}
.yoyaku_btn_box ul li {
  margin-bottom: 3.8%;
}
  }
  @media only screen and (max-width: 680px){
    .syozyomenu_ul li h3 {
      height: 65px;
    }
    .syozyomenu_ul li h3.long_title {
    font-size: 14px;
    line-height: 20px;
  }
  .title_style_border {
    margin-bottom: 9%;
}
}
  @media only screen and (max-width: 400px){
    .syozyomenu_ul li h3.long_title {
    font-size: 13.1px;
  }
  .syozyomenu_ul li h3 {
    height: 76px;
    font-size: 17px;
}
}
  @media only screen and (max-width: 380px){
    .syozyomenu_ul li h3.long_title {
      font-size: 11.4px;
      line-height: 15px;
    }
    .syozyomenu_ul li h3 {
      height: 51px;
      line-height: 17px;
      font-size: 13px;
    }
  }
  .point_li{
    display:none;
      }
  .point_li:nth-of-type(3n){
display: block;
  }
  @media only screen and (max-width: 680px){
    .point_li{
      display:none !important;
        }
      .li_nth_last{
          margin: 20px auto 0;
      } 
      }
.slide_wrap {
        background-color: #fdf9f0;
        padding: 31px 53px;
        border: solid 3px #93810a;
    margin-top: 30px;
      }
    .slide_title{
      background-color: #fff;
      text-align: center;
      padding: 18px 0px 15px;
      border: solid 2px #93810a;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .flex_wrap.wrap_style_b{
      width: 100%;
      justify-content: space-between;
    margin-top: 10px;
    }
    .flex_wrap.wrap_style_b li{
      display: flex;
      align-items: center;
    }

  .li_title{
    font-weight: bold;
    padding: 5px 10px;
color: #fff;
    background-color: #93810a;
  }
  .li_textt{
    margin-left: 8px;
    font-weight: bold;
  }
  .inner_slide_text{
    background-color: #fffffd;
    margin-top: 23px;
    padding: 13px 2vw;
  }
  @media only screen and (max-width: 834px){
  .flex_wrap.wrap_style_b li {
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 10px;
  }
  .li_title {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
    background-color: #93810a;
    margin-left: 4px;
    font-weight: bold;
    padding: 3px 11px;
}
.li_textt {
  font-size: 14px;
}
.slide_wrap {
   padding: 31px 26px;
}
.slide_wrap {
  background-color: #fdf9f0;
}
.slide_title {
  text-align: center;
  padding: 18px 0px 15px;
  border: solid 2px #93810a;
  font-size: initial;   line-height: 21px;
  font-weight: bold;
}
.inner_slide_text {
  margin-top: 1px;
  padding: 12px 4vw;
}
.img_mg_tuning_a {
  display: block;
  margin: 0 auto;  width: 63vw;
}
}
.nagare_list li img {
  width: 30%;
  margin-left: 30px;
  margin-right: 10px;
  object-fit: contain;
}

@media screen and (max-width: 780px) {
  .nagare_list.tokuyuo_list li, .nagare_list.sezyutu_nagare li {
      width: 100%;
      margin-bottom: 5%;
  }
}
.tokuyuo_list li span:nth-child(1) {
  text-align: center;
  display: block;
border-bottom: solid 2px #ad9f3f;
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (max-width: 738px) {
  .nagare_list {
    width: 85%;
    margin: 0 auto;
    display: flex;
      justify-content: space-between;
      margin-bottom: 1.5rem;
      flex-wrap: wrap;
      margin-top: 21px;
  }
  .section_mg_tuning {
    margin-top: 11%;
}
}
.text_contents_a{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 738px) {
  .nagare_list li img {
    width: 96%;
    object-fit: contain;
    margin: 0 auto 20px;
  }
  .text_contents_a {
    display: block;
    justify-content: space-between;
}
}
.text_contents_b {
  width: 65%;
}
@media only screen and (max-width: 738px) {
  .text_contents_b {
      width: 96%;
 margin: 0 auto;
    }
}

.list_text_a{
  margin-top: 20px;
}
.list_li{
  margin-top: 48px;
}
@media only screen and (max-width: 738px) {
  .list_li{
    margin-top: 10px;
  }
}
.img_style_a ,.img_style_b , .img_style_c{
  position: relative;
}
.list_li{
  position: relative;
}
.list_li:has(.img_style_a):before{
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 47px;
  background-image: url(img/number_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.list_li:has(.img_style_c):before{
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 47px;
  background-image: url(img/number_3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.list_li:has(.img_style_b):before{
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 47px;
  background-image: url(img/number_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 738px) {
  
  .title_style_b {
    font-size: 4.3vw;
    margin-top: 12px;
    line-height: 45px;
}
.list_li:has(.img_style_a):before ,.list_li:has(.img_style_b):before ,.list_li:has(.img_style_c):before {
  position: absolute;
  width: 96%;
  height: 47px;
  margin: auto;
  right: 0;
}
.text_contents_b h3{
  text-align: center;
}
.tokuyuo_list li span:nth-child(1) {
  border-bottom: solid 2px #ad9f3f;
  font-weight: bold;
  font-weight: 700;
  display: inline;
}
}
.ulketuke_img{
  margin-top: 27px;
}
.uketuke_img{
  width: 78%;
  margin: 0 auto;
}
.map_style_atari{
  margin: auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #bfbfbf;
  font-size: 32px;
  color: #6b5d54;
  margin-top: 22px;
  }
  .map{
    margin-top: 22px;
  }
  .info{
    line-height: 22px;
    margin-top: 21px;
    font-weight: 700;
  }
  /*footer {
    margin-top: 57px;
}*/
.miracle_bust_fv_pc{
  margin-top: 80px;
}
.key_section .sp{
  margin-top: 64px;
}
@media screen and (max-width: 490px){
  .logo {
    width: 70%;
    margin-top: 2%;
}
.openbtn {
  width: 78px;
  height: 41px;
  margin-right: -12px;
  margin-top: 0.3%;}
header {
  height: 77px;
}
.key_section .sp {
  margin-top: 77px;
}
.list_li:has(.img_style_a):before, .list_li:has(.img_style_b):before, .list_li:has(.img_style_c):before {
  width: auto;
  height: 34px;
}
.nagare_list.tokuyuo_list li, .nagare_list.sezyutu_nagare li {
  width: 100%;
  margin-bottom: 12%;
}
}
.nagare_list.tokuyuo_list li:last-child {
  margin-bottom: 0;
}
.access_section .contents-area {
  padding-bottom: 33px;
}
.voice_section .contents-area {
  padding-bottom: 33px;
}
@media only screen and (max-width: 366px) {
  .li_title , .li_textt{
    font-size: 12px;
}
}
.div_mg_tuning_b{
  padding-top: 81px;
}

@media only screen and (max-width: 738px) {
  /*footer {
    margin-top: 22px;
}*/
.uketuke_img {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6px;
}
.flex_wrap.btn_link_wrap{
  display: block;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 9px;
}
.yoyaku_section .yoyaku_btn_box {
  margin-top: 26px;
  margin-bottom: 0%;
}
.ulketuke_img{
  width: 78%;
  margin: 14px auto 0;
}
.div_mg_tuning_b{
  padding-top: 22px;
}
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	display: block;

}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:1px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.title_style_border.border_blue:after{
  background-color: #4973a3;
}
@media only screen and (max-width: 406px) {
.title_style_border{
  font-size: 19px;
}}

.bg_cream.cream_b {
  background-color: #fbf9f5;
}
.menu-img-onayami_box li {
  display: flex;
  align-content: center;
  align-items: center;
}
.menu-img-onayami_box li img{
  width: 3.5%;
  margin-right: 12px;
}
@media only screen and (max-width: 738px) {
.menu-img-onayami_box li img {
  width: 7%;
  margin-right: 6px;
}

.syozyomenu_ul.kyosei_style .menu_text_a {
  line-height: 24px;
}
.syozyomenu_ul.iltupan_style .menu_text_a {
  line-height: 24px;
}

}
@media only screen and (max-width: 606px) {
  .title_style_b {
    font-size: 5vw;
    margin-top: 8px;
    line-height: 7vw;
  }
  }
@media only screen and (max-width: 406px) {
  .menu-img-onayami_box li img {
    width: 9%;
    margin-right: 6px;
  }
.map_style_atari{
  margin-top: 8px;
}
.map{
  margin-top: 8px;
}
}
.menu_text_a span.syoki_text{
  font-size: 16px;
  display: block;
  font-weight: initial;
}
@media only screen and (max-width: 406px) {
  .menu_text_a span.syoki_text{
    font-size: 14px;
  }}
