@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

.fontEn {
  font-family: "Audiowide", cursive;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.inner.xl {
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  .inner.xl {
    max-width: 1200px;
  }
}
.inner.lg {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .inner.lg {
    max-width: 1080px;
  }
}
.inner.sm {
  max-width: 960px;
}
.inner.xs {
  max-width: 767px;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}

#container {
  min-height: 100svh;
  background-color: #cccccc;
  background-image: url("./img/bg_body01.jpg");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
#container .contInner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  container-type: inline-size;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#pageHeader {
  position: relative;
  aspect-ratio: 1/1;
  padding: 3.3333333333cqw 0 0;
  background-image: url("./img/bg_key01.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  #pageHeader {
    aspect-ratio: 1/1.2;
  }
}
#pageHeader .logo {
  width: 90%;
  margin: 0 auto;
}
#pageHeader .message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 15% 14% 10% 3%;
  background-image: url("./img/img_key02.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  #pageHeader .message {
    bottom: 2%;
    width: 80%;
    padding: 23% 14% 10% 3%;
  }
}

.hand {
  position: relative;
  z-index: 100;
  display: block;
  aspect-ratio: 2/3;
  width: 50%;
  margin: -65% 0 0 auto;
}
@media screen and (max-width: 1080px) {
  .hand {
    margin: -80% 0 0 auto;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ea5514;
  background-color: #faee00;
  border: solid 4px #faee00;
  transition: ease 0.4s;
}
.btn a > span {
  position: relative;
  display: block;
}
.btn a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 0;
  width: 0;
  height: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: ease 0.4s;
}
.btn a > span span {
  position: relative;
  z-index: 10;
}
.btn a:hover {
  opacity: 1;
  background-color: transparent;
}
.btn a:hover > span::before {
  width: 120%;
}

.special__container .main {
  position: relative;
  z-index: 10;
  margin-top: -12.2222222222cqw;
  background-color: #dddddd;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2.2222222222cqw 0 0 0;
}
@media screen and (max-width: 1080px) {
  .main {
    margin-top: 0;
  }
}
.main .secMain .mainInner {
  width: calc(100% - 6.6666666667cqw);
  margin: 0 auto;
  padding: 0 0 60px;
}
.main .date {
  width: 80%;
  margin-top: -6.6666666667cqw;
}
@media screen and (max-width: 1080px) {
  .main .date {
    width: 90%;
    margin: -7.2222222222cqw auto 0;
  }
}
.main .banner {
  display: block;
  max-width: 720px;
  margin: 5cqw auto 0;
}
@media screen and (max-width: 1080px) {
  .main .banner {
    margin-top: 30px;
  }
}
.main .infoBox {
  position: relative;
  container-type: inline-size;
  max-width: 580px;
  margin: 10cqw auto 0;
  border: solid 2px #ffffff;
}
@media screen and (max-width: 1080px) {
  .main .infoBox {
    margin-top: 30px;
  }
}
.main .infoBox::before, .main .infoBox::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main .infoBox::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.5172413793cqw;
  aspect-ratio: 133/92;
  background-image: url("./img/deco04.png");
  transform: translate(-20%, -70%);
}
.main .infoBox::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20.6896551724cqw;
  aspect-ratio: 294/264;
  background-image: url("./img/deco02.png");
  transform: translate(20%, -17%);
}
.main .infoBox .boxInner {
  position: relative;
  padding: 10cqw 2.6666666667cqw 13.3333333333cqw;
}
.main .infoBox .boxInner::before, .main .infoBox .boxInner::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main .infoBox .boxInner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.6896551724cqw;
  aspect-ratio: 293/181;
  background-image: url("./img/deco01.png");
  transform: translate(5%, 30%);
}
.main .infoBox .boxInner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.6896551724cqw;
  aspect-ratio: 205/158;
  background-image: url("./img/deco03.png");
  transform: translate(20%, 35%);
}
.main .infoBox .heading {
  margin-bottom: 3.4482758621cqw;
}
.main .infoBox .heading:nth-of-type(n + 2) {
  margin-top: 12.9310344828cqw;
}
.main .infoBox .heading img {
  width: auto;
  height: 7.7586206897cqw;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .heading img {
    height: 10.4046242775cqw;
  }
}
.main .infoBox .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.724137931cqw;
  width: fit-content;
  padding: 1.724137931cqw 3.4482758621cqw;
  margin: 0 auto;
  font-feature-settings: "palt";
  background-color: #ffffff;
  line-height: 1;
}
.main .infoBox .price span {
  font-size: 6.2068965517cqw;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .price span {
    font-size: 8.6705202312cqw;
  }
}
.main .infoBox .price span:nth-of-type(1), .main .infoBox .price span:nth-of-type(3) {
  font-size: 3.4482758621cqw;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .price span:nth-of-type(1), .main .infoBox .price span:nth-of-type(3) {
    font-size: 5.7803468208cqw;
  }
}
.main .infoBox .flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.3448275862cqw;
  font-size: 3.4482758621cqw;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .flow {
    font-size: 4.6242774566cqw;
  }
}
.main .infoBox .flow li {
  width: fit-content;
  padding: 1.724137931cqw 3.4482758621cqw;
  background-color: #ffffff;
  text-align: center;
}
.main .infoBox .flow li + * {
  position: relative;
}
.main .infoBox .flow li + *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.7586206897cqw 2.7586206897cqw 0 2.7586206897cqw;
  border-color: #000000 transparent transparent transparent;
  transform: translate(-50%, -230%);
}
.main .infoBox .btn {
  margin: 10.3448275862cqw auto 0;
}
.main .infoBox .btn a {
  margin: 0 auto;
}
.main .infoBox .headingText {
  font-size: 5.1724137931cqw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .headingText {
    font-size: 6.936416185cqw;
  }
}
.main .infoBox .flow__name {
  font-size: 5.1724137931cqw;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .flow__name {
    font-size: 6.936416185cqw;
  }
}
.main .infoBox .flow--reception {
  font-size: 2.5862068966cqw;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .flow--reception {
    font-size: 3.4682080925cqw;
  }
}
.main .infoBox .flow--reception .flow__name {
  font-size: 3.4482758621cqw;
}
@media screen and (max-width: 1080px) {
  .main .infoBox .flow--reception .flow__name {
    font-size: 4.6242774566cqw;
  }
}
.main .infoBox .receptionWrap {
  position: relative;
  display: block;
  max-width: 70%;
  margin: 2cqw auto 0;
  cursor: pointer;
}
.main .infoBox .receptionWrap .receptionImg {
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.main .infoBox .receptionWrap:hover .receptionImg {
  transform: scale(1.03);
  opacity: 0.8;
}
.main .infoBox .receptionWrap .touchIcon {
  position: absolute;
  bottom: calc(-4% + 10px);
  right: calc(-8% + 30px);
  width: 20%;
  height: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
.main .infoBox .receptionDivider {
  margin: 4cqw 0;
  border-top: solid 1px #dddddd;
}
.main .mapBox {
  position: relative;
  margin: 2cqw 0 0;
  aspect-ratio: 16/9;
}
.main .mapBox iframe {
  width: 100%;
  height: 100%;
}
.main .movieBox {
  position: relative;
  max-width: 580px;
  margin: 5cqw auto 0;
  aspect-ratio: 16/9;
}
.main .movieBox iframe {
  width: 100%;
  height: 100%;
}
.main .termsBox {
  max-width: 580px;
  padding: 3.4482758621cqw;
  margin: 60px auto 0;
  font-size: 11px;
  background-color: #ffffff;
}
.main .termsBox .txt {
  margin-bottom: 2em;
}
.main .termsBox .termsList li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
}
.main .termsBox .termsList li + * {
  margin-top: 0.5em;
}
.main .termsBox .termsList li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #cccccc;
  border-radius: 100%;
}

#bodyFooter .footerInner {
  width: calc(100% - 6.6666666667cqw);
  margin: 0 auto;
  padding: 6.6666666667cqw 0;
}
#bodyFooter .infoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2em;
  row-gap: 1em;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
#bodyFooter .infoList.column {
  flex-direction: column;
  font-weight: normal;
}
#bodyFooter .infoList.column dt {
  width: 6.5em;
  text-align: center;
}
#bodyFooter .infoList.column dd {
  width: calc(100% - 6.5em);
}
#bodyFooter .infoList div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#bodyFooter .infoList div dt {
  width: fit-content;
  padding: 0.25em 0.5em 0.3em;
  line-height: 1;
  border: solid 1px #000000;
}
#bodyFooter .txt {
  max-width: 580px;
  margin: 45px auto 60px;
  font-size: 14px;
  text-align: center;
}
#bodyFooter .copy {
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
}
#bodyFooter .instaQr {
  width: 200px;
  height: auto;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#lightbox img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */