.facility h2.title {
  color: #AAB96F;
  text-align: center;
}
.facility h2.title strong {
  font-size: 115%;
  color: #eaa400;
  margin: 0 10px;
}
.facility .contents_section_first img,
.facility .contents_section img {
  width: 100%;
}
.facility #floormap .floor_drawing li {
  float: left;
  width: 48%;
}
.facility #floormap .floor_drawing li:last-child {
  float: right;
}
.facility .facility_img {
  display: flex;
  margin: 0 auto 40px;
}
.facility .facility_img li {
  margin: 0 10px;
  width: calc(50% - 20px);
}
.facility .facility_img > a,
.facility .facility_img > div {
  max-width: 600px;
}
.facility .facility_img_single {
  max-width: 560px;
  margin: 0 0 40px;
}
.facility .facility_img_single.baby {
  max-width: 360px;
  margin: 0 auto 30px;
}

#facility_feature dl dt {
  width: 100px;
  float: left;
  font-weight: 600;
}
#facility_feature dl dd {
  width: calc(100% - 100px);
  display: table;
}

.floor_hall .table03.sp_table {
  border-top: none;
}

.map-embed {
  margin-bottom: 30px;
}

.map_column {
  margin-bottom: 40px;
}
.map_column .map_column_innner {
  width: calc(50% - 10px);
  float: left;
}
.map_column .map_column_innner:first-child {
  margin-right: 20px;
  width: calc(50% - 10px);
}

#access table {
  width: 100%;
  margin-bottom: 20px;
}
#access table td, #access table th {
  padding: 10px;
}
#access table thead th {
  background: #eee;
}

.facility #access .btn_l {
  margin-bottom: 50px;
}

.route_list article {
  width: 30%;
  float: left;
  margin-right: 5%;
  text-align: center;
}
.route_list article:last-child {
  margin-right: 0;
}
.route_list article h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.route_list article h3::after {
  display: none;
}
.route_list article h3 span {
  font-size: 1.4rem;
}
.route_list article .txt {
  display: table;
  width: 100%;
}
.route_list article .txt p {
  width: 100%;
  display: table-cell;
  padding: 5px 0 15px;
  vertical-align: middle;
}
.route_list article .txt p .notes {
  line-height: 1.4;
}

.border-double {
  border: 1px solid #000;
  padding: 15px;
  position: relative;
}
.border-double::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #000;
  position: absolute;
  top: 4px;
  left: 4px;
}

@media screen and (max-width: 1130px) {
  .map-embed {
    margin-bottom: 30px;
  }
  .map_column {
    margin-bottom: 30px;
  }
  .map_column .map_column_innner {
    width: 100%;
    float: none;
  }
  .map_column .map_column_innner:first-child {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .facility #access .btn_l {
    margin-bottom: 40px;
  }
  .facility h2.title {
    color: #AAB96F;
    text-align: center;
  }
  .facility h2.title strong {
    font-size: 115%;
    color: #eaa400;
    margin: 0 10px;
  }
  .facility #facility_feature .sp_block {
    display: grid;
  }
  .facility #facility_feature .sp_block li {
    width: 100%;
    margin: 0;
  }
  .facility #facility_feature .sp_block li:not(:last-child) {
    margin-bottom: 15px;
  }
  .facility #facility_feature .sp_block div {
    padding: 0 0 20px !important;
    order: 1;
  }
  .facility #facility_feature .sp_block a {
    order: 2;
    text-align: center;
    display: table;
    position: relative;
    margin: 0 15%;
  }
  .facility #facility_feature .sp_block img {
    max-width: 500px;
  }
  .facility .facility_img_single a {
    text-align: center;
    display: table;
    position: relative;
    margin: 0 10%;
  }
  .facility .facility_img_single img {
    max-width: 500px;
  }
  .access .facility .facility_img {
    display: block;
  }
  .access .facility .facility_img li {
    margin: 10px 0;
    width: 100%;
  }
  .access .facility .facility_img li a {
    display: block;
  }
  .access .facility .facility_img li img {
    max-width: 500px;
    display: table;
    margin: auto;
    width: 80%;
  }
  #floormap .floor_drawing li {
    float: left;
    width: 48%;
  }
  #floormap .floor_drawing li:last-child {
    float: right;
  }
  .facility_img {
    display: flex;
    margin: 0 auto 40px;
  }
  .facility_img li {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
  .route_list article {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .route_list article:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .route_list article h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .route_list article h3::after {
    display: none;
  }
  .route_list article h3 span {
    font-size: 1.4rem;
  }
  .route_list article .txt {
    display: table;
    width: 100%;
    height: calc(100% - 90px);
  }
  .route_list article .txt p {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}
