@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;
}

html, body {
  color: #000;
  font-family: "Shippori Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: 3.4375vw;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (min-width: 375px) {
  html, body {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 576px) {
  html, body {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 23px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: color 0.15s linear 0s;
    -moz-transition: color 0.15s linear 0s;
    -ms-transition: color 0.15s linear 0s;
    -o-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
  }
  a:hover {
    color: #784231;
  }
}

* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

figure > img,
picture,
picture > img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

.page__content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page__reserve-tab {
  height: 7.8260869565rem;
  position: fixed;
  right: 0;
  top: 9.5652173913rem;
  width: 2.6086956522rem;
  z-index: 1000;
}
.page__reserve-tab > a {
  align-items: center;
  background-color: #784231;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 100%;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .page__reserve-tab > a {
    transition: filter 0.15s ease-in;
  }
  .page__reserve-tab > a:hover {
    filter: brightness(130%);
  }
}

.page__sectdivider {
  background: url(../img/sectdivider.svg) 50% 0%/contain no-repeat;
  height: 2.2608695652rem;
  margin: 2.6956521739rem 0 3.4782608696rem;
  animation: page__sectdiv__anim 3s linear 0s infinite normal both;
}

@keyframes page__sectdiv__anim {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cmn__contwidth {
  margin: 0 auto;
  width: 84.375vw;
}
.cmn__contwidth + .cmn__contwidth {
  margin: 3.4782608696rem auto;
  width: 84.375vw;
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 782px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 936px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1100px;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

header {
  background-color: #fff;
  height: 6.4239130435rem;
  padding: 1.3043478261rem 0 1.597826087rem;
}
@media screen and (min-width: 576px) {
  header {
    height: 8.5652173913rem;
    padding: 1.7391304348rem 0 2.1304347826rem;
  }
}
header .tpk-logo {
  height: 100%;
}
header .tpk-logo > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-theprince@2x.png) 0 0/contain no-repeat;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 5.8695652174rem;
}
@media screen and (min-width: 576px) {
  header .tpk-logo > a {
    width: 7.8260869565rem;
  }
}

footer {
  margin-top: 2.4347826087rem;
  padding-bottom: 2.7826086957rem;
}
footer .note {
  font-size: 0.7826086957rem;
  text-align: center;
}
footer .copyright {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  font-size: 0.6956521739rem;
  letter-spacing: normal;
  margin-top: 3.8125em;
}

.intro__sect h1 {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  margin-top: 2.3913043478rem;
}
.intro__sect h1 > span {
  display: block;
}
.intro__sect h1 > span.lead {
  font-size: 1.652173913rem;
}
.intro__sect h1 > span.theme {
  font-size: 2.0869565217rem;
  margin-top: 0.3125em;
}
.intro__sect h1 + p {
  margin-top: 1.4347826087rem;
  text-align: center;
}

.intro__flags {
  margin-top: 3.6956521739rem;
}
.intro__flags h2 {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  font-size: 1.8260869565rem;
}
.intro__flags h2 + p {
  font-size: 0.9130434783rem;
  margin-top: 1.1428571429em;
  text-align: center;
}

.harmo__slider {
  margin-bottom: 1.8260869565rem;
}
.harmo__slider .swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  padding-top: 1.0869565217rem;
}
.harmo__slider .swiper-pagination-horizontal .swiper-pagination-bullet {
  height: 0.4347826087rem;
  width: 0.4347826087rem;
  background-color: #cbcbcb;
  opacity: 1;
}
.harmo__slider .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #000;
}
.harmo__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3043478261rem;
}

.harmo__head h2 {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
}
.harmo__head h2 > span {
  display: block;
}
.harmo__head h2 .lead {
  color: #784231;
  font-size: 1.6086956522rem;
}
.harmo__head h2 .theme {
  font-size: 2.0869565217rem;
  margin-top: 0.3958333333em;
}

p.harmo__desc {
  margin-top: 1.3913043478rem;
  text-align: center;
}

.execu__button {
  margin-top: 1.8695652174rem;
}
.execu__button > a {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  font-size: 0.8695652174rem;
  height: 2.0869565217rem;
  justify-content: center;
  margin: 0 auto;
  width: 17.8260869565rem;
}

.guest__table {
  margin-top: 2.1739130435rem;
  overflow-x: auto;
  width: 100%;
}
.guest__table table {
  border-collapse: collapse;
  font-size: 0.7826086957rem;
  text-align: center;
  margin: 0 auto;
  min-width: 39.6086956522rem;
}
.guest__table table th, .guest__table table td {
  padding: 0.3043478261rem 0;
  border: 1px solid #fff;
}
.guest__table table th {
  background-color: #AE8E83;
  color: #fff;
  font-weight: normal;
}
.guest__table table th.floor {
  width: 5.347826087rem;
}
.guest__table table th.open {
  width: 9.7391304348rem;
}
.guest__table table th.room {
  width: 13.652173913rem;
}
.guest__table table th.area {
  width: 5.3913043478rem;
}
.guest__table table th.guests {
  width: 5.3913043478rem;
}
.guest__table table td {
  background-color: #F1ECEA;
}
.guest__table table caption {
  caption-side: bottom;
  font-size: 0.6086956522rem;
  margin-top: 0.4285714286em;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .guest__table table caption {
    text-align: left;
  }
}

.dinin__chef {
  margin-top: 3.3043478261rem;
}
.dinin__chef h3 > span {
  display: block;
  text-align: center;
}
.dinin__chef h3 span.title {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  font-size: 1.8260869565rem;
}
.dinin__chef h3 span.lead {
  font-size: 0.6956521739rem;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 1.4375em;
}
.dinin__chef h3 span.main {
  display: flex;
  gap: 1rem;
  justify-content: center;
  line-height: 1.8260869565rem;
  margin-top: 0.2173913043rem;
}
.dinin__chef h3 span.main .ja {
  font-size: 1.0434782609rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.dinin__chef h3 span.main .en {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  font-size: 1.1739130435rem;
}
.dinin__chef p {
  text-align: center;
  font-size: 0.9565217391rem;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  margin-top: 0.7272727273em;
}
.dinin__chef .ul-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.9130434783rem;
}
.dinin__chef ul {
  font-size: 0.7391304348rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.stayp__sect h2 {
  display: flex;
  flex-direction: column;
}
.stayp__sect h2 .en {
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  text-align: center;
  font-size: 2.0869565217rem;
}
.stayp__sect h2 .ja {
  font-size: 1.3043478261rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-top: 0.7333333333em;
  text-align: center;
}
.stayp__sect ul {
  letter-spacing: 0.025em;
  list-style: none;
  margin: 0.3043478261rem 0 0;
  padding: 0;
  text-align: center;
}
.stayp__sect ul li.period {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4em;
  justify-content: center;
}
.stayp__sect ul li.period span.note {
  font-size: 0.7391304348em;
}
.stayp__sect ul li.charge {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stayp__sect ul li.charge span.note {
  font-size: 0.8260869565em;
}
.stayp__sect ul li.dinner {
  margin-top: 0.2608695652em;
}

.stayp__button {
  display: flex;
  justify-content: center;
  margin-top: 2.0869565217rem;
}
.stayp__button > a {
  background-color: #784231;
  color: #fff;
  font-size: 0.8695652174rem;
  padding: 0.7em;
  text-align: center;
  width: 23.2em;
}
@media screen and (min-width: 768px) {
  .stayp__button > a {
    transition: filter 0.15s ease-in;
  }
  .stayp__button > a:hover {
    filter: brightness(130%);
  }
}

.lyt-lead-top{
	max-width: 480px;
	width: 80%;
	text-align: center;
	margin: 2em auto;
	padding: 1em;
	border: 1px solid rgba(0,0,0,.3);
}