.mainttl small {
  font-size: 32rem;
  margin: 0 0 0 20rem;
}

.facility_read {
  margin-top: 120rem;
}
.facility_read .flex_wrap {
  display: flex;
  width: 1440rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.facility_read .flex_wrap .img_wrap {
  width: 784rem;
}
.facility_read .flex_wrap .img_wrap img {
  border-radius: 40rem;
}
.facility_read .flex_wrap .text_wrap {
  width: 560rem;
}
.facility_read .flex_wrap .text_wrap h2 {
  font-size: 50rem;
  color: #266d27;
  font-weight: 900;
}
.facility_read .flex_wrap .text_wrap .text {
  font-size: 23rem;
  margin-top: 50rem;
  line-height: 1.8;
}

.outline_list {
  margin-top: 200rem;
}
.outline_list .list_wrap {
  margin-top: 60rem;
}
.outline_list .list_wrap .box {
  position: relative;
}
.outline_list .list_wrap .box + .box {
  margin-top: 52rem;
}
.outline_list .list_wrap .box .btn_more {
  margin-top: 50rem;
  text-align: center;
}
.outline_list .list_wrap .box .btn_more a {
  background: #ffffff;
  width: 400rem;
  color: #828282;
  font-size: 30rem;
  font-weight: bold;
  padding: 30rem 0;
  display: block;
  text-align: center;
  line-height: 1;
  border-radius: 120rem;
}
.outline_list .list_wrap .box .text_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6c6d;
}
.outline_list .list_wrap .box .text_wrap h3 {
  font-size: 50rem;
  font-weight: 900;
}
.outline_list .list_wrap .box .text_wrap .text {
  font-size: 23rem;
  line-height: 2;
  margin-top: 20rem;
}

.to_top {
  margin-top: 100rem;
}

.name_wrap {
  margin-top: 170rem;
  padding-bottom: 270rem;
  position: relative;
}
.name_wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920rem;
  height: 542rem;
  background: url(../../img/bg_facility_name.png) no-repeat center bottom/cover;
  pointer-events: none;
}
.name_wrap .btn_more {
  margin-top: 80rem;
}

.service_wrap {
  margin-top: 80px;
  padding-bottom: 320rem;
  position: relative;
}
.service_wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920rem;
  height: 542rem;
  background: url(../../img/bg_facility_name.png) no-repeat center bottom/cover;
  pointer-events: none;
}
.service_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
  gap: 50rem;
}
.service_wrap .flex_wrap .text_wrap {
  width: 554rem;
}
.service_wrap .flex_wrap .text_wrap .text {
  margin-top: 20rem;
}
.service_wrap .flex_wrap .img_wrap {
  width: 783rem;
}
.service_wrap .flex_wrap .img_wrap img {
  border-radius: 40rem;
}
.service_wrap .flex_wrap.width_s {
  justify-content: center;
}
.service_wrap .flex_wrap.width_s .img_wrap {
  width: 550rem;
}
.service_wrap .flex_wrap.width_s .img_wrap img {
  border-radius: 0;
}

.business_wrap {
  background-color: #fde674;
  padding-top: 180rem;
  padding-bottom: 120rem;
}
.business_wrap .inner_wrap {
  width: 1200rem;
}
.business_wrap .subttl {
  margin-top: 78rem;
}
.business_wrap .business_img {
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
.business_wrap .business_open {
  margin-top: 52rem;
}
.business_wrap .business_open ul {
  display: flex;
  justify-content: space-between;
}
.business_wrap .business_open ul li {
  width: 150rem;
  height: 150rem;
  border: 3rem solid #feb54c;
  border-radius: 18rem;
  font-size: 60rem;
  font-weight: 900;
  color: #266d27;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.business_wrap .business_open ul li.holiday {
  background-color: #feb54c;
  color: #fff;
}
.business_wrap .business_open table {
  margin-top: 60rem;
  color: #266d27;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  border-radius: 30rem;
  display: block;
}
.business_wrap .business_open table caption {
  background-color: #fffdd7;
  font-size: 30rem;
  padding: 15rem;
  padding-bottom: 15rem;
  border-bottom: 4rem solid #bfd269;
}
.business_wrap .business_open table tr .tit {
  background-color: #fffdd7;
}
.business_wrap .business_open table tr th,
.business_wrap .business_open table tr td {
  font-size: 34rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #fff;
  border-bottom: 1px solid #bfd269;
}
.business_wrap .business_open table tr th {
  width: 5%;
  text-align: center;
  border-right: 4rem solid #bfd269;
}
.business_wrap .business_open table tr td {
  padding-left: 35rem;
  width: 20%;
}
.business_wrap .business_open table tr .comment {
  width: 100%;
  text-align: center;
  padding-left: 0;
  border-bottom-left-radius: 20rem;
  border-bottom-right-radius: 20rem;
  border-bottom: 0;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.business_wrap .business_open p {
  margin: 10rem 0 0;
}
.business_wrap .business_open.keyaki_t table th {
  border: solid #bfd269;
  border-width: 2rem 5rem 0 0;
}
.business_wrap .business_open.keyaki_t table td {
  border: solid #bfd269;
  border-width: 2rem 0 0 2rem;
}
.business_wrap .text_bold {
  font-weight: bold;
  color: #266d27;
  font-size: 30rem;
  margin-top: 40rem;
}
.business_wrap .notes {
  margin-top: 40rem;
  width: 540rem;
}
.business_wrap .notes dl .dl_flex {
  display: flex;
  gap: 5rem;
}
.business_wrap .notes dl .dl_flex dt {
  font-size: 40rem;
  color: #266d27;
  font-weight: bold;
  line-height: 1;
}

.work_wrap {
  padding-top: 250rem;
  position: relative;
}
.work_wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1920rem;
  height: 291rem;
  background: url(../../img/bg_facility_work.png) no-repeat center top/cover;
}
.work_wrap .flow ul {
  margin-top: 20rem;
}
.work_wrap .flow ul li {
  margin-left: 1em;
  text-indent: -1.3em;
  font-weight: bold;
  font-size: 26rem;
  color: #266d27;
}
.work_wrap .flow ul li::first-letter {
  color: #feb54c;
}
.work_wrap .flow ul li + li {
  margin-top: 20rem;
}
.work_wrap .flow .comment {
  font-weight: bold;
  margin-top: 20rem;
  color: #feb54c;
}
.work_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.work_wrap .flex_wrap.reverse {
  flex-direction: row-reverse;
}
.work_wrap .flex_wrap.single {
  display: block;
  margin-top: 115rem;
}
.work_wrap .flex_wrap.single .img_wrap {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45rem;
}
.work_wrap .flex_wrap.single .img_wrap img {
  border-radius: 0;
}
.work_wrap .flex_wrap.schedule {
  margin-top: 130rem;
  margin-left: 0;
  width: 1680rem;
}
.work_wrap .flex_wrap.schedule .img_wrap img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.work_wrap .flex_wrap.schedule .text_wrap {
  width: 780rem;
}
.work_wrap .flex_wrap .text_wrap {
  width: 560rem;
}
.work_wrap .flex_wrap .text_wrap .text {
  margin-top: 25rem;
}
.work_wrap .flex_wrap .img_wrap {
  width: 783rem;
}
.work_wrap .flex_wrap .img_wrap img {
  border-radius: 40rem;
}
.work_wrap .flex_wrap + .flex_wrap {
  margin-top: 135rem;
}

.table_color {
  margin-top: 25rem;
}
.table_color table {
  width: 100%;
}
.table_color table th,
.table_color table td {
  width: 280rem;
  height: 72rem;
  vertical-align: middle;
  font-size: 24rem;
  color: #266d27;
  padding-left: 18rem;
  text-align: left;
  line-height: 1.2;
  font-weight: bold;
}
.table_color table th {
  background-color: #feb54c;
  width: 150rem;
}
.table_color table td {
  background-color: #fde674;
}
.table_color table tr:nth-child(odd) th {
  background-color: #fad481;
}
.table_color table tr:nth-child(odd) td {
  background-color: #fbf6b2;
}
.table_color p {
  font-size: 22rem;
  margin-top: 32rem;
  line-height: 1.8;
}

.contact_wrap {
  margin-top: 130rem;
  width: 1300rem;
}
.contact_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.contact_wrap .text_wrap .dial {
  font-size: 28rem;
  margin-top: 10rem;
}
.contact_wrap .text_wrap .tel {
  font-size: 50rem;
  color: #266d27;
  font-weight: bold;
}
.contact_wrap .text_wrap .tel span {
  color: #feb54c;
}
.contact_wrap .text_wrap .address {
  font-size: 28rem;
  margin-top: 10rem;
}
.contact_wrap .map_wrap iframe {
  width: 706rem;
  height: 475rem;
}

@media screen and (max-width: 680px) {
  .mainttl small {
    font-size: 24rem;
  }
  .facility_read {
    margin-top: 50rem;
  }
  .facility_read .flex_wrap {
    display: block;
    width: 335rem;
  }
  .facility_read .flex_wrap .img_wrap {
    width: 100%;
    margin-top: 20rem;
  }
  .facility_read .flex_wrap .img_wrap img {
    border-radius: 20rem;
  }
  .facility_read .flex_wrap .text_wrap {
    margin-top: 10rem;
    width: 100%;
  }
  .facility_read .flex_wrap .text_wrap h2 {
    font-size: 24rem;
  }
  .facility_read .flex_wrap .text_wrap .text {
    font-size: 16rem;
    margin-top: 20rem;
    line-height: 1.6;
  }
  .outline_list {
    margin-top: 80rem;
  }
  .outline_list .list_wrap {
    margin-top: 40rem;
  }
  .outline_list .list_wrap .box + .box {
    margin-top: 15rem;
  }
  .outline_list .list_wrap .box .btn_more {
    margin-top: 15rem;
  }
  .outline_list .list_wrap .box .btn_more a {
    width: 200rem;
    font-size: 16rem;
    padding: 15rem 0;
    border-radius: 60rem;
    margin: auto;
  }
  .outline_list .list_wrap .box .text_wrap {
    position: absolute;
    left: 50%;
    top: 26%;
    transform: translateY(-50%) translateX(-50%);
    color: #6e6c6d;
    width: 300rem;
  }
  .outline_list .list_wrap .box .text_wrap h3 {
    font-size: 21rem;
  }
  .outline_list .list_wrap .box .text_wrap .text {
    font-size: 14rem;
    line-height: 1.4;
    margin-top: 5rem;
  }
  .to_top {
    margin-top: 40rem;
  }
  .name_wrap {
    margin-top: 60rem;
    padding-bottom: 100rem;
  }
  .name_wrap::before {
    width: 100vw;
    height: 110rem;
    background: url(../../img/bg_facility_name.png) no-repeat center bottom/contain;
  }
  .name_wrap .btn_more {
    margin-top: 40rem;
  }
  .service_wrap {
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
  .service_wrap::before {
    width: 100vw;
    height: 110rem;
    background: url(../../img/bg_facility_name.png) no-repeat center bottom/contain;
  }
  .service_wrap .flex_wrap {
    display: block;
    justify-content: space-between;
  }
  .service_wrap .flex_wrap .text_wrap {
    width: 100%;
  }
  .service_wrap .flex_wrap .text_wrap .text {
    margin-top: 10rem;
  }
  .service_wrap .flex_wrap .img_wrap {
    width: 100%;
    margin-top: 15rem;
  }
  .service_wrap .flex_wrap .img_wrap img {
    border-radius: 20rem;
  }
  .service_wrap .flex_wrap .img_wrap.sun {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service_wrap .flex_wrap.width_s .img_wrap {
    width: auto;
  }
  .business_wrap {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
  .business_wrap .inner_wrap {
    width: 335rem;
  }
  .business_wrap .subttl {
    margin-top: 30rem;
  }
  .business_wrap .business_img {
    max-width: 335rem;
  }
  .business_wrap .business_open {
    margin-top: 20rem;
  }
  .business_wrap .business_open ul {
    justify-content: left;
    flex-wrap: wrap;
    gap: 10rem 10rem;
  }
  .business_wrap .business_open ul li {
    width: 76rem;
    height: 76rem;
    border-radius: 10rem;
    font-size: 26rem;
  }
  .business_wrap .business_open table {
    margin-top: 30rem;
    border-radius: 20rem;
  }
  .business_wrap .business_open table caption {
    font-size: 18rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    padding: 10rem;
    padding-bottom: 10rem;
    border-bottom: 4rem solid #bfd269;
  }
  .business_wrap .business_open table tr th,
  .business_wrap .business_open table tr td {
    font-size: 16rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .business_wrap .business_open table tr th {
    width: 25%;
  }
  .business_wrap .business_open table tr td {
    padding: 10rem;
    width: 80%;
  }
  .business_wrap .business_open table tr .comment {
    padding: 10rem;
  }
  .business_wrap .business_open.keyaki_t table th {
    width: 20%;
  }
  .business_wrap .business_open.keyaki_t table td {
    width: 30%;
  }
  .business_wrap .notes {
    width: auto;
  }
  .business_wrap .note {
    width: auto;
  }
  .business_wrap .note dl .dl_flex dt {
    font-size: 20rem;
    margin: 2rem 0 0;
  }
  .work_wrap {
    padding-top: 80rem;
  }
  .work_wrap::before {
    width: 100vw;
    height: 60rem;
    background: url(../../img/bg_facility_work.png) no-repeat center top/contain;
  }
  .work_wrap .flow ul li {
    margin-left: 1em;
    text-indent: -1.3em;
    font-weight: bold;
    font-size: 16rem;
  }
  .work_wrap .flow ul li + li {
    margin-top: 15rem;
  }
  .work_wrap .flow .comment {
    margin-top: 15rem;
  }
  .work_wrap .flex_wrap {
    display: block;
  }
  .work_wrap .flex_wrap.single {
    margin-top: 50rem;
  }
  .work_wrap .flex_wrap.single .img_wrap {
    width: 100%;
    margin-top: 30rem;
  }
  .work_wrap .flex_wrap.schedule {
    margin-top: 50rem;
    margin-left: 0;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .work_wrap .flex_wrap.schedule .img_wrap img {
    border-radius: 20rem;
  }
  .work_wrap .flex_wrap.schedule .text_wrap {
    width: 100%;
  }
  .work_wrap .flex_wrap .text_wrap {
    width: 100%;
  }
  .work_wrap .flex_wrap .text_wrap .text {
    margin-top: 20rem;
  }
  .work_wrap .flex_wrap .img_wrap {
    width: 100%;
    margin-top: 20rem;
  }
  .work_wrap .flex_wrap .img_wrap img {
    border-radius: 20rem;
  }
  .work_wrap .flex_wrap + .flex_wrap {
    margin-top: 60rem;
  }
  .table_color {
    margin-top: 20rem;
  }
  .table_color table th,
  .table_color table td {
    width: 50%;
    height: 60rem;
    font-size: 16rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .table_color table th {
    width: 30%;
  }
  .table_color p {
    font-size: 16rem;
    margin-top: 20rem;
    line-height: 1.6;
  }
  .contact_wrap {
    margin-top: 50rem;
    width: 335rem;
  }
  .contact_wrap .flex_wrap {
    display: block;
  }
  .contact_wrap .text_wrap .dial {
    font-size: 16rem;
  }
  .contact_wrap .text_wrap .tel {
    font-size: 28rem;
  }
  .contact_wrap .text_wrap .address {
    font-size: 16rem;
    margin-top: 5rem;
  }
  .contact_wrap .map_wrap {
    margin-top: 10rem;
  }
  .contact_wrap .map_wrap iframe {
    width: 100%;
    height: 250rem;
  }
}/*# sourceMappingURL=outline.css.map */