@charset "UTF-8";
body {
  background-color: #FBFAF3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width : 100%;
  position: relative;
  text-align: center;
  color: #3B3938;
}

.body-inner {
  padding-top: 25px;
  text-align: center;
  margin: 0 auto;
  width:  100%;
}

@media (min-width: 445px) {
  body {
    max-width: 3000px;
    position: relative;
    text-align: center;
  }
  .body-inner {
    max-width: 440px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); 
  }
  
}

@media (max-width: 440px) {
.body {
  width: 100%;
  max-width: 100%;
}

  .body-inner {
    width: 100%;
    max-width: 100%;
  }
}

img {
  max-width: 100%;
}

.section-inner {
  margin: 0 15px;
  text-align: center;
}

/* フォント */
h1, h2, h3, h4, h5, p.tiny, p.x-small, p.small, p.regular, p.medium, p.large, p.x-large {
  line-height: 1.6;
}

h1 {
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}

h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}

h4 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

h5 {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

p.x-large {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

p.large {
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

p.medium {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

p.regular {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}

p.small {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}

p.x-small {
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
}

p.tiny {
  font-weight: 500;
  font-style: normal;
  font-size: 8px;
}

p.number-small {
  font-family: "futura-pt", sans-serif; 
  font-weight: 400;
  font-size: 32px;
}

p.number-medium {
  font-family: "futura-pt", sans-serif; 
  font-weight: 500;
  font-size: 42px;
  color: #FFF8CA;
}

p.number-large{
  font-family: "futura-pt", sans-serif; 
  font-weight: 600;
  font-size: 70px;
}

.bold {
  font-weight: 700;
}

.green {
  color: #589A4C;
}

.orange {
  color: #EB7F2C;
}

.white {
  color: #fff;
}
.gray {
  color: #a4a4a4;
}
/* アセット */
.web_reservation {
  max-width: 100%;
  text-align: center;
  margin: 64px auto 35px auto;
  position: relative;
  width: auto;
  height: auto;
  display: block;
  text-decoration: none;
}

.campaign .web_reservation {
  margin-top: 35px;
}

.green-border-wrap {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 216px;
  height: 22px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  align-content: center;
  border: solid 1px #589A4C;
  z-index: 10;
  max-width: 100%;
}

.green-wrap {
  width: 333px;
  height: 64px;
  text-align: center;
  align-content: center;
  background-color: #589A4C;
  border-radius: 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.tel_reservation {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: auto;
  display: block;
  text-decoration: none;
  max-width: 100%;
}

.orange-border-wrap {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 216px;
  height: 22px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  align-content: center;
  border: solid 1px #EB7F2C;
  z-index: 10;
  max-width: 100%;
}

.orange-wrap {
  width: 333px;
  height: 64px;
  text-align: center;
  align-content: center;
  background-color: #EB7F2C;
  border-radius: 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.cta-icon {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
max-width: 100%;
}

.cta_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  }

  .col {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    max-width: 100%;
  }

/* FV */
#fv {
  width: 100%;
  padding-top: 10px;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
.fv_check-list {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.fv_check-list li {
  width: auto;
  padding: 9px 9px 7px 9px;
  position: relative;
  background-color: #EEECDE;
  border-radius: 4px;
}

@media (max-width: 375px) {
  .fv_check-list li .x-large {
    font-size: 15px;
  }
}

.check-mark {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 9px;
}

.fv_check-list li {
  position: relative;
}

#fv .head-text {
  margin: 8px 0 6px;
  width: 100%;
}

.fv_pic {
  margin: 0;
  width: 100%;
}

#fv .sub-text {
  margin: 22px 0 28px;
}

.bg_text{
  position: absolute;
  bottom: 235px;
  left: 0px;
  right: -5px;
  z-index: -10;
  height: 64px;
}
/* campaign */
.campaign {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EB7F2C;
  width: 100%;
}

.campaign_box {
  padding: 35px 15px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.campaign_head_text {
  height: 53px;
  margin: 0 auto;
}

.keywords.small {
  width: 300px;
  margin: 22px auto;
}

.campaign_pic {
  margin: 0 auto;
  width: 333px;
}

.title_treatment {
  display: flex;
  width: 252px;
  justify-content: space-between;
  margin: 36px auto 20px auto;
}

.treatment_box {
  display: flex;
  justify-content: space-between;
  min-width: 300px;
  max-width: 333px;
  margin: 0 auto 9px auto;
  gap: 10px;
}

.treatment_box li {
  width: 162px;
  height: 43px;
  background-color: #EEECDE;
  align-content: center;
  border-radius: 8px;
}
.border {
  border-top: solid 1px #D8D7D2;
  width: 100%;
  max-width: 333px;
  margin: 25px auto 30px auto;
}

.price_box {
  display: flex;
  width: 100%;
  max-width: 333px;
  justify-content: space-between;
  margin: 0 auto;
}
.talk-bubble {
  background-image: url(../images/talk-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  align-content: center;
  text-align: center;
}

.price-detail {
  width: 214px;
  display: block;
  text-align: center;
}

.normal-price {
  width: 205px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}

.remove-line {
  position: absolute;
  bottom: 1px;
  right: 48px;
}

.double-border {
border-top: double 3px #EB7F2C;
width: 50px;
}

.block {
  display: block;
}

.cta-message {
  margin-top: 15px;
}

#trouble {
  padding: 60px 20px;
  text-align: center;
  margin: 0 auto;
  }

.dot-container {
  display: flex;
  gap: 14px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center; 
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #589A4C;
  border-radius: 50%;
}
.trouble-box {
  margin: 40px auto;
  display: block;
  width: 100%;
  max-width: 353px;
  margin-bottom: 60px;
}

.trouble-container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #D8D7D2;
  border-radius: 8px; 
  margin: 0 auto;
  margin-bottom: 20px;
  max-height: 150px;
  max-width: 100%;
}

.trouble-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  max-width: 100%;
}

.trouble-image img {
  height: 150px;
  max-width: 100%;
}

.trouble-content {
  padding: 20px;
  text-align: left;
  position: relative;
}

.trouble-line {
  border-top: solid 1px #D8D7D2;
  margin: 9px auto 9px;
  width: 136px;
}

.trouble-content .small {
  line-height: 1.6;
  letter-spacing: 0.6px;
  width: 137px;
  margin: 0 auto;
}

.trouble-icon {
  position: absolute;
  top: 16px;
  right: 40px;
}

.trouble_attention {
  position: relative;
  background-color: #EEECDE;
  border-radius: 8px;
  padding: 26px 20px 7px 20px;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 313px;
}

.trouble_attention .col {
  width: 256px;
  align-items: center;
  max-width: 100%;
}

.trouble_attention .border {
margin: 20px auto 25px;
width: 313px;
max-width: 100%;
}

.col.start {
  justify-content: start;
  width: 100%;
  margin-bottom: 26px;
}

.col.start img {
  margin-right: 12px;
  width: 17px;
}

.col.start .x-large {
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.08rem;
}

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

#trouble .col-content img {
  width: 110px;
}

.col-content .large {
  margin-top: 15px;
}

.divider{
  width: 342px;
  margin: 43px auto 25px;
}

.narrow-section-inner {
  width: 100%;
  max-width: 353px;
  margin: 0 auto;
  text-align: center;
}

.square_pic {
  max-width: 100%;
  width: 172px;
}

.highlight {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.highlight::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 50%;
  background-color: #FFF4A5;
  z-index: -1; 
}

.trouble_ex {
  max-width: 100%;
  background-color: #FFFFFF;
  border: solid 1px #D8D7D2;
  border-radius: 12px;
  padding: 32px 20px 16px;
  margin: 0 auto;
}

.trouble_ex_pic {
  max-width: 313px;
  width: 100%;
  gap: 13px;
  margin: 35px auto;
  align-items: start;
}

.trouble_ex_pic img {
  width: 150px;
}

.trouble_ex_pic p {
  line-height: 1.6;
  margin: 15px auto -15px;
}

#reasons {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0px 40px;
  background-color: #FFFFFF;
  border-top: solid 1px #D8D7D2;
}

#reasons .border {
width: 100%;
max-width: 353px;
margin: 25px auto 20px;
}

.reason-container {
  align-items: start;
  justify-content: flex-start;
}

.reason-container p {
background-color: #EEECDE;
width: 64px;
height: 24px;
border-radius: 12px;
align-content: center;
margin-right: 19px;
}


.reason-container h5 {
  width: 270px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05rem;
} 

.round-bg {
  background-color: #FFFFFF;
  border-bottom: solid 1px #D8D7D2;
  padding-top: 95px;
  background-image: url(../images/round-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 33px;
}

.round-bg h5 {
  display: inline-block;
  background-color: #FFF4A5;
  width: auto;
  margin-bottom: 9px;
  padding: 0.2em 0.5em;;
}

#steps {
  padding: 60px 20px 40px 20px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
}

.step-container {
  background-color: #FFFFFF;
  border: #589A4C solid 1px;
  border-radius: 12px;
  position: relative;
  padding: 40px 20px 30px 20px;
  max-width: 313px;
  margin: 0 auto 20px;
}

.step-icon {
  position: absolute;
  top: 0px;
  left: 20px;
}

.step-pic {
  width: 313px;
}


.step-container .large {
  text-align: left;
  margin-bottom: 40px;
}

.step-container h2 {
  margin-bottom: 25px;
}

.step-container .title_treatment {
  justify-content: space-between;
  margin: 30px auto 0px;
  width: 100%;
  align-items: center;
}

.step-container .border {
  max-width: 100%;
  margin: 20px auto;
}

#beforeafter {
  padding: 60px 20px 28px 20px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
  background-color: #EEECDE;
}

.bfat {
  margin-bottom: 30px;
}

#four-reasons {
  padding: 60px 0px 40px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
  border-top: solid 1px #D8D7D2;
  border-bottom: solid 1px #D8D7D2;
  background-color: #FFFFFF;
}

.four-reasons-pic {
  max-width: 100%;
  width: 383px;
}

.four-reasons-container {
  text-align: left;
  max-width: 383px;
  margin-left: 0;
  margin-bottom: 20px;
}

.four-reasons-container h4, .four-reasons-container p {
  padding: 20px 0 0 20px;
  max-width: 343px;
}

#reasons_chosen {
  padding: 60px 0px 36px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
}

.reasons_chosen_container {
  padding: 32px 20px;
  background-color: #EEECDE;
  border-radius: 8px;
  margin-bottom: 24px;
}

.white-bg {
  background-color: #FBFAF3;
  width: 140px;
  height: 30px;
  text-align: center;
  align-content: center;
  margin: 0 auto 24px auto;
  border-radius: 18px;
}

.reasons_chosen_pic {
  margin: 19px auto;
}

.reasons_chosen_container .large {
text-align: left;
line-height: 1.8;
letter-spacing: 0.05rem;
}

#review {
  padding: 60px 0px 40px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
  background-color: #EEECDE;
}

.review-text {
  margin-bottom: 27px;
}

.review-content {
  margin-bottom: 20px;
  max-width: 353px;
}

#flow {
  padding: 60px 0px 30px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center; 
}

.flow-container {
  padding: 30px 20px 45px 20px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.10);
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
}

.flow-container h3 {
  margin: 18px auto;
}

.flow-container p {
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-top: 15px;
  text-align: left;
}

.flow-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}

#access {
  background-color: #EEECDE;
  padding: 60px 0px 45px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #D8D7D2;
  border-bottom: solid 1px #D8D7D2;
}

.google-map {
  width: 100%;
  height: 252px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.access-text {
  text-align: left;
}

.access-border {
  border-top: 1px solid #D8D7D2;
  max-width: 100%;
  margin: 15px auto;
}

#faq {
  padding: 60px 0px 43px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.faq-container {
  max-width: 353px;
  margin: 0 auto;
  border: 1px solid #D8D7D2;
  border-radius: 12px;
  margin-bottom: 16px;
  background-color: #fff;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
}

.faq-col {
  display: flex;
}

.faq-toggle {
  align-content: center;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question img {
  width: 20px;
  margin-right: 10px;
}

.faq-toggle img {
  width: 16px;
  height: 16px;
}

.faq-answer {
  display: none;
  padding: 0 20px 25px 50px;
}

.faq-answer p {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}

#footer {
  background-color: #3B3938;
  text-align: center;
  align-content: center;
  padding: 24px 0 80px 0;
  margin: 0 auto;
  max-width: 100%;
  color: #ffffff;
}

#footer p {
  font-weight: 400;
}

.footer-button {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: #589A4C;
}

@media (min-width: 445px) {
  .footer-button {
    max-width: 440px;
  }
}

.footer-cta-pc {
  left: 0;
  z-index: 100;
  width: 101%;
  background-image: url(../images/footer\ cta\ pc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-cta-tel {
  right: 0;
  z-index: 100;
  width: 101%;
  background-image: url(../images/footer\ cta\ tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}