/* TOPページ */
.top_mv {
  position: relative;
  margin-top: -80px;
}

.top_mv img {
  width: 100%;
}

.top_mv h2 {
  color: #fff;
  width: 100%;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px #333;
  z-index: 10;
}

.top_mv h2 span {
  font-size: 2rem;
  font-weight: 500;
}

.top_mv h2 span.name {
  font-size: 4.5rem;
}

.top_mv h2 span.openday {
  font-size: 24px;
}

@media screen and (max-width:896px) {
  .top_mv {
    margin-top: -60px;
  }

  .top_mv h2 {
    top: 56%;
  }

  .top_mv h2 span {
    font-size: 1.6rem;
  }

  .top_mv h2 span.name {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .top_mv h2 span.openday {
    font-size: 16px;
  }
}

.top_slider {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }

  .top_slider .swiper-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}

.top_view .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.top_pickup_list {
  padding: 80px 0 20px;
}

.top_pickup_list p {
  padding: 40px 0;
  text-align: center;
}

.top_pickup_list ul li {
  width: 31%;
  height: 360px;
  margin: 30px 10px;
  text-align: left;
  background: #fff;
  position: relative;
}

@media screen and (max-width:896px) {
  .top_pickup_list ul li {
    width: 100%;
  }
}

.top_pickup_list p.top_pickup_img img {
  width: 100%;
  height: 16vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}

@media screen and (max-width:896px) {
  .top_pickup_list p.top_pickup_img img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}

.top_feature {
  padding: 85px 50px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width:896px) {
  .top_feature {
    padding: 10% 0;
    height: auto;
  }
}

.top_feature p {
  line-height: 2.0;
  text-align: center;
}

.top_feature h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  width: 100%;
}

.top_feature h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #474E49;
  border-radius: 2px;
}

@media screen and (max-width:896px) {
  .top_feature p {
    text-align: unset;
  }

  .top_feature h2,
  .top_facility h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.top_feature h2 span,
.top_facility h2 span {
  font-size: 1.5rem;
  color: #474E49;
}

.top_feature h2 span.ten {
  font-size: 5rem;
  color: #474E49;
}

.top_box {
  width: 48%;
  margin-bottom: 60px;
}

@media screen and (max-width:896px) {
  .top_box {
    width: 100%;
  }
}

.top_box .feature_mainimg {
  width: 100%;
  object-fit: cover;
}

.top_box .feature_mainimg img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_box .feature_mainimg img {
    height: 360px;
    margin-bottom: 0;
  }
}

@media screen and (min-width:1800px) {
  .top_box .feature_txtarea {
    max-width: 1030px;
    top: 56px;
    right: 0;
  }

  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 0;
  }
}

.top_textarea_p {
  padding: 3rem 5rem;
}

.top_textarea_p .btn_more {
  text-align: center;
}

@media screen and (max-width:896px) {
  .top_textarea_p {
    padding: 10% 3%;
  }
}

.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.top_textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #474E49;
}

.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}

@media screen and (max-width:896px) {
  .top_textarea_p h3 {
    padding-bottom: 20px;
  }
}

.top_textarea_p .feature_t_on_p {
  position: absolute;
  padding: 15px;
  background: #f6f6f6;
  right: 8%;
  left: 8%;
  border-radius: 5px;
}

.top_textarea_p .feature_t_on_p p.feature_t_on_p_text {
  font-size: 1.4rem;
  line-height: 1.2;
}

/*アクティビティ、ピックアップ、レンタル*/
.container_pickup {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_f_list h2 {
  margin-bottom: 30px;
}

.top_f_list p {
  text-align: center;
}

.top_f_list ul li {
  width: 30%;
  height: auto;
  text-align: left;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_f_list ul li {
    width: 48%;
  }
}

.top_f_list ul li h3 {
  padding: 20px 8px 20px;
  text-align: right;
  font-size: 13px;
}

.top_f_list p.top_pickup_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width:1800px) {
  .top_f_list ul li {
    margin: 30px 20px;
  }

  .top_f_list p.top_pickup_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.top_f_list p.top_pickup_text {
  padding: 0 20px 30px;
}

/*レンタル*/
.top_f_list .rental_area_tag .f_tag {
  border-bottom: 1px solid #ebedef;
  text-align: center;
  margin: 0 auto;
}

.top_f_list .rental_area_tag .f2_tag {
  background: #ebedef;
  text-align: center;
  margin: 0 auto;
}

.top_gf {
  background: #ffffff;
  padding: 80px 0;
}

@media screen and (max-width:896px) {
  .top_gf {
    padding: 10% 0;
  }
}

.top_gf h2 {
  margin-bottom: 30px;
}

.top_gf .cate {
  text-align: center;
}

.top_gf .cate p {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_gf .cate p span {
  background: #f9fcfe;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.top_gf .cate p:before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_gf ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
}

.top_gf ul li {
  width: 31%;
  padding-bottom: 60px;
  margin: 30px 10px;
  background: #fff;
}

.top_gf ul li img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_gf ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .top_gf ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_gf ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 500;
}

.top_gf ul li h3.spot {
  border-bottom: 1px dotted #474E49;
  width: 80%;
  margin: 0 auto;
}

.top_gf ul li h3.shop {
  background: #bbe0ef;
}

.top_gf ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.top_news {
  padding: 30px 0;
  background: #fff;
}

.top_news .container {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.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 {
  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_list {
  text-align: center;
}

.top_news_list a {
  border: 1px solid #474E49;
  padding: 10px 30px;
}

@media screen and (max-width:896px) {
  .top_news_list {
    margin-top: 20px;
  }

  .top_news_list p {
    text-align: center;
  }
}

.top_facility {
  padding: 60px 0 80px;
}

.top_facility ul li.act_li {
  display: flex;
}

.top_facility ul li.act_li img {
  width: 100px;
  height: 66px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_facility {
    padding: 40px 0 40px;
  }

  .top_facility_box {
    display: flex;
    flex-direction: column-reverse;
  }
}

.facility_title {
  width: 33%;
}

.top_facility h2 {
  font-size: 2.6rem;
  margin: 0 50px;
  text-align: left;
}

.facility_caption {
  width: 50%;
}

.facility_mainimg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .facility_title {
    width: 94%;
    padding: 0 3%;
  }

  .top_facility h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .facility_caption {
    width: 94%;
    padding: 0 3%;
  }

  .facility_mainimg img {
    height: 240px;
  }
}

.facility_subimg_flex {
  display: flex;
  width: 100%;
}

.facility_subimg {
  width: 50%;
}

.facility_subimg img {
  width: 100%;
}

.facility_txtarea {
  background: #fff;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.facility_txtarea .btn_more {
  margin-left: 40px;
}

@media screen and (max-width:896px) {
  .facility_txtarea {
    flex-direction: column;
  }

  .facility_txtarea .btn_more {
    margin: 0 auto;
  }
}

ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.glam_list li {
  width: 30%;
  max-width: 484px;
  margin: 0 auto 60px;
}

@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 10%;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  max-width: 485px;
  height: auto;
  width: 100%;
}

ul.glam_list li .txt {
  background: #fff;
  width: 85%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: 300px;
}

ul.glam_list li .txt .inner {
  border: 1px solid #e3d6cc;
  padding: 0 32px 20px;
  height: 278px;
}

@media screen and (max-width:896px) {
  ul.glam_list li:nth-child(2) .txt {
    height: 400px;
  }

  ul.glam_list li:nth-child(2) .txt .inner {
    height: 378px;
  }
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
}

.top_access_box {
  padding: 80px 0 30px;
}

.top_access {
  margin-top: 80px;
}

.top_access_box h2 {
  margin-bottom: 40px;
}

@media screen and (max-width:896px) {
  .top_access_box {
    padding: 10% 0;
  }

  .top_access {
    display: block;
    margin-top: 40px;
  }
}

.checkin_inner {
  margin: 60px auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.checkin_text {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.checkin_label {
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.checkin_name a {
  text-decoration: underline;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 2rem;
}

address {
  font-style: normal;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.6;
}

.checkin_note {
  color: #c00;
}

.checkin_img {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.checkin_img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.top_access .g_map_p {
  width: 60%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

.top_access .g_map_p img {
  width: 100%;
}

@media screen and (max-width:896px) {
  .checkin_name a {
    font-size: 1.6rem;
  }

  .top_access .g_map_p {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
  }
}

.top_access .g_map iframe {
  width: 100%;
  height: 300px;
}

@media screen and (max-width:896px) {
  .top_access .g_map {
    height: 250px;
    margin-bottom: 40px;
  }

  .top_access .g_map iframe {
    width: 100%;
    height: 250px;
  }
}

@media screen and (min-width:1800px) {
  .top_access .g_map {
    width: 100%;
  }

  .top_access .g_map iframe {
    width: 100%;
  }
}

.top_access ul {
  width: 100%;
}

@media screen and (max-width:896px) {
  .top_access ul {
    margin: 30px 3%;
    width: 94%;
  }
}

.top_access li {
  display: flex;
  color: #333;
  margin-bottom: 30px;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
  }
}

@media screen and (min-width:1800px) {
  .top_access li {
    margin-bottom: 80px;
  }
}

.top_access li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-right: 1px solid #ececec;
}

@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #ececec;
  }
}

.top_access li p {
  width: 70%;
  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 address {
  font-size: 1.5rem;
  margin-top: 1em;
}

.top_access p.checkin {
  font-size: 1.8rem;
}

.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}

.top_access p.checkin_ttl {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl span {
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.top_access p.note {
  color: #f00;
}

.top_map {
  padding: 80px 0;
  background: #eef0f4;
}

.top_map h2 {
  margin-bottom: 40px;
}

.top_map img {
  width: 100%;
}

@media screen and (max-width:896px) {
  .top_map {
    padding: 10% 0;
  }
}

/* グループ */
.group .checkin_text {
  text-align: left;
}

.group .checkin_inner {
  flex-direction: row-reverse;
}

@media screen and (max-width:896px) {
  .group .checkin_inner {
    flex-direction: column-reverse;
  }
}

/*温泉ページ*/
.pet {
  text-align: center;
}

.pet p {
  font-size: 1.7em;
}

.pet_container {
  display: flex;
}

.pet_container_re {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width:896px) {
  .pet_container {
    display: flex;
    flex-direction: column;
  }

  .pet_container_re {
    display: flex;
    flex-direction: column;
  }

  .pet_mainimg {
    width: 100% !important;
  }

  .pet_mainimg img {
    width: 100%;
    margin: 30px 0 30px;
  }

  .pet_txtarea {
    width: 100% !important;
  }
}

.pet_mainimg {
  width: 50%;
}

.pet_mainimg img {
  width: 100%;
  margin: 30px 0 30px;
}

.pet_txtarea {
  width: 50%;
}

.pet_ame {
  background-color: #E7E7E7;
  padding: 40px 0 10px;
  width: 40%;
  margin: 0 auto 50px;
}

.tene_caption {
  margin: 30px 0;
}

@media screen and (max-width:896px) {
  .pet_ame {
    background-color: #E7E7E7;
    padding: 40px 0 10px;
    width: 95%;
    margin: 0 auto 50px;
  }
}

.pet_ame ul {
  text-align: left;
  width: 300px;
  margin: 0 auto 50px;
  line-height: 3.0rem;
}

.pet_ame li {
  font-size: 1.6rem;
}

.pet_bg {
  width: 1200px;
  margin: 0 auto;
}

.pet_h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #268040;
}

.btn_more.onsen {
  text-align: center;
}

.btn_more.onsen p {
  font-size: 2rem;
}

/*コンセプトの表示非表示*/
.shiga_glamping_top_bk {
  background-attachment: fixed;
}

@media screen and (max-width:896px) {
  .shiga_glamping_top_bk {
    background-attachment: scroll;
  }
}

.more-btn-box .more-btn {
  display: none;
}

@media only screen and (max-width: 896px) {
  .more-btn-box .txt {
    display: none;
  }

  .more-btn-box .txt.-open {
    display: block !important;
  }

  .more-btn-box .more-btn {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  .more-btn-box .more-btn>button {
    font-size: 16px;
    font-weight: 500;
    color: black;
    background: unset;
    border: 0;
    position: relative;
    z-index: 1;
    padding: 9px 50px 9px 0;
  }

  .more-btn-box .more-btn>button:before {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 30px;
    color: black;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s;
  }

  .more-btn-box .more-btn>button.-open:before {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media only screen and (min-width: 897px) {
  .more-btn-box .txt {
    display: block !important;
  }
}

.btn-text {
  font-family: "Zen Old Mincho", serif;
}

/* コンセプトの表示非表示 END*/
/*イベント情報*/
.top_illumi {
  position: relative;
  padding: 10px 0 60px;
  background-image: url(../img/bg_xmas03.jpg);
}

.top_illumi_bk {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.top_illumi_bk li {
  padding: 0 3px;
}

.heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 10px #fff,0 0 15px #fff;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* .heading-16::before,
.heading-16::after {
  width: 3px;
  height: 40px;
  background-color: #b89164;
  text-shadow: 0 0 10px #fcfce1,0 0 15px #fcfce1;
  content: '';
}

.heading-16::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.heading-16::after {
  transform: rotate(35deg);
  margin-left: 30px;
} */



@media screen and (max-width:896px) {
  .top_illumi_bk {
    width: 96%;
    padding: 1px 6px 30px;
  }

  .heading-16 {
    font-size: 18px;
  }
  .top_illumi .glam_list {
    display: none;
  }
}
.custom-shape-divider-top-1757220491 {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1757220491 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 56px;
}
@media screen and (min-width:897px) {
.multiple-item6 {
  display: none!important;
}
}
@media screen and (max-width:896px) {
  .custom-shape-divider-top-1757220491 {
    bottom: -20px;
  }

  .custom-shape-divider-top-1757220491 svg {
    height: 20px;
  }
}

.custom-shape-divider-top-1757220491 .shape-fill {
  fill: #2A3B4E;
}

/*イベント情報END*/