/* TOPページ */
.top_slid {
  padding-top: 80px;
  position: relative;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

.top_slid h2 span.openday {
  font-family: 'Kaushan Script', cursive;
  font-size: 24px;
}

@media screen and (max-width:896px) {
  .top_slid {
    padding-top: 0;
  }

  .top_slid h2 {
    top: 60%;
    font-size: 22px;
  }

  .top_slid h2 span.openday {
    font-size: 18px;
  }
}

.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;
  object-position: 50% 75%;
}

@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }

  .top_slider .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .top_slider .swiper-slide .sl01 {
    object-position: 75% 0%;
  }
}

/*
.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;
}

.shiga_glamping_top_bk {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5)0%, rgba(0, 0, 0, 0.5)100%), url("../img/top/top_bk.jpg") no-repeat top center / cover;
  background-attachment: fixed;
}

@media screen and (max-width:896px) {
  .shiga_glamping_top_bk {
    background-attachment: scroll;
  }
}

.top_location_txt {
  background: #fff;
  width: 46%;
}

@media screen and (max-width:896px) {
  .top_location_txt {
    padding: 0 0 60px;
    width: 100%;
  }
}

.top_news {
  padding: 30px 0;
}

.top_news .container {
  display: flex;
}

.bnr_txt {
  margin: 15px auto 40px;
  text-align: center;
}

.bnr_txt a {
  color: #3655BB;
  text-decoration: underline;
}

@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  border-right: 1px solid #808080;
  width: 165px;
  display: flex;
  align-items: center;
}

@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;
  line-height: 1.5;
}

@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: #80815b;
  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;
}

.top_msg {
  height: 450px;
  padding: 110px 0 0 0;
  /*background: rgba(12,58,88,0.4);*/
}

@media screen and (max-width:896px) {
  .top_msg {
    height: auto;
    padding: 0 0 8%;
    background-size: cover;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.2;
  padding-bottom: 15px;
  margin-bottom: 34px;
  color: #fff;
}

.top_msg h2 span {
  font-size: 2.0rem;
  color: #b7b89a;
  letter-spacing: 0.1em;
  padding-bottom: 34px;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 10% 5% 5%;
  }

  .top_msg h2 span {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 1.7;
  color: #fff;
}

@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0 5%;
  }
}

.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%;
}

@media screen and (max-width:896px) {
  .top_location img {
    width: 100%;
  }
}

.top_location .txt {
  padding-top: 68px;
}

@media screen and (max-width:896px) {
  .top_location .txt {
    padding-top: 10px;
    width: 100%;
  }
}

.top_location .txt h2 {
  font-size: 2.1rem;
  line-height: 1.6;
}

.top_location .txt h2 span {
  color: #b89164;
  font-size: 1.8rem;
}

.top_location .txt p {
  margin-top: 40px;
  line-height: 1.7;
  padding: 0 5%;
  text-align: center;
}

.top_feature {
  /*background-image: url(../img/top/white-waves.png);*/
  /* Background pattern from Toptal Subtle Patterns */
  background-color: #F7F5F2;
}

.top_feature_bk {
  padding: 85px;
}

@media screen and (max-width:896px) {
  .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 h2 span {
  font-size: 1.5rem;
  color: #b89164;
}

.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;
  }
}

.feature_mainimg {
  width: 50%;
}

.feature_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.feature_txtarea {
  background: #fff;
  max-width: auto;
  height: 400px;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

.textarea_p {
  padding: 2.5rem;
}

@media screen and (max-width:1024px) {
  .textarea_p {
    padding: 2rem;
  }
}

.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  color: #b89164;
  margin-bottom: 20px;
}

.textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}

.textarea_p h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #e9ddd0, #e9ddd0 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #e9ddd0, #e9ddd0 2px, #fff 2px, #fff 4px);
}

.textarea_p h3 span.point_n {
  font-size: 5rem;
  font-style: italic;
  /*font-family:Verdana, Helvetica, Arial, sans-serif;*/
}

@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}

.top_room_bk {
  padding: 80px 0;
  background-color: #F4EFE8;
}

@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 {
  padding: 0 23px;
  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: 32%;
  margin: 0 auto 20px;
}

ul.glam_list li p {
  padding-top: 20px;
}

ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
}

ul.glam_list li dt {
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
}

ul.glam_list li dd {
  padding: 10px;
  margin: 0;
  width: 60%;
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 6%;
    width: 100%;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  max-width: 485px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: 260px;
  }
}

ul.glam_list li .txt {
  background: #fff;
  width: 94%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: 294px;
}

ul.glam_list li .txt .inner {
  border: 1px solid #d7c1a7;
  padding: 0 20px 20px;
  height: 270px;
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
}

/*施設内アクティビティ*/
.top_pickup {
  padding: 80px 0;
  background: #e7e1d9;
}

.top_pickup h2 {
  margin-bottom: 30px;
}

.top_pickup ul {
  align-items: stretch;
  /*display: flex;
    flex-wrap: wrap;*/
  justify-content: center;
  margin-bottom: 40px;
}

.top_pickup ul li {
  width: 29%;
  margin: 14px;
  display: inline-grid;
}

.t_area {
  padding: 80px 0;
  background: #F8F7F5;
}

@media screen and (max-width:896px) {
  .top_pickup ul li {
    width: 100%;
    margin: 0.2%;
    display: inline-grid;
  }
}

/*.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 80%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
}
.top_pickup ul li .pickup-ttl::after {
  content: "";
  position: absolute;
  top: 3.5%;
  width: 96%;
  height: 92%;
  display: block;
  border: 1px solid #ccc;
}*/
.top_pickup ul li .inner {
  z-index: 20;
}

.top_pickup ul li p.pickup-title {
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0 0;
  background: #fffdfa;
  color: #fff;
  padding: 10px;
}

.top_pickup ul li a {
  color: #333;
}

.top_pickup ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/*近隣アクティビティ*/
.top_activity_bk {
  padding: 80px 0;
}

.top_activity_bk ul li {
  background: #fff;
  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_insta {
  padding: 80px 0;
  background: #F4EFE8;
}

.top_insta p {
  text-align: center;
}

.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

/*レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
  background: #fff;
}

.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_rental ul.rental_area>li {
  width: 30%;
  padding: 10px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area>li {
    width: 100%;
  }
}

.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
}

@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: 160px;
}
}*/
.top_rental ul.rental_area h3.spot {
  background: #b89164;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

.top_rental ul.rental_area .rental_tag {
  border: 1px solid #888;
  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: 10px;
}

@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: center;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}

/*周辺観光*/
.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: center;
  margin-bottom: 50px;
}

.top_area ul li {
  width: 320px;
  padding: 10px;
}

.top_area ul li img {
  width: 320px;
  height: 230px;
  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: 30px;
  }
}

.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #888;
}

/*.top_area ul li h3.spot {
	background: #b7b89a;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #b7b89a;
}*/
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.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;
  margin-bottom: 40px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

.top_access ul {
  /*width: 94%;*/
  margin: 80px auto 0;
}

@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: #f5f6f6;
  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: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #b89164;
}

.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 {
  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;
}

.checkin_img {
  width: 80%;
  margin: 0 auto;
}

.checkin_img img {
  width: 100%;
  margin: 2%;
  object-fit: cover;
}

/*フォトギャラリー*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.g-box {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.gallery_wrap {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.gallery_wrap .gallery_list .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
}

.gallery_wrap .gallery_list .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.gallery_wrap .gallery_list .gl_slide {
  width: 36rem;
}

.gallery_wrap .gallery_list .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show_slide.v2 {
  max-width: 252px;
  text-align: center;
  margin: 40px auto 20px;
}

.show_slide.v2 span {
  display: inline-block;
  position: relative;
  font-weight: 300;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  letter-spacing: 3px;
  line-height: 2.2;
  color: #fff;
  background: #B8A590;
  border-radius: 24px;
  padding: 6px 30px;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #B8A590;
  font-size: 1.5rem;
}

.show_slide.v2 span::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #A7A7A7;
  border-right: solid 1px #A7A7A7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -4px;
}

.show_slide.v2 span:hover {
  background-color: #fff;
  color: #B8A590;
  border: solid 1px #B8A590;
}

#hide_slide {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F7F5F2;
  cursor: pointer;
}

#hide_slide span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 14px;
  right: 0;
  background: #333;
}

#hide_slide span:nth-of-type(1) {
  transform: rotate(135deg);
}

#hide_slide span:nth-of-type(2) {
  transform: rotate(-135deg);
}

#toggle_slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#toggle_slide.on {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.toggle_slide_wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.toggle_slide_wrap .left_slide {
  width: 65%;
  padding: 60px;
  box-sizing: border-box;
  background: #F7F5F2;
}

.toggle_slide_wrap .right_slide {
  width: 35%;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.gallery_slide_main {
  width: 100%;
}

.gallery_slide_main .swiper-button-next,
.gallery_slide_main .swiper-button-prev {
  top: 50% !important;
}

.gallery_slide_main .swiper-slide .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_slide_thumbnail {
  width: 100%;
}

.gallery_slide_main .swiper-slide {
  width: 100% !important;
}

.gallery_slide_thumbnail .swiper-wrapper {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery_slide_thumbnail .swiper-slide {
  width: 33% !important;
  margin: 1px 0;
}

.gallery_slide_thumbnail .swiper-slide .gl_slide {
  width: 100%;
  height: 100%;
}

.gallery_slide_thumbnail .swiper-slide .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_slide_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.show_slide {
  cursor: pointer;
}

@media screen and (max-width:896px) {
  .toggle_slide_wrap {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .toggle_slide_wrap .left_slide {
    width: 100%;
    padding: 40px 20px 20px;
  }

  .toggle_slide_wrap .right_slide {
    width: 100%;
    height: 360px;
    padding: 20px;
    overflow-y: scroll;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/* 埋め込み動画 */
.video {
  text-align: center;
}

.video iframe {
  width: 100%;
}

@media screen and (min-width:650px) {
  .video {
    margin: 50px auto;
  }

  .video iframe {
    height: 1054px;
  }
}

@media screen and (max-width:649px) {
  .video iframe {
    margin: -40px 0;
    height: 360px;
  }
}

/* 埋め込み動画END */
/*フォトギャラリー*/
.gallery-box {
  padding: 80px 0 10px;
  overflow: hidden;
}

.gallery-box .sub-txt {
  font-size: 1.6rem;
  text-align: center;
}

.gallery-box .photo-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
  width: 33%;
  height: auto;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item {
  position: relative;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box {
  width: 100%;
  padding-bottom: 70%;
  box-sizing: border-box;
  position: relative;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .txt-box {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  padding: 7px 20px;
  box-sizing: border-box;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .txt-box>p {
  font-size: 1.8rem;
  color: #fff;
}

@media only screen and (max-width: 896px) {
  .gallery-box {
    padding-bottom: 0;
  }

  .gallery-box .sub-txt {
    font-size: 1.4rem;
  }

  .gallery-box h2.top {
    font-size: 1.8rem;
  }

  .gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
    width: 84%;
  }

  .gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .txt-box {
    padding: 5px 15px;
  }

  .gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .txt-box>p {
    font-size: 1.6rem;
  }
}

/* ↑250124追加↑ */
/* 魅力のサムネ付きスライダー 250327*/
.swiper-content-box {
  overflow: hidden;
}

.swiper-content-box .swipers {
  box-sizing: border-box;
  position: relative;
  /* width: 126%; maxメイン画像*/
  width: 106%;
}

.swiper-content-box .swipers img {
  max-width: 100%;
}

.swiper-content-box .swipers .swiper-slide .img-box,
.swiper-content-box .swipers .swiper-slide .thumb-box {
  box-sizing: border-box;
  position: relative;
}

.swiper-content-box .swipers .swiper-slide .img-box>img,
.swiper-content-box .swipers .swiper-slide .thumb-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-content-box .swipers .swiper-slide .img-box {
  /* メイン画像の高さ */
  padding-bottom: 60%;
}

.swiper-content-box .swipers .swiper-slide .thumb-box {
  /* サムネイル画像の高さ */
  padding-bottom: 60%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-content-box .swipers .swiper-slide .thumb-box:hover {
  opacity: 1;
}

.swiper-content-box .swipers .swiper-slide.swiper-slide-thumb-active .thumb-box {
  opacity: 1;
}

.swiper-content-box .swipers .swiper-button-next,
.swiper-content-box .swipers .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-content-box .swipers .swiper-button-next:after,
.swiper-content-box .swipers .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}

@media only screen and (max-width: 768px) {

  .swiper-content-box .swipers .swiper-button-next,
  .swiper-content-box .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .swiper-content-box .swipers .swiper-button-next:after,
  .swiper-content-box .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}

/* 紹介動画 250403 */
.top_movie {
  position: relative;
  margin-top: 100px;
}

.top_movie::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgb(244 239 232), rgb(231 225 217) 100%, rgb(89 63 4));
  position: absolute;
  bottom: 0;
  left: 0;
}

.video_container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

.video_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}

.video_list li {
  width: 25%;
  padding: 0px 10px;
}

.video_wrap {
  width: 100%;
  padding-top: calc(16/9*100%);
  position: relative;
}

.video_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:768px) {
  .top_movie {
    margin-top: 0;
  }

  .video_container {
    padding: 100px 0 50px;
  }

  .video_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}