@charset "UTF-8";
/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --hina:
    "hina-mincho", "Hiragino Mincho ProN", "Hiragino Serif", "Yu Mincho",
    "YuMincho", "BIZ UDPMincho", "MS PMincho", serif;
  --ryu:
    "a-otf-ryumin-pr6n", "Ryumin Pro", "Hiragino Mincho ProN", "Hiragino Serif",
    "Yu Mincho", "YuMincho", "BIZ UDPMincho", "MS PMincho", serif;
}

body {
  font-family: var(--ryu);
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  overflow-x: clip;
  color: #3e3e3e;
  word-break: auto-phrase;
}

html.is-nav-open,
body.is-nav-open {
  overflow: hidden;
  height: 100%;
}

.bg-fix {
  background-image: url("../images/common-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ryu);
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
}

a {
  color: #3e3e3e;
  text-decoration: none !important;
}

a:hover {
  color: #e38c00;
  cursor: pointer;
}

/* フォント */
.fc-white {
  color: #fff !important;
}

.fc-brown {
  color: #715c0d !important;
}

.fc-yellow {
  color: #b38900 !important;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #26200e;
}

.bg-blue {
  background-color: #276bc9;
}

.bg-blue-f {
  background-color: #01419a;
}

.bg-red {
  background-color: #c86828;
}

.r-4 {
  border-radius: 4px;
}

/*罫線*/
.b-black {
  border: 1px solid #3e3e3e;
}

.b-blue {
  border: 1px solid #01419a;
}

.b-red {
  border: 1px solid #c86828;
}

.bl-black {
  border-left: 1px solid #3e3e3e;
}

.br-black {
  border-right: 1px solid #3e3e3e;
}

.bb-black {
  border-bottom: 1px solid #3e3e3e;
}

.bt-black {
  border-bottom: 1px solid #3e3e3e;
}

/* ボタン */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  width: 278px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 12px 0 rgba(103, 94, 16, 0.2);
  padding: 1.2rem 2rem;
}
.button.free {
  width: 80%;
  max-width: 390px;
  padding: 1.2rem 1.4rem;
}
@media (min-width: 768px) {
  .button.free {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .button.free {
    width: 80%;
  }
}
.button::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.button.free::after {
  width: 30px;
}
.button p {
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  color: #363636 !important;
}
.button.free p {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
}
.button:hover {
  background-color: #f7f3ce;
  transform: scale(1.05);
}
.button:hover::after {
  right: 14px;
}

.inst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 2.4rem;
  background-color: #fff;
  transition: all 0.3s;
  border: solid 1px #5d3209;
}

.inst-btn p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #5d3209;
}

.inst-btn img {
  width: 26px;
}

.inst-btn:hover {
  background-color: #e8e1d1;
}

.contact-button {
  display: inline-flex;
  background-color: #000;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  transition: all 0.3s;
  color: #fff !important;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2em;
}
.contact-button:hover {
  background-color: #c86828;
}

/* ナビ */
.a-nav-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100px;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transition: all 0.3s;
  background: linear-gradient(114deg, #fffff3 31.43%, #f7f3ce 82.89%);
  overflow-y: auto;
  padding-inline: 4rem;
  display: flex;
}
@media (min-width: 768px) {
  .a-nav-menu {
    width: 50%;
  }
}
@media (orientation: landscape) {
  .a-nav-menu {
    display: flex;
    width: 100%;
    padding-block: 310px;
  }
}

.a-nav-menu.is-active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.a-nav-menu.edit {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.nav-menu-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 0;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-menu-box {
    gap: 1.6rem;
  }
}
.nav-menu-box a {
  display: block;
  align-items: center;
  justify-content: start;
  min-height: auto;
  position: relative;
  padding-left: 34px;
}
.nav-menu-box a.sub {
  padding-left: 50px;
}
.nav-menu-box a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/foot-list-img.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-menu-box a.sub::before {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background-image: url("../images/foot-deco-line.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-menu-box a p {
  font-size: clamp(0.875rem, 0.713rem + 0.7vw, 1.375rem);
  color: #3e3e3e;
  transition: all 0.3s;
}
.nav-menu-box a:hover p {
  color: #b38900;
}

.nav-phone {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.8rem;
}
.nav-phone .icon {
  width: 18px;
}
.nav-phone p {
  font-size: clamp(1.125rem, 1.044rem + 0.35vw, 1.375rem);
  margin-bottom: 1px;
}

.nav-line-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}

.nav-line-icon img {
  width: 28px;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  background-color: #d8d1be;
  transition: all 0.3s ease;
}
.nav-button p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #26200e !important;
}

.nav-button:hover {
  background-color: #897533;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  width: 100%;
  gap: 1.2rem;
  padding: 0.6rem 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .header-wrap {
    padding: 1.2rem 1.6rem;
  }
}
@media (min-width: 1200px) {
  .header-wrap {
    align-items: stretch;
    padding: 1rem 2rem;
  }
}

.a-burger {
  position: relative;
  z-index: 1100;
  cursor: pointer;
  border: 1px solid #3e3e3e;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 1.4rem;
}
@media (min-width: 1200px) {
  .a-burger {
    display: none;
  }
}

.a-burger div {
  width: 20px;
  height: 1px;
  background-color: #3e3e3e;
  position: absolute;
  left: 9px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 1px !important;
}

.a-burger div:nth-child(1) {
  top: 15px;
}

.a-burger div:nth-child(2) {
  bottom: 15px;
}

.a-burger.is-active div:nth-child(1) {
  transform: rotate(-45deg);
  top: 19px;
}

.a-burger.is-active div:nth-child(2) {
  transform: rotate(45deg);
  bottom: 18px;
}

.header-box {
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-box .a {
  min-width: auto;
  padding: 1.4rem 0.6rem;
}
.header-box p {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  color: #3e3e3e;
  transition: all 0.3s;
  font-family: var(--ryu);
}
.header-box a:hover p {
  color: #b38900;
}
@media (min-width: 1200px) {
  .header-box {
    display: flex;
  }
}

.header-menu-item {
  background-color: #fff; /* メニューアイテムの背景色 */
  position: relative;
  transition: 0.3s all; /* 背景色の変化をアニメーション化 */
  padding: 1.4rem 1rem;
  cursor: pointer;
}

/* メニューアイテムのホバースタイル */
.header-menu-item:hover .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}

.header-menu-item.edit .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}

.header-menu-item:hover {
  background-color: #b38900; /* メニューアイテムのホバー時の背景色 */
  transition: all 0.3s; /* 背景色の変化をアニメーション化 */
  transition: opacity 0.3s; /* 不透明度の変化をアニメーション化 */
}

.header-menu-item:hover .p {
  color: #fff !important;
}

/* ドロップダウンメニュー */
.drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform 0.3s; /* 表示の変化をアニメーション化 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.drop-menu-item {
  background-color: #fffff3; /* ドロップダウンメニューの背景色 */
  transition: all 0.3s; /* 不透明度の変化をアニメーション化 */
  padding: 1rem 1rem;
  width: 100%;
}

.drop-menu-item:hover {
  background-color: #b38900;
}

.drop-menu-item:hover p {
  color: #fff !important;
}

.header-logo {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: center;
}

.reserv-button {
  display: flex;
  padding: 1rem 0 1rem 0.6rem;
  align-items: center;
  gap: 0.8rem;
}
.reserv-button .logo {
  width: 28px;
}

/* フッター */
.foot-wrap {
  width: 100%;
  background-color: #e3e0d3;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.foot-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  max-width: 882px;
  gap: 3rem;
}
@media (min-width: 768px) {
  .foot-box {
    flex-direction: row;
    align-items: stretch;
    padding-inline: 0;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .foot-box {
    gap: 4rem;
  }
}
.foot-box .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.foot-box .l img {
  width: 220px;
}
.foot-box .r {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
}

.foot-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .foot-list {
    flex-direction: row;
    justify-content: start;
  }
}

.foot-menu-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 0;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .foot-menu-box {
    gap: 1rem;
  }
}
.foot-menu-box a {
  display: block;
  align-items: center;
  justify-content: start;
  min-height: auto;
  position: relative;
  padding-left: 26px;
}
.foot-menu-box a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/foot-list-img.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-menu-box a p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #3e3e3e;
  transition: all 0.3s;
}
.foot-menu-box a:hover p {
  color: #b38900;
}

.foot-nav-phone {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.foot-nav-phone .icon {
  width: 20px;
}
.foot-nav-phone p {
  font-size: clamp(1.125rem, 1.044rem + 0.35vw, 1.375rem);
}

/* News表示 */
.webgene-blog {
  width: 100%;
}

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページネーション共通 */
.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul,
.pagelink {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  max-width: 280px;
  margin-top: 4rem;
}

.webgene-pagination ul li,
.pagelink p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2rem;
  line-height: 1.5;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  width: 130px;
  height: 58px;
  padding: 15px 0 !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 0 12px 0 rgba(103, 94, 16, 0.2);
  background-color: #fff;
  border-radius: 40px;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
}

.webgene-pagination .next {
  margin-left: auto;
}

@media (min-width: 768px) {
  .webgene-pagination ul,
.pagelink {
    max-width: 300px;
  }
}
.newsdetail-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
  padding-inline: 2rem;
  padding-block: 8rem 1rem;
}
@media (min-width: 768px) {
  .newsdetail-box {
    padding-inline: 3rem;
  }
}

.news-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #969696;
  background-color: #fff;
  margin-bottom: 2rem;
}

.formTextArea {
  height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
  border: 1px solid #969696;
  background-color: #fff;
}

.zipInput {
  width: 6rem;
}

@media (min-width: 768px) {
  .formTh {
    padding-left: 2rem;
  }
}
.requiredText {
  background-color: #a3987c;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 1rem;
}

.privacyformError {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .privacyformError {
    padding-top: 0;
  }
}
.form-privacy {
  border: solid 1px #2d2d2d;
  background-color: white;
  height: 230px;
  overflow-y: auto;
  padding: 40px 30px;
}

/* ページ共通設定 */
.fv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
}
.fv-wrap .fv-img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  max-width: 1520px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-img-box {
    height: 70%;
  }
}
@media (min-width: 992px) {
  .fv-wrap .fv-img-box {
    height: 75%;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-img-box {
    height: 100%;
  }
}
.fv-wrap .fv-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 768px) {
  .fv-wrap .fv-img-box img {
    -o-object-position: top right;
       object-position: top right;
  }
}
.fv-wrap .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 4;
  padding: 2rem 3rem;
  margin-bottom: 15%;
}
@media (min-width: 768px) {
  .fv-wrap .text-box {
    margin-bottom: 8%;
    margin-left: 8%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .text-box {
    margin-left: 18%;
    margin-bottom: 3%;
  }
}
.fv-wrap .text-box .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv-wrap .text-box .title {
    gap: 2.6rem;
  }
}
.fv-wrap .text-box .title p,
.fv-wrap .text-box .title h1 {
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
  letter-spacing: 0.3em;
}
.fv-wrap .text-box .logo-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.4rem;
}
.fv-wrap .text-box .logo-box .l {
  width: 100%;
  height: 100%;
  max-width: 300px;
}
.fv-wrap .text-box .logo-box .l img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.fv-wrap .text-box .logo-box .r {
  width: 100%;
  height: 100%;
  max-width: 175px;
}
.fv-wrap .text-box .logo-box .r img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.fv-sub-wrap {
  position: relative;
  display: flex;
  height: 80vh;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-sub-wrap {
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  .fv-sub-wrap {
    height: 100vh;
  }
}
.fv-sub-wrap .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70%;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .fv-sub-wrap .img-box {
    height: 55%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .fv-sub-wrap .img-box {
    height: 68%;
  }
}
.fv-sub-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv-sub-wrap .fv-sub-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
  z-index: 4;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .fv-sub-wrap .fv-sub-box {
    flex-direction: row;
    margin-bottom: 3rem;
  }
}
.fv-sub-wrap .fv-sub-box img {
  width: 100%;
  max-width: 680px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .fv-sub-wrap .fv-sub-box img {
    height: 180px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .fv-sub-wrap .fv-sub-box img {
    height: 220px;
  }
}
.fv-sub-wrap .fv-sub-box h1 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  color: #715c0d;
}

.fv-sub-logo {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -286px;
  max-width: 320px;
  width: 45%;
}
@media (min-width: 768px) {
  .fv-sub-logo {
    width: 60%;
    top: -290px;
  }
}
@media (min-width: 992px) {
  .fv-sub-logo {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .py-max-10 {
    padding-block: 9rem !important;
  }
}

/* プラシバシーポリシー */
.policy-box {
  overflow-y: scroll;
  height: 400px;
  border-radius: 30px;
}

.btn a::after {
  content: "→";
}

.top-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-block: 10rem 6rem;
}

.top-sec2-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(114deg, #fffff3 31.43%, #f7f3ce 82.89%);
  z-index: 0;
}

.top-sec2-img {
  position: relative;
  width: 80%;
  max-width: 750px;
  z-index: 2;
}

.top-sec2-title {
  position: absolute;
  top: -34%;
  right: -18%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .top-sec2-title {
    top: -10%;
    right: -25%;
  }
}
@media (min-width: 1200px) {
  .top-sec2-title {
    right: -45%;
  }
}
.top-sec2-title img {
  width: 100%;
  max-width: 648px;
}
.top-sec2-title h2 {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--hina);
}

.top-sec2-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-sec2-box {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.top-sec2-box .l {
  flex: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-sec2-box .l {
    align-items: start;
    justify-content: center;
    text-align: start;
  }
}
.top-sec2-box .l .title {
  color: #715c0d;
  line-height: 2.2;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}
.top-sec2-box .l .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.top-sec2-box .r {
  width: 70%;
  height: 100%;
}
@media (min-width: 768px) {
  .top-sec2-box .r {
    flex: 1;
    width: 100%;
  }
}
.top-sec2-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-sec3-wrap {
  position: relative;
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-sec3-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-sec3-bg {
    height: 80vh;
  }
}
.top-sec3-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-sec3-box {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec3-box {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.top-sec3-box .title-box {
  position: absolute;
  z-index: 4;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 70%;
}
@media (min-width: 768px) {
  .top-sec3-box .title-box {
    top: -14%;
  }
}
.top-sec3-box .title-box img {
  max-width: 700px;
  width: 130%;
}
@media (min-width: 768px) {
  .top-sec3-box .title-box img {
    width: 100%;
  }
}
.top-sec3-box .title-box h2 {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--hina);
}
.top-sec3-box .title {
  color: #715c0d;
  line-height: 2.2;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}
.top-sec3-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.5;
}

.top-sec3-box2 {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
  z-index: 4;
}
.top-sec3-box2 .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec3-box2 .icon-box {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }
}
.top-sec3-box2 .icon-box .icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.top-sec3-box2 .icon-box .icon img {
  width: 200px;
}

.top-sec3-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 768px) {
  .top-sec3-box3 {
    flex-direction: row;
  }
}
.top-sec3-box3 .l {
  flex: 1;
  position: relative;
}
.top-sec3-box3 .l::after {
  content: "";
  display: block;
  width: 380px;
  height: 385px;
  background-image: url("../images/top-sec4-title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec3-box3 .l::after {
    width: 390px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .top-sec3-box3 .l::after {
    width: 490px;
    height: 490px;
  }
}
.top-sec3-box3 .r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}
.top-sec3-box3 .r .title {
  color: #715c0d;
  letter-spacing: 0.2em;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}
.top-sec3-box3 .r .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.top-sec4-wrap {
  position: relative;
  padding-block: 5rem;
}
.top-sec4-wrap .bg-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 910px;
  height: 100%;
  overflow: hidden;
}
.top-sec4-wrap .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-sec4-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.top-sec4-title .title {
  color: #715c0d;
  letter-spacing: 0.15em;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}
.top-sec4-title .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.top-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .top-sec4-box {
    flex-direction: row;
    align-items: stretch;
  }
}
.top-sec4-box .box {
  flex-grow: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 3rem 2rem;
  gap: 2.2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .top-sec4-box .box {
    padding: 4rem 5rem 4rem 7rem;
  }
}
.top-sec4-box .box .title {
  color: #715c0d;
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
}
.top-sec4-box .box .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.5;
}
.top-sec4-box .box.l {
  border-bottom: 0.5px solid #363636;
}
@media (min-width: 768px) {
  .top-sec4-box .box.l {
    border-bottom: none;
    border-right: 0.5px solid #363636;
  }
}

.top-sec5-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .top-sec5-wrap {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
  }
}
.top-sec5-wrap .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .top-sec5-wrap .l {
    padding-left: 2rem;
    padding-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .top-sec5-wrap .l {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .top-sec5-wrap .l {
    padding-left: 7rem;
    padding-top: 3rem;
  }
}
.top-sec5-wrap .l .title {
  color: #715c0d;
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
}
.top-sec5-wrap .l .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.5;
}
.top-sec5-wrap .r {
  flex: 1;
  position: relative;
}
@media (min-width: 992px) {
  .top-sec5-wrap .r {
    flex: 1.6;
  }
}
.top-sec5-wrap .r::after {
  content: "";
  display: block;
  width: 300px;
  height: 385px;
  background-image: url("../images/top-sec5-title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 6%;
  top: -65%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec5-wrap .r::after {
    width: 300px;
    top: -72%;
  }
}
@media (min-width: 992px) {
  .top-sec5-wrap .r::after {
    width: 380px;
    top: -38%;
  }
}

.top-sec6-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  padding-block: 8rem 3rem;
  background: linear-gradient(114deg, #fffff3 31.43%, #f7f3ce 82.89%);
}
.top-sec6-wrap::before {
  content: "";
  display: block;
  width: 300px;
  height: 110px;
  background-image: url("../images/top-sec6-title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 3%;
  top: -5%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec6-wrap::before {
    width: 560px;
    height: 210px;
    left: 3%;
    top: -20%;
  }
}
.top-sec6-wrap .top-sec6-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-sec6-wrap .top-sec6-box {
    flex-direction: row;
    align-items: stretch;
  }
}
.top-sec6-wrap .top-sec6-box .l {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top-sec6-wrap .top-sec6-box .l .map-box {
  overflow: hidden;
  height: 50vh;
  width: 100%;
  height: 100%;
}
.top-sec6-wrap .top-sec6-box .l .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.5;
}
.top-sec6-wrap .top-sec6-box .r {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .top-sec6-wrap .top-sec6-box .r {
    margin-top: 0;
  }
}
.top-sec6-wrap .top-sec6-box .r .box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.top-sec6-wrap .top-sec6-box .r .box .title {
  color: #715c0d;
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
}
.top-sec6-wrap .top-sec6-box .r .box .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.5;
}

.top-sec7-wrap {
  background-color: #fff;
  padding-block: 5rem 6rem;
}
@media (min-width: 768px) {
  .top-sec7-wrap {
    padding-block: 6rem 7rem;
  }
}
.top-sec7-wrap .top-sec7-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  max-width: 990px;
}
@media (min-width: 768px) {
  .top-sec7-wrap .top-sec7-box {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .top-sec7-wrap .top-sec7-box {
    gap: 2rem;
  }
}
.top-sec7-wrap .top-sec7-box .l {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .top-sec7-wrap .top-sec7-box .l {
    flex: 1;
    text-align: start;
  }
}
@media (min-width: 992px) {
  .top-sec7-wrap .top-sec7-box .l {
    flex: 1.2;
  }
}
.top-sec7-wrap .top-sec7-box .l .title {
  color: #715c0d;
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
}
.top-sec7-wrap .top-sec7-box .l .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.5;
}
.top-sec7-wrap .top-sec7-box .r {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.top-sec7-wrap .top-sec7-box .r .top-sec7-reserv {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #715c0d;
  border-radius: 80px;
  width: 100%;
  padding: 1rem;
  gap: 1.2rem;
  transition: all 0.3s;
}
.top-sec7-wrap .top-sec7-box .r .top-sec7-reserv:hover {
  background-color: #897533;
}
.top-sec7-wrap .top-sec7-box .r .top-sec7-reserv p {
  color: #fff !important;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.top-sec7-wrap .top-sec7-box .r .top-sec7-reserv img {
  width: 20px;
}
@media (min-width: 768px) {
  .top-sec7-wrap .top-sec7-box .r .top-sec7-reserv img {
    width: 32px;
  }
}

.con-sec2-box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 992px) {
  .con-sec2-box1 {
    padding-inline: 4rem;
  }
}
.con-sec2-box1 h2 {
  font-size: clamp(1.125rem, 0.761rem + 1.58vw, 2.25rem);
}
.con-sec2-box1 .img-box {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  overflow: hidden;
  height: 50vh;
}
@media (min-width: 768px) {
  .con-sec2-box1 .img-box {
    height: 446px;
  }
}
.con-sec2-box1 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.con-sec2-box2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .con-sec2-box2 {
    flex-direction: row;
  }
}
.con-sec2-box2 .l {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 40vh;
}
@media (min-width: 768px) {
  .con-sec2-box2 .l {
    flex: 1;
    height: 460px;
  }
}
.con-sec2-box2 .l img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.con-sec2-box2 .r {
  flex: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: auto;
}
.con-sec2-box2 .r p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.4;
}

.con-sec3-wrap {
  background: linear-gradient(180deg, #fff 0%, #fffff7 100%);
  padding-block: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.con-sec3-wrap .title1 {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  line-height: 2.4;
  text-align: center;
}
.con-sec3-wrap .title2 {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  line-height: 2.4;
  text-align: center;
  color: #715c0d;
}
.con-sec3-wrap .con-sec3-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .con-sec3-wrap .con-sec3-box {
    flex-direction: row;
    gap: 0;
  }
  .con-sec3-wrap .con-sec3-box.box2 {
    flex-direction: row-reverse;
  }
}
.con-sec3-wrap .con-sec3-box .l {
  flex: 1;
  width: 80%;
}
.con-sec3-wrap .con-sec3-box .r {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .con-sec3-wrap .con-sec3-box .r {
    padding-left: 1rem;
    text-align: start;
  }
}
@media (min-width: 992px) {
  .con-sec3-wrap .con-sec3-box .r {
    padding-left: 6rem;
  }
}
.con-sec3-wrap .con-sec3-box .r .title {
  color: #715c0d;
  line-height: 2.2;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.con-sec3-wrap .con-sec3-box .r .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.6;
}

.con-sec5-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 768px) {
  .con-sec5-box {
    flex-direction: row;
    gap: 0;
  }
}
.con-sec5-box .l {
  flex: none;
  height: 25vh;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .con-sec5-box .l {
    flex: 1;
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .con-sec5-box .l {
    height: 620px;
  }
}
.con-sec5-box .r {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .con-sec5-box .r {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .con-sec5-box .r {
    padding-left: 6rem;
  }
}
.con-sec5-box .r .title {
  color: #715c0d;
  line-height: 2.2;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.con-sec5-box .r .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.6;
}

.con-sec5-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.con-sec5-box2 h2 {
  text-align: center;
  color: #715c0d;
  line-height: 2.2;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.con-sec5-box2 img {
  width: 75%;
}
@media (min-width: 768px) {
  .con-sec5-box2 img {
    width: 100%;
  }
}
.con-sec5-box2 .text {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.6;
  text-align: center;
}
@media (min-width: 768px) {
  .con-sec5-box2 .text {
    text-align: start;
  }
}

.shimi-sec2-wrap {
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  padding-inline: 0.5rem;
}
@media (min-width: 768px) {
  .shimi-sec2-wrap {
    padding-block: 7rem;
  }
}
@media (min-width: 992px) {
  .shimi-sec2-wrap {
    gap: 4.2rem;
  }
}
.shimi-sec2-wrap .sub {
  font-family: var(--hina);
  color: #61552e;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
.shimi-sec2-wrap .title1 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  line-height: 2;
  color: #715c0d;
}
.shimi-sec2-wrap .title2 {
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
  line-height: 3;
}

.shimi-sec2-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
}
.shimi-sec2-box .box {
  position: relative;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border: 0.5px solid #b38900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 2.4rem;
  padding-inline: 1.2rem;
}
.shimi-sec2-box .box::before {
  content: "";
  display: block;
  width: 72px;
  height: 40px;
  background-image: url("../images/shimi-sec2-deco1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
.shimi-sec2-box .box.no02::before {
  background-image: url("../images/shimi-sec2-deco2.svg");
}
.shimi-sec2-box .box.no03::before {
  background-image: url("../images/shimi-sec2-deco3.svg");
}
.shimi-sec2-box .box p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  letter-spacing: 0.15em;
  color: #715c0d;
}

.shimi-sec3-wrap {
  background: linear-gradient(180deg, #fff 0%, #fffff7 100%);
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  padding-inline: 1.4rem;
}
@media (min-width: 768px) {
  .shimi-sec3-wrap {
    padding-block: 7rem;
  }
}
@media (min-width: 992px) {
  .shimi-sec3-wrap {
    gap: 4.2rem;
  }
}
.shimi-sec3-wrap .sub {
  font-family: var(--hina);
  color: #61552e;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
.shimi-sec3-wrap .title1 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  line-height: 2;
  color: #715c0d;
}
.shimi-sec3-wrap .title2 {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 3;
}

.shimi-sec3-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .shimi-sec3-box {
    flex-direction: row;
    align-items: stretch;
  }
}
.shimi-sec3-box .shimi-box {
  flex-grow: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shimi-sec3-box .shimi-box .title {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  text-align: center;
  padding: 2rem;
  background-color: #c3b376;
  width: 100%;
  color: #fff;
  letter-spacing: 0.25em;
}
.shimi-sec3-box .shimi-box .title.r {
  background-color: #a99d74;
}
.shimi-sec3-box .shimi-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background-color: #fff;
  border: solid #d3ceb5 0.5px;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .shimi-sec3-box .shimi-box .box {
    padding: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .shimi-sec3-box .shimi-box .box {
    padding: 2.4rem;
    gap: 1.6rem;
  }
}
.shimi-sec3-box .shimi-box .box .img {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.shimi-sec3-box .shimi-box .box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.shimi-sec3-box .shimi-box .box p {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  width: 100%;
  text-align: start;
  line-height: 2.4;
}

.shimi-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shimi-sec4-wrap .main-title {
  color: #715c0d;
  font-size: clamp(1.5rem, 1.338rem + 0.7vw, 2rem);
}
.shimi-sec4-wrap .shimi-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
}
.shimi-sec4-wrap .shimi-sec4-box .menu-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.5px solid #363636;
}
.shimi-sec4-wrap .shimi-sec4-box .menu-box .title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .shimi-sec4-wrap .shimi-sec4-box .menu-box .title {
    flex-direction: row;
    align-items: end;
  }
}
.shimi-sec4-wrap .shimi-sec4-box .menu-box .title .name {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}
.shimi-sec4-wrap .shimi-sec4-box .menu-box .title .price {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  margin-left: auto;
}
.shimi-sec4-wrap .shimi-sec4-box .menu-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2;
}
.shimi-sec4-wrap .shimi-sec4-box .red-box {
  border: 1px solid #dc0f0f;
  width: 100%;
  padding: 3rem 2rem;
}
.shimi-sec4-wrap .shimi-sec4-box .red-box p {
  color: #dc0f0f;
  line-height: 2.2;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  text-align: center;
}

.datsu-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .datsu-sec3-box {
    flex-direction: row;
    align-items: stretch;
    gap: 0.8rem;
  }
}
@media (min-width: 992px) {
  .datsu-sec3-box {
    gap: 1.4rem;
  }
}
.datsu-sec3-box .wrap {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  flex-grow: 1;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .datsu-sec3-box .wrap {
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .datsu-sec3-box .wrap {
    gap: 3rem;
  }
}
.datsu-sec3-box .wrap .img {
  width: 100%;
  height: 45%;
  overflow: hidden;
}
.datsu-sec3-box .wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.datsu-sec3-box .wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .datsu-sec3-box .wrap .box {
    padding-bottom: 0;
  }
}
.datsu-sec3-box .wrap .box .text1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.datsu-sec3-box .wrap .box .text2 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}

.white-sec3-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .white-sec3-box {
    flex-direction: row;
  }
}
.white-sec3-box .img {
  flex: 1;
  overflow: hidden;
}
.white-sec3-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.white-sec3-box .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .white-sec3-box .box {
    padding: 3rem;
  }
}
.white-sec3-box .box .title {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  text-align: center;
}
.white-sec3-box .box .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.4;
}

.case-sec3-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 2.4rem 1.2rem;
  gap: 1.4rem;
  margin-top: 3rem;
}
.case-sec3-box .title {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.case-sec3-box .img-box {
  background-color: #e8e8e8;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-sec3-box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.case-sec3-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.guide-sec2-wrap {
  position: relative;
  width: 100%;
}
.guide-sec2-wrap .bg-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25vh;
  background: linear-gradient(114deg, #fffff3 31.43%, #f7f3ce 82.89%);
}

.guide-sec2-box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  gap: 2rem;
}
@media (min-width: 768px) {
  .guide-sec2-box {
    flex-direction: row;
    gap: 0;
  }
}
.guide-sec2-box .l {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .guide-sec2-box .l {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .guide-sec2-box .l {
    flex: 1.5;
  }
}
.guide-sec2-box .l .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}
.guide-sec2-box .l .text-box .title {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  line-height: 2.7;
}
.guide-sec2-box .l .text-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.7;
}
.guide-sec2-box .r {
  flex: none;
  width: 100%;
  height: 50vh;
  margin-top: 3rem;
  overflow: hidden;
}
.guide-sec2-box .r.box2 {
  height: 30vh;
}
@media (min-width: 768px) {
  .guide-sec2-box .r {
    flex: 1;
    height: auto;
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .guide-sec2-box .r {
    margin-top: 8rem;
  }
}
.guide-sec2-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guide-sec3-title {
  position: relative;
  width: 100%;
  padding-block: 3rem;
  overflow: hidden;
}
.guide-sec3-title .bg-img {
  position: absolute;
  right: -90%;
  top: 50%;
  transform: translateY(-50%);
  width: 170%;
  max-width: 900px;
}
@media (min-width: 768px) {
  .guide-sec3-title .bg-img {
    right: 0;
    width: 100%;
  }
}
.guide-sec3-title .bg-img.sec5 {
  left: -55%;
}
@media (min-width: 768px) {
  .guide-sec3-title .bg-img.sec5 {
    left: 0;
    width: 100%;
  }
}
.guide-sec3-title .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .guide-sec3-title .bg-img {
    right: 0;
    width: 100%;
  }
}
.guide-sec3-title .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.guide-sec3-title .text-box .img {
  width: 100%;
  max-width: 690px;
  overflow: hidden;
}
.guide-sec3-title .text-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guide-sec3-title .text-box.sec5 {
  align-items: end;
  margin-left: auto;
}
.guide-sec3-title .text-box.sec5 .img {
  max-width: 430px;
}
.guide-sec3-title .text-box .box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: start;
}
@media (min-width: 768px) {
  .guide-sec3-title .text-box .box {
    flex-direction: row;
    align-items: center;
  }
}
.guide-sec3-title .text-box .box h2 {
  font-size: clamp(1.25rem, 0.805rem + 1.93vw, 2.625rem);
  color: #715c0d;
}
.guide-sec3-title .text-box .box .day {
  background-color: #fff;
  border: 1px solid #e9e3c2;
  padding: 1.2rem 2rem;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.guide-sec3-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2.4rem;
  max-width: 900px;
}
.guide-sec3-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .guide-sec3-box .box {
    flex-direction: row;
    justify-content: start;
  }
}
.guide-sec3-box .box .img {
  aspect-ratio: 1;
  max-width: 250px;
}
.guide-sec3-box .box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .guide-sec3-box .box .text {
    align-items: start;
    text-align: start;
  }
}
.guide-sec3-box .box .text h3 {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #715c0d;
}
.guide-sec3-box .box .text p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.2;
}

.guide-sec3-box2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  gap: 2.4rem;
}
.guide-sec3-box2 .text-box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: start;
}
@media (min-width: 768px) {
  .guide-sec3-box2 .text-box {
    flex-direction: row;
    align-items: center;
  }
}
.guide-sec3-box2 .text-box h2 {
  font-size: clamp(1.25rem, 0.805rem + 1.93vw, 2.625rem);
  color: #715c0d;
}
.guide-sec3-box2 .text-box .day {
  background-color: #fff;
  border: 1px solid #e9e3c2;
  padding: 1rem 2rem;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.guide-sec3-box2 .text {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.2;
}

.guide-sec4-wrap {
  background: linear-gradient(114deg, #fffff3 31.43%, #f7f3ce 82.89%);
  padding-block: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.4rem;
}
.guide-sec4-wrap .title {
  color: #715c0d;
  letter-spacing: 0.15em;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.guide-sec4-wrap .text {
  line-height: 2.2;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.guide-sec4-wrap .box-text {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  background-color: #a6a08a;
  color: #fff;
  width: 80%;
  padding: 1.6rem;
}

.guide-sec5-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding-inline: 2rem;
  max-width: 980px;
}
.guide-sec5-box .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .guide-sec5-box .wrap {
    flex-direction: row;
  }
}
.guide-sec5-box .wrap img {
  max-width: 340px;
  aspect-ratio: 1;
  width: 80%;
}
@media (min-width: 768px) {
  .guide-sec5-box .wrap img {
    width: 100%;
  }
}
.guide-sec5-box .wrap h3 {
  color: #715c0d;
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  line-height: 2.2;
  text-align: center;
}
@media (min-width: 768px) {
  .guide-sec5-box .wrap h3 {
    text-align: start;
  }
}
.guide-sec5-box .wrap .box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  padding: 4rem;
  flex: 1;
  width: 100%;
}
.guide-sec5-box .wrap .box .title {
  position: relative;
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  color: #715c0d;
}
.guide-sec5-box .wrap .box .title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.guide-sec5-box .wrap .box .text {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.4;
}
.guide-sec5-box .box-text {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  background-color: #a6a08a;
  color: #fff;
  width: 100%;
  padding: 1.6rem;
  text-align: center;
}

.guide-sec6-wrap {
  padding-block: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.4rem;
}
.guide-sec6-wrap .title {
  color: #715c0d;
  letter-spacing: 0.15em;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.guide-sec6-wrap .text {
  line-height: 2.2;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.faq-button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .faq-button-box {
    flex-direction: row;
  }
}
.faq-button-box .faq-button {
  box-shadow: 0 0 11.238px 0 rgba(103, 94, 16, 0.2);
  background-color: #fff;
  padding: 1.2rem;
  width: 85%;
  transition: all 0.3s;
  border-radius: 60px;
}
.faq-button-box .faq-button:hover {
  background-color: #897533;
  transform: scale(1.03);
}
.faq-button-box .faq-button:hover p {
  color: #fff !important;
}
@media (min-width: 768px) {
  .faq-button-box .faq-button {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .faq-button-box .faq-button {
    width: 300px;
  }
}
.faq-button-box .faq-button p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  text-align: center;
}

.faq-sec3-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
}
@media (min-width: 768px) {
  .faq-sec3-wrap {
    padding-inline: 3rem;
  }
}
.faq-sec3-wrap .title-box {
  display: flex;
  padding-block: 2.4rem;
  border-bottom: 0.5px #2d2d2d solid;
  font-size: clamp(1.125rem, 0.761rem + 1.58vw, 2.25rem);
  color: #715c0d;
  width: 100%;
}
.faq-sec3-wrap .qa-box {
  display: flex;
  flex-direction: column;
  padding-block: 2.4rem;
  border-bottom: 0.5px #2d2d2d solid;
  width: 100%;
  gap: 1rem;
}
.faq-sec3-wrap .qa-box .wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.2rem;
}
.faq-sec3-wrap .qa-box .wrap img {
  width: 32px;
}
@media (min-width: 768px) {
  .faq-sec3-wrap .qa-box .wrap img {
    width: 40px;
  }
}
.faq-sec3-wrap .qa-box .wrap .q-text {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  line-height: 2.5;
}
.faq-sec3-wrap .qa-box .wrap .a-text {
  font-size: clamp(0.75rem, 0.649rem + 0.44vw, 1.063rem);
  line-height: 2.5;
}

.access-sec2-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 900px;
}
@media (min-width: 768px) {
  .access-sec2-box {
    flex-direction: row;
    align-items: stretch;
    gap: 0rem;
  }
}
.access-sec2-box h2 {
  font-size: clamp(1.625rem, 1.423rem + 0.88vw, 2.25rem);
  color: #715c0d;
}
.access-sec2-box p {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.4;
}
.access-sec2-box .l {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.access-sec2-box .r {
  flex: none;
  height: 40vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .access-sec2-box .r {
    flex: 1;
    height: auto;
  }
}
.access-sec2-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-sec2-box .map {
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .access-sec2-box .map {
    height: 30vh;
  }
}
@media (min-width: 1200px) {
  .access-sec2-box .map {
    height: 50vh;
  }
}

.news-wrap {
  max-width: 860px;
}
@media (min-width: 768px) {
  .news-wrap {
    padding-inline: 3rem;
  }
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax img {
  width: 100% !important;
  height: 130% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.inner-box p {
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-break: normal;
}