@charset "UTF-8";
/**
 * Theme Name: Sakanamachi Web
 * Description: 日本海さかな街オリジナルテーマ.
 * Author: Ryosuke Hayashi - Mieli,inc.
 * Aurhor URI: https://mieli.co.jp/
 * Version: 1.0.7
 */
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  overflow-y: scroll;
}
body .common-main {
  padding-bottom: 200px !important;
}
body p {
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
body ul,
body ol {
  list-style: none;
}
body #wpadminbar {
  display: none;
}
body a {
  text-decoration: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}

/**
 * footer layout.
 */
.l-footer {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -100px;
  padding-top: 40px;
  background: url("../../assets/images/common/footer-bg.webp") repeat;
  background-size: 480px 420px;
  image-rendering: pixelated;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-size: 400px 400px;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.l-footer__info {
  display: flex;
}
.l-footer__info-inner {
  margin-top: 4vh;
  margin-left: 2vw;
}
@media screen and (max-width: 767px) {
  .l-footer__info-inner {
    margin-left: 5vw;
  }
}
.l-footer__info-inner figure {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .l-footer__info-inner figure {
    width: 50%;
  }
}
.l-footer__info-inner address {
  margin-top: 1vh;
  font-style: normal;
}
.l-footer__info-inner address p {
  color: #545c40;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1280px) {
  .l-footer__info-inner address p span {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .l-footer__info-inner address p br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-footer__info-inner address p {
    font-size: 0.75rem;
  }
}
.l-footer__nav-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 380px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-items {
    display: none;
  }
}
.l-footer__nav-item {
  width: 45%;
}
.l-footer__nav-item:nth-child(n+3) {
  margin-top: 1vh;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav-item:nth-child(n+3) {
    margin-top: 0.5vh;
  }
}
.l-footer__nav-item a {
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav-item a {
    font-size: 0.75rem;
  }
}
.l-footer__social-list {
  display: flex;
  align-items: center;
}
.l-footer__social-list li {
  width: 32px;
  height: 32px;
  margin-right: 1vw;
}
.l-footer__social-list li a {
  display: block;
}
.l-footer__copyrights {
  position: absolute;
  bottom: 1vh;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer__copyrights {
    width: 100%;
    bottom: 0.5vh;
    text-align: center;
  }
}
.l-footer__copyrights span {
  text-align: center;
  color: #545c40;
}

/**
 * header layout.
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1vh;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease;
  will-change: transform;
  z-index: 999;
}
@media screen and (max-width: 1280px) {
  .l-header {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-left: 1vw;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
    justify-content: center;
    margin-left: unset;
    margin-right: unset;
  }
}
.l-header__toggle-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8vw;
}
@media screen and (max-width: 767px) {
  .l-header__toggle-lang {
    display: none;
  }
}
.l-header__toggle-lang .gtranslate_wrapper {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .l-header__toggle-lang .gtranslate_wrapper {
    display: block;
  }
}
.l-header__toggle-lang .gtranslate_wrapper a {
  display: block;
  min-width: 120px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: black;
  border: 4px double black;
}
@media screen and (max-width: 1280px) {
  .l-header__toggle-lang .gtranslate_wrapper a {
    width: 95px;
    font-size: 0.8rem;
  }
}
.l-header__toggle-lang .gtranslate_wrapper a:first-child {
  margin-right: 1vw;
}
.l-header__toggle-lang .gtranslate_wrapper a.gt-current-lang {
  background: #f5e6d2;
  cursor: default;
  pointer-events: none;
}
.l-header__logo {
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__personnel-btns {
    display: none;
  }
}
.l-header__personnel-btns button {
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s ease-out;
}
.l-header__personnel-btns button:first-child {
  margin-right: 1vw;
}
.l-header__personnel-btns button:hover {
  border: 1px solid transparent;
}
.l-header__personnel-btns #to-concerned {
  color: #1d2f52;
  background: #fff;
  border: 1px solid #1d2f52;
}
.l-header__personnel-btns #to-concerned:hover {
  color: #fff;
  background: #1d2f52;
}
.l-header__nav-toggle {
  position: fixed;
  width: 75px;
  height: 75px;
  padding: 10px;
  top: 40px;
  left: 60px;
  background: #f5e6d2;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-toggle {
    width: 65px;
    height: 65px;
    padding: 8px;
    top: 3vh;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-toggle {
    width: 12vw;
    height: 12vw;
    top: 3vh;
    left: 5vw;
  }
}
.l-header__nav-toggle span {
  display: block;
  width: 30px;
  height: 1px;
  margin: 8px auto 0;
  background: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-toggle span {
    width: 25px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-toggle span {
    display: none;
  }
}
.l-header__nav-toggle strong {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav-toggle strong {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header__nav {
  position: fixed;
  top: 80px;
  left: 0;
  width: 200px;
  padding: 40px 40px 20px;
  background: linear-gradient(-45deg, #f5e6d2, #f5eae1);
  transform: translateX(-100%);
  z-index: 90;
}
.l-header__nav .nav-list li {
  margin-bottom: 1.5vh;
}
.l-header__nav .nav-list li a {
  position: relative;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: black;
  transition: color 0.3s ease;
}
.l-header__nav .nav-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #bc562b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.l-header__nav .nav-list li a:hover::after {
  transform: scaleX(1);
}
.l-header__nav .nav-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5px;
  border-top: 1px solid #666;
}
.l-header__nav .nav-sns a {
  display: block;
  height: 30px;
}
.l-header__nav .nav-sns a img {
  display: block;
  height: 100%;
}

/**
 * page layout.
 */
.l-page {
  position: relative;
  z-index: 1;
}

/**
 * shop layout.
 */
.l-shop {
  position: relative;
  z-index: 1;
}
.l-shop__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 80%;
  max-width: 1400px;
  margin: 3vh auto;
}
@media screen and (max-width: 767px) {
  .l-shop__content {
    display: block;
    width: 90%;
  }
}
.l-shop__intro {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .l-shop__intro {
    width: 100%;
    margin: 0 auto;
  }
}
.l-shop__sub {
  font-size: 12px;
  color: #666;
}
.l-shop__ttl {
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-shop__ttl {
    font-size: 1.6rem;
    margin-bottom: 2vh;
  }
}
.l-shop__route {
  margin: 1vh auto 2vh;
  font-weight: bold;
}
.l-shop__route-a {
  color: #1f4e38;
  background: linear-gradient(to right, #fff 1%, #1f4e38);
}
.l-shop__route-b {
  color: #8b3c24;
  background: linear-gradient(to right, #fff 1%, #8b3c24);
}
.l-shop__route-c {
  color: #b68e5f;
  background: linear-gradient(to right, #fff 1%, #b68e5f);
}
.l-shop__route-d {
  color: #71235a;
  background: linear-gradient(to right, #fff 1%, #71235a);
}
.l-shop__route-e {
  color: #4a4e78;
  background: linear-gradient(to right, #fff 1%, #4a4e78);
}
.l-shop__route-f {
  color: #7d7e79;
  background: linear-gradient(to right, #fff 1%, #7d7e79);
}
.l-shop__route-cn {
  color: #dd430f;
  background: linear-gradient(to right, #fff 1%, #dd430f);
}
.l-shop__intro-inner {
  padding-left: 2vw;
}
@media screen and (max-width: 767px) {
  .l-shop__intro-inner {
    margin: 3vh auto;
  }
}
.l-shop__catchcopy {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .l-shop__catchcopy {
    font-size: 1.35rem;
  }
}
.l-shop__description {
  font-size: 14px;
  line-height: 2;
  margin: 2vh auto;
}
.l-shop__main-visual {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .l-shop__main-visual {
    width: 100%;
    margin: 2vh auto;
  }
}
.l-shop__btn {
  width: 400px;
  margin: 10vh auto;
}
@media screen and (max-width: 767px) {
  .l-shop__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-shop__archive {
  position: relative;
  background: #f5e6d2;
  margin-top: calc(150px + 1vh);
  padding-bottom: 1vh;
}
@media screen and (max-width: 767px) {
  .l-shop__archive {
    margin-top: 12vh;
  }
}
.l-shop__archive-header {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  .l-shop__archive-header {
    display: block;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    margin: 0 auto;
  }
}
.l-shop__category-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  .l-shop__category-list {
    margin-right: unset;
  }
}
.l-shop__category-item {
  width: 95px;
  height: 140px;
  margin-right: 1vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-shop__category-item {
    width: 20%;
    height: auto;
    aspect-ratio: 1/2;
  }
}
.l-shop__category-item button {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  transition: all 0.4s ease;
}
.l-shop__category-item #category-seafood {
  background: url("../../assets/images/shop/seafood-off.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-seafood.is-active {
  background: url("../../assets/images/shop/seafood-on.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-goods {
  background: url("../../assets/images/shop/goods-off.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-goods.is-active {
  background: url("../../assets/images/shop/goods-on.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-souvenir {
  background: url("../../assets/images/shop/souvenir-off.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-souvenir.is-active {
  background: url("../../assets/images/shop/souvenir-on.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-restaurant {
  background: url("../../assets/images/shop/restaurant-off.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-restaurant.is-active {
  background: url("../../assets/images/shop/restaurant-on.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-lightmeal {
  background: url("../../assets/images/shop/lightmeal-off.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__category-item #category-lightmeal.is-active {
  background: url("../../assets/images/shop/lightmeal-on.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.l-shop__search-box {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-shop__search-box {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
.l-shop__search-box input {
  width: 18vw;
  height: 4vh;
  padding: 10px 20px;
  background: #fff;
  border-right: none;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-shop__search-box input {
    width: 60%;
  }
}
.l-shop__search-box button {
  height: 4vh;
  color: #fff;
  background: #bc562b;
  padding: 10px 20px;
  border-left: none;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .l-shop__search-box button {
    width: 20%;
    padding: 0.5vh 1vw;
  }
}
.l-shop__search-box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f5e6d2;
  z-index: -1;
}
.l-shop__archive-content {
  width: 80%;
  margin: 5vh auto;
}
@media screen and (max-width: 767px) {
  .l-shop__archive-content {
    width: 94%;
  }
}
.l-shop__shop-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .l-shop__shop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
.l-shop__shop-item {
  width: 100%;
  max-width: 400px;
  margin-top: 4vh;
}
.l-shop__shop-image {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: background-size 0.6s ease-out, filter 0.6s ease-out;
  filter: brightness(1);
}
.l-shop__shop-image:hover {
  background-size: 105% 105%;
  filter: brightness(1.2);
}
.l-shop__shop-name {
  color: #000;
  text-align: center;
  margin-top: 1vh;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .l-shop__shop-name {
    font-size: 1rem;
  }
}
.l-shop__archive-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vh auto 0;
}
.l-shop__archive-pager span,
.l-shop__archive-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  padding: 10px;
}
.l-shop__archive-pager span {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}
.l-shop__archive-pager a {
  color: #fff;
  background: #bc562b;
  transition: all 0.6s ease-out;
}
.l-shop__archive-pager a:hover {
  color: #bc562b;
  background: #fff;
  border: 1px solid #bc562b;
}

/**
 * single page layout.
 */
.l-single {
  position: relative;
  padding: 6vh 5vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-single {
    padding: 0;
  }
}
.l-single__event::before, .l-single__event::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.l-single__event::before {
  background: url("../../assets/images/illust/nature/mist-4.webp");
  background-repeat: no-repeat;
  background-size: 20vw;
  background-position: 80% 5vh;
  animation: sway 25s ease-in-out infinite;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-single__event::before {
    background-size: 40vw;
  }
}
.l-single__event::after {
  background: url("../../assets/images/illust/human/male-1.webp");
  background-repeat: no-repeat;
  background-size: 10vw;
  background-position: 10vw 100%;
  animation: swayX 8s ease infinite;
}
@media screen and (max-width: 767px) {
  .l-single__event::after {
    display: none;
  }
}
@keyframes sway {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-3%, 1%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes swayX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(0);
  }
}
.l-single__inner {
  position: relative;
  width: 65%;
  margin-left: 16vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .l-single__inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .l-single__inner {
    width: 100%;
    margin-left: unset;
    margin: 5vh auto;
  }
}
.l-single__inner-event::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../../assets/images/illust/human/couple-1.webp");
  background-repeat: no-repeat;
  background-size: 12vw;
  background-position: 100% 30%;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-single__inner-event::before {
    background-size: 20vw;
  }
}
.l-single__header {
  margin-bottom: 4vh;
  padding: 4vh 0;
  background: linear-gradient(80deg, #ffffff 0%, #f5e6d2 25%, #ffffff 100%);
}
@media screen and (max-width: 1280px) {
  .l-single__header {
    padding: 3vh 2vw;
  }
}
.l-single__date {
  font-size: 12px;
  color: #666;
}
.l-single__ttl {
  margin: 0.5vh auto 2vh;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .l-single__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-single__ttl {
    font-size: 1.2rem;
  }
}
.l-single__term {
  margin-left: 1vw;
  font-size: 14px;
  color: #bc562b;
}
@media screen and (max-width: 767px) {
  .l-single__term {
    font-size: 0.75rem;
  }
}
.l-single__content {
  margin-bottom: 10vh;
  padding: 0 1vw;
}
@media screen and (max-width: 767px) {
  .l-single__content {
    padding: 0 5vw;
  }
}
.l-single__content-txt {
  font-size: 16px;
  line-height: 1.6;
  margin: 4vh auto;
}
@media screen and (max-width: 767px) {
  .l-single__content-txt {
    font-size: 0.9rem;
  }
}
.l-single__content-img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-top: 4vh;
}
@media screen and (max-width: 767px) {
  .l-single__content-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-single__back {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-single__back a {
  color: #545c40;
}

/**
 * パンくずリスト.
 */
.c-breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  font-size: 12px;
  margin-top: 160px;
  margin-left: 240px;
  margin-bottom: 1vh;
}
@media screen and (max-width: 1280px) {
  .c-breadcrumbs {
    margin-top: 140px;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-left: 5vw;
  }
}
.c-breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.c-breadcrumbs ul li {
  margin-right: 0.6vw;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ul li {
    margin-right: 2vw;
  }
}
.c-breadcrumbs ul li::after {
  content: ">";
  margin-left: 0.6vw;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ul li::after {
    margin-left: 2vw;
  }
}
.c-breadcrumbs ul li:last-child::after {
  content: "";
}
.c-breadcrumbs ul a {
  color: #bc562b;
}

/**
 * button component.
 */
.c-btn {
  position: relative;
  display: block;
  width: 400px;
  padding: 20px 30px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .c-btn {
    width: 280px;
    padding: 1vh 3vw;
    font-size: 1.1rem;
  }
}
.c-btn--black {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  transition: 0.4s;
}
.c-btn--black::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  content: ">";
  font-size: 20px;
}
.c-btn--black:hover {
  color: #000;
  background: #fff;
}
.c-btn--white {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .c-btn--white {
    font-size: 1rem;
  }
}
.c-btn--white::after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../assets/icons/new-tab.svg") no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .c-btn--white::after {
    right: 4%;
  }
}
.c-btn--white:hover {
  color: #fff;
  background: #000;
}
.c-btn--orange {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #bc562b;
  border: 2px solid #bc562b;
  border-radius: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .c-btn--orange {
    font-size: 0.8rem;
  }
}
.c-btn--orange::after {
  content: ">>";
  margin-left: 0.5vw;
}
.c-btn--orange:hover {
  color: #bc562b;
  background: #fff;
}
.c-btn--bg-shop {
  width: 100%;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.c-btn--bg-shop::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.6s ease;
  background: url("../../assets/images/top/btn-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(1px) brightness(0.6);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  z-index: 0;
}
.c-btn--bg-shop:hover::before {
  opacity: 1;
}
.c-btn--bg-shop:hover span {
  color: #fff;
}
.c-btn--bg-shop span {
  align-items: center;
  position: relative;
  display: inline-flex;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  transition: 0.2s ease;
}
.c-btn--bg-shop span::after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  margin-left: 1vw;
  background: url("../../assets/icons/next-gray.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btn__more {
  position: relative;
  font-size: 16px;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.c-btn__more:hover span {
  color: #fffdf2;
  background: #545c40;
  border: 2px solid #fffdf2;
}
.c-btn__more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  padding: 5px 10px;
  text-align: center;
  background: #fffdf2;
  border: 2px solid #545c40;
  transition: 0.4s ease;
  z-index: 2;
}
.c-btn__more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../../assets/images/illust/human/couple-2.webp") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.c-btn--download {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  color: #2a9fd1;
  border: 1px solid #2a9fd1;
}
.c-btn--prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("../../assets/icons/prev.png") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.c-btn--next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 50px;
  height: 50px;
  background: url("../../assets/icons/next.png") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

/**
 * holiday calendar.
 */
.c-calendar {
  width: 40%;
  min-width: 560px;
  margin: 5vh auto;
}
@media screen and (max-width: 767px) {
  .c-calendar {
    width: 90%;
    min-width: unset;
    margin: 4vh auto;
  }
}
.c-calendar__inner {
  padding: 3vh 0;
  background: #fff;
  border: 2px solid #ababab;
  border-top: none;
}
.c-calendar__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vh 1vw 2vh;
}
@media screen and (max-width: 767px) {
  .c-calendar__controls {
    font-size: 0.7rem;
  }
}
.c-calendar__controls button,
.c-calendar__controls select {
  padding: 5px 20px;
  border: 1px solid #666;
  border-radius: 5px;
  cursor: pointer;
}
.c-calendar__prev {
  color: #bc562b;
  transition: 0.3s ease-out;
}
.c-calendar__prev:hover {
  color: #fff;
  background: #bc562b;
}
.c-calendar__prev:before {
  content: "<";
  margin-right: 0.5vw;
}
.c-calendar__prev:disabled {
  color: #666;
  cursor: not-allowed;
}
.c-calendar__prev:disabled:hover {
  background: none;
}
.c-calendar__next {
  color: #1d2f52;
  transition: 0.3s ease-out;
}
.c-calendar__next:hover {
  color: #fff;
  background: #1d2f52;
}
.c-calendar__next:after {
  content: ">";
  margin-left: 0.5vw;
}
.c-calendar__next:disabled {
  color: #666;
  cursor: not-allowed;
}
.c-calendar__table {
  width: 94%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-calendar__table td {
  width: 14.28%;
  height: 60px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  .c-calendar__table td {
    height: 50px;
    font-size: 0.8rem;
  }
}
.c-calendar__head-row th {
  padding: 0.5vh 1vw;
  border-top: 1px solid #ababab;
  border-bottom: 2px solid #666;
}
@media screen and (max-width: 767px) {
  .c-calendar__head-row th {
    font-size: 0.8rem;
  }
}
.c-calendar__holiday {
  background: #ababab;
}
.c-calendar__today {
  color: #5c6bc0;
  font-weight: bold;
}
.c-calendar__sunday {
  color: red;
}
.c-calendar__txt {
  margin-top: 1vh;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", sans-serif;
}

.c-carousel {
  position: relative;
  max-width: 100vw;
  margin-top: 160px;
}
.c-carousel__inner {
  overflow-x: clip;
  overflow-y: visible;
}
.c-carousel__track {
  display: flex;
  align-items: flex-start;
  width: auto;
}
.c-carousel__item {
  position: relative;
  display: block;
  margin-left: -55px;
  z-index: 1;
  transition: z-index 0.3s ease;
}
.c-carousel__item:hover {
  z-index: 10;
}
.c-carousel__item:hover .c-carousel__img {
  transform: translate(5px, -40px);
}
.c-carousel__img {
  display: block;
  width: 340px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-carousel__img {
    width: 50vw;
  }
}

/**
 * loading animation.
 */
.c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: #f5e6d2;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .c-loading {
    justify-content: space-around;
  }
}
.c-loading__logo {
  display: block;
  width: 160px;
  opacity: 0;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .c-loading__logo {
    width: 36%;
  }
}
.c-loading__typo {
  display: block;
  width: 250px;
  height: auto;
  opacity: 0;
  transform: scale(0.8);
  margin-left: 4vw;
}
@media screen and (max-width: 767px) {
  .c-loading__typo {
    width: 45%;
  }
}
.c-loading__fish {
  position: absolute;
  left: 18%;
  width: 300px;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .c-loading__fish {
    left: 50%;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-loading__fish {
    width: 40%;
  }
}
.c-loading__text {
  position: absolute;
  width: 80%;
  height: 100%;
  color: #545c40;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-loading__text {
    width: 60%;
    font-size: 3rem;
  }
}
.c-loading__word {
  position: absolute;
  display: block;
  opacity: 0;
}
.c-loading #word1 {
  top: 20%;
  left: 20%;
}
.c-loading #word2 {
  top: 40%;
  right: 20%;
}
.c-loading #word3 {
  top: 60%;
  left: 20%;
}
.c-loading__illust {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.c-loading__illust--food {
  position: absolute;
  min-width: 120px;
  transform: translateY(0) scale(0.8);
}
@media screen and (max-width: 767px) {
  .c-loading__illust--food {
    min-width: 80px;
  }
}
.c-loading__illust #i-shrinps {
  width: 10%;
  top: 20%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-shrinps {
    top: 15%;
  }
}
.c-loading__illust #i-kaki {
  width: 10%;
  top: 70%;
  left: 35%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-kaki {
    top: unset;
    bottom: 15%;
    left: 45%;
  }
}
.c-loading__illust #i-himono {
  width: 12%;
  top: 65%;
  right: 35%;
}
@media screen and (max-width: 1280px) {
  .c-loading__illust #i-himono {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-himono {
    top: unset;
    bottom: 15%;
  }
}
.c-loading__illust #i-kaisen {
  width: 12%;
  top: 45%;
  right: 15%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-kaisen {
    display: none;
  }
}
.c-loading__illust #i-atsuage {
  width: 5%;
  top: 10%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-atsuage {
    top: 15%;
    left: 25%;
    width: 85px;
  }
}
.c-loading__illust #i-kani-bento {
  width: 10%;
  bottom: 10%;
  left: 18%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-kani-bento {
    bottom: 15%;
  }
}
.c-loading__illust #i-katsudon {
  width: 12%;
  top: 40%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-katsudon {
    top: 15%;
  }
}
.c-loading__illust #i-tea {
  width: 4%;
  top: 10%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .c-loading__illust #i-tea {
    top: 14%;
    right: 5%;
  }
}

/**
 * news list.
 */
.c-news-list {
  margin: 0;
  padding: 0;
}
.c-news-list__item {
  padding: 2vh 0;
  border-bottom: 1px solid #666;
}
.c-news-list__link {
  display: flex;
  align-items: center;
}
.c-news-list__link:hover .c-news-list__date, .c-news-list__link:hover .c-news-list__category, .c-news-list__link:hover .c-news-list__ttl {
  color: #bc562b;
}
.c-news-list__link:hover .c-news-list__category {
  border-color: #bc562b;
}
.c-news-list__subject {
  margin-left: 2vw;
}
@media screen and (max-width: 767px) {
  .c-news-list__subject {
    width: 100%;
    max-width: 70%;
    margin-left: 4vw;
  }
}
.c-news-list__meta {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 1vh;
}
.c-news-list__new-label {
  padding: 2px 6px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to top right, #990000, #cc0000, #ff1a1a, #ff4d4d);
  margin-right: 1vw;
  animation: newPulse 2s ease-in-out infinite;
}
@keyframes newPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.c-news-list__date {
  color: black;
}
.c-news-list__category {
  margin-left: 1vw;
  padding: 5px 10px;
  color: #5c6bc0;
  border: 1px solid #5c6bc0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-news-list__category {
    padding: 0.5vh;
  }
}
.c-news-list__ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    font-size: 1rem;
  }
}
.c-news-list__date, .c-news-list__category, .c-news-list__ttl {
  transition: all 0.3s ease;
}

/**
 * page title (vertical).
 */
.c-page-ttl {
  position: absolute;
  top: 15vh;
  left: 8vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-ttl {
    position: relative;
    top: 1vh;
    left: 5vw;
  }
}
.c-page-ttl h2 {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin: 0 auto;
  font-size: 32px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-page-ttl h2 {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
  }
}
.c-page-ttl span {
  display: block;
  font-size: 20px;
  margin-top: 1vh;
}
@media screen and (max-width: 767px) {
  .c-page-ttl span {
    font-size: 1.2rem;
    margin-top: 0.5vh;
  }
}

/**
 * news / event thumbnail.
 */
.c-thumbnail {
  position: relative;
  width: 10vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-thumbnail {
    width: 30%;
  }
}
.c-thumbnail--front {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-thumbnail--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(50%) blur(5px);
  -webkit-filter: grayscale(50%) blur(5px);
}

/**
 * wave svg animation.
 */
.c-wave__top {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .c-wave__top {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .c-wave__top {
    top: -60px;
  }
}
.c-wave__bottom {
  position: absolute;
  bottom: -210px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .c-wave__bottom {
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .c-wave__bottom {
    bottom: -50px;
  }
}

/**
 * access.
 */
.p-access {
  padding: 8vh 5vw;
  background: url("../../assets/images/illust/nature/mist-2.webp"), url("../../assets/images/illust/human/couple-2.webp"), url("../../assets/images/illust/nature/tree-1.webp");
  background-repeat: no-repeat;
  background-position: left 50%, 90% 5%, 90% 90%;
  background-size: 25%, 20%, 20%;
}
@media screen and (max-width: 1280px) {
  .p-access {
    padding: 5vh 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    font-size: 0.75rem;
    background: url("../../assets/images/illust/nature/mist-2.webp"), url("../../assets/images/illust/human/couple-2.webp"), url("../../assets/images/illust/nature/tree-1.webp");
    background-repeat: no-repeat;
    background-position: left 50%, 90% 30%, 90% 100%;
    background-size: 40%, 30%, 50%;
  }
}
.p-access__inner {
  width: 94%;
  max-width: 900px;
  margin-left: 15vw;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p-access__inner {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    margin-left: unset;
    margin: 5vh auto;
  }
}
.p-access__content {
  margin-bottom: 8vh;
}
.p-access__content-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
  padding-bottom: 0.5vh;
  padding-left: calc(50px + 1vw);
  background: linear-gradient(to right, #fff 10%, #bab0a8, #fff);
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-access__content-ttl {
    margin-bottom: 2vh;
    font-size: 1.1rem;
  }
}
.p-access__content-ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 30px;
}
.p-access__content-ttl--train::before {
  background: url("../../assets/icons/access/train.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-access__content-ttl--car::before {
  background: url("../../assets/icons/access/car.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-access__content-ttl--flight::before {
  background: url("../../assets/icons/access/flight.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-access__content-ttl--city {
  padding-left: 0;
}
.p-access__route {
  font-size: 18px;
  margin-bottom: 1vh;
}
.p-access__duration-list {
  margin-bottom: 4vh;
}
.p-access__duration-item {
  position: relative;
  margin-bottom: 1vh;
  padding-left: 1.5vw;
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .p-access__duration-item {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__duration-item {
    font-size: 0.75rem;
  }
}
.p-access__duration-item::before {
  position: absolute;
  left: 0;
  content: "■";
  margin-right: 1vw;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-access__duration-item::before {
    font-size: 0.75rem;
  }
}
.p-access__duration-flight {
  display: flex;
  align-items: center;
}
.p-access__duration-flight span {
  display: block;
}
.p-access__duration-flight span:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}
.p-access__duration-flight span:nth-child(2) {
  width: 40%;
  text-align: center;
}
.p-access__duration-flight span:nth-child(3) {
  width: 20%;
}
.p-access__city-map {
  margin: 2vh auto;
}

/**
 * concerend login.
 */
.p-login {
  min-height: 40vh;
  padding: 10vh 0;
}
.p-login__inner {
  width: 450px;
  margin: 0 auto;
  padding: 5vh 4vw;
  background: linear-gradient(to top, #f0f0f0, #1d2f52);
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-login__inner {
    width: 80%;
  }
}
.p-login__form-input {
  width: 100%;
  margin-bottom: 3vh;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  line-height: 2rem;
}
.p-login__submit {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #1d2f52;
  border-radius: 10px;
  cursor: pointer;
}
.p-login__error {
  color: red;
  font-size: 0.9rem;
  margin-bottom: 1vh;
}

/**
 * concerned.
 */
.p-concerned {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 5vh;
}
@media screen and (max-width: 767px) {
  .p-concerned {
    display: block;
  }
}
.p-concerned__toggle {
  width: 18%;
  height: -moz-fit-content;
  height: fit-content;
  background: #f0f0f0;
  border-top: 2px solid #1d2f52;
  border-bottom: 2px solid #1d2f52;
}
@media screen and (max-width: 767px) {
  .p-concerned__toggle {
    display: flex;
    width: 100%;
    margin-bottom: 4vh;
  }
}
.p-concerned__toggle-btn {
  padding: 3vh 3vw;
  cursor: pointer;
  border-bottom: 1px solid #1d2f52;
}
.p-concerned__toggle-btn:nth-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-concerned__toggle-btn {
    min-width: 30%;
    padding: 2vh 3vw;
    font-size: 0.75rem;
    text-align: center;
  }
}
.p-concerned__toggle-btn.is-active {
  color: #fff;
  background: #5c6bc0;
  cursor: alias;
  pointer-events: none;
}
.p-concerned__wrapper {
  width: 70%;
}
.p-concerned__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: start;
}
.p-concerned__item {
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.08em;
}
.p-concerned__item--inner {
  display: block;
  width: 100%;
  color: inherit;
}
.p-concerned__item img {
  max-width: 300px;
}
.p-concerned__item-date {
  font-size: 0.8rem;
  color: #666;
}
.p-concerned__item-ttl {
  margin-top: 0.5vh;
  margin-bottom: 1vh;
  font-weight: bold;
}
.p-concerned__thumbnail {
  width: 100%;
}
.p-concerned__canvas {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 300px;
}
.p-concerned__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6vh;
}
.p-concerned__pagination--btn, .p-concerned__pagination--prev {
  margin-right: 2vw;
}
.p-concerned__pagination .is-current {
  font-size: 12px;
  padding: 10px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  background: #5c6bc0;
}

/**
 * event page layout.
 */
.p-event-archive {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f5e6d2 50%, #ffffff 100%);
}
.p-event-archive__inner {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto;
  margin-left: calc(16vw + 3%);
  padding: 5vh 0;
}
@media screen and (max-width: 767px) {
  .p-event-archive__inner {
    width: 94%;
    margin-left: unset;
    margin: 0 auto;
  }
}
.p-event-archive__list {
  display: flex;
  flex-wrap: wrap;
}
.p-event-archive__item {
  position: relative;
  width: 33.3333333333%;
  margin-bottom: 5vh;
  background: #f0f0f0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 1280px) {
  .p-event-archive__item {
    width: 50%;
  }
}
.p-event-archive__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background: linear-gradient(to bottom, #f5e6d2 0%, #fff 50%, #f5e6d2 100%);
  z-index: -1;
}
.p-event-archive__item:hover {
  background: none;
}
.p-event-archive__item:hover::before {
  opacity: 1;
}
.p-event-archive__item:nth-child(3n-1) {
  border-left: none;
  border-right: none;
}
.p-event-archive__item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3vh 0;
}
.p-event-archive__item-meta {
  width: 80%;
  margin-top: 20px;
  letter-spacing: 0.06em;
}
.p-event-archive__item-date {
  font-size: 12px;
  color: #666;
}
.p-event-archive__item-ttl {
  min-height: 60px;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.p-event-archive__item-term {
  font-size: 14px;
  color: #545c40;
}
.p-event-archive__thumbnail {
  width: 80%;
}
.p-event-archive__thumbnail--ended {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-event-archive__illusts {
  position: fixed;
  z-index: 9;
  will-change: transform;
  pointer-events: none;
}
.p-event-archive__illusts-left {
  top: 90vh;
  left: 10vw;
  width: 7vw;
}
@media screen and (max-width: 1280px) {
  .p-event-archive__illusts-left {
    left: 5vw;
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .p-event-archive__illusts-left {
    width: 20vw;
  }
}
.p-event-archive__illusts-right {
  top: 65vh;
  right: 3vw;
  width: 15vw;
}
@media screen and (max-width: 1280px) {
  .p-event-archive__illusts-right {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .p-event-archive__illusts-right {
    top: 80vh;
  }
}
.p-event-archive__illusts img {
  position: absolute;
  display: inline-block;
  width: 60%;
}
.p-event-archive__illusts #i-ice-sarimu {
  width: 50%;
  left: 0;
  transform: rotate(-20deg);
}
.p-event-archive__illusts #i-ice-iroha {
  right: 0;
  transform: rotate(20deg);
}
.p-event-archive__illusts #i-staff-1 {
  display: inline-block;
  width: 50%;
  top: -3vh;
  right: 0;
}
.p-event-archive__illusts #i-couple-3 {
  left: 0;
}

.p-event__single {
  position: relative;
}

/**
 * FAQ.
 */
.p-faq {
  position: relative;
  width: 100%;
  background: #f5e6d2;
  margin-top: calc(150px + 1vh);
  padding-bottom: 1vh;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 12vh;
  }
}
.p-faq__inner {
  width: 70%;
  height: 100%;
  padding: 5vh;
  padding-bottom: 0;
  margin-left: 16vw;
}
@media screen and (max-width: 1280px) {
  .p-faq__inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    width: 94%;
    margin-left: unset;
    margin: 4vh auto;
    padding: 0;
  }
}
.p-faq__list-item {
  margin-bottom: 10vh;
}
@media screen and (max-width: 1280px) {
  .p-faq__list-item {
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item {
    margin-bottom: 4vh;
  }
}
.p-faq__question {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90px;
  padding: 20px 30px;
  background: white;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    min-height: 80px;
  }
}
.p-faq__question img {
  display: flex;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .p-faq__question img {
    width: 10%;
  }
}
.p-faq__question-ttl {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-faq__question-ttl {
    font-size: 0.9rem;
  }
}
.p-faq__question-ttl:before {
  display: block;
  content: "";
  margin: 0 20px;
  width: 2px;
  height: 50px;
  background: #bc562b;
}
.p-faq__toggle-btn {
  position: absolute;
  display: inline-block;
  right: 5%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #bc562b;
  border-top: 3px solid #bc562b;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle-btn {
    right: 6%;
    width: 12px;
    height: 12px;
  }
}
.p-faq__answer {
  overflow: hidden;
  padding: 4vh 120px;
  background: #f0f0f0;
  border-radius: 0 0 40px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 4vh;
  }
}
.p-faq__answer p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-faq__answer p {
    font-size: 0.9rem;
  }
}

/**
  * floormap.
  */
.p-floormap {
  padding: 8vh 5vw;
}
@media screen and (max-width: 1280px) {
  .p-floormap {
    padding: 3vh 5vw;
  }
}
.p-floormap__inner {
  max-width: 1080px;
  margin-left: 16vw;
}
@media screen and (max-width: 767px) {
  .p-floormap__inner {
    margin-top: 5vh;
    margin-left: 0;
  }
}
.p-floormap__img {
  margin-bottom: 4vh;
}
.p-floormap__pdf {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-floormap__pdf span {
  font-size: 12px;
}

/**
 * news (archive, single).
 */
.p-news {
  display: block;
  background: url("../../assets/images//news/bg-news.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-news {
    background: url("../../assets/images//news/bg-news-sp.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.p-news__inner {
  width: 60%;
  max-width: 840px;
  margin: 0 auto;
  padding: 5vh 0;
}
@media screen and (max-width: 1280px) {
  .p-news__inner {
    width: 70%;
    margin-left: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    width: 90%;
    margin-left: auto;
  }
}

/**
 * PRIVACY.
 */
.p-privacy {
  padding: 8vh 5vw;
}
.p-privacy__inner {
  max-width: 50vw;
  margin-left: 20vw;
}
.p-privacy__content-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6vh;
  padding: 0.5vh 1vw;
  background: #f0f0f0;
  border-radius: 20px;
}
.p-privacy__content-ttl-privacy {
  padding: 1.5vh 1.5vw;
  background: #1d2f52;
  border-radius: 5px;
  color: #fff;
}
.p-privacy__sentence-list {
  margin-bottom: 2.5vh;
  font-size: 14px;
  line-height: 1.6;
}
.p-privacy__sentence-list a {
  color: #256fd1;
  text-decoration: underline;
}
.p-privacy__sentence-item {
  display: block;
  margin-top: 1.5vh;
  font-size: 14px;
  line-height: 1.6;
}

/**
 * TOP.
 */
.p-top {
  position: relative;
  /**
   * hero visual.
   */
  /**
   * section title.
   */
  /**
   * top menu.
   */
  /**
   * event.
   */
  /**
   * shop.
   */
  /**
   * news.
   */
  /**
   * Hanafuda card.
   */
}
.p-top__visual {
  position: relative;
  width: 100%;
}
.p-top__visual-bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: url("../../assets/images/top/top.webp") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__visual-bg {
    background: url("../../assets/images/top/top-sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top__visual-bg {
    aspect-ratio: unset;
    width: 100vw;
    height: 100vh;
  }
}
.p-top__visual-illust {
  position: absolute;
  display: block;
  z-index: 9;
  will-change: transform;
  pointer-events: none;
}
.p-top__visual-catchcopy {
  position: absolute;
  top: 26vh;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #f5e6d2;
  letter-spacing: 0.6rem;
  z-index: 9;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-top__visual-catchcopy {
    display: none;
  }
}
.p-top__visual-catchcopy .char {
  display: inline-block;
  opacity: 0;
  filter: brightness(0.7) blur(1px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.p-top #i-woman-1 {
  width: 8vw;
  top: 20vw;
  left: 20vw;
}
@media screen and (max-width: 767px) {
  .p-top #i-woman-1 {
    display: none;
  }
}
.p-top #i-woman-2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top #i-woman-2 {
    display: block;
    width: 20vw;
    bottom: 30vh;
    left: unset;
    right: 0;
  }
}
.p-top #i-selfie {
  width: 16vw;
  bottom: -5vw;
  left: 5vw;
}
@media screen and (max-width: 767px) {
  .p-top #i-selfie {
    display: none;
  }
}
.p-top #i-couple-1 {
  width: 20vw;
  bottom: -5vw;
  left: 60vw;
}
@media screen and (max-width: 767px) {
  .p-top #i-couple-1 {
    display: none;
  }
}
.p-top #i-staff-2 {
  width: 8vw;
  top: 22vw;
  right: 16vw;
}
@media screen and (max-width: 767px) {
  .p-top #i-staff-2 {
    display: none;
  }
}
.p-top #i-couple-3 {
  width: 12vw;
  top: 22vw;
  left: 30vw;
}
@media screen and (max-width: 767px) {
  .p-top #i-couple-3 {
    width: 40vw;
    top: unset;
    left: 0;
    bottom: -5vw;
  }
}
.p-top__section-ttl {
  width: 50%;
  max-width: 650px;
  margin: 4vh auto 2vh;
  font-size: clamp(26px, 1vw + 1rem, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__section-ttl {
    width: 100%;
  }
}
.p-top__section-ttl--vertical {
  width: -moz-fit-content;
  width: fit-content;
  margin: unset;
  padding-bottom: unset;
  font-size: 40px;
  writing-mode: vertical-rl;
  letter-spacing: 0.06em;
  border-bottom: none;
}
@media screen and (max-width: 1280px) {
  .p-top__section-ttl--vertical {
    font-size: 32px;
  }
}
.p-top__menu {
  position: relative;
  margin-top: 8vh;
  background: linear-gradient(to bottom, #fff 0%, #7da88d 20%, #b1a179 50%, #e4caa5 70%, #fff 100%);
}
@media screen and (max-width: 1280px) {
  .p-top__menu {
    margin-top: 4vh;
  }
}
.p-top__menu-inner {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  padding-bottom: 20vh;
  background: url("../../assets/images/illust/nature/mist-2.webp"), url("../../assets/images/illust/nature/wave-1.webp");
  background-repeat: no-repeat;
  background-position: 80% 15%, 90% 95%;
  background-size: 30%, 40%;
}
@media screen and (max-width: 767px) {
  .p-top__menu-inner {
    display: block;
    margin-left: unset;
    margin: 0 auto;
    background-size: 30%, 100%;
  }
}
.p-top__menu-concept {
  position: relative;
  width: 35%;
  padding-top: 20vh;
}
@media screen and (max-width: 1280px) {
  .p-top__menu-concept {
    width: 40%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__menu-concept {
    width: 90%;
    margin: 0 auto;
    padding-top: 80%;
  }
}
.p-top__menu-concept-bg {
  display: block;
  width: 100%;
}
.p-top__menu-concept-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -45%);
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-top__menu-concept-txt {
    top: unset;
    bottom: 0;
  }
}
.p-top__menu-intro {
  width: 65%;
  padding: 5% 10% 5% 5%;
  padding-top: unset;
}
@media screen and (max-width: 1280px) {
  .p-top__menu-intro {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 767px) {
  .p-top__menu-intro {
    width: 100%;
    padding: 5vw;
  }
}
.p-top__intro-txt {
  margin-top: 2vh;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .p-top__intro-txt {
    font-size: 1rem;
  }
}
.p-top__intro-txt p {
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-top__menu-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vh;
}
@media screen and (max-width: 1280px) {
  .p-top__menu-btns {
    margin-top: 3vh;
  }
}
.p-top__menu-btns a:last-child {
  margin-top: 4vh;
}
.p-top__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.p-top__slide {
  position: relative;
  width: 240px;
  aspect-ratio: 3/4;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-top__slide {
    width: 25%;
  }
}
.p-top__slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}
.p-top__slide-inner:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
.p-top__slide-inner--shop {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%), url("../../assets/images/top/slide/shop-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__slide-inner--event {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%), url("../../assets/images/top/slide/event-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__slide-inner--facility {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%), url("../../assets/images/top/slide/facility-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__slide-inner--floormap {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%), url("../../assets/images/top/slide/floormap-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__slide-inner--access {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%), url("../../assets/images/top/slide/access-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__slide-img {
  position: relative;
  width: 85%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.p-top__slide-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: inline;
  background: url("../../assets/images/illust/nature/naruto-y.webp"), url("../../assets/images/illust/nature/naruto-r.webp");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 100% 0%, 10% 100%;
  z-index: -1;
}
.p-top__slide-img-inner {
  overflow: hidden;
}
.p-top__slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.p-top__slide-ttl {
  margin-top: 15%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.p-top__event {
  position: relative;
  padding-top: 20vh;
  background: url("../../assets/images/common/typo.webp") no-repeat;
  background-size: 400px;
  background-position: top right;
}
@media screen and (max-width: 1280px) {
  .p-top__event {
    padding-top: 10vh;
    background-size: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__event {
    background-size: 65%;
  }
}
.p-top__event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #f5e6d2 10%, #fff 60%, #fff 100%);
  z-index: -2;
}
@media screen and (max-width: 1280px) {
  .p-top__event::before {
    background: linear-gradient(to bottom, #fff 0%, #f5e6d2 20%, #fff 60%, #fff 100%);
  }
}
.p-top__event-inner {
  width: 80%;
  margin: 0 auto;
  padding: 5vh 0;
}
@media screen and (max-width: 1280px) {
  .p-top__event-inner {
    padding: 1vh 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__event-inner--pc {
    display: none;
  }
}
.p-top__event-inner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__event-inner--sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.p-top__event-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-top__event-item {
  position: relative;
  width: 33.3333333333%;
  max-width: 450px;
  aspect-ratio: 2/3;
  background: #f0f0f0;
  border-left: 2px solid #545c40;
  border-right: 2px solid #545c40;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top__event-item {
    width: 50%;
    margin-bottom: 2vh;
  }
}
.p-top__event-item:hover {
  background: #f5e6d2;
}
.p-top__event-item:hover::before {
  opacity: 1;
}
.p-top__event-item:nth-child(3n-1) {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-top__event-item:nth-child(3n-1) {
    border-right: 2px solid #545c40;
  }
}
.p-top__event-item:nth-child(4) {
  border-left: none;
}
.p-top__event-item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3vh 0;
}
@media screen and (max-width: 767px) {
  .p-top__event-item-inner {
    padding: 1.5vh 0;
  }
}
.p-top__event-item-meta {
  width: 80%;
  margin-top: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top__event-item-meta {
    margin-top: 1.5vh;
  }
}
.p-top__event-item-date {
  font-size: 0.75rem;
  color: #666;
}
.p-top__event-item-ttl {
  min-height: 60px;
  margin: 10px auto 0;
  font-size: 16px;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-top__event-item-ttl {
    margin-top: 1vh;
  }
}
.p-top__event-item-term {
  font-size: 0.9rem;
  color: #545c40;
}
@media screen and (max-width: 767px) {
  .p-top__event-item-term {
    font-size: 0.75rem;
  }
}
.p-top__event-thumbnail {
  width: 80%;
}
.p-top__event-thumbnail--ended {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__event-btn {
  margin: 12vh auto 6vh;
}
@media screen and (max-width: 1280px) {
  .p-top__event-btn {
    margin: 6vh auto 3vh;
  }
}
.p-top__event-btn a {
  margin: 0 auto;
}
.p-top__event-wave-wrapper {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  overflow: hidden;
  z-index: -2;
}
.p-top__event-wave {
  position: relative;
  width: 150%;
  height: 170px;
  margin: 0 auto;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .p-top__event-wave {
    left: -30%;
  }
}
.p-top__event-wave:nth-child(2) {
  margin-top: -4%;
}
@media screen and (max-width: 767px) {
  .p-top__event-wave:nth-child(2) {
    margin-top: -15%;
  }
}
.p-top__event-wave:nth-child(3) {
  margin-top: -4%;
}
@media screen and (max-width: 767px) {
  .p-top__event-wave:nth-child(3) {
    margin-top: -15%;
  }
}
.p-top__shop {
  padding: 0 8vw 8vh;
  background: linear-gradient(to bottom, #ffffff 0%, #f5e6d2 50%, #ffffff 100%);
}
@media screen and (max-width: 1280px) {
  .p-top__shop {
    padding-bottom: 0;
  }
}
.p-top__shop-inst {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  color: #856404;
  padding: 3vh 2vw;
  margin: 1em auto;
  border-radius: 6px;
  max-width: 320px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top__shop-inst {
    display: block;
    opacity: 1;
  }
}
.p-top__shop-inner {
  padding: 8vh 0;
}
@media screen and (max-width: 1280px) {
  .p-top__shop-inner {
    padding: 4vh 0;
  }
}
.p-top__shop-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 4vh auto;
}
.p-top__news {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: -5vh;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    display: block;
    width: 90%;
    margin-top: unset;
  }
}
.p-top__news a {
  margin: 0 auto;
}
.p-top__news-intro {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-top__news-intro {
    display: none;
  }
}
.p-top__news-intro::before {
  position: absolute;
  content: "";
  top: 10%;
  left: -10%;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/illust/nature/mist-3.webp") no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-top__news-intro-inner {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 2vw;
  margin-bottom: 2vh;
}
.p-top__news-charcter {
  display: block;
  width: 200px;
  margin-left: 2vw;
}
@media screen and (max-width: 1280px) {
  .p-top__news-charcter {
    width: 50%;
  }
}
.p-top__news-list {
  width: 55%;
  padding-bottom: 2vh;
  border-top: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .p-top__news-list {
    width: 100%;
  }
}
.p-top__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw;
  max-width: calc((320px + 4vw) * 3);
  margin: 0 auto;
  perspective: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__cards {
    display: block;
    width: 100%;
    max-width: unset;
  }
}
.p-top__card {
  position: relative;
  width: 320px;
  aspect-ratio: 2/3;
  margin-bottom: 2vh;
  background: #fff;
  border: 15px solid #000;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  cursor: url("../../assets/icons/top/flip.webp"), auto;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1280px) {
  .p-top__card {
    width: 30%;
    aspect-ratio: 2/3.5;
  }
}
@media screen and (max-width: 767px) {
  .p-top__card {
    width: 60%;
    margin: 0 auto 2vh;
    border: 8px solid #000;
  }
  .p-top__card:nth-child(odd) {
    transform: rotate(10deg);
  }
  .p-top__card:nth-child(even) {
    transform: rotate(-10deg);
  }
}
.p-top__card-front, .p-top__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.p-top__card-ttl {
  width: 50%;
  aspect-ratio: 1/1;
  margin: 1vh auto 2vh;
  opacity: 1 !important;
}
.p-top__card-front {
  z-index: 2;
}
.p-top__card-back {
  padding: 5vh 2vw 1vh;
  background: linear-gradient(60deg, #fffdf2, #f5e6d2);
  transform: rotateY(180deg);
  font-family: "Noto Serif JP", serif;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-top__card-back {
    padding: 1vh 2vw;
  }
}
.p-top__card-subttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #bc562b;
}
.p-top__card-back-icon {
  position: relative;
  width: 100%;
  height: 12vh;
  max-height: 140px;
  margin: 2vh auto 0;
  background: url("../../assets/icons/top/hanafuda-bg.webp") no-repeat;
  background-position: center;
  background-size: 65% auto;
}
@media screen and (max-width: 1280px) {
  .p-top__card-back-icon {
    height: 20%;
    margin-top: 1vh;
  }
}
.p-top__card-back-icon img {
  position: absolute;
  display: block;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
}
.p-top__card-back-icon #hanafuda-fish {
  width: 80%;
  transform: translate(0, -40%);
}
@media screen and (max-width: 1280px) {
  .p-top__card-back-icon #hanafuda-fish {
    width: 50%;
  }
}
.p-top__card-back-icon #hanafuda-wan {
  width: 45%;
}
.p-top__card-back-icon #hanafuda-dorayaki {
  width: 50%;
}
.p-top__card-back-icon #hanafuda-hashi {
  width: 90%;
  transform: translate(-5%, -50%);
}
.p-top__card-back-icon #hanafuda-coffee {
  width: 40%;
}
.p-top__card-txt {
  height: 35%;
  margin: 1vh auto 2vh;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .p-top__card-txt {
    font-size: 0.8rem;
  }
}
.p-top__card #category-seafood {
  background: url("../../assets/images/top/category-seafood.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-top__card #category-goods {
  background: url("../../assets/images/top/category-goods.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-top__card #category-souvenir {
  background: url("../../assets/images/top/category-souvenir.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-top__card #category-restaurant {
  background: url("../../assets/images/top/category-restaurant.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-top__card #category-lightmeal {
  background: url("../../assets/images/top/category-lightmeal.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-top__card-category-img {
  display: block;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  will-change: transform;
  transform-origin: 50% 50%;
}
.p-top__calendar {
  position: relative;
}
.p-top__calendar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/common/bg-washi.webp") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.p-top__calendar-bg {
  width: 100%;
  height: 15vh;
}
@media screen and (max-width: 1280px) {
  .p-top__calendar-bg {
    height: 5vh;
  }
}
.p-top__calendar-bg-1 {
  background: linear-gradient(to bottom, #fff 50%, transparent 100%);
}
.p-top__calendar-bg-2 {
  background: linear-gradient(to top, #fff 50%, transparent 100%);
}
.p-top__hours-access {
  margin: 0 auto;
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #f5e6d2 50%, #fff 100%);
}
.p-top__hours-access-inner {
  display: flex;
  justify-content: space-around;
  width: 80%;
  min-width: 800px;
  margin: 0 auto;
  padding: 8vh 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  .p-top__hours-access-inner {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hours-access-inner {
    display: block;
    min-width: unset;
    max-width: 98%;
    padding: 4vh 0;
  }
}
.p-top__hours {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  .p-top__hours {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__hours {
    width: 90%;
    margin: 0 auto;
  }
}
.p-top__hours-sub {
  margin-top: 3vh;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top__hours-sub {
    font-size: 0.7rem;
  }
}
.p-top__parking {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-top__parking {
    width: 90%;
    margin: 4vh auto;
  }
}
.p-top__parking h4 {
  text-align: center;
  font-weight: normal;
}
.p-top__parking-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 1vh;
}
@media screen and (max-width: 767px) {
  .p-top__parking-main {
    position: relative;
  }
}
.p-top__parking-sub {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top__parking-sub {
    position: relative;
    font-size: 0.7rem;
    margin-top: 2vh;
  }
}
.p-top__map {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__map {
    width: 90%;
  }
}
.p-top__map iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

/**
 * FACILITY.
 */
.p-facility {
  position: relative;
  width: 100%;
  background: #f5e6d2;
  margin-top: calc(150px + 1vh);
  padding-bottom: 1vh;
}
@media screen and (max-width: 767px) {
  .p-facility {
    margin-top: 12vh;
  }
}
.p-facility__inner {
  width: 70%;
  height: 100%;
  padding: 5vh;
  padding-bottom: 0;
  margin-left: 16vw;
}
@media screen and (max-width: 767px) {
  .p-facility__inner {
    width: 100%;
    margin-left: unset;
    margin: 0 auto;
  }
}
.p-facility__content {
  margin-bottom: 8vh;
}
.p-facility__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  border-bottom: 1px solid #1d2f52;
}
@media screen and (max-width: 767px) {
  .p-facility__ttl {
    display: none;
  }
}
.p-facility__ttl h3 {
  padding-bottom: 2vh;
  font-size: 24px;
}
.p-facility__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vh 3vw;
  padding-top: 6vh;
}
@media screen and (max-width: 767px) {
  .p-facility__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh 2vw;
  }
}
.p-facility__items .p-facility__img {
  text-align: center;
  overflow: hidden;
}
.p-facility__items .p-facility__img img {
  display: block;
  height: auto;
  aspect-ratio: 4/3;
  margin: 0 auto;
  transition: 0.4s;
  overflow: hidden;
}
.p-facility__items .p-facility__img img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-facility__items .p-facility__img img:hover {
    transform: unset;
  }
}
.p-facility__items .p-facility__img figcaption {
  font-weight: bold;
  margin-top: 0.4rem;
}
.p-facility__items .p-facility__img p {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 1vh;
  color: #555;
}
.p-facility__floormap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10vh auto 0;
}
.p-facility__wifi {
  position: absolute;
  top: 0;
  right: 2vw;
  width: 26%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-facility__wifi {
    display: none;
  }
}
.p-facility__wifi-txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-facility__wifi-txt {
    display: none;
  }
}

/**
 * 404.
 */
.p-404 {
  width: 720px;
  min-height: 450px;
  margin: 4vh auto;
}
@media screen and (max-width: 767px) {
  .p-404 {
    width: 80%;
    min-height: 20vh;
  }
}
.p-404 h3 {
  text-align: center;
  font-size: 2.2rem;
  margin: 4vh auto;
}
@media screen and (max-width: 767px) {
  .p-404 h3 {
    font-size: 1.8rem;
  }
}
.p-404 p {
  line-height: 2;
  font-size: 0.9rem;
}
.p-404 a {
  margin: 6vh auto;
}
.p-404__illusts {
  position: absolute;
  width: 180px;
  top: 0;
  right: -10vw;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-404__illusts {
    width: 20vw;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-404__illusts {
    top: 20%;
  }
}

/**
 * utilities.
 */
.u-ml-1vw {
  margin-left: 1vw;
}

.u-hidden-txt {
  font-size: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.u-mincho {
  font-family: "Noto Serif JP", serif;
}/*# sourceMappingURL=style.css.map */