@charset "UTF-8";
/* ============================================
 * トップページ専用スタイル
 * 共通の変数・base・ユーティリティは styles.scss 側にあるので、
 * ここにはトップページ固有の差分スタイルのみを記述する
 * ============================================ */
.inner1200 {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner1200 {
    width: 85.333%;
  }
}

.inner800 {
  max-width: 33em;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner800 {
    width: 100%;
  }
}

.map {
  padding-block: 13em 8.125em;
  background: #f8f3ee;
}
@media screen and (max-width: 768px) {
  .map {
    padding-block: 21.066666vw 13.333333vw;
  }
}
.map__title {
  width: 9.625em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .map__title {
    width: 15.46666vw;
  }
}
.map__text {
  font-size: 1.4em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  margin-top: 3.26666em;
}
@media screen and (max-width: 1200px) {
  .map__text {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .map__text {
    font-size: 3.3333334vw;
    line-height: 2;
    margin-top: 10.666666vw;
  }
}
.map__content {
  margin-top: 6.75em;
}
@media screen and (max-width: 768px) {
  .map__content {
    margin-top: 12.266666vw;
  }
}
.map__content__title {
  font-size: 1.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}
.map__content__title span {
  font-size: 0.86363em;
}
@media screen and (max-width: 1200px) {
  .map__content__title {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .map__content__title {
    font-size: 3.066666vw;
  }
}
.map__content__image {
  margin-top: 2.625em;
}
.map__content__image.--first {
  width: 49em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .map__content__image {
    margin-top: 4vw;
  }
  .map__content__image.--first {
    width: 100%;
  }
}
.map__content__address {
  font-size: 1.15em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  .map__content__address {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .map__content__address {
    font-size: 3.466666vw;
    margin-top: 4.266666vw;
  }
}
.map__content__link {
  display: flex;
  justify-content: center;
  gap: 3.125em;
  margin-top: 5.25em;
}
@media screen and (max-width: 768px) {
  .map__content__link {
    margin-top: 10.666666vw;
    gap: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
}
.map__content__link__item {
  font-size: 1.25em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff !important;
  text-align: center;
  width: 17.85714em;
  height: 2.96296296em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .map__content__link__item {
    width: 60.26666666vw;
    font-size: 3.466666vw;
  }
}
.map__content__link__item::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 1%;
  width: 97%;
  height: 89%;
  border: 1px solid #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .map__content__link__item::before {
    top: 3%;
    width: 98%;
    left: 0.5%;
  }
}
.map__content__link__item span {
  position: relative;
}
.map__content__link__item.--google {
  background: linear-gradient(to right, #295c6c 0%, #5eadc8 50%, #295c6c 100%);
}
.map__content__link__item.--pdf {
  background: linear-gradient(to right, #866500 0%, #c7b072 50%, #866500 100%);
}
.map__content__text02 {
  font-size: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  margin-top: 5.125em;
  border: 1px solid #005e66;
  padding-block: 1.25em;
}
@media screen and (max-width: 768px) {
  .map__content__text02 {
    font-size: 2.666666vw;
    margin-top: 10.666666vw;
    padding-block: 3.2vw;
  }
}

.map__lifeinfo {
  padding-block: 7.5em 7.5em;
}
@media screen and (max-width: 768px) {
  .map__lifeinfo {
    padding-block: 12.53333vw 7.466666vw;
  }
}
.map__lifeinfo__title {
  max-width: 28em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .map__lifeinfo__title {
    width: 49.6vw;
  }
}
.map__lifeinfo__content {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .map__lifeinfo__content {
    margin-top: 7.333333vw;
  }
}