@charset "UTF-8";
/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.area01 {
  padding: 40px 0 0;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 20px 0 0;
  }
}

.area02, .area03 {
  padding: 60px 0 0;
}
@media screen and (max-width: 414px) {
  .area02, .area03 {
    padding: 30px 0 0;
  }
}

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}
.inner .mtitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .inner .mtitle {
    margin-bottom: 20px;
  }
}
.inner .sub_inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner {
    margin: auto;
  }
}
.inner .sub_inner .box01 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  padding: 18px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 {
    padding: 1em;
  }
}
.inner .sub_inner .box01 div {
  display: inline-block;
  text-align: left;
}
.inner .sub_inner .box01 div p {
  font-size: 1.1428em;
  line-height: 1.875;
  font-weight: 700;
  color: #4e3229;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 div p {
    font-size: 0.857em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 div p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "◆";
}
.inner .sub_inner .map {
  margin: 30px auto 0;
  width: 100%;
}
.inner .sub_inner .map div {
  position: relative;
  padding-bottom: 42%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.inner .sub_inner .map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner .sub_inner .go_gmap {
  width: 100%;
  text-align: right;
  margin-top: 0.5em;
}
.inner .sub_inner .responsible_table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #4e3229;
  padding: 10px;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .responsible_table {
    border: none;
    padding: 0;
  }
}
.inner .sub_inner .responsible_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2857em;
  color: #4e3229;
}
@media screen and (max-width: 600px) {
  .inner .sub_inner .responsible_table table {
    font-size: 0.857em;
  }
}
.inner .sub_inner .responsible_table table th {
  line-height: 1.7;
  background: #feeeda;
}
.inner .sub_inner .responsible_table table th.blue {
  color: #3ebff0;
}
.inner .sub_inner .responsible_table table th.red {
  color: #d71618;
}
.inner .sub_inner .responsible_table table td {
  line-height: 1.5;
  text-align: center;
  border: 1px solid #4e3229;
  vertical-align: middle;
  padding: 0.75em;
}
.inner .sub_inner .responsible_table table td:first-child {
  font-weight: 700;
  border-left: none;
  text-align: left;
}
.inner .sub_inner .responsible_table table td:last-child {
  border-right: none;
}
.inner .sub_inner .notes {
  margin-top: 10px;
  text-align: center;
}
.inner .sub_inner .notes p {
  display: inline-block;
  text-align: left;
  position: relative;
  line-height: 1.7;
  padding-left: 1.5em;
  font-feature-settings: "palt" 1;
}
.inner .sub_inner .notes p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.inner .sub_inner .facility_info {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #4e3229;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .facility_info {
    padding: 0;
    border: none;
  }
}
.inner .sub_inner .facility_info dl {
  display: inline-block;
  text-align: left;
  line-height: 23px;
  font-weight: 600;
}
.inner .sub_inner .facility_info dl::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .facility_info dl {
    display: inherit;
    text-align: center;
  }
}
.inner .sub_inner .facility_info dl dt {
  float: left;
  width: 6em;
  text-align: center;
  background: #c4dc7f;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .facility_info dl dt {
    float: none;
    width: inherit;
  }
}
.inner .sub_inner .facility_info dl dd {
  white-space: nowrap;
  margin-left: 7em;
}
.inner .sub_inner .facility_info dl dd span {
  font-size: 0.714em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .facility_info dl dd {
    margin: inherit;
  }
}
.inner .sub_inner .mtf {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .mtf {
    margin-top: 1em;
  }
}
.inner .sub_inner .mtfb {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .mtfb {
    margin-top: 0;
  }
}
.inner .map_img {
  margin-top: 40px;
}
@media screen and (max-width: 414px) {
  .inner .map_img {
    margin-top: 20px;
  }
}
