/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 35px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  /* font-family: "Caveat", "Dancing Script", "Noto Sans"; */
}

.top_slid h2 span.english {
  font-family: "Caveat", "Dancing Script", Noto Sans;
  font-size: larger;
}

.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;
    height: 390px;
  }

  .top_slid img {
    height: 600px
  }

  .top_slid h2 {
    top: 56%;
    font-size: 15px;
  }

  .top_slid h2 span.subttl {
    font-size: 16px;
  }

  .top_slid h2 span.openday {
    font-size: 13px;
  }
}

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: #3C404D;
}

.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: #edeb42;
  position: relative;
  bottom: 60px;
  z-index: 3;
  width: 840px;
  border-radius: 0 50px 50px 0;
}

.top_news .container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:896px) {
  .top_news {
    padding: 20px 0;
    width: 100%;
    position: static;
    border-radius: unset;
    margin-bottom: 20px;
  }

  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  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: #949C90;
  background: #fff;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
  font-family: "Caveat", "Dancing Script", "Noto Sans";
}

@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_top_bk {
  display: flex;
  position: relative;
}

.top_bkbox {
  width: 500px;
  height: 300px;
  background: #FAF5EB;
  position: absolute;
  top: 340px;
  right: 0;
  z-index: -1;
}

.top_bkbox2 {
  width: 420px;
  height: 300px;
  background: #FAF5EB;
  position: absolute;
  top: 600px;
  left: 300px;
  z-index: -1;
}

.top_msg {
  padding: 100px;
  max-width: 800px;
  margin: 0 auto;
  width: calc(50% - 200px);
}

.top_bkimg {
  width: 50%;
  min-width: 600px;
  object-fit: cover;
  position: relative;
}

.top_bkimg img {
  width: 100%;
  max-width: 1000px;
  height: 650px;
  object-fit: cover;
  margin: 0 auto;
}

.top_bkimg img.top_sub {
  position: absolute;
  top: 570px;
  width: 400px;
  right: -80px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .glamping_top_bk {
    display: block;
  }

  .top_msg {
    height: auto;
    padding: 8% 0 0;
    background-size: cover;
    width: 100%;
  }

  .top_bkimg {
    width: 80%;
  }

  .top_bkimg {
    min-width: 0;
  }

  .top_bkimg img {
    height: auto;
  }

  .top_bkbox {
    width: 175px;
    height: 150px;
    background: #FAF5EB;
    position: absolute;
    top: 135px;
    right: 95px;
    z-index: -1;
  }

  .top_bkbox2 {
    width: 240px;
    height: 260px;
    background: #FAF5EB;
    position: absolute;
    top: 590px;
    left: auto;
    right: 0;
    z-index: -1;
  }

  .top_bkimg img.top_sub {
    position: absolute;
    top: 170px;
    width: 150px;
    left: auto;
    right: -60px;
    height: 100px;
    object-fit: cover;
  }
}

.top_msg h2 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 2.1;
  padding: 18px 1% 20px;
  margin-bottom: 34px;
  color: #333;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 2rem;
    line-height: 1.6;
    padding: 24% 7% 8%;
  }
}

.top_msg p {
  line-height: 2.1;
}

@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0 8% 30px;
  }
}

.top_location {
  padding: 80px 0 0;
  display: flex;
}

@media screen and (max-width:896px) {
  .top_location {
    flex-direction: column;
  }
}

.top_location img {
  display: inline;
  max-width: 100%;
  width: 54%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_location img {
    width: 100%;
  }
}

.top_location .txt {
  padding: 68px 0;
}

@media screen and (max-width:896px) {
  .top_location .txt {
    padding: 20px 0 0;
    width: 100%;
  }
}

.top_location .txt h2 {
  font-size: 2.1rem;
  line-height: 1.6;
}

.top_location .txt h2 span {
  color: #D5D2DD;
  font-size: 1.8rem;
}

.top_location .txt p {
  margin-top: 40px;
  line-height: 1.7;
  padding: 0 5%;
  text-align: center;
}

.top_3boxs {
  margin-top: 310px;
  height: 206px;
}

@media screen and (max-width:896px) {
  .top_3boxs {
    margin-top: 100px;
    margin-bottom: -140px;
    height: auto;
  }
}

.top_3boxs h2 {
  margin-bottom: 40px;
}

.top_3boxs h4 {
  text-align: center;
  margin-bottom: 20px;
}

.top_3boxs .container {
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  .top_3boxs .container {
    padding: 0 0;
  }
}

.top_bkbox3 {
  width: 100%;
  height: 200px;
  background: #FAF5EB;
  position: relative;
  z-index: -1;
  bottom: 180px;
}

.top_bkbox4 {
  width: 100%;
  height: 200px;
  background: #FAF5EB;
  position: relative;
  z-index: -1;
}

.top_feature_bk {
  padding: 100px 0;
}

@media screen and (max-width:896px) {
  .top_feature.mb-sp {
    padding-bottom: 80px;
  }
  .top_feature_bk {
    padding: 10% 0;
  }
}

/*.top_feature p {
	line-height: 2.0;
}*/
@media screen and (max-width:896px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }

  .top_feature.mt_300 {
    margin-top: 0;
    margin-bottom: -120px;
  }
}

.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.top_box_re {
  flex-direction: row-reverse;
}

@media screen and (max-width:1024px) {
  .top_box.top_box_re {
    flex-direction: column;
  }
}

.top_box_re {
  flex-direction: column;
}

.feature_mainimg {
  width: 60%;
}

.feature_mainimg img {
  width: 100%;
  max-width: 900px;
  height: 480px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.top_box .feature_txtarea {
  background: #fff;
  max-width: 600px;
  height: auto;
  margin: 85px auto 0;
  position: absolute;
  right: 165px;
}

@media screen and (max-width:1024px) {
  .top_box .feature_txtarea {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
}

.top_box.top_box_re .feature_txtarea {
  left: -420px;
}

.feature_txtarea .capinr {
  border: #44ad84 solid 1px;
  padding: 30px;
}

.feature_txtarea2 .capinr {
  border: none;
}

.feature_txtarea .feature_title {
  position: absolute;
  top: -95px;
  right: 0;
}

.feature_txtarea .feature_title h3 {
  margin-bottom: 30px;
  color: #44ad84;
}

@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }

  .feature_txtarea .feature_title {
    position: static;
  }

  .feature_txtarea .feature_title h3 {
    margin-bottom: -32px;
  }
}

.textarea_p {
  padding: 8px;
}

@media screen and (max-width:1024px) {
  .textarea_p {
    padding: 1rem;
  }
}

.textarea_p h3 {
  padding: 20px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
}

.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;
  font-style: italic;
  color: #4D8399;
}

@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}

.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: #C9CDC7;
}

.heading03::before {
  margin-right: 20px;
}

.heading03::after {
  margin-left: 20px;
}

ul.glam_list {
  display: flex;
  justify-content: center;
}

ul.glam_list li {
  width: 40%;
  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: center;
  }

  ul.glam_list li dd {
    padding: 10px;
    margin: 0;
    width: 65%;
    box-sizing: border-box;
    text-align: center;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 280px;
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: 120px;
  }
}

ul.glam_list li .txt {
  background: #44ad84;
  width: 100%;
  /* padding: 10px; */
  margin: 0 auto 0;
  box-sizing: border-box;
}

ul.glam_list li .txt .inner {
  padding: 0;
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  padding: 20px 0;
}

/*充実の設備 レンタル*/
.top_rental_bk {
  padding: 280px 0 40px;
  background: #FAF5EB;
}

.top_rental_bk_w {
  padding: 265px 0 40px;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_rental_bk_w {
    padding: 60px 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: space-evenly;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 0 3%;
  }
  }
}

.top_rental ul.rental_area>li {
  width: 48%;
  padding: 10px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area>li {
    padding: 1%;
    flex-shrink: 0;
    width: 88%;
  }
}

.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: 350px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 200px;
  }
}

.top_rental ul.rental_area h3.spot {
  background: #cce8cd;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}

.top_rental ul.rental_area p {
  background: #cce8cd;
  padding: 0 0 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}

.top_rental ul.rental_area li.topcabin {
  width: 40%;
}

.top_rental ul.rental_area table {
  width: 100%;
}

.top_rental ul.rental_area tr th {
  background: #cce8cd;
  padding: 10px 14px;
  width: 42%;
  line-height: 1.5;
}

.top_rental ul.rental_area tr td {
  background: #cce8cd;
  padding: 10px 14px;
  width: 76%;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area li.topcabin {
    width: 100%;
  }
}

/*アクティビティ*/
.top_activity_bk {
  padding: 80px 0;
  background: #FAF5EB;
}

.top_activity h2 {
  margin-bottom: 30px;
}

.top_activity ul {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.top_activity ul li {
  width: 24%;
  margin-bottom: 20px;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_activity_bk {
    padding: 30px 0;
    margin-top: 110px;
  }

  .top_activity ul {
    width: 100%;
  }

  .top_activity ul li {
    width: 49%;
  }
}

.top_activity ul li .activity-ttl {
  width: 100%;
  position: relative;
  z-index: 20;
}

.top_activity ul li .inner {
  z-index: 30;
}

.top_activity ul li a:hover {
  opacity: 1;
}

.top_activity ul li p.activity-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
  padding: 0 10px;
}

.top_activity ul li p.period {
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  padding: 0 32px 20px;
}

.top_activity ul li a {
  color: #333;
}

.top_activity ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_activity ul li img {
    height: 130px;
  }
}

/*レンタル品・販売品*/
.top_item_bk {
  padding: 80px 0;
  background: #FAF5EB;
}

.top_item h2 {
  margin-bottom: 30px;
}

.top_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

.top_item ul li {
  width: calc((100% - 20px * 4) / 5);
}

@media screen and (max-width:896px) {
  .top_item_bk {
    padding: 30px 0;
    margin-top: 110px;
  }
}

.img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* 正方形に保つ */
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top_item ul li .item-ttl {
  width: 100%;
}

.top_item ul li .inner {
  display: grid;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
  margin: 10px auto;
}

.top_item ul li .item-title {
  font-weight: bold;
  white-space: nowrap;
}

.top_item ul li .ta_c {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  flex: 1;
}

.top_item ul li p.item-title {
  width: fit-content;
  padding: 2px 15px;
  font-size: 1.5rem;
  background: #657549;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 20px;
}

@media screen and (max-width:896px) {
  .top_item ul {
    width: 100%;
    gap: 20px;
  }

  .top_item ul li {
    width: calc((100% - 20px) / 2);
  }

  .top_item ul li .inner {
    display: block;
  }

  .top_item ul li p.item-title {
    padding: 2px 12px;
    text-align: left;
  }

  .top_item ul li .ta_c {
    text-align: left;
    padding-left: 12px;
    padding-top: 3px;
  }
}

.top_item .btn_link_color p a {
  margin: 0 auto;
}

/*インスタ*/
.top_insta {
  padding: 80px 0;
  background: #EEF4F4;
}

@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;
}

/*周辺観光*/
.sightseeing {
  font-size: 26px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:896px) {
  .top_area {
    padding: 10% 0;
  }

  .top_area.mt_300 {
    margin-top: 0;
  }
  .sightseeing {
  font-size: 20px;
  margin-top: 30px;
}

}

.top_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.top_area ul li {
  margin: 10px;
  background: #FAF5EB;
  width: 31%;
}

.top_area ul li h4.spot {
font-size: 16px;
text-align: center;
margin: 20px auto;
}

.top_area ul li img {
  width: 100%;
  height: auto;
  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 {
    width: 47%;
    margin: 5px;
  }

  .top_area ul li h4.spot {
  font-size: 15px;
  text-align: center;
  margin: 13px;
  }
}

.top_area ul li h3 {
  padding: 18px 10px 14px;
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .top_area ul li h3 {
    padding: 10px 10px 10px;
    margin-bottom: 0px;
  }
}

/*.top_area ul li h3.spot {
	background: #5d87b7;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #5d87b7;
}*/
.top_area ul li p {
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/*プラン*/
ul.plan_list_flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}

ul.plan_list_flex>li {
  background: #fff;
  width: 27%;
  margin: 0 10px;
}

ul.plan_list .plan_list__in {
  width: 100%;
}

ul.plan_list li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

ul.plan_list h3,
.top_plan_list .p_desc {
  width: 85%;
  margin: 20px auto;
  line-height: 1.6;
}

.top_plan {
  padding: 80px 0;
  background: #f2f6f9;
}

@media screen and (max-width:896px) {
  .top_plan {
    padding: 10% 0;
  }
}

.top_plan_list .p-plan_cat p {
  border: 1px solid #ccc;
  padding: 2px 16px;
  border-radius: 20px;
  background: #fff;
  width: 100px;
  text-align: center;
  margin-left: 38px;
}

@media screen and (max-width:896px) {
  ul.plan_list_flex {
    flex-direction: column;
  }

  ul.plan_list_flex>li {
    background: #fff;
    width: 100%;
    margin: 0 auto 40px;
  }

  ul.plan_list li img {
    height: 240px;
  }
}

.top_faq {
  padding: 80px 0;
  position: relative;
}

.top_faq h3,
.top_faq p,
.top_faq a {
  color: #fff;
}

@media screen and (max-width:896px) {
  .top_faq {
    padding: 0 0 0;
    height: 350px;
  }

  .top_faq h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .top_faq_box {
    flex-direction: column;
  }

  .ransui_box {
    flex-direction: column-reverse;
  }
}

.top_faq_box .top_textarea_p {
  position: absolute;
  top: 30px;
  left: 280px;
}

@media screen and (max-width:896px) {
  .top_faq_box .top_textarea_p {
    width: 100%;
    left: 0;
    top: 0;
  }

  .top_faq_box .top_textarea_p .inner {
    border: none;
    padding: 0 20px 20px;
    height: auto;
    width: 70%;
    margin: 0 auto;
  }
}

.top_faq_box .top_faq_img {
  width: 90%;
  position: absolute;
  right: 0;
  top: -70px;
}

.top_faq_box .top_faq_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: -40px 50px #FAF5EB;
  line-height: 2.0;
}

@media screen and (max-width:896px) {
  .top_faq p.msg {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.top_faq img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: -40px 50px #cce8cd;
}

@media screen and (max-width:896px) {
  .top_faq img {
    height: 235px;
  }
}

.top_access {
  padding: 80px 0 160px;
  background: #cce8cd;
}

.top_access .accessfb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }

  .top_access.mt_300 {
    margin-top: 80px;
  }
}

.top_access h2 {
  margin-bottom: 40px;
}

.top_access .g_map {
  height: 360px;
  width: 50%;
}

.top_access .accessright {
  width: 48%;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

@media screen and (max-width:896px) {
  .top_access .g_map {
    height: auto;
    width: 100%;
  }

  .top_access .accessright {
    width: 92%;
    margin: 0 auto;
  }

  .top_access .g_map iframe {
    height: 240px;
  }
}

@media screen and (max-width:896px) {
  .top_access ul {
    width: 100%;
  }
}

.top_access li {
  color: #333;
  padding: 20px 110px 0px 0;
}

.top_access li h4 {
  color: #333;
  margin: 10px 0 5px;
  font-weight: bold;
}

@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 0;
  }
}

.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}

@media screen and (max-width:896px) {
  .top_access li p span {
    font-size: 1.6rem;
  }
}

.top_access p.msg {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  line-height: 1.7;
}

.top_access p.checkin {
  font-size: 1.8rem;
}

.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_access .g_map.group img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_access .g_map.group img {
    height: auto;
  }
}

.top_bnr {
  margin: 0 auto 50px;
}

.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_bnr ul li {
  width: 20%;
  margin: 5px;
}

.top_bnr ul li img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_bnr ul li {
    width: 100%;
  }
}

/*閉じるバナー*/
.callout-container {
  position: fixed;
  width: 45%;
  max-width: 204px;
  z-index: 10;
  right: 0;
  bottom: 220px;
  padding: 3px;
  background: #ffffff;
}

.callout-container img {
  width: 100%;
}

.bnr_close_pc {
  position: absolute;
  top: -5px;
  right: 5px;
  color: #888;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close:hover {
  color: lightgrey;
}

@media screen and (max-width:1669px) {

  /*閉じるバナー*/
  .callout-container {
    position: fixed;
    width: calc(100% - 4px);
    max-width: 300px;
    z-index: 10;
    bottom: 60px;
    left: 0;
    padding: 2px;
  }

  .callout-container img {
    width: 100%;
  }

  .bnr_close_sp {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #888888;
    font-size: 43px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
  }

  .bnr_close:hover {
    color: lightgrey;
  }
}

@media screen and (max-width:896px) {
  .callout-container {
   max-width: 370px;
  }
}

/* 20250609　追加 */
.top_box {
  gap: 2.5%;
  margin: 5% auto;
}

.top_box .feature_txtarea {
  position: unset;
  right: unset;
  width: 40%;
  margin: 5px auto 0;
}

.feature_txtarea .feature_title h3 {
  margin-bottom: -11px;
  color: #44ad84;
  padding: unset;
  text-align: right;
}

.reverse .feature_txtarea .feature_title h3 {
  text-align: unset;
}

.feature_txtarea .feature_title {
  position: static;
}

.top_rental_bk_w {
  padding: 0px 0 40px;
}

ul.glam_list li {
  width: 30%;
  margin-top: 20px;
}

@media screen and (max-width:896px) {
  .top_box {
    gap: unset;
    margin: 50px auto 0;
  }

  .top_box .feature_txtarea {
    width: 100%;
  }

  .feature_txtarea .feature_title h3 {
    text-align: unset;
  }

  .top_feature_bk .reverse {
    flex-direction: column;
  }

  .rental_box_text {
    height: auto;
  }

  .top_rental ul.rental_area tr th {
    width: 24%;
  }

  ul.glam_list li .txt h3 {
    margin: unset;
  }

  ul.glam_list {
    margin-top: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: left;
  }

  ul.glam_list li {
    width: 40%;
    margin: unset;
    flex-shrink: 0;
  }

  ul.glam_list li:last-child {
    width: 60%;
  }

  .top_3boxs {
    margin-bottom: -260px;
  }
}

/* 20250609　追加 END */