@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* nearby */
/* ============================================ */
.nearby-wrapper {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .nearby-wrapper {
    padding-bottom: 80px;
  }
}
.nearby-inner {
  max-width: 1440px;
  padding: 150px 0;
}
@media all and (max-width: 896px) {
  .nearby-inner {
    padding: 80px 0;
  }
}
.nearby-section {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .nearby-section {
    margin-top: 80px;
  }
}
.nearby-common__ttl {
  text-align: center;
}
.nearby-common__ttl__jp {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(1.625rem, -0.6397rem + 4.0441vw, 3rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.nearby-common__ttl__en {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.75rem, 0.1324rem + 1.1029vw, 1.125rem);
  color: #747476;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .nearby-common__ttl__en {
    margin-top: 12px;
  }
}
.nearby-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px 2.78cqw;
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
}
@media all and (max-width: 896px) {
  .nearby-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media all and (max-width: 600px) {
  .nearby-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nearby-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border-radius: 4px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.04);
  padding-bottom: 24px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .nearby-list__item {
    padding-bottom: 16px;
  }
}
.nearby-list__img img {
  border-radius: 4px 4px 0 0;
}
.nearby-list__contents {
  width: calc(100% - 48px);
  margin-top: 20px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .nearby-list__contents {
    width: calc(100% - 32px);
    margin-top: 16px;
  }
}
.nearby-list__ttl {
  font-size: clamp(1.125rem, 0.5074rem + 1.1029vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media all and (max-width: 896px) {
  .nearby-list__ttl {
    margin-bottom: 12px;
  }
}
.nearby-list__txt {
  font-size: clamp(0.875rem, 0.6691rem + 0.3676vw, 1rem);
}
.nearby-list__access {
  width: calc(100% - 48px);
  margin-top: 24px;
  margin-inline: auto;
  padding-top: 24px;
  border-top: 1px solid #BDBDBD;
  display: flex;
  gap: 2.08cqw;
  font-size: clamp(0.875rem, 0.6691rem + 0.3676vw, 1rem);
}
@media all and (max-width: 896px) {
  .nearby-list__access {
    width: calc(100% - 32px);
    margin-top: 16px;
    padding-top: 16px;
    gap: 12px;
  }
}
.nearby-list__access dt {
  flex-shrink: 0;
  padding: 24px 1.67cqw;
  background: #BA8DBE;
  border-radius: 8px;
  display: grid;
  place-content: center;
  color: #fff;
}
@media all and (max-width: 896px) {
  .nearby-list__access dt {
    padding: 16px 10px;
  }
}
.nearby-list__access dd {
  flex-grow: 1;
  padding: 12px 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .nearby-list__access dd {
    padding: 8px 0;
  }
}
.nearby-list__link {
  text-align: center;
  width: calc(100% - 48px);
  margin-top: 16px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media all and (max-width: 896px) {
  .nearby-list__link {
    width: calc(100% - 32px);
    margin-top: 12px;
  }
}
@media all and (max-width: 480px) {
  .nearby-list__link {
    grid-template-columns: repeat(1, 1fr);
  }
}
.nearby-list__btn.--map .nearby-list__btn__link {
  background: #8A9BCE;
}
.nearby-list__btn.--map .nearby-list__btn__link::after {
  background-image: url("../images/common/icon_place_white.svg");
}
.nearby-list__btn__link {
  padding: 20px 2.1em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #2C2C66;
  color: #fff;
  position: relative;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.5037rem + 0.5515vw, 1rem);
}
@media all and (max-width: 896px) {
  .nearby-list__btn__link {
    padding: 14px 30px;
  }
}
.nearby-list__btn__link::after {
  content: "";
  display: block;
  width: 1.1875em;
  height: 1.1875em;
  background: url("../images/common/icon_blank_white.svg") center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 0.63em;
  translate: 0 -50%;
}
.nearby-info {
  padding-top: 90px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .nearby-info {
    padding-top: 64px;
  }
}
@media all and (max-width: 896px) {
  .nearby-info {
    padding-top: min(13.09vw, 120px);
  }
}
.nearby-info__sub {
  width: min(20vw, 447px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .nearby-info__sub {
    width: min(36vw, 320px);
  }
}
.nearby-info__sub img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 894/650;
}
.nearby-info__wrapper {
  max-width: 1620px;
  position: relative;
}
.nearby-info__bg {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  height: calc(100% - 64px);
  background: url("../images/common/bg.jpg") top left/965px auto repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.nearby-info__container {
  margin-inline: calc(50% - 50vw);
  padding-top: 150px;
  padding-right: calc(50vw - 50%);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px 8.33vw;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .nearby-info__container {
    padding-top: 120px;
    gap: 40px 5.46cqw;
  }
}
@media all and (max-width: 896px) {
  .nearby-info__container {
    padding-top: calc(13.09vw + 32px);
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.nearby-info__container .common-btn {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .nearby-info__container .common-btn {
    margin-top: 32px;
  }
}
.nearby-info__inner {
  flex-grow: 1;
  max-width: 460px;
}
@media all and (max-width: 896px) {
  .nearby-info__inner {
    padding-left: 40px;
  }
}
.nearby-info__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(1.375rem, -0.4028rem + 3.1746vw, 2.375rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #8A9BCE;
}
.nearby-info__txt {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .nearby-info__txt {
    margin-top: 24px;
  }
}
.nearby-info__img {
  flex-shrink: 0;
  width: 55.36vw;
}
@media all and (max-width: 896px) {
  .nearby-info__img {
    width: 100%;
    max-width: 720px;
  }
}
.nearby-info__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1063/726;
}