/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.9;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 3px;
}

.top_slid h2 span {
  font-size: 24px;
}

.top_slid h2 img {
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .top_slid h2 img {
    width: 160px;
  }

  .top_slid h2 span {
    font-size: 12px;
  }
}

.top_slid h2 span.sazanami {
  font-size: 28px;
  letter-spacing: 1px;
}

.top_slid h2 span.openday {
  position: relative;
  font-size: 23px;
}

@media screen and (max-width:896px) {
  .top_slid {
    padding-top: 0;
  }

  .top_slid h2 {
    top: 53%;
    font-size: 16px;
  }

  .top_slid h2 span.sazanami {
    font-size: 14px;
  }

  .top_slid h2 span.openday {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .top_slid {
    /* height: 240px; */
    position: relative;
  }
}

/*
.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;
  color: #fff;
}

p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

@media screen and (max-width:896px) {
  p.color_p {
    text-align: left;
  }
}

.chiba_glamping_top_bk {
  background: url("../img/top/mv_msk.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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: 15px 0;
  background: #E8ECF1;
}

.top_corona h3 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .top_corona h3 {
    width: 95%;
    font-size: 16px;
  }
}

.top_corona a {
  display: block;
  padding: 30px;
}

@media screen and (max-width:896px) {
  .top_corona a {
    padding: 20px;
  }
}

.top_news {
  padding: 30px 0;
  background: #F8F9FB;
}

.top_news .container {
  display: flex;
}

@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  border-right: 1px solid #6A5FA0;
  width: 165px;
  display: flex;
  align-items: center;
}

@media screen and (max-width:896px) {
  .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;
}

@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: #6A5FA0;
  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 {
  padding: 0 0 110px 0 !important;
}

@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.6rem;
  line-height: 2.2;
  padding-bottom: 15px;
  color: #fff;
  padding: 8% 5% 5%;
}

.top_msg h2 span {
  font-size: 1.6rem;
  color: #6A5FA0;
  letter-spacing: 0.1em;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 26% 5% 5%;
  }

  .top_msg h2 span {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 2.2;
  color: #fff;
  padding: 7% 5% 8%;
}

@media screen and (max-width:896px) {
  .top_msg p {
    text-align: center;
    font-size: 1.4rem;
  }
}

.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: 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;
}

@media screen and (max-width:896px) {
  .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_container {
  margin: 0 auto;
  padding: 0 10px;
}

.top_feature {
  /*background-image: url(../img/top/diagmonds_@2X.png);*/
  /* Background pattern from Toptal Subtle Patterns */
}

.top_feature_bk {
  padding: 85px 0;
}

@media screen and (max-width:896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}

/*.top_feature p {
	line-height: 2.0;
}*/
@media screen and (max-width:896px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.top_feature h2 span {
  font-size: 1.5rem;
  color: #555B36;
}

.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%;
  height: 490px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.feature_txtarea {
  background: #e4e0f5;
  height: 490px;
  margin: 0 auto;
  width: 50%;
}

@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: #3A4B60;
  margin-bottom: 20px;
}

.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;
}

@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:896px) {
  .top_facility {
    padding: 10% 0;
  }
}

.facility_mainimg img {
  width: 100%;
  height: 500px;
  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;
  }

  .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: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: 45%;
  margin: 0 auto 25px;
}

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 12%;
    width: 100%;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: 240px;
  }
}

ul.glam_list li .txt {
  background: #E8ECF1;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  height: 200px;
}

ul.glam_list li .txt .inner {
  border: 1px solid #ebebec;
  padding: 0 32px 20px;
  height: 177px;
}

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;
  text-align: center;
}

.top_pickup ul li {
  width: 29%;
  margin: 10px;
  display: inline-grid;
}

@media screen and (max-width:896px) {
  .top_pickup ul li {
    width: 94%;
    display: inline-grid;
  }

  .top_pickup ul li img {
    height: 150px;
  }
}

.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 85%;
  padding: 10px;
  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;
  padding: 10px;
  position: relative;
  z-index: 20;
  border: 1px solid #d3d3d3;
}

.top_pickup ul li a:hover {
  opacity: 1;
}

.top_pickup ul li p.pickup-title {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px 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: 240px;
  object-fit: cover;
}

/*ピックアップ*/
.top_activity_bk {
  padding: 80px 0;
  background: #C8D2DE;
}

@media screen and (max-width:896px) {
  .top_activity_bk {
    padding: 10% 0;
  }
}

.top_activity_bk ul li {
  margin: 10px;
}

.top_content__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_content__img img {
    height: 200px;
  }
}

.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 80px;
}

/*インスタ*/
.top_insta {
  padding: 80px 0;
  background: #EFF1E8;
}

@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;
}

/*レンタル*/
.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:896px) {
  .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: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: 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:896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .price {
    text-indent: 0;
    text-align: right;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 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: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 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:896px) {
  .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: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 li {
  width: 32%;
  padding-bottom: 120px;
  margin: 30px 10px;
  background: #fff;
}

.top_gf ul li img {
  width: 100%;
  height: 200px;
  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;
    padding-bottom: 60px;
  }

  .top_gf ul li img {
    height: 140px;
  }
}

.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 #788073;
  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_access {
  padding: 80px 0;
  background: #fff;
}

@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}

.top_access h2 {
  margin-bottom: 40px;
}

.top_access .g_map {
  height: 360px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

@media screen and (max-width:896px) {
  .top_access .g_map {
    height: 240px;
  }

  .top_access .g_map iframe {
    height: 240px;
  }
}

.top_access ul {
  width: 94%;
  margin: 0 auto;
}

@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: #E8ECF1;
  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 #555B36;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 20px;
}

.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;
}

/*フォトギャラリー*/
h2.color-gallery {
  font-size: 2.6rem;
  margin: 45px 0 30px;
  line-height: 1.4;
  color: #333;
}

.meal-box {
  background-color: rgba(228, 224, 245, 1);
  padding-top: 90px;
  padding-bottom: 130px;
}

.meal-box ul li {
  width: 24%;
}

.meal-box ul li img {
  width: 100%;
  object-fit: cover;
}

.inr {
  padding-right: 70px;
  padding-left: 70px;
}

.mb45 {
  margin-bottom: 45px;
}

.meal-box h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 45px;
  color: #333;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  h2.color-gallery {
    margin: 20px 0 30px;
  }

  .meal-box {
    padding-top: 20px;
  }

  .meal-box ul li {
    width: 49%;
  }

  .meal-box ul li img {
    width: 100%;
    object-fit: cover;
  }

  .inr {
    padding: 15px
  }

  .mb45 {
    margin-bottom: 20px;
  }
}

/*	flexbox
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
.fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fb-both {
  /*両端揃え*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.fb-right {
  /*右寄せ*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.fb-center {
  /*中央揃え*/
  justify-content: center;
  -webkit-justify-content: center;
}

.fb-rev {
  flex-direction: row-reverse;
}

.fb-col-rev {
  flex-direction: column-reverse;
}

.fb-al-center {
  align-items: center;
}

.fb-al-top {
  align-items: flex-start;
}

.fb-al-bottom {
  align-items: flex-end;
}

.inb {
  display: inline-block;
}

/*PC*/
@media screen and (min-width: 768px) {
  .pc-t-center {
    text-align: center;
  }

  .pc-t-center img {
    margin-right: auto;
    margin-left: auto;
  }

  .pc-t-left {
    text-align: left;
  }

  .pc-t-right {
    text-align: right;
  }

  .pc-t-jus {
    text-align: justify;
  }

  .pc-fb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pc-fb-both {
    /*両端揃え*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .pc-fb-right {
    /*右寄せ*/
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  .pc-fb-center {
    /*中央揃え*/
    justify-content: center;
    -webkit-justify-content: center;
  }

  .pc-fb-rev {
    flex-direction: row-reverse;
  }

  .pc-fb-col-rev {
    flex-direction: column-reverse;
  }

  .pc-fb-al-center {
    align-items: center;
  }
}

/*END*/
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 520px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(228, 224, 245, 0) 0%, rgba(228, 224, 245, 0.8) 50%, rgba(228, 224, 245, 0.8) 50%, #e4e0f5 100%);
  background: linear-gradient(top, rgba(228, 224, 245, 0) 0%, rgba(228, 224, 245, 0.8) 50%, rgba(228, 224, 245, 0.8) 50%, #e4e0f5 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 12px 30px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  width: 160px;
  border-radius: 24px;
}

.readmore-label:before {
  content: '看更多';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '關閉';
}

/*チェック時に高さを自動に戻す*/
.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;
}

.bath_img {
  width: 50%;
}

.bath_img img {
  width: 100%;
}

@media screen and (max-width:1200px) {
  .bath_img {
    width: 100%;
    margin: 10px auto;
  }
}

.bath-txt {
  text-align: center;
  font-size: 2rem;
  line-height: 32px;
  margin-top: 20px;
}

#room .meal_imgsl {
  width: 530px;
}

@media screen and (max-width:896px) {
  #room .meal_imgsl {
    width: 100%;
  }

  #room img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #room .inner {
    flex-direction: column;
  }

  #room .txt {
    width: auto;
    padding-left: 0;
  }

  #room .txt ul li {
    font-size: 1.4rem;
    padding: 12px 4px;
    text-align: left;
  }

  #room .meal_list table th,
  #room .meal_list table td {
    display: block;
    text-align: left;
    border-bottom: none;
    width: calc(100% - 40px);
  }

  #room .meal_list table th:first-child,
  #room .meal_list table td:first-child {
    width: calc(100% - 40px);
    border-bottom: 1px dotted #eee;
  }

  #room .meal_list table th.line_sp {
    border-top: 1px solid #fff;
  }
}

/*フッターのリゾグラバナー*/
.rgbnr {
  padding: 30px 0;
}

.rgbnr {
  width: 38%;
  margin: 0 auto;
}

.rgbnr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .rgbnr {
    width: 90%;
    margin: 20px auto 0;
  }
}

/* TOPバナー*/
.top_bnr {
  padding: 50px 0;
  background: #e1e1e1
}

.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_bnr ul li {
  width: 27%;
  margin: 10px;
}

.top_bnr ul li img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_bnr ul li {
    width: 100%;
  }
}