@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
#p-premium .u-bg__green {
  background: #072412;
}
#p-premium .u-bg__gold {
  background: linear-gradient(-45deg, rgb(149, 117, 68) 0%, rgb(200, 178, 122) 23%, rgb(238, 232, 197) 38%, rgb(197, 174, 118) 56%, rgb(149, 117, 68) 100%);
}
#p-premium .u-bg__white {
  background: #f5f8f7;
}
#p-premium .p-mv {
  width: 100%;
  position: relative;
  aspect-ratio: 16/8;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-mv {
    aspect-ratio: 4/3;
  }
}
#p-premium .p-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#p-premium .p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
  transition: transform 3s cubic-bezier(0.55, 0.01, 0.32, 0.99) 0.2s;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-mv__img img {
    -o-object-position: top center;
       object-position: top center;
  }
}
body.loaded #p-premium .p-mv__img img {
  transform: scale(1);
}
#p-premium .p-mv__ttl {
  width: 100%;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  color: #ffdab3;
  line-height: 1;
  letter-spacing: 0.25em;
  position: absolute;
  top: 1.7em;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.55, 0.01, 0.32, 0.99) 0.4s, letter-spacing 1.8s cubic-bezier(0.55, 0.01, 0.32, 0.99) 0.4s;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-mv__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-mv__ttl {
    font-size: 2.8rem;
  }
}
#p-premium .p-mv__ttl small {
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-mv__ttl {
    top: 1em;
  }
}
body.loaded #p-premium .p-mv__ttl {
  opacity: 1 !important;
  letter-spacing: 0.1em;
}
#p-premium .p-intro {
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-intro {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
#p-premium .p-intro__img {
  max-width: 660px;
  margin-inline: auto;
  position: relative;
  width: 90%;
}
#p-premium .p-intro__img__cap {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: -1.5em;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-intro__img__cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-intro__img__cap {
    font-size: 1rem;
  }
}
#p-premium .p-intro__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 100 !important;
  font-family: YakuHanMP, "EB Garamond", "Hiragino Mincho W4 JIS2004", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-top: 2em;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-intro__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-intro__ttl {
    font-size: 1.8rem;
  }
}
#p-premium .p-usp {
  padding-block: 0rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp {
    padding-block: 1rem;
  }
}
#p-premium .p-usp__list {
  display: grid;
  align-items: center;
  padding-block: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp__list {
    padding-block: 0rem;
  }
}
#p-premium .p-usp__list.mod--2col {
  grid-template-columns: 1fr 1fr;
  max-width: 750px;
  margin-inline: auto;
}
#p-premium .p-usp__list.mod--2col > *:first-child {
  border-right: 1px solid #30312d;
}
#p-premium .p-usp__list.mod--3col {
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #30312d;
  max-width: 1000px;
}
#p-premium .p-usp__list.mod--3col > *:nth-child(-n+2) {
  border-right: 1px solid #30312d;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp__list {
    grid-template-columns: 1fr !important;
    border: none !important;
  }
  #p-premium .p-usp__list > * {
    border-right: none !important;
  }
  #p-premium .p-usp__list > *:nth-child(3) {
    border-bottom: none !important;
  }
}
#p-premium .p-usp__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #30312d;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp__list__item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp__list__item {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-usp__list__item {
    border-bottom: 1px solid #30312d;
    padding-block: 1rem;
  }
}
#p-premium .p-usp__list__item em {
  font-size: 1.5em;
  line-height: 1;
}
#p-premium .p-usp__list__item b {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1;
}
#p-premium .p-plan {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
#p-premium .p-plan__bgTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
#p-premium .p-plan__bgBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
#p-premium .p-plan__detail {
  display: grid;
  grid-template-columns: min-content 44% 1fr;
  gap: 0;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 2.5rem;
  border-block: #072412 solid 1px;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail {
    padding: 1.5rem;
    grid-template-columns: min-content 1fr;
    gap: 0 1rem;
  }
}
#p-premium .p-plan__detail__type {
  width: 4em;
  height: 4em;
  display: block;
  aspect-ratio: 1/1;
  background: #072412;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__type {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__type {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__type {
    grid-area: 1/1/2/2;
  }
}
#p-premium .p-plan__detail__type span {
  display: block;
}
#p-premium .p-plan__detail__type em {
  font-size: 2em;
  line-height: 1;
}
#p-premium .p-plan__detail__room {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__room {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__room {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__room {
    grid-area: 1/2/2/3;
  }
}
#p-premium .p-plan__detail__room em {
  font-size: 2em;
  color: #072412;
}
#p-premium .p-plan__detail__area {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__area {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__area {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__detail__area {
    grid-area: 2/1/3/3;
  }
}
#p-premium .p-plan__detail__area em {
  font-size: 2em;
  color: #072412;
}
#p-premium .p-plan__iType {
  max-width: 1000px;
  margin-inline: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-plan__iType {
    margin-top: 2.5rem;
  }
}
#p-premium .p-plan__bnr {
  width: 90%;
  max-width: 800px;
  display: block;
  margin-inline: auto;
}
#p-premium .p-details {
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
#p-premium .p-details__ttl {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  color: #ffdab3;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details__ttl {
    font-size: 2.8rem;
  }
}
#p-premium .p-details__ttl small {
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
#p-premium .p-details__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#p-premium .p-details__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.5em;
}
#p-premium .p-details__list__img {
  position: relative;
}
#p-premium .p-details__list__img::after {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border: #ffdab3 solid 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#p-premium .p-details__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-premium .p-details__list__txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details__list__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #p-premium .p-details__list__txt {
    font-size: 1.3rem;
  }
}
#p-premium .anime.slide-up {
  transition: opacity 1.4s cubic-bezier(0.55, 0.01, 0.32, 0.99), transform 1.4s cubic-bezier(0.55, 0.01, 0.32, 0.99);
}
/*# sourceMappingURL=../../map/premium/style.css.map */