@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #312d23;
  background: #08223a;
  background-size: 40px 40px;
}

main {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 575px) {
  main {
    margin-top: 70px;
  }
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #154d7b;
  background-image: radial-gradient(at 14% 85%, hsl(206, 60%, 20%) 0px, transparent 50%), radial-gradient(at 86% 3%, rgb(8, 39, 63) 0px, transparent 50%), radial-gradient(at 6% 0%, rgb(5, 31, 48) 0px, transparent 50%), radial-gradient(at 97% 93%, rgb(5, 29, 44) 0px, transparent 50%);
  z-index: -2;
}

p {
  line-height: 1.6;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 98%;
  }
}

.inner {
  width: min(90%, 1300px);
  margin-inline: auto;
  box-sizing: border-box;
  background-color: #fff9e8;
  padding: 40px 40px 60px;
  margin: 30px auto 100px;
  border: 1px solid #b99859;
  outline-offset: 8px;
  outline: 2px solid #b99859;
}
@media (max-width: 767px) {
  .inner {
    margin: 30px auto 60px;
    padding: 15px 10px 20px;
    border: 1px solid #b99859;
    outline-offset: 5px;
    outline: 2px solid #b99859;
  }
}

.kvarea img {
  max-width: 1200px;
  width: 92%;
}

h1 img {
  max-width: 680px !important;
}

h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Cormorant Unicase", serif;
  color: #897839;
  font-size: 40px;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-bottom: 16px;
    padding-top: 24px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: clamp(1.75rem, 1.593rem + 0.78vw, 1.875rem);
  }
}
h2 span {
  display: block;
  font-size: 20px;
  padding-top: 6px;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 16px;
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  h2 span {
    font-size: 13px;
    padding-top: 0px;
  }
}
@media (max-width: 400px) {
  h2 span {
    font-size: 12px;
  }
}

.list-info {
  margin: 32px 0;
}
@media (max-width: 575px) {
  .list-info {
    margin: 20px 0;
  }
}
.list-info .reception p {
  line-height: 2em;
}
.list-info .highlight {
  color: #c0392b;
  font-weight: bold;
  display: inline;
}
.list-info dt {
  margin-top: 20px;
  padding-top: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  color: #a7814e;
  padding-bottom: 2px;
  border-bottom: 1px solid #cbc2b4;
}
@media (max-width: 767px) {
  .list-info dt {
    font-size: 16px;
  }
}
.list-info dt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../img/listicon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: 4px;
}
.list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-info dd {
    font-size: 13px;
  }
}
.list-info dd .note-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
.list-info dd .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #ada87f;
}
.list-info dd .dot-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
.list-info dd .dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #ada87f;
}

.section-onlyshop {
  padding-bottom: 140px;
}
@media (max-width: 575px) {
  .section-onlyshop {
    padding-bottom: 40px;
  }
}
.section-onlyshop .onlyshop-text {
  text-align: center;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 575px) {
  .section-onlyshop .onlyshop-text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .section-onlyshop .onlyshop-text {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .section-onlyshop .onlyshop-text {
    font-size: 11px;
  }
}
.section-onlyshop .hdg-info {
  text-align: center;
}
.section-onlyshop .hdg-info::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 92%;
  border-top: solid 1px #c9c5a5;
  margin: 0px auto 34px;
}
@media (max-width: 575px) {
  .section-onlyshop .hdg-info::before {
    margin: 0 auto 18px;
  }
}
.section-onlyshop .g-map {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.section-onlyshop .responsive-iframe {
  width: 100%;
  height: 500px;
  max-width: 800px;
  border: 4px solid #cfae71;
  margin: 0 auto;
  background-color: #000000;
}
@media (max-width: 769px) {
  .section-onlyshop .responsive-iframe {
    height: 240px;
  }
}
.section-onlyshop .btn-contact {
  display: inline-block;
  padding: 15px;
  width: 400px;
  background: #072137;
  border-radius: 4px;
  color: #d4af37;
  border: 2px solid #d4af37;
  font-family: "Cormorant Unicase", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .section-onlyshop .btn-contact {
    padding: 15px;
    font-size: 16px;
    width: 340px;
  }
}
@media (max-width: 400px) {
  .section-onlyshop .btn-contact {
    padding: 15px 12px;
    font-size: 13px;
    width: 94%;
  }
}
.section-onlyshop .btn-contact {
  /* ホバーしたときの魔法のような演出 */
}
.section-onlyshop .btn-contact:hover {
  background: #d4af37;
  color: #072137;
  border: 2px solid #072137;
  text-decoration: none;
  font-weight: bold;
}
.section-onlyshop img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}
.section-onlyshop img.popimg {
  max-width: 750px;
}
.section-onlyshop .txt h2 {
  font-family: "Cormorant Unicase", serif;
  font-size: 30px;
  color: #53451a;
  padding-top: 44px;
  margin-bottom: 0rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .section-onlyshop .txt h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-onlyshop .txt h2 {
    font-size: 22px;
    padding-top: 30px;
    line-height: 31px;
  }
}
.section-onlyshop {
  /* ボタンのデザイン */
}
.section-onlyshop .onlyshop-btn {
  display: inline-block;
  padding: 15px;
  width: 400px;
  background: #072137;
  border-radius: 4px;
  color: #d4af37;
  border: 2px solid #d4af37;
  font-family: "Cormorant Unicase", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .section-onlyshop .onlyshop-btn {
    padding: 15px;
    font-size: 16px;
    width: 340px;
  }
}
@media (max-width: 400px) {
  .section-onlyshop .onlyshop-btn {
    padding: 15px 12px;
    font-size: 13px;
    width: 94%;
  }
}
.section-onlyshop .onlyshop-btn {
  /* ホバーしたときの魔法のような演出 */
}
.section-onlyshop .onlyshop-btn:hover {
  background: #d4af37;
  color: #072137;
  border: 2px solid #072137;
  text-decoration: none;
  font-weight: bold;
}

.infowrap {
  background-color: rgba(255, 255, 255, 0.527);
  border-radius: 4px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .infowrap {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.infowrap h3 {
  font-size: 24px;
  color: #674920;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .infowrap h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .infowrap h3 {
    font-size: 20px;
  }
}

.more-txt {
  display: none;
}

.read-more {
  display: block;
  width: min(100%, 200px);
  padding: 5px 0;
  color: #ffffff;
  background: #17476b;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .read-more {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .read-more:hover {
    color: #fff;
    background: #3c7097;
  }
}

/*MOVIE*/
.movie_area {
  max-width: 420px;
  margin: 50px auto 40px;
}
@media screen and (max-width: 768px) {
  .movie_area {
    padding: 3px;
    margin: 30px auto;
  }
}

.youtube_player_wrap {
  padding: 4px;
  overflow: hidden;
  background: #F4CC6F;
  border-radius: 4px;
}
.youtube_player_wrap iframe {
  aspect-ratio: 9/16;
}

footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #d89700;
  background-color: #051436;
}
footer .link-pageup {
  position: fixed;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 45px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #977F47;
  background: rgba(0, 0, 0, 0.631372549);
  border-radius: 100vmax;
  border: 2px solid #977F47;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  footer .link-pageup {
    width: 40px;
    height: 40px;
    line-height: 33px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer img {
  margin: 0 auto;
  text-align: center;
  max-width: 560px;
  width: 70%;
}

header {
  background-color: #0d1f2e;
  border-bottom: 1px solid #555245;
  padding: 10px 20px;
  position: fixed;
  z-index: 100010;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header {
    height: 56px;
    padding: 8px 8px 4px;
  }
}
header .head_logo {
  display: flex;
  align-items: center;
}
header .head_logo .img-logo {
  display: block;
  width: 26vw;
  max-width: 140px;
}
header .menu-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100011;
  display: flex;
  align-items: center;
  gap: 12px;
  outline: none;
}
header .menu-trigger .toggler-text {
  color: #C69A53;
  font-weight: 900;
  font-family: "Cormorant Unicase", serif;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  header .menu-trigger .toggler-text {
    display: none;
  }
}
header .menu-trigger .hamburger-icon {
  width: 30px;
  height: 21px;
  position: relative;
}
header .menu-trigger .hamburger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C69A53;
  transition: all 0.4s ease;
}
header .menu-trigger .hamburger-icon span:nth-child(1) {
  top: 0;
}
header .menu-trigger .hamburger-icon span:nth-child(2) {
  top: 9px;
}
header .menu-trigger .hamburger-icon span:nth-child(3) {
  top: 18px;
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header.is-active .full-screen-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s;
}
header.is-active .full-screen-menu .menu-content {
  transform: translateY(0);
  max-height: 100dvh;
  overflow-y: auto !important;
  touch-action: auto !important;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  header.is-active .full-screen-menu .menu-content {
    margin-bottom: 100px;
  }
}
header .full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
header .full-screen-menu .menu-content {
  background: #072137;
  width: 100%;
  padding: 80px 0 40px;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
header .full-screen-menu .menu-content .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item {
  border-bottom: 1px solid rgba(185, 173, 129, 0.1921568627);
}
header .full-screen-menu .menu-content .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link {
  font-family: "Cormorant Unicase", serif;
  color: #a79554 !important;
  font-size: 40px;
  letter-spacing: 0.2rem;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link span {
  font-size: 11px;
  color: #e4e4e4;
  margin-top: 4px;
  letter-spacing: 2px;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.js-no_scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

body.js-no_scroll {
  overflow: hidden !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  body.js-no_scroll {
    padding-right: 0;
  }
}