.keyv {
  position: relative;
  margin: 0 50px;
}
.keyv-slider__img, .keyv-slider__video {
  position: relative;
  min-height: 697px;
  height: 100%;
}
.keyv-slider__img img,
.keyv-slider__img video, .keyv-slider__video img,
.keyv-slider__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyv-slider .swiper {
  border-radius: 30px;
  overflow: hidden;
}
.keyv-slider .swiper .video-wrapper {
  height: 697px;
}
.keyv-slider .swiper-pagination {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}
.keyv-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #63A0BE !important;
}
.keyv-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
.keyv-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 24px;
}
.keyv-slider__frame {
  position: relative;
  width: 100%;
  min-height: 697px;
  height: 100%;
  overflow: hidden;
}
.keyv-slider__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keyv-slider__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.keyv__ttl {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 200px 6vw 200px;
  color: #FFF;
  font-size: 314.47%;
  font-weight: 700;
  line-height: 1.58;
  pointer-events: none;
  z-index: 2;
}
.keyv .pickup {
  position: absolute;
  bottom: 36px;
  right: -50px;
  width: 459px;
}
@media screen and (max-width: 1400px) {
  .keyv-slider__iframe {
    width: calc(100% + 69vw);
  }
}
@media screen and (max-width: 1200px) {
  .keyv__ttl-style01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 3.4vw;
    padding: 0 6vw 182px;
  }
}
@media screen and (max-width: 1020px) {
  .keyv {
    margin: 0 22px;
  }
  .keyv .pickup {
    right: -20px;
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .keyv {
    margin: 0 22px !important;
  }
  .keyv-slider__img {
    height: 78vh;
    min-height: auto;
  }
  .keyv-slider .swiper-pagination {
    bottom: 15px;
  }
  .keyv-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 16px;
  }
  .keyv__ttl {
    width: 100%;
    height: calc(100% - 200px);
    padding: 75px 17px 0;
    font-size: 31px;
    line-height: 1.7;
  }
  .keyv__ttl-style01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 31px;
    padding-top: 121px;
  }
  .keyv .pickup {
    left: 17px;
    bottom: 24px;
    width: calc(100% - 34px);
  }
}
@media screen and (max-width: 430px) {
  .keyv__ttl {
    padding-top: 20vw;
  }
}

.keyv-1 {
  text-align: center;
  width: 100%;
  height: 48vw;
  max-height: 600px;
}
.keyv-1 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .keyv-1 img {
    border-radius: 15px;
  }
}

.notice {
  padding: 30px 0 50px;
  color: #000;
}
.notice__list {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
  margin-top: 6px;
  padding: 15px 20px 0 20px;
  max-width: 100%;
  width: 100%;
}
.notice__list__item {
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  margin-bottom: 14px;
  width: calc((100% - 60px) / 5);
}
.notice__list__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 130.77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 5px 38px 5px 18px;
  background: url(/img/common/icon_arrow_down02.svg) no-repeat right 18px center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.notice__list__item a img {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .notice__list__item a:hover {
    background-position: right 18px top 60%;
  }
}
.notice .headline-05 {
  margin-bottom: 22px;
}
@media screen and (max-width: 1020px) {
  .notice__list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .notice {
    display: block;
  }
  .notice__list {
    border-radius: 10px;
    max-width: 100%;
    padding-bottom: 5px;
  }
  .notice__list__item {
    border-radius: 5px;
    margin-bottom: 10px;
    width: calc((100% - 15px) / 2);
  }
  .notice__list__item a {
    font-size: 16px;
    min-height: auto;
    padding: 10px 30px 10px 12px;
    background-position: right 12px center;
    text-align: left;
  }
  .notice__list__item a img {
    margin: 0 10px 0 0;
    width: 26px;
  }
  .notice .scrollbar {
    margin-bottom: 30px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 430px) {
  .notice__list {
    padding-bottom: 10px;
    gap: 0;
  }
  .notice__list__item {
    margin-bottom: 10px;
    width: 100%;
  }
  .notice__list__item a {
    padding: 6px 30px 6px 12px;
    background-size: 10px;
    font-size: 14px;
  }
  .notice__list__item a img {
    width: 22px;
  }
}

.list-text {
  padding-bottom: 35px;
}
.list-text li {
  font-size: 130.77%;
  padding-bottom: 2px;
  padding-left: 17px;
  text-indent: -17px;
  line-height: 1.5;
}
.list-text li ul {
  margin: 10px 0;
}
.list-text li ul li {
  font-size: 100%;
  line-height: 1.5;
}
.list-text li ul li.circle-list {
  position: relative;
  padding-left: 32px;
}
.list-text li ul li.circle-list::before {
  position: absolute;
  background-color: #5E8375;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .list-text li {
    font-size: 16px;
  }
}

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.text-block__inner {
  max-width: calc(100% - 150px);
}
.text-block .date-update {
  font-size: 123%;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .text-block {
    padding: 0 10px;
  }
  .text-block__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    width: 100%;
  }
  .text-block .date-update {
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.note__text1 li {
  padding-left: 15px;
  text-indent: -17px;
}
.note__text2 li {
  font-size: 115.38%;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.4;
}
.note__text3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.note__text3 li {
  font-size: 130.77%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 5px;
}
.note__text3 li:after {
  background-color: #000;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 17px;
}
.note__text3 li img {
  vertical-align: middle;
  width: 12px;
}
.note__text3 li:first-child {
  padding-left: 0;
}
.note__text3 li:last-child {
  padding-right: 0;
}
.note__text3 li:last-child::after {
  background: none;
}
.note__text4 li {
  font-size: 100%;
  padding-left: 14px;
  text-indent: -12px;
}
.note__text4 li::before {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .note__text3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .note__text3 li {
    font-size: 15px;
  }
}
@media screen and (max-width: 620px) {
  .note__text3 li:nth-child(3):after {
    background: none;
  }
  .note__text3 li:last-child {
    padding-left: 0;
  }
  .note__text3--1 li:last-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .note__text3--1 li:last-child {
    padding-left: 0;
  }
  .note__text3--1 li:nth-last-child(2):after, .note__text3--1 li:last-child:after {
    background: none;
  }
}
@media screen and (max-width: 455px) {
  .note__text3 li:nth-child(2)::after {
    background: none;
  }
  .note__text3 li:nth-last-child(2) {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
  }
  .note__text3 li:nth-last-child(2):after {
    background-color: #000;
  }
  .note__text3--1 li:nth-last-child(2) {
    padding-left: 10px;
  }
  .note__text3--1 li:nth-last-child(2):after {
    background: none;
  }
}

.lead-text {
  font-size: 130.77%;
}

.tel-call {
  color: #000 !important;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .tel-call {
    pointer-events: none;
  }
}

.facility-info {
  width: 100%;
  max-width: 1300px;
  padding: 0 24px;
  margin: 0 auto;
}
.facility-info__wrap {
  background-color: #7A9B8C;
  border-radius: 20px;
  padding: 33px 26px 38px 24px;
}
.facility-info .wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px 46px 49px;
  margin-bottom: 30px;
}
.facility-info .wrap:last-child {
  margin-bottom: 0;
}
.facility-info .wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.facility-info .wrap__inner__image {
  margin-right: 30px;
  max-width: 316px;
  width: 100%;
}
.facility-info .wrap__inner__info {
  max-width: 744px;
  width: 100%;
}
.facility-info .wrap__inner__info__txt1 {
  font-size: 130.77%;
  line-height: 1.4;
  padding-bottom: 24px;
}
.facility-info .wrap .photo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 74px;
}
.facility-info .wrap .photo li {
  width: 50%;
  height: 28vw;
  max-height: 364px;
}
.facility-info .wrap .photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-info .wrap .box-image {
  margin-bottom: 55px;
}
.facility-info .wrap .box-image img {
  vertical-align: middle;
}
.facility-info .memorial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-bottom: 55px;
}
.facility-info .memorial-info__3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
.facility-info .memorial-info__item {
  display: block;
  text-align: center;
}
.facility-info .memorial-info__item img {
  vertical-align: middle;
}
.facility-info .memorial-info__item figcaption {
  margin-top: 15px;
  font-size: 113%;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .facility-info .wrap {
    padding: 40px 30px 30px;
  }
  .facility-info .memorial-info {
    gap: 30px;
  }
  .facility-info .memorial-info__3 {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .facility-info__wrap {
    border-radius: 10px;
    padding: 15px;
  }
  .facility-info .wrap {
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .facility-info .wrap__inner {
    display: block;
    margin-bottom: 20px;
  }
  .facility-info .wrap__inner__image {
    margin: 0 auto 30px;
  }
  .facility-info .wrap__inner__info__txt1 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .facility-info .wrap__inner__info .pb40 {
    padding-bottom: 25px !important;
  }
  .facility-info .wrap .photo {
    display: block;
    margin-bottom: 35px;
    text-align: center;
  }
  .facility-info .wrap .photo li {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .facility-info .memorial-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
  }
  .facility-info .memorial-info__3 {
    grid-template-columns: 1fr;
  }
  .facility-info .memorial-info__item {
    display: block;
    text-align: center;
  }
  .facility-info .memorial-info__item img {
    vertical-align: middle;
  }
  .facility-info .memorial-info__item figcaption {
    margin-top: 10px;
    font-size: 15px;
  }
}

.table-style {
  width: 100%;
  margin-bottom: 22px;
  border-top: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 130.76%;
}
.table-style th,
.table-style td {
  padding: 20px 30px;
  border-bottom: 1px solid #D0D0D0;
  line-height: 1.4;
  font-weight: 500;
}
.table-style th {
  width: 205px;
  background-color: #FAFAFA;
  vertical-align: top;
}
.table-style--01 {
  background-color: #FFF;
}
.table-style--01 th,
.table-style--01 td {
  padding: 15px 20px;
  border: 1px solid #E3E3E3;
}
.table-style--01 thead th {
  background-color: #F0F0F0;
}
.table-style--01 tbody th {
  background-color: #FAFAFA;
}
.table-style--01 .col1 {
  width: 424px;
}
.table-style--01 .col2 {
  width: 260px;
}
.table-style .txt-link {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .table-style {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .table-style th,
  .table-style td {
    padding: 12px 15px;
  }
  .table-style th {
    width: 145px;
  }
}

@media screen and (max-width: 580px) {
  .table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .table-wrap .table-style--01 {
    min-width: 580px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .table-wrap .table-style {
    min-width: 480px;
    margin-bottom: 0;
  }
}
.tb-wrap--mb {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .tb-wrap--mb {
    margin-bottom: 35px;
  }
}

.tb-info {
  width: 100%;
  border-top: 1px solid #D0D0D0;
}
.tb-info .tb-info__style1 th,
.tb-info .tb-info__style1 td,
.tb-info .tb-info__style2 th,
.tb-info .tb-info__style2 td {
  font-size: 100%;
}
.tb-info .align-c {
  vertical-align: middle !important;
}
.tb-info th,
.tb-info td {
  border-bottom: 1px solid #D0D0D0;
  font-size: 130.77%;
  font-weight: 500;
  padding: 18px 0 17px 25px;
  line-height: 1.5;
}
.tb-info th {
  background-color: #FAFAFA;
  vertical-align: top;
  width: 206px;
  padding: 18px 20px 17px 25px;
}
.tb-info--center {
  min-width: 350px;
}
.tb-info--center th {
  padding: 18px 10px 17px;
  text-align: center;
  width: 124px;
}
.tb-info td a {
  color: #000;
  text-decoration: none;
}
.tb-info td a:hover {
  text-decoration: underline;
}
.tb-info td .tb-info__text {
  padding-bottom: 24px;
  line-height: 1.4;
}
.tb-info td .tb-info__text:last-child {
  padding-bottom: 0;
}
.tb-info td .tb-info__text span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 115px);
}
.tb-info td .tb-info__text .ttl {
  padding-right: 10px;
  max-width: 115px;
  width: 100%;
}
.tb-info td .contact-mail {
  padding-left: 12px;
  color: #63A0BE;
  text-decoration: none;
}
.tb-info .list-text {
  padding-bottom: 0;
}
.tb-info .list-text li {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .tb-info td {
    padding: 15px 0 15px 15px;
  }
  .tb-info th {
    padding: 15px 10px;
    width: 148px;
  }
  .tb-info--center {
    min-width: auto;
  }
  .tb-info--center th {
    font-size: 16px;
    padding: 15px 10px;
    text-align: left;
    width: 100px;
  }
  .tb-info--center td {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .tb-info td .tb-info__text span {
    width: 100%;
  }
  .tb-info td .tb-info__text .ttl {
    max-width: 100%;
  }
  .tb-info--center th,
  .tb-info--center td {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .tb-wrap {
    overflow-x: auto;
  }
  .tb-wrap .tb-info {
    min-width: 600px;
  }
  .tb-wrap .tb-info th,
  .tb-wrap .tb-info td {
    font-size: 16px;
  }
  .tb-wrap .tb-info__style3 {
    min-width: 580px;
  }
}
.tb-info__style1,
.tb-info__style2,
.tb-info__style3 {
  width: 100%;
}
.tb-info__style1 .bg-01,
.tb-info__style2 .bg-01,
.tb-info__style3 .bg-01 {
  background-color: #FAFAFA;
}
.tb-info__style1 .w-01,
.tb-info__style2 .w-01,
.tb-info__style3 .w-01 {
  width: 50%;
}
.tb-info__style1 .w-02,
.tb-info__style2 .w-02,
.tb-info__style3 .w-02 {
  width: 75%;
}
.tb-info__style1 .w-03,
.tb-info__style2 .w-03,
.tb-info__style3 .w-03 {
  width: 33.3333333333%;
}
.tb-info__style1 .w-04,
.tb-info__style2 .w-04,
.tb-info__style3 .w-04 {
  width: 25%;
}
.tb-info__style1 thead th,
.tb-info__style2 thead th,
.tb-info__style3 thead th {
  background-color: #F0F0F0;
}
.tb-info__style1 th,
.tb-info__style1 td,
.tb-info__style2 th,
.tb-info__style2 td,
.tb-info__style3 th,
.tb-info__style3 td {
  border: 1px solid #D0D0D0;
  font-size: 130.77%;
  font-weight: 500;
}

.tb-info__style1 tbody th {
  background-color: #FAFAFA;
}
.tb-info__style1 td {
  padding: 38px 20px 26px;
  vertical-align: middle;
  text-align: center;
}

.map-list {
  margin-bottom: 20px;
  border: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-list li {
  padding: 20px 15px;
  width: 25%;
}
.map-list li:not(:last-child) {
  border-right: 1px solid #D0D0D0;
}
.map-list li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.map-list li p img {
  max-width: 140px;
  width: 100%;
}
.map-list li .map-text {
  font-size: 100%;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .map-list li {
    width: 50%;
  }
  .map-list li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #D0D0D0;
  }
  .map-list li:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .map-list {
    margin-bottom: 10px;
  }
  .map-list li {
    padding: 15px 10px;
  }
  .map-list li .map-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.tb-info__style2 tbody th {
  background-color: #FAFAFA;
}
.tb-info__style2 th {
  line-height: 1.4;
  width: auto;
  padding: 15px;
}
.tb-info__style2 td {
  padding: 15px 13px;
  line-height: 1.4;
}

.tb-info__style3 thead th {
  text-align: center;
  line-height: 1.5;
}
.tb-info__style3 thead th:first-child {
  text-align: left;
}
.tb-info__style3 thead th:not(:first-child) {
  padding: 10px;
}
.tb-info__style3 thead.display-pc {
  display: table-header-group;
}
.tb-info__style3 th {
  padding: 10px 20px;
}
.tb-info__style3 td {
  padding: 10px;
  text-align: center;
}
.tb-info__style3 tbody tr.rs-border th {
  width: 70%;
}
.tb-info__style3 tbody tr.rs-border td {
  width: 30%;
}
.tb-info__style3--l thead th {
  text-align: left;
}
.tb-info__style3--l thead th:not(:first-child) {
  padding: 10px 20px;
}
.tb-info__style3--l td {
  padding: 10px 20px;
  text-align: left;
}
.tb-info__style3--1 thead th {
  width: 30%;
}
.tb-info__style3--1 thead th:first-child {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .tb-info__style1 td {
    padding: 20px 10px 15px;
  }
  .tb-info__style2 th,
  .tb-info__style2 td,
  .tb-info__style3 th,
  .tb-info__style3 td {
    font-size: 16px;
    padding: 10px;
  }
  .tb-info__style3--l thead th:not(:first-child) {
    padding: 10px;
  }
}
.tbl-block {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tbl-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tbl-block__inner {
  width: calc(50% - 10px);
}
.tbl-block .icon-link {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px 0 25px;
  color: #63A0BE;
}
.tbl-block .icon-link:hover {
  text-decoration: underline;
}
.tbl-block .excel {
  background: url(/img/common/icon_excel.svg) no-repeat 0 50%;
}
.tbl-block .word {
  background: url(/img/common/icon_word.svg) no-repeat 0 50%;
}
.tbl-block .pdf {
  background: url(/img/common/icon_pdf.svg) no-repeat 0 50%;
}
@media screen and (max-width: 768px) {
  .tbl-block__inner {
    width: 100%;
  }
  .tbl-block .tb-info__style3 thead.display-pc {
    display: none;
  }
  .tbl-block .tb-info__style3 tbody tr.rs-border th,
  .tbl-block .tb-info__style3 tbody tr.rs-border td {
    border-top: 0;
  }
  .tbl-block .sp-bg thead th {
    background-color: #FAFAFA;
  }
  .tbl-block .sp-bg tbody th,
  .tbl-block .sp-bg tbody td {
    background-color: #FAFAFA;
  }
  .tbl-block .sp-bg tbody .bg-01 th,
  .tbl-block .sp-bg tbody .bg-01 td {
    background-color: #fff;
  }
}

table thead.display-sp {
  display: none;
}
table tbody .display-pc {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  table thead.display-sp {
    display: table-header-group;
  }
  table tbody .display-pc {
    display: none;
  }
}

.reservation {
  overflow-x: auto;
  margin-bottom: 14px;
}
.reservation .tb-reservation {
  width: 100%;
}
.reservation .tb-reservation thead th {
  background-color: #EFF8F6;
  color: #5E8375;
  font-family: "Outfit", sans-serif;
  font-size: 123%;
  padding: 0 2px;
  text-align: center;
  min-width: 45px;
}
.reservation .tb-reservation thead .tb-reservation__ttl {
  font-size: 353.84%;
  padding: 15px 23px 17px;
  text-align: left;
  width: 33%;
}
.reservation .tb-reservation thead .tb-reservation__ttl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 60%;
  font-weight: bold;
}
.reservation .tb-reservation th {
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  font-size: 130.77%;
  font-weight: 500;
  padding: 13px 10px 10px 18px;
}
.reservation .tb-reservation td {
  border: 1px solid #E3E3E3;
  padding: 10px;
  text-align: center;
}
.reservation .tb-reservation .icon-O {
  background: url(/img/facility/icon_open.svg) no-repeat center 50%;
  background-size: 15px;
}
.reservation .tb-reservation .icon-X {
  background: url(/img/facility/icon_close.svg) no-repeat center 50%;
  background-size: 12px;
}
.reservation .tb-reservation .icon-triangle {
  background: url(/img/facility/icon_triangle.svg) no-repeat center 50%;
  background-size: 12px;
}
.reservation .tb-reservation .icon-line {
  background: url(/img/facility/icon_line.svg) no-repeat center 50%;
  background-size: 15px;
}
@media screen and (max-width: 1050px) {
  .reservation .tb-reservation thead .tb-reservation__ttl {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  .reservation .tb-reservation {
    min-width: 685px;
    margin-bottom: 4px;
  }
  .reservation .tb-reservation thead .tb-reservation__ttl {
    padding: 10px;
  }
  .reservation .tb-reservation th {
    font-size: 16px;
    padding: 10px;
  }
}
.reservation .tb-reservation--1 .tb-reservation__ttl {
  background-color: #EFF8F6;
  color: #5E8375;
  font-family: "Outfit", sans-serif;
  font-size: 353.84%;
  padding: 15px 22px 17px;
  text-align: center;
  width: 33%;
}
.reservation .tb-reservation--1 .tb-reservation__ttl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 60%;
  font-weight: bold;
}
.reservation .tb-reservation--1 td {
  font-size: 130.77%;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .reservation .tb-reservation--1 {
    min-width: 500px;
  }
  .reservation .tb-reservation--1 .tb-reservation__ttl {
    font-size: 33px;
    padding: 10px;
  }
  .reservation .tb-reservation--1 td {
    font-size: 16px;
  }
}

.tbl-scroll-01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .table-sp-column {
    min-width: 100% !important;
  }
  .table-sp-column > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-sp-column > tbody > tr > th,
  .table-sp-column > tbody > tr > td {
    padding: 12px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 441px) {
  .table-sp-column > tbody > tr > td {
    letter-spacing: -0.7px;
  }
}
@media screen and (max-width: 768px) {
  .tbl-scroll-01 {
    width: calc(100vw - 138px);
    max-width: 100%;
    overflow-x: auto;
  }
  .tbl-scroll-01 > table {
    min-width: 500px;
  }
}
.accordion-wrap__ttl {
  background-color: #F0F0F0;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 184.6%;
  margin-bottom: 12px;
  padding: 20px 85px 21px 34px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accordion-wrap__ttl img {
  margin-right: 18px;
}
.accordion-wrap__ttl em {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  width: 62%;
}
.accordion-wrap__ttl__icon {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 52px;
  width: 52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-wrap__ttl__icon::before, .accordion-wrap__ttl__icon::after {
  content: "";
  background-color: #79AA98;
  display: inline-block;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 49%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.accordion-wrap__ttl__icon::before {
  left: 35%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion-wrap__ttl__icon::after {
  right: 32%;
}
.accordion-wrap .active .accordion-wrap__ttl__icon::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion-wrap__content {
  display: none;
  padding: 10px 20px 20px;
}
.accordion-wrap__text {
  font-size: 130.77%;
  padding-bottom: 20px;
}
.accordion-wrap.faq-accordion .accordion-wrap__ttl {
  margin-bottom: 10px;
  padding: 25px 85px 23px 34px;
  font-size: 138%;
}
.accordion-wrap.faq-accordion .accordion-wrap__content {
  padding: 8px 20px 30px 34px;
  font-size: 130%;
}
.accordion-wrap .list-text {
  padding-bottom: 10px;
}
.accordion-wrap .note__text1 li {
  font-size: 130.77%;
}
@media screen and (max-width: 1025px) {
  .accordion-wrap__ttl {
    border-radius: 5px;
    font-size: 19px;
    padding: 25px 80px 23px 25px;
  }
  .accordion-wrap__ttl:hover {
    opacity: 0.7;
  }
  .accordion-wrap__ttl em {
    font-size: 14px;
  }
  .accordion-wrap__ttl img {
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-wrap__ttl {
    font-size: 16px;
    padding: 15px 60px 15px 20px;
  }
  .accordion-wrap__ttl em {
    font-size: 12px;
  }
  .accordion-wrap__ttl img {
    margin-right: 10px;
    width: 12px;
  }
  .accordion-wrap__ttl__icon {
    right: 15px;
    height: 40px;
    width: 40px;
  }
  .accordion-wrap__ttl__icon::before, .accordion-wrap__ttl__icon::after {
    width: 14px;
    height: 2px;
    top: 49%;
  }
  .accordion-wrap__ttl__icon::before {
    left: 33%;
  }
  .accordion-wrap__ttl__icon::after {
    right: 33%;
  }
  .accordion-wrap__text {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .accordion-wrap.faq-accordion .accordion-wrap__ttl {
    padding: 15px 55px 15px 15px;
    font-size: 17px;
  }
  .accordion-wrap.faq-accordion .accordion-wrap__content {
    padding: 0 20px 15px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 580px) {
  .accordion-wrap__ttl {
    display: block;
    padding: 15px 55px 15px 15px;
  }
  .accordion-wrap__ttl em {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    width: 100%;
  }
  .accordion-wrap__ttl__icon {
    right: 5px;
  }
}

.accordionWrap .accordion {
  cursor: pointer;
}
.accordionWrap .accordionBox {
  display: none;
}

/* date picker */
.datepicker-custom {
  position: relative;
}
.datepicker-custom .ui-datepicker table {
  font-size: 100%;
}
.datepicker-custom .ui-datepicker thead {
  font-size: 138.46%;
}
.datepicker-custom .ui-widget.ui-widget-content {
  padding: 0;
  border: none;
}
.datepicker-custom .ui-datepicker {
  width: 100%;
}
.datepicker-custom .ui-widget {
  font-family: "Zen Maru Gothic", sans-serif;
}
.datepicker-custom .ui-datepicker .ui-datepicker-header {
  padding: 0 0 40px;
  border: none;
}
.datepicker-custom .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  border-color: #bcbcbc;
}
.datepicker-custom .ui-datepicker .ui-datepicker-prev {
  width: auto;
  height: auto;
  top: 61px;
  left: 20px;
  z-index: 2;
  border: solid #5E8375;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  cursor: pointer;
}
.datepicker-custom .ui-datepicker .ui-datepicker-next {
  width: auto;
  height: auto;
  top: 61px;
  right: 20px;
  z-index: 2;
  border: solid #5E8375;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  cursor: pointer;
}
.datepicker-custom .ui-datepicker .ui-datepicker-title {
  position: relative;
  font-size: 138.46%;
  color: #FFF;
  font-weight: normal;
  background: #5E8375;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 8px;
}
.datepicker-custom .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.datepicker-custom .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-family: "Outfit", sans-serif;
}
.datepicker-custom .ui-widget-header .ui-icon {
  background-image: none;
}
.datepicker-custom .ui-datepicker table {
  margin: 0;
}
.datepicker-custom .ui-datepicker table,
.datepicker-custom .ui-datepicker th,
.datepicker-custom .ui-datepicker td,
.datepicker-custom .ui-datepicker tr {
  border: 1px solid #CCC;
}
.datepicker-custom .ui-datepicker .ui-datepicker-calendar td a {
  width: 30px;
  padding: 5px 0;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Outfit", sans-serif;
}
.datepicker-custom .outfit {
  font-family: "Outfit", sans-serif;
}
.datepicker-custom .ui-datepicker .ui-state-default,
.datepicker-custom .ui-widget-content .ui-state-default,
.datepicker-custom .ui-datepicker .ui-widget-header .ui-state-default,
.datepicker-custom .ui-datepicker .ui-button,
.datepicker-custom .ui-datepicker .ui-button.ui-state-disabled:hover,
.datepicker-custom .ui-datepicker .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 123.07%;
  font-weight: bold;
}
.datepicker-custom .ui-datepicker .ui-datepicker-calendar a:hover,
.datepicker-custom .ui-widget-content .ui-state-default.ui-state-active,
.datepicker-custom .ui-widget-content .ui-datepicker-week-end:first-child .ui-state-default.ui-state-active,
.datepicker-custom .ui-widget-content .ui-datepicker-week-end:first-child a.ui-state-default:hover {
  background-color: #5E8375;
  color: #fff !important;
}
.datepicker-custom .ui-datepicker-calendar thead tr th:nth-last-child(2),
.datepicker-custom .ui-datepicker-calendar tbody tr td:nth-last-child(2) {
  background-color: #EFF7FF;
  opacity: 1;
}
.datepicker-custom .ui-datepicker-calendar thead tr th:last-child,
.datepicker-custom .ui-datepicker-calendar tbody tr td:last-child {
  background-color: #FFF3F2;
  opacity: 1;
}
.datepicker-custom .ui-datepicker-calendar tbody tr td:nth-last-child(2).ui-state-disabled .ui-state-default,
.datepicker-custom .ui-datepicker-calendar tbody tr td:last-child.ui-state-disabled .ui-state-default {
  opacity: 0.35;
}
.datepicker-custom .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month:nth-last-child(2),
.datepicker-custom .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month:last-child {
  opacity: 0.35;
}
.datepicker-custom .datepicker-01 {
  display: none;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.datepicker-custom .sl-date-01 {
  z-index: 1;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 48px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 138.46%;
  color: #5E8375;
  font-weight: bold;
}
.datepicker-custom .btn-close {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 11px;
  background: transparent url(/img/common/icon_close.png) no-repeat 50% 50%;
  background-size: 19px auto;
  padding: 0;
  cursor: pointer;
}
.datepicker-custom .sl-date-02 {
  padding: 12px 10px;
  font-size: 123.07%;
  font-weight: bold;
  text-align: center;
  color: #5E8375;
}
@media screen and (max-width: 768px) {
  .datepicker-custom .ui-datepicker .ui-datepicker-calendar td a {
    width: 23px;
    padding: 2px 0;
  }
  .datepicker-custom .ui-datepicker th {
    padding: 0.6em 0.2em;
  }
  .datepicker-custom .ui-datepicker td {
    padding: 3px 1px;
  }
}

.btn04.js-datepicker {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn04.js-datepicker .icon-calendar {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn04.js-datepicker.active {
  color: #FFF;
  background-color: #5E8375;
}
.btn04.js-datepicker.active .icon-calendar {
  fill: #FFF;
}