@charset "UTF-8";

/* -------------------------------------
access
------------------------------------- */
.access .blk {
  margin-bottom: 0;
}
.access .secttl {
  font-weight: 500;
}
.access .mcopy {
  font-size: 20px;
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.access .sb_conts {
  margin-bottom: 24px;
}
.access .sb_conts .sb_ttl {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 13px;
  padding: 4px 5px;
  background-color: #311801;
  border-radius: 50px;
}
.access .sb_conts .sb_ttl p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

.access .tel_box {
  width: 100%;
  max-width: 477px;
  margin: 0 auto 30px;
}
.access .tel_box .tel {
  font-size: 60px;
  text-align: center;
  margin-bottom: 5px;
}
.access .tel_box .tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.access .tel_box .tel a span.tx {
  color: #fff;
  font-size: 62%;
  text-align: center;
  width: 22%;
  max-width: 98px;
  padding: 4px 10px;
  margin-right: 15px;
  background-color: #311801;
  line-height: 1;
  letter-spacing: 0.1em;
}
.access .tel_box .tel a span.num {
  color: #311801;
  letter-spacing: 2px;
  line-height: 1;
}
.access .tel_box .note {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  line-height: 1;
}

.access .station_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 679px;
  margin: 0 auto 65px;
}
.access .station_list li {
  width: 49%;
  max-width: 324px;
  padding: 10px;
  border: 2px solid #231815;
  background-color: #fff;
}
.access .station_list li p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.access .station_list li p .ilblk {
  display: inline-block;
}

.access #car .imgbk,
.access #train .imgbk {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.access #taxi .mcopy_conts2 {
  max-width: 525px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.access #taxi .mcopy_conts2 li {
  text-align: left;
  width: 49%;
}

.access #gmap {
  width: 100%;
  max-width: 980px;
  height: 420px;
  margin: 0 auto 100px;
}
.access #gmap iframe {
  width: 100%;
  height: 100%;
}
/* ======== en , tw ======== */
.en .access #taxi .mcopy_conts2,
.tw .access #taxi .mcopy_conts2 {
  max-width: initial;
}
.en .access #taxi .mcopy_conts2 li,
.tw .access #taxi .mcopy_conts2 li {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 880px) {
  .access .tel_box {
    max-width: 450px;
  }
  .access .tel_box .tel {
    font-size: 55px;
  }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
  .access .mcopy {
    font-size: 18px;
  }

  .access .sb_conts .sb_ttl p {
    font-size: 18px;
  }

  .access .tel_box {
    max-width: 415px;
  }
  .access .tel_box .tel {
    font-size: 50px;
  }

  .access .station_list {
    margin: 0 auto 45px;
  }
  .access .station_list li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media screen and (max-width: 640px) {
  .access .secttl span {
    padding: 0 22px;
  }

  .access .mcopy {
    font-size: 17px;
  }

  .access .tel_box {
    max-width: 375px;
  }
  .access .tel_box .tel {
    font-size: 46px;
  }
  .access .tel_box .tel a span.tx {
    width: auto;
  }

  .access .station_list {
    margin: 0px auto 35px;
  }
  .access .station_list li {
    padding: 5px;
  }
  .access .station_list li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .access .tel_box {
    max-width: 335px;
  }
  .access .tel_box .tel {
    font-size: 40px;
  }

  .access .station_list li p {
    font-size: 14px;
  }

  .access #taxi .mcopy span {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .access .secttl span {
    font-size: 22px;
  }
  .access .secttl {
    font-size: 22px;
  }

  .access #taxi .mcopy_conts2 {
    max-width: 220px;
    display: block;
  }
  .access #taxi .mcopy_conts2 li {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .access .tel_box {
    max-width: 280px;
  }
  .access .tel_box .tel {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
}
