/* CSS Document */
/* CSS Document */
.subpage {
  text-align: left;
}
.subpage strong {
  color: #ba9132;
}
.subpage .btn_block {
  width: calc(100% - 20px);
  max-width: 970px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.subpage .btn_block a {
  width: calc((100% / 6) - 4px);
  display: block;
  margin: 2px;
}
@media (min-width: 768px) {
  .subpage .btn_block a {
    width: calc((100% / 8) - 10px);
    display: block;
    margin: 5px;
  }
}
.subpage .btn_block a img {
  width: 100%;
  display: block;
}
.subpage .anc {
  height: 1px;
  display: block;
}
.subpage .block {
  border: 1px solid #ba9132;
  margin: 10px;
  padding: 10px;
  font-size: min(2rem, 3.8vw);
}
.subpage .block h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.subpage .block h2 ul {
  display: flex;
  list-style-type: none;
}
.subpage .block h2 ul li {
  margin-left: 5px;
}
.subpage .block .data {
  background: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .subpage .block .data {
    margin: 20px;
  }
}
.subpage .block .data img {
  max-width: 100%;
}
.subpage .block .data ul {
  list-style: inside;
}
.subpage .block .data ul li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.subpage .block .data ol {
  margin-left: 2em;
}
.subpage .block .data ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.6em;
}
.subpage .block .data ol li::before {
  content: "(" counter(cnt) ") ";
}
.subpage .block .data table.access {
  border-collapse: collapse;
  width: 100%;
}
.subpage .block .data table.access th {
  color: #ff7417;
  border: 1px solid #ff7417;
  background: #fefad3;
  padding: 10px;
}
.subpage .block .data table.access th a {
  color: #ff7417;
}
.subpage .block .data table.access td {
  border: 1px solid #ff7417;
  padding: 5px;
}
.subpage .block .data h3 {
  font-size: 1.4em;
  color: #ff7417;
  margin: 0.2em 0;
}
.subpage .block .data h4 {
  font-size: 1.2em;
  color: #ba9132;
  margin: 0.2em 0;
}
.subpage .block .data .red {
  color: #ff7417;
}
.subpage .block .data table.tb01 {
  border-collapse: collapse;
  width: 100%;
}
.subpage .block .data table.tb01 th, .subpage .block .data table.tb01 td {
  border: #fff solid 5px;
  padding: 10px;
}
.subpage .block .data table.tb01 th {
  background: #FFF7B5;
    text-align: center;
}
@media screen and (max-width: 769px) {
.subpage .block .data table.tb01 {
    width: 100%;
  }
.subpage .block .data table.tb01 th,
.subpage .block .data table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
}
.subpage .block .data .subtxt {
  background: #fefad3;
  padding: 15px;
  border-radius: 20px;
}
.subpage .block .data .img img {
  width: 300px;
  margin: 10px;
}
.subpage .block .data .img.fr {
  float: none;
}
@media (min-width: 768px) {
  .subpage .block .data .img.fr {
    float: right;
  }
}
@media (min-width: 768px) {
  .subpage .block .data .data_flex {
    display: flex;
  }
}
.subpage .block p.link {
  text-align: center;
}
.subpage .block p.link a {
  background: #f5b63f;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 2em;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .subpage .block .anc {
    padding-top: 160px;
    margin-top: -160px;
  }
  .subpage .block .facility_data {
    display: grid;
    grid-template-columns: auto  2fr;
    grid-template-rows: auto;
    gap: 10px 10px;
    grid-template-areas: "discription discription" "img data";
  }
  .subpage .block .facility_data .discription {
    grid-area: discription;
  }
  .subpage .block .facility_data .data {
    grid-area: data;
  }
  .subpage .block .facility_data .img {
    grid-area: img;
  }
  .subpage .block .facility_data .img img {
    width: 300px;
    margin: 10px;
  }
  .subpage .block .img_flex {
    flex-direction: row;
  }
  .subpage .block .img_flex .img {
    width: 50%;
    margin-top: 10px;
    margin-left: 10px;
  }
  .subpage .block .img_flex .img img {
    width: 100%;
  }
}
.subpage .box {
  background: #fffacd;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto 40px;
  max-width: calc(100% - 20px);
}
.subpage .box dl dt {
  font-size: 1.8rem;
}
.subpage .box dl dd {
  font-size: 1.6rem;
  margin-left: 40px;
}
