/* TOPページ */
/* ---------------------------------
 mainVisual
--------------------------------- */
#mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
}

#mainVisual .slider_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mainVisual .slider_container .slider_item {
  width: 100%;
  height: 100vh;
  position: relative;
}

#mainVisual .slider_container .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* 画像の位置調整 */
#mainVisual .slick-slide img.mvCenterleft {
  object-position: center left;
}

/* 画像の位置調整 */
#mainVisual .slick-slide img.mvCenterRight {
  object-position: center right;
}

#mainVisual h2.cover_catchcopy {
  width: auto;
  position: absolute;
  left: 4%;
  bottom: 20%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: start;
  text-shadow:
    rgba(0, 0, 0, 0.3) 1px 1px 15px, rgba(0, 0, 0, 0.3) -1px 1px 15px,
    rgba(0, 0, 0, 0.3) 1px -1px 15px, rgba(0, 0, 0, 0.3) -1px -1px 15px;
}

#mainVisual h2.cover_catchcopy span {
  font-size: 10rem;
  padding-left: 5rem;
}

@media screen and (max-width: 896px) {
  #mainVisual {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1 / 1; */
    /* 横と縦の比率を 1:1 に固定 */
  }

  #mainVisual .slider_container {
    width: 100%;
    height: 100%;
  }

  #mainVisual .slider_container .slick-list,
  #mainVisual .slider_container .slick-track,
  #mainVisual .slider_container .slick-slide>div {
    height: 100% !important;
  }

  #mainVisual .slider_container .slider_item {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1 / 1; */
  }

  #mainVisual .cover_logo {
    width: 90%;
  }

  #mainVisual h2.cover_catchcopy {
    font-size: 2.4rem;
    letter-spacing: 2px;
    left: 4%;
    bottom: 10%;
  }

  #mainVisual h2.cover_catchcopy span {
    font-size: 3.2rem;
    padding-left: 3rem;
  }

  /* スライダー起動前（.slick-initialized が付く前）は、2枚目以降を非表示にする */
  #mainVisual .slider_container:not(.slick-initialized) .slick-slide:nth-child(n+2) {
    display: none !important;
  }

  /* スライダー起動前、1枚目の写真だけを最初から枠いっぱいに広げておく */
  #mainVisual .slider_container:not(.slick-initialized) .slick-slide:first-child {
    width: 100% !important;
    height: 100% !important;
  }

  #mainVisual .slider_container:not(.slick-initialized) .slick-slide:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

/*
.top_mv {padding-top: 80px; position: relative;}
.top_mv img {width: 100%;}
.top_mv h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 40px;
  text-shadow:2px 2px 3px #333;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top_mv h2 span.openday {font-family: 'Kaushan Script', cursive; font-size: 24px;}
@media screen and (max-width:896px) {
.top_mv {padding-top: 60px;}
.top_mv h2 {top: 60%; font-size: 22px;}
.top_mv h2 span.openday {font-size: 18px;}
}*/

p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

/* ---------------------------------
 ニュース
--------------------------------- */
.top_news {
  padding: 30px 0 30px 8px;
  background: #fff;
}

.top_news .container {
  display: flex;
}

@media screen and (max-width:896px) {
  .top_news {
    padding: 30px 0;
  }

  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  border-right: 1px solid #808080;
  width: 165px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width:896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #808080;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}

.top_news ul li {
  padding: 15px 0;
}

@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}

.top_news ul li span.date {
  /* padding: 0 22px 0 30px; */
  display: inline-block;
  width: 60px;
  text-align: start;
  margin: auto 16px auto 24px;
}

.top_news ul li span.cate {
  color: #fff;
  background: #55738a;
  padding: 6px 0;
  margin-right: 16px;
  font-size: 1.4rem;
  display: inline-block;
  width: 60px;
  text-align: center;
}

@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 4px 0;
    margin-left: 0;
  }

  .top_news ul li span.cate {
    padding: 4px 0;
    font-size: 1.2rem;
    margin: auto;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

/* END ニュース */

/* ---------------------------------
 バナー
--------------------------------- */
.top_bnr .bnr_container a {
  margin: 0 auto;
  width: 100%;
  padding: 5px;
}

.top_bnr .bnr_container img {
  margin: 20px auto;
  width: 100%;
}

@media screen and (max-width:896px) {
  .top_bnr .bnr_container a {
    margin: 0 auto;
    width: 90%;
    padding: unset;
  }

  .top_bnr .bnr_container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .top_bnr ul {
    display: flex;
    align-items: center;
  }
}

.top_bnr .bnr_container li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_bnr ul {
  display: flex;
  justify-content: center;
}

/* END バナー */


/* ---------------------------------
  コンセプト
--------------------------------- */
.concept_container {
  width: 100%;
  background-color: #f5f1e8;
}

.concept_inner {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.concept_img {
  width: 50%;
  height: auto;
  aspect-ratio: 3 / 2;
  position: relative;
  z-index: 1;
}

.concept_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 60px 0 0;
}

.concept_text_container {
  width: 45%;
  z-index: 3;
}

.concept_text_container .yellow_title {
  text-align: start;
}

.concept_img {
  position: relative;
}

/* 白い円 */
.concept_img::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  top: -22%;
  right: -30%;
  z-index: -1;
}

@media screen and (max-width: 896px) {
  .concept_inner {
    margin: auto;
    padding: 50px 0;
    max-width: 600px;
  }

  .concept_img {
    width: 96%;
    margin: 0 auto 20px;
  }

  .concept_text_container {
    width: 100%;
  }

  .concept_text_container .yellow_title {
    text-align: center;
  }

  .concept_text {
    text-align: center;
  }

  /* 白い円 */
  .concept_img::before {
    width: 80%;
    top: 40%;
    left: -20%;
  }
}

/* END コンセプト */

/* ---------------------------------
 room_link
--------------------------------- */
.room_link_container {
  width: 100%;
  background-color: #f5f1e8;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

/* イラスト */
.room_link_container::before {
  content: "";
  position: absolute;
  width: 300px;
  aspect-ratio: 3 / 2;
  background-image: url(../img/glamping.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 5%;
  z-index: -1;
}

.room_link_inner {
  width: 94%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room_link {
  width: 48%;
  height: auto;
  aspect-ratio: 3 / 2;
  align-items: center;
  border-radius: 0 60px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.room_link.dome_tent {
  background-image: linear-gradient(rgba(44, 44, 44, 0.3), rgba(34, 34, 34, 0.3)), url(../img/top/link_dome_tent.jpg);
}

.room_link.villa {
  background-image: linear-gradient(rgba(44, 44, 44, 0.2), rgba(34, 34, 34, 0.2)), url(../img/top/link_villa.jpg);
}

.room_link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.room_link:hover {
  opacity: 0.8;
}

.room_link_name_en {
  color: #fff;
  font-size: 4.6rem;
  text-align: center;
}

.room_link_name_jp {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.btn_room_link {
  display: inline-block;
  width: 180px;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
}

.room_link:hover span.btn_room_link {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 896px) {
  .room_link_container {
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
  }

  /* イラスト */
  .room_link_container::before {
    width: 200px;
  }

  .room_link_inner {
    flex-direction: column;
  }

  .room_link {
    width: 100%;
    transition: none;
  }

  .room_link.villa {
    margin-top: 20px;
  }

  .room_link:hover {
    opacity: none;
  }
}

/* END room_link */

/* ---------------------------------
 top_flowing_photo
--------------------------------- */
.top_flowing_photo {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  background-color: #f5f1e8;
}

.top_flowing_slider .slick-list {
  margin: 0 -15px;
  max-width: none;
}

.top_flowing_slider .slick-slide {
  margin: 0 15px;
}

.top_flowing_slider_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

@media screen and (max-width: 896px) {
  .top_flowing_photo {
    margin-bottom: 0;
  }

  .top_flowing_slider .slick-list {
    margin: 0 -10px;
  }

  .top_flowing_slider .slick-slide {
    margin: 0 10px;
  }

  .top_flowing_slider img {
    border-radius: 10px;
  }
}

/* END top_flowing_photo */

/* ---------------------------------
 top_charm
--------------------------------- */
.top_charm {
  width: 100%;
  background-color: #f5f1e8;
  padding: 100px 0;
}

.top_charm_inner {
  width: 94%;
  max-width: 1400px;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 80px;
}

.top_charm_box {
  width: 94%;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.top_charm_img {
  width: 57%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.top_charm_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 60px;
}

.top_charm_note {
  width: 40%;
}

.top_charm_title_container {
  display: flex;
  align-items: center;
}

.top_charm_no {
  width: 60px;
  height: 60px;
  background-color: #55738a;
  border-radius: 50%;
  font-size: 3.0rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.top_charm_title {
  width: calc(100% - 60px);
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 3.0rem;
  color: #55738a;
}

/* 奇数を反転 */
.top_charm_box:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 896px) {
  .top_charm {
    padding: 50px 0;
  }

  .top_charm_inner {
    padding: 50px 0;
    max-width: 700px;
  }

  .top_charm_box {
    margin: 50px auto;
    max-width: 600px;
  }

  .top_charm_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_charm_note {
    width: 100%;
  }

  .top_charm_title_container {
    margin-bottom: 10px;
  }

  .top_charm_no {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    margin-right: 10px;
  }

  .top_charm_title {
    width: calc(100% - 50px);
    height: auto;
    font-size: 2.4rem;
  }

  .top_charm_box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

/* END top_charm */

/* ---------------------------------
 マルシェ
--------------------------------- */

/* --- Swiper全体の囲い（見切れ設定） --- */
.room_slider_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 80px;
}

/* Swiper本体 */
.room_slider {
  overflow: visible !important;
  height: auto !important;
}

.room_slider .swiper-wrapper {
  align-items: center;
  height: auto !important;
}

.room_slider .swiper-slide {
  transition: transform .5s;
}

/* --- 1. スライドの3段階サイズ調整 --- */

/* 基本：一番外側のスライド（一番小さく） */
.room_slider .swiper-slide {
  transition: all 0.6s ease;
  transform: scale(0.65) !important;
  text-align: center;
}

/* 中央の隣：next / prev（少し大きく） */
.room_slider .swiper-slide-next,
.room_slider .swiper-slide-prev {
  transform: scale(0.8) !important;
  z-index: 5;
}

/* 中央：active（一番大きく） */
.room_slider .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 10;
}

/* --- 2. 画像の箱とタイトルの設定 --- */

.room_slider .slide-inner {
  display: inline-block;
}

.room_slider .slide-img-box {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 20px;
}

.room_slider .slide-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room_slider .slide-title {
  opacity: 1 !important;
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
  color: #55738a;
  transition: all 0.5s ease;
  line-height: 1.2;
}

.room_slider .slide-title span {
  font-size: 16px;
  color: #333;
}

.room_slider .swiper-slide-active .slide-title {
  transform: scale(1.1);
}


@media screen and (max-width: 896px) {
  .room_slider .slide-title {
    font-size: 18px;
  }
}

/* --- 3. コントロールエリア（ドットと矢印） --- */

/* レイアウト全体：下部にドットと矢印を並べる */
.slider-controls {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.room-pagination {
  position: static !important;
  text-align: center;
}

.room-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 8px !important;
  transition: all 0.3s ease;
}

.room-pagination .swiper-pagination-bullet-active {
  background: #55738a;
}

/* 矢印ボタンの親要素 */
.nav-buttons {
  display: flex;
  gap: 20px;
  position: relative;
  width: 120px;
  height: 50px;
}

/* 矢印ボタン共通スタイル */
.room_slider_wrap .swiper-button-next,
.room_slider_wrap .swiper-button-prev {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #55738a;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 !important;
  transition: all 0.3s ease;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}

.room_slider_wrap .swiper-button-next::after,
.room_slider_wrap .swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
}

.room_slider_wrap .swiper-button-next:hover,
.room_slider_wrap .swiper-button-prev:hover {
  opacity: 0.8;
}

/* END マルシェ */

/* ---------------------------------
 ピックアップ
--------------------------------- */
.pickup_container {
  width: 100%;
  background-color: #f5f1e8;
}

.pickup_inner {
  max-width: 1000px;
}

.pickup_content {
  width: 50%;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 1;
}

.pickup_content img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 60px 60px 0 0;
}

.pickup_title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
}

/* 白い円 */
.pickup_container .concept_img::before {
  width: 80%;
  top: -16%;
  left: -30%;
}

@media screen and (max-width: 896px) {
  .pickup_content {
    width: 96%;
    max-width: 600px;
  }

  /* 白い円 */
  .pickup_container .concept_img::before {
    width: 80%;
    top: -40%;
    right: -20%;
  }
}

/* END ピックアップ */

/* ---------------------------------
 周辺観光
--------------------------------- */
.top_area {
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width:896px) {
  .top_area {
    padding: 10% 0;
  }
}

.top_area h2 {
  margin-bottom: 30px;
}

.top_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top_area ul li {
  margin: 10px;
}

.top_area ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 60px 60px 0 0;
}

.top_area ul li h3 {
  padding: 16px 0;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  background-color: #f5f1e8;
}

/* .top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
} */

@media screen and (max-width:896px) {
  .top_area ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .top_area ul li {
    margin-bottom: 60px;
  }
}

/* END 周辺観光 */

/* ---------------------------------
 FAQ
--------------------------------- */
.top_faq_img img {
  border-radius: 60px;
}

/* END FAQ */

/* ---------------------------------
 アクセス
--------------------------------- */
.top_access {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f1e8;
}

@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}

.g_map {
  height: 360px;
  margin: auto;
  width: 94%;
  max-width: 1200px;
}

.g_map iframe {
  width: 100%;
  height: 360px;
  margin: auto;
}

@media screen and (max-width:896px) {
  .g_map {
    height: 240px;
  }

  .g_map iframe {
    height: 240px;
  }
}

.top_access .checkin_box {
  width: 100%;
  margin: 60px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access address {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1em;
}

.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

@media screen and (max-width:896px) {
  .top_access p.checkin_ttl {
    font-size: 1.5rem;
  }

  .top_access address {
    text-align: center;
  }
}

.access_container {
  width: 94%;
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.access_content {
  width: 48%;
  height: 160px;
  border-radius: 30px;
  background-color: #f5f1e8;
}

.access_content_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  margin-left: 16px;
}

.access_content h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width:896px) {
  .access_container {
    margin: 50px auto;
    max-width: 600px;
    flex-direction: column;
  }

  .access_content {
    width: 100%;
    margin-top: 20px;
  }
}

/* ENDアクセス */


/* ---------------------------------
 お部屋マップ
--------------------------------- */
.top_map {
  padding: 80px 0;
  background: #fff;
}

.top_map img {
  width: 90%;
  margin: 0 auto;
}

.top_map h2 {
  color: #000;
  font-size: 2.6rem;
  margin: 45px 0 30px;
  line-height: 1.4;
}
/* END お部屋マップ */

/* メディア欄　ここから */
.formediapic {
  margin-top: 5%;
}

.formediapic img {
  margin: 0 auto;
  width: 50%;
}

.formediatitle {
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding-top: 30px;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 4.2rem;
}

.formediacontents {
  text-align: center;
  display: block;
}

.formediacontents .text {
  text-align: left;
  display: inline-block;
  padding-bottom: 20px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 768px) {
  .formedia {
    padding: 5%;
    padding-top: 15%;
  }
}
/* メディア欄　ここまで */


/* ---------------------------------
 以下topから移動させる？まとめ
--------------------------------- */
.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}

@media screen and (max-width:1024px) {
  .top_box {
    flex-direction: column;
  }
}

.top_box_re {
  flex-direction: row-reverse;
}

@media screen and (max-width:1024px) {
  .top_box_re {
    flex-direction: column;
  }
}

.top_feature_bk {
  padding: 80px 40px;
  margin: 60px auto;
  background-color: #f5f1e8;
  border-radius: 60px;
}

@media screen and (max-width:896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}



.textarea_p {
  padding: 5rem;
}

@media screen and (max-width:896px) {
  .textarea_p {
    padding: 2rem;
  }
}

.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #9C826A;
}

.textarea_p h3 span.sub_title {
  font-size: 1.4rem;
}

.textarea_p h3 span.point_n {
  font-size: 4.5rem;
  font-style: italic;
  color: #404B7F;
}

@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}




/*充実の設備 レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
}

.top_rental_bk_w {
  padding: 80px 0 40px;
  background: #fff;
}

.top_rental ul.rental_area {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width:897px) {
  .top_rental ul.rental_area {
    padding: 0 50px;
  }
}

.top_rental ul.rental_area>li {
  width: 33%;
  padding: 4px;
  box-sizing: border-box;
}

.top_rental ul.rental_area img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 60px 60px 0 0;
}

.top_rental ul.rental_area h3.spot {
  background: #55738a;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 15px;
}

.top_rental ul.rental_area .p_desc {
  padding: 10px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area>li {
    width: 50%;
    padding: 1%;
  }

  .top_rental ul.rental_area li.tag {
    flex-direction: column;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}

@media screen and (max-width:500px) {
  .top_rental ul.rental_area>li {
    width: 96%;
    padding: 1%;
  }
}






/* .top_msg {
  height: 560px;
  padding: 100px 0 0 0;
}

@media screen and (max-width:896px) {
  .top_msg {
    height: auto;
    padding: 8% 0 0;
    background-size: cover;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.1;
  padding-bottom: 20px;
  margin-bottom: 34px;
  position: relative;
  z-index: 95;
}

.top_msg h2 span.engl {
  font-size: 1.4rem;
  color: #D5D2DD;
  letter-spacing: 0.1em;
}

.top_msg h2 span.msg_subttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 10% 1% 5%;
  }

  .top_msg h2 span {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 2.2;
  position: relative;
  z-index: 95;
}

@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0 2% 60px;
  }
} */

/*インスタ*/
/* .top_insta {
  padding: 80px 0;
  background: #808080;
}

@media screen and (max-width:896px) {
  .top_insta {
    padding: 10% 0;
  }
}

.top_insta p {
  text-align: center;
}

.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
} */


/* .top_room_bk {
  padding: 50px 0;
  background-color: #719695;
}

@media screen and (max-width:896px) {
  .top_room_bk {
    padding: 10% 0;
  }
}

.top_room h2 {
  margin-bottom: 40px;
}

.top_room h3 span {
  font-size: 1.5rem;
}

.top_room h4 {
  text-align: center;
  margin-bottom: 20px;
}

.top_room .container {
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  .top_room .container {
    padding: 0 0;
  }
}

ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.glam_list li {
  width: 30%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

ul.glam_list li img {
  height: auto;
  object-fit: cover;
}

ul.glam_list li p.tprm_ex {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}

.br_rmex {
  display: none;
}

@media screen and (max-width:500px) {
  .br_rmex {
    display: block;
  }
}

ul.glam_list li p.tprm_title {
  padding-top: 0px;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
  border-bottom: dashed 1px #fff;
}

ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
}

ul.glam_list li dt {
  width: 30%;
  padding: 16px 0px 10px 0px;
  box-sizing: border-box;
  text-align: center;
}

ul.glam_list li dd {
  padding: 16px 0px 10px 5px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 48%;
  }

  ul.glam_list li dt {
    width: 28%;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
  }

  ul.glam_list li dd {
    padding: 10px 2px;
    margin: 0;
    width: 72%;
    box-sizing: border-box;
    text-align: center;
  }

  ul.glam_list li p.tprm_ex {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:710px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }
}

ul.glam_list li .rm_img {
  width: 100%;
}

ul.glam_list li img {
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width:897px) {
  ul.glam_list li .rm_img {
    height: 210px;
  }

  ul.glam_list li img {
    height: 210px;
  }
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: auto;
    max-height: 310px;
  }
}

ul.glam_list li .txt {
  background: none;
  border: 1px solid #DFE0E9;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}

ul.glam_list li .txt .inner {
  border: 1px solid #DFE0E9;
  padding: 15px 32px;
}

@media screen and (min-width:897px) {
  ul.glam_list li .txt {
    height: 275px;
  }

  ul.glam_list li .txt .inner {
    height: 220px;
  }
}

@media screen and (max-width:896px) {
  ul.glam_list li .txt .inner {
    padding: 20px 14px;
  }
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.3;
} */