/* TOPページ */
.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 84%;
  left: 2%;
  text-align: left;
  transform: translateY(-50%);
  z-index: 3;
}

.top_slid h2 img {
  width: 300px;
  margin: 0 auto;
}

.top_slid h2 span.subttl {
  font-size: 21px;
}

.top_slid h2 span.openday {
  font-size: 24px;
}

@media screen and (max-width:896px) {

  /*.top_slid {
    margin-top: 60px;
  }*/
  .top_slid h2 {
    top: 42%;
    font-size: 14px;
    -webkit-transform: translate(0%, 0%);
    text-align: center;
    left: 3%;
  }

  .top_slid h2 span.subttl {
    font-size: 14px;
  }

  .top_slid h2 span.openday {
    font-size: 13px;
  }
}

p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.0;
}

.mask h2,
.mask p {
  color: #fff;
}

.top_location_txt {
  background: #fff;
  width: 46%;
}

@media screen and (max-width:896px) {
  .top_location_txt {
    padding: 0 0 60px;
    width: 100%;
  }
}

.top_corona {
  padding: 40px 0;
  background: #3C404D;
}

.top_corona h3 {
  color: #fff;
  text-align: center;
}

.top_corona a {
  color: #fff;
  text-decoration-line: underline;
}

.top_news {
  padding: 30px 0 30px 8px;
  background: #E5EDF9;
}

.top_news .container {
  display: flex;
}

@media screen and (max-width:896px) {
  .top_news {
    padding: 30px 0;
  }

  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 {
  border-right: 1px solid #949C90;
  width: 165px;
  display: flex;
  align-items: center;
}

@media screen and (max-width:896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #949C90;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}

.top_news ul li {
  padding: 15px 0;
}

@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}

.top_news ul li span.date {
  padding: 0 22px 0 30px;
}

.top_news ul li span.cate {
  color: #fff;
  background: #80A7E1;
  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: 560px;
  padding: 100px 0 0 0;
  /* background: url(../img/top/top_msg_back.jpg); */
  background-color: #C4D578;
  background-size: cover;
  background-position: bottom;
  background-image: linear-gradient(rgb(0 0 0 / 13%), rgb(0 0 0 / 18%)), url(../img/top/top_msg_back.jpg);
}

.top_msg img {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .top_msg {
    height: auto;
    padding: 8% 0 0;
    background-size: cover;
    background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 25%)), url(../img/top/top_msg_back.jpg);
  }

  .top_msg img {
    width: 180px;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.1;
  padding: 18px 1% 20px;
  margin-bottom: 34px;
  color: #fff;
}

.top_msg h2 span.engl {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.top_msg h2 span.msg_subttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 8% 1% 5%;
  }

  .top_msg h2 span.engl {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 2.1;
  color: #fff;
}

@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0 8% 60px;
  }
}

.top_location {
  padding: 80px 0 0;
  display: flex;
}

@media screen and (max-width:896px) {
  .top_location {
    flex-direction: column;
  }
}

.top_location img {
  display: inline;
  max-width: 100%;
  width: 54%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_location img {
    width: 100%;
  }
}

.top_location .txt {
  padding: 68px 0;
}

@media screen and (max-width:896px) {
  .top_location .txt {
    padding: 20px 0 0;
    width: 100%;
  }
}

.top_location .txt h2 {
  font-size: 2.1rem;
  line-height: 1.6;
}

.top_location .txt h2 span {
  color: #D5D2DD;
  font-size: 1.8rem;
}

.top_location .txt p {
  margin-top: 40px;
  line-height: 1.7;
  padding: 0 5%;
  text-align: center;
}

.top_feature {
  background: #9FB1CC;
}

.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;
}

.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: 600px;
  height: 480px;
  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.95);
  max-width: 600px;
  height: 480px;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

.textarea_p {
  padding: 5rem;
}

@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;
  margin-bottom: 20px;
  border-bottom: 1px solid #AFB4AC;
}

.textarea_p h3 span.sub_title {
  font-size: 1.6rem;
}

/*.textarea_p h3:after {
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ebebec, #ebebec 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ebebec, #ebebec 2px, #fff 2px, #fff 4px);
}*/
.textarea_p h3 span.point_n {
  font-size: 5rem;
  font-style: italic;
  color: #3B6BB5;
}

@media screen and (max-width:1024px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}

.top_room_bk {
  padding: 80px 0;
  background-image: url(../img/top/white_paperboard.jpg);
  /* Background pattern from Toptal Subtle Patterns */
}

@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 {
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  .top_room .container {
    padding: 0 0;
  }
}

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  margin: 60px auto 20px;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #EBE7B9;
}

.heading03::before {
  margin-right: 20px;
}

.heading03::after {
  margin-left: 20px;
}

ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.glam_list li {
  width: 48%;
  margin-bottom: 40px;
  padding: 10px;
}

ul.glam_list li p {
  padding-top: 20px;
}

ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

ul.glam_list li dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

ul.glam_list li dd {
  padding: 10px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }

  ul.glam_list li dt {
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }

  ul.glam_list li dd {
    padding: 10px;
    margin: 0;
    width: 65%;
    box-sizing: border-box;
    text-align: center;
  }
}

ul.glam_list li img {
  position: relative;
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 340px;
}

@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: 240px;
  }
}

ul.glam_list li .txt {
  background: #526F9B;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}

ul.glam_list li .txt .inner {
  border: 1px solid #fff;
  padding: 0;
}

@media screen and (max-width:896px) {
  ul.glam_list li .txt .inner {
    padding: 0 8px 20px;
  }
}

ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

/*充実の設備 レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
  background: #F6F6F7;
}

.top_rental_bk_w {
  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: center;
}

.top_rental ul.rental_area>li {
  width: 23.5%;
  padding: 5px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area>li {
    width: 98%;
    padding: 1%;
  }
}

.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area li.tag {
    flex-direction: column;
  }
}

.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 220px;
  }
}

.top_rental ul.rental_area h3.spot {
  background: #EBE7B9;
  padding: 13px 0;
  text-align: center;
  font-size: 1.5rem;
}

.top_rental ul.rental_area .rental_tag {
  border: 1px solid #949C90;
  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: 15px;
  background: #fff;
  height: auto;
  line-height: 1.5;
}

@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: 20px;
    height: auto;
  }
}

/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background: #F6F6F7;
}

.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:896px) {
  .top_pickup ul li {
    width: 100%;
    display: inline-grid;
  }
}

.top_pickup ul li .pickup-ttl {
  background: #EBE7B9;
  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 #fff;
}*/
.top_pickup ul li .inner {
  z-index: 30;
  border: 1px solid #fff;
}

.top_pickup ul li a:hover {
  opacity: 1;
}

.top_pickup ul li p.pickup-title {
  font-size: 16px;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
  color: #fff;
}

.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;
}

@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: #EEF4F4;
}

@media screen and (max-width:896px) {
  .top_insta {
    padding: 10% 0;
  }
}

.top_insta p {
  text-align: center;
}

.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

/*周辺観光*/
.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: space-between;
  margin-bottom: 50px;
}

.top_area ul li {
  margin: 10px;
}

.top_area ul li img {
  width: 100%;
  height: 220px;
  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: 60px;
  }
}

.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #949C90;
}

/*.top_area ul li h3.spot {
	background: #5d87b7;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #5d87b7;
}*/
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/*プラン*/
ul.plan_list_flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}

ul.plan_list_flex>li {
  background: #fff;
  width: 27%;
  margin: 0 10px;
}

ul.plan_list .plan_list__in {
  width: 100%;
}

ul.plan_list li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

ul.plan_list h3,
.top_plan_list .p_desc {
  width: 85%;
  margin: 20px auto;
  line-height: 1.6;
}

.top_plan {
  padding: 80px 0;
  background: #f2f6f9;
}

@media screen and (max-width:896px) {
  .top_plan {
    padding: 10% 0;
  }
}

.top_plan_list .p-plan_cat p {
  border: 1px solid #ccc;
  padding: 2px 16px;
  border-radius: 20px;
  background: #fff;
  width: 100px;
  text-align: center;
  margin-left: 38px;
}

@media screen and (max-width:896px) {
  ul.plan_list_flex {
    flex-direction: column;
  }

  ul.plan_list_flex>li {
    background: #fff;
    width: 100%;
    margin: 0 auto 40px;
  }

  ul.plan_list li img {
    height: 240px;
  }
}

.top_faq {
  padding: 80px 0;
}

@media screen and (max-width:896px) {
  .top_faq {
    padding: 0 0 0;
    margin-bottom: 3%;
  }
}

.top_faq_box {
  display: flex;
}

@media screen and (max-width:896px) {
  .top_faq_box {
    flex-direction: column;
  }

  .ransui_box {
    flex-direction: column-reverse;
  }
}

.top_faq_box .top_textarea_p {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #B8C6DC;
  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:896px) {
  .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: 70%;
}

@media screen and (max-width:896px) {
  .top_faq_box .top_faq_img {
    width: 100%;
  }
}

.top_faq h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 40px;
  color: #5B666F;
}

@media screen and (max-width:896px) {
  .top_faq h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
  }
}

.top_faq p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2.0;
}

@media screen and (max-width:896px) {
  .top_faq p.msg {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.top_faq img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_faq img {
    height: 235px;
  }
}

.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: 40px auto 80px;
}

@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: #E7EBF0;
  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: 60px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 10px 12px 10px 2px;
  border: 1px solid #6C7883;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
}

.top_access p.checkin {
  font-size: 1.9rem;
}

.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 0.9em;
}

.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.top_access p.note {
  color: #f00;
}

.top_access .p_map {
  width: 1060px;
  margin: 60px auto;
}

.top_access .p_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_access .p_map {
    width: 100%;
  }

  .top_access .p_map img {
    height: 200px;
  }

  .top_access p.checkin_ttl {
    font-size: 1.5rem;
  }
}

/*フォトギャラリー*/
.meal-box {
  padding: 90px 0;
}

.meal-box ul {
  width: 100%;
  margin: 0 auto;
}

.meal-box ul li {
  width: 32%;
}

.meal-box ul li img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.inr {
  padding-right: 70px;
  padding-left: 70px;
}

.mb45 {
  margin-bottom: 45px;
}

.meal-box h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.8;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .meal-box {
    padding: 50px 0 90px;
  }

  .meal-box ul {
    width: 100%;
  }

  .meal-box ul li {
    width: 49%;
  }

  .meal-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
  }

  .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;
  background: #efefef;
}

.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(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.8) 50%, rgba(239, 239, 239, 0.8) 50%, #efefef 100%);
  background: linear-gradient(top, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.8) 50%, rgba(239, 239, 239, 0.8) 50%, #efefef 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  color: #3F72C0;
  border: #fff solid 1px;
  width: 190px;
  font-weight: bold;
  border-radius: 24px;
  padding: 12px 30px;
  margin: 0 auto;
  border: #3F72C0 1px solid;
}

.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; */
}

.readmore-check:checked~.readmore-label:before {
  content: 'Close up';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

@media screen and (max-width:896px) {
  .readmore-check:checked~.readmore-content {
    height: auto;
  }
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*END*/
/* instagram */
.top_instagram {
  padding: 80px 0;
  background-color: #f4f4f4;
}

@media screen and (max-width:896px) {
  .top_instagram {
    padding: 10% 0;
  }
}

.top_instagram h2 {
  margin-bottom: 30px;
}

/*.top_instagram_img {
  padding: 1%;
}*/
.top_instagram_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /*padding: 1%;*/
  height: auto;
  margin: 0 auto;
}

.slick-slide h3 {
  padding-left: 5% !important;
  padding-top: 2%;
}

.top_instagram .link a {
  color: #222;
  border: #222 1px solid;
}

.instagram-box h2 {
  margin-top: 6%;
}

@media screen and (max-width:896px) {
  .instagram-box h2 {
    margin-top: 25%;
  }

  .instagram-box p {
    padding: 4%;
  }
}

.instagram_slides {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.top_instagram li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 5% 1.5%;
}

.instagram_archive p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-left: 1%;
  margin-bottom: 2%
}

@media screen and (max-width:896px) {
  .instagram_archive li {
    width: 98%;
  }
}

.top_instagram_li {
  width: 93%;
  background: white;
  margin: 0 auto;
}

.instagram_contents p {
  white-space: pre-wrap;
}

.instagram_contents h2 {
  text-align: left;
  padding: 0 0 1% 1% !important;
  margin-top: 2%;
}

.instagram_archive li {
  text-align: left;
  background: #f8f8f8;
}

.instagram_archive h3 {
  text-align: left;
  margin: 2% 0 6% 1%;
  width: 99%;
  font-size: 14px;
}

/* ポップアップ*/
.instagram_main_contents .content_width {
  background: #fff;
}

.instagram_contents {
  display: flex;
}

.instagram_contents .content {
  padding-left: 2%;
  width: 95%;
}

@media screen and (max-width:896px) {
  .instagram_contents {
    display: block;
  }
}

@media screen and (max-width:896px) {
  .top_instagram ul.sp_instagram_ul {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    gap: 20px;
    padding: 10px;
  }

  .top_instagram_li {
    width: 100%;
  }

  .sp_instagram_ul h3 {
    padding-left: 5%;
    padding-top: 2%;
  }

  .top_instagram .slick-initialized .slick-slide {
    margin: 0 10px;
  }
}

/*.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
*/
.swiper .swiper-slide video {
  width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl,
.swiper-button-next {
  color: #fff !important;
}

@media screen and (min-width:896px) {

  .swiper-button-prev,
  .swiper-container-rtl,
  .swiper-button-next {
    top: 20% !important;
  }
}

/*閉じるバナー*/
.callout-container {
  position: fixed;
  width: 400px;
  z-index: 100;
  left: 0;
  bottom: 0;
  /*background-color: #fff;*/
  padding: 5px;
}

.callout-container img {
  width: 100%;
}

.bnr_close {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
}

.bnr_close:hover {
  color: lightgrey;
}

@media screen and (max-width: 897px) {
  .callout-container {
    width: 100%;
    padding: 2px;
    bottom: 60px;
  }

  .bnr_close {
    top: -10px;
    right: 0px;
  }
}