.table-reservation {
  width: 100%;
}
.table-reservation th {
  text-align: left;
  padding: 12px 0px;
  width: 20%;
}
.table-reservation td {
  padding-right: 20px;
}
.link-anchor-reservation {
  text-decoration: underline;
}
.link-anchor-reservation::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 22px;
  background-size: 45px 42px;
  background-image: url(/facilities/assets/images/icon_calendar_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  transform: translateY(4px);
}
.h2title-reservation {
  letter-spacing: 0.1em;
}
.h2title-reservation span::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.1em;
  background-size: 1.4em;
  background-image: url(/facilities/assets/images/icon_calendar-lg.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(0.1em);
  margin-right: 0.2em;
}
.wysiwyg-calendar table th,
.wysiwyg-calendar table td {
  border: 2px solid #e7e7e7;
}
.wysiwyg-calendar table tr:first-of-type th:first-of-type {
  border: none;
}
.wysiwyg-calendar table th span {
  font-weight: normal;
}
.wysiwyg-attention,
.wysiwyg-attention li {
  font-size: 1.6rem;
}
.tabbox-content .color-primary {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 24px 0;
}
input[disabled] + .btn-checkbox-reservation {
  background-color: #f0f0f0;
  color: #676767;
}
input[disabled] + .btn-checkbox-reservation:hover {
  opacity: 1;
  cursor: not-allowed;
}
.btn-checkbox-reservation {
  padding-left: 120px;
  text-align: left;
  background-color: #fccf00;
  color: #141414;
}
.btn-checkbox-reservation:hover {
  background-color: #ffe757;
  color: #141414;
}
input[disabled] + .btn-checkbox-reservation::before {
  border: 2px solid #676767;
}
.btn-checkbox-reservation::before {
  border: 2px solid #f0f0f0;
}
.btn-checkbox-reservation::before {
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
}
input:checked + .btn-checkbox-reservation {
  background-color: #f0f0f0;
  color: #676767;
}
input:checked + .btn-checkbox-reservation::after {
  top: 41%;
  left: 34%;
}
.btn-tel::before {
  width: 18px;
  height: 17px;
  background-size: 32px;
  background-image: url(/facilities/assets/images/icon_tel.svg);
  background-position: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  position: static;
  margin-right: 8px;
  transform: translateY(2px);
}
.btn-tel.btn-disabled::before {
  background-image: url(/facilities/assets/images/icon_tel-disabled.svg);
}
.tel-text {
  display: none;
}
.btn-disabled .tel-text {
  display: inline-block;
}
.tel-number {
  display: inline-block;
}
.btn-disabled .tel-number {
  display: none;
}
.l-grid-6.box.box-pamphlet {
  display: flex;
  margin-top: 52px;
}
.box-pamphlet-thumb {
  width: 100px;
  height: 100px;
  margin-right: 28px;
}
.box-pamphlet .list-line {
  font-size: 1.6rem;
}
.box-pamphlet .list-line:not(:first-child) {
  margin-top: 5px;
}
.box-pamphlet .list-line li:not(:first-of-type) {
  border-top: 2px solid #f6f6f6;
  margin-top: 4px;
  padding-top: 4px;
}
.h2title-lead {
  text-align: center;
}
.box-pamphlet-body .link,
.box-pamphlet-body .link-external,
.box-pamphlet-body .link-pdf {
  text-decoration: none;
}

@media (max-width: 750px) {
  .link-anchor-reservation::before {
    background-size: 35px 42px;
    margin-right: 4px;
    transform: translateY(6px);
  }
  .table-reservation {
    margin: -10px;
  }
  .table-reservation th {
    width: 22%;
    padding: 7px 0px;
    text-align: left;
  }
  .table-reservation td {
    padding-right: 0;
  }
  .section .section,
  .section .section:not(:first-of-type) {
    margin-top: 8px;
  }
  .section > .section-inner {
    padding-left: 0px;
  }
  .list-secondary li {
    margin-top: 0px;
  }
  .facility-calendar-legend {
    font-size: 1.2rem;
  }
  .facility-calendar-legend li::before {
    width: 12px;
    height: 12px;
  }
  .facility-calendar-legend li:not(:last-of-type) {
    margin-right: 20px;
  }
  .wysiwyg-content .table-scroll {
    margin: 10px 0;
  }
  .wysiwyg-content table th, .wysiwyg-content table td {
    padding: 7px 0px;
    border: 1px solid #e7e7e7;
  }
  .wysiwyg-calendar {
    margin-bottom: 25px;
    position: relative;
  }
  .mask {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    z-index: 20;
    top: 0;
  }
  .mask::after {
    content: '';
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .mask p {
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 21;
    font-size: 1.2rem;
  }
  .mask p::before {
    content: '';
    display: block;
    width: 19px;
    height: 24px;
    background-size: 39px 44px;
    background-image: url(/facilities/assets/images/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px;
  }
  .tab {
    padding: 6px 4px 4px;
    font-size: 3.2vw;
  }
  .tab.is-active {
    padding: 11px 2px 9px;
    font-size: 3.3vw;
  }
  .tabbox-content {
    padding: 24px 18px;
  }
  .list-decimal-circle-secondary li:not(:first-of-type) {
    margin-top: 0.4em;
  }
  .tab-attention-scroll {
    margin-top: 20px;
    padding: 15px 20px;
    height: 190px;
  }
  .wysiwyg-attention,
  .wysiwyg-attention li {
    font-size: 1.2rem;
  }
  .tabbox-content .color-primary {
    font-size: 1.2rem;
    margin: 14px 0;
  }
  .btn-checkbox-reservation {
    padding-left: 95px;
  }
  .btn-checkbox-reservation::before {
    left: 75px;
    width: 15px;
    height: 15px;
  }
  input:checked + .btn-checkbox-reservation::after {
    top: 18px;
    left: 78px;
  }
  .tel-number {
    transform: translateY(-2px);
  }
  .h2title-lead {
    text-align: left;
  }
  .l-grid-6.box.box-pamphlet {
    margin-top: 12px;
  }
  .box-pamphlet-thumb {
    width: 75px;
    height: 75px;
    margin-right: 13px;
  }
  .box-pamphlet .list-line:not(:first-child) {
    margin-top: 0px;
  }
  .box-pamphlet .list-line li:not(:first-of-type) {
    margin-top: 2px;
    padding-top: 2px;
  }
  .box-pamphlet-thumb {
    flex-basis: auto;
  }
  .box-pamphlet-body {
    flex-basis: 70%;
  }
}