@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital@1&family=EB+Garamond:ital,wght@1,400..800&display=swap");
/* ----------------------------------------

  ロケーション
  /location/index.html

---------------------------------------- */
/* ACCESS
---------------------------------------- */
.-w966 {
  width: 100%;
  max-width: 966px;
  margin-right: auto;
  margin-left: auto;
}

.location .sec_access {
  text-align: center;
}
.location .sec_access__lead {
  margin-bottom: 3em;
  line-height: 2;
  font-size: 1.3em;
}
.location .sec_access__lead span {
  display: inline-block;
}
.location .sec_access .access-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .location .sec_access .access-block {
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
  }
}
.location .sec_access .access-block__list {
  width: 41.5%;
  padding: 2% 4%;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .location .sec_access .access-block__list {
    width: 100%;
    padding: 1.5em 2em;
  }
}
.location .sec_access .access-block__list dt {
  font-size: clamp(45px, 10.15vw, 65px);
  font-family: "Bellefair", serif;
  /* color: #a59380; */
  line-height: 1;
  letter-spacing: 0.17em;
}
@media (max-width: 768px) {
  .location .sec_access .access-block__list dt {
    font-size: min(90px, 14.5vw);
  }
}
.location .sec_access .access-block__list dd {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(20px, 1.6vw);
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: 1.2em;
}
@media (max-width: 768px) {
  .location .sec_access .access-block__list dd {
    margin-top: -1em;
    font-size: min(35px, 4.5vw);
  }
}
.location .sec_access .access-block__list .cont01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 0.85em 0 1em;
}
@media (max-width: 768px) {
  .location .sec_access .access-block__list .cont01 {
    font-size: min(35px, 4.5vw);
  }
}
.location .sec_access .access-block__list .cont02 em {
  font-family: "EB Garamond", sans-serif;
  font-size: 3.75em;
  font-style: italic;
  line-height: 1.43;
  margin-left: 0.2em;
}
.location .sec_access .access-block__list .cont02 span {
  font-style: italic;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .location .sec_access .access-block__list .cont02 span {
    font-size: 1.5em;
  }
}
.location .sec_access .access-block__image {
  width: 59.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.location .sec_access .access-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
@media (max-width: 768px) {
  .location .sec_access .access-block__image {
    width: 100%;
    height: auto;
  }
}
.location .sec_access .access-block .-kami dt {
  display: flex;
  align-items: center;
  line-height: 1.8;
  font-size: min(23px, 1.8vw);
}
@media (max-width: 768px) {
  .location .sec_access .access-block .-kami dt {
    font-size: min(35px, 5vw);
  }
}
.location .sec_access .access-block .-kami dt em {
  font-size: 3.75em;
  line-height: 1.43;
  margin-left: 0.2em;
}
@media (max-width: 768px) {
  .location .sec_access .access-block .-kami dt em {
    font-size: 4.75em;
  }
}
.location .sec_access .access-block .-kami dd.cont02 {
  display: flex;
  align-items: center;
  line-height: 2;
}
.location .sec_access .-direct {
  background-color: #ceb040;
}
.location .sec_access .-kami {
  background-color: #a72126;
}
.location .sec_access__copy {
  position: relative;
  margin: 30px 0 60px;
  margin: 0 0 40px;
  padding: 2em 1em;
  background: #efefef;
  /* 
  &::after{
    position: absolute;
    padding-top: 30px;
    content: "";
    display: block;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 2px solid #555;
  } */
}
.location .sec_access__copy2 {
  line-height: 2;
  font-size: 1.4em;
}
.location .sec_access__map {
  margin: 0 0 105px;
  display: flex;
  align-items: center;
  background: #efefef;
}
.location .sec_access__map img {
  padding: 2em 1em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .location .sec_access__lead {
    margin-bottom: 2em;
    /* font-size: 1.1em; */
    font-size: 3.23vw;
  }
  .location .sec_access__copy, .location .sec_access__map {
    margin: 0em auto 2em;
  }
  .location .sec_access__copy2 {
    font-size: 1.2em;
  }
}
.location .sec_location__list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.location .sec_location__list01 li span {
  display: block;
  margin-top: 0.5em;
  text-align: right;
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .location .sec_location__list01 li {
    width: 32%;
    margin: 2% 2% 0 0;
  }
  .location .sec_location__list01 li:nth-child(3n) {
    margin-right: 0;
  }
  .location .sec_location__list01 li span {
    text-align: right;
    font-size: 0.86em;
  }
}
@media (max-width: 768px) {
  .location .sec_location {
    width: 96%;
  }
  .location .sec_location__list01 {
    justify-content: space-between;
  }
  .location .sec_location__list01 li {
    width: calc(50% - 0.5em);
    margin-top: 1em;
  }
}
.location .sec_location__list02 {
  margin-top: 2em;
}
.location .sec_location__list02 dt {
  margin: 3em 0 0.5em;
  padding: 0.5em;
  background-color: #f5f5f5;
  border-left: 0.2em solid #900000;
  font-size: 1.3em;
  color: #900000;
}
.location .sec_location__list02 dd ul li {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: dashed 1px #c8c8c8;
}
.location .sec_location__list02 dd ul li span:last-child {
  white-space: nowrap;
}
@media (min-width: 769px) {
  .location .sec_location__list02 dd {
    display: flex;
    justify-content: space-between;
  }
  .location .sec_location__list02 dd ul {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .location .sec_location__list02 {
    font-size: 0.9em;
  }
  .location .sec_location__list02 dt {
    margin-top: 2em;
  }
  .location .sec_location__list02 dd ul li {
    padding: 1.25em 0 1em;
  }
}
@media screen and (max-width: 414px) {
  .location .sec_location__list02 {
    font-size: 0.88em;
  }
}
.location .sec_location .outline_notes {
  margin-top: 2em;
}
.location .sec_location .outline_notes dt {
  text-align: center;
  font-size: 1.36em;
}
.location .sec_location .outline_notes dd {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-family: "Noto Sans CJK JP", sans-serif;
}
@media (max-width: 768px) {
  .location .page_section {
    width: 90%;
    padding-top: 7%;
    padding-bottom: 7%;
  }
}

/*# sourceMappingURL=style_location.css.map */
