/*------------------------------------------

MV

------------------------------------------*/
main .mv {
  display: none;
}

/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/
.top_slid {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 100vh;
}

.top_slid img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.slid_msg {
  color: #fff;
  width: 540px;
  line-height: 1.9;
  font-size: 24px;
  position: absolute;
  text-shadow: white 1px 1px 10px, #5e5e5e -1px 1px 10px, #979797 1px -1px 10px, black -1px -1px 10px;
  top: 48%;
  right: 8%;
  z-index: 3;
  width: max-content;
}

.slider {
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-img img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width:896px) {
  .top_slid {
    margin-top: 60px;
    height: 480px;
  }

  .top_slid img {
    height: 480px;
  }

  .slick-initialized .slick-slide {
    height: 480px;
  }

  .slid_msg {
    font-size: 16px;
    top: 9%;
    right: unset;
    left: 30px;
  }
}

.top_mv {
  padding-top: 80px;
  position: relative;
}

.top_mv img {
  width: 100%;
}

.color_bk {
  color: #333;
}

.color_bk a {
  color: #555;
}

.color_gr {
  color: #CFCFCF;
}

.top_feature .color_gr {
  color: #CFCFCF;
}

.color_fgr {
  color: #F0F0F0;
}

.top_mv h2 span.openday {
  font-family: 'Kaushan Script', cursive;
  font-size: 32px;
}

@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;
  }
}

.top_news {
  padding: 0;
  margin: 20px auto 80px;
}

.top_news ul {
  margin: 0 auto;
  max-width: 1000px;
  overflow-y: scroll;
  height: 120px;
}

@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 span {
  font-size: 14px;
}

.top_news h2 a {
  color: #C0C0C0;
}

.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
  width: 98%;
  margin: 0 auto;
}

.top_news ul li a {
  color: #fff;
}

@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;
  color: #fff;
}

.top_news ul li span.cate {
  color: #fff;
  background: #426a71;
  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;
}

/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}

ul.media_list li {
  width: 25%;
  margin-top: 0px;
}

ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}

ul.media_list li.txt p {
  text-align: left;
}

ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}

ul.media_list .image img {
  width: 100%;
  height: auto;
}

ul.media_list p {
  text-align: center;
  margin: 10px 0;
}

/*END*/
/*------------------------------------------

コンセプト

------------------------------------------*/
.about-box .inr {
  padding: 160px 15px;
  background: url("../img/top/top_bk.jpg");
  background-size: cover;
  position: relative;
  height: auto;
  background-position: center;
}

.about-box .inr:after {
  content: '';
  background-color: rgba(70, 70, 70, 0.4);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inr_zind {
  position: relative;
  z-index: 95;
  text-align: center;
}

.line_h {
  line-height: 2.4;
}

.about-box h2 {
  font-size: 4.0rem;
  line-height: 1.7;
  position: relative;
}

.about-box h2 .sub {
  font-size: 1.4rem;
  color: #E6E4E3;
  display: block;
}

.about-box h3 {
  font-size: 2.5rem;
  line-height: 1.8;
  text-shadow: white 1px 1px 10px, #5e5e5e -1px 1px 10px, #979797 1px -1px 10px, black -1px -1px 10px;
}

.bord {
  width: 15%;
  height: 2px;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 3px solid #66645E;
  margin: 0 auto 50px;
}

.bord:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 49%;
  height: 3px;
  content: '';
  background: #99968D;
}

.w_box {
  background-color: #f4f4f4;
}

.column-box .w_box {
  background-color: #f4f4f4;
}

.b_box {
  background-color: #3E3E43;
}

.column-box .b_box {
  background-color: #3E3E43;
}

/*.about-box .spec-list-wrap {
	background-color: #182b51;
	padding: 30px 15px;
}
.about-box .spec-list {
	width: 100%;
	max-width: 1150px;
	font-size: 2.0rem;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.about-box .spec-list li {
	width: 16.4285714286%;
	max-width: 212px;
}
.about-box .spec-list li .txt {
	line-height: 1.5;
}
.about-box .spec-list li .sub {
	font-size: .85em;
}*/
/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .about-box .inr {
    padding: 30px 2%;
  }

  .about-box h2 {
    font-size: 3.0rem;
  }

  .about-box h2::after {
    width: 107px;
    height: 17px;
    top: calc(100% + 10px);
  }

  .about-box h2 .sub {
    font-size: 1.2rem;
  }

  .about-box .img img {
    width: 40%;
  }

  .about-box h3 {
    font-size: 2.0rem;
  }

  .column-box .b_box {
    margin-bottom: 60px;
  }

  /*	.about-box .spec-list-wrap {
		background-color: #182b51;
		padding: 30px;
	}
	.about-box .spec-list {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	.about-box .spec-list li {
		width: 45%;
		max-width: none;
		padding-right: 2%;
		padding-left: 2%;
	}
	.about-box .spec-list li img {
		display: block;
	}*/
}

/*END*/
/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #e1e1e1;
}

.kodawari-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.kodawari-box h2.top {
  font-size: 2.6rem;
  margin: 45px 0 60px;
  line-height: 1.7;
  color: #333;
}

.kodawari-box .kodawari-list li {
  width: 31.25%;
  max-width: 400px;
}

.kodawari-box .kodawari-list li img {
  width: 420px;
  height: 550px;
  object-fit: cover;
}

.point {
  position: relative;
}

.point p {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(38, 38, 38, 0.8);
  text-align: center;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .kodawari-box {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .kodawari-box h2.top {
    font-size: 2.0rem;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .kodawari-box .kodawari-list li {
    width: 100%;
    height: 240px;
    max-width: none;
  }

  .point p {
    font-size: 22px;
    padding: 10px 0;
  }
}

/*END*/
/*フォトギャラリー*/
.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: #202b3e;
}

.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(32, 43, 62, 0) 0%, rgba(32, 43, 62, 0.8) 50%, rgba(32, 43, 62, 0.8) 50%, #202b3e 100%);
  background: linear-gradient(top, rgba(32, 43, 62, 0) 0%, rgba(32, 43, 62, 0.8) 50%, rgba(32, 43, 62, 0.8) 50%, #202b3e 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  border: #fff solid 1px;
  padding: 15px 45px;
  text-shadow: white 1px 1px 10px, #5e5e5e -1px 1px 10px, #979797 1px -1px 10px, black -1px -1px 10px;
}

.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*/
/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  padding-bottom: 0px;
}

.room-box .room-head {
  background-color: #232323;
  padding-top: 70px;
}

.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.room-box .room-nav {
  background-color: #1F1F1F;
  padding-bottom: 120px;
}

.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}

.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}

.room-box .link-box {
  width: 127px;
  margin-left: auto;
}

.room-box .room-nav li.lg {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 2px;
}

.room-box .room-nav li.min {
  position: relative;
  width: calc(33.33333% - 1.5px);
}

.room-box .room-nav li img {
  width: 100%;
}

.room-box .room-nav li.lg img {
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .room-box .room-nav li.lg {
    height: auto;
  }

  .room-box .room-nav li.lg img {
    height: auto;
  }
}

.room-box .room-nav li.lg p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 16px 0 16px 25px;
  font-size: 24px;
}

.room-box .room-nav li.min p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 0 6px 18px;
  font-size: 18px;
}

li.lg p span {
  margin-left: 25px;
  color: #E3DCCA;
  font-size: 17px;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .room-box .room-nav {
    padding-bottom: 30px;
  }

  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }

  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }

  .room-box .link-box {
    width: 100%;
    max-width: none;
  }

  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }

  .room-box .room-nav li.min {
    width: 100%;
    margin-bottom: 2px;
  }
}

/*END*/
/*------------------------------------------

FAQ

------------------------------------------*/
.faq-wrap {
  color: #fff;
  /*text-shadow:
    black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;*/
  background-image: url('../img/qa_mv.jpg');
  background-size: cover;
  padding: 120px 0 160px;
  background-position: center;
}

.faq-box .link a {
  color: #fff;
  border: #fff 1px solid;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .faq-wrap {
    padding: 90px 0;
  }
}

/*END*/
/*------------------------------------------

アクティビティ

------------------------------------------*/
.top_activity {
  padding: 80px 0;
  background: #f2f2f2;
}

@media screen and (max-width:896px) {
  .top_activity {
    padding: 10% 0;
  }
}

.top_activity h2.top {
  color: #333;
}

.top_activity ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top_activity ul li {
  margin: 10px;
  background: #fff;
}

.top_activity ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_activity ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .top_activity ul li {
    margin-bottom: 10px;
  }
}

.top_activity ul li h3 {
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #808080;
  line-height: 1.5;
}

/*.top_activity ul li h3.spot {
	background: #5d87b7;
  color: #fff;
}
.top_activity ul li h3.shop {
	background: #5d87b7;
}*/
.top_activity ul li p {
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width:896px) {
  .top_activity .slick-initialized .slick-slide {
    height: auto;
  }
}

/*------------------------------------------

ACCESS

------------------------------------------*/
.top_access {
  padding: 100px 0 30px;
}

@media screen and (max-width:896px) {
  .top_access {
    padding: 15% 0 10%;
  }
}

.top_access .g_map {
  width: 94%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 40px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

.top_access ul {
  width: 94%;
  margin: 0 auto 20px;
}

@media screen and (max-width:896px) {
  .top_access .g_map {
    width: 100%;
  }

  .top_access ul {
    width: 100%;
  }
}

.top_access li {
  color: #fff;
  padding: 20px 0 0;
  border-top: 1px solid #C3C3C3;
}

.top_access li:last-child {
  border-bottom: 1px solid #C3C3C3;
}

@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 26px 0 14px;
  }
}

.top_access li h3 {
  font-size: 1.7rem;
  font-weight: bold;
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
  }
}

.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width:896px) {
  .top_access li p {
    width: auto;
    padding: 5px 14px;
    border-left: none;
  }
}

.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: 0px auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #222;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  color: #fff;
}

.top_access p.checkin {
  font-size: 1.8rem;
  color: #fff;
}

.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}

.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl span {
  background: #f5f6f6;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #fff;
}

.top_access p.note {
  padding-top: 20px;
  color: #C8C8C8;
}

.acc_box {
  padding: 40px 0;
}

.ac_table {
  margin: auto;
  border-collapse: collapse;
}

.acc_box div {
  width: 90%;
  margin: 0 auto;
}

.ac_table th,
.ac_table td {
  padding: 18px 30px;
}

.tb_b {
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {

  .ac_table th,
  .ac_table td {
    display: block;
  }

  .tb_b {
    border: none;
  }

  .tb_dash {
    border: dashed 1px #ccc;
    width: 95%;
    margin: auto;
  }
}

.mark {
  position: relative;
  padding-left: 18px;
}

.mark:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

.top_feature {
  padding-top: 90px;
  padding-bottom: 100px;
}

.top_feature,
.top_feature_re {
  display: flex;
  margin: 0 auto;
}

.top_feature_re {
  flex-direction: row-reverse;
}

.feature_img {
  width: 58%;
  height: 580px;
}

.feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.feature_img img.left_rd {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.feature_txt_box {
  width: 50%;
  padding: 70px;
}

@media screen and (max-width: 767px) {

  .top_feature,
  .top_feature_re {
    display: block;
    padding: 50px 0;
  }

  .top_feature_re {
    flex-direction: row-reverse;
  }

  .feature_img {
    width: 100%;
    height: auto;
  }

  .feature_img img {
    width: 93%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }

  .feature_img img.left_rd {
    width: 93%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    float: right;
    margin-bottom: 20px;
  }

  .feature_txt_box {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .feature_txt_box h2 {
    margin: 20px auto 10px;
  }
}

/*------------------------------------------

設備について

------------------------------------------*/
.top_rental_bk {
  padding: 60px 0;
}

.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_rental ul.rental_area>li {
  width: 23%;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area {
    justify-content: space-evenly;
  }

  .top_rental ul.rental_area>li {
    width: 46%;
    padding: 1%;
    margin-bottom: 20px;
  }
}

.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: #797979;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.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: #595757;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .p_desc {
  padding: 10px;
  line-height: 1.6;
}

.top_rental ul.rental_area .p_desc p {
  font-size: 1.4rem;
}

@media screen and (max-width:896px) {
  .top_rental ul.rental_area h3.spot {
    padding: 6px 0;
  }

  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }

  .container.bnrsize {
    padding: 2rem 0rem 0;
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width:897px) {
  .bnrsize {
    width: 42% !important;
    margin: 20px auto !important;
  }
}

/*------------------------------------------

施設MAP

------------------------------------------*/
.facility_map {
  padding: 100px 0 120px;
}

.facility_mapimg {
  width: 80%;
  margin: 0 auto;
}

.facility_mapimg img {
  width: 100%
}

@media screen and (max-width:896px) {
  .facility_map {
    padding: 0 0 80px;
  }

  .facility_mapimg {
    width: 97%;
    margin: 0 auto;
  }
}

/* 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: 70%;
  }
}