@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

main {
  color: #4D4D4D;
  background-color: white;
}

.mv {
  background-image: url("../img/title-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 67px;
  }
}
.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
}
@media screen and (max-width: 768px) {
  .mv figure {
    width: clamp(129px, 36.8571428571vw, 246px);
  }
}

.access h2 {
  font-family: YakuHanMPs, "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.24em;
  margin: 55px 0 30px;
}
@media screen and (max-width: 768px) {
  .access h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 33px 0 20px;
  }
}
.access p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .access p {
    text-align: left;
    padding: 0 50px;
    line-height: 26px;
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 768px) {
  .access p br {
    display: none;
  }
}
.access .traffic-flex {
  max-width: 807px;
  padding: 0 50px;
  margin: 66px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access .traffic-flex {
    flex-direction: column;
    align-items: center;
    gap: 19px;
    margin: 20px auto 0;
  }
}
.access .traffic-flex figure {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .access .traffic-flex figure {
    width: 250px;
  }
}
.access .traffic-flex figure figcaption {
  margin-top: 5px;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: center;
  line-height: 18px;
}
.access .traffic-flex figure figcaption span {
  font-size: 13px;
}
.access .traffic-wrap {
  margin: 25px auto 44px;
  padding: 20px 20px;
  width: 90%;
}
.access .traffic-wrap .traffic-img {
  max-width: 744px;
  min-width: 576px;
  margin: 0 auto;
}

.location .sec-mv {
  display: flex;
}
@media screen and (max-width: 768px) {
  .location .sec-mv {
    flex-direction: column;
  }
}
.location .sec-mv figure {
  position: relative;
}
.location .sec-mv figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 10px;
  color: white;
}
.location .wrap {
  max-width: 957px;
  margin: 67px auto 0;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .location .wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .location .wrap .bg-wrap {
    background-image: url("../img/blue.jpg");
    background-size: cover;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 30px 50px 50px;
  }
}
.location .wrap .bg-wrap h2 {
  text-align: center;
  font-family: YakuHanMPs, "Shippori Mincho B1", serif;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .location .wrap .bg-wrap h2 {
    color: white;
    line-height: 24px;
    font-size: 16px;
  }
}
.location .wrap .bg-wrap .locatop-txt {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .location .wrap .bg-wrap .locatop-txt {
    text-align: left;
    color: white;
    margin: 22px 0 0;
    letter-spacing: 0.11em;
    line-height: 26px;
  }
}
.location .contents-box {
  margin-top: 40px;
  padding: 0 25px;
}
.location .contents-box h3 {
  padding: 15px 0;
  border-top: 1px solid #4B6878;
  border-bottom: 1px solid #4B6878;
}
@media screen and (max-width: 768px) {
  .location .contents-box h3 {
    padding: 10px 0;
  }
}
.location .contents-box h3 img {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .location .contents-box h3 img {
    height: 12px;
  }
}
.location .contents-box h4 {
  font-family: YakuHanMPs, "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 17px 0;
}
@media screen and (max-width: 768px) {
  .location .contents-box h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.location .contents-box p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .location .contents-box p {
    text-align: left;
  }
}
.location .contents-box .photos {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .location .contents-box .photos {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 15px;
  }
}
.location .contents-box .photos figure {
  width: clamp(180px, 23.1818181818vw, 255px);
}
@media screen and (max-width: 768px) {
  .location .contents-box .photos figure {
    width: 100%;
    max-width: 400px;
  }
}
.location .contents-box .photos figure figcaption {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .location .contents-box .photos figure figcaption {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
  }
}
.location .contents-box .photos figure figcaption span {
  font-size: 13px;
}
@media screen and (max-width: 384px) {
  .location .contents-box.shopping h4 {
    white-space: nowrap;
    margin-left: -5px;
  }
}
@media screen and (max-width: 400px) {
  .location .contents-box.shopping h4 > span {
    display: inline-block;
    letter-spacing: -0.1em;
    transform: scale(0.9, 1);
    white-space: nowrap;
  }
}
.location .contents-box.education .photos {
  margin-top: 10px;
}
.location .lifeInfo {
  margin-top: 60px;
  padding: 63px 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 768px) {
  .location .lifeInfo {
    padding: 31px 0 10px;
    margin-top: 30px;
  }
}
.location .lifeInfo h2 {
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .location .lifeInfo h2 {
    width: clamp(230px, 70vw, 350px);
  }
}
.location .lifeInfo figure {
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .location .lifeInfo figure {
    margin: 26px 0;
  }
}
.location .table-flex {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .location .table-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.location .table-flex .l-block, .location .table-flex .r-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .location .table-flex .l-block, .location .table-flex .r-block {
    width: 100%;
    max-width: 500px;
  }
}
.location .table-flex table {
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location .table-flex table {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.location .table-flex table tr th, .location .table-flex table tr td {
  padding: 5px 0;
  font-size: clamp(10px, 1.300390117vw, 13px);
}
@media screen and (max-width: 768px) {
  .location .table-flex table tr th, .location .table-flex table tr td {
    font-size: clamp(10px, 2.8571428571vw, 14px);
  }
}
.location .table-flex table tr th {
  font-weight: 400;
  position: relative;
}
.location .table-flex table tr th span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.location .table-flex table tr th::after {
  content: "";
  background-image: url("../img/dots.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  width: 98%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.location .table-flex table tr th.cate {
  line-height: 30px;
  background: #1E2973;
  background: linear-gradient(51deg, rgb(30, 41, 115) 0%, rgb(0, 26, 50) 100%);
  color: white;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .location .table-flex table tr th.cate {
    line-height: 21px;
    padding: 0;
    letter-spacing: 0.3em;
  }
}
.location .table-flex table tr th.cate::after {
  display: none;
}
.location .table-flex table tr td:nth-child(2) {
  width: 2.3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.location .table-flex table tr td:nth-child(3) {
  width: 2.4em;
  text-align: right;
}
.location .table-flex table tr td:nth-child(4) {
  width: 1.8em;
  text-align: right;
}
.location .table-flex table tr td:nth-child(5) {
  width: 3.4em;
  text-align: right;
}
.location .notes {
  padding-bottom: 48px;
}
@media screen and (max-width: 999px) {
  .location .notes {
    padding-bottom: 0;
  }
}
.location .notes p {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
  margin: 0;
}

.entry {
  padding: 34px 0 44px;
}
@media screen and (max-width: 999px) {
  .entry {
    background-color: white;
    padding: 20px 0 17px;
  }
}/*# sourceMappingURL=location.css.map */