@charset "UTF-8";
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*********************
* PC+SP
*********************/
body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_footer01.jpg) no-repeat center bottom/100% auto;
}

#contents {
  overflow: hidden;
}

/*********************
* HEADER
*********************/
@media screen and (min-width: 768px) {
  .header_main {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 20px 30px 30px;
    z-index: 9000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_main * {
    color: #fff;
  }
  .header_main #logo {
    position: relative;
    z-index: 0;
    width: 210px;
  }
  .header_main #logo img {
    width: 100%;
  }
  .header_main #logo .logo1 {
    display: block;
  }
  .header_main #logo .logo2 {
    display: none;
  }
  .header_main .hamburger {
    display: none;
  }
  .header_main .global-navigation__list li {
    padding: 0 1.2em;
  }
  .header_main .global-navigation__list li a {
    display: block;
    font-size: 0.9375rem;
    text-shadow: 0px 0px 3px rgba(49, 122, 211, 0.7);
  }
  .header_main .global-navigation__list li.reserve {
    padding: 0 0 0 1.2em;
  }
  .header_main .global-navigation__list li.reserve a {
    font-size: 1rem;
    color: #4886c7;
    text-shadow: none;
    line-height: 1.4;
    background: #fff;
    padding: 0.3em 1.35em;
    border-radius: 2em;
  }
  .header_main .global-navigation__list li #language-select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: url(../images/common/arrow02.svg) no-repeat right center/9px auto;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 0.8em 0.2em 0.4em;
    font-size: 0.75rem;
  }
  .header_main .global-navigation__list li #language-select:hover, .header_main .global-navigation__list li #language-select:focus {
    outline: 0;
  }
  .header_main .global-navigation__list li #language-select option {
    width: 100%;
    color: #333;
    font-size: 0.75rem;
  }
  .header_main.scroll {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
  }
  .header_main.scroll * {
    color: #333;
  }
  .header_main.scroll #logo .logo1 {
    display: none;
  }
  .header_main.scroll #logo .logo2 {
    display: block;
  }
  .header_main.scroll .global-navigation__list li a {
    text-shadow: none;
  }
  .header_main.scroll .global-navigation__list li.reserve a {
    color: #fff;
    background: #4886c7;
  }
  .header_main.scroll .global-navigation__list li #language-select {
    border-bottom: 1px solid #4886c7;
    background: url(../images/common/arrow03.svg) no-repeat right center/9px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header_main {
    padding: 20px 20px 20px 20px;
  }
  .header_main #logo {
    width: 180px;
  }
  .header_main .global-navigation__list li {
    padding: 0 0.8em;
  }
  .header_main .global-navigation__list li a {
    font-size: 0.875rem;
  }
  .header_main .global-navigation__list li.reserve {
    padding: 0 0 0 0.8em;
  }
  .header_main .global-navigation__list li.reserve a {
    font-size: 0.9375rem;
    padding: 0.2em 1.2em;
    border-radius: 2em;
  }
  .header_main .global-navigation__list li #language-select {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .header_main {
    padding: 20px 15px 20px 20px;
  }
  .header_main #logo {
    width: 130px;
  }
  .header_main .global-navigation__list li {
    padding: 0 0.4em;
  }
  .header_main .global-navigation__list li a {
    font-size: 0.75rem;
  }
  .header_main .global-navigation__list li.reserve {
    padding: 0 0 0 0.4em;
  }
  .header_main .global-navigation__list li.reserve a {
    font-size: 0.875rem;
    padding: 0.2em 1em;
  }
  .header_main .global-navigation__list li #language-select {
    font-size: 0.6875rem;
  }
}

/*********************
* FOOTER
*********************/
.footer_main {
  padding-top: 9.0625rem;
  padding-bottom: 1.875rem;
}
.footer_main * {
  text-align: center;
  margin-inline: auto;
}
.footer_main .footer_main_inner {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer_main .footer_main_inner {
    width: calc(900px / 768 * 100vw);
  }
}
.footer_main .footer_main_inner .logo {
  width: 205px;
  margin-bottom: 3.125rem;
}
.footer_main .footer_main_inner .footer_nav {
  padding-bottom: 1em;
  border-bottom: 1px solid #919191;
  margin-bottom: 1.125rem;
}
.footer_main .footer_main_inner .footer_nav li a {
  display: block;
  font-size: 0.875rem;
  padding: 0 1em;
}
.footer_main .footer_main_inner .sns_icon {
  display: block;
  width: 26px;
  margin-bottom: 2.1875rem;
}
.footer_main .footer_main_inner address {
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}
.footer_main .footer_main_inner .copyright small {
  font-size: 0.625rem;
}

#childpage .footer_main {
  margin-top: 5vw;
}
@media screen and (min-width: 1370px) {
  #childpage .footer_main {
    margin-top: 15vw;
  }
}

/*********************
* タイトル子ページ共通
*********************/
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 2s ease-out forwards;
          animation: text_anime_on 2s ease-out forwards;
}

.eachTextAnime2 span {
  opacity: 0;
}
.eachTextAnime2.appeartext span {
  -webkit-animation: text_anime_on 2s ease-out forwards;
          animation: text_anime_on 2s ease-out forwards;
}

.eachTextAnime3 span {
  opacity: 0;
}
.eachTextAnime3.appeartext span {
  -webkit-animation: text_anime_on 2s ease-out forwards;
          animation: text_anime_on 2s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .parallax-img {
  overflow: hidden;
}
.parallax-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
} */

.waves {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.waves .parallax > use {
  -webkit-animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
#page_title_area {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 590px;
  padding-top: 5.625rem;
}
#page_title_area h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3em;
}
#page_title_area img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_title_area.beach-life {
  height: 770px;
}
#page_title_area.beach-life img {
  height: 770px;
}

/*********************
* トップページ
*********************/
#fv {
  position: relative;
  z-index: 0;
}
#fv .catch {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 15rem;
}
#fv .catch h2 {
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 0.3em;
}
#fv .swiper {
  width: 100%;
  height: 1184px;
  overflow-x: hidden;
}
#fv .swiper-slide {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#fv .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/fv_cover.png) no-repeat center top/100% auto;
  mix-blend-mode: multiply;
}
#fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fv .swiper-slide-active img,
#fv .swiper-slide-duplicate-active img,
#fv .swiper-slide-prev img {
  -webkit-animation: zoomUp 14s linear 0s normal both;
          animation: zoomUp 14s linear 0s normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.index {
  position: relative;
  z-index: 0;
}
.index::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/top/bg_top01.png) no-repeat center 0/100% auto;
}
.index .top_lead_cont {
  padding-top: 12.5rem;
  padding-bottom: 16.875rem;
}
.index .top_lead_cont * {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.index .top_lead_cont h2 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.5625rem;
}
.index .top_lead_cont p {
  line-height: 2.1875;
  text-align: center;
  margin-bottom: 1.25rem;
}
.index .top_lead_cont .bg_text {
  width: 100%;
  max-width: 520px;
  position: relative;
  left: 130px;
}
.index .top_cont1 {
  position: relative;
  padding-bottom: 18.125rem;
}
.index .top_cont1 .image {
  width: 52.7205882353%;
  /* aspect-ratio: 717/372; */
  position: relative;
  top: -70px;
  /* border-radius: 0 0 20px 0; */
}
.index .top_cont1 .image img {
  border-radius: 0 0 20px 0;
}
.index .top_cont1 .text {
  width: 43.3823529412%;
}
.index .top_cont1 .text .h2 {
  margin-bottom: 1.5625rem;
}
.index .top_cont1 .text .h2 h2 {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 200;
}
.index .top_cont1 .text .bg_text {
  max-width: 250px;
}
.index .top_cont1 .image2 {
  position: absolute;
  right: calc(50% - 400px);
  bottom: 0;
  width: calc(210 / 1366 * 100%);
  /* aspect-ratio: 184/254; */
  /* border-radius: 0 0 0 20px; */
}
/* .index .top_cont1 .image2 img {
  border-radius: 0 0 0 20px;
} */
.index .top_cont2 {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 7.5rem;
  background: #f7f6f0;
}
.index .top_cont2 .text {
  width: 49.2647058824%;
  padding-left: 20px;
}
.index .top_cont2 .text .h2 {
  margin-bottom: 1.5625rem;
}
.index .top_cont2 .text .h2 h2 {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 200;
}
.index .top_cont2 .text .bg_text {
  position: relative;
  left: 30px;
  width: 100%;
  max-width: 387px;
}
.index .top_cont2 .image {
  width: 50.7352941176%;
  /* aspect-ratio: 690/396; */
  /* border-radius: 0 0 0 20px; */
}
.index .top_cont2 .image img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.index .top_cont2 .image2 {
  position: absolute;
  left: 90px;
  bottom: 0;
  width: 326px;
  aspect-ratio: 326/220;
  border-radius: 0 0 20px 0;
}
.index .top_cont2 .image2 img {
  border-radius: 0 0 20px 0;
}
.index .top_cont3 {
  position: relative;
  z-index: 0;
  padding-bottom: 11.875rem;
  margin-bottom: 13.75rem;
  background: #f7f6f0;
}
.index .top_cont3 .image {
  width: calc(255 / 1366 * 100%);
  /* aspect-ratio: 282/422; */
  margin-inline: auto;
  position: relative;
  left: 14.7058823529%;
  border-radius: 0 0 0 20px;
}
.index .top_cont3 .image img {
  border-radius: 0 0 0 20px;
}
.index .top_cont4 {
  position: relative;
  padding-bottom: 1.875rem;
  background: #f7f6f0;
}
.index .top_cont4 .image {
  width: 40.5882352941%;
  /* aspect-ratio: 552/326; */
  position: relative;
  top: 0;
  /* border-radius: 0 0 20px 0; */
}
/* .index .top_cont4 .image img {
  border-radius: 0 0 20px 0;
} */
.index .top_cont4 .text {
  width: 54.4117647059%;
}
.index .top_cont4 .text .h2 {
  padding-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
.index .top_cont4 .text .h2 h2 {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 200;
}
.index .top_cont4 .text .bg_text {
  width: 100%;
  max-width: 332px;
}
.index .top_cont4 .image2 {
  position: absolute;
  right: calc(50% - 400px);
  bottom: 0;
  width: 184px;
  aspect-ratio: 184/254;
  border-radius: 0 0 0 20px;
}
.index .top_cont4 .image2 img {
  border-radius: 0 0 0 20px;
}
.index .top_footer_nav {
  margin-bottom: 11.875rem;
}
.index .top_footer_nav li {
  background: #f7f6f0;
  margin-bottom: 5.625rem;
}
.index .top_footer_nav li a {
  width: 100%;
  height: 100%;
}
.index .top_footer_nav li a .image {
  width: 50%;
  aspect-ratio: 680/226;
  overflow: hidden;
  border-radius: 0 0 20px 0;
}
.index .top_footer_nav li a .image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index .top_footer_nav li a .link {
  width: 50%;
  height: 100%;
}
.index .top_footer_nav li a .link h3 {
  width: 100%;
  max-width: 365px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999;
  margin-inline: auto;
  text-align: center;
  padding-bottom: 1.125rem;
  margin-bottom: 0.9375rem;
}
.index .top_footer_nav li a .link span {
  position: relative;
  right: 0;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  padding-right: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index .top_footer_nav li a .link span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: url(../images/common/arrow01.svg) no-repeat center center/100% auto;
}
.index .top_footer_nav li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.index .top_footer_nav li a:hover .link span {
  right: -5px;
}

/*********************
* 周辺のご案内 ＆ アクティビティ
*********************/
.shop .shop_cont1 {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
}
.shop .shop_cont1 .shop_cont1_inner {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .shop .shop_cont1 .shop_cont1_inner {
    width: calc(1000px / 768 * 100vw);
  }
}
.shop .shop_cont1 .shop_cont1_inner h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}
.shop .shop_cont1 .shop_cont1_inner h3 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  margin-bottom: 4.375rem;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
}
.shop .shop_cont1 .shop_cont1_inner h3::after {
  content: "";
  width: 260px;
  height: 2px;
  background: #a28200;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shop .shop_cont1 .shop_cont1_inner .shop_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 45px;
  padding: 0 30px;
}
@media screen and (max-width: 850px) {
  .shop .shop_cont1 .shop_cont1_inner .shop_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 55px 45px;
  }
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text:not(.w100) {
  width: 64.4444444444%;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #a7a7a7;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd {
  font-size: 0.9375rem;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd * {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd p {
  line-height: 1.6;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd a + p {
  margin-top: 1.875rem;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd .tel {
  display: block;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd .site {
  display: inline-block;
  margin-top: 0.75rem;
  min-width: 115px;
  background: #dbcfb3;
  padding: 0.2em 1.5em;
  border-radius: 1.5em;
  text-align: center;
}
.shop .shop_cont1 .shop_cont1_inner .shop_list li .image {
  width: 31.7777777778%;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list {
  width: 100%;
  max-width: 360px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9em 0px 1fr;
  grid-template-columns: 9em 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2em;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list dt {
  font-size: 1.125rem;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list dd {
  font-size: 1.25rem;
}
.shop .shop_cont1 .shop_cont1_inner .taxi_list dd .tel {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*********************
* 海辺で過ごす
*********************/
.beach-life .beach_inner {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
  padding-top: 6.25rem;
  padding-bottom: 18.125rem;
}
.beach-life .beach_inner h2 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 200;
  text-align: center;
}
.beach-life .beach_inner .beach_cont1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 9.375rem;
  background: url(../images/beach-life/beach_deco01.png) no-repeat center center/360px auto;
}
.beach-life .beach_inner .beach_cont1 h2 {
  margin-bottom: 3.125rem;
}
.beach-life .beach_inner .beach_cont1 p {
  max-width: 430px;
  margin-inline: auto;
  line-height: 2.1;
}
.beach-life .beach_inner .image1 {
  width: 85.2941176471%;
  /* aspect-ratio: 1168/430; */
  /* border-radius: 0 0 0 20px; */
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 2.1875rem;
}
/* .beach-life .beach_inner .image1 img {
  border-radius: 0 0 0 20px;
} */
.beach-life .beach_inner .beach_cont2 {
  padding-left: 5rem;
  margin-bottom: 13.125rem;
  max-width: 550px;
  height: 250px;
  margin-inline: auto;
  background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/250px auto;
}
.beach-life .beach_inner .beach_cont2 h2 {
  text-align: left;
}
.beach-life .beach_inner .image2 {
  width: 69.8529411765%;
  /* aspect-ratio: 950/594;
  border-radius: 0 0 20px 0; */
  margin-bottom: 2.1875rem;
}
/* .beach-life .beach_inner .image2 img {
  border-radius: 0 0 20px 0;
} */
.beach-life .beach_inner .beach_cont3 {
  padding-left: 5rem;
  margin-bottom: 15rem;
  width: 50%;
  height: 250px;
  margin-right: 0;
  margin-left: auto;
  background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/250px auto;
}
.beach-life .beach_inner .beach_cont3 h2 {
  text-align: left;
}
.beach-life .beach_inner .beach_cont4 {
  padding-left: 11.875rem;
  margin-bottom: 18.125rem;
}
@media screen and (max-width:1300px){
  .beach-life .beach_inner .beach_cont4 {
    padding-left: 20px;
  }
}
.beach-life .beach_inner .beach_cont4 .text {
  padding-left: 5rem;
  width: 44.2735042735%;
  height: 250px;
  background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/250px auto;
}
.beach-life .beach_inner .beach_cont4 .text h2 {
  text-align: left;
}
.beach-life .beach_inner .beach_cont4 .image {
  width: 55.7264957265%;
  /* aspect-ratio: 652/320;
  border-radius: 0 0 0 20px; */
}
/* .beach-life .beach_inner .beach_cont4 .image img {
  border-radius: 0 0 0 20px;
} */
.beach-life .beach_inner .beach_cont5 {
  margin-bottom: 12.5rem;
}
.beach-life .beach_inner .beach_cont5 .image {
  width: 44.2647058824%;
  /* aspect-ratio: 602/386;
  border-radius: 0 0 20px 0; */
}
/* .beach-life .beach_inner .beach_cont5 .image img {
  border-radius: 0 0 20px 0;
} */
.beach-life .beach_inner .beach_cont5 .text {
  padding-left: 5rem;
  width: 50%;
  height: 250px;
  background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/250px auto;
}
.beach-life .beach_inner .beach_cont5 .text h2 {
  text-align: left;
}
.beach-life .beach_inner .beach_cont6 p {
  max-width: 430px;
  margin-inline: auto;
  line-height: 2.1;
}

/*********************
* お部屋
*********************/
.rooms .rooms_cont {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}
.rooms .rooms_cont .rooms_cont_lead {
  width: calc(100% - 60px);
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62.5% 20px 1fr;
  grid-template-columns: 62.5% 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .rooms_cont_lead {
    width: calc(800px / 768 * 100vw);
  }
}
.rooms .rooms_cont .rooms_cont_lead p {
  font-size: 1rem;
}
.rooms .rooms_cont .rooms_cont_lead p small {
  font-size: 0.8125rem;
}
.rooms .rooms_cont .rooms_photo_list {
  width: calc(100% - 60px);
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .rooms_photo_list {
    width: calc(800px / 768 * 100vw);
  }
}
.rooms .rooms_cont .rooms_photo_list h2 {
  margin-top: 4.375rem;
  border-top: 1px solid #c6b799;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.rooms .rooms_cont .rooms_photo_list ul.column2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}
.rooms .rooms_cont .rooms_photo_list ul li a {
  display: block;
}
.rooms .rooms_cont .rooms_photo_list ul li a h3 {
  padding-top: 0.625rem;
  font-size: 0.875rem;
}
.rooms .rooms_cont .rooms_photo_list ul li a h3 strong {
  font-size: 1.125rem;
  padding-right: 1em;
  font-weight: 400;
}
.rooms .rooms_cont .facility_wrap {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin-top: 10.625rem;
  background: #fff;
  padding: 50px 110px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .facility_wrap {
    width: calc(900px / 768 * 100vw);
  }
}
.rooms .rooms_cont .facility_wrap h2 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125rem;
}
.rooms .rooms_cont .facility_wrap .facility_detail_box {
  margin-bottom: 3.75rem;
}
.rooms .rooms_cont .facility_wrap .facility_detail_box h3 {
  border-top: 1px solid #999;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 12px;
}
.rooms .rooms_cont .facility_wrap .facility_detail_box ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 5px;
  padding: 0 1em;
}
.rooms .rooms_cont .facility_wrap .facility_detail_box ul li {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}
.rooms .rooms_cont .facility_wrap .facility_detail_box ul li::before {
  content: "・";
}
.rooms .rooms_cont .facility_wrap .tit_wifi {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1px solid #999;
  font-weight: 500;
  padding: 0.2em 1.5em;
  margin-bottom: 1.25rem;
}
.rooms .rooms_cont .facility_wrap .caution_text1 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8125rem;
}
.rooms .rooms_cont .facility_wrap .amenity_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-top: 3.75rem;
  margin-bottom: 2.8125rem;
}
.rooms .rooms_cont .facility_wrap .amenity_text {
  width: calc(100% - 60px);
  max-width: 460px;
  margin-inline: auto;
  margin-bottom: 1.875rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .facility_wrap .amenity_text {
    width: calc(460px / 768 * 100vw);
  }
}
.rooms .rooms_cont .facility_wrap .caution_text2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  text-align: center;
}
.rooms .rooms_cont .rooms_detail_cont_lead {
  margin-bottom: 3.75rem;
}
.rooms .rooms_cont .rooms_detail_cont_lead h1 {
  position: relative;
  gap: 3em;
  font-size: 2rem;
  margin-bottom: 3.75rem;
}
.rooms .rooms_cont .rooms_detail_cont_lead h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1.5em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.rooms .rooms_cont .rooms_detail_cont_lead .text {
  max-width: 450px;
  margin-inline: auto;
}
.rooms .rooms_cont .rooms_detail_cont_madori {
  width: calc(100% - 60px);
  max-width: 910px;
  margin-inline: auto;
  margin-bottom: 6.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 300px;
  grid-template-columns: 1fr 300px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .rooms_detail_cont_madori {
    width: calc(910px / 768 * 100vw);
  }
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 115px 0 1fr;
  grid-template-columns: 115px 1fr;
  gap: 0;
  margin-bottom: 3.125rem;
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list dt,
.rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list dd {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  padding: 0.3em 0;
  border-bottom: 1px solid #bbb;
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .caution {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: -2.5rem;
  margin-bottom: 3.125rem;
  padding-left: 1em;
  text-indent: -1em;
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .bihin_btn {
  position: relative;
  display: block;
  width: 100%;
  background: #908052;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1em 0 1.5em 0;
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .bihin_btn strong {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
}
.rooms .rooms_cont .rooms_detail_cont_madori .text .bihin_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0.6em;
  left: 0;
}
.rooms .rooms_cont .rooms_detail_cont_madori .image {
  max-width: 520px;
}
.rooms .rooms_cont .rooms_detail_cont_bihin {
  width: calc(100% - 60px);
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .rooms_detail_cont_bihin {
    width: calc(700px / 768 * 100vw);
  }
}
.rooms .rooms_cont .rooms_detail_slider {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rooms .rooms_cont .rooms_detail_slider {
    width: calc(920px / 768 * 100vw);
  }
}
.rooms .rooms_cont .rooms_detail_slider .rooms_slider {
  margin-bottom: 1.5625rem;
}
.rooms .rooms_cont .rooms_detail_slider .swiper-slide img {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
.rooms .rooms_cont .rooms_detail_slider .swiper-slide h2 {
  font-size: 1.0625rem;
  text-align: right;
}
.rooms .rooms_cont .rooms_detail_slider .swiper-slide:not(.swiper-slide-active) h2 {
  display: none;
}
.rooms .rooms_cont .rooms_detail_slider .slider-thumbnail {
  margin-bottom: 4.375rem;
}
.rooms .rooms_cont .rooms_detail_slider .slider-thumbnail .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 0;
}
.rooms .rooms_cont .rooms_detail_slider .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}
.rooms .rooms_cont .rooms_detail_slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.rooms .rooms_cont .rooms_detail_slider .reserve_link {
  display: block;
  width: 100%;
  max-width: 400px;
  color: #4886c7;
  border: 1px solid #4886c7;
  font-size: 1.125rem;
  text-align: center;
  margin-inline: auto;
  padding: 0.8em 0;
}
.rooms .rooms_cont .rooms_detail_slider .reserve_link:hover {
  background: #4886c7;
  color: #fff;
}

.cont_bihin details {
  background: #fff;
  overflow: hidden;
}
.cont_bihin details summary {
  position: relative;
  background: #f4f2e4;
  border-top: 1px solid #908052;
  border-bottom: 1px solid #908052;
  color: #908052;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1em 0 1em 2em;
  cursor: pointer;
}
.cont_bihin details summary::marker {
  content: "";
}
.cont_bihin details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.cont_bihin details summary::before {
  content: "開く ＋";
  position: absolute;
  top: 2em;
  right: 1.5em;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cont_bihin details[open] summary::before {
  content: "閉じる ―";
}
.cont_bihin .bihin_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
  margin: 40px 15px 20px 15px;
}
.cont_bihin .bihin_list * {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cont_bihin .bihin_list li > p {
  background: #908052;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2em;
  margin-bottom: 0.6em;
}
.cont_bihin .bihin_list li dl dt {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #908052;
  border-bottom: 1px solid #908052;
  margin-bottom: 0.5em;
}
.cont_bihin .bihin_list li dl dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1em;
  margin-bottom: 1em;
}
.cont_bihin .bihin_list li dl dd p + p {
  margin-top: 0;
}
.cont_bihin .bihin_list li dl dd span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

/*********************
* よくあるご質問
*********************/
.faq .faq_cont {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
  padding-top: 3.125rem;
  padding-bottom: 7.5rem;
}
.faq .faq_cont .faq_category_box {
  padding-top: 5.625rem;
  padding-bottom: 8.125rem;
  border-bottom: 1px solid #999;
}
.faq .faq_cont .faq_category_box:last-of-type {
  border-bottom: none;
}
.faq .faq_cont .faq_category_box .faq_category_box_inner {
  width: calc(100% - 60px);
  max-width: 770px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .faq .faq_cont .faq_category_box .faq_category_box_inner {
    width: calc(770px / 768 * 100vw);
  }
}
.faq .faq_cont .faq_category_box .faq_category_box_inner a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.faq .faq_cont .faq_category_box .faq_category_box_inner a:hover {
  text-decoration: none;
}
.faq .faq_cont .faq_category_box h2 {
  font-size: 1.5rem;
}
.faq .faq_cont .faq_category_box dt {
  position: relative;
  margin-top: 4.375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  color: #908052;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #d9d2c0;
}
.faq .faq_cont .faq_category_box dt::before {
  content: "";
  width: 80px;
  height: 2px;
  background: #908052;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.faq .faq_cont .faq_category_box dd {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*********************
* アクセスのご案内
*********************/
.access .access_wrap {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
  padding-top: 8.125rem;
  padding-bottom: 13.75rem;
}
.access .access_wrap .access_cont_lead {
  width: calc(100% - 60px);
  max-width: 730px;
  margin-inline: auto;
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .access .access_wrap .access_cont_lead {
    width: calc(730px / 768 * 100vw);
  }
}
.access .access_wrap .access_address_cont {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .access .access_wrap .access_address_cont {
    width: calc(920px / 768 * 100vw);
  }
}
.access .access_wrap .access_address_cont .address {
  width: 41.3043478261%;
}
.access .access_wrap .access_address_cont .address h2 {
  font-size: 0.9375rem;
  margin-bottom: 1.125rem;
}
.access .access_wrap .access_address_cont .address h2 span {
  font-size: 1.25rem;
}
.access .access_wrap .access_address_cont .address h2 strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.access .access_wrap .access_address_cont .address address {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.access .access_wrap .access_address_cont .address p {
  margin-bottom: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.access .access_wrap .access_address_cont .address img {
  display: block;
  max-width: 260px;
}
.access .access_wrap .access_address_cont .image {
  width: 51.6304347826%;
}
.access .access_wrap .access_map iframe {
  width: 100%;
  height: 450px;
}
.access .access_wrap .access_vehicle_cont {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .access .access_wrap .access_vehicle_cont {
    width: calc(1000px / 768 * 100vw);
  }
}
.access .access_wrap .access_vehicle_cont h3 {
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
}
.access .access_wrap .access_vehicle_cont h3::after {
  content: "";
  width: 660px;
  height: 2px;
  background: #a28200;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.access .access_wrap .access_vehicle_cont .access_det {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.access .access_wrap .access_vehicle_cont .access_det p {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
}
.access .access_wrap .access_vehicle_cont .access_det a {
  margin-top: 0.9375rem;
  display: block;
  color: #86804d;
  border: 1px solid #86804d;
  text-align: center;
  padding: 0.5em 1em;
}
.access .access_wrap .access_vehicle_cont .access_det a:hover {
  background: rgba(134, 128, 77, 0.1);
}
.access .access_wrap .access_parking_cont {
  padding-top: 10.625rem;
  width: calc(100% - 60px);
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .access .access_wrap .access_parking_cont {
    width: calc(720px / 768 * 100vw);
  }
}
.access .access_wrap .access_parking_cont h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.875rem;
}
.access .access_wrap .access_parking_cont p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.access .access_wrap .access_parking_cont .caution {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
}
.access .access_wrap .access_parking_cont .parking_img img {
  margin-top: 3.75rem;
}

/*********************
* ホテルについて
*********************/
.about .about_wrap {
  position: relative;
  z-index: 0;
  background: #f7f6f0;
  padding-bottom: 13.75rem;
}
.about .about_wrap .about_cont_lead {
  width: calc(100% - 60px);
  max-width: 730px;
  margin-inline: auto;
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_cont_lead {
    width: calc(730px / 768 * 100vw);
  }
}
.about .about_wrap .about_inner_menu {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin: auto;
  gap: 1em 0;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_inner_menu {
    width: calc(900px / 768 * 100vw);
  }
}
.about .about_wrap .about_inner_menu li {
  position: relative;
}
.about .about_wrap .about_inner_menu li:not(:last-of-type, :nth-of-type(3)) {
  border-right: 1px solid #908052;
}
.about .about_wrap .about_inner_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  padding: 0.5em 1.5em;
}
.about .about_wrap .about_inner_menu li a img {
  width: 21px;
  margin-left: 0.5em;
}
.about .about_wrap .about_cont_wrap {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin: 35px auto 0;
  background: #fff;
  border-radius: 6px;
  padding: 0 50px 120px 50px;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_cont_wrap {
    width: calc(900px / 768 * 100vw);
  }
}
.about .about_wrap .about_cont_wrap h2 {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: 1px solid #c6b799;
  padding-top: 3.75rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.about .about_wrap .about_cont_wrap .about_cont1 {
  width: calc(100% - 60px);
  max-width: 760px;
  margin-inline: auto;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_cont_wrap .about_cont1 {
    width: calc(760px / 768 * 100vw);
  }
}
.about .about_wrap .about_cont_wrap .about_cont1 dt {
  font-size: 1.125rem;
  font-weight: 600;
  color: #908052;
  letter-spacing: 0.04em;
  margin-bottom: 0.7em;
  padding: 0 20px;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd {
  padding: 0 20px 20px 20px;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd:not(:last-of-type) {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #c6b799;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd a:hover {
  text-decoration: none;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.about .about_wrap .about_cont_wrap .about_cont1 dd ul li::before {
  content: "・";
}
.about .about_wrap .about_cont_wrap .about_cont2_lead {
  width: calc(100% - 60px);
  max-width: 800px;
  margin-inline: auto;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_cont_wrap .about_cont2_lead {
    width: calc(800px / 768 * 100vw);
  }
}
.about .about_wrap .about_cont_wrap .about_cont_bihin {
  margin-bottom: 3.125rem;
}
.about .about_wrap .about_cont_wrap h3 {
  font-size: 1.125rem;
  color: #908052;
  letter-spacing: 0.04em;
  margin-bottom: 0.7em;
}
.about .about_wrap .about_cont_wrap .about_cont2_img2 {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #c6b799;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 250px;
  grid-template-columns: 1fr 250px;
  gap: 0 15px;
}
.about .about_wrap .about_cont_wrap .about_cont3_img {
  width: calc(100% - 60px);
  max-width: 690px;
  margin-inline: auto;
  margin: 25px auto 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_cont_wrap .about_cont3_img {
    width: calc(690px / 768 * 100vw);
  }
}
.about .about_wrap .about_cont_wrap .about_cont3_caption {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  text-align: center;
}
.about .about_wrap .about_cont_wrap .about_cont3_img2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 250px;
  grid-template-columns: 1fr 250px;
  gap: 0 15px;
}
.about .about_wrap .about_cont_wrap .about_cont3_img2 ul {
  margin-top: 1.25rem;
}
.about .about_wrap .about_cont_wrap .about_cont3_img2 ul li {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  padding-left:1em;
  text-indent:-1em;
}

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

html {
  font-size: 16px;
}

body {
  position: relative;
  z-index: 0;
  background: #fff;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p,
input,
textarea,
select,
option {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  li,
  dt,
  dd,
  th,
  td,
  p,
  input,
  textarea,
  select,
  option {
    font-size: 1rem;
  }
  .pc_none {
    display: none;
  }
}
a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:visited {
  text-decoration: none;
}

.fontVer,
.fontVer * {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

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

p + p {
  margin-top: 1em;
}

table {
  font-size: inherit;
  font: 100%;
}

/*********************
* common tags
*********************/
.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.jsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.jfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  /*********************
  * SP ONLY
  *********************/
  html {
    font-size: 4vw;
  }
  body::after {
    background: url(../images/common/bg_footer01_sp.jpg) no-repeat center bottom/100% auto;
  }
  .sp_none {
    display: none;
  }
  img {
    width: 100%;
  }
  /*********************
  * HEADER
  *********************/
  .header_main {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 4.6666666667vw;
  }
  .header_main #logo {
    width: 36vw;
    margin: auto;
  }
  .header_main .hamburger {
    display: block;
    height: 8vw;
    margin-left: auto;
    position: fixed;
    top: 2.6666666667vw;
    right: 4vw;
    z-index: 10;
    width: 8vw;
    border: none;
    background-color: transparent;
  }
  .header_main .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .header_main .hamburger.-active .hamburger__line::before {
    top: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    background-color: #333;
  }
  .header_main .hamburger.-active .hamburger__line::after {
    top: 0;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    background-color: #333;
  }
  .header_main .hamburger .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header_main .hamburger .hamburger__line:before, .header_main .hamburger .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .header_main .hamburger .hamburger__line:before {
    top: -2vw;
  }
  .header_main .hamburger .hamburger__line:after {
    top: 2vw;
  }
  .header_main.scroll .hamburger__line {
    background-color: #333;
  }
  .header_main.scroll .hamburger__line:before, .header_main.scroll .hamburger__line:after {
    background-color: #333;
  }
  .header_main .header__nav-area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100dvh;
    width: 100%;
    visibility: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background-color: rgba(247, 246, 240, 0.9);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .header_main .header__nav-area.-active {
    right: 0;
    visibility: visible;
  }
  .header_main .header__nav-area.-active .global-navigation__list {
    opacity: 1;
  }
  .header_main .header__nav-area.-active .global-navigation__list li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(3) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(5) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .header_main .header__nav-area.-active .global-navigation__list li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .header_main .header__nav-area .menu_logo {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .header_main .header__nav-area .menu_logo img {
    width: 43.2vw;
  }
  .header_main .global-navigation {
    width: 100%;
    padding: 0 13.3333333333vw 12vw 13.3333333333vw;
  }
  .header_main .global-navigation #language-select {
    position: absolute;
    top: 36vw;
    right: 5.3333333333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: url(../images/common/arrow04.svg) no-repeat right center/10px auto;
    border: 0;
    border-bottom: 1px solid #333;
    padding: 0 1em 0.2em 1em;
    font-size: 0.9333333333rem;
  }
  .header_main .global-navigation #language-select option {
    width: 100%;
    font-size: 0.9333333333rem;
    color: #333;
  }
  .header_main .global-navigation .global-navigation__list {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    opacity: 0.2;
  }
  .header_main .global-navigation .global-navigation__list li {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .header_main .global-navigation .global-navigation__list li a {
    display: block;
    font-size: 1.2rem;
    margin: 0.5em 0;
    padding-left: 1em;
  }
  .header_main .global-navigation .global-navigation__list li.reserve a {
    width: 71.2vw;
    margin: 9.3333333333vw auto 0;
    font-size: 1.3333333333rem;
    line-height: 1.4;
    padding: 0.4em 1em;
    border-radius: 1.3333333333vw;
    text-align: center;
    border: 1px solid #333;
  }
  .header_main .global-navigation .global-navigation__list li.insta {
    border-top: 1px solid #333;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .header_main .global-navigation .global-navigation__list li.insta a {
    padding-top: 5.3333333333vw;
  }
  .header_main .global-navigation .global-navigation__list li.insta a img {
    width: 8vw;
  }
  /*********************
  * FOOTER
  *********************/
  .footer_main {
    padding-top: 6.6666666667vw;
    padding-bottom: 16vw;
  }
  .footer_main .footer_main_inner {
    width: 72vw;
  }
  .footer_main .footer_main_inner .logo {
    width: 49.8666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .footer_main .footer_main_inner .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_main .footer_main_inner .footer_nav ul li a {
    font-size: 1rem;
    padding: 0.5em 0;
  }
  .footer_main .footer_main_inner .sns_icon {
    width: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .footer_main .footer_main_inner address {
    font-size: 0.8333333333rem;
    margin-bottom: 1.3333333333vw;
  }
  .footer_main .footer_main_inner .copyright {
    width: 100vw;
    margin-left: -14vw;
    overflow-x: hidden;
  }
  .footer_main .footer_main_inner .copyright small {
    font-size: 0.6rem;
    letter-spacing: 0;
  }
  .foot_reserve_link {
    position: fixed;
    z-index: 900;
    bottom: 1.3333333333vw;
    left: 1.6vw;
    width: 96.6666666667vw;
    background: #fff;
    color: #4886c7;
    font-size: 1.3333333333rem;
    text-align: center;
    padding: 0.2em 0;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  #childpage .footer_main {
    margin-top: 0;
  }
  /*********************
  * タイトル子ページ共通
  *********************/
  #page_title_area {
    height: 100vw;
    padding-top: 18.6666666667vw;
  }
  #page_title_area h1 {
    font-size: 1.4666666667rem;
  }
  #page_title_area img {
    height: 100vw;
  }
  #page_title_area.beach-life {
    height: 122.6666666667vw;
  }
  #page_title_area.beach-life img {
    height: 122.6666666667vw;
  }
  .waves {
    width: 200%;
  }
  /*********************
  * トップページ
  *********************/
  #fv {
    height: 100dvh;
  }
  #fv .catch {
    padding-top: 50.6666666667vw;
  }
  #fv .catch h2 {
    font-size: 1.5333333333rem;
  }
  #fv .swiper {
    height: 100dvh;
  }
  #fv .swiper-slide img {
    -o-object-position: bottom 0;
       object-position: bottom 0;
  }
  .index::before {
    background: url(../images/top/bg_top01_sp.png) no-repeat center 0/100% auto;
  }
  .index .top_lead_cont {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .index .top_lead_cont h2 {
    font-size: 1.6666666667rem;
  }
  .index .top_lead_cont p {
    width: 77.3333333333vw;
    margin: auto;
    text-align: left;
	margin-bottom: 1.25rem;
  }
  .index .top_lead_cont .bg_text {
    max-width: 80.4vw;
    left: 0;
  }
  .index .top_cont1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 37.3333333333vw;
  }
  .index .top_cont1 .image {
    width: 90.6666666667vw;
    top: 0;
  }
  .index .top_cont1 .text {
    width: 100%;
    padding-top: 7.3333333333vw;
	 padding-left: 7.3333333333vw;
  }
  .index .top_cont1 .text h2 {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: left;
  }
  .index .top_cont1 .text .bg_text {
    max-width: 45.0666666667vw;
    position: relative;
    left: 8vw;
  }
  .index .top_cont1 .image2 {
    right: 13.8666666667vw;
    width: 29.3333333333vw;
  }
  .index .top_cont2 {
    padding-top: 26.6666666667vw;
    padding-bottom: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .index .top_cont2 .text {
    width: 88vw;
    padding-top: 7.3333333333vw;
	padding-left: 0;
  }
  .index .top_cont2 .text .h2 h2 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .index .top_cont2 .text .bg_text {
    left: 0;
    max-width: 70.1333333333vw;
    margin-right: 4vw;
    margin-left: 0;
  }
  .index .top_cont2 .image {
    width: 88.5333333333vw;
  }
  .index .top_cont2 .image2 {
    left: 4.6666666667vw;
    bottom: 0;
    width: 43.4666666667vw;
  }
  .index .top_cont3 {
    padding-top: 6.6666666667vw;
    padding-bottom: 26.6666666667vw;
    margin-bottom: 21.3333333333vw;
    background: #f7f6f0;
  }
  .index .top_cont3 .image {
    width: 37.6vw;
    left: 10.6666666667vw;
  }
  .index .top_cont4 {
    padding-bottom: 7.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .top_cont4 .image {
    width: 59.6vw;
  }
  .index .top_cont4 .text {
    width: 100%;
    padding-top: 7.3333333333vw;
  }
  .index .top_cont4 .text .h2 {
    padding-top: 0;
  }
  .index .top_cont4 .text .h2 h2 {
    font-size: 1.2rem;
    text-align: center;
  }
  .index .top_cont4 .text .bg_text {
    max-width: 60.2666666667vw;
    margin-left: 8vw;
  }
  .index .top_footer_nav {
    margin-bottom: 14.6666666667vw;
  }
  .index .top_footer_nav li {
    margin-bottom: 8vw;
  }
  .index .top_footer_nav li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .top_footer_nav li a .image {
    width: 100%;
  }
  .index .top_footer_nav li a .link {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .index .top_footer_nav li a .link h3 {
    max-width: 62.6666666667vw;
    font-size: 1.1333333333rem;
    padding-bottom: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .index .top_footer_nav li a .link span {
    font-size: 0.6666666667rem;
    padding-right: 8vw;
  }
  .index .top_footer_nav li a .link span::after {
    width: 5.8666666667vw;
  }
  /*********************
  * 周辺のご案内 ＆ アクティビティ
  *********************/
  .shop .shop_cont1 .shop_cont1_inner {
    width: 90.6666666667vw;
    padding-top: 17.3333333333vw;
    padding-bottom: 24vw;
  }
  .shop .shop_cont1 .shop_cont1_inner h2 {
    font-size: 1.4666666667rem;
  }
  .shop .shop_cont1 .shop_cont1_inner h3 {
    font-size: 1.2rem;
    padding-top: 24vw;
  }
  .shop .shop_cont1 .shop_cont1_inner h3::after {
    width: 41.3333333333vw;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list {
    padding: 0;
    gap: 9.3333333333vw 0;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list li .text:not(.w100) {
    width: 56.6666666667vw;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list li .text dt {
    font-size: 1.1333333333rem;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd {
    font-size: 0.9333333333rem;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list li .text dd .tel {
    font-size: 1.2rem;
  }
  .shop .shop_cont1 .shop_cont1_inner .shop_list li .image {
    width: 29.3333333333vw;
  }
  .shop .shop_cont1 .shop_cont1_inner .taxi_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .shop .shop_cont1 .shop_cont1_inner .taxi_list dt {
    text-align: center;
  }
  .shop .shop_cont1 .shop_cont1_inner .taxi_list dd {
    text-align: center;
    margin-bottom: 1.5em;
  }
  /*********************
  * 海辺で過ごす
  *********************/
  .beach-life .beach_inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  .beach-life .beach_inner h2 {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }
  .beach-life .beach_inner .beach_cont1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 26.6666666667vw;
    background: none;
  }
  .beach-life .beach_inner .beach_cont1 .h2 {
    background: url(../images/beach-life/beach_deco01.png) no-repeat center center/28vw auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .beach-life .beach_inner .beach_cont1 p {
    max-width: 88vw;
  }
  .beach-life .beach_inner .image1 {
    width: 92vw;
    aspect-ratio: 690/320;
    margin-bottom: 8vw;
  }
  .beach-life .beach_inner .beach_cont2 {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-left: 1.3333333333vw;
    margin-bottom: 22.6666666667vw;
    height: auto;
    background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/28vw auto;
  }
  .beach-life .beach_inner .image2 {
    width: 82.6666666667vw;
    aspect-ratio: 620/390;
  }
  .beach-life .beach_inner .beach_cont3 {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 22.6666666667vw;
    width: 77.3333333333vw;
    height: auto;
    background: url(../images/beach-life/beach_deco01.png) no-repeat right 20px center/28vw auto;
  }
  .beach-life .beach_inner .beach_cont3 h2 {
    text-align: left;
  }
  .beach-life .beach_inner .beach_cont4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 0;
    margin-bottom: 22.6666666667vw;
  }
  .beach-life .beach_inner .beach_cont4 .text {
    width: 100%;
    height: auto;
    background: url(../images/beach-life/beach_deco01.png) no-repeat 0 center/28vw auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .beach-life .beach_inner .beach_cont4 .image {
    width: 76vw;
    aspect-ratio: 570/280;
    margin-bottom: 8vw;
  }
  .beach-life .beach_inner .beach_cont5 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22.6666666667vw;
  }
  .beach-life .beach_inner .beach_cont5 .image {
    width: 71.7333333333vw;
    aspect-ratio: 538/344;
    margin-bottom: 8vw;
  }
  .beach-life .beach_inner .beach_cont5 .text {
    padding-left: 0;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    width: 77.3333333333vw;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    background: url(../images/beach-life/beach_deco01.png) no-repeat right 30px center/28vw auto;
  }
  .beach-life .beach_inner .beach_cont6 p {
    max-width: 88vw;
  }
  /*********************
  * お部屋
  *********************/
  .rooms .rooms_cont {
    padding-top: 17.3333333333vw;
  }
  .rooms .rooms_cont .rooms_cont_lead {
    max-width: 84vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .rooms .rooms_cont .rooms_cont_lead p {
    font-size: 1rem;
  }
  .rooms .rooms_cont .rooms_cont_lead p small {
    font-size: 0.8666666667rem;
  }
  .rooms .rooms_cont .rooms_cont_lead .rooms_all {
    width: 70.6666666667vw;
  }
  .rooms .rooms_cont .rooms_photo_list h2 {
    margin-top: 8vw;
    border-top: 1px solid #c6b799;
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .rooms .rooms_cont .rooms_photo_list ul.column2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
  }
  .rooms .rooms_cont .rooms_photo_list ul h3 {
    text-align: center;
  }
  .rooms .rooms_cont .rooms_photo_list ul h3 strong {
    display: block;
  }
  .rooms .rooms_cont .facility_wrap {
    margin-top: 24vw;
    padding: 9.3333333333vw 6vw;
  }
  .rooms .rooms_cont .facility_wrap h2 {
    font-size: 1.2rem;
  }
  .rooms .rooms_cont .facility_wrap .facility_detail_box h3 {
    font-size: 1rem;
  }
  .rooms .rooms_cont .facility_wrap .facility_detail_box ul {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0;
  }
  .rooms .rooms_cont .facility_wrap .facility_detail_box:nth-of-type(1) ul {
    display: block;
  }
  .rooms .rooms_cont .facility_wrap .tit_wifi {
    font-size: 1rem;
  }
  .rooms .rooms_cont .facility_wrap .amenity_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
    margin-top: 13.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .rooms .rooms_cont .facility_wrap .amenity_text {
    width: 100%;
    max-width: 100%;
  }
  .rooms .rooms_cont .rooms_detail_cont_lead {
    margin-bottom: 20vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_lead h1 {
    gap: 2em;
    font-size: 1.4666666667rem;
    margin-bottom: 9.3333333333vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_lead h1::before {
    top: 50%;
    left: calc(50% - 1em);
    width: 10.6666666667vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_lead .text {
    max-width: 84vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori {
    width: 94.4vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .text {
    width: 80vw;
    margin: 0 auto 12vw;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list {
    -ms-grid-columns: 32vw 1fr;
    grid-template-columns: 32vw 1fr;
    margin-bottom: 0;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list dt,
  .rooms .rooms_cont .rooms_detail_cont_madori .text .floor_list dd {
    font-size: 0.9333333333rem;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .text .caution {
    font-size: 0.9333333333rem;
    margin-top: 1.3333333333vw;
    margin-bottom: 0;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .text .bihin_btn {
    display: none;
  }
  .rooms .rooms_cont .rooms_detail_cont_madori .image {
    width: 100%;
    max-width: 100%;
  }
  .rooms .rooms_cont .rooms_detail_cont_bihin {
    margin-bottom: 20vw;
  }
  .rooms .rooms_cont .rooms_detail_slider {
    width: 90.6666666667vw;
  }
  .rooms .rooms_cont .rooms_detail_slider .swiper-slide h2 {
    font-size: 1rem;
  }
  .rooms .rooms_cont .rooms_detail_slider .slider-thumbnail {
    margin-bottom: 10.6666666667vw;
  }
  .rooms .rooms_cont .rooms_detail_slider .slider-thumbnail .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }
  .rooms .rooms_cont .rooms_detail_slider .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .cont_bihin details summary {
    font-size: 1.0666666667rem;
    padding: 0.8em 0 0.8em 0.8em;
  }
  .cont_bihin details summary::before {
    font-size: 0.8rem;
    top: 1.4em;
    right: 0.5em;
  }
  .cont_bihin details .bihin_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw 0;
    margin: 6vw 2vw 2.6666666667vw 2vw;
  }
  .cont_bihin details .bihin_list li > p {
    font-size: 0.9333333333rem;
    padding: 0.4em;
  }
  .cont_bihin details .bihin_list li dl dt {
    font-size: 1rem;
  }
  .cont_bihin details .bihin_list li dl dd {
    gap: 0 0.5em;
  }
  .cont_bihin details .bihin_list li dl dd span {
    font-size: 0.8333333333rem;
  }
  /*********************
  * よくあるご質問
  *********************/
  .faq .faq_cont {
    padding-top: 4vw;
    padding-bottom: 33.3333333333vw;
  }
  .faq .faq_cont .faq_category_box {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .faq .faq_cont .faq_category_box .faq_category_box_inner {
    width: 88vw;
  }
  .faq .faq_cont .faq_category_box h2 {
    font-size: 1.3333333333rem;
  }
  .faq .faq_cont .faq_category_box dt {
    font-size: 1.2rem;
    margin-top: 12vw;
  }
  /*********************
  * アクセスのご案内
  *********************/
  .access .access_wrap {
    padding-top: 16vw;
    padding-bottom: 33.3333333333vw;
  }
  .access .access_wrap .access_cont_lead {
    width: 88vw;
    max-width: 88vw;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 21.3333333333vw;
  }
  .access .access_wrap .access_address_cont {
    max-width: 90.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .access_wrap .access_address_cont .address {
    width: 100%;
    margin-bottom: 16vw;
  }
  .access .access_wrap .access_address_cont .address h2 {
    font-size: 1rem;
  }
  .access .access_wrap .access_address_cont .address h2 span {
    font-size: 1.2rem;
  }
  .access .access_wrap .access_address_cont .address h2 strong {
    font-size: 1.4333333333rem;
  }
  .access .access_wrap .access_address_cont .address img {
    max-width: 52vw;
    margin: auto;
  }
  .access .access_wrap .access_address_cont .image {
    width: 100%;
  }
  .access .access_wrap .access_map iframe {
    height: 80vw;
  }
  .access .access_wrap .access_vehicle_cont {
    max-width: 90.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .access .access_wrap .access_vehicle_cont h3 {
    padding-top: 16vw;
    font-size: 1.1333333333rem;
  }
  .access .access_wrap .access_vehicle_cont h3::after {
    width: 78.6666666667vw;
  }
  .access .access_wrap .access_vehicle_cont .access_det a {
    font-size: 0.9333333333rem;
    padding: 0.5em 0.5em;
    letter-spacing: 0;
  }
  .access .access_wrap .access_parking_cont {
    padding-top: 24vw;
  }
  .access .access_wrap .access_parking_cont h2 {
    font-size: 1.2rem;
  }
  .access .access_wrap .access_parking_cont p {
    font-size: 1rem;
  }
  .access .access_wrap .access_parking_cont .caution {
    font-size: 0.9333333333rem;
  }
  .access .access_wrap .access_parking_cont .parking_img img {
    margin-top: 4vw;
  }
  /*********************
  * ホテルについて
  *********************/
  .about .about_wrap {
    padding-top: 16vw;
    padding-bottom: 33.3333333333vw;
  }
  .about .about_wrap .about_cont_lead {
    width: 88vw;
    max-width: 88vw;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 9.3333333333vw;
  }
  .about .about_wrap .about_inner_menu {
    width: 67.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .about .about_wrap .about_inner_menu li:not(:last-of-type, :nth-of-type(3)) {
    border-right: 0;
  }
  .about .about_wrap .about_inner_menu li:not(:last-of-type) {
    border-bottom: 1px solid #c6b799;
  }
  .about .about_wrap .about_inner_menu li a {
    position: relative;
    font-size: 1.0666666667rem;
    padding: 0.5em 0.5em;
  }
  .about .about_wrap .about_inner_menu li a img {
    width: 5.6vw;
    position: absolute;
    top: 0.8em;
    right: 0.5em;
  }
  .about .about_wrap .about_cont_wrap {
    width: 92vw;
    margin: 4.6666666667vw auto 0;
    padding: 0 4vw 6.6666666667vw 4vw;
  }
  .about .about_wrap .about_cont_wrap h2 {
    font-size: 1.2rem;
    padding-top: 10.6666666667vw;
    margin-bottom: 4vw;
  }
  .about .about_wrap .about_cont_wrap .about_cont1 {
    width: 100%;
    margin: 0 auto 0;
  }
  .about .about_wrap .about_cont_wrap .about_cont1 dt {
    font-size: 1.0666666667rem;
    padding: 0;
  }
  .about .about_wrap .about_cont_wrap .about_cont1 dd {
    padding: 0 0 5.3333333333vw 0;
  }
  .about .about_wrap .about_cont_wrap .about_cont1 dd:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
  .about .about_wrap .about_cont_wrap .about_cont2_lead {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
  .about .about_wrap .about_cont_wrap .about_cont_bihin {
    margin-bottom: 5.3333333333vw;
  }
  .about .about_wrap .about_cont_wrap .about_cont2_img2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw 0;
  }
  .about .about_wrap .about_cont_wrap .about_cont3_img {
    width: 80vw;
    margin: 5.3333333333vw auto 2.6666666667vw;
    gap: 0.6666666667vw;
  }
  .about .about_wrap .about_cont_wrap .about_cont3_caption {
    font-size: 0.6333333333rem;
  }
  .about .about_wrap .about_cont_wrap .about_cont3_img2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw 0;
  }
  .about .about_wrap .about_cont_wrap .about_cont3_img2 ul li {
    font-size: 0.9333333333rem;
  }
}
/*# sourceMappingURL=style.css.map */