@charset "utf-8";

/* ===========
  common
  ============ */

body {
  font-family: "Sawarabi Mincho";
  background: #fff;
  color: #444;
  font-size: 22px;
  line-height: 1.24;
}

@media screen and (max-width:720px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}

.wrapper {
  display: block;
  margin: auto;
  width: 1280px;
  max-width: 100%;
  overflow: hidden;
}

section {
  padding: 80px 0;
  color: #444;
}

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

  section {
    padding: 40px 0;
  }
}

a {
  color: #666;
  text-decoration: none;
  transition: .4s !important;
}

a:hover {
  opacity: 0.64;
}

p {
  line-height: 1.6;
}

h3 {
  font-size: 40px;
}

@media screen and (max-width:720px) {
  h3 {
    font-size: 24px;
  }
}

.btn {
  display: block;
  width: 300px;
  max-width: 80%;
  height: 64px;
  margin: auto;
  line-height: 64px;
  color: #fff;
  background: #E9691C;
  border-radius: 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn:hover {
  background: unset;
  border: 1px solid #fff;
  opcity: 1;
}

@media screen and (max-width:720px) {
  .btn {
    scale: 80%;
  }
}

/* scroll_up ｜下から上へ出現 */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* scroll_left ｜左から出現 */
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

/* scroll_right ｜右から出現 */
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  transform: translateX(0);
}



/* ===========
  first view
  ============ */
#fv {
  display: block;
  position: relative;
  width: 100%;
  height: 900px;
  background: url(https://iyashihonpo-group.com/tokyo/wp-content/themes/child/lp/image/tokyo-10/fv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 80%;
  height: 70vh;
  text-align: center;
  color: #fff;
}

#fv h1 {
  font-family: "Hannari";
  font-size: 80px;
  letter-spacing: -16px;
  font-feature-settings: "palt";
  margin: 0;
}

#fv h1 span {
  font-family: "Sawarabi Mincho";
  font-size: 0.9em;
  letter-spacing: 8px;
}

#fv .box {
  margin: 40px 0;
  border: 1px solid #fff;
  padding: 24px 32px 22px;
  font-size: 40px;
  letter-spacing: 1px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

#fv .box span {
  vertical-align: middle;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  position: relative;
  top: -4px;
}

#fv h2 {
  margin: 0;
  font-size: 40px;
}

#fv .sub-copy {
  margin: 24px 0 0;
  font-size: 18px;
}

#fv .btn {
  margin: 48px auto;
}

@media screen and (max-width:720px) {
  #fv {
    height: 667px;
  }

  .fv__inner {
    width: 96%;
  }

  #fv h1 {
    font-size: 2.8rem;
    letter-spacing: -8px;
  }

  #fv h1 span {
    letter-spacing: 2px;
  }

  #fv .box {
    margin: 24px 0;
    padding: 16px 8px 16px 16px;
    font-size: 1.4rem;
  }

  #fv h2 {
    font-size: 1.16rem;
  }

  #fv .sub-copy {
    font-size: 01rem;
  }
}


/* ===========
  reason
  ============ */

#reason {
  background: url(https://iyashihonpo-group.com/tokyo/wp-content/themes/child/lp/image/tokyo-10/bg_reason.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#reason .font__en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 80px;
}

.reason__txt {
  position: relative;
}

.reason__txt .font__en {
  position: absolute;
}

.reason__txt .dl {
  position: absolute;
  z-index: 1;
}

.reason__txt dt {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  color: #617F27;
}

.reason__txt dt span {
  font-size: 2.4rem;
}

.reason__txt dt span::after {
  display: inline-block;
  position: relative;
  top: -12px;
  margin: 0 16px;
  content: "";
  width: 48px;
  height: 1px;
  background: #617F27;
}

.reason__txt dd {
  padding-left: 56px;
}

@media screen and (max-width:720px) {
  #reason .font__en {
    font-size: 64px;
  }

  .reason__txt dt {
    margin: 0;
  }
}


/* ===========
  price
  ============ */

#price {
  position: relative;
  background: transparent linear-gradient(180deg, #4A601D 0%, #28340E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

#price h4 {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 8px;
  translate: -50% 0;
  z-index: 1;
  margin: -24px auto;
  padding: 16px 24px;
  color: #2a3e46;
  background: #E8ECED;
  white-space: nowrap;
}

#price h4 span {
  position: relative;
  top: -4px;
  left: 4px;
}

#price img {
  margin: 0 0 8px;
  width: 100%;
}

@media screen and (max-width:720px) {
  #price h4 {
    padding: 4px 8px;
    top: 4px;
  }

  #price h4 span {
    top: -1px;
    left: 1px;
  }
}

/* ===========
  therapist
  ============ */

#therapist {
  padding: 120px 0;
  background: url(https://iyashihonpo-group.com/tokyo/wp-content/themes/child/lp/image/tokyo-10/bg_therapist.png);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}

#therapist p span {
  padding: 0 4px;
  background: rgba(255, 255, 255, 0.64);
}

@media screen and (max-width:720px) {
  #therapist {
    padding: 80px 0;
  }
}

/* ===========
  menu
  ============ */
#menu {
  background: #E8ECED;
}

#menu h3::after {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background: #444;
  margin: 24px auto;
}

.menu__list a {
  position: relative;
  z-index: 9;
}

.menu__list a:hover {
  opacity: 0.8;
  scale: 0.98;
}

.menu__list .flex {
  justify-content: space-between;
  margin: 24px 0;
  color: #fff;
  background: #617F27;
  border-radius: 8px;
}

.menu__list .flex__img {
  flex-basis: 50%;
  padding: 24px;
}

.menu__list .flex__img img {
  border-radius: 5.6px;
}

.menu__list .flex__txt {
  flex-basis: 50%;
  padding: 24px;
  text-align: center;
}

@media screen and (max-width:720px) {
  .menu__list .flex {
    flex-direction: column-reverse;
  }

  .menu__list .flex__img {
    padding: 0 8px 8px;
    width: 100%;
  }

  .menu__list .flex__img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}


/* ===========
  review
  ============ */

#review {
  background-image: radial-gradient(circle 2px, #E8ECED 100%, transparent 100%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
  background-color: #fff;
}

#review dl {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
  margin: 0 0 24px;
  color: #666;
}

#review dl:last-child {
  margin: 0;
}

#review .flex dt {
  padding: 24px 0 24px 24px;
  flex-basis: 16%;
}

#review .flex dt img {
  border-radius: 100%;
}

#review .flex dd {
  position: relative;
  padding: 24px;
  flex-basis: 84%;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width:720px) {
  #review img {
    width: 80px;
  }

  #review .flex {
    flex-direction: column;
    position: relative;
    padding: 40px 8px 8px;
    margin: 24px 0 40px;
  }

  #review .flex dt {
    padding: 0;
    position: absolute;
    top: -24px;
  }

  #review .flex dt img {
    border: 4px solid #fff;
    box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.16);
  }

  #review .flex dd {
    font-size: 0.8rem;
  }
}




/* ===========
  faq
  ============ */

#faq {
  background: url(https://iyashihonpo-group.com/tokyo/wp-content/themes/child/lp/image/tokyo-10/bg_faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faq__inner {
  background: rgba(255, 255, 255, 0.64);
  padding: 80px;
}

.accordion-container {
  margin-top: 64px;
}

.accordion {
  margin: 8px 0 0;
  overflow: hidden;
}

.accordion-header {
  position: relative;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #617F27;
  transition: .3s;
}

.accordion-header:hover {
  background: #fff;
  opacity: 0.8;
  letter-spacing: 1px;
}

.accordion-header .accordion-text {
  flex-basis: 92%;
  color: #617F27;
}

.accordion-header .accordion-icon {
  flex-basis: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  scale: 60%;
}

.accordion-header .accordion-icon::before,
.accordion-header .accordion-icon::after {
  content: '';
  position: absolute;
  background-color: #617F27;
}

.accordion-header.open .accordion-icon::after {
  display: none;
}

.accordion-header .accordion-icon::before {
  width: 16px;
  height: 2px;
}

.accordion-header .accordion-icon::after {
  width: 2px;
  height: 16px;
}

.accordion-content {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.3s ease-out; */
  opacity: 0;
}

.accordion-content.open {
  padding: 10px;
  max-height: 500px;
  /* transition: max-height 0.3s ease-in;*/
  opacity: 1;
  transition: .8s;
}

@media screen and (max-width:720px) {
  .faq__inner {
    padding: 40px 24px;
  }

  .accordion-container {
    margin-top: 24px;
  }
}


/* ===========
  cta
  ============ */
#cta {
  background: #2a3e46;
  color: #fff;
}

#cta h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

#cta h3::before,
#cta h3::after {
  content: "";
  flex-basis: 36%;
  height: 1px;
  width: 90%;
  background: #fff;
}

#cta h3::before {
  margin-right: 24px;
}

#cta h3::after {
  margin-left: 24px;
}

#cta .flex__txt {
  justify-content: space-around;
}

#cta .flex__txt-item {
  flex-basis: 50%;
  margin: 24px 0;

}

#cta .flex__txt-item:first-child {
  border-right: 1px solid #fff;
}

#cta .flex__txt-item span {
  font-size: 2.4rem;
}

#cta .textR {
  position: absolute;
  right: 40px;
  bottom: -8px;
  color: #ccc;
}

#cta .flex__btn {
  max-width: 100%;
  margin: 0 0 24px;
  align-items: flex-start;
  justify-content: space-between;
}

#cta .flex__btn-item {

  flex-basis: 48%;
}

#cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
}

#cta .btn.btn__line {
  background: #00BC2C;
}

#cta .btn.btn__line:hover {
  background: none;
}

@media screen and (max-width:720px) {
  #cta .btn {
    height: 48px;
    scale: unset;
  }
}



/* ===========
  footer
  ============ */

footer {
  padding: 80px 0;
  background: #E8ECED;
}

footer .flex {
  align-items: flex-end;
  flex-wrap: wrap;
}

footer p {
  margin-top: 40px;
  font-size: 0.8rem;
  color: #666;
}

footer ul li {
  font-size: 0.8rem;
}

footer ul li::after {
  content: "｜";
  padding: 0 4px;
}

footer ul li:last-child::after {
  content: "";
}

footer .sns {
  margin: 0 0 40px 0;
}

footer .sns a {
  flex-basis: 60px;
}

footer .sns a:first-child img {
  width: 34px;
}

footer .sns a img {
  width: 40px;
}

@media screen and (max-width:720px) {
  footer {
    padding: 40px 0;
  }

  footer p {
    text-align: center;
    margin: 40px auto;
  }

  footer .flex__item {
    flex-basis: 100%;
  }

  footer .sns {
    justify-content: center;
    margin: 0 auto 24px;
  }

  footer ul.flex {
    justify-content: center;
  }
}