/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-size: 35px;
  text-shadow: 2px 2px 3px #4d4d4d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: 700;
}

.top_slid h2 img {
  width: 300px;
  margin: 0 auto;
}

.top_slid h2 span.subttl {
  font-size: 24px;
}

.top_slid h2 span.openday {
  font-size: 24px;
}

@media screen and (max-width:896px) {

  /*.top_slid {
    margin-top: 60px;
  }*/
  .top_slid h2 {
    top: 55%;
    font-size: 18px;
  }

  .top_slid h2 span.subttl {
    font-size: 16px;
  }

  .top_slid h2 span.openday {
    font-size: 13px;
  }
}

/*
.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;
}

p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

.mask h2,
.mask p {
  color: #fff;
}

.top_location_txt {
  background: #fff;
  width: 46%;
}

@media screen and (max-width:896px) {
  .top_location_txt {
    padding: 0 0 60px;
    width: 100%;
  }
}

.top_corona {
  padding: 40px 0;
  background: #637364;
}

.top_corona h3 {
  color: #fff;
  text-align: center;
}

.top_corona a {
  color: #fff;
  text-decoration-line: underline;
}

.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 #949C90;
  width: 165px;
  display: flex;
  align-items: center;
}

@media screen and (max-width:896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #949C90;
    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;
}

.top_news ul li span.cate {
  color: #fff;
  background: #3C5540;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }

  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

.glamping-hero {
  position: relative;
  background: url('../img/top/top_bk.jpg') center/cover no-repeat;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 85, 85, 0.4);
  /* 半透明の黒オーバーレイ */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 1000px;
}

.hero-content h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero-content .label {
  font-size: 1.8rem;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.hero-content p {
  line-height: 2;
  color: #fff;
}

@media (max-width: 768px) {
  .glamping-hero {}

  .hero-overlay {
    position: static;
    padding: 0px 10px;
  }

  .hero-content h2 {
    font-size: 2.2rem;
  }
}

.top_feature {
  background: #fffcf3;
}

.top_feature_bk {
  padding: 85px 0;
}

@media screen and (max-width:896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}

/*.top_feature p {
	line-height: 2.0;
}*/
@media screen and (max-width:1200px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.top_feature h2 span {
  font-size: 1.5rem;
  color: #8f7a73;
}

.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}

@media screen and (max-width:1200px) {
  .top_box {
    flex-direction: column;
  }
}

.top_box_re {
  flex-direction: row-reverse;
}

@media screen and (max-width:1200px) {
  .top_box_re {
    flex-direction: column;
  }
}

.feature_mainimg {
  width: 50%;
}

.feature_mainimg img {
  width: 100%;
  max-width: 600px;
  height: 480px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1200px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.feature_txtarea {
  background: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  height: 480px;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:1200px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

.textarea_p {
  padding: 3rem;
}

.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E7DF;
  font-weight: 500;
}

.textarea_p h3 span.sub_title {
  font-size: 1.6rem;
}

/*.textarea_p h3:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ebebec, #ebebec 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ebebec, #ebebec 2px, #fff 2px, #fff 4px);
}*/
.textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #8f7a73;
  font-weight: 600;
}

@media screen and (max-width:1200px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}

.top_room_bk {
  padding: 80px 0;
  background-image: url(../img/top/white_paperboard.png);
  /* Background pattern from Toptal Subtle Patterns */
}

@media screen and (max-width:1200px) {
  .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:1200px) {
  .top_room .container {
    padding: 0 0;
  }
}

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  margin: 60px auto 20px;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #97A2D6;
}

.heading03::before {
  margin-right: 20px;
}

.heading03::after {
  margin-left: 20px;
}

ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.glam_list li {
  width: 55%;
  margin-bottom: 40px;
  padding: 10px;
}

ul.glam_list li p {
  padding-top: 20px;
}

ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

ul.glam_list li dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

ul.glam_list li dd {
  padding: 10px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }

  ul.glam_list li dt {
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
  }

  ul.glam_list li dd {
    padding: 10px;
    margin: 0;
    width: 65%;
    box-sizing: border-box;
    text-align: left;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 350px;
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: 240px;
  }
}

ul.glam_list li .txt {
  background: #768F73;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}

ul.glam_list li .txt .inner {
  border: 1px solid #fff;
  padding: 0;
}

@media screen and (max-width:896px) {
  ul.glam_list li .txt .inner {
    padding: 0 8px 20px;
  }
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

/*充実の設備 レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
  background: #E2E7DF;
}

.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;
}

.top_rental ul.rental_area>li {
  width: 40%;
  padding: 10px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area>li {
    width: 98%;
    padding: 1%;
  }
}

.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area li.tag {
    flex-direction: column;
  }
}

.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 220px;
  }
}

.top_rental ul.rental_area h3.spot {
  background: #C9CDC7;
  padding: 13px 0;
  text-align: center;
  font-size: 18px;
}

.top_rental ul.rental_area .rental_tag {
  border: 1px solid #949C90;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .sell_tag {
  color: #fff;
  background: #425356;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .price {
  text-indent: 20px;
}

.top_rental ul.rental_area .p_desc {
  padding: 15px;
  background: #fff;
  height: auto;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .price {
    text-indent: 0;
    text-align: right;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 20px;
    height: auto;
  }
}

/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background: #fffaf5;
  /* クリームっぽい背景 */
}

.top_pickup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0;
}

.top_pickup ul li {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top_pickup ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.top_pickup ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.top_pickup ul li .pickup-ttl {
  background: #d9c484;
  padding: 10px 15px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.top_pickup ul li .pickup-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*アクティビティ*/
.top_activity_bk {
  padding: 100px 0;
}

@media screen and (max-width:896px) {
  .top_activity_bk {
    padding: 10% 0;
  }
}

.top_activity_bk ul li {
  margin: 10px;
}

.top_content__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_content__img img {
    height: 200px;
  }
}

.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 80px;
}

/*周辺観光*/
.top_area {
  padding: 80px 0;
}

@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;
}

@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;
  }
}

.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #949C90;
}

/*.top_area ul li h3.spot {
	background: #5d87b7;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #5d87b7;
}*/
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.top_faq {
  background: linear-gradient(to bottom, #ffffff, #d2f0f7);
  /* やさしい海っぽグラデ */
  padding: 80px 0;
}

.top_faq_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.top_faq_img {
  flex: 1;
  min-width: 300px;
}

.top_faq_img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.top_faq_new {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff, #fffcf3);
  /* 白→水色の海イメージ */
  font-family: "Noto Sans JP", sans-serif, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.faq_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  flex-wrap: wrap;
}

.faq_image {
  flex: 1;
  min-width: 280px;
}

.faq_image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq_text {
  flex: 1;
  min-width: 280px;
}

.faq_text .msg {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .faq_card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .faq_text h2,
  .faq_text .msg,
  .btn_link_color.mt_40 {
    text-align: center;
  }

  .faq_text h2 {
    margin-top: 0 !important;
  }
}

.top_access {
  padding: 80px 0;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}

.top_access h2 {
  margin-bottom: 40px;
}

.top_access .g_map {
  height: 360px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

@media screen and (max-width:896px) {
  .top_access .g_map {
    height: 240px;
  }

  .top_access .g_map iframe {
    height: 240px;
  }
}

.top_access ul {
  width: 94%;
  margin: 40px auto 80px;
}

@media screen and (max-width:896px) {
  .top_access ul {
    width: 100%;
  }
}

.top_access li {
  display: flex;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 14px 0;
}

@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
  }
}

.top_access li h3 {
  background: #E2E7DF;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
  }
}

.top_access li p {
  width: 74%;
  padding: 16px 14px;
}

@media screen and (max-width:896px) {
  .top_access li p {
    width: 94%;
  }
}

.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}

.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}

.top_access .checkin_box {
  width: 100%;
  margin: 60px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 10px 12px 10px 2px;
  border: 1px solid #6C7883;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
}

.top_access p.checkin {
  font-size: 1.9rem;
}

.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 0.9em;
}

.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;
}

.top_access p.note {
  color: #f00;
}

.top_access .p_map {
  width: 1060px;
  margin: 60px auto;
}

.top_access .p_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_access .p_map {
    width: 100%;
  }

  .top_access .p_map img {
    height: 200px;
  }

  .top_access p.checkin_ttl {
    font-size: 1.5rem;
  }
}

/*その他と主な共通部分は省略*/
.top_camp {
  text-align: center;
}

a.btn_gothic {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

a.btn--yellow {
  color: #000;
  background-color: #abd2aa;
}

a.btn--yellow:hover {
  color: #000;
  background: #abd2aa;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #92c490;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #92c490;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}

/* top_slider 20250715 */
.top_slider .swiper-slide {
  width: 100%;
  height: 100vh;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_slider .swiper-slide {
    width: 100%;
    height: 50vh;
  }
}

/* top_slider 20250715 END */