@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
:root {
  --primary: #254d77;
  --secondary: #96653c;
}

body {
  font-family: YakuHanMP, "EB Garamond", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}

.p-lp54-wrapper__bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}
.p-lp54 .u-btn {
  background-color: var(--secondary);
  color: #fff;
  border: unset;
  font-size: 2.2rem;
}
.p-lp54 .u-btn:hover {
  background-color: var(--primary);
  color: #fff;
}
.p-lp54 .c-info {
  color: #30312d;
}
.p-lp54 .c-info__img {
  margin: 0 -2rem;
}
.p-lp54 .c-detail__list dl {
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .p-lp54 .c-detail__list dl {
    font-size: 0.8em;
  }
}
.p-lp54 .c-detail__list dt {
  background-color: var(--primary);
  color: #30312d;
}
.p-lp54 .date-time {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6cqw;
  container-type: inline-size;
}
@media (max-width: 1200px) {
  .p-lp54 .date-time {
    flex-direction: column;
  }
}
.p-lp54 .date-time__item, .p-lp54 .date-time__item--close {
  display: flex;
  align-items: center;
  font-size: 3.3cqw;
  flex-grow: 1;
  background-color: #fff;
}
.p-lp54 .date-time__item--close {
  flex-grow: unset;
}
@media (max-width: 1200px) {
  .p-lp54 .date-time__item, .p-lp54 .date-time__item--close {
    display: grid;
    grid-template-columns: 1fr 2fr;
    font-size: 5cqw;
    flex-grow: unset;
  }
}
.p-lp54 .date-time dt {
  padding: 2cqw;
  color: #fff;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .p-lp54 .date-time dt {
    text-align: center;
    padding: 1cqw;
  }
}
.p-lp54 .date-time dd {
  padding: 2cqw;
  background-color: #fff;
  color: #30312d;
  font-weight: 600;
  flex-grow: 1;
  border: 1px solid rgba(37, 77, 119, 0.2);
}
.p-lp54 .date-time dd small {
  font-size: 0.7em;
}
@media (max-width: 1200px) {
  .p-lp54 .date-time dd {
    padding: 1cqw 2cqw;
  }
}
.p-lp54 .present__ttl {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  font-size: 3.6rem;
  color: #b10303;
  text-align: center;
  line-height: 1;
}
.p-lp54 .present__ttl::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 2px;
  background-color: currentColor;
  transform: skewX(20deg);
}
.p-lp54 .present__ttl:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 2px;
  background-color: currentColor;
  transform: skewX(-20deg);
}
.p-lp54 .present__img {
  margin-top: 2rem;
  padding: 2rem 0;
  border: 1px solid #eee;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-lp54 .present__img img {
  width: 80%;
  margin-top: 2rem;
}
.p-lp54 .present__note {
  font-size: 1.2rem;
}
.p-lp54 .present__note a {
  color: var(--primary);
  text-decoration: underline;
}
.p-lp54 .youcan__ttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
}
.p-lp54 .youcan__ttl span {
  display: inline-block;
}
.p-lp54 .youcan__ttl::after {
  content: "";
  display: block;
  margin-top: 2rem;
  width: 10rem;
  height: 3px;
  margin-inline: auto;
  background-color: var(--primary);
}
.p-lp54 .youcan__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
  container-type: inline-size;
}
.p-lp54 .youcan__list__item {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5cqw;
  letter-spacing: 0;
  line-height: 1;
  gap: 1rem;
}
.p-lp54 .youcan__list__item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 100%;
  z-index: -1;
}
.p-lp54 .youcan__list__item em {
  font-size: 1.4em;
  text-decoration: underline;
  line-height: 1;
}
.p-lp54 .youcan__list__item em.narrow {
  letter-spacing: -0.1em;
}
.p-lp54 .youcan__list__item span {
  line-height: 1;
}
.p-lp54 .gallery__slider .swiper-slide figure {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: 0;
}
.p-lp54 .gallery__slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp54 .gallery__slider .swiper-button-prev,
.p-lp54 .gallery__slider .swiper-button-next {
  color: #fff;
  background-color: rgba(37, 77, 119, 0.7);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.p-lp54 .gallery__slider .swiper-button-prev::after,
.p-lp54 .gallery__slider .swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-lp54 .gallery__slider-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.p-lp54 .gallery__slider-thumbs .swiper-slide figure {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: 0;
}
.p-lp54 .gallery__slider-thumbs .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp54 .gallery__slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.p-lp54 .gallery__ttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
}
.p-lp54 .gallery__ttl span {
  display: inline-block;
}
.p-lp54 .gallery__ttl::after {
  content: "";
  display: block;
  margin-top: 2rem;
  width: 10rem;
  height: 3px;
  margin-inline: auto;
  background-color: var(--primary);
}
.p-lp54 .gallery__cap {
  text-align: right;
  font-size: 1.1rem;
}
.p-lp54 .place__ttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
}
.p-lp54 .place__ttl span {
  display: inline-block;
}
.p-lp54 .place__ttl::after {
  content: "";
  display: block;
  margin-top: 2rem;
  width: 10rem;
  height: 3px;
  margin-inline: auto;
  background-color: var(--primary);
}
.p-lp54 .place__txt {
  font-size: 1.3em;
  text-align: center;
}
.p-lp54 .place__txt em {
  font-size: min(2vw, 1.6em);
  font-weight: 600;
}
.p-lp54 .place__distance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
  font-size: 1.3em;
  line-height: 1.2;
}
.p-lp54 .place__cap {
  font-size: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3rem;
}
.p-lp54 .area table {
  width: 90%;
  margin-inline: auto;
}
.p-lp54 .area table tr {
  font-size: 1.1em;
  text-align: left;
  border-bottom: 1px dotted #ddd;
}
@media only screen and (max-width: 767px) {
  .p-lp54 .area table tr {
    font-size: 0.9em;
  }
}
.p-lp54 .area table tr th {
  font-weight: normal;
  padding: 1rem;
}
.p-lp54 .area table tr th span {
  color: #007a70;
  margin-right: 0.5em;
}
.p-lp54 .area-note {
  width: 90%;
  margin-inline: auto;
  font-size: 0.8em;
  text-align: right;
}
.p-lp54 .area-cap {
  width: 90%;
  margin-inline: auto;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-lp54 .area-cap {
    font-size: 0.9em;
  }
}
.p-lp54-heading {
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  margin-inline: auto;
  display: block;
}
.p-lp54-heading img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-lp54-heading {
    height: 4rem;
  }
}

.l-footer__spBtn {
  grid-template-columns: 1fr;
}
.l-footer__spBtn a {
  font-size: 2rem !important;
  padding: 1rem 0;
}/*# sourceMappingURL=style.css.map */