@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*--- 臨時ツメ設定 ---*/
* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

html {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-variant-east-asian: proportional-width;
  font-weight: 400;
  line-height: 1.8181818182;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 5.6px;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 6.5625px;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 10.08px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14.16px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 18.4px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

body {
  background: #fff url(../img/background@0.5x.webp) 50% 0/350vw auto no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/background@1x.webp);
    background-size: 2188.8px auto;
  }
}
@media screen and (min-width: 992px) {
  body {
    background-size: 2827.2px auto;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background-size: 3060px auto;
  }
}
@media screen and (min-width: 1360px) {
  body {
    background-size: 3400px auto;
  }
}
@media screen and (min-widh: 3000px) {
  body {
    background-size: 100vw auto;
  }
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.15s ease-out;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  width: 87.5vw;
}
@media screen and (min-width: 375px) {
  .cmn__contwidth {
    width: 87.5vw;
  }
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 504px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 708px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 920px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1000px;
  }
}

.page__container {
  width: 100%;
}

.frame-parti-and-prize {
  background: url(../img/white-sect-header.svg) 50% 0/contain no-repeat, linear-gradient(180deg, transparent 7.5rem, white 7.5rem) 0 0/cover no-repeat;
  border-radius: 0.375rem;
  margin-top: 3rem;
}

.cmn__sect-head {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .cmn__sect-head {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__sect-head {
    font-size: 1.5rem;
  }
}
.cmn__sect-head figure > img {
  margin: 0 auto;
  width: auto;
}
.cmn__sect-head h2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
}
.cmn__sect-head.orange figure {
  margin-bottom: 0.6666666667em;
}
.cmn__sect-head.orange figure > img {
  height: 1.9666666667em;
}
.cmn__sect-head.orange h2 {
  color: #f4a72d;
}
.cmn__sect-head.pink figure {
  margin-bottom: 0.4em;
}
.cmn__sect-head.pink figure > img {
  height: 2.4333333333em;
}
.cmn__sect-head.pink h2 {
  color: #eb6d73;
}
.cmn__sect-head.green figure {
  margin-bottom: 0.7333333333em;
}
.cmn__sect-head.green figure > img {
  height: 2.3em;
}
.cmn__sect-head.green h2 {
  color: #7cc06d;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.9rem;
}
header .pgrk-logo {
  height: 40px;
  margin: 0 auto;
  width: 23.6rem;
}
header .pgrk-logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pgrk-logo-bk@2x.png) 50% 50%/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 65px;
  padding-top: 38px;
}

.footer__content {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.footer__content h2 > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/pgrk-logo-wt@2x.png) center/contain no-repeat;
  display: block;
  height: 30px;
  margin: 0 auto;
  max-width: 393px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__content h2 > a {
    height: 50px;
  }
}
@media (pointer: fine) {
  .footer__content h2 > a:hover {
    opacity: 0.7;
  }
}
.footer__content .hotels {
  color: #fff;
  font-size: 10px;
  line-height: 2.3636363636em;
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer__content .hotels {
    font-size: 11px;
  }
}
.footer__content .hotels a {
  color: #fff;
  display: inline-block;
  padding-left: 1.2727272727em;
  padding-right: 1.2727272727em;
}
@media (pointer: fine) {
  .footer__content .hotels a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25em;
  }
}
.footer__content .copyright {
  font-size: 9px;
  line-height: 1.8181818182;
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer__content .copyright {
    font-size: 11px;
  }
}

nav.pagemenu {
  font-size: 14px;
  height: 100%;
  line-height: 1.25;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  nav.pagemenu {
    font-size: 16.5px;
  }
}
@media screen and (min-width: 576px) {
  nav.pagemenu {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  nav.pagemenu {
    font-size: 1.2rem;
  }
}
nav.pagemenu.active {
  pointer-events: all;
}
nav.pagemenu .pagemenu__container {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
nav.pagemenu.active .pagemenu__container {
  opacity: 1;
}
nav.pagemenu .menusheet {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  padding-bottom: 2.5em;
  padding-top: 10vw;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.pagemenu .menusheet {
    padding-top: 3.9166666667em;
  }
}
nav.pagemenu .menusheet .cmn__contwidth {
  padding-left: 0.4166666667em;
  padding-right: 0.4166666667em;
}
@media screen and (min-width: 576px) {
  nav.pagemenu .menusheet .cmn__contwidth {
    padding-left: 2.8333333333em;
    padding-right: 2.8333333333em;
  }
}
nav.pagemenu .menusheet .pgrk {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/pgrk-logo-bk@2x.png) center/contain no-repeat;
  height: 1.6666666667em;
  margin: 0 auto;
  width: 50vw;
}
@media screen and (min-width: 576px) {
  nav.pagemenu .menusheet .pgrk {
    width: 15.75em;
  }
}
nav.pagemenu .menusheet .page-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 708/273;
  background: url(../img/intro-title1@1x.png) center/contain no-repeat;
  margin: 6.5vw auto 0;
  max-width: 29.5em;
}
@media screen and (min-width: 576px) {
  nav.pagemenu .menusheet .page-title {
    margin-top: 2.5416666667em;
    background-image: url(../img/intro-title1@1.5x.png);
  }
}
@media screen and (min-width: 768px) {
  nav.pagemenu .menusheet .page-title {
    background-image: url(../img/intro-title1@2x.png);
  }
}
nav.pagemenu .menusheet ul {
  display: grid;
  gap: 1.0833333333em;
  grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6";
  list-style: none;
  margin: 1.6666666667em 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  nav.pagemenu .menusheet ul {
    gap: 1.0833333333em 2.6666666667em;
    grid-template-areas: "g1 g2" "g3 g4" "g5 g6";
    grid-template-columns: 0.4125fr 0.5875fr;
    margin-top: 3.5416666667em;
  }
}
nav.pagemenu .menusheet ul > li {
  border-bottom: 1px solid #fbe0e1;
  display: flex;
  align-items: center;
}
nav.pagemenu .menusheet ul > li > a {
  background: url(../img/menu-item-arrow.svg) 100% 50%/1.375em auto no-repeat;
  color: #eb6d73;
  display: block;
  flex-grow: 2;
  font-weight: 700;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  padding-right: 1.6666666667em;
}
@media (pointer: fine) {
  nav.pagemenu .menusheet ul > li > a:hover {
    opacity: 0.65;
  }
}
nav.pagemenu .menusheet ul > li.g1 {
  grid-area: g1;
}
nav.pagemenu .menusheet ul > li.g2 {
  grid-area: g2;
}
nav.pagemenu .menusheet ul > li.g3 {
  grid-area: g3;
}
nav.pagemenu .menusheet ul > li.g4 {
  grid-area: g4;
}
nav.pagemenu .menusheet ul > li.g5 {
  grid-area: g5;
}
nav.pagemenu .menusheet ul > li.g6 {
  grid-area: g6;
}
nav.pagemenu.active .menusheet {
  transform: translateY(0);
}
nav.pagemenu .menutoggle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #f6bdc0 url(../img/menu-btn-labels.svg) 0 0/100% auto no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: background-position 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 40px;
}
@media screen and (min-width: 768px) {
  nav.pagemenu .menutoggle {
    height: 70px;
    right: 48px;
    top: 48px;
    width: 70px;
  }
}
@media (pointer: fine) {
  nav.pagemenu .menutoggle:hover {
    opacity: 0.75;
  }
}
nav.pagemenu.active .menutoggle {
  background-position: 0 100%;
}

section.intro__sect h1 > span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
section.intro__sect h1 > span.title {
  aspect-ratio: 708/273;
  background-image: url(../img/intro-title1@1x.png);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 576px) {
  section.intro__sect h1 > span.title {
    aspect-ratio: unset;
    height: 17.05rem;
    background-image: url(../img/intro-title1@1.5x.png);
  }
}
@media screen and (min-width: 768px) {
  section.intro__sect h1 > span.title {
    background-image: url(../img/intro-title1@2x.png);
  }
}
section.intro__sect h1 > span.date {
  background-image: url(../img/intro-date@2x.png);
  height: 1.7rem;
  height: 3.25vw;
  margin-top: 1.9rem;
}
@media screen and (min-width: 576px) {
  section.intro__sect h1 > span.date {
    height: 1.7rem;
  }
}
section.intro__sect > p {
  font-size: 11px;
  line-height: 2.3;
  margin-top: 2.1666666667em;
  text-align: center;
}
@media screen and (min-width: 375px) {
  section.intro__sect > p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  section.intro__sect > p {
    font-size: 1rem;
    margin-top: 3.05rem;
  }
}

section.parti__sect {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 4.5rem;
}
section.parti__sect > ol {
  font-size: 11px;
  line-height: 2.125;
  list-style: none;
  margin: 1.5625em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 375px) {
  section.parti__sect > ol {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  section.parti__sect > ol {
    font-size: 0.8rem;
    padding-left: 0;
    text-align: center;
    text-indent: 0;
  }
}
section.parti__sect > ol span.num {
  color: #f4a72d;
}

section.prize__sect {
  padding-bottom: 3.35rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 5rem;
}
section.prize__sect ul {
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 2.1428571429em;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 1.75rem 0 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  section.prize__sect ul {
    font-size: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.prize__sect ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  section.prize__sect ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.prize__sect ul > li h3 {
  font-size: 1em;
  line-height: 1.4285714286;
  margin-top: 1em;
}

section.resta__sect {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 4.5rem;
}
section.resta__sect ul {
  display: grid;
  font-size: 12px;
  list-style: none;
  gap: 2.1428571429em;
  grid-template-columns: 1fr;
  margin: 1.9rem 0 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  section.resta__sect ul {
    font-size: 12px;
    gap: 1em 2.1428571429em;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.resta__sect ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  section.resta__sect ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.resta__sect ul > li .hotel {
  align-items: center;
  border-radius: 1.3461538462em;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 2.6923076923em;
  justify-content: center;
  margin-bottom: 0.7692307692em;
}
@media screen and (min-width: 768px) {
  section.resta__sect ul > li .hotel {
    font-size: 13px;
  }
}
section.resta__sect ul > li h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4285714286;
  margin-top: 0.9285714286em;
}
@media screen and (min-width: 768px) {
  section.resta__sect ul > li h3 {
    font-size: 14px;
  }
}
section.resta__sect ul > li p {
  font-size: 10px;
  line-height: 1.8181818182;
  margin-top: 0.5454545455em;
}
@media screen and (min-width: 768px) {
  section.resta__sect ul > li p {
    font-size: 11px;
  }
}
section.resta__sect ul > li .more {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-top: 0.0909090909em;
}
@media screen and (min-width: 768px) {
  section.resta__sect ul > li .more {
    font-size: 11px;
  }
}
section.resta__sect ul > li .more > a {
  color: #000;
}
@media (pointer: fine) {
  section.resta__sect ul > li .more > a:hover {
    opacity: 0.5;
  }
}
section.resta__sect ul li.west .hotel {
  background-color: #f29c97;
}
section.resta__sect ul li.east .hotel {
  background-color: #a87c53;
}
section.resta__sect ul li.thep .hotel {
  background-color: #4b8c85;
}
section.resta__sect ul li.asam .hotel {
  background-color: #7e6b5d;
}
section.resta__sect ul li.k72g .hotel {
  background-color: #aac945;
}
section.resta__sect ul li.haru .hotel {
  background-color: #aac945;
}
section.resta__sect .note {
  font-size: 10px;
  line-height: 1.8181818182;
  margin-top: 2.8181818182em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.resta__sect .note {
    font-size: 11px;
  }
}

section.mapho__sect {
  padding-bottom: 3.2rem;
  padding-top: 4rem;
}

.mapho__swiper {
  margin-top: 1.8rem;
  width: 100%;
}
.mapho__swiper .swiper-wrapper {
  height: 13rem;
  margin: 0 auto;
  width: 100vw;
}
.mapho__swiper .swiper-wrapper .swiper-slide {
  margin: 0 1.25rem;
  width: auto;
}
.mapho__swiper .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  width: auto;
}

.mapho__map {
  margin-top: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.mapho__map > a {
  display: block;
}
@media (pointer: fine) {
  .mapho__map > a {
    transition: filter 0.1s linear;
  }
  .mapho__map > a:hover {
    filter: brightness(1.06);
  }
}
/*# sourceMappingURL=style.css.map */
