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

body {
  color: #3a322c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #e95900;
  border-bottom: 1px solid #e95900;
  padding-bottom: 5px;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3a322c;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #3a322c;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #3a322c;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #3a322c;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #3a322c;
}

.sb_style p {
  font-size: 16px;
  font-weight: 700;
  color: #3a322c;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #3a322c;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #3a322c;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #3a322c;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #3a322c;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #3a322c;
  }
  .sb_style p {
    font-size: 14px;
    color: #3a322c;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
  .sb_style a {
    padding-bottom: 0;
  }
}
.number {
  color: #e95900;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.heading-lv3--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
.heading-lv3--pattern-1::before {
  content: "";
  display: block;
  width: 251px;
  aspect-ratio: 251/109;
  background: url(../img/components/title/steam--left.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.heading-lv3--pattern-1::after {
  content: "";
  display: block;
  width: 251px;
  aspect-ratio: 251/109;
  background: url(../img/components/title/steam--right.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.heading-lv3--pattern-1 .icon {
  z-index: 100;
}
.heading-lv3--pattern-1 .text {
  color: #e95900;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  z-index: 100;
}
.heading-lv3--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading-lv3--pattern-2 .text {
  color: #e95900;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .number {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .heading-lv3--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
  }
  .heading-lv3--pattern-1::before {
    content: "";
    display: block;
    width: 90px;
  }
  .heading-lv3--pattern-1::after {
    content: "";
    display: block;
    width: 90px;
  }
  .heading-lv3--pattern-1 .icon {
    width: 35px;
  }
  .heading-lv3--pattern-1 .text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .heading-lv3--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading-lv3--pattern-2 .icon {
    width: 35px;
  }
  .heading-lv3--pattern-2 .text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.button--pattern-1 {
  display: flex;
  justify-content: center;
  width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 3px solid #e95900;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
.button--pattern-1 .icon {
  color: #e95900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-1:hover {
  background: #e95900;
}
.button--pattern-1:hover .icon, .button--pattern-1:hover .text {
  color: #ffffff;
}
.button--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 220px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 3px solid #e95900;
  border-radius: 8px;
  transition: all 0.3s;
}
.button--mail .icon {
  color: #e95900;
}
.button--mail .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--mail:hover {
  background: #e95900;
}
.button--mail:hover .icon, .button--mail:hover .text {
  color: #ffffff;
}
.button--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.button--tel .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button--tel .wrapper .icon, .button--tel .wrapper .text {
  color: #e95900;
}
.button--tel .wrapper .text {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.button--tel .caption {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--tel:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    justify-content: center;
    width: 80%;
    padding: 15px 10px;
    position: relative;
  }
  .button--pattern-1 .text {
    font-size: 1.6rem;
  }
  .button--mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 220px;
    padding: 15px 10px;
  }
  .button--mail .text {
    font-size: 1.6rem;
  }
  .button--tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .button--tel .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .button--tel .wrapper .text {
    font-size: 3.2rem;
  }
  .button--tel .caption {
    font-size: 1.4rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e95900;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #e95900;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-bar__list {
  display: flex;
  align-items: center;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 15px;
  position: relative;
  transition: all 0.3s;
}
.header-bar__item a::after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background: #3a322c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.header-bar__item--last a::after {
  display: none;
}
.header-bar__item:hover {
  color: #e95900;
}

.header-visual {
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.header-visual::before {
  content: "";
  display: block;
  width: 21.67%;
  aspect-ratio: 416/483;
  background: url(../img/layout/header/goodwill--left.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: 0;
}
.header-visual::after {
  content: "";
  display: block;
  width: 20.83%;
  aspect-ratio: 400/474;
  background: url(../img/layout/header/goodwill--right.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  right: 0;
}
.header-visual__title {
  position: absolute;
  z-index: 100;
}
.header-visual__title--top {
  display: block;
  width: 24%;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.header-visual__title--sub {
  display: flex;
  justify-content: center;
  width: 1080px;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header-visual__title--sub span {
  display: block;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
}
.header-visual__title--sub span::before {
  content: "";
  display: block;
  width: 142px;
  aspect-ratio: 142/98;
  background: url(../img/layout/header/deco--maruchan.png) no-repeat center/contain;
  position: absolute;
  top: -90px;
  left: 0;
}
.header-visual__title--sub span::after {
  content: "";
  display: block;
  width: 214px;
  aspect-ratio: 214/260;
  background: url(../img/layout/header/deco--goods.png) no-repeat center/contain;
  position: absolute;
  top: -210px;
  right: 0;
}
.header-visual__img--top {
  display: block;
  width: 80%;
  margin: 0 0 0 auto;
}
.header-visual__img--sub {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header-bar__logo {
    width: 60px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    padding: 0 10px;
    margin-top: 82px;
    box-sizing: border-box;
    position: relative;
  }
  .header-visual::before {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .header-visual::after {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .header-visual__title {
    position: absolute;
    z-index: 100;
  }
  .header-visual__title--top {
    display: block;
    width: 45%;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .header-visual__title--sub {
    display: flex;
    justify-content: center;
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header-visual__title--sub span {
    display: block;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    position: relative;
  }
  .header-visual__title--sub span::before {
    content: "";
    display: block;
    width: 65px;
    position: absolute;
    top: -35px;
    left: 0;
  }
  .header-visual__title--sub span::after {
    content: "";
    display: block;
    width: 80px;
    position: absolute;
    top: -90px;
    right: 0;
  }
  .header-visual__img--top {
    display: block;
    width: 60%;
    margin: 0 0 0 auto;
  }
  .header-visual__img--sub {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.footer {
  background: url(../img/layout/footer/bg--footer.jpg) no-repeat top center/cover;
  padding: 200px 0 80px;
}

.footer-action__contents {
  background: url(../img/layout/footer/bg--action.jpg) no-repeat center/cover;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.footer-action__contents::after {
  content: "";
  display: block;
  width: 266px;
  aspect-ratio: 266/160;
  background: url(../img/layout/footer/maruchan.png) no-repeat center/contain;
  position: absolute;
  top: -120px;
  right: 0;
}
.footer-action__title--lv3 {
  justify-content: center;
}
.footer-action__text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.footer-action__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 470px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.footer-action__button {
  width: 80%;
}

.footer-bar__inner {
  display: flex;
  justify-content: space-between;
}
.footer-bar__logo {
  margin-bottom: 35px;
}
.footer-bar__definition {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bar__row {
  display: flex;
  gap: 30px;
}
.footer-bar__term, .footer-bar__desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.footer-bar__term {
  width: 90px;
  border-right: 2px solid #3a322c;
}
.footer-bar__nav {
  width: 470px;
}
.footer-bar__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 50px;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-bar__links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 80px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #3a322c;
  padding-bottom: 5px;
}
.footer-bar__copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 150px 0 15px;
  }
  .footer-action__contents {
    padding: 30px 30px 50px;
    position: relative;
  }
  .footer-action__contents::after {
    content: "";
    display: block;
    width: 135px;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .footer-action__title--lv3 {
    justify-content: center;
  }
  .footer-action__text {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .footer-action__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .footer-action__button {
    width: 100%;
  }
  .footer-bar__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
  }
  .footer-bar__logo {
    width: 135px;
    margin-bottom: 35px;
  }
  .footer-bar__definition {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-bar__row {
    display: flex;
    gap: 30px;
  }
  .footer-bar__term, .footer-bar__desc {
    font-size: 1.4rem;
  }
  .footer-bar__nav {
    width: 100%;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.drawer-off__button {
  position: fixed;
  top: 15px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #e95900;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.drawer-on__inner {
  padding: 10px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 60px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e95900;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 700;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #e95900;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 700;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-about {
  background: url(../img/pages/top/about/bg--noise.jpg) no-repeat bottom center/100%;
}
.top-about__inner {
  padding: 100px 30px;
  box-sizing: border-box;
}
.top-about__title {
  margin-bottom: 40px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.top-about__img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-about__inner {
    padding: 60px 0;
    box-sizing: border-box;
  }
  .top-about__title {
    margin-bottom: 30px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
  .top-about__text {
    font-size: 1.5rem;
  }
  .top-about__img {
    width: 100%;
    margin: auto;
  }
}
.top-feature {
  background: url(../img/pages/top/feature/bg.jpg) no-repeat center/cover;
  position: relative;
}
.top-feature__inner {
  padding: 80px 0;
}
.top-feature__title--lv3 {
  margin-left: 30px;
  margin-bottom: 35px;
}
.top-feature__title--lv4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}
.top-feature__title--lv4::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 620/6;
  background: url(../img/pages/top/feature/line.png) no-repeat center/cover;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.top-feature__title--lv4 .text {
  font-size: 2rem;
  font-weight: 700;
}
.top-feature__contents {
  width: 55%;
  margin: 0 0 0 auto;
}
.top-feature__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}
.top-feature__item {
  background: #ffffff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.top-feature__item::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/feature/deco.png) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.top-feature__text {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-feature__button {
  margin: 0 auto;
}
.top-feature__img {
  width: 42%;
  height: 90%;
  background: url(../img/pages/top/feature/img.png) no-repeat top right/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-feature__inner {
    padding: 60px 0;
  }
  .top-feature__title--lv3 {
    justify-content: center;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .top-feature__title--lv4 {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 30px;
    position: relative;
  }
  .top-feature__title--lv4::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .top-feature__title--lv4 .number {
    width: 18%;
    font-size: 1.5rem;
  }
  .top-feature__title--lv4 .text {
    width: 80%;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .top-feature__contents {
    width: 100%;
    margin: auto;
  }
  .top-feature__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
  }
  .top-feature__item {
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
  }
  .top-feature__item::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .top-feature__text {
    font-size: 1.5rem;
  }
  .top-feature__button {
    margin: 0 auto;
  }
  .top-feature__img {
    display: none;
  }
}
.top-spa {
  background: url(../img/components/background/bg--dots.jpg) repeat;
  padding: 100px 0;
}
.top-spa__inner {
  position: relative;
}
.top-spa__contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.top-spa__content {
  padding-top: 50px;
  position: relative;
}
.top-spa__title--lv3 {
  margin-bottom: 35px;
}
.top-spa__title--lv4 {
  position: absolute;
  top: 0;
  left: -15px;
}
.top-spa__text {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 130px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.top-spa__gallery {
  display: flex;
  gap: 2%;
}
.top-spa__img {
  width: 32%;
}
.top-spa__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-spa {
    padding: 60px 0;
  }
  .top-spa__inner {
    position: relative;
  }
  .top-spa__contents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 35px;
  }
  .top-spa__content {
    padding-top: 30px;
    position: relative;
  }
  .top-spa__title--lv3 {
    margin-bottom: 35px;
  }
  .top-spa__title--lv4 {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-spa__text {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 0 75px;
    margin-bottom: 35px;
  }
  .top-spa__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .top-spa__img {
    width: 48.5%;
  }
  .top-spa__button {
    position: relative;
    margin: 0 auto;
  }
}
.top-other__list {
  display: flex;
}
.top-other__item {
  width: 50%;
  aspect-ratio: 960/350;
}
.top-other__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top-other__link--price {
  background: url(../img/pages/top/other/bg--price.jpg) no-repeat center/contain;
}
.top-other__link--guide {
  background: url(../img/pages/top/other/bg--guide.jpg) no-repeat center/contain;
}
.top-other__link:hover {
  opacity: 0.8;
}
.top-other__title {
  width: 60%;
  min-width: 460px;
}

@media only screen and (max-width: 767px) {
  .top-other__list {
    display: flex;
    flex-direction: column;
  }
  .top-other__item {
    width: 100%;
  }
  .top-other__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .top-other__title {
    width: 80%;
    min-width: auto;
  }
}
.top-column {
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 8px solid #e95900;
  border-radius: 8px;
  box-sizing: border-box;
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: relative;
    margin: 0 auto;
  }
}
.top-news {
  background: url(../img/components/background/bg--dots.jpg) repeat;
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.top-news__title {
  margin-top: 15px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #a18357;
  padding: 20px 0;
}
.top-news__link:hover {
  opacity: 0.8;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.top-news__time {
  width: 100px;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-news__headline {
  font-size: 1.8rem;
  font-weight: 700;
}
.top-news__icon {
  color: #e95900;
  font-size: 2.4rem;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__icon {
    font-size: 1.8rem;
  }
  .top-news__button {
    position: relative;
    margin: 0 auto;
  }
}
.about-concept {
  background: url(../img/pages/about/concept/bg--noise.jpg) no-repeat bottom center/100%;
  padding: 80px 0;
}
.about-concept__title {
  margin-bottom: 35px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 50px;
}
.about-concept__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.about-concept__gallery {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 60px 0;
  }
  .about-concept__title {
    margin-bottom: 25px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
  }
  .about-concept__text {
    font-size: 1.6rem;
  }
  .about-concept__gallery {
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  .about-concept__img {
    width: 48.5%;
  }
}
.about-charm {
  background: url(../img/pages/about/charm/bg--noise.jpg) no-repeat bottom center/cover;
  padding: 50px 0;
}
.about-charm__title--lv3 {
  margin-bottom: 30px;
}
.about-charm__title--lv4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}
.about-charm__title--lv4::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 620/6;
  background: url(../img/pages/about/charm/line.png) no-repeat center/contain;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.about-charm__title--lv4 .text {
  font-size: 2rem;
  font-weight: 700;
}
.about-charm__text--lv1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.about-charm__text--lv2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-charm__contents {
  display: flex;
  gap: 30px;
}
.about-charm__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 350px;
  margin-top: 20px;
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.about-charm__button {
  justify-content: flex-start;
  width: 100%;
  padding: 10px 20px;
}
.about-charm__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 700px;
}
.about-charm__item {
  background: #ffffff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.about-charm__item::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/feature/deco.png) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .about-charm {
    padding: 30px 0;
  }
  .about-charm__title--lv3 {
    justify-content: center;
    margin-bottom: 30px;
  }
  .about-charm__title--lv4 {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 30px;
    position: relative;
  }
  .about-charm__title--lv4::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .about-charm__title--lv4 .number {
    width: 18%;
    font-size: 1.5rem;
  }
  .about-charm__title--lv4 .text {
    width: 80%;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .about-charm__text--lv1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .about-charm__text--lv2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .about-charm__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .about-charm__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
    position: static;
    top: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-charm__button {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 20px;
  }
  .about-charm__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .about-charm__item {
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
  }
  .about-charm__item::before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.spa-introduction {
  background: url(../img/pages/spa/introduction/bg--noise.jpg) no-repeat bottom center/100%;
  padding: 80px 0;
}
.spa-introduction__title--lv3 {
  margin-bottom: 35px;
}
.spa-introduction__title--lv4 {
  position: absolute;
  top: -50px;
  left: 0;
}
.spa-introduction__title--lv5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.spa-introduction__title--lv5::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 518/6;
  background: url(../img/pages/spa/introduction/line.png) no-repeat center/cover;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.spa-introduction__text--lv1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 80px;
}
.spa-introduction__text--lv2 {
  font-size: 1.6rem;
  font-weight: 700;
}
.spa-introduction__features {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 1080px;
  margin: 0 auto;
}
.spa-introduction__feature {
  position: relative;
}
.spa-introduction__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.spa-introduction__item {
  width: 520px;
}
.spa-introduction__img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spa-introduction {
    padding: 60px 0;
  }
  .spa-introduction__title--lv3 {
    margin-bottom: 30px;
  }
  .spa-introduction__title--lv4 {
    width: 60px;
    position: absolute;
    top: -30px;
    left: 0;
  }
  .spa-introduction__title--lv5 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
  }
  .spa-introduction__title--lv5::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .spa-introduction__text--lv1 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .spa-introduction__text--lv2 {
    font-size: 1.4rem;
  }
  .spa-introduction__features {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .spa-introduction__feature {
    position: relative;
  }
  .spa-introduction__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
  .spa-introduction__item {
    width: 100%;
  }
  .spa-introduction__img {
    margin-bottom: 10px;
  }
}
.spa-equipment {
  background: url(../img/pages/spa/equipment/bg--noise.jpg) no-repeat bottom center/cover;
  padding: 50px 0;
}
.spa-equipment__title--lv3 {
  margin-bottom: 35px;
}
.spa-equipment__title--lv4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.spa-equipment__title--lv4::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 280/6;
  background: url(../img/pages/spa/equipment/line.png) no-repeat center/cover;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.spa-equipment__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.spa-equipment__list {
  display: flex;
  gap: 30px;
}
.spa-equipment__item {
  display: flex;
  flex-direction: column;
  width: 340px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}
.spa-equipment__contents {
  flex-grow: 1;
  padding: 20px 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .spa-equipment {
    padding: 30px 0;
  }
  .spa-equipment__title--lv3 {
    margin-bottom: 30px;
  }
  .spa-equipment__title--lv4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
  }
  .spa-equipment__title--lv4::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .spa-equipment__text {
    font-size: 1.4rem;
  }
  .spa-equipment__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .spa-equipment__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .spa-equipment__contents {
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
  }
}
.price-about {
  background: url(../img/pages/price/about/bg--noise.jpg) no-repeat bottom center/100%;
  padding: 80px 0;
}
.price-about__title--lv3 {
  margin-bottom: 35px;
}
.price-about__title--lv4 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #a18357;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.price-about__title--lv5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.price-about__text {
  font-size: 1.6rem;
  font-weight: 700;
}
.price-about__menus {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 900px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 3px solid #a18357;
  border-radius: 8px;
}
.price-about__menu {
  display: flex;
  flex-direction: column;
}
.price-about__list {
  display: flex;
  gap: 15px 3%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.price-about__item {
  display: flex;
  justify-content: space-between;
  width: 48.5%;
}
.price-about__item .name, .price-about__item .cost {
  font-size: 1.6rem;
  font-weight: 700;
}
.price-about__item .name {
  width: 82%;
}
.price-about__box {
  background: #f7f2e5;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .price-about {
    padding: 60px 0;
  }
  .price-about__title--lv3 {
    margin-bottom: 30px;
  }
  .price-about__title--lv4 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .price-about__title--lv5 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  .price-about__text {
    font-size: 1.4rem;
  }
  .price-about__menus {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .price-about__menu {
    display: flex;
    flex-direction: column;
  }
  .price-about__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
  }
  .price-about__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .price-about__item .name, .price-about__item .cost {
    font-size: 1.5rem;
  }
  .price-about__item .name {
    width: 82%;
  }
  .price-about__box {
    padding: 20px;
  }
}
.price-faq {
  background: url(../img/components/background/bg--dots.jpg) repeat;
  padding: 80px 0;
}
.price-faq__title--lv4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #a18357;
  font-size: 1.8rem;
  font-weight: 700;
}
.price-faq__list {
  display: flex;
  flex-direction: column;
}
.price-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 0;
  border-bottom: 1px solid #a18357;
}
.price-faq__body {
  padding: 0 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .price-faq {
    padding: 50px 0;
  }
  .price-faq__title--lv4 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.6rem;
  }
  .price-faq__icon {
    width: 30px;
  }
  .price-faq__list {
    display: flex;
    flex-direction: column;
  }
  .price-faq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
  }
  .price-faq__body {
    padding: 0 30px;
  }
}
.guide-about {
  background: url(../img/pages/guide/about/bg--noise.jpg) no-repeat bottom center/100%;
  padding: 80px 0;
}
.guide-about__title--lv3 {
  margin-bottom: 35px;
}
.guide-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.guide-about__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.guide-about__img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .guide-about {
    padding: 50px 0;
  }
  .guide-about__title--lv3 {
    margin-bottom: 25px;
  }
  .guide-about__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .guide-about__text {
    font-size: 1.6rem;
  }
  .guide-about__img {
    width: 100%;
    margin: auto;
  }
}
.guide-flow {
  background: url(../img/pages/guide/flow/bg--noise.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.guide-flow__title--lv3 {
  margin-bottom: 35px;
}
.guide-flow__title--lv4 {
  font-size: 1.8rem;
  font-weight: 700;
}
.guide-flow__text--lv1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 90px;
}
.guide-flow__text--lv2 {
  font-size: 1.6rem;
  font-weight: 700;
}
.guide-flow__list {
  display: flex;
  gap: 10px;
}
.guide-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 260px;
  background: #ffffff;
  padding: 60px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.guide-flow__item::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/20;
  background: url(../img/pages/guide/flow/icon--arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -10px;
}
.guide-flow__item:last-child::after {
  display: none;
}
.guide-flow__number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .guide-flow {
    padding: 50px 0;
  }
  .guide-flow__title--lv3 {
    margin-bottom: 30px;
  }
  .guide-flow__title--lv4 {
    font-size: 1.6rem;
  }
  .guide-flow__text--lv1 {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .guide-flow__text--lv2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .guide-flow__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
  }
  .guide-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 48.5%;
    background: #ffffff;
    padding: 40px 20px 30px;
    box-sizing: border-box;
    position: relative;
  }
  .guide-flow__item:nth-child(2n)::after {
    display: none;
  }
  .guide-flow__number {
    width: 80px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .guide-flow__icon {
    width: 50%;
  }
}
.guide-manner {
  background: url(../img/components/background/bg--dots.jpg) repeat;
  padding: 80px 0;
}
.guide-manner__title--lv3 {
  margin-bottom: 35px;
}
.guide-manner__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.guide-manner__item {
  font-size: 1.6rem;
  font-weight: 700;
}
.guide-manner__img {
  display: block;
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .guide-manner {
    padding: 50px 0;
  }
  .guide-manner__title--lv3 {
    margin-bottom: 30px;
  }
  .guide-manner__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .guide-manner__item {
    font-size: 1.4rem;
  }
  .guide-manner__img {
    width: 100%;
    margin: 0 auto;
  }
}
.guide-info {
  padding: 80px 0;
}
.guide-info__title--lv3 {
  justify-content: center;
}
.guide-info__definition {
  width: 900px;
  margin: 0 auto 50px;
}
.guide-info__row {
  display: flex;
  gap: 2%;
  padding: 35px 0;
  border-bottom: 1px solid #a18357;
}
.guide-info__term, .guide-info__desc {
  font-size: 1.6rem;
  font-weight: 700;
}
.guide-info__term {
  width: 18%;
}
.guide-info__desc {
  width: 80%;
}
.guide-info__map {
  width: 100%;
  height: 350px;
}
.guide-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .guide-info {
    padding: 40px 0;
  }
  .guide-info__title--lv3 {
    justify-content: center;
    margin-bottom: 20px;
  }
  .guide-info__definition {
    width: 100%;
    margin: 0 auto 35px;
  }
  .guide-info__row {
    display: flex;
    gap: 2%;
    padding: 25px 0;
  }
  .guide-info__term, .guide-info__desc {
    font-size: 1.5rem;
  }
  .guide-info__term {
    width: 25%;
  }
  .guide-info__desc {
    width: 73%;
  }
  .guide-info__map {
    width: 100%;
    height: 250px;
  }
  .guide-info__map iframe {
    width: 100%;
    height: 100%;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #e95900;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #e95900;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  color: #e95900;
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */