@charset "UTF-8";
/* ===============================
   Ad LP Reset CSS
   =============================== */
/* box-model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin reset */
* {
  margin: 0;
}

/* scroll（FVジャンプ想定） */
html:focus-within {
  scroll-behavior: smooth;
}

/* base typography */
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

/* media（LP最重要） */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* form / CTA */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
}

/* CTA usability */
button {
  cursor: pointer;
}

/* link */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* list（LPでは不要） */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* heading / text overflow */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* iOS form zoom防止 */
input,
textarea,
select {
  font-size: 16px;
}

/* ===============================
   setting
   =============================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
a {
  transition: 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:active {
    opacity: 0.8;
  }
}

/* ===============================
   base
   =============================== */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: clamp(4px, 4px + 6 * (100vw - 320px) / 448, 10px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #484848;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: clamp(15px, 3.8167938931vw, 20px);
  }
}

section {
  padding-block: 13rem;
}
@media only screen and (max-width: 768px) {
  section {
    padding-block: 80px 90px;
  }
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 4rem;
}
.inner.--lg {
  max-width: 1270px;
}

/* ===============================
   components
   =============================== */
.bg--beige {
  background-color: #f4ebe3 !important;
}

.fc--orange {
  color: #c96039 !important;
}

.title {
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: clamp(16px, 5.0890585242vw, 30px);
  }
}
.title.--01 {
  width: 100%;
  max-width: 78rem;
  min-height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c38a60;
  border-radius: 5.5rem;
  margin-inline: auto;
  padding: 0.5em 2rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .title.--01 {
    min-height: 20rem;
    border-radius: 10rem;
  }
}
.title.--01::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  background-color: #c38a60;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media only screen and (max-width: 768px) {
  .title.--01::after {
    width: 4rem;
    height: 2rem;
    bottom: -2rem;
  }
}

.btn-wrap {
  width: 100%;
  margin-top: 10rem;
  text-align: center;
}

.btn {
  width: 100%;
  max-width: 30rem;
  min-height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #c38a60;
  border-radius: 4rem;
  border: 1px solid #c38a60;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 15.176em;
    min-height: 4.235em;
    border-radius: 3em;
    font-size: 1.133em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #c96039;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .btn:active {
    opacity: 1;
    background-color: #fff;
    color: #c96039;
  }
}

@media only screen and (max-width: 768px) {
  .sp-order-revise {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ===============================
   floating btn (sp)
   =============================== */
.floating-btn {
  display: block;
  background-color: #c38a60;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.8em;
  text-align: center;
}
.floating-btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* ===============================
   header
   =============================== */
.header__inner {
  min-height: 80px;
  padding: 10px 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.header__logo {
  flex-grow: 1;
}
.header.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header .btn {
  max-width: 11em;
  min-height: 40px;
  border-radius: 20px;
  font-size: 0.875em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .header .btn {
    font-size: clamp(10px, 0.75em, 16px);
  }
}

.anchor {
  scroll-margin-top: 80px;
}

/* ===============================
   nav
   =============================== */
.nav {
  flex-shrink: 0;
}
.nav__btn {
  display: block;
  width: 45px;
  height: 40px;
  background-color: #c38a60;
  border-radius: 5px;
  position: relative;
  z-index: 9999;
}
.nav__btn span {
  position: absolute;
  width: 25px;
  left: 10px;
  border-bottom: solid 2px #fff;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
.nav__btn span:nth-child(1) {
  top: 10px;
}
.nav__btn span:nth-child(2) {
  top: 19px;
}
.nav__btn span:nth-child(3) {
  top: 28px;
}
.nav__btn.active span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__btn.active span:nth-child(2), .nav__btn.active span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__menu {
  position: fixed;
  top: 80px;
  right: -100%;
  max-width: 360px;
  width: 100%;
  background-color: #c38a60;
  padding: 0 20px;
  color: #fff;
  z-index: 9998;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .nav__menu {
    max-width: 100%;
  }
}
.nav__menu-item {
  padding: 20px 0;
  text-align: center;
}
.nav__menu-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.nav__menu.active {
  right: 0;
}

/* ===============================
   footer
   =============================== */
.footer {
  background: transparent linear-gradient(284deg, #bfa38b 0%, #faf3ea 75%, #f7e6ce 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 768px) {
  .footer {
    background: transparent linear-gradient(308deg, #bfa38b 0%, #faf3ea 75%, #f7e6ce 100%) 0% 0% no-repeat padding-box;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  padding: 8rem 4rem 15rem;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    padding: 50px 4rem 140px;
  }
}
.footer__logo {
  margin-bottom: 3rem;
}
.footer__title {
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.444;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .footer__title {
    font-size: clamp(35px, 11.4503816794vw, 80px);
  }
}
.footer__text {
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .footer__text {
    font-size: clamp(12px, 4.0712468193vw, 20px);
  }
}

/* ===============================
   pagetop
   =============================== */
#pagetop {
  position: fixed;
  z-index: 9;
  right: 4rem;
  bottom: 4rem;
  opacity: 0;
  transition: 1s;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c38a60;
  border-radius: 50%;
  box-shadow: 0 3px 5px #3c3c3c;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    right: 2rem;
    bottom: 10rem;
    width: min(80px, 12rem);
    height: min(80px, 12rem);
  }
}
#pagetop span {
  margin-top: 5px;
  aspect-ratio: 1/1;
  width: 25%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #pagetop:hover {
    transform: translateY(-10px);
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  #pagetop:active {
    transform: translateY(-10px);
  }
}

/* ===============================
   main
   =============================== */
.mv {
  background: transparent linear-gradient(291deg, #bfa38b 0%, #faf3ea 75%, #f7e6ce 100%) 0% 0% no-repeat padding-box;
  padding-block: 50px 60px;
}
@media only screen and (max-width: 768px) {
  .mv {
    background: transparent linear-gradient(317deg, #bfa38b 0%, #faf3ea 75%, #f7e6ce 100%) 0% 0% no-repeat padding-box;
  }
}
.mv .inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .mv .inner {
    flex-direction: column;
    gap: 0;
  }
}
.mv__title {
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.444;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .mv__title {
    font-size: clamp(35px, 11.4503816794vw, 80px);
  }
}
.mv__text-01 {
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .mv__text-01 {
    font-size: clamp(12px, 4.0712468193vw, 20px);
  }
}
.mv__text-02 {
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 2;
}

.trial {
  padding-block: 8rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .trial {
    padding-block: 80px 90px;
  }
}
.trial__text-01 {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 2em;
}
.trial__text-02 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .trial__text-02 {
    font-size: clamp(16px, 3.6rem, 24px);
  }
}
.trial__text-03 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .trial__text-03 {
    font-size: clamp(18px, 6.8702290076vw, 32px);
  }
}
.trial__text-04 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.trial__text-05 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: normal;
}
.trial__text-05 strong {
  font-size: 2.15em;
  font-weight: normal;
}
.trial__text-05 small {
  font-size: 0.85em;
}
.trial .btn-wrap {
  margin-top: 4rem;
}

.link {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .link {
    padding-block: 80px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .link .inner {
    padding: 0 2rem;
  }
}
.link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .link__list {
    gap: 3rem;
  }
}
.link__list li {
  width: 18rem;
  min-height: 5rem;
}
@media only screen and (max-width: 768px) {
  .link__list li {
    width: calc(50% - 1.5rem);
    min-height: 10rem;
  }
}
.link__list a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2.5rem;
  color: #c38a60;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .link__list a {
    border-radius: 5rem;
    font-size: 0.933em;
  }
}
.link__list a::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  background-color: inherit;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media only screen and (max-width: 768px) {
  .link__list a::after {
    width: 3rem;
    height: 1.5rem;
    bottom: -1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link__list a:hover {
    background-color: #c38a60;
    color: #fff;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .link__list a:active {
    background-color: #c38a60;
    color: #fff;
  }
}

.trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 8rem;
  margin-bottom: 8rem;
}
.trouble__list li {
  width: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .trouble__list li {
    width: calc(50% - 4rem);
  }
}
.trouble__list img {
  margin-bottom: 3rem;
}
.trouble__list p {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.6;
}
.trouble__text {
  font-size: 1.125em;
  text-align: center;
}

.solution {
  background: transparent linear-gradient(331deg, #d9c7b7 0%, #faf3ea 59%, #f7e6ce 100%) 0% 0% no-repeat padding-box;
}
.solution__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .solution__list > li {
    flex-direction: column;
  }
}
.solution__list > li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .solution__list > li:nth-child(odd) {
    flex-direction: column;
  }
}
.solution__list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .solution__list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.solution__content {
  width: 42rem;
}
@media only screen and (max-width: 768px) {
  .solution__content {
    width: 100%;
  }
}
.solution__img {
  width: 56rem;
}
@media only screen and (max-width: 768px) {
  .solution__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.solution__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border: 2px solid #c38a60;
  border-radius: 50%;
  color: #c38a60;
  font-family: sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .solution__no {
    width: 20rem;
    height: 20rem;
    font-size: clamp(10px, 2.7989821883vw, 16px);
  }
}
.solution__no::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 0.8rem;
  background-color: #c38a60;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media only screen and (max-width: 768px) {
  .solution__no::after {
    width: 3.2rem;
    height: 1.6rem;
    bottom: -1.6rem;
  }
}
.solution__no strong {
  display: block;
  font-size: 3.7rem;
  font-weight: 500;
  padding-top: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .solution__no strong {
    font-size: clamp(20px, 9.4147582697vw, 74px);
  }
}
.solution__title {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .solution__title {
    font-size: clamp(20px, 9.4147582697vw, 60px);
  }
}
.solution__sub {
  color: #c38a60;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2em;
}
.solution__text {
  font-size: 0.8125em;
}
@media only screen and (max-width: 768px) {
  .solution__text {
    font-size: 0.866em;
  }
}

.review {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .review {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.review__list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .review__list > li {
    flex-direction: column;
    gap: 30px;
  }
}
.review__list > li:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .review__list > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.review__list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .review__list > li:nth-child(even) {
    flex-direction: column;
  }
}
.review__img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review__name {
  font-size: 0.875em;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .review__name {
    font-size: 0.933em;
  }
}
.review__balloon {
  width: 100%;
  max-width: 78rem;
  min-height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4ebe3;
  font-size: 1.125em;
  border-radius: 5rem;
  padding: 3rem 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .review__balloon {
    border-radius: 10rem;
    font-size: 1.2em;
    padding: 6rem 6rem;
  }
}
.review__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 3rem;
  background-color: #f4ebe3;
}
@media only screen and (max-width: 768px) {
  .review__balloon::after {
    width: 5rem;
    height: 3rem;
    top: -2.8rem;
    transform: translateX(-50%);
  }
}
.review__balloon.--right::after {
  left: -1.9rem;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  .review__balloon.--right::after {
    left: 50%;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
}
.review__balloon.--left::after {
  right: -1.9rem;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .review__balloon.--left::after {
    right: auto;
    left: 50%;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
}

.before-after {
  overflow: hidden;
}
.before-after .slick-track {
  display: flex;
}
.before-after .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  background-color: #e6d7c6;
  border-radius: 2rem;
  margin: 0 1rem;
  padding: 2rem 2rem 2rem;
}
.before-after .slick-slide .slide-img {
  margin-bottom: 2rem;
  position: relative;
}
.before-after .slick-slide .slide-img::before, .before-after .slick-slide .slide-img::after {
  position: absolute;
  width: 13rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c38a60;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .before-after .slick-slide .slide-img::before, .before-after .slick-slide .slide-img::after {
    width: 20.3562340967vw;
    height: 6.3613231552vw;
  }
}
.before-after .slick-slide .slide-img::before {
  content: "Before";
  top: 0;
  left: 0;
}
.before-after .slick-slide .slide-img.--row::after {
  content: "After";
  top: 0rem;
  right: 0;
}
.before-after .slick-slide .slide-img.--col::after {
  content: "After";
  top: 50%;
  left: 0;
}
.before-after .slick-slide .slide-txt {
  font-size: 0.875em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .before-after .slick-slide .slide-txt {
    font-size: max(12px, 0.8em);
  }
}
.before-after .slick-slide > div {
  height: 100%;
}
.before-after .slick-dotted.slick-slider {
  padding-bottom: 10rem;
  margin-bottom: 0;
}
.before-after .slick-dots {
  bottom: 0;
}
.before-after .slick-dots li {
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  .before-after .slick-dots li {
    width: 3rem;
    height: 3rem;
  }
}
.before-after .slick-dots li button {
  width: 100%;
  height: 100%;
}
.before-after .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
}
.before-after .slick-dots li.slick-active button:before {
  background-color: #c38a60;
}
.before-after .slick-prev,
.before-after .slick-next {
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .before-after .slick-prev,
  .before-after .slick-next {
    width: 10rem;
    height: 10rem;
  }
}
.before-after .slick-prev::before,
.before-after .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.before-after .slick-next {
  right: 2rem;
}
.before-after .slick-next::before {
  background: url(../img/slide_next.png) center center/cover no-repeat;
}
.before-after .slick-prev {
  left: 2rem;
}
.before-after .slick-prev::before {
  background: url(../img/slide_prev.png) center center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .menu__scroll-wrap {
    padding-bottom: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.menu__table {
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .menu__table {
    width: min(300%, 1100px);
  }
}
.menu__table td {
  width: 33.3333333333%;
  padding: 0 2rem;
  vertical-align: top;
}
.menu__table tr td:not(:last-child) {
  border-right: 1px solid #a5a5a5;
}
.menu__table tr:first-child td {
  padding-top: 3rem;
}
.menu__table tr:last-child td {
  padding-bottom: 3rem;
}
.menu__table hr {
  margin: 3rem 0;
}
.menu__title {
  min-height: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.625em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.menu__sub {
  color: #c96039;
  font-size: 1em;
  line-height: 1.5;
}
.menu__time {
  font-size: 0.875em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .menu__time {
    font-size: 0.933em;
  }
}
.menu__description {
  font-size: 0.75em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .menu__description {
    font-size: 0.8em;
  }
}
.menu__price .--upper {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .menu__price .--upper {
    font-size: 0.933em;
  }
}
.menu__price .--lower {
  display: block;
  color: #c96039;
  font-size: 0.75em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .menu__price .--lower {
    font-size: 0.8em;
  }
}
.menu__price .--lower strong {
  font-size: 2.5em;
  font-weight: normal;
}
.menu__text {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 8rem;
  text-align: center;
}

.faq__list > li {
  border-top: 1px solid #a5a5a5;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .faq__list > li {
    padding: 45px 0 45px 4rem;
  }
}
.faq__list > li:last-child {
  border-bottom: 1px solid #a5a5a5;
}
.faq__question {
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 2.5em 0;
  position: relative;
  cursor: pointer;
}
.faq__question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  display: inline-block;
  color: #c38a60;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.5em;
}
.faq__question::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq__question.open::after {
  content: "－";
}
.faq__answer {
  color: #c38a60;
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 2.5em;
  margin-top: 1.5em;
  position: relative;
}
.faq__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  display: inline-block;
  color: #c38a60;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.5em;
}/*# sourceMappingURL=style.css.map */