@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: rgb(68, 68, 68);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 45px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1000px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.green-title {
  margin-bottom: 19px;
  font-size: 27px;
  line-height: 42px;
  color: rgb(43, 90, 77);
}
@media screen and (max-width: 1207px) {
  .green-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .green-title {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
.green-title.center {
  text-align: center;
}

.top-voice-title {
  margin-bottom: 58px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-voice-title {
    margin-bottom: 26px;
  }
}
.top-voice-title .en {
  display: block;
  margin-bottom: 13px;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 21.5px;
}
@media screen and (max-width: 767px) {
  .top-voice-title .en {
    font-size: 33px;
  }
}
.top-voice-title .ja {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .top-voice-title .ja {
    font-size: 14px;
  }
}

.mv-title {
  color: rgb(255, 255, 255);
  text-align: center;
}
.mv-title .en {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .mv-title .en {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .ja {
    font-size: 12px;
  }
}

.side-border-title {
  margin-bottom: 30px;
  color: rgb(43, 90, 77);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .side-border-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.side-border-title span {
  vertical-align: middle;
}
.side-border-title span::before, .side-border-title span::after {
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: rgb(43, 90, 77);
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .side-border-title span::before, .side-border-title span::after {
    width: 20px;
    margin: 0 10px;
  }
}

.line-title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(198, 187, 169);
}
@media screen and (max-width: 767px) {
  .line-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.line-title a {
  color: rgb(68, 68, 68);
}
.line-title > span {
  padding: 2px 17px 6px;
  display: block;
  border-left: 4px solid rgb(43, 90, 77);
}
@media screen and (max-width: 767px) {
  .line-title > span {
    padding: 2px 10px 6px;
  }
}

.top-link {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  padding: 13px;
  border: 1px solid rgb(170, 170, 170);
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.7);
}
@media screen and (max-width: 767px) {
  .top-link {
    max-width: 160px;
    padding: 11px;
  }
}

.pc-menu-box {
  padding: 7px 50px;
  background-color: rgb(255, 211, 0);
}
@media screen and (max-width: 1023px) {
  .pc-menu-box {
    display: none;
  }
}
.pc-menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media screen and (max-width: 1100px) {
  .pc-menu-box ul {
    gap: 40px;
  }
}
.pc-menu-box ul a {
  font-size: 17px;
  text-transform: uppercase;
  color: rgb(95, 83, 45);
}

.sp-navigation {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp-navigation {
    display: block;
  }
}
.sp-navigation button.drawer-hamburger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  padding: 10px 20px 20px;
  background-color: rgb(255, 211, 0);
}
@media screen and (max-width: 767px) {
  .sp-navigation button.drawer-hamburger {
    width: 35px;
    height: 35px;
    padding: 3px 8px 6px;
    right: 10px;
    top: 18px;
  }
}
.sp-navigation button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.sp-navigation button.drawer-hamburger .drawer-hamburger-icon::before {
  top: -5px;
}
@media screen and (max-width: 767px) {
  .sp-navigation button.drawer-hamburger .drawer-hamburger-icon::before {
    top: -8px;
  }
}
.sp-navigation button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 5px;
}
@media screen and (max-width: 767px) {
  .sp-navigation button.drawer-hamburger .drawer-hamburger-icon::after {
    top: -1px;
  }
}
.sp-navigation nav.drawer-nav {
  overflow-y: scroll;
  width: 100%;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-navigation .drawer-nav-inner {
  padding-top: 30px;
}
.sp-navigation .drawer-nav-inner .nav-logo {
  display: block;
  margin: 0 auto 35px;
  width: 50px;
}
.sp-navigation .drawer-nav-inner ul {
  margin-bottom: 40px;
}
.sp-navigation .drawer-nav-inner ul li {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.sp-navigation .drawer-nav-inner ul li:not(:last-child) {
  margin-bottom: 31px;
}
.sp-navigation .drawer-nav-inner ul a {
  color: rgb(58, 35, 19);
}
.sp-navigation .drawer-nav-inner .header-tel-wrapper {
  text-align: center;
}
.sp-navigation .drawer-nav-inner .header-tel-wrapper .title {
  display: block;
}
.sp-navigation .drawer-nav-inner .language-box {
  margin: 34px auto 0;
}

.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer--right.drawer-open button.drawer-hamburger {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 10px;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before {
    top: -2px;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
    top: -2px;
  }
}

.dot-list li {
  line-height: 36px;
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .dot-list li {
    line-height: 23px;
  }
}
.dot-list li::before {
  content: "・";
}

.number-list {
  counter-reset: number 0;
}
.number-list li {
  counter-increment: number 1;
}
.number-list li:not(:last-child) {
  margin-top: 12px;
}
.number-list .number-title {
  font-weight: 500;
}
.number-list .number-title::before {
  content: counter(number) ". ";
}

header {
  position: relative;
  z-index: 100;
}

.header-wrapper {
  position: relative;
  padding: 24px 23px 21px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    padding: 10px;
  }
}
.header-wrapper .header-award {
  width: 57px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-award {
    width: 40px;
  }
}
.header-wrapper .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-logo {
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .header-wrapper .header-tel-wrapper {
    display: none;
  }
}

.header-tel-wrapper .language-box {
  margin-bottom: 10px;
  font-size: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  width: 145px;
  margin-left: auto;
}
.header-tel-wrapper .language-box a {
  color: rgb(255, 255, 255);
  background-color: rgb(58, 35, 19);
}
.header-tel-wrapper .language-box span {
  color: rgb(58, 35, 19);
}
.header-tel-wrapper .language-box a, .header-tel-wrapper .language-box span {
  line-height: 25px;
  padding: 2px 5px;
  border: 1px solid rgb(58, 35, 19);
  display: block;
}
.header-tel-wrapper .title {
  font-size: 13px;
  color: rgb(102, 85, 68);
}
.header-tel-wrapper .tel {
  font-size: 18px;
  color: rgb(102, 85, 68);
}
.header-tel-wrapper .number {
  color: rgb(102, 85, 68);
  font-size: 26px;
}

footer {
  padding: 60px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px;
  }
}

.footer-logo {
  margin-bottom: 25px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
    width: 60px;
  }
}

.footer-address {
  margin-bottom: 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    font-size: 11.5px;
    margin-bottom: 7px;
  }
}

.footer-tel {
  margin-bottom: 33px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    margin-bottom: 20px;
  }
}
.footer-tel .number {
  font-size: 24px;
  font-weight: 500;
  color: rgb(68, 68, 68);
}
@media screen and (max-width: 767px) {
  .footer-tel .number {
    font-size: 18px;
  }
}

.footer-sns-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-sns-wrapper {
    margin-bottom: 25px;
  }
}

.footer-sns-review {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .footer-sns-review {
    margin-bottom: 35px;
  }
}
.footer-sns-review img {
  margin: 0;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .footer-sns-review img {
    width: 110px;
  }
}

.copy-right {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .copy-right {
    font-size: 10px;
  }
}

.ease-big {
  font-size: 32px;
}

.ease-22 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .ease-22 {
    font-size: 25px;
  }
}

.ease-20 {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .ease-20 {
    font-size: 20px;
  }
}

.ease {
  display: inline !important;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .ease {
    font-size: 16px;
  }
}

.bg-gray {
  background-color: rgb(245, 245, 244);
}

.hidden {
  overflow: hidden;
}

.fv-section {
  padding: 0;
}
.fv-section img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv-section img {
    height: 502px;
    -o-object-position: 12%;
       object-position: 12%;
  }
}

.top-first-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-first-section {
    padding-bottom: 50px;
  }
}

.top-first-wrapper {
  gap: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1207px) {
  .top-first-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-first-wrapper {
    gap: 25px;
  }
}
.top-first-wrapper:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top-first-wrapper:not(:last-child) {
    margin-bottom: 39px;
  }
}
.top-first-wrapper a {
  border-bottom: 1px solid rgb(68, 68, 68);
}
.top-first-wrapper a:hover {
  border-color: transparent;
}
.top-first-wrapper.left-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-first-wrapper.left-image .image-box {
  width: 44%;
  -ms-flex-wrap: 0;
      flex-wrap: 0;
  margin-right: 0;
  max-width: calc(51% - 85px);
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper.left-image .image-box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-first-wrapper.left-image .image-box img {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-first-wrapper.left-image .text-box {
  width: 49%;
}
@media screen and (max-width: 1207px) {
  .top-first-wrapper.left-image .text-box {
    width: calc(49% + 35px);
  }
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper.left-image .text-box {
    width: 100%;
  }
}
.top-first-wrapper a {
  color: rgb(68, 68, 68);
}
.top-first-wrapper .image-box {
  margin-top: 7px;
  width: 40%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-first-wrapper .image-box {
    margin-right: 0;
  }
}
.top-first-wrapper .inner-box:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper .inner-box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-first-wrapper .inner-box:not(:last-child) {
    margin-bottom: 27px;
  }
}
.top-first-wrapper .text-box {
  width: 47%;
}
@media screen and (max-width: 1207px) {
  .top-first-wrapper .text-box {
    width: calc(47% + 35px);
  }
}
@media screen and (max-width: 1023px) {
  .top-first-wrapper .text-box {
    width: 100%;
  }
}
.top-first-wrapper .inner-text {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top-first-wrapper .inner-text {
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}

.top-news-section {
  padding-top: 37px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-news-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.top-news-title {
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news-title {
    margin-bottom: 25px;
  }
}
.top-news-title img {
  margin-bottom: 10px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .top-news-title img {
    width: 60px;
  }
}
.top-news-title span {
  font-size: 21px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .top-news-title span {
    font-size: 18px;
  }
}

.news-list {
  max-width: 1000px;
  margin: 0 auto 53px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 30px;
  }
}
.news-list li:first-child a {
  border-top: 1px dotted rgb(178, 148, 77);
}
.news-list a {
  border-bottom: 1px dotted rgb(178, 148, 77);
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .news-list a {
    gap: 12px;
    padding: 25px 0;
  }
}
.news-list .image-box {
  width: 196px;
}
@media screen and (max-width: 767px) {
  .news-list .image-box {
    width: 130px;
  }
}
.news-list .text-box {
  width: calc(100% - 196px - 18px);
}
@media screen and (max-width: 767px) {
  .news-list .text-box {
    width: calc(100% - 130px - 12px);
  }
}
.news-list .time {
  display: block;
  margin-bottom: 10px;
  color: rgb(178, 148, 77);
}
@media screen and (max-width: 767px) {
  .news-list .time {
    font-size: 12px;
  }
}
.news-list .title {
  color: rgb(68, 68, 68);
}
@media screen and (max-width: 767px) {
  .news-list .title {
    font-size: 12px;
    line-height: 19px;
  }
}
.news-list .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.top-voice-section {
  position: relative;
  padding-top: 106px;
  background-image: url("../../images/top-voice-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top-voice-section {
    padding-top: 53px;
    padding-bottom: 64px;
  }
}
.top-voice-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.top-voice-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.top-voice-section .voice-wrapper {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.top-voice-section .stert-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-voice-section .voice-sns-wrapper:not(:last-child) {
  margin-bottom: 0;
}

.top-voice-wrapper {
  max-width: 1000px;
  margin: auto;
}

.voice-list-wrapper {
  margin-bottom: 63px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper {
    margin-bottom: 30px;
  }
}
.voice-list-wrapper .inner-box {
  padding: 5px 30px;
  width: calc(25% + 10px);
}
@media screen and (max-width: 1023px) {
  .voice-list-wrapper .inner-box {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
.voice-list-wrapper .inner-box:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 1023px) {
  .voice-list-wrapper .inner-box:nth-of-type(2) {
    border-right: none;
  }
}
@media screen and (max-width: 1023px) {
  .voice-list-wrapper .inner-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box:nth-child(n+3) {
    margin-top: 0;
  }
}
.voice-list-wrapper .inner-box.left {
  width: calc(25% - 10px);
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .voice-list-wrapper .inner-box.left {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box.left {
    width: 100%;
    padding: 0 0 24px;
  }
}
.voice-list-wrapper .inner-box.right {
  width: calc(25% - 10px);
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  .voice-list-wrapper .inner-box.right {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box.right {
    width: 100%;
    padding: 24px 0;
  }
}
.voice-list-wrapper .inner-box .voice-name {
  margin-bottom: 11px;
}
.voice-list-wrapper .inner-box .positon {
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .positon {
    font-size: 10px;
  }
}
.voice-list-wrapper .inner-box .name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .name {
    font-size: 17px;
  }
}
.voice-list-wrapper .inner-box .name .small {
  margin-left: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .name .small {
    font-size: 13px;
  }
}
.voice-list-wrapper .inner-box .text {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .text {
    font-size: 13px;
    line-height: 23px;
  }
}
.voice-list-wrapper .inner-box .text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .text span {
    -webkit-line-clamp: 2;
  }
}
.voice-list-wrapper .inner-box .voice-read {
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .voice-list-wrapper .inner-box .voice-read {
    border: 1px solid rgb(255, 255, 255);
    padding: 8px 18px;
    margin-right: auto;
  }
}

.top-business-section {
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .top-business-section {
    padding-bottom: 102px;
  }
}
.top-business-section .top-voice-title.business {
  margin-bottom: 50px;
  padding: 50px 50px 30px;
  background-color: rgb(234, 234, 234);
  color: rgb(68, 68, 68);
}
@media screen and (max-width: 767px) {
  .top-business-section .top-voice-title.business {
    padding: 32px 30px 25px;
    margin-bottom: 37px;
  }
}
.top-business-section .contents-wrapper {
  position: relative;
}
.top-business-section .swiper-button-next::after,
.top-business-section .swiper-button-prev::after {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .top-business-section .swiper-button-next::after,
  .top-business-section .swiper-button-prev::after {
    font-size: 38px;
  }
}
.top-business-section .swiper-button-next,
.top-business-section .swiper-button-prev {
  color: rgb(234, 234, 234);
}
.top-business-section .swiper-button-next {
  right: -70px;
}
@media screen and (max-width: 1400px) {
  .top-business-section .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-section .swiper-button-next {
    right: -10px;
  }
}
.top-business-section .swiper-button-prev {
  left: -70px;
}
@media screen and (max-width: 1400px) {
  .top-business-section .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-section .swiper-button-prev {
    left: -10px;
  }
}
.top-business-section .business-swiper {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .top-business-section .business-swiper {
    max-width: 86%;
  }
}
.top-business-section .business-swiper.en .top-image-link .en {
  font-size: 27px;
}

.top-image-link {
  position: relative;
}
.top-image-link img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/386;
}
.top-image-link .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(59, 34, 18, 0.85);
}
@media screen and (max-width: 767px) {
  .top-image-link .text-box {
    padding: 7px 5px;
  }
}
.top-image-link .text-box .en {
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .top-image-link .text-box .en {
    font-size: 18px;
    line-height: 16px;
  }
}
.top-image-link .text-box .ja {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .top-image-link .text-box .ja {
    font-size: 10px;
  }
}

.top-menu-link-section {
  padding-bottom: 50px;
  background-color: rgb(231, 221, 209);
}
@media screen and (max-width: 767px) {
  .top-menu-link-section {
    padding-top: 52px;
    padding-bottom: 60px;
  }
}
.top-menu-link-section .top-menu-link-list {
  max-width: 1200px;
  margin: 0 auto 58px;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .top-menu-link-section .top-menu-link-list {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-menu-link-section .top-menu-link-list {
    gap: 15px;
    margin-bottom: 45px;
  }
}
.top-menu-link-section .top-menu-link-list .text-box {
  position: static;
}
.top-menu-link-section .top-menu-link-list.en .text-box {
  padding: 12px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-menu-link-section .top-menu-link-list.en .text-box {
    font-size: 17px;
  }
}
.top-menu-link-section .award-image {
  width: 80%;
  max-width: 450px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-menu-link-section .award-image {
    width: 100%;
  }
}

.sb-feed-header {
  padding: 0;
}

.sb-btn.sb-feed-header-btn {
  background-color: rgb(178, 148, 77);
}

.bg-beige {
  background-color: rgb(231, 221, 208);
}

.mv-section {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv-section {
    height: 200px;
  }
}
.mv-section.menu {
  background-image: url("../../images/menu-mv.jpg");
}
.mv-section.hydrogen-treatment {
  background-image: url("../../images/hydrogen-treatment-mv.jpg");
}
.mv-section.body-treatment {
  background-image: url("../../images/body-treatment-mv.jpg");
}
.mv-section.herb-sella {
  background-image: url("../../images/herb-sella-mv.jpg");
}
@media screen and (max-width: 1023px) {
  .mv-section.herb-sella {
    background-image: url("../../images/herb-sella-mv-sp.jpg");
  }
}
.mv-section.facial {
  background-image: url("../../images/facial-mv.jpg");
}
.mv-section.reflexology {
  background-image: url("../../images/reflexology-mv.jpg");
}
.mv-section.option {
  background-image: url("../../images/option-mv.jpg");
}
@media screen and (max-width: 767px) {
  .mv-section.option .mv-title .en {
    font-size: 25px;
  }
}
.mv-section.profile {
  background-image: url("../../images/profile-mv.jpg");
}
.mv-section.faq {
  background-image: url("../../images/faq-mv.jpg");
}
.mv-section.voice {
  background-image: url("../../images/voice-mv.jpg");
}
.mv-section.access {
  background-image: url("../../images/access-mv.jpg");
}
.mv-section.news {
  background-image: url("../../images/news-mv.jpg");
}
.mv-section.store {
  background-image: url("../../images/store-mv.jpg");
}

.menu-page-section {
  padding-top: 75px;
  padding-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .menu-page-section {
    padding-top: 49px;
    padding-bottom: 58px;
  }
}
.menu-page-section .green-title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .menu-page-section .green-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.menu-page-first-text {
  margin-bottom: 70px;
  text-align: center;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .menu-page-first-text {
    margin-bottom: 27px;
    text-align: left;
    line-height: 27px;
  }
  .menu-page-first-text .inlineblock-item {
    display: inline;
  }
}

.hab-menu-link-wrapper {
  max-width: 1200px;
  margin: 0 auto 55px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}
@media screen and (max-width: 1023px) {
  .hab-menu-link-wrapper {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .hab-menu-link-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 35px;
    margin-bottom: 40px;
  }
}

.hab-menu-link {
  display: block;
  color: rgb(68, 68, 68);
}
.hab-menu-link.other .title {
  padding: 37px 10px;
}
.hab-menu-link.other .title .en {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .hab-menu-link.other .title .en {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .hab-menu-link.other .title .en {
    font-size: 20px;
  }
}
.hab-menu-link .image-box {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hab-menu-link .image-box {
    margin-bottom: 19px;
  }
}
.hab-menu-link .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding: 25px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .hab-menu-link .title {
    padding: 18px 10px;
  }
}
.hab-menu-link .title .en {
  display: block;
  font-size: 38px;
}
@media screen and (max-width: 1100px) {
  .hab-menu-link .title .en {
    font-size: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .hab-menu-link .title .en {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hab-menu-link .title .en {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .hab-menu-link .title .ja {
    font-size: 12px;
  }
}
.hab-menu-link .text-box {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hab-menu-link .text-box {
    line-height: 23px;
    font-size: 14px;
  }
}

.cancel-policy-box {
  max-width: 1200px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .cancel-policy-box {
    padding: 40px 10px;
  }
}
.cancel-policy-box .color-red {
  color: rgb(203, 0, 0);
}
.cancel-policy-box a {
  color: rgb(68, 68, 68);
}
.cancel-policy-box .tel-text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cancel-policy-box .tel-text {
    font-size: 17px;
    margin-top: 20px;
  }
}
.cancel-policy-box .tel-text .bold-text {
  display: block;
  color: rgb(43, 90, 77);
}
.cancel-policy-box .bold-text {
  font-weight: 600;
}
.cancel-policy-box p:not(:last-child) {
  margin-bottom: 20px;
}

.hydrogen-first-section {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section {
    padding-top: 50px;
  }
}
.hydrogen-first-section .hydrogen-page-box.last {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box.last {
    margin-top: 55px;
  }
}
.hydrogen-first-section .hydrogen-page-box.last .line-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box.last .line-title {
    margin-bottom: 20px;
  }
}
.hydrogen-first-section .hydrogen-page-box:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box:not(:last-child) {
    margin-bottom: 45px;
  }
}
.hydrogen-first-section .hydrogen-page-box .text-box {
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box .text-box {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}
.hydrogen-first-section .hydrogen-page-box .text-box p:not(:last-child) {
  margin-bottom: 12px;
}
.hydrogen-first-section .hydrogen-page-box a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.hydrogen-first-section .hydrogen-page-box .dot-list {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box .dot-list {
    margin-bottom: 16px;
  }
}
.hydrogen-first-section .hydrogen-page-box .dot-list li:not(:last-child) {
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box .dot-list li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.hydrogen-first-section .hydrogen-page-box .image-box {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box .image-box {
    margin-top: 44px;
    gap: 22px;
  }
}
.hydrogen-first-section .hydrogen-page-box .image-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section .hydrogen-page-box .image-box img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .price-table {
    font-size: 14px;
  }
}
.price-table:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .price-table:not(:last-child) {
    margin-bottom: 25px;
  }
}
.price-table th {
  padding: 16px 20px 17px;
  font-weight: 400;
  border: 1px solid rgb(198, 187, 169);
  background-color: rgb(245, 245, 245);
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .price-table th {
    width: 30.6666666667%;
    padding: 11px 15px;
  }
}
.price-table th:first-child {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .price-table th:first-child {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .price-table th:last-child {
    width: 24.3333333333%;
  }
}
.price-table th .ja {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price-table th .ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .price-table.last {
    margin-bottom: 15px;
  }
}
.price-table.last th:first-child {
  width: 35%;
}
.price-table.last th:nth-child(2) {
  width: 45%;
}
.price-table.last th:last-child {
  width: 50px;
}
.price-table td {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 187, 169);
  text-align: center;
}
.price-table td .ja {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .price-table td .ja {
    font-size: 12px;
  }
  .price-table td .ja:not(.no-padding) {
    display: block;
    padding: 20px 0;
  }
  .price-table td .ja.no-padding {
    display: block;
    padding: 10px 0;
  }
}
.price-table .text-red {
  font-size: 0.8rem;
  color: rgb(203, 0, 0);
}
.price-table.no-bottom {
  margin-bottom: 10px;
}

.menu-link-section {
  padding-top: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .menu-link-section {
    padding-bottom: 62px;
  }
}
.menu-link-section .page-menu-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1023px) {
  .menu-link-section .page-menu-link-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .menu-link-section .page-menu-link-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 10px;
  }
}
.menu-link-section .page-menu-link-list li.current {
  display: none;
}
.menu-link-section .page-menu-link-list a {
  position: relative;
  display: block;
}
.menu-link-section .page-menu-link-list .title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 45px;
  padding: 10px 5px;
  text-align: center;
  font-size: 17px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu-link-section .page-menu-link-list .title {
    min-height: auto;
    font-size: 15px;
    padding: 13px 5px;
  }
}
.menu-link-section .page-menu-link-list .title.hydrogen {
  padding: 2px 5px;
}
.menu-link-section .page-menu-link-list .title.option {
  padding: 5px;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .menu-link-section .page-menu-link-list .title.option {
    font-size: 13px;
    line-height: 16px;
  }
}

.body-first-section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .body-first-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.body-first-section .body-page-box:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .body-first-section .body-page-box:not(:last-child) {
    margin-bottom: 55px;
  }
}
.body-first-section .body-page-box p:not(:last-child) {
  margin-bottom: 20px;
}
.body-first-section .body-page-box .dot-list:not(:last-child) {
  margin-bottom: 20px;
}
.body-first-section .text-box {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .body-first-section .text-box {
    font-size: 14px;
    line-height: 26px;
  }
}
.body-first-section .text-box p:not(:last-child) {
  margin-bottom: 26px;
}
.body-first-section .text-box a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.body-first-section .body-image-box {
  margin-top: 46px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .body-first-section .body-image-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 24px;
    gap: 20px;
  }
}
.body-first-section .course-before-text {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-before-text {
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.body-first-section .course-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px dotted rgb(198, 187, 169);
}
@media screen and (max-width: 767px) {
  .body-first-section .course-wrapper {
    line-height: 26px;
    padding-bottom: 40px;
  }
}
.body-first-section .course-wrapper:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-wrapper:not(:last-child) {
    margin-bottom: 35px;
  }
}
.body-first-section .course-name {
  margin-bottom: 15px;
  color: rgb(4, 103, 56);
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-name {
    font-size: 17px;
  }
}
.body-first-section .course-image {
  margin-top: 35px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-image {
    margin-top: 20px;
  }
}
.body-first-section .course-image p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-image p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
.body-first-section .course-image img {
  max-width: 600px;
}
.body-first-section .course-image img.min80 {
  max-width: 500px;
}
.body-first-section .course-image img.min50 {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .body-first-section .course-image img.min50 {
    width: 83%;
  }
}
.body-first-section .course-image img.min100 {
  max-width: 640px;
}
.body-first-section .dot-list li {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .body-first-section .dot-list li {
    line-height: 27px;
  }
}

.soma-wrapper {
  position: relative;
}
.soma-wrapper .soma {
  display: inline-block;
  border-bottom: 1px solid rgb(68, 68, 68);
}
.soma-wrapper .soma span {
  pointer-events: none;
}
.soma-wrapper .soma:hover + .soma-content {
  max-height: var(--max-height);
}
.soma-wrapper .soma-content {
  position: absolute;
  top: 120%;
  right: 50%;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  width: 50vw;
  max-width: 520px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.soma-wrapper .soma-content .inner-box {
  display: inline-block;
  padding: 20px;
}

.body-table-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .body-table-wrapper {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
  }
  .body-table-wrapper + p {
    line-height: 23px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .body-table-wrapper .body-price-table {
    min-width: 850px;
  }
}
@media screen and (max-width: 767px) {
  .body-table-wrapper .body-price-table {
    min-width: 770px;
  }
}
.body-table-wrapper .body-price-table.body-page th, .body-table-wrapper .body-price-table.body-page td {
  background-color: rgb(255, 255, 255);
  width: 33.3333333333%;
  border: 1px solid rgb(198, 187, 169) !important;
}
.body-table-wrapper .body-price-table.body-page tr:first-child th {
  background-color: rgb(245, 245, 245);
}
.body-table-wrapper .body-price-table.body-page tr:nth-child(2) th,
.body-table-wrapper .body-price-table.body-page tr:nth-child(2) td {
  background-color: rgb(255, 255, 255);
}
.body-table-wrapper .body-price-table th {
  width: 20%;
  padding: 16px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 187, 169);
}
@media screen and (max-width: 767px) {
  .body-table-wrapper .body-price-table th {
    padding: 10px;
  }
}
.body-table-wrapper .body-price-table th:first-child {
  width: 170px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .body-table-wrapper .body-price-table th:first-child {
    width: 80px;
  }
}
.body-table-wrapper .body-price-table th.bg-green {
  border-right: 1px solid rgb(4, 103, 56);
  border-left: 1px solid rgb(4, 103, 56);
}
@media screen and (max-width: 767px) {
  .body-table-wrapper .body-price-table th.bg-green {
    width: 100px;
  }
}
.body-table-wrapper .body-price-table th:nth-child(3) {
  border-right: 1px solid rgb(4, 103, 56);
}
.body-table-wrapper .body-price-table td {
  width: 20%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 187, 169);
  text-align: center;
}
.body-table-wrapper .body-price-table td.bg-green {
  border-right: 1px solid rgb(4, 103, 56);
  border-left: 1px solid rgb(4, 103, 56);
}
.body-table-wrapper .body-price-table td:nth-child(3) {
  border-right: 1px solid rgb(4, 103, 56);
}
.body-table-wrapper .body-price-table tr:first-child th {
  background-color: rgb(245, 245, 245);
}
.body-table-wrapper .body-price-table tr:first-child th:first-child {
  text-align: center;
}
.body-table-wrapper .body-price-table tr:first-child th.bg-green {
  padding: 10px 5px;
  background-color: rgb(4, 103, 56);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .body-table-wrapper .body-price-table tr:first-child th.bg-green {
    padding: 8px;
  }
}
.body-table-wrapper .body-price-table tr:nth-child(even) th, .body-table-wrapper .body-price-table tr:nth-child(even) td {
  background-color: rgb(245, 245, 245);
}
.body-table-wrapper .body-price-table tr:nth-child(even) th.bg-green, .body-table-wrapper .body-price-table tr:nth-child(even) td.bg-green {
  background-color: rgb(201, 231, 193);
  border-left: 1px solid rgb(4, 103, 56);
  border-right: 1px solid rgb(4, 103, 56);
}
.body-table-wrapper .body-price-table tr:nth-child(odd) td.bg-green {
  border-left: 1px solid rgb(4, 103, 56);
  border-right: 1px solid rgb(4, 103, 56);
  background-color: rgb(236, 250, 227);
}
.body-table-wrapper .body-price-table tr:last-child td.bg-green {
  border-bottom: 1px solid rgb(4, 103, 56);
}

.body-white-box {
  padding: 50px 30px 40px;
  text-align: center;
  line-height: 30px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .body-white-box {
    padding: 35px 20px;
    line-height: 26px;
  }
}
.body-white-box.en {
  margin-top: 50px;
}
.body-white-box a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.body-white-box .tel-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .body-white-box .tel-box {
    margin-top: 25px;
  }
}
.body-white-box .tel-box p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .body-white-box .tel-box p {
    font-size: 18px;
  }
}
.body-white-box .side-border-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .body-white-box .side-border-title {
    font-size: 20px;
  }
  .body-white-box .side-border-title span::before, .body-white-box .side-border-title span::after {
    width: 48px;
  }
}

.hydrogen-first-section.herb-sella {
  padding-bottom: 85px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.hydrogen-first-section.herb-sella .hydrogen-page-box:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .hydrogen-page-box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .hydrogen-page-box .dot-list li {
    line-height: 25px;
  }
}
.hydrogen-first-section.herb-sella .hydrogen-page-box .image-box {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .hydrogen-page-box .image-box {
    margin-top: 40px;
  }
}
.hydrogen-first-section.herb-sella .font-bold {
  font-weight: 500;
}
.hydrogen-first-section.herb-sella .price-table-wrapper:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .price-table-wrapper:not(:last-child) {
    margin-bottom: 19px;
  }
}
.hydrogen-first-section.herb-sella .price-table-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .price-table-wrapper .price-table th {
    width: 33.3333333333%;
    padding: 14px 10px;
  }
}
.hydrogen-first-section.herb-sella .price-table-wrapper .dot-list li {
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .price-table-wrapper .dot-list li {
    line-height: 26px;
    font-size: 14px;
  }
}
.hydrogen-first-section.herb-sella .price-title {
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.herb-sella .price-title {
    margin-bottom: 7px;
  }
}

.hydrogen-first-section.facial {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.facial {
    padding-bottom: 48px;
  }
}
.hydrogen-first-section.facial .text-box p:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.facial .text-box p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.hydrogen-first-section.facial .hydrogen-page-box .image-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.facial .hydrogen-page-box .image-box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.facial .price-table-wrapper .price-table th {
    padding: 16px;
    font-size: 13px;
    line-height: 15px;
  }
  .hydrogen-first-section.facial .price-table-wrapper .price-table th:not(:first-child) {
    width: 70px;
  }
  .hydrogen-first-section.facial .price-table-wrapper .price-table th:first-child {
    width: 58%;
  }
  .hydrogen-first-section.facial .price-table-wrapper .price-table .ja {
    line-height: 11px;
  }
}

.hydrogen-first-section.reflexology .hydrogen-page-box .text-box p:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.reflexology .hydrogen-page-box .text-box p:not(:last-child) {
    margin-bottom: 27px;
  }
}
.hydrogen-first-section.reflexology .hydrogen-page-box .image-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.reflexology .hydrogen-page-box .image-box {
    margin-top: 31px;
  }
}

.hydrogen-first-section.option .hydrogen-page-box p:not(:last-child) {
  margin-bottom: 30px;
}
.hydrogen-first-section.option .hydrogen-page-box p.option-price-text {
  margin-bottom: 40px;
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.option .hydrogen-page-box p.option-price-text {
    margin-bottom: 20px;
  }
}
.hydrogen-first-section.option .body-price-table {
  line-height: 20px;
}
.hydrogen-first-section.option .body-price-table .bg-green {
  line-height: 17px;
}
.hydrogen-first-section.option .body-price-table .light-green {
  line-height: 13px;
}
.hydrogen-first-section.option .price-table-wrapper:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.option .price-table-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.hydrogen-first-section.option .price-table-wrapper .price-title {
  margin-bottom: 14px;
  font-weight: 500;
}
.hydrogen-first-section.option .price-table-wrapper .price-table {
  margin-bottom: 22px;
}
.hydrogen-first-section.option .price-table-wrapper .price-table.two th {
  padding: 16px;
  font-size: 14px;
  width: 69%;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.option .price-table-wrapper .price-table.two th {
    width: 60%;
    font-size: 12px;
    padding: 12px;
  }
}
.hydrogen-first-section.option .price-table-wrapper .price-table.two th:first-child {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.option .price-table-wrapper .price-table.sp-small th {
    width: 53%;
    line-height: 17px;
  }
  .hydrogen-first-section.option .price-table-wrapper .price-table.sp-small th:not(:first-child) {
    width: 50px;
  }
  .hydrogen-first-section.option .price-table-wrapper .price-table.sp-small.hydrogen th {
    padding: 14px;
  }
  .hydrogen-first-section.option .price-table-wrapper .price-table.sp-small.facial th {
    padding: 16px;
  }
  .hydrogen-first-section.option .price-table-wrapper .price-table.sp-small.reflexology th {
    padding: 19px 16px;
  }
}
@media screen and (max-width: 767px) {
  .hydrogen-first-section.option .price-table-wrapper .price-table.herb th:first-child {
    width: 183px;
    padding: 15px;
  }
}

.page-profile-section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-profile-section {
    padding-top: 50px;
  }
}
.page-profile-section .profile-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .profile-wrapper:not(:last-child) {
    margin-bottom: 43px;
  }
}
.page-profile-section .profile-wrapper:not(:last-child).history {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .profile-wrapper:not(:last-child).history {
    margin-bottom: 52px;
  }
}
.page-profile-section .profile-first-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-profile-section .profile-first-wrapper {
    display: block;
  }
}
.page-profile-section .profile-first-wrapper a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.page-profile-section .profile-first-wrapper .text-box {
  width: calc(100% - 180px - 50px);
}
@media screen and (max-width: 767px) {
  .page-profile-section .profile-first-wrapper .text-box {
    width: 100%;
    line-height: 26px;
  }
}
.page-profile-section .profile-first-wrapper .image-box {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .profile-first-wrapper .image-box {
    float: right;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 145px;
  }
}
.page-profile-section .text-box {
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .text-box {
    line-height: 27px;
    font-size: 14px;
  }
}
.page-profile-section .big-image {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .big-image {
    margin-top: 21px;
  }
}
.page-profile-section .history-wrapper {
  padding: 0 0 26px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px dotted rgb(198, 187, 169);
}
@media screen and (max-width: 767px) {
  .page-profile-section .history-wrapper {
    padding-left: 7px;
    gap: 3px;
    padding-bottom: 11px;
  }
}
.page-profile-section .history-wrapper:not(:first-of-type) {
  padding-top: 22px;
}
.page-profile-section .history-wrapper:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
.page-profile-section .history-wrapper .time {
  font-size: 18px;
  width: 160px;
  color: rgb(43, 90, 77);
}
@media screen and (max-width: 767px) {
  .page-profile-section .history-wrapper .time {
    font-size: 15px;
  }
}
.page-profile-section .history-wrapper .year {
  font-size: 27px;
}
.page-profile-section .history-wrapper .month {
  margin-left: 5px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .history-wrapper .month {
    font-size: 19px;
  }
}
.page-profile-section .history-wrapper .contents {
  line-height: 28px;
  width: calc(100% - 160px);
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .page-profile-section .history-wrapper .contents {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}
.page-profile-section .history-wrapper .contents a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.page-profile-section .history-wrapper .contents a:hover {
  border-color: transparent;
}

.history-other-wrapper {
  margin-top: 74px;
  display: -ms-grid;
  display: grid;
  gap: 61px 80px;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .history-other-wrapper {
    -ms-grid-columns: 80%;
    grid-template-columns: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .history-other-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 50px;
    gap: 45px;
  }
}
.history-other-wrapper .line-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .history-other-wrapper .line-title {
    margin-bottom: 14px;
  }
}
.history-other-wrapper .dot-list li {
  line-height: 34px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .history-other-wrapper .dot-list li {
    line-height: 27px;
    font-size: 14px;
  }
}
.history-other-wrapper .dot-list li:not(:last-child) {
  margin-bottom: 0;
}

.faq-section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding-top: 50px;
  }
}

.page-faq-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-faq-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}

.accordion-wrapper {
  border-bottom: 1px dotted rgb(198, 187, 169);
}
.accordion-wrapper:not(:first-of-type) .trigger {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .accordion-wrapper:not(:first-of-type) .trigger {
    padding-top: 23px;
  }
}
.accordion-wrapper .trigger {
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  color: rgb(43, 90, 77);
  gap: 15px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .trigger {
    gap: 10px;
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
.accordion-wrapper .trigger::before {
  content: "Q";
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(43, 90, 77);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .trigger::before {
    width: 45px;
  }
}
.accordion-wrapper .trigger::after {
  content: "";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../../images/faq-arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .trigger::after {
    width: 20px;
  }
}
.accordion-wrapper .trigger span {
  pointer-events: none;
  width: calc(100% - 50px - 22px - 30px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .trigger span {
    width: calc(100% - 45px - 20px - 20px);
  }
}
.accordion-wrapper .trigger.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion-wrapper .content {
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-height: 0;
}
.accordion-wrapper .content.is-open {
  max-height: var(--max-height);
}
.accordion-wrapper .content .inner-box {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .content .inner-box {
    gap: 10px;
  }
}
.accordion-wrapper .content .inner-box::before {
  content: "A";
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: rgb(43, 90, 77);
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .content .inner-box::before {
    width: 45px;
  }
}
.accordion-wrapper .content .inner-box span {
  display: block;
  padding-top: 10px;
  line-height: 32px;
  width: calc(100% - 50px - 15px);
}
@media screen and (max-width: 767px) {
  .accordion-wrapper .content .inner-box span {
    width: calc(100% - 45px - 10px);
    padding-top: 5px;
    line-height: 26px;
    font-size: 14px;
  }
}
.accordion-wrapper a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.accordion-wrapper .bold {
  font-weight: 500;
}
.accordion-wrapper .dot-list {
  margin-bottom: 20px;
}
.accordion-wrapper .dot-list li {
  line-height: 33px;
}

.voice-sns-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voice-sns-wrapper:not(:last-child) {
    margin-bottom: 50px;
  }
}
.voice-sns-wrapper img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .voice-sns-wrapper img {
    width: 80px;
  }
}
.voice-sns-wrapper .top-link {
  text-transform: capitalize;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .voice-sns-wrapper .top-link {
    max-width: 200px;
  }
}

.stert-box {
  margin-bottom: 30px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.page-voice-wrapper:not(:last-child) {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page-voice-wrapper .name-box {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .name-box {
    gap: 10px;
  }
}
.page-voice-wrapper .name-box img {
  margin: 0;
  width: 47px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .name-box img {
    width: 38px;
  }
}
.page-voice-wrapper .name-box img.girl {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .name-box img.girl {
    width: 32px;
  }
}
.page-voice-wrapper .name-box .text {
  font-weight: 500;
}
.page-voice-wrapper .name-box .position {
  font-weight: 400;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .name-box .position {
    font-size: 11.5px;
  }
}
.page-voice-wrapper .name-box .name {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .name-box .name {
    font-size: 20px;
  }
}
.page-voice-wrapper .voice-message {
  position: relative;
  padding: 30px 40px;
  border-radius: 5px;
  line-height: 32px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .voice-message {
    padding: 18px;
    font-size: 14px;
    line-height: 26px;
  }
}
.page-voice-wrapper .voice-message::before {
  position: absolute;
  top: 0;
  left: 90px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .page-voice-wrapper .voice-message::before {
    left: 78px;
  }
}

.page-access-section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-access-section {
    padding-top: 50px;
  }
}
.page-access-section p {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .page-access-section p {
    line-height: 26px;
    font-size: 14px;
  }
}
.page-access-section p a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.page-access-section p a:hover {
  border-color: transparent;
}
.page-access-section .text-box {
  margin-bottom: 24px;
}
.page-access-section .text-box p:not(:last-child) {
  margin-bottom: 7px;
}
.page-access-section .text-box .card {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-access-section .text-box .card {
    font-size: 12px;
  }
}
.page-access-section .google-map {
  margin-bottom: 25px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .page-access-section .google-map {
    height: 370px;
    margin-bottom: 14px;
  }
}
.page-access-section .google-map.en {
  margin-bottom: 0;
}

.page-contact-section {
  padding-bottom: 140px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-contact-section {
    padding-top: 40px;
  }
}

.contact-wrapper {
  margin-bottom: 70px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.contact-wrapper .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box {
    margin-bottom: 17px;
  }
}
.contact-wrapper .contact-box:last-of-type .title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.contact-wrapper .contact-box:last-of-type .text-common {
  height: 345px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box:last-of-type .text-common {
    height: 300px;
  }
}
.contact-wrapper .contact-box .title {
  width: 173px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box .title {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.contact-wrapper .contact-box .title span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box .title span {
    font-size: 12px;
  }
}
.contact-wrapper .contact-box .input {
  width: calc(100% - 173px);
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box .input {
    width: 100%;
  }
}
.contact-wrapper .contact-box .text-common {
  display: block;
  width: 100%;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-box .text-common {
    padding: 15px 5px;
  }
}
.contact-wrapper .button-submit {
  display: block;
  margin: auto;
  width: 180px;
  font-size: 17px;
  letter-spacing: 4px;
  padding: 15px 10px;
  color: rgb(255, 255, 255);
  background-color: #444444;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .button-submit {
    width: 160px;
    padding: 10px;
    margin-top: 23px;
  }
}

.store-section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .store-section {
    padding-top: 50px;
    font-size: 14px;
  }
}
.store-section p {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .store-section p {
    line-height: 26px;
  }
}
.store-section .store-link {
  display: block;
  margin: 56px auto;
  width: 89%;
  max-width: 400px;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .store-section .store-link {
    margin-top: 43px;
    margin-bottom: 47px;
  }
}
.store-section .store-link p {
  position: relative;
  padding: 11px;
  background-color: rgb(112, 0, 24);
}
@media screen and (max-width: 767px) {
  .store-section .store-link p {
    padding: 8px;
  }
}
.store-section .store-link p::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.store-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px 80px;
}
@media screen and (max-width: 1023px) {
  .store-page-wrapper {
    gap: 50px 30px;
  }
}
.store-page-wrapper .store-box {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1023px) {
  .store-page-wrapper .store-box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .store-page-wrapper .store-box {
    width: 100%;
  }
}
.store-page-wrapper .store-box.big {
  width: 100%;
}
.store-page-wrapper .store-box.big .line-title {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1023px) {
  .store-page-wrapper .store-box.big .line-title {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .store-page-wrapper .store-box.big .line-title {
    width: 100%;
  }
}
.store-page-wrapper .store-box a {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.store-page-wrapper .store-box .dot-list li {
  line-height: 26px;
}

.page-news-section {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-news-section {
    padding-top: 50px;
  }
}

.single-time {
  color: rgb(178, 148, 77);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .single-time {
    font-size: 14px;
  }
}

.single-title {
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 21px;
    line-height: 32px;
    margin: 5px 0 25px;
  }
}

.single-image-box {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .single-image-box {
    margin-bottom: 25px;
  }
}

.main-contents.single {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-contents.single {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=main.css.map */