@charset "UTF-8";
/*=======================================
施設の予約
=========================================*/
.p-reservation2__lead {
  margin-bottom: 60px;
}
.p-reservation2__lead .lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 60px;
}
.p-reservation2__lead .tab {
  display: flex;
  flex-wrap: wrap;
}
.p-reservation2__lead .tab li {
  width: 23.6363%;
  margin-left: 1.818266%;
  margin-bottom: 40px;
  color: #229700;
  background: #fff;
  border: 1px solid #229700;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  padding: 14px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.p-reservation2__lead .tab li:nth-child(4n+1) {
  margin-left: 0;
}
.p-reservation2__lead .tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  border-top: 0 solid #229700;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.p-reservation2__lead .tab li.is-active {
  background: #229700;
  border-color: #229700;
  color: #fff;
}
.p-reservation2__lead .tab li.is-active:before {
  bottom: -20px;
  border-top-width: 20px;
}
.p-reservation2__content {
  display: none;
}
.p-reservation2__content.is-active {
  display: block;
}
.p-reservation2__content .c-table3 {
  margin-bottom: 20px;
}
.p-reservation2__content p {
  margin-bottom: 10px;
}
.p-reservation2__content p:last-child {
  margin-bottom: 0;
}
.p-reservation2__content p a {
  color: #0088FF;
  text-decoration: underline;
}
.p-reservation2__content .c-title5 {
  margin-top: 30px;
}
.p-reservation2__content .document {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-reservation2__content .document .c-title5 {
  margin-bottom: 20px;
}
.p-reservation2__content .document-btn {
  display: flex;
  flex-wrap: wrap;
}
.p-reservation2__content .document-btn li {
  width: 48.1818%;
  margin-left: 3.6364%;
  margin-bottom: 15px;
}
.p-reservation2__content .document-btn li:nth-child(2n+1) {
  margin-left: 0;
}
.p-reservation2__content .document-btn a {
  display: block;
  background: #F8F8F8;
  border: 1px solid #E1DBD5;
  border-radius: 10px;
  padding: 11px 50px;
}
.p-reservation2__content .document-btn a.has-icon span {
  background-position: left center;
  background-repeat: no-repeat;
}
.p-reservation2__content .document-btn a.pdf span {
  background-image: url(../img/common/icon_pdf.svg);
  background-size: 35px 43px;
  padding-left: 53px;
}
.p-reservation2__content .document-btn a.word span {
  background-image: url(../img/common/icon_word.svg);
  background-size: 37px 40px;
  padding-left: 48px;
}
.p-reservation2__content .document-btn span {
  display: block;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.p-reservation2__content .document-btn span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/common/icon_download.svg) no-repeat center;
  background-size: contain;
  width: 37px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.p-reservation2__content .step {
  margin-bottom: 20px;
}
.p-reservation2__content .step:last-child {
  margin-bottom: 0;
}
.p-reservation2__content .step-title {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-left: 55px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 28px;
}
.p-reservation2__content .step.step1 .step-title {
  background-image: url(../img/reservation2/step_icon1.svg);
}
.p-reservation2__content .step.step2 .step-title {
  background-image: url(../img/reservation2/step_icon2.svg);
}
.p-reservation2__content .contact {
  border: 1px solid #E1DBD5;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  min-width: 496px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-reservation2__content .contact-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-reservation2__content .contact-tel a {
  display: inline-block;
  color: #229700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 500;
  background: url(../img/common/icon_tel.svg) no-repeat left center;
  background-size: 24px 32px;
  padding-left: 34px;
}
.p-reservation2__content .contact-tel span {
  margin-left: 10px;
  display: inline-block;
  color: #655C50;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.p-reservation2__content .imgbox {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.p-reservation2__content .imgbox-img {
  margin-right: 25px;
}
.p-reservation2__content .btn {
  margin-top: 20px;
}
.p-reservation2__content .btn a {
  display: inline-block;
  border: 1px solid #229700;
  background: #fff;
  color: #229700;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}
.p-reservation2__content .btn span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/common/icon_email.svg);
  background-size: 30px 21px;
  padding: 10px 35px 10px 55px;
  position: relative;
}
.p-reservation2__content .btn span:before {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(../img/common/arrow_1-green2.svg);
  width: 7px;
  height: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.p-reservation2__content .img1 {
  margin-bottom: 30px;
}
.p-reservation2__content .legend {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #F8F8F8;
  border-radius: 10px;
  border: 1px solid #E1DBD5;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 50px;
}
.p-reservation2__content .legend p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 0;
}
.p-reservation2__content .c-table3.tenjikan th,
.p-reservation2__content .c-table3.tenjikan td, .p-reservation2__content .c-table3.chori th,
.p-reservation2__content .c-table3.chori td, .p-reservation2__content .c-table3.koza th,
.p-reservation2__content .c-table3.koza td {
  padding: 17px;
}
.p-reservation2__content .c-table3.tenjikan thead th, .p-reservation2__content .c-table3.chori thead th, .p-reservation2__content .c-table3.koza thead th {
  text-align: center;
  color: #fff;
}
.p-reservation2__content .c-table3.tenjikan tbody tr:nth-child(n+2) th,
.p-reservation2__content .c-table3.tenjikan tbody tr:nth-child(n+2) td, .p-reservation2__content .c-table3.chori tbody tr:nth-child(n+2) th,
.p-reservation2__content .c-table3.chori tbody tr:nth-child(n+2) td, .p-reservation2__content .c-table3.koza tbody tr:nth-child(n+2) th,
.p-reservation2__content .c-table3.koza tbody tr:nth-child(n+2) td {
  text-align: center;
}
.p-reservation2__content .c-table3.tenjikan th,
.p-reservation2__content .c-table3.tenjikan td {
  border: 1px solid #E1DBD5;
}
.p-reservation2__content .c-table3.tenjikan thead th {
  background: #E9B625;
}
.p-reservation2__content .c-table3.tenjikan .odd td {
  background: #FFFCF3;
}
.p-reservation2__content .c-table3.tenjikan .odd:hover td {
  background: #f3f3f3;
}
.p-reservation2__content .c-table3.chori th,
.p-reservation2__content .c-table3.chori td {
  border: 1px solid #E1DBD5;
}
.p-reservation2__content .c-table3.chori thead th {
  background: #E72E8C;
}
.p-reservation2__content .c-table3.chori tbody th,
.p-reservation2__content .c-table3.chori tbody td {
  text-align: center;
}
.p-reservation2__content .c-table3.chori .odd td {
  background: #FFF8FB;
}
.p-reservation2__content .c-table3.chori .odd:hover td {
  background: #f3f3f3;
}
.p-reservation2__content .c-table3.koza th,
.p-reservation2__content .c-table3.koza td {
  border: 1px solid #E1DBD5;
}
.p-reservation2__content .c-table3.koza thead th {
  background: #E72E8C;
}
.p-reservation2__content .c-table3.koza .odd td {
  background: #FFF8FB;
}
.p-reservation2__content .c-table3.koza .odd:hover td {
  background: #f3f3f3;
}
.p-reservation2__content.empty .c-table3 {
  max-height: 500px;
  overflow: auto;
}
.p-reservation2__content.empty .c-table3 thead {
  position: sticky;
  left: 0;
  top: 0;
}
.p-reservation2__content.empty .c-table3.tenjikan tbody tr:first-child, .p-reservation2__content.empty .c-table3.koza tbody tr:first-child {
  position: sticky;
  left: 0;
  top: 86px;
  z-index: 1;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-reservation2__lead {
    margin-bottom: 60px;
  }
  .p-reservation2__lead .tab li {
    width: 48%;
    margin-left: 4%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-reservation2__lead .tab li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-reservation2__lead .tab li:before {
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
  }
  .p-reservation2__lead .tab li.is-active:before {
    border-top-width: 10px;
    bottom: -10px;
  }
  .p-reservation2__content .lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .p-reservation2__content .legend {
    display: block;
    padding: 10px 25px;
  }
  .p-reservation2__content .legend p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .p-reservation2__content .legend p:last-child {
    margin-bottom: 0;
  }
  .p-reservation2__content .block1 {
    display: block;
  }
  .p-reservation2__content .block1-box {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-reservation2__content .box3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-reservation2__content .box3 .t {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-reservation2__content .tel .t2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-reservation2__content .tel a {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-reservation2__content .c-table3.tenjikan th,
  .p-reservation2__content .c-table3.tenjikan td, .p-reservation2__content .c-table3.chori th,
  .p-reservation2__content .c-table3.chori td, .p-reservation2__content .c-table3.koza th,
  .p-reservation2__content .c-table3.koza td {
    padding: 6px;
  }
  .p-reservation2__content .c-table3.tenjikan table {
    width: 750px;
  }
  .p-reservation2__content .c-table3.chori table {
    width: 550px;
  }
  .p-reservation2__content .c-table3.koza table {
    width: 910px;
  }
  .p-reservation2__content.empty .c-table3 {
    max-height: 500px;
    overflow: auto;
  }
  .p-reservation2__content.empty .c-table3 thead {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .p-reservation2__content.empty .c-table3 thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 12;
  }
  .p-reservation2__content.empty .c-table3 tbody td:first-child,
  .p-reservation2__content.empty .c-table3 tbody td:nth-child(2) {
    position: sticky;
    z-index: 9;
  }
  .p-reservation2__content.empty .c-table3 tbody td:first-child {
    left: 0;
  }
  .p-reservation2__content.empty .c-table3 tbody td:nth-child(2) {
    left: 98px;
  }
  .p-reservation2__content.empty .c-table3.tenjikan tbody tr:first-child, .p-reservation2__content.empty .c-table3.koza tbody tr:first-child {
    position: sticky;
    left: 0;
    top: 64px;
    z-index: 1;
  }
  .p-reservation2__content .sp-block .c-table2 th,
  .p-reservation2__content .sp-block .c-table2 td {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-reservation2__content .document-btn {
    display: block;
  }
  .p-reservation2__content .document-btn li {
    width: auto;
    margin-left: 0;
  }
  .p-reservation2__content .document-btn a {
    padding: 5px 20px;
  }
  .p-reservation2__content .document-btn span {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-reservation2__content .legend p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-reservation2__content .contact {
    min-width: initial;
  }
  .p-reservation2__content .contact-tel a {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 24px;
    background-size: 16px auto;
  }
  .p-reservation2__content .contact-tel span {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-reservation2__content .contact .btn a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-reservation2__content .contact .btn span {
    padding-right: 25px;
    padding-left: 45px;
  }
}
