@charset "UTF-8";

.p-information__price {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.p-information__item {
  width: 46%;
}
.p-information__title {
  background-color: #f6f6f6;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.5rem;
}
.p-information__title--gold {
  background-color: #f3e6be;
}
.p-information__area {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #969696;
}
.p-information__name {
  width: 60%;
  padding-left: 4rem;
}
.p-information__content {
  width: 40%;
  text-align: right;
  padding-right: 5rem;
}
.p-information__lead {
  margin-top: 6rem;
}
.p-information__btn {
  margin-top: 2rem;
}
.p-information__square {
  padding-left: 2rem;
  position: relative;
  font-weight: normal;
}
.p-information__square::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #808080;
  left: 0;
  top: 3.3rem;
}
#googlemap {
  height: 355px;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.p-information__page {
  display: flex;
  justify-content: space-between;
}
.p-information__left {
  width: 68%;
}
.p-information__right {
  width: 30%;
}
.p-information__right p {
  margin-top: 1rem;
}
.p-information__imag {
  position: relative;
  width: 100%;
}
.p-information__imag::before {
  content: '';
  display: block;
  padding-top: calc(305 / 250 * 100%);
}
.p-information__imag img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.c-content-text li {
  line-height: 2.1;
}
#key-visuals {
  height: 177px;
  padding-top: 73px;
  text-align: center;
}
#page-ttls {
  font-size: 3.4rem;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 1;
}
#page-ttls:after {
  display: block;
  content: attr(data-en-ttl);
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 2rem;
  color: #969696;
  margin-top: 15px;
  letter-spacing: 0;
}

/* アクセス */

.p-access {
  background-color: #fffbf6;
}
.p-access__map {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2rem;
}
.p-access__item {
  width: calc(33.333% - 2.5rem * 2 / 3);
}
.p-access__img {
  width: 100%;
  position: relative;
}
.p-access__img::before {
  content: '';
  display: block;
  padding-top: calc(216 / 300 * 100%);
}
.p-access__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-access__text {
  padding-left: 1em;
  text-indent: -1em;
}
.p-access__text span {
  display: inline-block;
  background-color: #ff9c03;
  color: #fff;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1;
  padding: 0.3rem 0;
  border-radius: 5px;
  margin-right: 0.5rem;
  margin-top: 1.5rem;
  padding-left: 1em;
}
.p-access__car {
  margin-top: 7rem;
}
.p-access__title {
  font-size: 2rem;
  padding-left: 4rem;
  position: relative;
  font-weight: 500;
}
.p-access__title::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2.6rem;
  background: url(../images/train-icon.svg) no-repeat center center / contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-access__car .p-access__title {
  padding-left: 5rem;
}
.p-access__car .p-access__title::before {
  background: url(../images/car-icon.svg) no-repeat center center / contain;
  width: 3.3rem;
  height: 2.5rem;
}
.p-access__title span {
  font-size: 1.6rem;
}
.p-access__imgs {
  width: 70%;
  margin-top: 1rem;
}
.p-access__imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-information__indent {
  padding-left: 1em;
  text-indent: -1em;
}
.p-information__mt {
  padding-top: 0;
}
.p-information__right p {
  line-height: 1.7;
}
#page-ttls{
  /* ヘッダーの高さ分を指定 */
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 769px) {
  .p-information {
    padding-top: 5rem;
  }
  .p-information__price {
    display: block;
  }
  .p-information__item {
    width: 100%;
    margin-top: 4rem;
  }
  .p-information__lead {
    margin-top: 10rem;
  }
  .p-information__square::before {
    width: 2rem;
    height: 2rem;

    top: 3.5rem;
  }
  .p-information__square {
    padding-left: 3rem;
  }
  #googlemap {
    height: 46rem;
  }
  .p-information__page {
    display: block;
  }
  .p-information__left {
    width: 100%;
  }
  .p-information__right {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .p-information__imag {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #key-visuals {
    height: 22.6rem;
    padding-top: 7.8rem;
  }
  #page-ttls {
    font-size: 4.8rem;
    font-weight: 500;
  }
  #page-ttls:after {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  .p-access__item {
    width: calc(50% - 2.5rem * 2 / 3);
  }
  .p-access__text {
    font-size: 2.5rem;
  }
  .p-access__text span {
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 1;
    padding: 0.3rem 0;
    border-radius: 5px;
    margin-right: 0.5rem;
    margin-top: 1.5rem;
  }
  .p-access__imgs {
    width: 100%;
  }
  .p-access__title {
    font-size: 3.4rem;
    padding-left: 6rem;
    position: relative;
    font-weight: 500;
  }
  .p-access__title span {
    display: block;
    line-height: 2;
    font-size: 2.2rem;
  }
  .p-access__title::before {
    content: '';
    position: absolute;
    width: 4rem;
    height: 5rem;
    background: url(../images/train-icon.svg) no-repeat center center / contain;
    left: 0;
    top: 1.5rem;
  }
  .p-access__car .p-access__title {
    padding-left: 6rem;
  }
  .p-access__car .p-access__title::before {
    background: url(../images/car-icon.svg) no-repeat center center / contain;
    width: 5rem;
    height: 4rem;
    top: 2.5rem;
  }
  .p-access .c-section-inner {
    padding-top: 5rem;
  }
}

