@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  color: #1a1a1a;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
body a,
body a:visited,
body a:active {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
  margin: 0;
  padding: 0;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.barlows {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

.heading-2 {
  font-size: 40px;
  font-weight: 300;
  color: #0099e6;
  text-align: center;
  margin-bottom: 50px;
  line-height: 70px;
}
.heading-2 small {
  display: block;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
}
.heading-3 {
  font-size: 36px;
  color: #0099e6;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}
.heading-3 small {
  display: block;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.heading-35 {
  font-size: 32px;
  line-height: 56px;
  color: #0099e6;
  font-weight: 300;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.heading-35 small {
  display: block;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.heading-4 {
  font-size: 26px;
  color: #0099e6;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 0.75em;
  margin-top: 0;
}
.heading-4 small {
  display: block;
  font-size: 20px;
  margin-top: 1em;
  font-family: "Barlow", sans-serif;
}

p:not([class]) {
  font-size: 14px;
  line-height: 28px;
}

#htlMainContent {
  width: 1190px !important;
  margin-left: 0 !important;
}

div#RthCustomizeW {
  width: 1190px !important;
}

#htlContents {
  width: 1190px !important;
  margin: 0px auto !important;
  min-width: 1190px !important;
  position: relative;
}

#htlSide-A {
  float: none !important;
  position: absolute;
  top: 2200px;
  left: 0;
}

#htlMainContent {
  width: 1190px !important;
  margin-left: 0 !important;
}

#contents,
#widewrapper {
  width: 1190px !important;
  margin-left: auto !important;
}

div#RthCustomizeW {
  width: 1190px !important;
}

#abi_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#abi_page .con_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#abi_page .con_nav ul li {
  border-left: 1px solid #ddd;
}

#abi_page .con_nav ul li:first-child {
  border-left: 0;
}

#abi_page .con_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 26.5px;
  font-size: 108%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

#abi_page .con_rsv {
  width: 100%;
  background: url(../images/common/bg_search.jpg) no-repeat center center/cover;
  padding: 23px 0;
}

#abi_page .con_rsv .box_rsv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
}

#abi_page .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#abi_page .btns li {
  width: 300px;
}

#abi_page .btns li a {
  display: block;
  width: 100%;
  padding: 18px 0 16px;
  border-radius: 2px;
  background-color: #6ac7c5;
  color: #fff;
  font-size: 108%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

#abi_page .btns li a:hover {
  color: #fff;
}

#abi_page .btns li:last-child {
  margin-left: 15px;
}

#abi_page .btns li:last-child a {
  background-color: #3c698c;
}

#abi_page .btns_rsv li {
  width: 320px;
}

#abi_page .btns_rsv li a {
  padding-bottom: 14px;
}

#abi_page .btns_rsv li a em {
  display: block;
  margin-top: 5px;
  font-size: 86%;
  font-family: "Cormorant Infant", serif;
}

#abi_page .btns_rsv li:last-child {
  margin-left: 10px;
}

#abi_page .over {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

#abi_page .over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.l-header, .l-header-lounge {
  padding: 45px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1190px;
}
.l-header img, .l-header-lounge img {
  width: 240px;
}
.l-header-lounge {
  background-color: #004561;
  width: 100vw;
}
@media screen and (min-width:1190px) {
  .l-header-lounge {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}

.l-footer {
  height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
@media screen and (min-width:1190px) {
  .l-footer {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.l-footer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.l-footer-logo {
  width: 185px;
}

.l-cover {
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width:1190px) {
  .l-cover {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.l-cover-top {
  height: 900px;
}
.l-cover-top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cover-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-first {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.l-first-sidebar {
  position: sticky;
  width: 210px;
  top: 16px;
  align-self: flex-start;
}
.l-first-contents {
  width: calc(100% - 250px);
}

.l-nav {
  margin: 40px auto;
}
.l-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-nav ul li {
  font-size: 13px;
  text-align: center;
  position: relative;
  height: 50px;
  width: 12.5%;
}
.l-nav ul li a,
.l-nav ul li a:visited {
  color: black;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.2em;
}
.l-nav ul li a:after,
.l-nav ul li a:visited:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #0099e6;
  transform: translateX(-50%);
  transition: width 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-nav ul li a:hover,
.l-nav ul li a:visited:hover {
  color: black;
}
.l-nav ul li a:hover:after,
.l-nav ul li a:visited:hover:after {
  width: 100%;
}
.l-nav ul li.is-current a {
  pointer-events: none;
}
.l-nav ul li.is-current a:after {
  width: 100%;
}
.p-lounge-first .l-nav {
  margin: 0 auto 40px;
  width: 1190px;
}
.p-lounge-first .l-nav a,
.p-lounge-first .l-nav a:visited,
.p-lounge-first .l-nav a:hover,
.p-lounge-first .l-nav a:active {
  color: #ffffff !important;
}

.c-btn-primary {
  background-color: #0099e6;
  color: #ffffff !important;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin: 0 auto;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1189px) {
  .c-btn-primary {
    margin: 0 445px;
  }
}
.c-btn-primary:hover {
  background-color: rgb(77, 195.4086956522, 255);
  text-decoration: none;
}
.c-btn-white {
  border: 1px solid #dfd9d0;
  background-color: #ffffff;
  color: #0099e6 !important;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin: 0 auto;
  transition: border 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1189px) {
  .c-btn-white {
    margin: 0 445px;
  }
}
.c-btn-white:hover {
  border: 1px solid #aaa096;
  text-decoration: none;
}
.c-btn-fixed {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 210;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  /* appear from bottom on load */
  transform: translateY(40px);
  opacity: 0;
  animation: cbtn-slide-up 0.6s ease-out 0.2s both;
  will-change: transform, opacity;
}
.c-btn-reservation {
  width: 150px;
  height: 150px;
  display: block;
  cursor: pointer;
}
.c-btn-top {
  width: 52px;
  display: block;
}

@keyframes cbtn-slide-up {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .c-btn-fixed {
    animation: none;
    transform: none;
    opacity: 1;
  }
}
.c-point {
  font-weight: 700;
  color: #0099e6;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 0.75em 0;
  padding: 0;
  line-height: 1.7;
}
.c-point span {
  background-color: #0099e6;
  color: #ffffff;
  margin: 0;
  padding: 0 1em;
  line-height: 1;
  font-weight: 400;
  font-size: 0.75rem;
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
  transform: translateY(3px);
}
.c-point span::after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("images/point.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: red;
  position: absolute;
  top: 0;
  right: -7px;
}

.c-time {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 2rem 0;
}
.c-time span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
}

/* CSS-only fade carousel (no JS) */
.css-fade-slider {
  position: relative;
  --slide: 4s; /* 1枚あたりの表示時間 */
  --fade: 0.8s; /* オーバーラップ用のディレイ計算に使用 */
  aspect-ratio: 16/9; /* 必要に応じて変更 */
  background: #000;
  isolation: isolate;
}

.css-fade-slider.even {
  --slide: 4.2s;
  --fade: 0.6s;
}

.css-fade-slider img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  /* duration と delay は下の :has(...) ごとのセクションで設定 */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both; /* 初期ちらつき抑制 */
  backface-visibility: hidden;
  will-change: opacity;
}

/* ------------------------------
   枚数の自動判定（2〜5枚）
   ------------------------------ */
/* 5枚 */
.css-fade-slider:has(img:nth-child(5)) {
  --count: 5;
}

.css-fade-slider:has(img:nth-child(5)) img {
  animation-name: xfade-5;
  animation-duration: calc(var(--slide) * var(--count));
}

.css-fade-slider:has(img:nth-child(5)) img:nth-child(1) {
  animation-delay: calc(var(--slide) * 0 - var(--fade));
}

.css-fade-slider:has(img:nth-child(5)) img:nth-child(2) {
  animation-delay: calc(var(--slide) * 1 - var(--fade));
}

.css-fade-slider:has(img:nth-child(5)) img:nth-child(3) {
  animation-delay: calc(var(--slide) * 2 - var(--fade));
}

.css-fade-slider:has(img:nth-child(5)) img:nth-child(4) {
  animation-delay: calc(var(--slide) * 3 - var(--fade));
}

.css-fade-slider:has(img:nth-child(5)) img:nth-child(5) {
  animation-delay: calc(var(--slide) * 4 - var(--fade));
}

/* 4枚（5枚でない場合に限定） */
.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) {
  --count: 4;
}

.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) img {
  animation-name: xfade-4;
  animation-duration: calc(var(--slide) * var(--count));
}

.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) img:nth-child(1) {
  animation-delay: calc(var(--slide) * 0 - var(--fade));
}

.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) img:nth-child(2) {
  animation-delay: calc(var(--slide) * 1 - var(--fade));
}

.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) img:nth-child(3) {
  animation-delay: calc(var(--slide) * 2 - var(--fade));
}

.css-fade-slider:has(img:nth-child(4)):not(:has(img:nth-child(5))) img:nth-child(4) {
  animation-delay: calc(var(--slide) * 3 - var(--fade));
}

/* 3枚（5/4枚でない場合） */
.css-fade-slider:has(img:nth-child(3)):not(:has(img:nth-child(4))) {
  --count: 3;
}

.css-fade-slider:has(img:nth-child(3)):not(:has(img:nth-child(4))) img {
  animation-name: xfade-3;
  animation-duration: calc(var(--slide) * var(--count));
}

.css-fade-slider:has(img:nth-child(3)):not(:has(img:nth-child(4))) img:nth-child(1) {
  animation-delay: calc(var(--slide) * 0 - var(--fade));
}

.css-fade-slider:has(img:nth-child(3)):not(:has(img:nth-child(4))) img:nth-child(2) {
  animation-delay: calc(var(--slide) * 1 - var(--fade));
}

.css-fade-slider:has(img:nth-child(3)):not(:has(img:nth-child(4))) img:nth-child(3) {
  animation-delay: calc(var(--slide) * 2 - var(--fade));
}

/* 2枚（5/4/3枚でない場合） */
.css-fade-slider:has(img:nth-child(2)):not(:has(img:nth-child(3))) {
  --count: 2;
}

.css-fade-slider:has(img:nth-child(2)):not(:has(img:nth-child(3))) img {
  animation-name: xfade-2;
  animation-duration: calc(var(--slide) * var(--count));
}

.css-fade-slider:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(1) {
  animation-delay: calc(var(--slide) * 0 - var(--fade));
}

.css-fade-slider:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(2) {
  animation-delay: calc(var(--slide) * 1 - var(--fade));
}

/* ------------------------------
   KEYFRAMES（各枚数でスロット幅を正確に合わせる）
   可視範囲 = スロットの 10%〜90%（IN/OUT 合わせて20%をクロスフェード）
   ------------------------------ */
/* 2枚：スロット=50% → IN 0–5%, 可視 5–45%, OUT 45–50% */
@keyframes xfade-2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 3枚：スロット=33.333% → IN 0–3.33%, 可視 3.33–30%, OUT 30–33.333% */
@keyframes xfade-3 {
  0% {
    opacity: 0;
  }
  3.33% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 4枚：スロット=25% → IN 0–2.5%, 可視 2.5–22.5%, OUT 22.5–25% */
@keyframes xfade-4 {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 5枚：スロット=20% → IN 0–2%, 可視 2–18%, OUT 18–20% */
@keyframes xfade-5 {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-hours {
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  border-top: 2px solid #aaa096;
  border-bottom: 2px solid #aaa096;
}
.c-hours td {
  padding-right: 1rem;
}

.c-spec {
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #aaa096;
}
.c-spec dt {
  padding: 0;
  width: 90px;
  border-right: 1px solid #aaa096;
  text-align: center;
  margin: 0;
}
.c-spec dd {
  padding: 0 0 0 30px;
  margin: 0;
}

.p-top {
  position: relative;
}
.p-top-cover {
  width: 100%;
  position: relative;
}
.p-top-cover-photo {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.p-top-cover-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-lead {
  position: relative;
  width: 100%;
  padding: 48px 0 0;
}
.p-top-lead-txt {
  display: flex;
  justify-content: flex-start;
}
.p-top-lead h3 {
  color: #0099e6;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  line-height: 56px;
  margin-bottom: 32px;
}
.p-top-lead-flex {
  display: flex;
  width: 950px;
  gap: 50px;
}
.p-top-lead-flex > div:first-child {
  width: 345px;
}
.p-top-lead-flex > div:first-child p {
  margin-bottom: 60px;
}
.p-top-lead-flex > div:first-child img {
  width: 595px;
  flex-shrink: 0;
  max-width: none;
  transform: translateX(-250px);
}
.p-top-lead-flex > div:nth-child(2) {
  width: 555px;
}
.p-top-lead-flex > div:nth-child(2) img {
  margin-bottom: 54px;
}
.p-top-point {
  background-color: #f1efed;
  padding-bottom: 60px;
  width: 100vw;
}
@media screen and (min-width:1190px) {
  .p-top-point {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-point-ttl {
  margin-top: 100px;
  margin-bottom: 60px;
  width: 100%;
  padding: 40px 0;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_point.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.p-top-point-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0;
}
.p-top-point ul {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.p-top-point ul li {
  width: calc((100% - 100px) / 3);
}
.p-top-point ul li .heading-4 {
  text-align: center;
}
.p-top-point ul li p {
  margin-bottom: 32px;
}
.p-top-point-ph {
  position: relative;
  width: 100%;
  aspect-ratio: 334/300;
}
.p-top-point-ph > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-point-num {
  position: absolute;
  z-index: 2;
  top: -55px;
  right: 15px;
}
.p-top-location {
  padding-top: 60px;
  position: relative;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_location.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width:1190px) {
  .p-top-location {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-location-flex {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-end;
  gap: 45px;
}
.p-top-location-flex p {
  margin-bottom: 45px;
}
.p-top-location-flex > div:first-child {
  width: 495px;
}
.p-top-location-flex > div:first-child img {
  width: 530px;
  flex-shrink: 0;
  max-width: none;
  transform: translateX(-45px);
}
.p-top-location-flex > div:nth-child(2) {
  width: 570px;
}
.p-top-location-bag {
  position: absolute;
  top: -200px;
  right: -20px;
  z-index: 2;
}
.p-top-gr {
  width: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width:1190px) {
  .p-top-gr {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-gr-ttl {
  width: 100%;
  height: 560px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_top_gr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.p-top-gr-ttl:before {
  content: "";
  display: block;
  background-color: rgba(44, 117, 73, 0.6);
  position: absolute;
  width: 100%;
  height: 154px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-top-gr-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.p-top-gr-flex {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
}
.p-top-gr-flex > div:first-child {
  width: 740px;
}
.p-top-gr-flex > div:first-child img {
  width: 100%;
  object-fit: cover;
}
.p-top-gr-flex > div:nth-child(2) {
  width: 402px;
}
.p-top-gr-flex > div:nth-child(2) p {
  margin-bottom: 40px;
}
.p-top-gr-flex > div:nth-child(2) .c-btn-primary {
  margin-left: 0;
}
.p-top-art {
  width: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width:1190px) {
  .p-top-art {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-art-ttl {
  width: 100%;
  height: 560px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_top_art.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -120px center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.p-top-art-ttl:before {
  content: "";
  display: block;
  background-color: rgba(44, 117, 73, 0.6);
  position: absolute;
  width: 100%;
  height: 154px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-top-art-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.p-top-art-flex {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
}
.p-top-art-flex > div:nth-child(2) {
  width: 740px;
}
.p-top-art-flex > div:nth-child(2) img {
  width: 100%;
  object-fit: cover;
}
.p-top-art-flex > div:first-child {
  width: 402px;
}
.p-top-art-flex > div:first-child p {
  margin-bottom: 40px;
}
.p-top-art-flex > div:first-child .c-btn-primary {
  margin-left: 0;
}
.p-top-art-photo {
  width: 100%;
  aspect-ratio: 74/45;
}
.p-top-art-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-restaurant {
  width: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width:1190px) {
  .p-top-restaurant {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-restaurant-ttl {
  width: 100%;
  height: 560px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_top_restaurant.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.p-top-restaurant-ttl:before {
  content: "";
  display: block;
  background-color: rgba(44, 117, 73, 0.6);
  position: absolute;
  width: 100%;
  height: 154px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-top-restaurant-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.p-top-restaurant-ttl + .heading-35 {
  text-align: center;
  margin-bottom: 60px;
}
.p-top-restaurant-flex1 {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: flex-end;
  position: relative;
  margin-bottom: 54px;
}
.p-top-restaurant-flex1 > div:first-child {
  width: 740px;
}
.p-top-restaurant-flex1 > div:first-child img {
  width: 100%;
  object-fit: cover;
}
.p-top-restaurant-flex1 > div:nth-child(2) {
  width: 402px;
}
.p-top-restaurant-flex1 > div:nth-child(2) p {
  margin-bottom: 24px;
}
.p-top-restaurant-wine {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.p-top-restaurant-wine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-restaurant-flex2 {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
  margin-bottom: 54px;
}
.p-top-restaurant-flex2 > div:nth-child(2) {
  width: 740px;
}
.p-top-restaurant-flex2 > div:first-child {
  width: 402px;
}
.p-top-restaurant-flex2 > div:first-child p {
  margin-bottom: 24px;
}
.p-top-restaurant-photo {
  width: 100%;
  aspect-ratio: 74/45;
}
.p-top-restaurant-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-facilities {
  width: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width:1190px) {
  .p-top-facilities {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-top-facilities-ttl {
  width: 100%;
  height: 560px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_top_facilities.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.p-top-facilities-ttl:before {
  content: "";
  display: block;
  background-color: rgba(44, 117, 73, 0.6);
  position: absolute;
  width: 100%;
  height: 154px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-top-facilities-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.p-top-facilities-flex {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
}
.p-top-facilities-flex > div:first-child {
  width: 740px;
}
.p-top-facilities-flex > div:first-child img {
  width: 100%;
  object-fit: cover;
}
.p-top-facilities-flex > div:nth-child(2) {
  width: 402px;
}
.p-top-facilities-flex > div:nth-child(2) p {
  margin-bottom: 40px;
}

.p-gr-cover {
  width: 100vw;
}
@media screen and (min-width:1190px) {
  .p-gr-cover {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-gr-cover-ttl {
  width: 100%;
  height: 560px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/bg_top_gr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 60px;
  z-index: 3;
}
.p-gr-cover-ttl:before {
  content: "";
  display: block;
  background-color: rgba(44, 117, 73, 0.6);
  position: absolute;
  width: 100%;
  height: 154px;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-gr-cover-ttl .heading-2 {
  color: #ffffff;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.p-gr-rooms {
  padding: 50px 0 60px;
}
.p-gr-rooms p {
  text-align: center;
}
.p-gr-rooms-flex {
  width: 1190px;
  margin: 80px auto 40px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.p-gr-rooms-img {
  position: relative;
  width: 635px;
  height: 540px;
  background-image: url("https://outriggerhotels.jp/rakutentravel/pd/pc/room_00.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-gr-rooms-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.p-gr-rooms-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-gr-rooms-nav ul li {
  margin: 0;
  padding: 0;
}
.p-gr-rooms-nav ul li h5 {
  font-size: 16px;
  font-weight: 400;
  color: #68635e;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.p-gr-rooms-nav ul li h5:after {
  content: "";
  background-color: #aaa096;
  height: 1px;
  width: 100%;
}
.p-gr-rooms-nav ul li a {
  width: 420px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding-right: 8px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.p-gr-rooms-nav ul li a img {
  height: 22px;
}
.p-gr-rooms-nav ul li:not(:first-child) h5 {
  margin-top: 20px;
}
.p-gr-rooms-nav ul li:nth-child(2) a {
  background-color: #b3b3b3;
}
.p-gr-rooms-nav ul li:nth-child(2) a:hover {
  background-color: rgb(204.5, 204.5, 204.5);
}
.p-gr-rooms-nav ul li:nth-child(3) a {
  background-color: #0078cd;
}
.p-gr-rooms-nav ul li:nth-child(3) a:hover {
  background-color: rgb(1, 149.6829268293, 255);
}
.p-gr-rooms-nav ul li:nth-child(5) a {
  background-color: #00b9ff;
}
.p-gr-rooms-nav ul li:nth-child(5) a:hover {
  background-color: #33c7ff;
}
.p-gr-rooms-nav ul li:nth-child(7) a {
  background-color: #ff6eaa;
}
.p-gr-rooms-nav ul li:nth-child(7) a:hover {
  background-color: rgb(255, 161, 199.8965517241);
}
.p-gr-rooms-nav ul li:nth-child(8) a {
  background-color: #fa7d32;
}
.p-gr-rooms-nav ul li:nth-child(8) a:hover {
  background-color: rgb(251.2142857143, 156.5714285714, 99.7857142857);
}
.p-gr-rooms-nav ul li:nth-child(9) a {
  background-color: #81c300;
}
.p-gr-rooms-nav ul li:nth-child(9) a:hover {
  background-color: rgb(162.7384615385, 246, 0);
}
.p-gr-rooms-nav ul li:nth-child(10) a {
  background-color: #00aaaa;
}
.p-gr-rooms-nav ul li:nth-child(10) a:hover {
  background-color: #00dddd;
}
.p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(2) a:hover) .p-gr-rooms-img > img:nth-child(1), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(3) a:hover) .p-gr-rooms-img > img:nth-child(2), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(5) a:hover) .p-gr-rooms-img > img:nth-child(3), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(7) a:hover) .p-gr-rooms-img > img:nth-child(4), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(8) a:hover) .p-gr-rooms-img > img:nth-child(5), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(9) a:hover) .p-gr-rooms-img > img:nth-child(6), .p-gr-rooms:has(.p-gr-rooms-nav li:nth-child(10) a:hover) .p-gr-rooms-img > img:nth-child(7) {
  display: block;
}
.p-gr-room {
  width: 100vw;
}
@media screen and (min-width:1190px) {
  .p-gr-room {
    margin-left: calc((100vw - 1190px) / 2 * -1);
  }
}
.p-gr-room-ttl {
  width: 100%;
  height: 187px;
  background-color: #f1efed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.p-gr-room-ttl h2 {
  color: #68635e;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-gr-room-ttl h2 small {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  display: block;
}
.p-gr-room-ttl h2 + p {
  font-size: 14px;
}
.p-gr-room-body {
  width: 1190px;
  margin: 0 auto 100px;
}
.p-gr-room-body .heading-35 {
  text-align: center;
}
.p-gr-room-body p {
  text-align: center;
  margin-bottom: 32px;
}
.p-gr-photo {
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 60px;
}
.p-gr-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}