@charset "utf-8";
/* CSS Document */

#taiikukan,
#ground,
#tamokuteki,
#shisaikan,
#kaigi,
#choufu-ground,
#tennis {
  padding-top: 7rem;
  margin-top: -7rem;
}

#toda {
  padding-top: 7rem;
  margin-top: -7rem;
}

th,
td {
  font-family: "Noto Sans JP", sans-serif;
}

.small__square {
  font-size: 1.3rem;
}

.shisetsu__title {
  font-size: 4.36rem;
  /*font-family: 'Zen Kaku Gothic New', sans-serif;*/
  text-align: center;
  background: rgba(215, 185, 143, 0.2);
  margin: 0;
  padding-top: 10rem;
  padding-bottom: 0.8rem;
}
.shisetsu__catch {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;

  margin: 0;
  padding-top: 2rem;
}

.shisetsu__link {
  display: block;
  width: 274px;
  height: 74px;
  margin: 4rem auto;
  line-height: 74px;
  background-color: #b20009;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.shisetsu__text-box {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.shisetsu__img-wrap {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
.shisetsu__sugamo,
.shisetsu__choufu,
.shisetsu__toda {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
.shisetsu__sugamo p,
.shisetsu__choufu p,
.shisetsu__toda p {
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.2s;
}
.shisetsu__sugamo p:hover,
.shisetsu__choufu p:hover,
.shisetsu__toda p:hover {
  color: #ea2127;
}
.shisetsu__img-arrow {
  display: block;
  width: 40px;
  margin: 0 auto;
  position: relative;
  transform: rotate(90deg);
}

.shisetsu__sugamo ul,
.shisetsu__choufu ul {
  width: 150px;
  margin: 0 auto 1rem;
  display: none;
}
.shisetsu__sugamo ul li,
.shisetsu__choufu ul li,
.shisetsu__toda ul li {
  font-size: 1.5rem;
  transition: 0.2s;
}
.shisetsu__sugamo ul li:hover a,
.shisetsu__choufu ul li:hover a,
.shisetsu__toda ul li:hover a {
  color: #ea2127;
}

.shisetsu__container {
  width: 100%;
  max-width: 100rem;
  margin: 10rem auto 0;
  padding-top: 7rem;
  position: relative;
}
.shisetsu__container h3 {
  position: absolute;
  left: 0;
  top: -30px;
  color: #fff;
  font-size: 3rem;
}
.shisetsu__banner {
  width: 200%;
  height: 70px;
  background-color: #bb0009;
  transform: skewX(-215deg);
  position: absolute;
  right: 20px;
  top: -40px;
}
.shisetsu__banner-yoyaku {
  width: 200%;
  height: 70px;
  background-color: #d7b98f;
  transform: skewX(-215deg);
  position: absolute;
  right: 20px;
  top: -40px;
}
.shisetsu__img {
  width: 100%;
  margin: 4rem auto 0;
}
.shisetsu__ground-map {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  top: -6rem;
}
#sugamo-center {
  padding-top: 7rem;
  margin-top: -7rem;
}

.shisetsu__contents-sugamo:nth-of-type(3),
.shisetsu__contents-sugamo:nth-of-type(4),
.shisetsu__contents-sugamo:nth-of-type(5) {
  margin-top: 5rem;
}

.shisetsu__place--name {
  padding-left: 1rem;
  line-height: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto;
}
.shisetsu__inquiry-name {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.shisetsu__place--link {
  display: block;
  width: 300px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  color: #fff;
  background-color: #d7b98f;
  border-radius: 20px;
  text-align: center;
  font-weight: 300;
}

.shisetsu__inquiry {
  background-color: rgba(215, 185, 143, 0.2);
  margin-bottom: 6rem;
}

.shisetsu__inquiry-itme {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #d7b98f;
  padding-left: 1rem;
}
.shisetsu__inquiry-itme h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
.shisetsu__inquiry-subitme {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 3rem;
}
.shisetsu__inquiry-tel,
.shisetsu__inquiry-tel a {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin: 2rem auto 1.5rem;
}
.shisetsu__inquiry-schedule {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.shisetsu__inquiry-pdf {
  width: 100%;
  max-width: 950px;
  margin: 3rem auto;
}
.shisetsu__inquiry-pdf p {
  font-weight: 500;
  line-height: 2.8rem;
}

.shisetsu__inquiry-red-box {
  width: 100%;
  padding: 1.5rem;
  border: solid 1px #f1262b;
  background-color: #fff;
}
.shisetsu__inquiry-red-box h4 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #f1262b;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #f1262b;
}
.shisetsu__inquiry-red-box p {
  margin-bottom: 1rem;
}
.shisetsu__inquiry-red-box dl {
  width: 100%;
  display: flex;
  margin-bottom: 0.5rem;
}
.shisetsu__inquiry-red-box dt,
.shisetsu__inquiry-red-box dd {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.shisetsu__inquiry-red-box dt {
  margin-right: 6rem;
}
.shisetsu__inquiry-red-box dl:nth-of-type(4) dt {
  margin-right: 2.8rem;
}
.shisetsu__inquiry-red-box dl:nth-of-type(3) dd {
  margin-right: 0.5rem;
}

.shisetsu__inquiry-back-white {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.shisetsu__inquiry-back-white > div {
  width: 100%;
  max-width: 100rem;
  margin: 3rem auto 0;
  padding: 1rem 0;
  position: relative;
}
.shisetsu__inquiry-back-white div > .shisetsu__inquiry-pdf {
  margin: 0 auto 3rem;
}
.shisetsu__inquiry-pdf p > span {
  font-size: 1.3rem;
}
.shisetsu__place--link-wrap {
  padding: 4rem 0;
}

/*表　CSS*/
.process__table--title {
  color: #d78e55;
  font-size: 2.3rem;
  margin-top: 2rem;
  margin-left: 10rem;
}

.process__table--wrap {
  position: relative;
  z-index: 10;
}
.process__table--wrap table,
.process__table--wrap td,
.process__table--wrap th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap p:nth-of-type(2) {
  color: #000;
  font-weight: 300;
  margin-left: 10rem;
}
.process__table--wrap table,
.process__table--wrap th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: -4rem auto 3rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap td:first-of-type,
.process__table--wrap td:nth-of-type(2) {
  text-align: center;
}
.process__table--wrap td:last-of-type {
  padding: 2rem;
}
.process__table--wrap th {
  background: #ebdcc7;
}
.process__table--wrap th:first-of-type,
.process__table--wrap th:nth-of-type(2) {
  width: 14rem;
}
.process__table--wrap th:last-of-type {
  width: 60rem;
}
.process__table--wrap tr:nth-of-type(2) td:first-of-type {
  text-align: center;
}
.process__table--wrap tr:nth-of-type(10) .process__table--right {
  margin-left: 10rem;
}

.process__table--wrap02 table,
.process__table--wrap02 td,
.process__table--wrap02 th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap02 p:nth-of-type(2) {
  color: #000;
  font-weight: 300;
  margin-left: 10rem;
}
.process__table--wrap02 table,
.process__table--wrap02 th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: -4rem auto 3rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap02 td:first-of-type,
.process__table--wrap02 td:nth-of-type(2) {
  text-align: center;
}
.process__table--wrap02 td:last-of-type {
  padding: 2rem;
  text-align: left;
}
.process__table--wrap02 th {
  background: rgba(215, 185, 143, 0.5);
}
.process__table--wrap02 th:first-of-type {
  width: 17rem;
}
.process__table--wrap02 th:last-of-type {
  width: 58rem;
}
.process__table--wrap02 tr:nth-of-type(2) td:first-of-type {
  text-align: center;
}
.process__table--wrap02 tr:nth-of-type(10) .process__table--right {
  margin-left: 10rem;
}

.process__table--wrap03 {
  position: relative;
  z-index: 10;
}
.process__table--wrap03 table,
.process__table--wrap03 td,
.process__table--wrap03 th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap03 p:nth-of-type(2) {
  color: #000;
  font-weight: 300;
  margin-left: 10rem;
}
.process__table--wrap03 table,
.process__table--wrap03 th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: -4rem auto 3rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap03 td:first-of-type,
.process__table--wrap03 td:nth-of-type(2) {
  text-align: center;
}
.process__table--wrap03 td:last-of-type {
  padding: 3rem 1rem;
}
.process__table--wrap03 th {
  background: #ebdcc7;
}
.process__table--wrap03 th:first-of-type,
.process__table--wrap03 th:nth-of-type(2) {
  width: 14rem;
}
.process__table--wrap03 th:last-of-type {
  width: 45rem;
}
.process__table--wrap03 tr:nth-of-type(2) td:first-of-type {
  text-align: center;
}
.process__table--wrap03 tr:nth-of-type(10) .process__table--right {
  margin-left: 10rem;
}

.process__table--wrap04 {
  position: relative;
  z-index: 10;
}
.process__table--wrap04 table,
.process__table--wrap04 td,
.process__table--wrap04 th {
  padding: 3px;
  height: 20px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 1rem auto;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap04 p:nth-of-type(2) {
  color: #000;
  font-weight: 300;
  margin-left: 10rem;
}
.process__table--wrap04 table,
.process__table--wrap04 th {
  padding: 3px;
  height: 20px;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: -4rem auto 3rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.process__table--wrap04 td {
  vertical-align: middle;
}
.process__table--wrap04 td:first-of-type,
.process__table--wrap04 td:nth-of-type(2) {
  text-align: center;
}

.process__table--wrap04 th {
  background: #ebdcc7;
}
.process__table--wrap04 th:first-of-type,
.process__table--wrap04 th:nth-of-type(2) {
  width: 14rem;
}
.process__table--wrap04 th:last-of-type {
  width: 15rem;
}
.process__table--wrap04 tr:nth-of-type(2) td:first-of-type {
  text-align: center;
}
.process__table--wrap04 tr:nth-of-type(10) .process__table--right {
  margin-left: 10rem;
}

.prcess__table--center {
  text-align: center;
}
.process__table--top {
  vertical-align: top !important;
}
.process__table--large {
  width: 45rem;
}
.shisetsu__table--color {
  color: #ce8555;
  font-size: 1.8rem;
}
.shisetsu__kaigi--tel {
  padding-left: 11.3rem;
}
.shisetsu__font__space {
  padding-left: 10rem;
}

.shisaikan-center {
  text-align: center;
}
.shisaikan-left {
  text-align: left !important;
}

.choufu-ground-center {
  padding: 2rem 1rem !important;
}
.choufu-ground-left td:nth-of-type(2) {
  text-align: left;
}

.tennis__left td:nth-of-type(2) {
  text-align: left;
}

.toda-teiko__center td:nth-of-type(2),
.toda-teiko__center02 td:nth-of-type(2),
.toda-teiko__center03 td:nth-of-type(2) {
  text-align: left;
  padding: 0.5rem;
}

.toda-teiko__center td:nth-of-type(3),
.toda-teiko__center td:nth-of-type(4),
.toda-teiko__center02 td:nth-of-type(3),
.toda-teiko__center02 td:nth-of-type(4),
.toda-teiko__center02 td:nth-of-type(5),
.toda-teiko__center03 td:nth-of-type(3),
.toda-teiko__center04 td:nth-of-type(2),
.toda-teiko__center04 td:nth-of-type(3) {
  text-align: center;
}

/*優先希望予約追記CSS*/
.shisetsu__use-method {
  width: 100%;
  max-width: 700px;
}

.shisetsu__use-method--number {
  margin: 1.5rem 0 0 auto;
  max-width: 820px;
}
.shisetsu__use-method--number > p {
  display: flex;
  margin: 1rem 0;
}
.shisetsu__use-method--number__space {
  margin-right: 1rem;
}

.shisetsu__use-price dt {
  margin-right: 3.5rem;
}
.shisetsu__use-price--text {
  width: 100%;
  max-width: 770px;
}

.shisetsu__use-price--table-wrap > table {
  width: 100%;
}

.shisetsu__use-price--table-wrap > table,
.shisetsu__use-price--table-wrap > table td,
.shisetsu__use-price--table-wrap > table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.shisetsu__use-price--table-wrap > table td,
.shisetsu__use-price--table-wrap > table th {
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.shisetsu__use-price--table-wrap > table th {
  background: #ebdcc7;
}
.even {
  background: #ebdcc7;
}
.odd {
  background: #ebdcc7;
}

.shisetsu__use-price-span {
  margin-right: 3rem;
}

/*-------*/

/*======= スライダーCSS ======*/

.slider-box {
  max-width: 100rem;
  margin: 0 auto;
  overflow: hidden;
}

.slick-dots {
  bottom: 25px !important;
}

.slick-prev {
  left: 5px !important;
  z-index: 10;
}
.slick-next {
  right: 5px !important;
  z-index: 10;
}
/*スムーススクロール*/
#inquiry01 {
  padding-top: 7rem;
  margin-top: -7rem;
}
#inquiry02 {
  padding-top: 7rem;
  margin-top: -7rem;
}

/*PDF追加*/
.pdf {
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 5rem;
}
.program__pdf--img {
  width: 2.5rem;
  margin-left: 0.5rem;
}

/*表追加（2023.06.21）*/
.shisetsu__bihin {
  width: 100%;
  max-width: 88rem;
  margin: 3rem auto 5rem;
}
.shisetsu-ground {
  width: 100%;
  max-width: 75rem;
}
.shisetsu__bihin > p {
  font-weight: 600;
  font-size: 1.5rem;
}
.shisetsu__bihin table {
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
}
.shisetsu__bihin td {
  font-size: 1.6rem;
  border: 1px solid #595959;
  vertical-align: middle;
  padding: 0.5rem 0.8rem;
}
.shisetsu-ground td:first-of-type {
  width: 10%;
}
.shisetsu-ground td:last-of-type {
  width: 40%;
}
.bihin-small {
  font-size: 1.4rem;
}
.shisetsu-name {
  background: #ebdcc7;
}
/*表追加（2024.03.05）*/
.color__red {
  color: #ea2127;
}
.underline {
  text-decoration: underline;
}

@media screen and (max-width: 970px) {
  .shisetsu__use-method {
    width: 100%;
    max-width: 630px;
  }
  .shisetsu__use-method--number {
    max-width: 630px;
  }

  .shisetsu__use-price dt {
    margin-right: 3rem;
  }
  .shisetsu__use-price--text {
    width: 100%;
    max-width: 630px;
  }
}

@media screen and (max-width: 850px) {
  .shisetsu__title {
    font-size: 3rem;
    padding-top: 5rem;
    padding-bottom: 2.1rem;
  }
  .shisetsu__catch {
    font-size: 2.5rem;
  }
  .shisetsu__link {
    width: 300px;
  }
  .shisetsu__text-box {
    width: 95%;
  }
  .shisetsu__img-wrap {
    /*display: block;*/
    margin: 4rem auto;
  }
  .shisetsu__sugamo,
  .shisetsu__choufu,
  .shisetsu__toda {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .shisetsu__sugamo ul,
  .shisetsu__choufu ul {
    width: 150px;
  }

  .shisetsu__banner,
  .shisetsu__banner-yoyaku {
    width: 100%;
    height: 58px;
    right: 60px;
    top: -40px;
  }
  .shisetsu__container h3 {
    left: 20px;
    top: -30px;
    font-size: 2.5rem;
  }

  .shisetsu__ground-map {
    width: 90%;
    top: -3rem;
  }

  table {
    width: 90%;
  }
  .sp-center {
    text-align: center !important;
  }

  .sp-table--margin {
    margin-top: 3rem;
  }
  .shisetsu__font__space {
    padding-left: 10.5rem;
    font-size: 1.5rem;
  }
  .shisetsu__kaigi--tel {
    padding-left: 11.3rem;
  }
  .shisaikan-width td {
    width: 20% !important;
  }

  .process__table--wrap table {
    margin: -1rem auto 3rem;
  }
  .process__table--wrap th:last-of-type {
    width: 25rem;
    height: 15rem;
    padding: 0rem;
  }
  .process__table--wrap td:last-of-type {
    padding: 1rem;
  }
  .process__table--wrap td {
    width: 70%;
  }
  .process__table--wrap td:first-of-type {
    text-align: left;
  }

  .process__table--wrap02 table {
    margin: -1rem auto 3rem;
  }
  .process__table--wrap02 th:last-of-type {
    width: 25rem;
    height: 15rem;
  }
  .process__table--wrap02 td:last-of-type {
    padding: 1rem;
  }
  .process__table--wrap02 td {
    width: 70%;
  }
  .process__table--wrap02 tr:nth-of-type(2) td:first-of-type {
    text-align: left;
  }

  .process__table--wrap03 table {
    margin: -1rem auto 3rem;
  }
  .process__table--wrap03 th:last-of-type {
    width: 4rem;
    height: 15rem;
  }
  .process__table--wrap03 td:last-of-type {
    padding: 0rem;
    text-align: center;
  }
  .process__table--wrap03 td {
    width: 23%;
  }
  .process__table--wrap03 tr:nth-of-type(2) td:first-of-type {
    text-align: center;
  }

  .process__table--wrap04 td {
    vertical-align: middle;
  }
  .process__table--wrap04 td:first-of-type,
  .process__table--wrap04 td:nth-of-type(2) {
    text-align: center;
  }

  .process__table--wrap04 th {
    background: #ebdcc7;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
  }
  .process__table--wrap04 th:first-of-type {
    width: 8rem;
  }

  .process__table--wrap04 th:nth-of-type(2) {
    width: 4rem;
  }
  .process__table--wrap04 th:last-of-type {
    width: 8rem;
  }
  .process__table--wrap04 tr:nth-of-type(2) td:first-of-type {
    text-align: center;
  }
  .process__table--wrap04 tr:nth-of-type(10) .process__table--right {
    margin-left: 10rem;
  }

  .process__table--wrap-sp05 td {
    width: 33%;
  }
  .process__table--wrap-sp05 tr:nth-of-type(2) td:first-of-type {
    text-align: left;
  }

  .shisetsu__inquiry-red-box dt,
  .shisetsu__inquiry-red-box dd {
    font-size: 1.4rem;
  }

  .process__table--wrap04 table {
    margin: 0rem auto 3rem;
  }

  .shisetsu__inquiry-red-box dt {
    margin-right: 1rem;
    width: 23.5%;
    flex: 0 0 16%;
  }
  /*
    .shisetsu__inquiry-red-box dl:nth-of-type(2) dt {
        margin-right: 0rem;
        width: 25%;
    }
*/
  /*
    .shisetsu__inquiry-red-box dl:nth-of-type(3) dt {
        margin-right: 1rem;
    }
*/
  .shisetsu__inquiry-red-box dl:nth-of-type(4) dt {
    margin-right: 1rem;
  }
  /*
    .shisetsu__inquiry-red-box dl:nth-of-type(5) dt {
        margin-right: 3rem;
    }
*/
  .shisetsu__inquiry-red-box dl:nth-of-type(3) dd {
    margin-right: 0.5rem;
  }

  .shisetsu__inquiry-red-box {
    width: 95%;
    margin: 0 auto;
  }
  .shisetsu__inquiry-schedule {
    text-align: left;
    margin: 0 auto 2rem;
    display: block;
    width: 82%;
  }
  .shisetsu__inquiry-itme {
    width: 90%;
    margin: 0 auto;
  }
  .shisetsu__inquiry-subitme {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 2rem;
  }
  .shisetsu__inquiry-pdf {
    width: 90%;
  }
  .shisetsu__place--name {
    padding-left: 1rem;
    line-height: 3rem;
    font-size: 1.8rem;
  }

  .toda-teiko__center02 td:nth-of-type(3) {
    width: 8rem;
  }

  .slick-dots {
    bottom: 15px !important;
  }

  .shisetsu__use-method p,
  .shisetsu__use-price--text p .shisetsu__use-price--table p {
    font-size: 1.4rem;
  }
  .shisetsu__use-method--number > p {
    font-size: 1.4rem;
  }
  .shisetsu__inquiry-red-box p {
    font-size: 1.4rem;
  }

  /*
    .shisetsu__use-price dt {
        margin-right: 3rem;
    }
*/

  .shisetsu__bihin {
    width: 90%;
    max-width: 75rem;
  }
  .shisetsu__bihin table {
    border: 1.5px solid #595959;
  }
  .shisetsu-name {
    width: 20%;
    text-align: center;
  }
  .bihin-name {
    width: 30%;
  }
  .shisetsu-ground td:first-of-type {
    width: 15%;
  }
  .shisetsu-ground .bihin-ground {
    width: 10%;
  }
}
@media screen and (max-width: 750px) {
  .process__table--wrap th,
  .process__table--wrap02 th,
  .process__table--wrap03 th {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    text-orientation: upright;
    display: block;
  }
  .process__table--wrap02 td {
    width: 100%;
  }
  .process__table--wrap02 th:last-of-type {
    width: 5rem;
    height: 18rem;
  }

  .process__table--wrap03 td {
    width: 33%;
  }
  .process__table--wrap03 th:last-of-type {
    height: 17rem;
  }

  .process__table--wrap td {
    width: 100%;
  }
  .sp-left {
    text-align: left !important;
  }
  .shisetsu__img-wrap {
    display: block;
    margin: 4rem auto;
  }

  .shisetsu__sugamo,
  .shisetsu__choufu,
  .shisetsu__toda {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .shisetsu__place--link {
    margin-bottom: 3rem;
  }
  .shisetsu__font__space {
    padding-left: 0rem;
    font-size: 1.4rem;
    text-align: right;
    width: 100%;
    display: block;
  }
  /*=========== 縦書きthタグ　調整 ===========*/

  /*体育館*/
  .process__table--wrap th {
    width: 2.5rem !important;
  }
  .process__table--wrap tr th {
    height: 10rem !important;
    margin: 0;
  }
  .process__table--wrap tr:nth-of-type(2) th {
    height: 20rem !important;
    margin: 0;
  }
  .process__table--wrap tr:last-of-type th {
    height: 55rem !important;
  }

  /*多目的*/
  .table__tbody-tamokuteki tr th {
    height: 10rem !important;
  }
  .table__tbody-tamokuteki tr:nth-of-type(2) th {
    height: 18rem !important;
  }
  .table__tbody-tamokuteki tr:last-of-type th {
    height: 20rem !important;
  }

  /*会議室*/
  .sp__table--kaigi tr:last-of-type th {
    height: 30rem !important;
  }

  /*グラウンド（人工芝）*/
  .process__table--wrap02 th {
    width: 2.5rem !important;
    padding: 0 !important;
  }
  .process__table--wrap02 tr th {
    height: 20rem !important;
    margin: 0;
  }
  .process__table--wrap02 tr:last-of-type th {
    height: 25rem !important;
  }

  /*思斉館*/
  .process__table--wrap03 th {
    width: 2.5rem !important;
    padding: 0;
  }
  .process__table--wrap03 tr th {
    height: 11rem !important;
    margin: 0;
  }
  .process__table--wrap03 tr:last-of-type th {
    height: 20rem !important;
  }
  .shisaikan-width td {
    width: 31% !important;
  }

  /*調布グラウンド*/
  .table__tbody-choufu th {
    width: 2.5rem !important;
    padding: 0;
  }
  .table__tbody-choufu tr th {
    height: 15rem !important;
    margin: 0;
  }
  .table__tbody-choufu tr:last-of-type th {
    height: 20rem !important;
  }
  .table__tbody-choufu td {
    width: 50%;
  }

  /*テニスコート*/
  .table__tbody-tennis th {
    width: 2.5rem !important;
  }
  .table__tbody-tennis tr th {
    height: 20rem !important;
    margin: 0;
  }
  .table__tbody-tennis tr:nth-of-type(2) th {
    height: 20rem !important;
    margin: 0;
  }
  .table__tbody-tennis tr:last-of-type th {
    height: 20rem !important;
  }
  /*=========== 縦書きthタグ　調整　end ===========*/
  .shisetsu__inquiry-red-box dl {
    display: block;
  }
  .shisetsu__inquiry-red-box dd {
    margin-bottom: 1.5rem;
  }

  .shisetsu__inquiry-red-box dl:nth-of-type(2) dt {
    margin-right: 5rem;
    width: 25%;
  }
  .shisetsu__inquiry-red-box dl:nth-of-type(3) dt {
    margin-right: 2.5rem;
  }
  .shisetsu__inquiry-red-box dl:nth-of-type(4) dt {
    width: 50%;
    margin-right: 1rem;
  }

  .shisetsu__inquiry-red-box dl:nth-of-type(5) {
    display: block;
  }
  .shisetsu__inquiry-red-box dl:nth-of-type(5) dd {
    margin: 2rem 0;
  }
  .shisetsu__inquiry-red-box dt {
    margin-right: 1rem;
    width: 70%;
  }

  .shisetsu__use-price--table p {
    display: flex;
  }
  .shisetsu__inquiry-red-box p {
    margin-top: 1rem;
  }

  .shisetsu__use-price--table-wrap > table .shisetsu__use-price-text {
    width: 100%;
    height: 100%;
  }

  .shisetsu__use-price--table-wrap > table td {
    width: 23%;
    font-size: 1.3rem;
  }
  .shisetsu__use-price--table-wrap > table .shisetsu__use-price-sp {
    width: 100%;
    height: 100%;
  }

  /*表追加（2023.06.21）*/
  .shisetsu-name {
    width: 5%;
    text-align: center;
  }
  .shisetsu__bihin td {
    padding: 0.5rem;
  }
  .shisetsu__bihin .bihin-name {
    width: 35%;
    padding: 0 0.5rem;
  }
  .shisetsu__bihin td:last-of-type {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
  .shisetsu__bihin .shisetsu-name {
    border: 1.5px solid #595959;
  }
  .bihin-small {
    font-size: 1.2rem;
    display: block;
  }
  .shisetsu-ground td:first-of-type {
    width: 0%;
  }
  .shisetsu-ground td:last-of-type {
    width: 60%;
  }
}
