@charset "UTF-8";
.img_map {
  max-width: 680px;
  margin: 0 auto 60px;
}

.floormap_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .floormap_list {
    gap: 0 0;
  }
}
.floormap_list .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .floormap_list .col_2 {
    width: 100%;
  }
}
.floormap_list .link_block:nth-last-child(1) a {
  border-bottom: 1px solid #E6E6E6;
}
.floormap_list .link_block:nth-last-child(2) a {
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block:nth-last-child(2) a {
    border-bottom: none;
  }
}
.floormap_list .link_block .link_block_inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block .link_block_inr {
    border-bottom: none;
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
.floormap_list .link_block .link_block_inr .img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block .link_block_inr .img {
    width: 90px;
  }
}
.floormap_list .link_block .link_block_inr .title {
  width: calc(100% - 140px);
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block .link_block_inr .title {
    width: calc(100% - 90px);
    padding: 0 20px;
  }
}
.floormap_list .link_block a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
  background: url(../images/common/ico_btn.png) right 5px center no-repeat;
  background-size: 30px;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block a {
    border-bottom: none;
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.floormap_list .link_block a:hover {
  background: url(../images/common/ico_btn.png) right 0 center no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block a:hover {
    background: url(../images/common/ico_btn.png) right 0 center no-repeat;
    background-size: 20px;
  }
}
.floormap_list .link_block a .img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block a .img {
    width: 90px;
  }
}
.floormap_list .link_block a .title {
  width: calc(100% - 140px);
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .floormap_list .link_block a .title {
    width: calc(100% - 90px);
    padding: 0 20px;
  }
}

.yoru .credit {
  margin: 60px auto;
  border: 1px solid #000000;
  padding: 50px 20px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yoru .credit {
    padding: 20px 20px;
    font-size: 1.4rem;
  }
}

/* swiper
---------------------------------------------------------------------------------------*/
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px !important;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
  height: 10px !important;
  width: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.6rem !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #500606 !important;
  background: #F5F0F0 !important;
  width: 35px !important;
  height: 55px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
  margin-top: -40px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
  margin-top: -40px;
}

.gallery .img_area {
  margin: 0 auto 60px;
}
.gallery .img_area .row {
  margin-top: 5%;
}
.gallery .txt {
  margin: 0 auto 60px;
}