/* 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;
}

.read_area {
  max-width: 680px;
}

.area01 {
  padding: 60px 0;
  background: #feeeda;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 30px 0;
  }
}

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

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}
.inner .ftitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
  margin-bottom: 10px;
}
.inner .mukyu {
  text-align: center;
  font-weight: 700;
  color: red;
}
.inner .tel_number {
  width: 93.75%;
  max-width: 286px;
  margin: 2em auto 0;
}
.inner .sub_copy {
  text-align: center;
  font-size: 1.21428em;
  margin-top: 0.75em;
}
.inner .sub_inner {
  width: 100%;
  margin: auto;
}
.inner .sub_inner .box01 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  padding: 32px 32px 28px;
  background: #fff;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 {
    padding: 15px 15px 12px;
  }
}
.inner .sub_inner .box01 hr {
  border-top: 1px dashed #4e3229;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 1.5em 0;
}
.inner .sub_inner .box01 .first {
  text-align: center;
}
.inner .sub_inner .box01 .first .copy {
  display: inline-block;
  text-align: left;
}
.inner .sub_inner .box01 .first .copy dl {
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .first .copy dl {
    padding-left: 40px;
  }
}
.inner .sub_inner .box01 .first .copy dl.ic01::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .first .copy dl.ic01::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .first .copy dl.ic02::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .first .copy dl.ic02::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .first .copy dl dt {
  font-size: 1.2857em;
  color: #4e3229;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .first .copy dl dt {
    font-size: 1em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 .first .copy dl dd {
  line-height: 1.8;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .first .copy dl dd {
    font-size: 0.85714em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 .first .copy dl + dl {
  margin-top: 1em;
}
.inner .sub_inner .box01 .second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second ul {
    display: block;
  }
}
.inner .sub_inner .box01 .second ul + ul {
  margin-top: 1.5em;
}
.inner .sub_inner .box01 .second ul li:first-child {
  width: 23.4375%;
  margin-right: 1.5em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second ul li:first-child {
    width: 150px;
    margin: auto;
  }
}
.inner .sub_inner .box01 .second ul li:last-child {
  width: 73%;
  padding-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second ul li:last-child {
    width: 100%;
    margin-top: 0.25em;
  }
}
.inner .sub_inner .box01 .second .copy {
  display: inline-block;
  text-align: left;
}
.inner .sub_inner .box01 .second .copy dl {
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl {
    padding-left: 40px;
  }
}
.inner .sub_inner .box01 .second .copy dl.ic03::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic03.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl.ic03::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .second .copy dl.ic04::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl.ic04::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .second .copy dl.ic05::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic05.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl.ic05::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .second .copy dl.ic06::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/ic06.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl.ic06::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .second .copy dl dt {
  font-size: 1.2857em;
  color: #4e3229;
  line-height: 1.6;
  font-weight: 700;
}
.inner .sub_inner .box01 .second .copy dl dt span {
  font-size: 0.7777em;
  border: 1px solid #4e3229;
  padding: 0 0.25em;
  border-radius: 1em;
  vertical-align: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl dt {
    font-size: 1em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 .second .copy dl dd {
  line-height: 1.8;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .second .copy dl dd {
    font-size: 0.85714em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 .second .copy dl + dl {
  margin-top: 1em;
}
.inner .sub_inner2 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.inner .sub_inner2 .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_inner2 .facility_info {
    padding: 0;
    border: none;
  }
}
.inner .sub_inner2 .facility_info dl {
  display: inline-block;
  text-align: left;
  line-height: 23px;
  font-weight: 600;
}
.inner .sub_inner2 .facility_info dl::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 414px) {
  .inner .sub_inner2 .facility_info dl {
    display: inherit;
    text-align: center;
  }
}
.inner .sub_inner2 .facility_info dl dt {
  float: left;
  width: 6em;
  text-align: center;
  background: #c4dc7f;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner2 .facility_info dl dt {
    float: none;
    width: inherit;
  }
}
.inner .sub_inner2 .facility_info dl dd {
  white-space: nowrap;
  margin-left: 7em;
}
.inner .sub_inner2 .facility_info dl dd span {
  font-size: 0.714em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner2 .facility_info dl dd {
    margin: inherit;
  }
}

.mtf {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .mtf {
    margin-top: 1em;
  }
}

.mtfb {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .mtfb {
    margin-top: 0;
  }
}

.cap {
  margin-top: 0.75em;
  text-align: center;
}
.cap p {
  font-size: 1.0625em;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  line-height: 1.7;
}
