@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");


/* 楽天カスタマイズへの強制横幅100％ */

div#htlContents.single-column {
  display: block !important;
}
#htlContents.single-column {
  width: auto !important;
}
#htlContents {
  min-width: auto !important;
  max-width: none !important;
  background-color: transparent;
}
.single-column div#htlHeader div#htlBrdCrmbs {
  padding: 8px 0 0 8px !important;
}
.single-column #htlHeader {
  margin: 0 auto 16px !important;
}
.dtlTblTtl {
  background-color: transparent !important;
}
.banner-container {
  margin: 0 auto !important;
}
.single-column .search-container {
  margin: 0 auto !important;
}
/* /楽天カスタマイズへの強制横幅100％ */


div#RthCustomizeW {
  width: 100%;
}

.all * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.all {
  margin: 0;
  padding: 0;
  position: relative;
}

.all img {
  max-width: 100%;
}

.font-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #656565;
  letter-spacing: 0.08em;
}

.all a:link,
.all a:visited,
.all a:visited:hover,
.all a:link:hover,
.all a:visited:active,
.all a:link:active {
  color: inherit;
  text-decoration: none;
}

/**************************************************/
/******************** 共通パーツ ********************/
/**************************************************/
.inner {
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}

.flexBox.reverse {
  flex-direction: row-reverse;
}

/************************************************/
/******************** Heading *******************/
/************************************************/
.sec-ttl {
  font-family: "Spectral", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #074799;
  text-align: center;
  margin: 0;
}

.sec-ttl .en {
  position: relative;
  display: inline-block;
  padding: 0 2.4rem 0 3.6rem;
}

.sec-ttl .en:before {
  content: "";
  position: absolute;
  left: 0;
  width: 37px;
  height: 37px;
  background: #074799;
}

.sec-ttl .en:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 23px;
  height: 23px;
  background: #009990;
}

.sec-ttl .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  color: #656565;
}

.sec-ttl .jp br {
  display: none;
}
/* 
@media screen and (max-width: 600px) {
  .sec-ttl .jp br {
    display: inline;
  }
}

@media screen and (max-width: 425px) {
  .sec-ttl {
    font-size: var(--font-size-20);
  }

  .sec-ttl .en {
    padding: 0 1.8rem 0 2.8rem;
  }

  .sec-ttl .en:before {
    top: 2px;
    width: 29px;
    height: 29px;
  }

  .sec-ttl .en:after {
    right: 0;
    top: 12px;
    width: 18px;
    height: 18px;
  }

  .sec-ttl .jp {
    font-size: var(--font-size-18);
  }
} */

/* Heading Special (装飾が多い)*/
.sec-ttl.special .en {
  padding: 0 40px;
}

.sec-ttl.special .en::before,
.sec-ttl.special .en::after {
  content: none;
}

.sec-ttl.special .sq-01 {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #009990;
  margin: 0 2px;
}

.sec-ttl.special .sq-02 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #074799;
  margin: 0 2px;
}

.sec-ttl.special .sq-02.down {
  margin-bottom: -10px;
}

@media screen and (max-width: 1024px) {
  .sec-ttl.special .en {
    padding: 0 16px;
  }

  .sec-ttl.special .sq-01 {
    width: 18px;
    height: 18px;
    margin: 0;
  }

  .sec-ttl.special .sq-02 {
    width: 30px;
    height: 30px;
    margin: 0;
  }
}

/************************************************/
/******************** header ********************/
/************************************************/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #074799;
  color: #fff;
  padding: 20px;
}

.header .h-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header h1 {
  font-size: 19px;
}

.header h1 span {
  font-size: 16px;
}

.header .logo img {
  width: 74px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.h-nav {
  height: 100%;
}

.h-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.h-nav ul li {
  display: inline-flex;
  align-items: center;
}

.header .h-nav ul li a.line {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.h-nav ul li a.line.is-active,
.h-nav ul li a.line:hover {
  text-decoration: underline !important;
}

.header .h-nav ul li a.btn-white {
  margin-left: 10px;
}

/************************************************/
/******************** footer ********************/
/************************************************/
.footer {
  text-align: center;
}

.footer .bg {
  background: url("../image/common/footer-background-pc.webp") no-repeat center center / cover;
  padding-top: 38px;
  padding-bottom: 16px;
}

.footer .f-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.f-nav a.line {
  font-size: 16px;
  white-space: nowrap;
  text-decoration: underline !important;
}

.f-nav a.line:hover {
  text-decoration: none !important;
}

.footer figure {
  margin: 50px auto 30px;
  padding: 0;
}

.footer .logo img {
  max-width: 190px;
  margin-top: 60px;
}

.footer .hotel {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 22px;
}

.footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
  margin-bottom: 28px;
}

.footer address .tel {
  display: block;
  margin-top: 14px;
  font-size: 20px;
}

.footer address a {
  font-weight: 500;
  line-height: 1.6;
  font-size: 24px;
}

.footer address a:hover {
  text-decoration: underline !important;
}

.footer address hr {
  max-width: 342px;
  margin: 6px auto;
}

.footer .copy {
  padding: 18px 0;
  color: #fff;
  background: #074799;
}
.footer .copy p {
  font-size: 14px;
  line-height: 1.5em;
}

/**************************************************/
/******************** ボタン関連 ********************/
/**************************************************/
/* Button for ご宿泊プラン一覧 */
.btn-link.sq {
  position: relative;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #656565;
  padding: 0.5rem 1rem 0.5rem 2.6rem;
}

.btn-link.sq::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 5px;
  transform: rotate(45deg);
  background-color: #009990;
  transition: transform 0.3s;
}

.btn-link.sq:hover::before {
  transform: rotate(0deg);
}

.btn-link.blue {
  display: inline-block;
  min-width: 200px;
  padding: 8px;
  background-color: #074799;
  color: #fff !important;
  font-size: 16px;
  border: 1px solid #074799;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}

.btn-link.blue:hover {
  background-color: #fff;
  color: #074799 !important;
}

.btn-link.blue.round {
  width: 100%;
  max-width: 340px;
  border-radius: 22px;
  font-size: 18px;
}

.btn-link.white-border {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
}

.btn-link.wide {
  width: 100%;
  max-width: 340px;
}

.btn-link.white-border:hover {
  background-color: #fff;
  color: #656565;
}

@media screen and (min-width: 768px) {
  .btn-link.white-border {
    padding: 16px 10px;
  }
}

/* White color button */
.btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #074799 !important;
  text-align: center;
  transition: all 0.6s;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn-white:hover {
  color: #fff !important;
  background-color: transparent;
}

/**************************************************/
/******************** Topページ ********************/
/**************************************************/
/* Heading on top page */
.top-page .heading span {
  display: block;
  text-align: center;
}

.top-page .heading .en {
  font-family: "Bellefair", serif;
  font-size: 66px;
  line-height: 1.2;
  color: #211e1f;
}

/* Main Visual */
.topSlider {
  width: 100%;
  height: auto;
  position: relative;
}

.mv-swiper {
  width: 100%;
  height: auto;
}

.mv-swiper .swiper-slide {
  aspect-ratio: 1920 / 980;
}

.mv-01 {
  background: url("../image/top/mv-01.webp") no-repeat center center / cover;
}

.mv-02 {
  background: url("../image/top/mv-02.webp") no-repeat center center / cover;
}

.mv-03 {
  background: url("../image/top/mv-03.webp") no-repeat center center / cover;
}

.mv-04 {
  background: url("../image/top/mv-04.webp") no-repeat center center / cover;
}

/* Content */
.top-page #concept {
  background: url("../image/top/concept-background.webp") no-repeat center center / cover;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.top-page #concept .inner {
  padding-top: 85px;
  padding-bottom: 85px;
}

.top-page #concept h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin: 1em 0;
}

.top-page #concept h3 span {
  display: block;
  font-size: 18px;
}

.top-page #concept .flexBox div {
  width: 25%;
  aspect-ratio: 86 / 65;
}

.top-page #concept .flexBox .img-01 {
  background: url("../image/top/concept-01.webp") no-repeat center center / cover;
}

.top-page #concept .flexBox .img-02 {
  background: url("../image/top/concept-02.webp") no-repeat center center / cover;
}

.top-page #concept .flexBox .img-03 {
  background: url("../image/top/concept-03.webp") no-repeat center center / cover;
}

.top-page #concept .flexBox .img-04 {
  background: url("../image/top/concept-04.webp") no-repeat center center / cover;
}

/* Highlight Points */
.top-page #highlight {
  background: #e1f0ff;
  padding: 80px 0 72px;
  text-align: center;
}

.top-page #highlight .inner {
  max-width: 1200px;
}

.top-page #highlight h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  margin: 1em 0;
}

/* Guest Room, Breakfast, BBQ, Activities */
.top-page .flexBox .txt {
  width: 50%;
  padding-top: 60px;
  padding-right: 28px;
  padding-left: 28px;
}

.top-page .flexBox .swiper,
.top-page .flexBox .img {
  width: 50%;
}

.top-page .flexBox .txt .wrap {
  max-width: 502px;
}

.top-page .flexBox .txt .wrap p {
  margin-top: 28px;
  font-weight: 400;
  line-height: 2;
}

.top-page .flexBox .txt .wrap .link-wrap {
  margin-top: 32px;
  margin-bottom: 40px;
}

.top-page #guestroom .flexBox .txt .wrap,
.top-page #access .flexBox .txt .wrap {
  margin-left: auto;
}

.top-page #guestroom .flexBox .txt {
  background: url("../image/top/leaf-02.png") no-repeat top left / contain;
}

.top-page #guestroom .flexBox .roomSlider .swiper-slide div {
  width: 100%;
  aspect-ratio: 1386 / 924;
}

.top-page #guestroom .flexBox .roomSlider .img-01 {
  background: url("../image/top/guestroom-01.webp") no-repeat center center / cover;
}

.top-page #guestroom .flexBox .roomSlider .img-02 {
  background: url("../image/top/guestroom-02.webp") no-repeat center center / cover;
}

.top-page #guestroom .flexBox .roomSlider .img-03 {
  background: url("../image/top/guestroom-03.webp") no-repeat center center / cover;
}

.top-page #guestroom .flexBox .txt .wrap .link-wrap {
  text-align: right;
}

.top-page #breakfast .flexBox {
  background: #fff5e8;
}

.top-page #breakfast .flexBox .img-01 {
  width: 100%;
  aspect-ratio: 600 / 400;
  background: url("../image/top/breakfast-01.webp") no-repeat center center / cover;
}

.top-page #bbq .flexBox.img div {
  width: 33.333%;
  aspect-ratio: 455 / 303;
}

.top-page #bbq .flexBox.img .img-01 {
  background: url("../image/top/bbq-01.webp") no-repeat center center / cover;
}

.top-page #bbq .flexBox.img .img-02 {
  background: url("../image/top/bbq-02.webp") no-repeat center center / cover;
}

.top-page #bbq .flexBox.img .img-03 {
  background: url("../image/top/bbq-03.webp") no-repeat center center / cover;
}

.top-page #bbq .flexBox.txt {
  background: url("../image/top/leaf-03.png") no-repeat top left;
}

.top-page #bbq .flexBox.txt .head {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-page #bbq .flexBox.txt .head .wrap {
  width: 100%;
  max-width: 464px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-page #activities .flexBox {
  background:
    url("../images/top/wave.png") no-repeat top 20px right 40px / 350px auto,
    #e1f0ff;
}

.top-page #activities .img .img-01 {
  width: 100%;
  aspect-ratio: 1366 / 1324;
  background: url("../image/common/activities-01.webp") no-repeat center center / cover;
}

/* Access */

.top-page #access .flexBox .txt {
  width: 30%;
  background-color: #e1f0ff;
  padding-top: 120px;
  padding-bottom: 140px;
}

.top-page #access .flexBox .txt .wrap {
  max-width: 340px;
  text-align: center;
}

.top-page #access .flexBox .txt .wrap address {
  font-style: normal;
  margin-top: 36px;
  text-align: left;
}

.top-page #access .flexBox .g-map {
  width: 70%;
}

/* Recommendation */
.top-page #recommendation {
  padding: 120px 0;
}

.top-page #recommendation .sec-ttl {
  margin-left: auto;
  margin-right: auto;
}

.top-page .cardBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.top-page .cardBox .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top-page .cardBox .img {
  width: 100%;
}

.top-page .cardBox .img h4 {
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.top-page .cardBox .img p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.top-page .cardBox .img strong {
  font-size: 14px;
  font-weight: bold;
}

.top-page .cardBox .img div {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.top-page .cardBox .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top-page .cardBox .body p {
  margin-top: 12px;
  flex-grow: 1;
  font-size: 12px;
}

.top-page #recommendation .link-wrap {
  text-align: center;
  margin-top: 60px;
}

/**************************************************/
/***************** 部屋紹介スライダー *****************/
/**************************************************/
.roomSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roomSlider .swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #12b7f4 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px !important;
}

@media (max-width: 425px) {
  #guestroom .flexBox {
    gap: 28px;
  }
}

/**************************************************/
/*************** 下層ページ: 共通ページ ***************/
/**************************************************/

/* 下層ページメインビジュアル */
#mv-sub {
  margin: 0;
  width: 100%;
  aspect-ratio: 1366 / 473;
}

/* 下層ページヘッダー */
.page-head {
  padding-top: 56px;
  padding-bottom: 96px;
}

.page-head .inner {
  max-width: none;
}

.page-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin-top: 54px;
  text-align: center;
}

/* Divider */
.grey-divider {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
  margin: 60px auto;
}

/* Information */
#information {
  margin-top: 120px;
  margin-bottom: 96px;
  background-image: url("../image/common/info-leaf-01.png"), url("../image/common/info-leaf-02.png");
  background-position:
    left top 200px,
    right bottom 400px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

#information .schedule-info {
  margin-top: 60px;
}

#information .schedule-info .flexBox {
  max-width: 860px;
  margin: 0 auto;
}

#information .schedule-info .flexBox .item {
  text-align: center;
}

#information .schedule-info .flexBox .item .image {
  width: auto;
}

#information .schedule-info .flexBox .item img {
  width: auto;
  height: 145px;
}

#information .schedule-info .flexBox .item p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

#information .schedule-info .flexBox .item p span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#information .subheading {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.5em;
  line-height: 1.5;
  text-align: center;
}

#information dl {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 16px;
  margin-top: 30px;
}

#information dl dt {
  margin: 0;
  background: #d4d4d4;
  padding: 16px;
  width: 122px;
  display: flex;
  align-items: center;
}

#information dl dd {
  margin: 0;
  padding: 5px;
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
}

#information .grid-container {
  display: grid;
  gap: 16px 12px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#information .grid-container p {
  line-height: 2;
}

#information .rental-items .grid-container {
  grid-template-columns: repeat(5, 1fr);
}

#information .rental-items .grid-container img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

#information .rental-room .grid-container {
  grid-template-columns: repeat(3, 1fr);
}

#information .rental-room .grid-container img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#information p.center {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

/* Activities Carousel */
.carousel.infinite {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  width: 100%;
  animation: infinite-slide 40s linear infinite;
}

.carousel-item {
  flex: 0 0 20%;
  box-sizing: border-box;
}

.carousel-item div {
  width: 100%;
  aspect-ratio: 684 / 512;
}

.carousel-item .img-01 {
  background: url("../image/common/activity-carousel-01.webp") no-repeat center center / cover;
}

.carousel-item .img-02 {
  background: url("../image/common/activity-carousel-02.webp") no-repeat center center / cover;
}

.carousel-item .img-03 {
  background: url("../image/common/activity-carousel-03.webp") no-repeat center center / cover;
}

.carousel-item .img-04 {
  background: url("../image/common/activity-carousel-04.webp") no-repeat center center / cover;
}

.carousel-item .img-05 {
  background: url("../image/common/activity-carousel-05.webp") no-repeat center center / cover;
}

@keyframes infinite-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .carousel-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 50%;
  }
}

/* アクティビティロゴ */
#activities .logos {
  background: none;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

#activities .logos .logo-shimanchu,
#activities .logos .logo-kanoa {
  width: auto;
  max-height: 90px;
  height: 100%;
  padding: 6px 20px;
  border: 1px solid #707070;
  background-color: #fff;
}

#activities .logos .logo-shimanchu {
  max-width: 133px;
}

#activities .logos .logo-kanoa {
  max-width: 295px;
}

#activities .logos .cross {
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 1024px) {
  #activities .logos {
    flex-direction: row;
    max-width: 489px;
    background: none;
  }
}

@media (max-width: 768px) {
  #activities .logos {
    background: none;
    gap: 16px;
  }
}

@media (max-width: 465px) {
  #activities .logos .logo-shimanchu,
  #activities .logos .logo-kanoa {
    max-height: 72px;
    padding: 6px;
  }
}
