.page-title {
  background-image: url("../img/reservation/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/reservation/sp/mv.jpg");
    margin-bottom: 15.9rem;
  }
}

.reservation {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .reservation {
    margin-bottom: 13.3rem;
  }
}
.reservation .inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .reservation .inner {
    width: 66.5rem;
  }
}
.reservation .title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .reservation .title {
    margin-bottom: 13.8rem;
  }
}
.reservation--box {
  position: relative;
  border: 1px solid #ccc;
  padding: 5rem 0 3rem;
}
@media only screen and (max-width: 767px) {
  .reservation--box {
    padding: 8rem 0 4.6rem;
    border-width: 2px;
  }
}
.reservation--box .box-ttl {
  position: absolute;
  text-align: center;
  top: -4rem;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .reservation--box .box-ttl {
    top: -10.5rem;
  }
}
.reservation--box .box-ttl span {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .reservation--box .box-ttl span {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 768px) {
  .reservation--box .link-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reservation--box .link-list .link-btm {
  width: 35rem;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .reservation--box .link-list .link-btm {
    width: 54.5rem;
    margin: auto;
  }
  .reservation--box .link-list .link-btm:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .reservation--box .link-list .link-btm a {
    letter-spacing: -0.06em;
  }
}

.section-ttl.ohter {
  font-size: 4.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-ttl.ohter {
    font-size: 6rem;
  }
}

.price {
  background: #f2f2f2;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 15rem 0 14.2rem;
  }
}
.price .inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .price .inner {
    width: 66.5rem;
  }
}
.price .title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .price .title {
    margin-bottom: 4.4rem;
  }
}
.price--content {
  gap: 0;
}
@media print, screen and (min-width: 768px) {
  .price--content {
    display: flex;
    align-items: flex-start;
  }
}
.price--content .price-left,
.price--content .price-right {
  width: 55em;
}
@media only screen and (max-width: 767px) {
  .price--content .price-left,
.price--content .price-right {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .price--content .price-left {
    margin-right: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .price--content .price-left {
    margin-bottom: 6.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .price--content__box:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .price--content__box:not(:last-of-type) {
    margin-bottom: 5.4rem;
  }
}
.price--content__box__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .price--content__box__ttl {
    font-size: 4rem;
    padding-bottom: 4.2rem;
    margin-bottom: 3.4rem;
    letter-spacing: 0.15em;
  }
}
.price--content__box .df {
  letter-spacing: -0.015em;
}
.price--content__box .link-btm {
  margin-top: 2.4rem;
  width: 33.4rem;
}
@media only screen and (max-width: 767px) {
  .price--content__box .link-btm {
    width: 54.3rem;
    margin: 4.3rem auto 0;
  }
}
.price--content__box .card-icon {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .price--content__box .card-icon {
    margin-top: 3.8rem;
  }
  .price--content__box .card-icon img {
    width: 100%;
  }
}
.price--content__box .price-table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 2.7rem 0 2.1rem;
}
@media only screen and (max-width: 767px) {
  .price--content__box .price-table {
    margin: 5.5rem 0 4.4rem;
  }
}
.price--content__box .price-table th, .price--content__box .price-table td {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 2.3rem 0;
}
@media only screen and (max-width: 767px) {
  .price--content__box .price-table th, .price--content__box .price-table td {
    padding: 1.8rem 0;
  }
}
.price--content__box .price-table th:first-of-type, .price--content__box .price-table td:first-of-type {
  border-right: 1px solid #ccc;
}
.price--content__box .price-table th {
  background: #ddd;
}
.price--content__box .table-small-txt li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .price--content__box .table-small-txt li {
    font-size: 2.4rem;
    text-indent: -2.4rem;
    padding-left: 2.4rem;
    letter-spacing: -0.01em;
  }
}

.competition {
  background: url("../img/reservation/competition-img.jpg") no-repeat top center/cover;
  padding: 12rem 0 10rem;
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .competition {
    background: url("../img/reservation/sp/competition-img.jpg") no-repeat top center/cover;
    padding: 16.2rem 0 7rem;
    margin-bottom: 6rem;
  }
}
.competition .inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .competition .inner {
    width: 66.5rem;
  }
}
.competition * {
  color: #fff;
}
.competition .title {
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .competition .title {
    margin-bottom: 6.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .competition--box {
    width: 80rem;
    margin: 0 auto 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .competition--box {
    margin-bottom: 6.7rem;
  }
}
.competition--box * {
  text-align: center;
}
.competition--box h3 {
  border: 1px solid #fff;
  padding: 2rem 0 3rem;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .competition--box h3 {
    font-size: 4.8rem;
    margin-bottom: 5.3rem;
    line-height: 1.12;
    border-width: 2px;
    padding: 2.9rem 0 5.4rem;
  }
}
.competition--box h3 span {
  font-size: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .competition--box h3 span.other {
    position: relative;
    top: -0.4rem;
  }
}
.competition--box p {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .competition--box p {
    text-align: left;
    line-height: 2.19;
  }
}
@media print, screen and (min-width: 768px) {
  .competition--content {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.competition--content__single {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  width: 43rem;
  padding: 2rem 0 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .competition--content__single {
    margin-left: 1.4rem;
    width: calc(100% - 1.4rem);
    padding: 2.4rem 2.4rem 3rem 2.4rem;
    margin-bottom: 5rem;
  }
}
.competition--content__single * {
  color: #333;
}
.competition--content__single .icon {
  position: absolute;
  top: -1.1rem;
  left: -1.1rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background: #333;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .competition--content__single .icon {
    top: -1.4rem;
    left: -1.4rem;
    width: 9.217rem;
    height: 9.217rem;
    font-size: 1.92rem;
    line-height: 1;
  }
}
.competition--content__single .icon span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .competition--content__single .icon span {
    font-size: 4.2rem;
    line-height: 0.9;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .competition--content__single.small {
    width: 24rem;
  }
}
@media print, screen and (min-width: 768px) {
  .competition--content__single.small img {
    margin-bottom: 1rem;
  }
}
.competition--content__single.wide {
  padding: 3.2rem 0 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .competition--content__single.wide {
    width: 85rem;
    margin: 5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .competition--content__single.wide {
    margin: 7rem 0 0 1.5rem;
    padding: 2.2rem 0 2.7rem;
  }
}
.competition--content__single.wide .point {
  font-size: 2.2rem;
  font-weight: 500;
}
.competition--content__single.wide h4 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .competition--content__single.wide h4 {
    font-size: 3.36rem;
  }
}
.competition--content__single.wide h4 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .competition--content__single.wide h4 span {
    font-size: 2.4rem;
  }
}
.competition--content__single.flex figure {
  display: flex;
  align-items: flex-start;
}
.competition--content__single.flex figure div small {
  display: block;
  text-align: right;
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .competition--content__single.flex figure div small {
    font-size: 1.68rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .competition--content__single figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .competition--content__single figure figcaption {
    width: calc(100% - 24.7rem);
  }
}
.competition--content__single figure img {
  width: 20rem;
}
@media print, screen and (min-width: 768px) {
  .competition--content__single figure img {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .competition--content__single figure img {
    width: 24.7rem;
  }
}
.competition--content__single figure figcaption {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .competition--content__single figure figcaption {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.competition--content__single figure figcaption.lh16 {
  line-height: 1.6;
}
.competition--content__single figure figcaption span {
  display: inline-block;
}
.competition--content__single figure figcaption span.small {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .competition--content__single figure figcaption span.small {
    font-size: 2.4rem;
  }
}
.competition--content__single figure figcaption span.ls {
  letter-spacing: -0.15em;
}
.competition .reservation-txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
  display: inline-block;
  border-bottom: 2px solid #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .competition .reservation-txt {
    font-size: 3.2rem;
  }
}

.contact {
  margin-top: 6rem;
}
.contact * {
  color: #333;
}
.contact .inner {
  width: 120rem;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 767px) {
  .contact .inner {
    width: 66.5rem;
    padding: 6rem 2rem 2rem;
  }
}
.contact--box {
  background: #f2f2f2;
  position: relative;
  padding: 4.7rem 0 3.5rem;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .contact--box {
    padding: 5.5rem 0 5rem 7rem;
    margin-bottom: 4.3rem;
  }
}
.contact--box h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .contact--box h2 {
    font-size: 4.8rem;
    top: -3.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact--box__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact--box__list li {
  margin: 0 2.9rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .contact--box__list li {
    margin: 0;
  }
  .contact--box__list li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.contact--box__list li.mail figure img {
  width: 3.4rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--box__list li.mail figure img {
    width: 3.7rem;
    margin-right: 3.5rem;
  }
}
.contact--box__list li.tel figure img {
  width: 3rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--box__list li.tel figure img {
    width: 3.7rem;
    margin-right: 3.5rem;
  }
}
.contact--box__list li.fax figure img {
  width: 3.6rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--box__list li.fax figure img {
    width: 3.7rem;
    margin-right: 3.5rem;
  }
}
.contact--box__list li figure {
  display: flex;
  align-items: center;
}
.contact--box__list li figure figcaption {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact--box__list li figure figcaption {
    font-size: 3.2rem;
  }
}
.contact--small__txt li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact--small__txt li {
    font-size: 2.4rem;
    line-height: 2.083;
  }
  .contact--small__txt li:not(:last-of-type) {
    margin-bottom: 0.2rem;
  }
}
/*# sourceMappingURL=reservation.css.map */