.c-btn-reserve a {
  max-width: 500px;
  height: 55px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 51px;
}

.p-btocIntro {
  line-height: 2;
}
.p-btocIntro:not(:last-child) {
  margin-bottom: 70px;
}
.p-btocIntro__index {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-btocIntro__detail {
  margin-top: 20px;
}
.p-btocIntro__notes {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-organIntro {
  margin-bottom: 50px;
}
.p-organIntro__heading {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-organIntro__headingMain, .p-organIntro__headingSub {
  display: block;
}
.p-organIntro__headingMain {
  font-weight: 700;
  color: #a88e00;
}
.p-organIntro dd {
  line-height: 2;
}
.p-organIntro__visual {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
}
.p-organIntro__visual img {
  width: 100%;
}
.p-organIntro__visual figcaption {
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.p-organIntro__info {
  margin-top: 26px;
}
.p-organIntro__link {
  margin-top: 20px;
}
.p-organIntro__detail {
  padding: 20px 20px 27px;
  margin-top: 48px;
  background: #fffef7;
  border: 1px solid #9b8300;
}
.p-organIntro__notes {
  margin-top: 36px;
}
.p-organIntro__notesText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.p-organIntro__notes p {
  margin-top: 36px;
}
.p-organIntro__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.p-organIntro__videoInner {
  width: 100%;
  max-width: 640px;
}
.p-organIntro__videoBody {
  position: relative;
  width: 100%;
}
.p-organIntro__videoBody::before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}
.p-organIntro__videoBody iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-organIntro__videoNotes {
  margin-top: 18px;
  line-height: 2;
}
