@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
ul,
li {
  list-style: none;
}

.page-template-page-nishikawa-thanksgiving2025 .grecaptcha-badge {
  visibility: hidden;
}
.page-template-page-nishikawa-thanksgiving2025 img {
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  width: 100%;
  padding: 0 25px;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 15px;
  }
}

.contents__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg-pattern.png) center repeat;
  background-attachment: fixed;
}

.contents__side--menu {
  width: 300px;
  position: fixed;
  top: 100px;
  left: calc(50% - 475px);
  overflow-y: auto;
  border: 2px solid #e7465a;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
@media (max-width: 1000px) {
  .contents__side--menu {
    display: none;
  }
}
.contents__side--menu--title {
  text-align: center;
}
.contents__side--menu--btn {
  text-align: center;
}
.main-content {
  padding-top: 68px;
}
@media (max-width: 767.98px) {
  .main-content {
    padding-top: 0;
    height: 100%;
  }
}
.main-content--header {
  background: url(../img/thanksgiving2025/bk.png) center top repeat-y;
  margin-bottom: -1px;
}
.main-content--header img {
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .main-content--header img {
    padding-top: 47px;
  }
}
.main-content--wrapper {
  width: 600px;
  margin-left: 350px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .main-content--wrapper {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
}
.main-content--inner {
  background: url("../img/thanksgiving2025/bk.png") center top repeat-y;
}

header {
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  width: 600px;
}
@media (max-width: 767.98px) {
  header {
    height: 52px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  header img {
    width: 190px;
  }
}
@media (max-width: 767.98px) {
  header .container {
    margin: 0;
    width: 100%;
  }
}

.contents__header--catch {
  color: #fff;
  background-color: #e7465a;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  padding: 7px 0;
}
@media (max-width: 767.98px) {
  .contents__header--catch {
    font-size: 1.5rem;
  }
}

.contents_tokuten--menu {
  padding: 0 35px 40px 35px;
}
@media (max-width: 767.98px) {
  .contents_tokuten--menu {
    padding: 0 23px 40px 23px;
  }
}
.contents_tokuten--menu ul {
  background-color: #ffffff;
}
.contents_tokuten--data {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contents_tokuten--data {
    padding: 0;
  }
}

.contents_tokuten04--img {
  background-color: #fff;
}

.recommend--title {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .recommend--title {
    padding: 0;
  }
}
.recommend--inner {
  background-color: #fff;
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 30px 20px 25px 20px;
  margin: 0 20px 25px 20px;
}
@media (max-width: 767.98px) {
  .recommend--inner {
    margin: 0 0 25px 0;
    padding: 30px 20px 10px 20px;
  }
}
.recommend--inner--movie {
  margin-bottom: 25px;
}
.recommend--inner--movie iframe {
  width: 100%;
}
@media (max-width: 767.98px) {
  .recommend--inner--movie iframe {
    height: 200px;
  }
}

.contents_campaign {
  padding: 0 20px 30px 20px;
}
@media (max-width: 767.98px) {
  .contents_campaign {
    padding: 0 0 30px 0;
  }
}

.contents_shop {
  position: relative;
}
.contents_shop--title {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #e7465a;
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .contents_shop--title {
    font-size: 1.4375rem;
    font-family: "Noto Serif JP", serif;
  }
}
.contents_shop--title span {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3125rem;
}
@media (max-width: 767.98px) {
  .contents_shop--title span {
    font-size: 0.875rem;
    font-family: "Noto Sans", sans-serif;
  }
}
.contents_shop--list {
  padding: 0 20px;
}
.contents_shop--subtitle {
  color: #fff;
  font-size: 1.125rem;
  background-color: #f39e15;
  border-radius: 10px;
  position: relative;
  padding: 8px 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.contents_shop--subtitle em {
  position: absolute;
  right: 15px;
  top: 5px;
}
.contents_shop--subtitle.open em {
  transform: rotate(-180deg);
}
.contents_shop--data {
  font-size: 1rem;
  line-height: 2em;
  font-weight: 700;
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  white-space: nowrap;
}
.contents_shop--data.open {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .contents_shop--data {
    font-size: 0.875rem;
  }
}

.contents__reservation {
  text-align: center;
  padding: 40px 0 60px 0;
}
.contents__reservation--text {
  text-align: center;
  margin-bottom: 15px;
}
.contents__reservation--fixed {
  display: none;
}
@media (max-width: 767.98px) {
  .contents__reservation--fixed {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    background-color: #d71825;
    padding: 10px;
    width: 100%;
    height: 85px;
    outline: 1px solid #fff;
    outline-offset: -6px;
  }
  .contents__reservation--fixed img {
    width: 70%;
    height: auto;
  }
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu .bar {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
}
.hamburger-menu.open .bar:nth-child(1) {
  width: 35px;
  transform: rotate(45deg) translate(7px, 7px);
}
.hamburger-menu.open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .bar:nth-child(3) {
  width: 35px;
  transform: rotate(-45deg) translate(5px, -7px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-pattern.png);
  background-repeat: repeat;
  background-position: center;
  background-color: #fff;
  z-index: 999;
  padding: 15px;
  transition: 0.4s;
}
.mobile-menu.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50px;
}
.mobile-menu li {
  text-align: center;
}

.footer {
  background-image: url(../img/footer_bk.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  position: relative;
  padding: 40px 0 0 0;
}
@media (max-width: 767.98px) {
  .footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 85px;
  }
}

.footer-sp-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-copy {
  font-size: 0.8125rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.footer-copy em {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  color: #fff;
}

#page-top {
  position: fixed;
  right: 10%;
  bottom: 140px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  #page-top {
    right: 10px;
  }
}
#page-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/*# sourceMappingURL=thanksgiving2025.css.map */
