@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

main {
  padding-top: calc(clamp(6rem, 8vw, 8rem) + 60px);
  background-color: #fffbf4;
}
@media (max-width: 920px) {
  main {
    padding-top: clamp(6rem, 8vw, 8rem);
  }
}

.container {
  width: min(85vw, 1100px);
  margin: 0 auto;
}
@media (max-width: 920px) {
  .container {
    width: 90vw;
  }
}

section:not(#hero) {
  padding: clamp(100px, 12vw, 120px) 0;
}

section.bg {
  background-color: #f5efe5;
}

.margin-auto {
  margin-inline: auto;
}

.menu-card {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-top: none;
  padding: clamp(40px, 5vw, 70px) min(4vw, 50px);
}

.pt-1 {
  padding-top: 1em;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  vertical-align: middle;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}

strong,
h2,
h3,
h4 {
  font-weight: inherit;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 3vw, 4rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: clamp(3rem, 10vw, 4rem);
  color: #439489;
}
@media (max-width: 920px) {
  h2 {
    text-align: center;
  }
}
h2 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  padding-top: 0.6em;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

strong,
h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-family: "Noto Serif JP", serif;
}

.text {
  font-family: "Playfair Display", serif;
}

h4 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  padding-bottom: 0.5em;
  color: #439489;
  font-weight: 600;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fade-in-up:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.fade-in-up:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

a:not(.logo) {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.logo):hover {
    opacity: 0.5;
  }
}
#before-after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 40px;
}
#before-after ul li {
  width: 48%;
  cursor: pointer;
}
#before-after.narrow li {
  width: 32%;
}
@media (max-width: 920px) {
  #before-after.narrow li {
    width: 48%;
  }
}
#before-after .image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 5vw 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}
#before-after .image-modal.active {
  opacity: 1;
  visibility: visible;
}
#before-after .image-modal .modal-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#before-after .image-modal .modal-image {
  width: auto;
  max-width: 90vw;
  max-height: calc(100vh - 120px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#before-after .image-modal .close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#before-after .image-modal .close-btn .material-symbols-outlined {
  font-size: 36px;
  color: #fff;
}

.button {
  display: block;
  background-color: #439489;
  color: #fff;
}

.button .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

.button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 65px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
  text-align: center;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}
.button--primary .material-symbols-outlined {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  gap: 0.5em;
  border-radius: 5px;
}

.button--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 80px;
  gap: 5px;
  background-color: #fffbf4;
  color: #000;
}

#coupon .container {
  background-color: #fff;
  padding: 30px min(3vw, 30px);
  outline: 3px solid #e6f3f1;
  outline-offset: -10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 920px) {
  #coupon .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#coupon .container span {
  background-color: #439489;
  color: #fff;
  position: absolute;
  left: 0;
  top: 1.2em;
  line-height: 2em;
  padding-inline: 0.8em;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
#coupon .container .price {
  color: #f14419;
  width: 35%;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  padding-bottom: 30px;
}
@media (max-width: 920px) {
  #coupon .container .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-block: 30px 10px;
  }
}
#coupon .container .price strong {
  font-size: clamp(5rem, 5vw, 8rem);
  display: inline;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#coupon .container .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #b4b4b4;
  padding-block: 30px;
  padding-left: 2em;
}
@media (max-width: 920px) {
  #coupon .container .detail {
    padding-left: 0;
    border-left: none;
    width: 100%;
    padding-inline: min(2vw, 30px);
    border-top: 1px solid #b4b4b4;
  }
}
#coupon .container .detail.recommend {
  border: none;
  padding-block: 0;
  padding-left: 0;
}
@media (max-width: 920px) {
  #coupon .container .detail.recommend {
    padding-inline: min(2vw, 30px);
  }
}
#coupon .container .detail ul li {
  position: relative;
  padding-left: 1.2em;
}
#coupon .container .detail ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#coupon .container .detail .asterisk {
  position: relative;
  padding-left: 1.2em;
}
#coupon .container .detail .asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
  z-index: 200;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 920px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.is-open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

section#page-hero {
  position: relative;
  z-index: 0;
  background-image: url("images/background/reserve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
section#page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
section#page-hero h2 {
  color: #fff;
}
section#page-hero {
  padding-block: clamp(60px, 15vw, 100px);
  background-image: url("../images/common/background.png");
}
section#page-hero h2 {
  margin-bottom: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
section#page-hero h2 span {
  color: #fff;
}

#reserve {
  position: relative;
  z-index: 0;
  background-image: url("images/background/reserve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
#reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#reserve h2 {
  color: #fff;
}
#reserve {
  background-image: url("../images/background/reserve.png");
}
#reserve ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #reserve ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

#info .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #info .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#info .content-wrap > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #info .content-wrap > .img-wrap {
    width: 100%;
  }
}
#info .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #info .content-wrap > .content {
    width: 100%;
  }
}
#info .content-wrap {
  row-gap: 40px;
}
#info .content-wrap .map {
  overflow: hidden;
  aspect-ratio: 4/3;
}
#info .content-wrap .map iframe {
  width: 100%;
  height: 100%;
}
#info .content-wrap .content img {
  width: clamp(150px, 20vw, 200px);
  margin-bottom: 30px;
  margin-inline: auto;
}
#info .content-wrap .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8em;
  border-top: 1px solid #b4b4b4;
}
#info .content-wrap .content ul li:last-child {
  border-bottom: 1px solid #b4b4b4;
}
#info .content-wrap .content ul li .label {
  width: 5.5em;
}
#info .content-wrap .content ul li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  letter-spacing: 0.8em;
}
.tab.wide {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.tab.wide .tab-btn {
  padding-block: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab.narrow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.tab.narrow .tab-btn {
  width: 21%;
  padding-block: 0.8em;
}
@media (max-width: 920px) {
  .tab.narrow .tab-btn {
    width: 48%;
  }
}
.tab .tab-btn {
  background-color: #d9d9d9;
  cursor: pointer;
  color: #000;
}
.tab .tab-btn.active {
  background-color: #439489;
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content.wide {
  border-top: 5px solid #439489;
}

.tab-content.narrow > div {
  overflow: hidden;
  border: 1px solid #b4b4b4;
}
.tab-content.narrow > div img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.footer {
  background-color: #fffbf4;
  padding-top: clamp(50px, 15vw, 70px);
}
.footer.bg {
  background-color: #f5efe5;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer ul li {
  width: 1.8em;
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  padding-block: 30px 30px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffbf4;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  font-family: "Noto Serif JP", serif;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(6rem, 8vw, 8rem);
  padding: 0 min(5vw, 20px);
  border-bottom: 1px solid #b4b4b4;
}
@media (max-width: 920px) {
  .header__top {
    border-bottom: none;
  }
}
.header h1 {
  width: clamp(100px, 15vw, 150px);
}
.header h1 a {
  display: block;
}
.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  list-style: none;
}
.header .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .call .material-symbols-outlined {
  font-size: 2.5em;
  font-weight: 200;
}
.header .call > span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
}
.header .call > span span {
  display: block;
  font-size: 1.3rem;
}
.header .reserve img {
  width: 25px;
}
.header .reserve.line .button {
  background-color: #6cb55d;
}
.header .reserve.hpb .button {
  background-color: #ba6a7b;
}
.header__nav > .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
@media (max-width: 920px) {
  .header__nav > .header__nav-list {
    height: auto;
  }
}
.header__nav > .header__nav-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  border-left: 1px solid #b4b4b4;
}
.header__nav > .header__nav-list > li:first-child {
  border-left: none;
}
.header__nav > .header__nav-list > li {
  font-size: 1.2rem;
}
.header__nav > .header__nav-list > li span:not(.material-symbols-outlined) {
  display: block;
  font-size: 1.7rem;
  padding-bottom: 0.5em;
}
.header__nav > .header__nav-list > li > a,
.header__nav > .header__nav-list > li .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  line-height: 1em;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  height: 60px;
  color: #000;
}
@media (max-width: 920px) {
  .header__nav > .header__nav-list > li > a,
  .header__nav > .header__nav-list > li .dropdown-toggle {
    height: 65px;
  }
}
.header__nav > .header__nav-list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav .has-dropdown .dropdown-toggle .material-symbols-outlined {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-weight: 200;
  font-size: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__nav .has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  background: #fffbf4;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.header__nav .has-dropdown .dropdown li a {
  display: block;
  padding-block: 20px;
  height: 60px;
  white-space: nowrap;
  border-top: 1px solid #b4b4b4;
}
@media (max-width: 920px) {
  .header__nav .has-dropdown .dropdown li a {
    height: 65px;
  }
}
.header__nav .has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__sp-info {
  display: none;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header.is-open .header__overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 920px) {
  .header__top-right {
    display: none;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: #fffbf4;
    overflow-y: auto;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    z-index: 150;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .header__nav > .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav > .header__nav-list > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: left;
    border-left: none;
    border-top: 1px solid #b4b4b4;
  }
  .header__nav > .header__nav-list > li:last-child {
    border-bottom: 1px solid #b4b4b4;
  }
  .header__nav > .header__nav-list > li > a,
  .header__nav > .header__nav-list > li .dropdown-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 24px;
    line-height: 1.5em;
  }
  .header__nav > .header__nav-list > li .dropdown-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav .has-dropdown .dropdown-toggle {
    position: relative;
  }
  .header__nav .has-dropdown .dropdown-toggle .material-symbols-outlined {
    position: absolute;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .header__nav .has-dropdown .dropdown {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
  }
  .header__nav .has-dropdown .dropdown li a {
    padding-inline: 36px;
  }
  .header__nav .has-dropdown.is-open .dropdown {
    max-height: 400px;
  }
  .header__nav .has-dropdown.is-open .dropdown-toggle .material-symbols-outlined {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__nav .header__sp-info {
    display: block;
    padding-top: 40px;
  }
  .header__nav .header__sp-info .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .header__nav .header__sp-info .header__info li {
    width: 100%;
  }
  .header__nav .header__sp-info .header__info li .button {
    width: 80%;
    height: 60px;
    max-width: 250px;
    margin-inline: auto;
  }
  .header__nav .header__sp-info .header__info li.call {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#floor ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 20px;
}
#floor ul li {
  width: 32%;
}
@media (max-width: 920px) {
  #floor ul li {
    width: 48%;
  }
}

#voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: min(10vw, 40px);
}
#voice ul li {
  background-color: #fff;
  padding: 30px min(3vw, 30px);
}
#voice ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 1rem;
  padding-bottom: 0.8em;
}
@media (max-width: 920px) {
  #voice ul li .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#voice ul li .title img {
  width: 150px;
}
#voice ul li .title .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 920px) {
  #voice ul li .title .user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1em;
    gap: 0.5em;
  }
}
#voice ul li .title .user span {
  opacity: 0.5;
  border: 1px solid #000;
  margin-right: 1em;
  line-height: 1.5em;
  border-radius: 1.5em;
  padding-inline: 1em;
}

#access .map {
  aspect-ratio: 3/2;
}
#access .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#access ul {
  margin-top: clamp(60px, 10vw, 100px);
  border: 1px solid #b4b4b4;
}
#access ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#access ul li:last-child .label, #access ul li:last-child .value {
  border-bottom: none;
}
#access ul li .label {
  padding-block: 1.5em;
  width: 10em;
  background-color: #e6f3f1;
  border-bottom: 1px solid #b4b4b4;
  text-align: center;
}
#access ul li .value {
  padding-block: 1.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: min(3vw, 30px);
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  background-color: #fff;
  text-wrap: wrap;
}

#body .tab-content h2 {
  margin-bottom: 1.5em;
}
#body .tab-content .menu-top {
  margin-bottom: clamp(80px, 10vw, 100px);
}
#body .tab-content .menu-top ul {
  border: 1px solid #b4b4b4;
}
#body .tab-content .menu-top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b4b4b4;
}
#body .tab-content .menu-top ul li:last-child {
  border-bottom: none;
}
#body .tab-content .menu-top ul li > * {
  padding-block: 1em;
  padding-inline: min(3vw, 30px);
}
#body .tab-content .menu-top ul li .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#body .tab-content .menu-top ul li .menu span {
  display: block;
  opacity: 0.5;
  font-size: 0.9em;
}
#body .tab-content .menu-top ul li .price {
  width: 11.5em;
  text-align: end;
  border-left: 1px solid #b4b4b4;
}
@media (max-width: 920px) {
  #body .tab-content .menu-top ul li .price {
    width: 9.5em;
  }
}
#body .tab-content .parts {
  background-color: #e6f3f1;
  padding: 40px min(3vw, 30px);
  margin-bottom: clamp(80px, 10vw, 100px);
}
#body .tab-content .parts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 920px) {
  #body .tab-content .parts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#body .tab-content .parts ul li {
  background-color: #fff;
  width: 31%;
  border: 1px solid #b4b4b4;
  padding: 30px min(3vw, 20px);
}
@media (max-width: 920px) {
  #body .tab-content .parts ul li {
    width: 100%;
  }
}
#body .tab-content .parts .coupon {
  text-align: end;
  color: #f14419;
  padding-top: 1em;
  font-weight: 500;
}
#body .tab-content .menu-details > div {
  margin-bottom: clamp(30px, 10vw, 50px);
}
#body .tab-content .menu-details > div:last-child {
  margin-bottom: 0;
}
#body .tab-content .menu-details .heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8em;
}
#body .tab-content .menu-details .heading-row h3 {
  background-color: #439489;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-block: 0.3em;
  padding-inline: 0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 0;
}
#body .tab-content .menu-details .heading-row::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #439489;
}
#body .tab-content .menu-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b4b4b4;
  margin-top: 20px;
}
#body .tab-content .menu-details ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  padding-inline: min(2.5vw, 30px);
}
#body .tab-content .menu-details ul li:first-child {
  border-left: none;
}
#body .tab-content .menu-details ul li h4 {
  padding-bottom: 0;
  padding-right: 0.3em;
}

#bust .content {
  border: 1px solid #b4b4b4;
}
#bust .content:last-child {
  margin-top: 40px;
}
#bust .content h3 {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em min(3vw, 30px);
  font-weight: 500;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
#bust .content h3 .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#bust .content h3 .price {
  width: 4em;
  text-align: end;
}
#bust .content div {
  padding: 1em min(3vw, 30px);
}

#message .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #message .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#message .content-wrap > .img-wrap {
  width: 30%;
}
@media (max-width: 920px) {
  #message .content-wrap > .img-wrap {
    width: 100%;
  }
}
#message .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #message .content-wrap > .content {
    width: 100%;
  }
}
@media (max-width: 920px) {
  #message .content-wrap {
    width: min(100%, 400px);
  }
}
#message .content-wrap .name {
  padding-top: 10px;
}

#question ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: min(10vw, 40px);
}
#question ul li {
  background-color: #fff;
  padding: 30px min(3vw, 30px);
}
#question ul li h3 {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 1rem;
  padding-bottom: 0.8em;
}

#hero {
  overflow: hidden;
}
#hero video {
  display: block;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
}

#about .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #about .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#about .content-wrap > .img-wrap {
  width: 50%;
}
@media (max-width: 920px) {
  #about .content-wrap > .img-wrap {
    width: 100%;
  }
}
#about .content-wrap > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #about .content-wrap > .content {
    width: 100%;
  }
}
#about .content-wrap {
  row-gap: 70px;
}
#about .content-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .content-wrap .img-wrap img:last-child {
  width: 60%;
  margin-left: -5%;
  margin-top: 20px;
}
@media (max-width: 920px) {
  #about .content-wrap .img-wrap img:last-child {
    margin-left: -1.5vw;
    margin-top: -20%;
    width: 50%;
  }
}
#about .content-wrap .content {
  position: relative;
}
#about .content-wrap .content span.text {
  position: absolute;
  color: #439489;
  opacity: 0.1;
  font-size: clamp(5rem, 4vw, 10rem);
  left: 0;
  right: 0;
  margin: auto;
  top: -0.8em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}
@media (max-width: 920px) {
  #about .content-wrap .content strong {
    text-align: center;
  }
}

#features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1000px;
  margin-inline: auto;
  row-gap: 50px;
}
#features ul li {
  width: 31%;
}
@media (max-width: 920px) {
  #features ul li {
    width: 48%;
  }
}
#features ul li div {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 1em;
}
#features ul li div img {
  height: 40%;
}

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#menu ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * (2 - 1)) / 2);
          flex: 0 0 calc((100% - 40px * (2 - 1)) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 920px) {
  #menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu ul > * {
    width: 100%;
  }
}
#menu ul li {
  position: relative;
}
#menu ul li h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(67, 148, 137, 0.8);
  margin-bottom: 0;
  color: #fff;
  line-height: 1.8em;
}

#staff .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(200px, 25vw, 300px);
  gap: 0.6em;
  background-image: url(/images/common/view.png);
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#staff .container a::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  backdrop-filter: blur(3px);
}
#staff .container a h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#staff .container a .arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  padding-inline: 0.5em;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#staff .container a .arrow .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

#view {
  height: clamp(300px, 40vw, 400px);
  overflow: hidden;
}
#view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#social ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * (3 - 1)) / 3);
          flex: 0 0 calc((100% - 40px * (3 - 1)) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 920px) {
  #social ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #social ul > * {
    width: 100%;
  }
}
#social ul li {
  background-color: #fff;
  padding: 50px min(3vw, 30px);
}
@media (max-width: 920px) {
  #social ul li {
    max-width: 450px;
    margin-inline: auto;
  }
}
#social ul li .img-wrap {
  background-color: #439489;
  width: 25%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 920px) {
  #social ul li .img-wrap {
    width: 20%;
  }
}
#social ul li .img-wrap img {
  width: 60%;
}
#social ul li .button {
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 920px) {
  #social ul li .button {
    max-width: 280px;
  }
}

#menu-list .menu__content {
  max-width: 900px;
  margin: 0 auto;
}
#menu-list .menu__content h3 {
  margin-bottom: 10px;
}
#menu-list .menu__content ul {
  background-color: #fff;
  padding: 0 min(3vw, 20px);
}
#menu-list .menu__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #b4b4b4;
  padding: 15px 0;
}
#menu-list .menu__content ul li:first-child {
  border-top: none;
}
#menu-list .menu__content ul li .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-list .menu__content ul li .price {
  width: 5em;
  text-align: end;
}

#page-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
#page-list ul li {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#page-list ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 920px) {
  #page-list ul li figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-list ul li figure img {
  width: 45%;
}
@media (max-width: 920px) {
  #page-list ul li figure img {
    width: 100%;
  }
}
#page-list ul li figure figcaption {
  padding-inline: min(5vw, 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 920px) {
  #page-list ul li figure figcaption {
    padding-block: 30px 50px;
    padding-inline: min(5vw, 30px);
  }
}
#page-list ul li figure figcaption h3 {
  color: #439489;
  font-weight: 600;
}
@media (max-width: 920px) {
  #page-list ul li figure figcaption h3 {
    text-align: center;
  }
}
#page-list ul li figure figcaption .button {
  margin-top: 30px;
}

#skin-menu .tab-content .detail {
  background-color: #e6f3f1;
  margin-top: 50px;
  padding: 30px min(3vw, 30px);
}
#skin-menu .tab-content .detail ul li {
  position: relative;
  padding-left: 1.2em;
}
#skin-menu .tab-content .detail ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#skin-menu .tab-content .menu-chart.mt {
  margin-top: 50px;
}
#skin-menu .tab-content .menu-chart ul {
  border: 1px solid #b4b4b4;
}
#skin-menu .tab-content .menu-chart ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b4b4b4;
}
#skin-menu .tab-content .menu-chart ul li:last-child {
  border-bottom: none;
}
#skin-menu .tab-content .menu-chart ul li > p {
  padding-block: 1em;
  padding-inline: min(2vw, 20px);
}
#skin-menu .tab-content .menu-chart ul li > p.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#skin-menu .tab-content .menu-chart ul li > p.menu span {
  display: block;
  opacity: 0.5;
  font-size: 0.9em;
}
#skin-menu .tab-content .menu-chart ul li > p.price {
  width: clamp(5.8em, 12vw, 8em);
  text-align: end;
  border-left: 1px solid #b4b4b4;
}

#skin-option .menu-card > div:nth-child(n+2) {
  margin-top: 40px;
}
#skin-option .menu-card > div ul {
  border: 1px solid #b4b4b4;
}
#skin-option .menu-card > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b4b4b4;
}
#skin-option .menu-card > div ul li:last-child {
  border-bottom: none;
}
#skin-option .menu-card > div ul li > p {
  padding-block: 1em;
  padding-inline: min(2vw, 20px);
}
#skin-option .menu-card > div ul li > p.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#skin-option .menu-card > div ul li > p.menu > span {
  display: block;
  margin-bottom: 0.2em;
}
#skin-option .menu-card > div ul li > p.menu > span .label {
  color: #fff;
  padding-inline: 0.4em;
  padding-block: 0.1em;
  font-size: 0.9em;
}
#skin-option .menu-card > div ul li > p.menu > span .label.label-jp {
  background-color: #f14419;
}
#skin-option .menu-card > div ul li > p.menu > span .label.label-kr {
  background-color: #197cf1;
}
#skin-option .menu-card > div ul li > p.detail {
  text-align: end;
  border-left: 1px solid #b4b4b4;
  width: clamp(4.5em, 10vw, 7em);
}
#skin-option .menu-card > div ul li > p.price {
  width: clamp(5.8em, 12vw, 8em);
  text-align: end;
  border-left: 1px solid #b4b4b4;
}

#menu-wax .content-02 {
  margin-top: clamp(40px, 10vw, 80px);
}
#menu-wax .content-02 .text-coupon {
  color: #f14419;
  font-weight: 500;
  padding-top: 0.5em;
}
#menu-wax .menu-content {
  background-color: #fff;
  padding: 40px min(4vw, 30px);
}
#menu-wax .menu-content .flow {
  background-color: #e6f3f1;
  padding: 30px min(3vw, 30px);
  margin-bottom: 50px;
}
#menu-wax .menu-content .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 920px) {
  #menu-wax .menu-content .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 920px) {
  #menu-wax .menu-content .content-wrap.no-gap {
    row-gap: 0;
  }
  #menu-wax .menu-content .content-wrap.no-gap .menu-price:last-child ul {
    border-top: none;
  }
}
#menu-wax .menu-content .content-wrap > div {
  width: 48%;
}
@media (max-width: 920px) {
  #menu-wax .menu-content .content-wrap > div {
    width: 100%;
  }
}
#menu-wax .menu-content .content-wrap > div.ba div {
  position: relative;
}
#menu-wax .menu-content .content-wrap > div.ba div:last-child {
  margin-top: 10px;
}
#menu-wax .menu-content .content-wrap > div.ba div p {
  position: absolute;
  background-color: #439489;
  top: 0;
  left: 0;
  color: #fff;
  padding-inline: 1em;
  line-height: 1.8em;
}
#menu-wax .menu-content .content-wrap > div.menu-price {
  position: relative;
}
#menu-wax .menu-content .content-wrap > div.menu-price .campaign {
  color: #f14419;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
  position: absolute;
  bottom: calc(100% + 0.2em);
  right: 0;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul {
  border: 1px solid #b4b4b4;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul.red .price {
  color: #f14419;
  font-weight: 500;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b4b4b4;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li:last-child {
  border-bottom: none;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li p {
  padding-block: 0.8em;
  padding-inline: min(3vw, 20px);
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li .menu span {
  font-size: 0.8em;
  display: block;
}
#menu-wax .menu-content .content-wrap > div.menu-price ul li .price {
  text-align: end;
  width: 7em;
  border-left: 1px solid #b4b4b4;
}

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

@media (max-width: 920px) {
  .display-pc {
    display: none;
  }
}
.text-center {
  text-align: center;
}

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

.br-sp {
  display: none;
}
@media (max-width: 920px) {
  .br-sp {
    display: block;
  }
}

.title-bg {
  background-color: #439489;
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.4rem);
  padding-inline: min(3vw, 30px);
  padding-block: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
.title-bg:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 920px) {
  .title-bg:has(span) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.3em;
  }
}
.title-bg.mb {
  margin-bottom: 30px;
}
.title-bg span {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding-top: 0;
}