@charset 'UTF-8';
* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}
html {
font-size: 62.5%;
}
body{
position: relative;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
color: #000;
background-color: #fff;
line-height: 1.6;
}
@media screen and (max-width: 767px) {
	body{
	font-size: 1.5rem;
	}
}

.body_wrap {
overflow-x: hidden;	
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul, li {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: bold;
line-height: 1.4;
}
@media (min-width:768px) {
	h1, h2, h3 {
	}
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: 0;
vertical-align:top;
}

.body_wrap {
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  color: #383b3a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
.body_wrap a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1026px) {
.body_wrap {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 768px) {
.body_wrap {
    line-height: 1.5;
    letter-spacing: 0.1rem;
}
}
/* 共通 */
.flex {
  display: flex;
}
.ttl {
  position: relative;
  color: #0d7d49;
  font-size: 4.1rem;
  text-align: center;padding-top: 108px;
}
.ttl::before {
  position: absolute;
  content: '';
  background-image: url(../img/ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 93px;
  top: 0;
  left: 46%;
}
.section_wrapper {
  width: 100%;
}
.section_content {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
.sp {
  display: none;
}
@media screen and (min-width: 550px) {
.sp {
  display: none;
}
}
@media screen and (max-width: 1480px) {
.ttl {
    font-size: 3.2rem;
}
}
@media screen and (max-width: 1260px) {
.ttl {
    padding-top: 68px;
}
.ttl::before {
    width: 60px;
}
}
@media screen and (max-width: 1026px) {
.ttl {
    font-size: 2.9rem;
}
section_content {
    width: 95%;
}
}
@media screen and (max-width: 768px) {
.section_content {
  width: 95%;
}
  .ttl {
  padding-top: 50px;
  font-size: 2.5rem;
}
.ttl::before {
    width: 45px;
    height: 60px;
    left: 45%;
}
}
@media screen and (max-width: 550px) {
.sp {
  display: block;
}
.pc {
  display: none;
}
}
/* header */
.head_wrapper {
  position: relative;
}
.header {
  position: absolute;
  max-width: 1920px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  color: #fff;
z-index: 10;
}
h1 {
  padding: 35px;
}
.head_nav {
  padding: 35px;
}
.head_nav_in ul {
  align-items: center;
}
.head_nav_in ul li {
  position: relative;
  margin-left: 45px;
}
.head_nav_in ul li:first-child {
  margin-left: 0;
}
.head_nav_in ul li:last-child {
  margin-left: 30px;
}
.head_nav_in ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.head_nav_in ul li:last-child::after ,.head_nav_in ul li:nth-child(6n)::after {
  content: none;
}
.mv {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.mv2 {
  width: 100%;
}
.mv_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv2 img {
  width: 100%;
  min-height: 90px;
  object-fit: cover;

}
.concept_overlay {
  position: absolute;
  left: 200px;
  bottom: 120px;
  max-width: 748px;
  width: 100%;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 1800px) {
.concept_overlay {
  width: 650px;
  bottom: 90px;
}
}
@media screen and (max-width: 1650px) {
.concept_overlay {
  width: 580px;
  bottom: 90px;
  left: 150px;
}
}
@media screen and (max-width: 1480px) {
  h1 {
    padding: 20px;
}
.head_nav {
    padding: 20px;
}
.head_nav_in ul li {
    margin-left: 25px;
}
.head_nav_in ul li::after {
    top: 4px;
    right: -12px;
    height: 80%;
}
.head_nav_in ul li:last-child {
    margin-left: 20px;
}    
.concept_overlay {
  width: 500px;
  bottom: 80px;
  left: 120px;
}
}
@media screen and (max-width: 1320px) {
.head_nav_in ul li {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 1260px) {
      h1 {
        width: 130px;
    }
    .concept_overlay {
        width: 430px;
        bottom: 50px;
        left: 100px;
    }
  }
  @media screen and (max-width: 1026px) {
    h1 {
    padding: 10px;
    }
    .concept_overlay {
        width: 400px;
        bottom: 20px;
        left: 40px;
    }
}
  @media screen and (max-width: 768px) {
    .mv {
    aspect-ratio: 4 / 5; 
  }
  .mv_img {
    object-position: 80% 20%; 
  }
  .concept_overlay {
    width: 400px;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 510px) {
    .mv {
      aspect-ratio: 9 / 16;
    }
    .mv_img {
       object-position: 80% 0%;
    }
    .concept_overlay {
    width: 99%;
    }
}
/* about */
.about {
  background-image: url(../img/about_bg.png);
  background-repeat: no-repeat;background-size: contain;
  background-position-y: 15%;
}
.about .section_content {
  padding: 115px 0 55px 0;
}
.about .ttl p {
  font-size: 2.4rem;
  font-weight: 500;
}
.about_txt {
  padding-top: 55px;
  text-align: center;
  margin-bottom: 430px;
}
.about_img {
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
.about {
  background-position-y: 55%;
}
}
@media screen and (max-width: 1480px) {
.about .section_content {
    padding: 75px 0 35px 0;
}
.about .ttl p {
    font-size: 2.2rem;
}
.about_txt {
    padding-top: 35px;
    margin-bottom: 350px;
}
}
@media screen and (max-width: 1260px) {
.about {
    background-position-y: 45%;
}
}
@media screen and (max-width: 1026px) {
    .about .section_content {
        padding: 70px 0 35px 0;
    }
.about .ttl p {
    font-size: 2rem;
}
}
@media screen and (max-width: 768px) {
  .about {
    background-position-y: 65%;
}   
.about .ttl p {
    font-size: 1.8rem;
    }
  .about_txt {
    text-align: left;
    width: fit-content;
    margin: 0 auto 180px auto;
  }
}
@media screen and (max-width: 550px) {
  .about {
    background-position-y: 35%;
  }
.about_img {
    display: block;
}
.about .sp img {
  width: 80%;
  margin: 0 auto;
}
}
/* 違い */
.difference {
  background-image: url(../img/tigai_bg.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.difference .section_content_in {
  padding: 100px 0 130px 0;
}
.box_wrap {
  gap: 24px;
  margin-top: 50px;
}
.normal ,.kankokusiki {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.difference_txt {
  flex-grow: 1;
  padding: 55px 50px 35px 50px;
  background-color: #fff;
}
.difference_ttl ,.type_ttl {
  font-size: 2.9rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto 35px;
}
.normal .difference_ttl {
  border-bottom: 8px solid #ebe8dd;
}
.kankokusiki .difference_ttl {
  position: relative;
  border-bottom: 8px solid #e1f0e7;
}
.kankokusiki .difference_ttl::after {
  position: absolute;
  content: '';
  background-image: url(../img/kira.png);
  width: 69px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -50%;
  right: -80px;
}

@media screen and (max-width: 1480px) {
.difference_txt {
  padding: 35px 30px 15px 30px;
  background-color: #fff;
}
.difference_ttl {
  font-size: 2.4rem;
}
}
@media screen and (max-width: 1260px) {
.box_wrap {
  margin-top: 30px;
}
.difference_ttl {
  margin: 0 auto 20px;
}
.kankokusiki .difference_ttl::after {
  width: 50px;
  right: -50px;
}
.difference .section_content_in {
  padding: 80px 0 110px 0;
}
.difference_txt {
  padding: 20px 20px 15px 20px;
}
}
@media screen and (max-width: 1026px) {
  .difference .section_content_in {
      padding: 70px 0 70px 0;
  }
  .box_wrap {
    display: block;
    margin-top: 0;
  }
  .normal, .kankokusiki {
    width: 100%;
    max-width: 618px;
    margin: 30px auto 0 auto;
  }
.difference_ttl {
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
}
@media screen and (max-width: 768px) {
  .kankokusiki .difference_ttl::after {
    width: 35px;
    right: -40px;
}
.difference_txt {
    padding: 15px;
  }
.difference_ttl {
font-size: 2rem;
}
}
/* おすすめ */
.recommend {
  background-image: url(../img/osusume_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 150px 0;
}
.recommend .section_content_in {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  background-color: rgb(13, 111, 72,0.7);
  padding: 75px 85px;
}
.recommend .section_content_in::before {
  position: absolute;
  content: '';
  background-image: url(../img/Target.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 643px;
  height: 109px;
  top: -40px;
  left: 40px;
}
.recommend .section_content_in::after {
  position: absolute;
  content: '';
  background-image: url(../img/problem.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 225px;
  bottom: 0;
  left: -40px;
}
.recommend .section_content_in h3 {
  text-align: center;
  font-size: 4.1rem;
  margin-bottom: 30px;
}
.recommend ul {
  font-size: 2.1rem;
  width: fit-content;
  margin: 0 auto;
}
.recommend li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.recommend li:last-child {
  margin-bottom: 0;
}
.recommend li::before {
  position: absolute;
  content: '';
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 1480px) {
.recommend .section_content_in h3 {
    font-size: 3.2rem;
}
.recommend .section_content_in {
    padding: 55px 70px;
}
.recommend .section_content_in::before {
    top: -60px;
}
.recommend .section_content_in::after {
    left: -60px;
}
  .recommend ul {
    font-size: 1.9rem;
}
}
@media screen and (max-width: 1260px) {
.recommend {
  padding: 120px 0;
}.recommend .section_content_in::before
 {
    width: 500px;
    top: -40px;
    left: 80px;
 }
 .recommend .section_content_in::after {
    width: 175px;
    height: 205px;
 }
.recommend .section_content_in {
    padding: 35px 50px;
}
.recommend li {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 1026px) {
  .recommend {
    padding: 70px 0;
  }
  .recommend .section_content_in::before {
    width: 400px;
    top: -30px;
    left: 60px;
}
  .recommend .section_content_in h3 {
    font-size: 2.9rem;
    margin-bottom: 20px;
  }
  .recommend ul {
    font-size: 1.7rem;
}
.recommend li {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
  .recommend .section_content_in::after {
    width: 130px;
    height: 145px;
    left: 0;
}
  .recommend .section_content_in h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .recommend .section_content_in::before {
  width: 300px;
  top: -30px;
  left: 30px;
}
  .recommend .section_content_in::after {
  width: 90px;
  height: 105px;
  left: auto;
  right: 0;
}
.recommend .section_content_in {
    padding: 15px;
}
.recommend li {
    padding-left: 30px;
}
}
@media screen and (max-width: 470px) {
.recommend ul {
    margin: 0 auto 0 0;
}
}
/* before after */
.beforeafter {
  background-image: url(../img/beforeafter_bg.jpg);
  padding: 90px 0;
}
.beforeafter .section_content {
  background-color: #fff;
  padding: 50px 10px 75px 10px;
}
.beforeafter_ex {
  gap: 24px;
  max-width: 1220px;
  margin: 75px auto 0 auto;
  flex-wrap: wrap;
}
.beforeafter_ex p {
  width: calc((100% - 24px) / 2);
  margin-bottom: 75px;
}

@media screen and (max-width: 1480px) {
.beforeafter .section_content {
    padding: 20px 10px 55px 10px;
}
}
@media screen and (max-width: 1260px) {
.beforeafter_ex {
    gap: 12px;
    margin: 55px auto 0 auto;
}
}
@media screen and (max-width: 1026px) {
.beforeafter_ex {
  display: block;
}
.beforeafter_ex p {
  margin: 0 auto 50px auto;
  width: fit-content;
}
.beforeafter_ex p:last-child {
  margin: 0 auto 0 auto;
}
}
@media screen and (max-width: 768px) {
.beforeafter {
    background-image: url(../img/beforeafter_bg.jpg);
    padding: 70px 0;
}
    .beforeafter .section_content {
        padding: 20px 0;
  }
.beforeafter_ex {
    margin: 35px auto 0 auto;
}
}
/* 施術の特徴 */
.features {
  text-align: center;
}
.features .section_content {
  padding-top: 70px;
}
.features .ttl {
  margin-bottom: 39px;
}
.step_wrap {
  gap: 25px;
  margin-top: 60px;
}
.step_box {
  width: 33.3333%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.step_img {
  position: relative;
}
.step_img_ttl {
  position: absolute;top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.step_num {
  border: 1px solid #fff;
  padding: 20px 25px;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 0.2rem;
}
.step_ttl {
  font-size: 2.9rem;
}
.step_txt {
  position: relative;
  flex-grow: 1;
  margin-bottom: -235px;
  z-index: 2;
  background-color: #fff;
  padding: 35px;
  text-align: left;
}



.reborn {
  background-color: #0d5539;
  padding-top: 270px;
  padding-bottom: 75px;
}
.reborn .section_content {
  background-color: #fff;
}
.reborn .section_content_in p {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1480px) {
.step_ttl {
  font-size: 2.4rem;
}
}
@media screen and (max-width: 1260px) {
.features .ttl {
  margin-bottom: 20px;
}
.step_wrap {
    gap: 15px;
    margin-top: 40px;
}
.step_txt {
    padding: 15px;
}
}

@media screen and (max-width: 1026px) {
  .features .section_content {
    padding-bottom: 20px;
}
  .step_wrap {
    display: block;
    flex-direction: column;
    align-items: stretch; 
    margin-top: 30px;
  }
  .step_box {
     display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.step_img{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
  .step_img_ttl {
    transform: translate(-50%, -50%);
  }
  .step_num {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .step_ttl {
    font-size: 2.2rem;
  }
  .step_txt {
  flex-grow: 0;
  padding: 10px 10px 30px 10px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  }
.reborn {
    padding-top: 70px;
}
}
@media screen and (max-width: 768px) {
.step_ttl {
  font-size: 2rem;
}
.features_txt {
  text-align: left;
}
}


/* type */
.type {
  background-image: url(../img/type_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.type_wrap {
  margin-top: 50px;
  justify-content: space-between;
  gap: 24px;
}
.type_box {
  padding: 55px 40px 35px 40px;
  border-radius: 24px;
  width: 50%;
  background-color: #fff;
}
.type_ttl {
  position: relative;
  padding-left: 35px;
}
.type_ttl::before {
  position: absolute;
  content: '';
  background-image: url(../img/harb.png);
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.type_box li {
  position: relative;
  padding-left: 20px;
}
.type_box li::before {
  position: absolute;
  content: '';
  background-image: url(../img/check2.png);
  background-repeat: no-repeat;
  left: 0;
  top: 11px;
  width: 100%;
  height: 100%;
}
.sita img {
  width: fit-content;
  margin: 50px auto 0;
}
.select {
  padding: 35px 0;
  margin: 20px auto 170px auto;
}
.select_ttl {
  text-align: center;
  font-size: 2.9rem;
  margin-bottom: 20px;
  color: #0d5539;
}
.select_box_wrap {
  gap: 24px;
}
.select_box {
  width: 33.3333%;   
  background-color: #fff;
}
.slect_img {
  position: relative;
}
.select_img_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  width: 90%;
  word-break: keep-all;
}
.select_box_ttl1 ,.select_box_ttl2 ,.select_box_ttl3 {
  font-size: 2.9rem;
  color: #fff;
}
.select_box_txt {
  padding: 20px; 
  flex: 1;
}
@media screen and (min-width: 1260px) {
.type_br {
  display: none;
}
}
@media screen and (max-width: 1480px) {
.type_ttl ,.select_ttl ,.select_box_ttl1 ,.select_box_ttl2 ,.select_box_ttl3 {
  font-size: 2.4rem;
}
}
@media screen and (max-width: 1260px) {
.type_br {
  display: block;
}
.select_box_wrap {
    gap: 15px;
}
}
@media screen and (max-width: 1026px) {
  .type_wrap {display: block;
  }
.type_ttl ,.select_ttl ,.select_box_ttl1 ,.select_box_ttl2 ,.select_box_ttl3 {
  font-size: 2.2rem;
}
.type_box {
  max-width: 650px;
  width: 100%;
  padding: 35px 30px 25px 30px;
  margin: 0 auto;
}
.type_box:first-child {
  margin-bottom: 15px;
}
.type_box ul {
  width: fit-content;
  margin: 0 auto;
}
.select {
  padding: 35px 15px 35px 15px;
}
.select_box_wrap {
    display: block;
}
.select_box {
  width: 100%;
  background-color: transparent;
}
.select_img_img img {
    margin: 0 auto;
}
.select_box_txt {        
  padding: 10px 0 20px 0;
  width: fit-content;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.type_ttl ,.select_ttl ,.select_box_ttl1 ,.select_box_ttl2 ,.select_box_ttl3 {
  font-size: 2rem;
  margin: 0 auto 20px;
}
}



/* price */
.price {
  background-image: url(../img/price_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.price_link {
  background-color: #faf9f4;
}
.price .section_content ,.price_link .section_content ,.type .section_content {
  padding: 75px 0;
}
.price_link {
  background-image: url(../img/pricelink_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.menu {
  width: fit-content;
  max-width: 600px;
  margin: 60px  auto 0 auto;
}
.menu li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
}
.item {
  margin-right: 20px;
  font-size: 2.9rem;
}
.line {
  position: relative;
  flex: 1 1 auto;
  margin-right: 20px;
}
.line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #383b3a;
  transform: translateY(-50%);
}
.menu_price {
  font-size: 3.6rem;
}
.small-text {
  font-size: 1.8rem;
}
.note {
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
  padding-left: 20px;
}
.price_img {
  align-items: center;
  gap: 30px;
  margin-top: 85px;
}
.price_note {
  text-align: center;
  margin-top: 50px;
}

.link_bnr {
  position: relative;
  background-color: #fff;    max-width: 650px;
  margin: 60px auto 90px auto;
  padding: 75px 85px;
}
.link_bnr::before {
  position: absolute;
  content: '';
  background-image: url(../img/link_border.png);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.link_bnr p {
  text-align: center;
  font-size: 2.1rem;
}
.button {
  margin-top: 30px;
}
.button a {
    background: #0d5539;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #f8edeb;
    color: #383b3a;
    opacity: 1;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #383b3a;
}
@media screen and (max-width: 1480px) {
.price {
  background-size: 50%;
}
.item {
    font-size: 2.4rem;
}
.menu_price {
    font-size: 2.9rem;
}
.link_bnr p {
    font-size: 1.9rem;
}
}

@media screen and (max-width: 1026px) {
.price {
  background-position: right top;
}
.price .section_content {
  padding: 70px 0;
}
.item {
  font-size: 2.2rem;
}
.menu_price {
  font-size: 2.7rem;
}
.link_bnr {
  max-width: 450px;
  width: 100%;
    margin: 40px auto 70px auto;
    padding: 50px 60px;
}
.link_bnr p {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 768px) {
  .price {
    background-position-y: 8%;
}
.menu {
  margin: 30px auto 0 auto;
}
.menu li {
  margin-bottom: 20px;
}
.item {
  font-size: 1.6rem;
  margin-right: 5px;
}
.line {
    margin-right: 5px;
}
.menu_price {
    font-size: 1.6rem;
}
.small-text {
  font-size: 1.4rem;
}
.note {
  text-align: left;
  width: fit-content;
  margin: 15px auto 0 auto;
}
.price_img {
    margin-top: 55px;
    gap: 15px;
}
.link_bnr {
    margin: 40px auto 40px auto;
}
}
/* FAQ */
.faq {
  background-image: url(../img/faq_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0;
}
.faq .section_content_in {
  position: relative;
  background-color: #fff;
  padding: 35px 130px 80px 130px;
}
.faq .section_content_in::before {
  position: absolute;
  content: '';
  background-image: url(../img/faq_border.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.faq .ttl {
  margin-bottom: 20px;
}
.faq dt {
  position: relative;
  padding: 40px 0 15px 40px;
  color: #0d7d49;
  font-size: 2.1rem;
  font-weight: 700;
}
.faq dt::before {
  position: absolute;
  content: 'Q';
  bottom: 15px;
  left: 0;
  color: #0d7d49;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq dd {
  position: relative;
  padding: 0 0 35px 40px;
  border-bottom: 1px solid #c9c5b3;
  font-weight: 500;
}
.faq dd::before {
  position: absolute;
  content: 'A';
  top: -4px;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 1480px) {
  .faq {
    padding: 180px 0;
}
.faq .section_content_in {
    padding: 35px 100px 70px 100px;
}
.faq dt {
    font-size: 1.9rem;
}
}
@media screen and (max-width: 1260px) {
    .faq {
      padding: 100px 0;
    }
    .faq .section_content_in {
        padding: 35px 50px 50px 50px;
    }
    .faq dt {
    padding: 20px 0 15px 40px;
    }
    .faq dd {
    padding: 0 0 25px 40px;
    }
}
@media screen and (max-width: 1026px) {
    .faq {
        padding: 70px 0;
    }
.faq dt {
    font-size: 1.7rem;
}
}
@media screen and (max-width: 768px) {
  .faq {
    background-position: center;
    
}
.faq .section_content_in {
  padding: 35px 10px 30px 10px;
}
.faq dt {
    padding: 10px 0 10px 25px;
}
.faq dt::before {
    bottom: 10px;
    font-size: 2.2rem;
}
.faq dd {
    padding: 0 0 15px 30px;
}
.faq dd::before {
    font-size: 2.2rem;
}
}



/* salon */
.salon .section_content_in {
    padding: 100px 0 130px 0;
}
.salon_search{
  max-width: 600px;
  margin: 0 auto 20px 10px;
}
.salon_search select {
    padding: 15px;
    border: 3px solid #0d5539;
}
.counter {
    font-size: 2rem;
    margin-bottom: 12px;
    margin-left: 10px;
    text-decoration: underline;
}
.counter span {
  font-size: 2.4rem;
  color: #c79967;
}
.salon_list {
  display: flex;
  flex-wrap: wrap;
}
.salon_list_box {
    width: calc(50% - 20px);
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 25px rgb(0 0 0 / 6%);
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
}
.salon_name {
  position: relative;
  font-size: 2.3rem;
  padding: 10px 8px 4px;
}
.salon_name::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0d5539;
}
.salon_adderess {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.salon_adderess_1 {
    margin-right: 10px;
    line-height: 1.5;
}
.salon_adderess_2 a {
  display: block;
  padding: 3px 7px;
  font-family: 'Ruluko', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #0d5539;
  border: 2px solid #0d5539;
  border-radius: 4px;
}
.salon_tel {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.salon_link {
  padding: 10px 15px 0 15px;
}
.salon_link ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -5px;
}
.salon_link li {
    margin: 5px;
}
.salon_link a {
    position: relative;
    display: block;
    width: 85px;
    padding: 10px 0;
    font-family: 'Ruluko', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0d5539;
    border-radius: 8px;
}
@media screen and (max-width: 1026px) {
.salon_list_box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    font-size: 1.6rem;
  }
.salon_name {
  font-size: 1.9rem;
}
  .salon_adderess {
    padding: 10px;
}
  .salon_tel {
    padding: 10px;
}
  .salon_link {
    padding: 10px 0 0 0;
}
.salon_link a {
    width: 80px;
    font-size: 1.1rem;
}
.salon_link li {
    margin: 3px;
}
}
@media screen and (max-width: 768px) {
.salon_search {
    margin: 0 auto 10px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.salon_search select {
    padding: 8px;
}
.salon .section_content_in {
    padding: 50px 0 0px 0;
}
  .count  {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.counter {
    font-size: 1.8rem;
    margin-left: 0;
}
.salon_list {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.salon_list_box {
    width: 100%;
    margin: 0 0 10px 0;
} 
.salon_name {
    padding: 10px 0 4px;
}
.salon_adderess {
    padding: 10px 0;
}
.salon_tel {
    padding: 10px 0;
}
.salon_link a {
    width: 75px;
    font-size: 1rem;
}
}



/* footer */
footer {
  text-align: right;
  border-top: 1px solid #000;
  padding: 65px 10px 35px 0;
}
.foot_logo {
  width: fit-content;
  margin: 0 0 0 auto;
}
.foot_nav {
width: fit-content;
margin: 20px 0 60px auto;
font-size: 1.5rem;
}
.foot_nav li {
  position: relative;
  margin-left: 40px;
}
.foot_nav li:first-child {
  margin-left: 0;
}
.foot_nav li::after {
  content: '';
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 80%;
  background: #383b3a;
  border-radius: 3px;
  transform: rotate(25deg);
}
.foot_nav li:last-child::after {
  content: none;
}

@media screen and (max-width: 1480px) {
footer {
    text-align: right;
    border-top: 1px solid #000;
    padding: 45px 10px 15px 0;
}
.foot_nav {
    margin: 15px 0 40px auto;
}
}

@media screen and (max-width: 1260px) {
.foot_nav li {
  margin-left: 15px;

}.foot_nav li::after {
    right: -8px;
}
}
@media screen and (max-width: 1026px) {
    .foot_nav {
      display: none;
    }
.foot_nav li::after {
  content: none;
}
.foot_nav li::after {
    right: -10px;
}
footer {
    text-align: left;
}
.foot_logo {
    width: auto;
}
}
@media screen and (max-width: 768px) {
  .foot_logo {
    width: 80px;
    margin: 0;
}
}
/* contact */
.contact {
  text-align: left;
  padding: 80px 0;
}
.note_ttl {
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: 700;
}
.dounyu_list {
  border: 1px solid #0d5539;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1000px;
  margin: 40px auto 20px auto;
}
.dounyu_ttl {
  background-color: #0d5539;
  color: #fff;
  padding: 10px;
  font-size: 2.1rem;
}
.dounyu_list ul {
  text-align: left;
  padding: 20px;
}
.dounyu_list li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
}
@media screen and (max-width: 1480px) {
.note_ttl {
  font-size: 2.2rem;
}
}
@media screen and (max-width: 1026px) {
.note_ttl {
  font-size: 2rem;
}
}
@media screen and (max-width: 768px) {
.note_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
}




/*  FORM  */
form {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 55px;
}

input, select, textarea {
  display: block;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #aaa;
}
input[type="text"], input[type="password"], input[type="date"], input[type="email"], textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  margin-left: 2px;
  margin-right: 0.5em;
}
input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  cursor: hand;
  width: 100%;
  height: 100%;
  font-weight: bold;
  letter-spacing: 1.5rem;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
}
.wpcf7-free-text{
  margin-top: 16px;
}
.wpcf7-spinner{
  display: none !important;
}
.center{
  text-align: center;
}
dl,
dt,
dd {
  box-sizing: border-box;
}
.contact_form dl {
  border-right: 1px solid #cfc6ba;
  border-bottom: 1px solid #cfc6ba;
  border-left: 1px solid #cfc6ba;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 20px;
font-weight: bold;
font-size: 1.6rem;
  border-top: 1px solid #cfc6ba;
}
.contact_form dd {
padding: 20px;
border-top: 1px solid #cfc6ba;
border-left: 1px solid #cfc6ba;
}
.wpcf7-form-control {
  text-align: left;
}
.wpcf7-list-item {
  display: block !important;
}
.wpcf7-acceptance{
  text-align: center;
}
.wpcf7-response-output{
  text-align: center;
}
.hissu {
  display: inline-block;
  padding: 0 4px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #d96d25;
  border: 1px solid #d96d25;
  border-radius: 5px;
}
.contact_address_in1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.8em;
}
.contact_address_txt {
  margin-right: 0.5em;
    font-size: 1.4rem;
}
.contact_address_in1 input {
  width: 100px;
  margin-right: 0.5em;
}
.contact_address_in1 span {
  margin-right: 0.5em;
}
.foot_note {
  position: relative;
  font-size: 1.4rem;
  width: 100%;
  padding: 0.5em;
}
.foot_note:hover {
  color: #5f89c7;
}
.foot_note::after {
  position: absolute;
  content: "";
  border: 1px solid #5f89c7;
  bottom: 0;
  left: 0;
  width: 35%;
}
.contact_address_in2, .contact_address_in3 {
  margin-top: 10px;
}
textarea {
  width: 100%;
  height: 250px;
}
.privacy_box {
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
  margin-top: 3em;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #cfc6ba;
  }
  .privacy_box h3 {
  margin-bottom: 1em;
  text-align: center;
  }
  .privacy_box::-webkit-scrollbar {
  width: 8px;
  background: #eee;
  }
  .privacy_box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
  }
  .privacy_ttl {
  margin-top: 2em;
  margin-bottom: 5px;
  font-weight: 500;
  }
  .privacy_check {
  margin: 2em 0;
  text-align: center;
  }
.contact_naiyou_in1 {
margin-bottom: 1em;
}
.contact_submit {
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
height: 65px;
border-radius: 24px;
margin: 3em auto 0;
width: 240px;
font-size: 1.8rem;
background-color: #000;
}
.contact_submit:hover {
  opacity: 0.6;
}

@media print, (min-width:768px) {
	.contact01_txt {
	font-size: 1.8rem;
	line-height: 2;
	}
	.contact_form dl {
	display: flex;
	}
	.contact_form dt {
	width: 300px;
	}
	.contact_form dd {
	width: calc(100% - 300px);
	}
	.contact_address_in1 .note a:hover {
	color: #fff;
	background-color: #aaa;
	}
	.privacy_check {
	font-size: 1.8rem;
	}
}

@media print, (max-width:1024px) {
  form {
    width: 100%;
    max-width: 700px;
  }
}

@media print, (max-width:768px) {
  .form_ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_txt {
    text-align: left;
}
  form {
    width: 100%;
  }
	.contact_form dl {
    margin-bottom: 10px;
	}
	.contact_form dt {
	padding: 10px;
	}
	.contact_form dd {
	padding: 10px;
  border-left: none;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.privacy_box h3 {
	font-size: 1.5rem;
	}
	.privacy_check {
	margin-top: 2em;
	}
	.contact_submit {
	margin-top: 4em;
  width: 250px;
  height: 45px;
  font-size: inherit;
	}
	
}





/*ハンバーガーメニュー*/
.sp_menulogo {
  display: none;
}
@media (max-width:1260px) {
  html.active .sp_menulogo {
    display: block;
    width: 100px;
    margin: 0 auto 30px;
  }
	.head_nav {
		display: none;
	}
  .head_nav_in ul {
    display: block;
    max-width: 300px;
    margin: auto;
  }
	html.active .nav {
    background-color: #fff;
    display: block;
    flex-wrap: wrap;
    position: absolute;
    width: 70%;
    height: 100vh;
    max-width: 400px;
    top: 0;
    right: 0;
    left: auto;
    margin: auto;
    padding: 50px 0;
    text-align: left;
    box-shadow: -6px 6px 14px 0px rgba(0, 0, 0, 0.45);
	}
	html.active .nav ul li {
		width: 100%;
		padding: 0;
    margin-left: 0;
    border-bottom: 1px solid #383b3a;
	}
  html.active .nav ul li:last-child {
    border-bottom: none;
  }
	html.active .nav ul li a {
    display: block;
    color: #383b3a;
    padding: 20px 40px;
	}
	html.active .nav ul li a::before {
		top: 14px;
		margin: auto;
	}
	html.active .nav ul li:not(:last-of-type)::before {
		display: none;
	}
  .nav_contact img{
    margin: 0 auto;
  }
	.toggle {
		z-index: 99999;
		cursor: pointer;
		position: fixed;
		display: block;
		width: 60px;
		height: 70px;
		top: 10px;
		right: 10px;
		background-color: #fff;
		border-radius: 5px;
	}
	.toggle::before {
		position: absolute;
		content: "MENU";
		bottom: 5px;
		right: 0;
		left: 0;
		margin: auto;
		font-weight: normal;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1;
		color: #383b3a;
	}
	.toggle span {
		display: block;
		position: absolute;
		width: calc(100% - 25px);
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		border-style: solid;
		border-color: #383b3a;
		border-width: 0 0 1px 0;
		transition: .35s ease-in-out;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
	}
	.toggle span:nth-child(2) {
		top: 27px;
	}
	.toggle span:nth-child(3) {
		top: 40px;
	}
	.toggle:hover span {
		border-color: #0d5539;
	}
	.toggle:hover::before {
		color: #0d5539;
	}
	html.active .toggle {
		z-index: 99999;
	}
	html.active .toggle span:nth-child(1) {
		top: 28px;
		transform: rotate(-45deg);
	}
	html.active .toggle span:nth-child(2), html.active .toggle span:nth-child(3) {
		top: 28px;
		transform: rotate(45deg);
	}

	html.active {
		overflow: hidden;
		}
		html.active .body_wrap {
		position: relative;
		}
		html.active header {
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9999;
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;
		line-height: 1;
		background-color: #fff;
		}
		html.active header {
		z-index: 999;
		display: block;
		position: fixed;
		animation-name: spmenu;
		animation-duration: 0.5s;
		}
		.nav-in1 a::before {
			margin: 0;
		}
		@keyframes header {
			0% {
			opacity: 0;
			}
		}
}


@media (max-width:767px) {
	.toggle {
		top: 10px;
	}
}





/*  ページトップ  */
.page-top {
	position: fixed;
	right: 33px;
	bottom: 15px;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50%;
	transition: 0.3s bottom 0s ease;
	z-index: 50;
	cursor: pointer;
}
.page-top a {
	display: flex;
	position: relative;
	justify-content: center;
	transition: opacity .6s ease;
	color: #fff;
	align-items: center;
	text-decoration: none;
	font-size: 32px;
	border-radius: 100%;
}
.page-top-icon {
	position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page-top-icon::before,
.page-top-icon::after {
	content: "";
	position: absolute;
	top: 45px;
	width: 18px;
	height: 5px;
  background-color: #fff;
}
.page-top-icon::before {
	left: 36px;
	transform: rotate(-45deg);
}

.page-top-icon::after {
	right: 36px;
	transform: rotate(45deg);
}

#page-top a:hover {
	opacity: .5;
}

@media screen and (max-width: 1480px) {
.page-top {
    right: 13px;
    width: 90px;
    height: 90px;
}
.page-top-icon::before {
    left: 31px;
}
.page-top-icon::after {
    right: 31px;
}
}
@media screen and (max-width: 1260px) {
.page-top {
    width: 70px;
    height: 70px;
}
.page-top-icon::before, .page-top-icon::after {
top: 30px;
}
.page-top-icon::before {
    left: 21px;
}
.page-top-icon::after {
    right: 21px;
}
}
@media screen and (max-width: 990px) {
	.page-top {
		right: 40px;
	  width: 70px;
	  height: 70px;
	  bottom: 20px;
	}
	.page-top-icon::before,
	.page-top-icon::after {
		top: 30px;
		width: 15px;
	}
	.page-top-icon::before {
		left: 24px;
	}
	.page-top-icon::after {
		right: 23px;
	}
}
@media screen and (max-width:767px) {

  
	#page-top a {
	width: auto;
	height: auto;
	}
	.page-top {
	height: 60px;
	width: 60px;
	margin-bottom: -10px;
		right: 28px;
		bottom: 20px;
	}
	.page-top-icon::before,
	.page-top-icon::after {
		top: 28px;
		width: 15px;
	}
	.page-top-icon::before {
	left: 19px;
	}
	.page-top-icon::after {
		right: 19px;
	}
}


.back_btn {
  display: block;
  height: 65px;
  border-radius: 24px;
  margin: 3em auto 0;
  width: 240px;
  font-size: 2.1rem;
  line-height: 65px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:768px) {
  .back_btn {
  margin: 2em auto 0;
  }
}
.pc-none{
  display: none;
}
@media screen and (max-width:1100px){
  .pc-none{
    display: block;
  }
}