/* TOPページ */
.top_slid {
  position: relative;
}
.top_slid h2 {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  /* font-weight: bold; */
  font-size: 32px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 3px;
}
.top_slid h2 img {
  width: 420px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  will-change: transform;
}
.top_slid h2 span {
  display: block;
  margin-top: 20px;
}
.top_slid h2 span b {
  display: block;
}
.top_slid h2 span.sazanami {
  font-size: 28px;
  letter-spacing: 1px;
}
.top_slid h2 span.openday {
  font-family: 'Kaushan Script', cursive;
  font-size: 38px;
  padding-right: 10px;
}
@media screen and (max-width:980px) {
  .top_slid {
    padding-top: 0;
  }
  .top_slid h2 {
    top: 60%;
    font-size: 20px;
  }
  .top_slid h2 span.sazanami {
    font-size: 14px;
  }
  .top_slid h2 span.openday {
    font-size: 18px;
  }
}
p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
  color: #fff;
}
p.color_p {
  text-align: center;
  line-height: 2.0;
}
@media screen and (max-width:980px) {
  p.color_p {
    text-align: left;
  }
}
.chiba_glamping_top_bk {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5)0%, rgba(0, 0, 0, 0.5)100%), url("../img/slide.jpg") no-repeat top center / cover;
  background-attachment: fixed;
}
@media screen and (max-width: 980px) {
  .chiba_glamping_top_bk {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5)0%, rgba(0, 0, 0, 0.5)100%), url("../img/slide.jpg") no-repeat top center / cover;
  }
}
.top_location_txt {
  color: #FFF;
  text-shadow: 2px 2px
}
@media screen and (max-width:980px) {
  .chiba_glamping_top_bk {
    background-attachment: scroll;
  }
  .top_slid h2 img {
    width: 160px;
  }
}
@media screen and (max-width:980px) {
  .top_location_txt {
    padding: 0 0 60px;
    width: 100%;
  }
}
.top_news {
  padding: 30px 0;
}
.top_news .container {
  display: flex;
}
@media screen and (max-width:980px) {
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 {
  width: 120px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
.top_news h2 span {
  display: block;
  font-size: 32px;
  color: #EBCA7C;
}
.news_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_list {
  width: calc(100% - 140px);
}
@media screen and (max-width:980px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #6A5FA0;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}
.top_news ul li {
  padding: 15px 0;
  border-bottom: 1px solid #EBCA7C;
}
@media screen and (max-width:980px) {
  .top_news ul li {
    padding: 1% 0;
    line-height: 3;
  }
  .news_list {
    width: 100%;
  }
}
.top_news ul li span.date {
  margin: 0 10px;
}
.top_news ul li span.cate {
  color: #fff;
  background: #1f8a83;
  padding: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width:980px) {
  .top_news ul li span.cate {
    padding: 5px 10px;
  }
  .top_news ul li span.date {
    padding: 0;
    margin: 0;
  }
}
.top_news ul li span.cate a {
  color: #fff;
}
.movie_wrap {
  padding: 50px 0;
  max-width: 800px;
  margin: auto;
}
.video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: url('../img/top/slide.jpg') no-repeat center center / cover;
  cursor: pointer;
}
.video-iframe {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16 / 9;
}
.activity_gallery {
  padding: 50px 0;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 50px 0;
  position: relative;
}

.marquee {
  display: flex;
  animation: scroll-left linear infinite;
}

.marquee img {
  width: 300px;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width:980px) {
  .marquee img {
    width: 200px;
  }
}
.top_msg {
  padding: 80px 0 110px 0 !important;
}
.top_msg h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
  padding-bottom: 15px;
  margin-bottom: 34px;
  color: #fff;
}
.top_msg h2 span {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.btm_border span::first-letter {
  color: #EBCA7C;
}
@media screen and (max-width:980px) {
  .top_msg h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10% 5% 5%;
  }
  .top_msg h2 span {
    font-size: 1.4rem;
  }
  .top_news ul li a {
    display: block;
    padding: 5px 0;
  }
}
.top_msg p {
  text-align: center;
  line-height: 1.7;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width:980px) {
  .top_msg p {
    padding: 0 5% 8%;
    text-align: left;
  }
}
.top_location {
  padding: 80px 0 0;
  display: flex;
}
@media screen and (max-width:980px) {
  .top_location {
    flex-direction: column;
  }
}
.top_location img {
  display: inline;
  max-width: 100%;
  width: 54%;
}
@media screen and (max-width:980px) {
  .top_location img {
    width: 100%;
  }
}
.top_location .txt {
  padding: 68px 0;
}
@media screen and (max-width:980px) {
  .top_location .txt {
    padding: 20px 0 0;
    width: 100%;
  }
}
.top_location .txt h2 {
  font-size: 2.1rem;
  line-height: 1.6;
}
@media screen and (max-width:980px) {
  .top_location .txt h2 {
    font-size: 1.8rem;
  }
}
.top_location .txt h2 span {
  color: #555B36;
  font-size: 1.8rem;
}
.top_location .txt p {
  margin-top: 40px;
  line-height: 1.7;
  padding: 0 5%;
  text-align: center;
}
.top_feature {
  background-color: #E4E4E4;
}
.top_feature_bk {
  padding: 85px 0;
  position: relative;
}
@media screen and (max-width:980px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}
/*.top_feature p {
	line-height: 2.0;
}*/
@media screen and (max-width:980px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}
.top_feature h2 span {
  font-size: 4rem;
  color: #EBCA7C;
}
.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto 40px;
  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: 1000px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }
  .feature_mainimg img {
    height: auto;
  }
}
.feature_txtarea {
  background: rgba(255, 255, 255, 0.90);
  max-width: 1000px;
  height: 480px;
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width:1025px) {
  .feature_mainimg {
    position: absolute;
  }
  .feature_txtarea {
    margin: 0 auto 60px;
    position: relative;
    top: 10px;
    left: 25%;
  }
  .top_box_re .feature_txtarea {
    left: -25%;
  }
}
@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}
.textarea_p {
  padding: 4rem;
}
@media screen and (max-width:1024px) {
  .textarea_p {
    padding: 3rem;
  }
}
.textarea_p h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  color: #474747;
  margin-bottom: 20px;
}
.textarea_p h3 span.sub_title {
  font-size: 1.6rem;
}
.textarea_p h3 span.point_n {
  font-size: 5rem;
  font-style: italic;
}
@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}
.top_facility {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width:980px) {
  .top_facility {
    padding: 10% 0;
  }
}
.facility_mainimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .facility_title {
    width: 94%;
    padding: 0 3%;
  }
  .top_facility h2 {
    text-align: center;
  }
  .facility_caption {
    width: 94%;
    padding: 0 3%;
  }
  .facility_mainimg img {
    height: auto;
  }
}
.facility_subimg_flex {
  display: flex;
  width: 100%;
}
.facility_subimg {
  width: 50%;
}
.facility_subimg img {
  width: 100%;
}
.facility_txtarea {
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 40px 0 60px;
}
.facility_txtarea .btn_more {
  margin-left: 40px;
}
@media screen and (max-width:980px) {
  .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: 46%;
  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:980px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }
}
ul.glam_list li img {
  position: relative;
  z-index: 10;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
ul.glam_list li .txt {
  background: #fff;
  width: 85%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: 200px;
}
ul.glam_list li .txt .inner {
  border: 1px solid #ebebec;
  padding: 0 32px 20px;
  height: 178px;
}
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 0;
}*/
.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: 10px;
  display: inline-grid;
}
@media screen and (max-width:980px) {
  .top_pickup ul li {
    width: 100%;
    display: inline-grid;
  }
}
.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 90%;
  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: 91%;
  display: block;
  border: 1px solid #ccc;
}
.top_pickup ul li .inner {
  z-index: 30;
}
.top_pickup ul li a:hover {
  opacity: 1;
}
.top_pickup ul li p.pickup-title {
  font-size: 1.4rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
}
.top_pickup 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_pickup ul li a {
  color: #333;
}
.top_pickup ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/*ピックアップ*/
.top_activity_bk {
  padding: 80px 0;
  background: #E9E8F1;
}
@media screen and (max-width:980px) {
  .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:980px) {
  .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: #EFF1E8;
}
@media screen and (max-width:980px) {
  .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_rental_bk {
  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: space-around;
}
.top_rental ul.rental_area > li {
  width: 30%;
}
@media screen and (max-width:980px) {
  .top_rental ul.rental_area > li {
    width: 48%;
  }
}
.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width:980px) {
  .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:980px) {
  .top_rental ul.rental_area img {
    height: 120px;
  }
}
.top_rental ul.rental_area h3.spot {
  background: #f0f1f1;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
.top_rental ul.rental_area .rental_tag {
  border: 1px solid #6A5FA0;
  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:980px) {
  .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: 5px;
  }
}
/*プラン*/
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: 30%;
  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: #E2E6CD;
}
@media screen and (max-width:980px) {
  .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:980px) {
  ul.plan_list_flex {
    flex-direction: column;
  }
  ul.plan_list_flex > li {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
  }
  ul.plan_list li img {
    height: 240px;
  }
}
.top_plan {
  padding: 45px 85px 80px;
}
.top_plan_list ul li {
  display: flex;
  position: relative;
}
.top_plan_list ul li img {
  width: 720px;
  height: 486px;
  object-fit: cover;
}
.top_plan_list ul li .p-plan__txtbox {
  position: absolute;
  background: #dcdede;
  padding: 40px 60px;
  top: 240px;
  right: 0;
  max-width: 460px;
}
.top_plan_list ul li .p-plan__txtbox h3 {
  line-height: 1.6;
  padding-bottom: 20px;
}
/*プラン　スマホ版*/
@media screen and (max-width:980px) {
  .top_plan {
    padding: 10% 0;
  }
  .top_plan_list ul li img {
    height: 200px;
    object-fit: cover;
  }
  .top_plan_list ul li .p-plan__txtbox {
    top: 200px;
    padding: 3rem 3rem;
  }
  .top_plan p.msg {
    margin-top: 220px;
  }
  .top_plan .btn_link_color {
    margin-top: 220px;
  }
}
/*周辺観光*/
.top_gf {
  padding: 80px 0;
}
@media screen and (max-width:980px) {
  .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 li {
  width: 32%;
  height: 400px;
  margin: 30px 10px;
  background: #fff;
}
.top_gf ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width:980px) {
  .top_gf ul {
    margin-bottom: 20px;
  }
  .top_gf ul li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}
.top_gf ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}
.top_gf ul li h3.spot {
  border-bottom: 1px solid #EBCA7C;
  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;
}
.top_access {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width:980px) {
  .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:980px) {
  .top_access .g_map {
    height: 240px;
  }
  .top_access .g_map iframe {
    height: 240px;
  }
}
.top_access ul {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .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:980px) {
  .top_access li {
    flex-direction: column;
  }
}
.top_access li h3 {
  background: #ECECEC;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media screen and (max-width:980px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
  }
}
.top_access li p {
  width: 74%;
  padding: 16px 14px;
}
@media screen and (max-width:980px) {
  .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 #555B36;
}
.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: 60px auto 20px;
  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;
}
.tene_caption p {
  color: #474747;
}
.top_faq {
  padding: 80px 0;
}
@media screen and (max-width:980px) {
  .top_faq {
    padding: 0 0 0;
    margin-bottom: 3%;
    margin-top: 80px;
  }
}
.top_faq_box {
  display: flex;
}
@media screen and (max-width:980px) {
  .top_faq_box {
    flex-direction: column;
  }
  .ransui_box {
    flex-direction: column-reverse;
  }
}
.top_faq_box .top_textarea_p {
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #e9e1d1;
  padding: 1%;
}
.top_faq_box .top_textarea_p .inner {
  border: 1px solid #fff;
  padding: 0 6% 20px;
  height: 355px;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .top_faq_box .top_textarea_p {
    width: 98%;
    text-align: center;
  }
  .top_faq_box .top_textarea_p .inner {
    border: 1px solid #fff;
    padding: 0 0 20px;
    height: auto;
    width: 100%;
  }
}
.top_faq_box .top_faq_img {
  width: 60%;
}
@media screen and (max-width:980px) {
  .top_faq_box .top_faq_img {
    width: 100%;
  }
}
.top_faq p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2.0;
}
@media screen and (max-width:980px) {
  .top_faq p.msg {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.top_faq img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 100%;
}
@media screen and (max-width:980px) {
  .top_faq img {
    height: auto;
  }
}
/*------------------------------------------

ギャラリー

------------------------------------------*/
.gallery {
  background-color: #adadad;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.gallery ul li {
  width: 20%;
  display: inline-block;
  margin: 10px
}
.gallery ul li img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.gallery h2 {
  padding-bottom: 30px;
  color: #271b00;
  font-size: 2.6rem;
}
/*PC*/
@media screen and (min-width: 768px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .gallery ul li {
    width: 42%;
    margin: 5px
  }
  .gallery ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
}
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.8) 50%, rgba(173, 173, 173, 0.8) 50%, #adadad 100%);
}
/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 10px 20px;
  border: 1px solid #271b00;
  color: #271b00;
  font-size: 17px;
}
.readmore-label:before {
  content: 'See more';
}
.readmore-check {
  display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
  margin-top: 25px;
}
.readmore-check:checked ~ .readmore-label:before {
  content: 'Close up';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
@media screen and (max-width: 767px) {
  .readmore-check:checked ~ .readmore-content {
    height: auto;
  }
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
.checkin_wrapper .checkin {
  padding-bottom: 8%;
}
.feature_main_ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000;
}
.feature_main_ttl span {
  display: block;
}
.feature_main_ttl span::first-letter {
  color: #1f8a83;
}
.feature_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.feature_wrap.reverse {
  flex-direction: row-reverse;
}
.feature_wrap:last-of-type {
  margin-bottom: 0;
}
.feature_img {
  width: 60%;
  height: 500px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
.feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reverse .feature_img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.feature_txt {
  width: 40%;
  padding: 60px;
}
.feature_txt.box_l {
  left: 0;
  right: inherit;
}
.feature_txt p {
  font-size: 16px;
}
p.feature_num {
  font-size: 40px;
  font-weight: 600;
  color: #EBCA7C;
}
.feature_ttl {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.feature_ttl span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.slide_anim {
  opacity: 0;
  display: inline-block;
  overflow: hidden;
}
.slide_anim.on {
  animation-name: maskIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.slide_anim.on:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slide_anim:before {
  background: #EBCA7C;
}
@keyframes maskIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
.bg_gray {
  background-image: linear-gradient(23deg, rgba(202, 202, 202, 0.02) 0%, rgba(202, 202, 202, 0.02) 13%, transparent 13%, transparent 80%, rgba(11, 11, 11, 0.02) 80%, rgba(11, 11, 11, 0.02) 100%), linear-gradient(42deg, rgba(98, 98, 98, 0.02) 0%, rgba(98, 98, 98, 0.02) 36%, transparent 36%, transparent 77%, rgba(252, 252, 252, 0.02) 77%, rgba(252, 252, 252, 0.02) 100%), linear-gradient(286deg, rgba(173, 173, 173, 0.02) 0%, rgba(173, 173, 173, 0.02) 2%, transparent 2%, transparent 12%, rgba(59, 59, 59, 0.02) 12%, rgba(59, 59, 59, 0.02) 100%), linear-gradient(77deg, rgba(87, 87, 87, 0.02) 0%, rgba(87, 87, 87, 0.02) 18%, transparent 18%, transparent 55%, rgba(247, 247, 247, 0.02) 55%, rgba(247, 247, 247, 0.02) 100%), linear-gradient(90deg, white, white);
}
.bg_area {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/slide.jpg) no-repeat top center / cover;
  background-attachment: fixed;
}
.bg_zigzag {
  background-color: #fafafa;
  background-image: linear-gradient(135deg, #f3f6f7 25%, transparent 25%), linear-gradient(225deg, #f3f6f7 25%, transparent 25%), linear-gradient(45deg, #f3f6f7 25%, transparent 25%), linear-gradient(315deg, #f3f6f7 25%, #fafafa 25%);
  background-position: 40px 0, 40px 0, 0 0, 0 0;
  background-size: 80px 80px;
  background-repeat: repeat;
}
.mbox {
  padding: 40px;
  background: #fff;
}
/* .room_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
} */
.top_facility .top_facility_box .roomcontainer {
  width: 100%;
  max-width: 100% !important;
}
.room_wrap .room_txt {
  padding: 20px;
}
.facility_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.facility_list ul li {
  width: 32%;
  background: #fff;
  margin: 0px 20px;
}
.facility_list ul li figure {
  width: 100%;
}
.facility_list ul li figure img {
  width: 100%;
}
.facility_txt {
  padding: 1rem;
}
.facility_ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.facility_ttl {
  display: flex;
  align-items: center;
}
.facility_ttl::before {
  content: '';
  display: block;
  width: 4px;
  height: 1.5rem;
  background: #EBCA7C;
  margin-right: 5px;
}
.access_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.access_left, .access_right {
  width: 50%;
}
.access_right {
  padding: 0 40px;
}
.g_map2 {
  width: 100%;
  padding-top: calc(3/5*100%);
  position: relative;
}
.g_map2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.map_ico::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
}
.tbl {
  width: 100%;
  line-height: 1.6;
}
.tbl th, .tbl td {
  padding: 1rem;
}
.tbl th {
  width: 25%;
  border-bottom: 1px solid #EBCA7C;
}
.tbl td {
  border-bottom: 1px solid #333;
}
.btn01 {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #333;
  transition: 0.3s ease-in-out;
}
.btn01:hover {
  background: #333;
  color: #fff;
}
.faq_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_img {
  width: 50%;
}
.faq_txt {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 980px) {
  .top_feature_bk {
    padding: 10% 0 0;
  }
  .feature_wrap {
    margin-bottom: 0;
  }
  .feature_img {
    width: 100%;
    height: auto;
  }
  .feature_txt {
    width: 100%;
    padding: 0 20px 30px;
    margin: auto;
    position: static;
  }
  p.feature_num {
    font-size: 26px;
  }
  .feature_ttl span {
    font-size: 18px;
  }
  .facility_list ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .faq_img {
    width: 100%;
  }
  .faq_txt {
    width: 100%;
    padding: 20px;
  }
  .access_left, .access_right {
    width: 100%;
  }
  .access_left {
    margin-bottom: 1rem;
  }
  .access_right {
    padding: 0;
  }
  .mbox {
    padding: 20px;
  }
}
.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wave > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.wave > use:nth-child(1) {
  animation-delay: -3s;
  animation-duration: 17s;
}
.wave > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.wave > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 7s;
}
.wave > use:nth-child(4) {
  animation-delay: 0s;
  animation-duration: 4s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}
.ripple {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.room_img img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .area_slider {
    width: 100%;
  }
  .bg_area {
    background-attachment: scroll;
  }
}
.t_access table {
  width: 100%;
}
.t_access table tr {
  margin: 20px 0;
  display: block;
}
.t_access table th {
  padding: 20px;
  background: #EBCA7C;
  align-items: center;
  color: #fff;
  width: 250px;
}
.t_access table td {
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .t_access table th {
    width: 100%;
    display: block;
  }
}
/*食事ページスライダー*/
.top_slider {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 777px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }
  .top_slider .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
.feature_img .img04 {
  object-position: 0% -107px;
}
@media screen and (max-width:896px) {
  .feature_img .img04 {
    object-position: 0;
  }
}
/*ルートマップ*/
.routemap img {
  width: 60%;
  margin: 15px auto;
}
@media screen and (max-width:1100px) {
  .routemap img {
    width: 96%;
    margin: 15px auto;
  }
}
.top_bnr {
  padding: 30px 0;
}
.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_bnr li {
  width: 50%;
}
.top_bnr li img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:1100px) {
  .top_bnr li {
    width: 100%;
  }
}

/*閉じるバナー*/
.callout-banner {
  position: fixed;
  z-index: 50;
  width: 20%;
  max-width: 90%;
  overflow: hidden;
  bottom: 20px;
  left: 20px;
  display: block;
}
.callout-banner img {
  width: 100%;
  height: auto;
  display: block;
}
/* ✖ボタン */
.banner-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  padding: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media screen and (max-width: 896px) {
  .callout-banner {
    bottom: 65px;
    left: 0;
    width: 100%;
    max-width: 50%;
  }
}