@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Zen+Old+Mincho:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  line-height: 160%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

img,
a {
  text-decoration: none;
  vertical-align: top;
}

a:link,
a:visited {
  color: #333;
}

strong {
  font-weight: bold;
}

hr {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 0.1px;
}

* html .clearfix {
  height: 0.1px;
}

body {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  text-rendering: optimizelegibility;
}

/* common */
.left {
  float: left;
}

.right {
  float: right;
}

.container {
  margin: 0 auto;
  width: 1105px;
  font-family: "Zen Old Mincho", serif;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* -----------------------------------------------------------
ヘッダー
----------------------------------------------------------- */
.header-container {
  background-color: #262626;
  padding-bottom: 110px;
}

.header--second {
  display: grid;
  grid-template-columns: 240px 1fr;
  height: 80px;
  align-items: center;
}

.header__logo {
  padding-left: 20px;
}

.header__logo-top {
  text-align: center;
  padding-top: 100px;
}

.header__logo-top img {
  width: 335px;
}

.header__wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: auto 200px 200px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.header__nav {
  padding-right: 50px;
}

.l-header__list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: end;
  gap: 25px;
}

.l-header__list--top {
  gap: 40px;
}

.l-header__item:nth-child(3n-1) .l-header__link::after {
  background: linear-gradient(0deg, #689931 -155.56%, #689931 -97.06%, #db9a00 1.94%, #c81432 69.44%, #7f328a 181.94%, #0f3675 294.44%);
}

.l-header__item:nth-child(3n) .l-header__link::after {
  background: linear-gradient(0deg, #689931 -33.33%, #689931 24.44%, #db9a00 122.22%, #c81432 188.89%, #7f328a 300%, #0f3675 411.11%);
}

.l-header__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  padding-left: 28px;
  position: relative;
  color: #fff !important;
}

@media (hover: hover) {
  .l-header__link:hover::after {
    opacity: 1;
  }
}
.l-header__link::before,
.l-header__link::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #e9e9e9;
  border-radius: 30rem 0 34rem 0;
}

.l-header__link::after {
  opacity: 0;
  transition: opacity 0.3s;
  background: linear-gradient(0deg, #689931 -226.35%, #689931 -183.32%, #db9a00 -110.51%, #c81432 -60.86%, #7f328a 21.88%, #0f3675 104.63%);
}

/* -----------------------------------------------------------
フッター
----------------------------------------------------------- */
.l-footer__wrap {
  padding-block: 30px 22px;
  border-top: 1px solid #e9e9e9;
  background-color: #262626;
}

.l-footer__logo {
  width: 400px;
  height: auto;
  margin-inline: auto;
  display: block;
}

.l-footer__info {
  margin-top: 26px;
  text-align: center;
}

.l-footer__address,
.l-footer__tel {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 1.5rem, 15px);
}

.l-footer__tel {
  margin-top: 9px;
}

.l-footer__tel a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.l-footer__copyright {
  margin-top: 21px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.top-mv {
  position: relative;
}

.top-mv iframe {
  width: 100vw;
  height: 51.25vw;
}

.top-mv img {
  width: 100%;
}

.top-mv__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-mv__lead .p-topFv__lead {
  color: #fff;
}

/* -----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.p-topNews {
  padding-block: 60px 70px;
  background-color: #faf9f7;
}

.p-topNews__subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #000000;
  -webkit-text-stroke: 2px #e9e9e9;
  text-stroke: 2px #e9e9e9;
  paint-order: stroke;
}

.p-topNews__heading {
  margin-top: 0.4rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000000;
  -webkit-text-stroke: 2px #e9e9e9;
  text-stroke: 2px #e9e9e9;
  paint-order: stroke;
}

.p-topNews__list {
  margin-top: 40px;
}

.p-topNews__item {
  border-bottom: 1px solid #000;
}

.p-topNews__link {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 28px 0 28px 25px;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .p-topNews__link:hover {
    opacity: 0.8;
  }
}
.p-topNews__time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}

.p-topNews__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  width: 82.0334261838%;
}

.p-topNews__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

/* -----------------------------------------------------------
MV下
----------------------------------------------------------- */
.p-topFv__bottom {
  margin-top: 20px;
  background-color: #faf9f7;
  padding: 10px 0;
}

.p-topFv__bottomInner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-topFv__lead {
  text-align: center;
}

.p-topFv__catch {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4571428571;
}

.p-topFv__catchEn {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  position: relative;
}

.p-topFv__btn {
  margin-right: 20px;
}

.p-topFv__btn img {
  width: 320px;
}

.top-photos {
  padding: 60px 0 72px;
  background: url(../images/top/top-photos__bg.jpg) no-repeat center center/cover;
}

.top-photos__image {
  margin-top: 60px;
}

.top-photos__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-photos__image {
  display: flex;
  width: 4870px; /* 画像2枚分 */
  animation: scrollLeft 60s linear infinite;
}

.top-photos__image img {
  width: 2435px;
  height: auto;
  flex-shrink: 0;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2435px);
  }
}
.p-topmax {
  background-image: url(../images/top/bg_main.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* -----------------------------------------------------------
泊まる、味わう
----------------------------------------------------------- */
.p-topContent {
  padding: 230px 0 100px 0;
  background-image: url(../images/top/bg_main.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: clip;
  position: relative;
}

.p-topContent__wrap {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.p-topContent__wrap--faci {
  background-color: #53575a;
}

.p-topContent__wrap--bf {
  background-color: #670500;
}

.p-topContent__wrap:nth-of-type(n + 2) {
  margin-top: 250px;
}

.p-topContent__content {
  display: flex;
  justify-content: flex-end;
  padding: 100px 0 0 105px;
  gap: 32px;
}

.p-topContent__title {
  writing-mode: vertical-rl;
  width: 90px;
}

.--white {
  color: #fff;
}

.p-topContent__headingEn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.04em;
  font-family: "Cormorant Garamond", serif;
}

.p-topContent__heading {
  margin-right: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.p-topContent__subheading {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0em;
}

.p-topContent__subheading span {
  color: #db9a00;
}

.p-topContent__slider {
  margin-top: -230px;
  width: 815px;
  margin-left: auto;
}

.p-topContent__slider .splide__track {
  height: 100%;
}

.p-topContent__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-topContent__detail {
  padding: 52px 0 100px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.p-topContent__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

.c-btn--gray {
  background-color: #e9e9e9;
  transition: background-color 0.3s;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  padding-block: 9px 10px;
  text-align: center;
  width: 150px;
  display: block;
}

@media (hover: hover) {
  .c-btn--gray:hover {
    background-color: #ddd;
  }
}
.c-btn--gold {
  background-color: #bf9d56;
  color: #fff;
  transition: background-color 0.3s;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  padding-block: 9px 10px;
  text-align: center;
  width: 200px;
  display: block;
}

.c-btn--gold:link,
.c-btn--gold:visited {
  color: #fff;
}

@media (hover: hover) {
  .c-btn--gold:hover {
    background-color: #db9a00;
  }
}
.c-btn--gold-header {
  padding-block: 19px 21px;
}

.c-btn--black {
  color: #bf9d56;
  transition: background-color 0.3s;
  border: 1px solid #bf9d56;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  padding-block: 19px 21px;
  text-align: center;
  width: 200px;
  display: block;
}

.c-btn--black:link,
.c-btn--black:visited {
  color: #bf9d56;
}

@media (hover: hover) {
  .c-btn--black:hover {
    background-color: #484848;
  }
}
.c-btn--news {
  background-color: #db9a00;
  color: #fff;
  transition: background-color 0.3s;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  padding-block: 14px 14px;
  text-align: center;
  width: 180px;
  display: block;
}

.c-btn--news:link {
  color: #fff;
}

/* -----------------------------------------------------------
客室
----------------------------------------------------------- */
.top-rooms {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.p-topAccess {
  padding: 100px 0 110px;
}

.p-topAccess__wrap {
  display: grid;
  grid-template-columns: 534px 1fr;
  gap: 70px;
}

.p-topAccess__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.p-topAccess__title {
  display: flex;
  gap: 11px;
}

.p-topAccess__heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 0.4;
  letter-spacing: 0em;
}

.p-topAccess__subheading {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-topAccess__detail {
  margin-top: 35px;
}

.p-topAccess__name {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-topAccess__address {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

.p-topAccess__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

.p-topAccess__btn {
  margin-top: 32px;
}

/* -----------------------------------------------------------
下層ページ共通見出し
----------------------------------------------------------- */
.page-body {
  background-color: #f6f6f5;
  padding: 0 50px 75px;
}

.page-head {
  position: relative;
  background-color: #f6f6f5;
  padding: 50px 30px;
}

.page-head__entitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

.page-head__title {
  font-size: 34px;
  text-align: center;
}

.page-head__btn {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: -30px;
}

.page-head__btn img {
  width: 320px;
}

/* -----------------------------------------------------------
ナビ
----------------------------------------------------------- */
.p-stay {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-stay {
    padding-top: 3.3px;
  }
}
@media screen and (max-width: 767px) {
  .p-stay__anchor-wrap {
    padding: 0 15px;
  }
}
.p-stay__anchor {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  min-height: 30px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  max-width: 100%;
  margin-inline: auto;
  padding: 18px 33px 18px 18px;
}

.p-stay__anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.p-stay__anchor-icon {
  width: 27px;
  height: 27px;
  background: url(../images/s/icon_anchor-arrow.png) no-repeat center center/cover;
}

.u-txt-with-bar {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
  display: grid;
  grid-template-columns: 25px auto 25px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.u-txt-with-bar::before,
.u-txt-with-bar::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #db9a00;
  border-radius: 3px;
}

.p-stay__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-stay__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

/* -----------------------------------------------------------
工芸
----------------------------------------------------------- */
.p-stayCraftCorridor {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

.p-stayCraftCorridor .l-inner {
  max-width: 100%;
  padding: 0;
}

.p-stayCraftCorridor .p-stay__lead {
  margin-top: 15px;
}

.p-stayCraftCorridor .p-stay__text {
  margin-top: 28px;
}

.p-stayCraftCorridor__slide {
  margin-top: 67px;
  position: relative;
}

.p-stayCraftCorridor .sp__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (min-width: 768px) {
  .p-stayCraftCorridor__slide::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1.4rem);
    transform: translate(-50%, -50%);
    aspect-ratio: 2624/988;
    height: auto;
    width: 110.8108108108%;
    max-width: 131.2rem;
    background: url(../images/s/bg_stay_craftCorridor.jpg) no-repeat center center/cover;
  }
}
.p-stayCraftCorridor__slide .sp__slide img {
  height: auto;
  aspect-ratio: 139/195;
  object-fit: cover;
}

/* -----------------------------------------------------------
施設案内
----------------------------------------------------------- */
.p-stayFacilityGuide {
  padding: 90px 25px 50px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.p-stayFacilityGuide__head {
  display: grid;
  grid-template-columns: 39.3203883495% 58.0582524272%;
  gap: 2.3300970874%;
  margin-top: 32px;
}

.p-stayFacilityGuide__map {
  max-width: 405px;
}

.p-stayFacilityGuide__map img {
  aspect-ratio: 405/383;
  height: auto;
}

.p-stayFacilityGuide__map.p-stayFacilityGuide__map-en img {
  aspect-ratio: 1000/853;
}

.p-stayFacilityGuide__map-text.u-txt-modal-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
  margin-top: 11px;
  margin-left: 20px;
}

.p-stayFacilityGuide__table-wrap caption {
  display: none;
}

.p-stayFacilityGuide__table-wrap .u-indent-note li {
  display: inline-block;
}

.p-stayFacilityGuide__table-wrap table {
  --border-color: #b2b2b2;
  width: 100%;
  border-collapse: collapse;
}

.p-stayFacilityGuide__table-wrap table th,
.p-stayFacilityGuide__table-wrap table td {
  height: 59px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .p-stayFacilityGuide__table-wrap table tr:first-child td,
  .p-stayFacilityGuide__table-wrap table tr:first-child th {
    border-top: 1px solid var(--border-color);
  }
}
.p-stayFacilityGuide__table-wrap table th {
  text-align: center;
  background-color: #e9e6e1;
  border-bottom: 1px solid var(--border-color);
  width: 107px;
}

.p-stayFacilityGuide__table-wrap table td {
  border-bottom: 1px solid var(--border-color);
  width: calc(100% - 10.7rem);
  background-color: #fff;
  padding: 10px 17px;
}

.p-stayFacilityGuide__table-wrap table td.is-wide {
  padding: 15px 12px 15px 17px;
}

.p-stayFacilityGuide__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 50px 40px;
}

@media (min-width: 768px) {
  .p-stayFacilityGuide__list li {
    display: grid;
    grid-template-columns: 42px calc(100% - 42px);
  }
}
.p-stayFacilityGuide__list a {
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .p-stayFacilityGuide__list a:hover {
    opacity: 0.8;
  }
}
.p-stayFacilityGuide__bathList {
  margin-top: 62px;
}

.p-stayFacilityGuide__otherList {
  margin-top: 90px;
}

.p-stayFacilityGuide__name-wrap {
  grid-row: 1/3;
}

.p-stayFacilityGuide__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0833333333;
  letter-spacing: 0.083333em;
}

@media (min-width: 768px) {
  .p-stayFacilityGuide__name {
    writing-mode: vertical-rl;
    padding-top: 3px;
  }
}
.p-stayFacilityGuide__img {
  aspect-ratio: 453/288;
  height: auto;
}

.p-stayFacilityGuide__img img {
  aspect-ratio: 453/288;
  object-fit: cover;
}

.p-stayFacilityGuide__bath-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  padding-left: 42px;
  margin-top: 12px;
}

.p-stayFacilityGuide__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 11px;
  grid-column: 2/3;
}

/* -----------------------------------------------------------
４つの庭
----------------------------------------------------------- */
.p-stayGarden {
  padding-top: 90px;
  padding-bottom: 147px;
  background-color: #fff;
}

.p-stayGarden .p-stay__lead {
  margin-top: 13px;
}

.p-stayGarden .p-stay__text {
  margin-top: 30px;
}

.p-stayGarden .l-inner {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .p-stayGarden__img-wrap {
    position: relative;
    padding: 0 25px;
  }
  .p-stayGarden__img-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: calc(50% + 18px);
    left: calc(50% - 0.3px);
    transform: translate(-50%, -50%);
    aspect-ratio: 1296/474;
    height: auto;
    width: min(950px, 125.8252427184%);
    background: url(../images/s/bg_stay_garden.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-stayGarden__img-wrap::after {
    width: 100%;
  }
}
.p-stayGarden__img {
  margin: 70px 0 0;
  position: relative;
  overflow: hidden;
}

.p-stayRoom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-stayRoom .p-stay__lead {
  margin-top: 14px;
}

.p-s__pList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 97px;
  padding-left: 10px;
  position: relative;
}

.p-s__pList + .p-s {
  padding-top: 250px;
  margin-top: -100px;
}

.p-s__pList::before {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% + 11px);
  transform: translate(-50%, -50%);
  aspect-ratio: 1029/334;
  width: 99.0291262136%;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 950px) {
  .p-s__pList::before {
    background: url(../images/s/bg_stay_guest_room.jpg) no-repeat center center/cover;
  }
}
.p-s__pList li {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  min-width: min(288px, 21.0834553441vw);
  position: relative;
}

.p-s__pList li::after {
  content: "";
  position: absolute;
  top: calc(50% + 17px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(265px, 25.6222547584vw, 350px);
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  pointer-events: none;
}

@media screen and (min-width: 950px) {
  .p-s__pList li:nth-child(2) {
    margin-left: 37px;
    margin-left: 3.5922330097%;
  }
  .p-s__pList li:nth-child(3) {
    margin-left: 27px;
    margin-left: 2.6213592233%;
  }
}
.p-s__p-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #db9a00;
}

.p-s__p-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-s__p-title.p-s__p-title-en {
  font-size: min(20px, 1.5384615385vw);
}

.p-s__p-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-stayRoom__introduction {
  margin-top: 178px;
  display: grid;
  grid-template-columns: 75px calc(100% - 75px);
}

.p-stayRoom__introduction-title-wrap {
  padding-top: 5px;
}

.p-stayRoom__introduction-title {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.125em;
}

@media (min-width: 768px) {
  .p-stayRoom__introduction-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 62px 16px;
  }
  .p-stayRoom__introduction-container .p-stayRoom__introductionList {
    display: contents;
  }
}
.p-stayRoom__introductionList button {
  color: #000000;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}

.p-stayRoom__introductionList figure img {
  aspect-ratio: 301/204;
  object-fit: cover;
}

.p-stayRoom__introduction-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 6px;
  width: calc(100% + 5px);
}

.p-stayRoom__introductionCatList {
  margin-top: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}

.p-stayRoom__introductionCatList li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #e9e6e1;
  padding: 3px 8px;
  min-height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.p-stayRoom__introductionCatList-icon.is-human {
  background: url(../images/s/icon_human.png) no-repeat center center/cover;
  width: 14px;
  height: 14px;
}

.p-stayRoom__introductionCatList-icon.is-barrier-free {
  background: url(../images/s/icon_barrier-free.png) no-repeat center center/cover;
  width: 13px;
  height: 16px;
}

summary::-webkit-details-marker {
  display: none;
}

/* -----------------------------------------------------------
旧アコーディオン部分
----------------------------------------------------------- */
.p-stayRoom__accordion {
  margin-top: 30px;
  grid-column: 2/4;
}

.p-stayRoom__accordion details {
  border-bottom: 1px solid #cacaca;
  padding: 19px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

.p-stayRoom__accordion details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.p-stayRoom__accordion details:first-child {
  border-top: 1px solid #cacaca;
}

.p-stayRoom__accordion details[open]::after {
  opacity: 1;
}

.p-stayRoom__accordion details[open] summary::after {
  transform: translateY(-50%) rotate(225deg);
}

.p-stayRoom__accordion details[open] .p-stayRoom__accordion-body {
  display: block;
}

.p-stayRoom__accordion-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  list-style: none;
  cursor: pointer;
  position: relative;
}

.p-stayRoom__accordion-head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.8rem;
  width: 2px;
  height: 1.95rem;
  background-color: #db9a00;
}

.p-stayRoom__accordion-head:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #db9a00;
  border-right: 2px solid #db9a00;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.p-stayRoom__accordion-body {
  display: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
}

.p-stayRoom__accordion-body > :first-child {
  padding-top: 10px;
}

.p-stayRoom__accordion-body .u-indent-disc > li::before {
  margin-top: 8px;
}

.p-stayRoom__accordion-body ul {
  margin-top: 4px;
}

.p-stayRoom__accordion-body table {
  margin-top: 4px;
}

.p-stayRoom__accordion-body table tr th:first-child {
  width: 160px;
}

.p-stayRoom__accordion-body table th,
.p-stayRoom__accordion-body table td {
  text-align: left;
}

.p-stayRoom__accordion-body table th {
  font-weight: 700;
}

/* -----------------------------------------------------------
客室詳細
----------------------------------------------------------- */
.p-s {
  padding-top: 150px;
  margin-top: -100px;
  width: 100%;
  border: none;
  z-index: 9999;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-s.is-open {
  opacity: 1;
}

.p-s:focus {
  outline: none;
}

.p-s:-internal-dialog-in-top-layer::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-s::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-s::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-s__body-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-s__body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-s__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
}

.p-s__contents table {
  margin-top: 28px;
  --border-color: #b2b2b2;
  width: 100%;
  border-collapse: collapse;
}

.p-s__contents table th,
.p-s__contents table td {
  height: 67px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.03em;
}

.p-s__contents table caption {
  display: none;
}

@media (min-width: 768px) {
  .p-s__contents table tr:first-child td,
  .p-s__contents table tr:first-child th {
    border-top: 1px solid var(--border-color);
  }
}
.p-s__contents table th {
  text-align: center;
  background-color: #e9e6e1;
  border-bottom: 1px solid var(--border-color);
  width: 85px;
}

.p-s__contents table td {
  border-bottom: 1px solid var(--border-color);
  width: calc(100% - 105px);
  background-color: #fff;
  padding: 10px 17px;
}

.p-s__contents table td.is-wide {
  padding: 15px 17px;
}

.p-s__img-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  gap: 8px;
}

.p-s__img-wrap img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.p-s__img-wrap .sp__slide:not(:first-of-type) {
  margin-top: 20px;
}

.p-s__img-wrap .thumbnail-carousel {
  flex-grow: 0;
}

.p-s__img-wrap .thumbnail-carousel .sp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.p-s__img-wrap .thumbnail-carousel .sp__slide {
  aspect-ratio: 1/1;
  height: auto;
  width: 100% !important;
}

.p-s__img-wrap .thumbnail-carousel .sp__slide.is-active {
  display: none;
}

.p-s__text-wrap {
  height: 100%;
}

.p-s__cat-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}

.p-s__cat-list li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #e9e6e1;
  padding: 1px 8px;
  min-height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.p-s__cat-list-icon.is-human {
  background: url(../images/s/icon_human.png) no-repeat center center/cover;
  width: 14px;
  height: 14px;
}

.p-s__cat-list-icon.is-barrier-free {
  background: url(../images/s/icon_barrier-free.png) no-repeat center center/cover;
  width: 13px;
  height: 16px;
}

.p-s__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

.p-s__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 28px;
}

.p-breakfast {
  padding-top: 150px;
  padding-bottom: 50px;
}

.p-breakfast__introduction {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 110px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.p-breakfast__introduction::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-breakfast__introduction::before {
    background: url(../images/breakfast/bg_breakfast_introduction.png) no-repeat center center/cover;
  }
}
.p-breakfast__introduction::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: calc(50% + 1.3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1184px;
  height: auto;
}

@media (min-width: 768px) {
  .p-breakfast__introduction::after {
    aspect-ratio: 1184/761;
    background: url(../images/breakfast/breakfast_introduction.jpg) no-repeat center center/cover;
  }
}
.p-breakfast__introduction-main {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0em;
  padding-left: 1.8rem;
}

.p-breakfast__introduction-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.p-breakfast__award {
  margin-top: 200px;
  margin-bottom: 100px;
  padding-left: 5px;
}

.p-breakfastPoint {
  background-color: #fff;
  padding: 70px 25px 100px;
}

.p-breakfastPoint .u-txt-with-bar {
  padding-left: 5px;
}

.p-breakfastPoint__list {
  display: flex;
  flex-direction: column;
  gap: 71px;
  max-width: 1029px;
  margin-top: 55px;
  margin-inline: auto;
}

.p-breakfastPoint__list li {
  display: flex;
  align-items: center;
  gap: 3.9844509232%;
}

.p-breakfastPoint__list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-breakfastPoint__img {
  width: 47.5218658892%;
}

.p-breakfastPoint__img img {
  aspect-ratio: 489/312;
  object-fit: cover;
  height: auto;
}

.p-breakfastPoint__contents {
  width: 48.4936831876%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-breakfastPoint__label {
  color: #db9a00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-breakfastPoint__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
}

.p-breakfastPoint__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-breakfastPromise {
  padding-top: 70px;
}

.p-breakfastPromise__container {
  display: grid;
  align-items: start;
  justify-content: center;
  gap: 39px 3.8724373576%;
  grid-template-columns: 54.8974943052% 41.2300683371%;
  border: 1px solid #b2b2b2;
  padding: 66px 80px 71px 70px;
  position: relative;
  z-index: 2;
}

.p-breakfastPromise__container::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 950px;
  aspect-ratio: 1192/637;
  height: auto;
  top: calc(50% + 2px);
  left: calc(50% + 6px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .p-breakfastPromise__container::before {
    background: url(../images/breakfast/bg_brealfast_promise.jpg) no-repeat center center/cover;
  }
}
.p-breakfastPromise__container .u-txt-with-bar {
  grid-column: 1/3;
  padding-left: 37px;
  gap: 23px;
  grid-template-columns: 23px auto 23px;
}

.p-breakfastPromise__container .u-indent-disc {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.p-breakfastPromise__container .u-indent-disc > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  list-style-type: disc;
}

.p-breakfastPromise__container .u-txt-left-line {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  border-left: #db9a00 2px solid;
  padding-left: 10px;
}

.p-breakfastPromise__text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.p-breakfastPromise__img {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}

.p-breakfastPromise__img img {
  aspect-ratio: 362/324;
  height: auto;
  object-fit: cover;
}

.p-breakfastPromise__img figcaption {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-access {
  padding-top: 30px;
  text-align: center;
}

.p-access__banner {
  width: 100%;
  height: auto;
}

.p-access__map {
  margin-top: 46px;
  position: relative;
  padding-bottom: 30px;
}

.p-access__map img {
  width: 600px;
}

.p-access__gaikan {
  margin-top: 50px;
}

.p-access__gaikan img {
  margin-inline: auto;
  width: 400px;
}

.p-access__place {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

.p-access__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-top: 11px;
}

.p-access__address.p-access__address-en {
  padding-bottom: 129px;
}

.p-access__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  padding-bottom: 60px;
  margin-top: 18px;
}

.p-accessWay {
  background-color: #fff;
  padding-top: 60px;
}

.p-accessWay-container {
  margin-top: 38px;
  padding: 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-accessWay__map-wrap .u-txt-modal-btn {
  margin-top: -16px;
}

.p-accessWay__map img {
  aspect-ratio: 505/415;
  height: auto;
  object-fit: cover;
}

.p-accessWay__map.p-accessWay__map-en img {
  aspect-ratio: 1136/931;
}

.p-accessWay__detail {
  margin-top: 6px;
}

.p-accessWay__detail dt,
.p-accessWay__detail dd {
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

.p-accessWay__detail dl {
  display: flex;
  flex-direction: column;
  padding: 15px 14px;
  border-bottom: 1px solid #b2b2b2;
}

.p-accessWay__detail dl:first-child {
  border-top: 1px solid #b2b2b2;
}

.p-accessWay__detail dt {
  font-weight: 700;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.p-accessWay__detail dt svg {
  width: 100%;
  height: auto;
}

.p-accessWay__detail dt .is-bus {
  margin-top: 5px;
  width: 32px;
}

.p-accessWay__detail dt .is-train {
  width: 27px;
}

.p-accessWay__detail dt .is-plane {
  width: 28px;
}

.p-accessWay__detail dt .is-car {
  width: 28px;
}

.p-accessWay__detail dd {
  font-weight: 500;
  text-align: left;
  margin-top: -3px;
}

.p-accessBus {
  padding-top: 62px;
  padding-left: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}

.p-accessBus .l-inner {
  padding: 0 24px 0 16px;
}

.p-accessBus-container {
  display: grid;
  grid-template-columns: 24.4660194175% 39.2233009709% 30.7766990291%;
  grid-template-rows: auto 1fr;
  gap: 17px 2.7184466019%;
  text-align: left;
  margin-top: 27px;
}

.p-accessBus__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.p-accessBus__time {
  grid-row: 1/3;
}

.p-accessBus__time .u-txt-modal-btn {
  margin-top: 15px;
}

.p-accessBus__road video {
  display: block;
  width: 100%;
  aspect-ratio: 404/224;
  height: auto;
  background-color: #888;
}

.p-accessBus__img img {
  aspect-ratio: 317/224;
  height: auto;
}

.p-access__note {
  margin-top: 16px;
  margin-top: 9px;
  grid-column: 2/4;
  text-align: left;
}

.p-access__note .p-accessBus__title {
  margin-bottom: 2px;
}

.p-access__note .u-indent-note {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.p-access__note p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.p-access__note ul + .p-accessBus__title {
  margin-top: 16px;
}

.p-access__note p + .p-accessBus__title {
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */