.p-sec {
  line-height: 2.142;
  padding: 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .p-sec {
    line-height: 1.769;
    padding: 3rem 0;
  }
}

@media screen and (max-width: 750px) {
  .sec-01 .c-hdg-01 {
    border: none;
  }
}

.sec-02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .sec-02 {
    padding-top: 6rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .c-hdg-02 {
    margin: 0 -4rem;
  }
}

.p-tour {
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .p-tour {
    padding-bottom: 0;
  }
}
.p-tour .c-hero {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-tour .c-hero {
    margin-bottom: 2rem;
  }
}
.p-tour-overview {
  justify-content: space-between;
  line-height: 1.714;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-tour-overview {
    font-size: 2.4rem;
  }
}
.p-tour-overview dl {
  display: flex;
  padding: 2rem 0;
}
.p-tour-overview dt {
  color: #901216;
  font-weight: bold;
  flex: 0 0 10rem;
  min-width: 85px;
}
.p-tour-overview dd {
  flex: 1 1 auto;
}
.p-tour-overview ul {
  display: flex;
  flex-direction: column;
}
.p-tour-overview li {
  flex: 1 1 auto;
}
.p-tour-overview li:last-child {
  border-bottom: none;
}
.p-tour-overview ._end {
  flex: 0 0 17rem;
}
.p-tour-aco {
  padding: 3rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .p-tour-aco {
    padding: 4rem 0 7rem;
  }
}
.p-tour-col2 {
  justify-content: space-between;
  margin-top: 1rem;
  align-items: flex-start;
}
.p-tour-access-txt {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p-tour-access-txt {
    width: 100%;
  }
}
.p-tour-access-map {
  width: 46%;
  padding-top: 46%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-tour-access-map {
    width: 100%;
    padding-top: 67rem;
    margin: 4.8rem 0 5.8rem;
  }
}
.p-tour-access li {
  margin-top: 3rem;
}
.p-tour-access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-tour .grid-7 {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .p-tour .grid-7 {
    width: 100%;
  }
}
.p-tour .grid-12 {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .p-tour .grid-12 {
    width: 100%;
  }
}
.p-tour .grid-10 {
  width: 50%;
}
.p-tour .area-btn {
  margin-bottom: 2.5rem;
}
.p-tour .c-btn {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-tour .c-btn {
    margin-top: 3.9rem;
  }
}
.p-tour-address {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-tour-address {
    font-size: 4.2rem;
  }
}
.p-tour .p-btn-req {
  margin: 0;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .p-tour .p-btn-req {
    margin-top: 5rem;
    font-size: 3rem;
  }
}

.reservation-status {
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .reservation-status {
    padding: 0;
  }
}
.reservation-status li {
  line-height: 1;
}
.reservation-status i {
  font-size: 1.2em;
}

.reservable {
  color: #d1def8;
}

.full {
  color: #e1b8e8;
}

.c-bd {
  border: 1px solid currentColor;
  padding: 1em;
}

.list-orer {
  counter-reset: list1 0;
}
.list-orer li {
  position: relative;
  counter-increment: list1 1;
  padding-left: 1.5em;
}
.list-orer li::before {
  position: absolute;
  font-size: 0.9em;
  display: inline-flex;
  width: 1em;
  height: 1em;
  text-align: center;
  align-items: center;
  justify-content: center;
  content: counter(list1);
  border: 1px solid currentColor;
  border-radius: 100%;
  line-height: 1;
  left: 0;
  top: 0.44em;
  padding: 0.1em;
}

.hero-note {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .hero-note {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */