.bg_white {
  background: url(/assets/img/bg_facility_whitetex.png) no-repeat center;
  background-size: cover;
}

.floor_box {
  font-size: 18rem;
  width: 114rem;
  height: 28rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03em;
}

.under_mv {
  background-image: url(/assets/img/main_facilities.webp);
}

.under_page .c_lead_wrap {
  margin-top: 20rem;
  text-align: left;
}
.under_page .c_lead_wrap .content_inner {
  position: relative;
}
.under_page .c_lead_wrap .content_inner .img_wrap .ph {
  width: 300rem;
  position: absolute;
}
.under_page .c_lead_wrap .content_inner .img_wrap .ph.ph1 {
  top: 20rem;
  left: -480rem;
}
.under_page .c_lead_wrap .content_inner .img_wrap .ph.ph2 {
  top: 220rem;
  left: -385rem;
}
.under_page .c_lead_wrap .content_inner .img_wrap .ph.ph3 {
  width: 672rem;
  top: 20rem;
  right: -480rem;
}

.floormap_content {
  margin-top: 160rem;
}
.floormap_content .content_box {
  position: relative;
  background-color: #fff;
  padding: 45rem 50rem;
}
.floormap_content .content_box dl {
  width: 592rem;
  margin-top: 12rem;
  display: flex;
  flex-wrap: wrap;
}
.floormap_content .content_box dl dt,
.floormap_content .content_box dl dd {
  border-bottom: 1px solid #836F60;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.floormap_content .content_box dl dt .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  min-height: 136rem;
  color: #fff;
  background-color: #836F60;
  height: 100%;
}
.floormap_content .content_box dl dt .box span {
  font-size: 18rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.floormap_content .content_box dl dd {
  width: 560rem;
  padding-left: 18rem;
  padding-top: 10rem;
  display: flex;
  gap: 100rem;
}
.floormap_content .content_box dl dd ul li + li {
  margin-top: 5rem;
}
.floormap_content .content_box .flr_pic {
  position: absolute;
}
.floormap_content .content_box .flr_pic.yuraku {
  top: 110rem;
  right: 50rem;
  width: 172rem;
  text-align: center;
}
.floormap_content .content_box .flr_pic.yuraku .txt {
  margin-top: 5rem;
}
.floormap_content .content_box .flr_pic.yuraku .txt span {
  font-size: 13rem;
}
.floormap_content .content_box .flr_pic.winery {
  top: 372rem;
  right: 50rem;
  width: 224rem;
}
.floormap_content .content_box .flr_pic.winery .txt {
  margin-left: 30rem;
  text-align: center;
  margin-top: -12rem;
}
.floormap_content .content_box .flr_pic.winery .txt span {
  font-size: 13rem;
}

.anc_area {
  margin-top: 155rem;
}
.anc_area .anc_box {
  gap: 82rem 50rem;
}
.anc_area .anc_box li a .txt {
  padding: 0;
  width: 133rem;
  min-height: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.facilities_wrap {
  margin-top: 200rem;
  position: relative;
  display: flex;
}
.facilities_wrap .txt_box {
  width: 480rem;
  padding: 20rem 0 20rem 80rem;
  margin-left: auto;
}
.facilities_wrap .txt_box .name {
  font-size: 32rem;
  margin-top: 8rem;
}
.facilities_wrap .txt_box .name span {
  font-size: 18rem;
}
.facilities_wrap .txt_box .desc {
  margin-top: 25rem;
}
.facilities_wrap .txt_box .btn_more {
  margin-top: 20rem;
}
.facilities_wrap .img_box {
  width: 600rem;
  margin-left: -120rem;
}
.facilities_wrap .img_box .swiper_outer {
  width: 100%;
}
.facilities_wrap .img_box .swiper_outer .swiper-container .swiper-slide img {
  height: 400rem;
}
.facilities_wrap .img_box .swiper_outer .swiper-pagination {
  justify-content: center;
}
.facilities_wrap + .facilities_wrap {
  margin-top: 102rem;
}
.facilities_wrap.reverse {
  flex-direction: row-reverse;
}
.facilities_wrap.reverse .txt_box {
  padding-left: 0;
  padding-right: 80rem;
}
.facilities_wrap.reverse .img_box {
  margin-left: auto;
  margin-right: -120rem;
}

.dining_wrap {
  margin-top: 208rem;
}
.dining_wrap .heading_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dining_wrap .heading_wrap .fl_wrap {
  display: flex;
  gap: 8rem;
}
.dining_wrap .heading_wrap .name {
  margin-left: 32rem;
  margin-left: 25rem;
  font-size: 32rem;
}
.dining_wrap .heading_wrap .time {
  margin-left: 12rem;
}
.dining_wrap .col_wrap {
  margin-top: 44rem;
  display: flex;
  justify-content: space-between;
}
.dining_wrap .col_wrap .column {
  width: 310rem;
  text-align: center;
}
.dining_wrap .col_wrap .column .ph {
  height: 207rem;
}
.dining_wrap .col_wrap .column .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dining_wrap .col_wrap .column .dining_name {
  margin-top: 20rem;
  line-height: 1.8;
}
.dining_wrap .col_wrap .column .dining_name span {
  display: inline-block;
  font-size: 24rem;
}
.dining_wrap .col_wrap .column .desc {
  line-height: 1.8;
  margin-top: 5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.dining_wrap .notes_txt {
  margin-top: 82rem;
  text-align: center;
  letter-spacing: 0;
}

.facility_info {
  padding-top: 62rem;
  padding-bottom: 120rem;
  margin-top: 120rem;
}
.facility_info .table_wrap {
  margin-top: 22rem;
}
.facility_info .table_wrap table {
  border-top: 1px solid #836F60;
}
.facility_info .table_wrap table tr th,
.facility_info .table_wrap table tr td {
  border-bottom: 1px solid #836F60;
}
.facility_info .table_wrap table tr th {
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 230rem;
}
.facility_info .table_wrap table tr td {
  padding: 20rem 46rem;
}

@media screen and (max-width: 680px) {
  .floor_box {
    font-size: 14rem;
    width: 70rem;
    height: 20rem;
  }
  .under_mv {
    background-image: url(/assets/img/main_facilities_sp.webp);
  }
  .under_page .c_lead_wrap {
    text-align: center;
  }
  .under_page .c_lead_wrap .content_inner .img_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20rem;
    gap: 10rem;
    justify-content: center;
  }
  .under_page .c_lead_wrap .content_inner .img_wrap .ph {
    width: 160rem;
    position: static;
  }
  .under_page .c_lead_wrap .content_inner .img_wrap .ph.ph3 {
    width: 300rem;
    margin-top: 15rem;
  }
  .floormap_content {
    margin-top: 70rem;
  }
  .floormap_content .content_box {
    padding: 25rem;
  }
  .floormap_content .content_box dl {
    width: 100%;
  }
  .floormap_content .content_box dl dt,
  .floormap_content .content_box dl dd {
    padding-bottom: 12rem;
    margin-bottom: 12rem;
  }
  .floormap_content .content_box dl dt {
    width: 10%;
  }
  .floormap_content .content_box dl dt .box span {
    font-size: 14rem;
  }
  .floormap_content .content_box dl dd {
    gap: 0;
    width: 90%;
    padding-left: 12rem;
    flex-direction: column;
  }
  .floormap_content .content_box .flr_pic {
    position: static;
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 15rem;
    margin-top: 20rem;
  }
  .floormap_content .content_box .flr_pic .ph {
    width: 100rem !important;
  }
  .floormap_content .content_box .flr_pic .txt {
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: 14rem;
    text-align: left !important;
  }
  .floormap_content .content_box .flr_pic .txt span {
    font-size: 12rem;
  }
  .floormap_content .content_box .flr_pic + .flr_pic {
    margin-top: 20rem;
  }
  .floormap_content .content_box .flr_pic.winery .ph {
    width: 134rem !important;
    margin-left: -32rem;
  }
  .anc_area {
    margin-top: 70rem;
  }
  .anc_area .anc_box {
    gap: 30rem 30rem;
  }
  .anc_area .anc_box li a .pic {
    width: 40rem;
  }
  .anc_area .anc_box li a .txt {
    width: 110rem;
    min-height: 52rem;
  }
  .anc_area .anc_box li a .txt::after {
    top: 1.75em;
  }
  .facilities_wrap {
    margin-top: 80rem;
    flex-direction: column !important;
  }
  .facilities_wrap .img_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  }
  .facilities_wrap .img_box .swiper_outer .swiper-container .swiper-slide img {
    height: 230rem;
  }
  .facilities_wrap .txt_box {
    width: 100%;
    padding: 40rem 20rem 20rem !important;
  }
  .facilities_wrap .txt_box .name {
    font-size: 20rem;
    margin-top: 8rem;
  }
  .facilities_wrap .txt_box .name span {
    font-size: 14rem;
  }
  .facilities_wrap .txt_box .desc {
    margin-top: 12rem;
  }
  .facilities_wrap + .facilities_wrap {
    margin-top: 40rem;
  }
  .dining_wrap {
    margin-top: 40rem;
  }
  .dining_wrap .heading_wrap {
    flex-wrap: wrap;
    gap: 10rem 0;
  }
  .dining_wrap .heading_wrap .fl_wrap {
    width: 100%;
    justify-content: center;
  }
  .dining_wrap .heading_wrap .name {
    margin-left: 0;
    font-size: 20rem;
  }
  .dining_wrap .heading_wrap .time {
    margin-left: 0;
  }
  .dining_wrap .col_wrap {
    margin-top: 30rem;
    flex-wrap: wrap;
    gap: 35rem;
  }
  .dining_wrap .col_wrap .column {
    width: 100%;
  }
  .dining_wrap .col_wrap .column .dining_name {
    margin-top: 10rem;
    line-height: 1.7;
  }
  .dining_wrap .col_wrap .column .dining_name span {
    font-size: 20rem;
  }
  .dining_wrap .notes_txt {
    margin-top: 40rem;
  }
  .facility_info {
    padding-top: 50rem;
    padding-bottom: 50rem;
    margin-top: 40rem;
  }
  .facility_info .table_wrap table tr th,
  .facility_info .table_wrap table tr td {
    width: 100%;
    display: block;
    padding: 20rem;
  }
  .facility_info .table_wrap table tr td {
    padding-bottom: 22rem;
  }
}/*# sourceMappingURL=facilities.css.map */