@charset "UTF-8";

.front-page .fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.front-page .fv-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.front-page .fv-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.front-page .fv-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.front-page .fv-texts {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.front-page .fv-texts .title {
  font-weight: 500;
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.front-page .fv-texts .subtitle {
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
}

.front-page .fv-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.front-page .fv-wave::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200" preserveAspectRatio="none"><path d="M0,100 Q300,20 600,100 T1200,100 L1200,200 L0,200 Z" fill="%23fbf8f3" /></svg>') repeat-x;
  background-size: 50% 100%;
  -webkit-animation: wave 15s linear infinite;
  animation: wave 15s linear infinite;
}

.front-page .concept {
  margin-top: -1px;
  background: #fbf8f3;
  position: relative;
}

.front-page .concept .out-wrap {
  position: relative;
  padding: 80px 0;
}

.front-page .concept .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 103px;
}

.front-page .concept .inner .logo {
  width: 105px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.front-page .concept .inner .logo img {
  width: 100%;
  height: auto;
}

.front-page .concept .inner .content .items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  padding-left: 20px;
}

.front-page .concept .inner .content .items .item picture {
  position: absolute;
}

.front-page .concept .inner .content .items .item h3 {
  font-size: 20px;
  font-weight: bold;
}

.front-page .concept .inner .content .items .item .text {
  margin-top: 25px;
}

.front-page .concept .inner .content .items .item .text p + p {
  margin-top: 18px;
}

.front-page .concept .inner .content .items .item:nth-child(1) {
  max-width: 746px;
}

.front-page .concept .inner .content .items .item:nth-child(1) picture {
  max-width: 26.71875vw;
  width: 100%;
  height: auto;
  bottom: 80px;
  left: 0;
}

.front-page .concept .inner .content .items .item:nth-child(1) picture img {
  width: 100%;
  height: auto;
}

.front-page .concept .inner .content .items .item:nth-child(2) {
  max-width: 565px;
}

.front-page .concept .inner .content .items .item:nth-child(2) picture {
  max-width: 408px;
  width: 100%;
  height: auto;
  bottom: 80px;
  right: 180px;
}

.front-page .concept .inner .content .items .item:nth-child(2) picture img {
  width: 100%;
  height: auto;
}

.front-page .villas {
  background: #ffffff;
  padding: 160px 0 100px 0;
  overflow: hidden;
}

.front-page .villas .items {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px;
}

.front-page .villas .items .item {
  position: relative;
}

.front-page .villas .items .item .info {
  position: relative;
  max-width: 1149px;
  width: 100%;
  background: #fbf8f3;
}

.front-page .villas .items .item .info-wrap {
  padding: 50px 0 45px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.front-page .villas .items .item .info-wrap .ttls h2 {
  line-height: 1;
}

.front-page .villas .items .item .info-wrap .text {
  margin-top: 57px;
  position: relative;
  z-index: 2;
}

.front-page .villas .items .item .info-wrap .text h3 {
  line-height: 1;
  font-weight: bold;
}

.front-page .villas .items .item .info-wrap .text p {
  margin-top: 30px;
}

.front-page .villas .items .item .info-wrap .text p span {
  font-size: 15px;
}

.front-page .villas .items .item .info-wrap .map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.front-page .villas .items .item .info-wrap .map img {
  width: 100%;
  height: auto;
}

.front-page .villas .items .item > picture {
  position: absolute;
  bottom: -50px;
  max-width: 890px;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}

.front-page .villas .items .item > picture img {
  width: 100%;
  height: auto;
}

.front-page .villas .items .item .info-wrap > picture {
  display: none;
}

.front-page .villas .items .irabujima .info {
  margin: 0 0 0 auto;
}

.front-page .villas .items .irabujima .info-wrap {
  margin: 0 auto 0 190px;
}

.front-page .villas .items .irabujima .info-wrap .map {
  margin: -60px 0px 0 auto;
  max-width: 389px;
}

.front-page .villas .items .irabujima picture {
  left: 0;
}

.front-page .villas .items .maehama .info {
  margin: 0 auto 0 0;
}

.front-page .villas .items .maehama .info-wrap {
  margin: 0 190px 0 auto;
}

.front-page .villas .items .maehama .info-wrap .ttls h2 {
  text-align: right;
  text-wrap: nowrap;
}

.front-page .villas .items .maehama .info-wrap .ttls p {
  text-align: right;
}

.front-page .villas .items .maehama .info-wrap .text h3 {
  text-align: right;
}

.front-page .villas .items .maehama .info-wrap .map {
  margin: -200px 0 0 -150px;
  max-width: 630px;
}

.front-page .villas .items .maehama .info-wrap .c-btn {
  margin: 0 0 0 auto;
}

.front-page .villas .items .maehama picture {
  right: 0;
}

.front-page .activity {
  padding: 0 0 50px;
}

.front-page .activity .inner .text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.front-page .activity .inner .text p {
  margin-top: 80px;
  font-size: 16px;
  line-height: 32px;
}

.front-page .activity .inner .c-btn {
  margin-top: 30px;
}

.front-page .activity .inner .slide {
  margin-top: 20px;
  position: relative;
  margin-right: calc((100vw - 1100px) / 2 * -1);
  overflow: hidden;
}

.front-page .activity .inner .slide .splide .splide__track {
  overflow: visible;
}

.front-page .activity .inner .slide .splide .splide__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.front-page .activity .inner .slide .splide .splide__slide {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.front-page .activity .inner .slide .splide .splide__slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.front-page .reservation-info .out-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.front-page .reservation-info .out-wrap {
  /* 画像リンク */
}

.front-page .reservation-info .out-wrap .image-link {
  position: relative;
  max-width: 535px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.front-page .reservation-info .out-wrap .image-link picture {
  display: block;
  width: 100%;
  height: 100%;
}

.front-page .reservation-info .out-wrap .image-link picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.front-page .reservation-info .out-wrap .image-link {
  /* オーバーレイ（黒い透過背景） */
}

.front-page .reservation-info .out-wrap .image-link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  pointer-events: none;
}

.front-page .reservation-info .out-wrap .image-link .overlay span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.front-page .reservation-info .out-wrap .image-link .overlay span svg {
  display: inline-block;
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.front-page .reservation-info .out-wrap .image-link {
  /* タブレット時のホバー効果 */
}

.front-page .reservation-info .out-wrap .image-link {
  /* 1枚目の画像リンク */
}

.front-page .reservation-info .out-wrap .image-link {
  /* 2枚目の画像リンク */
}

.front-page .reservation-info .out-wrap .content {
  width: 100%;
  background: #fbf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 75px;
  min-width: 850px;
}

.front-page .reservation-info .out-wrap .content .logo {
  width: 73px;
  height: auto;
}

.front-page .reservation-info .out-wrap .content .logo img {
  width: 100%;
  height: auto;
}

.front-page .reservation-info .out-wrap .content h2 {
  margin-top: 30px;
  line-height: 1;
}

.front-page .reservation-info .out-wrap .content p {
  margin-top: 30px;
  line-height: 2.2;
  text-align: center;
}

.front-page .reservation-info .out-wrap .content .btns {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.front-page .reservation-info .out-wrap .content .btns .c-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.front-page .news {
  padding: 45px 0;
}

.front-page .news .out-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-page .news .out-wrap .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  padding: 50px 50px 35px;
  background: #fbf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.front-page .news .out-wrap .left .c-btn {
  margin-top: 47px;
}

.front-page .news .out-wrap .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fbf8f3;
  padding: 45px 50px 0;
}

.front-page .news .out-wrap .right ul {
  max-width: 667px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17.5px;
}

.front-page .news .out-wrap .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 17.5px;
  border-bottom: 1px solid #a3a3a3;
}

.front-page .news .out-wrap .right ul li time {
  margin-right: 1rem;
}

.front-page .news .out-wrap .right ul li time,
.front-page .news .out-wrap .right ul li a,
.front-page .news .out-wrap .right ul li h3 {
  font-size: 16px;
  line-height: 32px;
}

.front-page .news .out-wrap .right .btns {
  display: none;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@media screen and (min-width: 1920px) {
  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 513px;
  }
}

@media screen and (max-width: 1920px) {
  .front-page .concept .out-wrap {
    padding: 60px 20px;
  }

  .front-page .concept .inner {
    gap: clamp(40px, 5vw, 103px);
  }

  .front-page .concept .inner .logo {
    width: clamp(80px, 6vw, 105px);
  }

  .front-page .concept .inner .content .items {
    gap: clamp(50px, 4vw, 80px);
  }

  .front-page .concept .inner .content .items .item h3 {
    font-size: clamp(16px, 1.5vw, 20px);
  }

  .front-page .concept .inner .content .items .item .text p {
    font-size: clamp(14px, 1.3vw, 16px);
  }

  .front-page .concept .inner .content .items .item:nth-child(1) {
    max-width: clamp(500px, 45vw, 746px);
  }

  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: clamp(280px, 25vw, 513px);
    bottom: clamp(40px, 4vw, 80px);
  }

  .front-page .concept .inner .content .items .item:nth-child(2) {
    max-width: clamp(400px, 35vw, 565px);
  }

  .front-page .concept .inner .content .items .item:nth-child(2) picture {
    max-width: clamp(280px, 25vw, 408px);
    bottom: clamp(40px, 4vw, 80px);
    right: clamp(80px, 10vw, 180px);
  }

  .front-page .villas .items .item .info {
    max-width: clamp(600px, 55vw, 1149px);
  }

  .front-page .villas .items .item .info-wrap {
    max-width: clamp(400px, 45vw, 550px);
    padding: 40px 20px;
  }

  .front-page .villas .items .item .info-wrap .ttls h2 {
    font-size: clamp(20px, 2vw, 30px);
  }

  .front-page .villas .items .item .info-wrap .ttls p {
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .front-page .villas .items .item .info-wrap .text h3 {
    font-size: clamp(16px, 1.5vw, 20px);
  }

  .front-page .villas .items .item .info-wrap .text p {
    font-size: clamp(16px, 1.3vw, 16px);
  }

  .front-page .villas .items .item .info-wrap .text p span {
    font-size: clamp(12px, 1.1vw, 15px);
  }

  .front-page .villas .items .item > picture {
    max-width: clamp(500px, 50vw, 890px);
  }

  .front-page .villas .items .irabujima .info-wrap {
    margin: 0 auto 0 clamp(80px, 10vw, 190px);
  }

  .front-page .villas .items .irabujima .info-wrap .map {
    max-width: clamp(250px, 20vw, 389px);
  }

  .front-page .villas .items .irabujima picture {
    left: 20px;
  }

  .front-page .villas .items .maehama .info-wrap {
    margin: 0 clamp(80px, 10vw, 190px) 0 auto;
  }

  .front-page .villas .items .maehama .info-wrap .map {
    margin: clamp(-100px, -10vw, -200px) 0 0 clamp(40px, -8vw, -120px);
    max-width: clamp(400px, 32vw, 630px);
  }

  .front-page .villas .items .maehama picture {
    right: 20px;
  }
}

@media screen and (max-width: 1630px) {
  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 23.4375vw;
  }
}

@media screen and (max-width: 1500px) {
  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 200px;
  }
}

@media screen and (max-width: 1152px) {
  .front-page .fv-texts .title {
    font-size: 40px;
  }

  .front-page .fv-texts .subtitle {
    font-size: 14px;
    margin-top: 20px;
  }

  .front-page .fv-wave {
    height: 100px;
  }

  .front-page .fv-wave::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200" preserveAspectRatio="none"><path d="M0,120 Q300,60 600,120 T1200,120 L1200,200 L0,200 Z" fill="%23fbf8f3" /></svg>') repeat-x;
    background-size: 50% 100%;
  }

  .front-page .concept .out-wrap {
    padding: 60px 0;
  }

  .front-page .concept .inner {
    display: block;
    position: relative;
  }

  .front-page .concept .inner .logo {
    position: absolute;
    right: 20px;
    width: 80px;
    z-index: 10;
  }

  .front-page .concept .inner .content {
    padding: 0 20px;
  }

  .front-page .concept .inner .content .ttl h2 {
    font-size: 30px;
  }

  .front-page .concept .inner .content .items {
    padding-left: 0;
  }

  .front-page .concept .inner .content .items {
    gap: 60px;
  }

  .front-page .concept .inner .content .items .item picture {
    position: static;
    display: block;
    margin: 30px auto 0;
    max-width: 500px;
    width: 100%;
  }

  .front-page .concept .inner .content .items .item picture img {
    width: 100%;
    height: auto;
  }

  .front-page .concept .inner .content .items .item h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  .front-page .concept .inner .content .items .item .text {
    margin: 30px 0;
  }

  .front-page .concept .inner .content .items .item .text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .front-page .concept .inner .content .items .item:nth-child(1) {
    max-width: 100%;
  }

  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .front-page .concept .inner .content .items .item:nth-child(2) {
    max-width: 100%;
  }

  .front-page .concept .inner .content .items .item:nth-child(2) picture {
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .front-page .villas {
    padding: 140px 0 80px 0;
  }

  .front-page .villas .items .item {
    padding: 0;
  }

  .front-page .villas .items .item .info {
    max-width: 100%;
  }

  .front-page .villas .items .item .info-wrap {
    padding: 30px 20px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .front-page .villas .items .item .info-wrap .ttls {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .front-page .villas .items .item .info-wrap .ttls h2 {
    font-size: 35px;
  }

  .front-page .villas .items .item .info-wrap .ttls p {
    font-size: 16px;
  }

  .front-page .villas .items .item .info-wrap .text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }

  .front-page .villas .items .item .info-wrap .text h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .front-page .villas .items .item .info-wrap .text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .front-page .villas .items .item .info-wrap .text p span {
    font-size: 15px;
  }

  .front-page .villas .items .item .info-wrap .map {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .front-page .villas .items .item .info-wrap .c-btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 10px auto 0;
  }

  .front-page .villas .items .item > picture {
    display: none;
  }

  .front-page .villas .items .item .info-wrap > picture {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100vw;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .front-page .villas .items .item .info-wrap > picture img {
    width: 100%;
    height: auto;
  }

  .front-page .villas .items .irabujima .info-wrap {
    margin: 0;
  }

  .front-page .villas .items .irabujima .info-wrap .map {
    max-width: 100%;
  }

  .front-page .villas .items .maehama .info-wrap {
    margin: 0;
  }

  .front-page .villas .items .maehama .info-wrap .ttls h2 {
    text-align: left;
  }

  .front-page .villas .items .maehama .info-wrap .ttls p {
    text-align: left;
  }

  .front-page .villas .items .maehama .info-wrap .text h3 {
    text-align: left;
  }

  .front-page .villas .items .maehama .info-wrap .map {
    max-width: none;
    width: 540px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .front-page .activity .inner {
    max-width: 100%;
    padding: 0;
  }

  .front-page .activity .inner .text {
    padding: 0 20px;
  }

  .front-page .activity .inner .c-btn {
    margin: 30px auto 0;
  }

  .front-page .activity .inner .slide {
    margin-right: 0;
    margin-top: 30px;
  }

  .front-page .activity .inner .slide .splide .splide__slide img {
    height: auto;
  }

  .front-page .reservation-info .out-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }

  .front-page .reservation-info .out-wrap .image-link {
    max-width: 100%;
    pointer-events: auto;
  }

  .front-page .reservation-info .out-wrap .image-link .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: auto;
  }

  .front-page .reservation-info .out-wrap .image-link .overlay span {
    font-size: 14px;
  }

  .front-page .reservation-info .out-wrap .image-link .overlay span svg {
    width: 11px;
    height: 11px;
    margin-left: 6px;
  }

  .front-page .reservation-info .out-wrap .image-link:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
  }

  .front-page .reservation-info .out-wrap .image-link:hover picture img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .front-page .reservation-info .out-wrap .image-link:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .front-page .reservation-info .out-wrap .image-link:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .front-page .reservation-info .out-wrap .content {
    min-width: auto;
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 40px 20px;
  }

  .front-page .reservation-info .out-wrap .content .btns {
    display: none;
  }

  .front-page .news .out-wrap {
    display: block;
  }

  .front-page .news .out-wrap .left {
    padding: 30px 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .front-page .news .out-wrap .left .c-btn {
    display: none;
  }

  .front-page .news .out-wrap .right {
    padding: 30px 20px;
  }

  .front-page .news .out-wrap .right ul {
    max-width: 100%;
  }

  .front-page .news .out-wrap .right .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
  }

  body:has(.mobile-menu.active) .header.fv-mode .header-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  body:has(.mobile-menu.active) .header.fv-mode .header-inner .logo {
    display: none !important;
  }
}

@media screen and (max-width: 490px) {
  .front-page .fv {
    min-height: 100%;
    height: 70vh;
  }

  .front-page .fv-video video {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .front-page .fv-texts {
    top: 60%;
    text-align: left;
    padding: 0 20px;
  }

  .front-page .fv-texts .title {
    font-size: 30px;
  }

  .front-page .concept .inner {
    padding: 0;
  }

  .front-page .concept .inner .logo {
    width: 60px;
  }

  .front-page .concept .inner .content {
    padding: 0;
  }

  .front-page .concept .inner .content .ttl {
    padding: 0 20px;
  }

  .front-page .concept .inner .content .items {
    gap: 20px;
  }

  .front-page .concept .inner .content .items .item {
    padding: 0;
  }

  .front-page .concept .inner .content .items .item picture {
    max-width: 100%;
    width: 100vw;
  }

  .front-page .concept .inner .content .items .item h3 {
    font-size: 18px;
    padding: 0 20px;
  }

  .front-page .concept .inner .content .items .item .text p {
    line-height: 34px;
    padding: 0 20px;
  }

  .front-page .concept .inner .content .items .item:nth-child(1) picture {
    max-width: 100%;
    width: 100%;
  }

  .front-page .concept .inner .content .items .item:nth-child(2) picture {
    max-width: 100%;
    width: 100%;
  }

  .front-page .activity .inner .text h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .front-page .activity .inner .text p {
    margin-top: 27px;
    font-size: 16px;
    line-height: 1.8;
  }

  .front-page .activity .inner .slide {
    margin-top: 30px;
    margin-right: 0;
    padding: 0;
  }

  .front-page .activity .inner .slide .splide .splide__track {
    overflow: hidden;
  }

  .front-page .activity .inner .slide .splide .splide__slide {
    width: 100%;
  }

  .front-page .reservation-info .out-wrap .content h2 {
    font-size: 25px;
  }

  .front-page .reservation-info .out-wrap .content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .front-page .news .out-wrap .right ul li time,
  .front-page .news .out-wrap .right ul li a,
  .front-page .news .out-wrap .right ul li h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=front-page.css.map */