@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
* {
  color: #3e3d3c;
}

.a_common {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .a_common {
    width: 90%;
    margin-bottom: 80px;
  }
}
.a_common h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .a_common h3 {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.a_common h3 img {
  width: 3.5%;
}
@media (max-width: 768px) {
  .a_common h3 img {
    width: 8%;
  }
}
.a_common h3 p {
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.a_common h3 .line {
  width: 100%;
  height: 1px;
  background-color: #3e3d3c;
  margin-left: 10px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: clip-path 2.5s ease;
  transition: clip-path 2.5s ease;
}
.a_common h3 .line.on {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .a_common h3 .line {
    margin-left: 35px;
  }
}
.a_common_mv {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 75px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .a_common_mv {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .a_common_mv_img {
    width: 74%;
    margin: 0 auto;
  }
}
.a_common_mv_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .a_common_mv_text {
    gap: 30px;
    text-align: center;
  }
}
.a_common_mv_text h4 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
}
.a_common_mv_text p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
}

.a_mv {
  padding: 70px 0 160px;
}
@media (max-width: 768px) {
  .a_mv {
    padding: 40px 0 80px;
  }
}
.a_mv h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3e3d3c;
  font-size: clamp(2.4rem, -1.015rem + 4.615vw, 3.6rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .a_mv h2 {
    margin-bottom: 50px;
  }
}
.a_mv_text {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .a_mv_text {
    margin-bottom: 40px;
  }
}
.a_mv_img {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .a_mv_img {
    margin-bottom: 60px;
  }
}
.a_mv_text_below {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  text-align: center;
}
.a_mv_text_below span {
  font-size: 1rem;
  vertical-align: super;
}

.a_w_map_img {
  display: grid;
  grid-template-columns: 3.677fr 3fr 3fr;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .a_w_map_img {
    grid-template-columns: 1.739fr 1fr;
    margin-bottom: 5px;
  }
}
.a_w_map_img > div.img .img_cap {
  width: 12%;
  aspect-ratio: 1/1;
  background-color: #a89c91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.1rem, -2.031rem + 4.231vw, 2.2rem);
}
.a_w_map_img > div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .a_w_map_img > div:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/5;
  }
}
.a_w_map_img > div:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .a_w_map_img > div:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.a_w_map_img > div:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .a_w_map_img > div:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.a_w_map_img > div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .a_w_map_img > div:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.a_w_map_img > div:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .a_w_map_img > div:nth-child(5) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.a_w_map_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px auto;
}
@media (max-width: 768px) {
  .a_w_map_text {
    margin-bottom: 10px;
  }
}
.a_w_map_text img {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
}
.a_w_map_text .p {
  font-size: 1.1rem;
}
.a_w_map_text .p_01 {
  margin-right: 20px;
}
.a_w_map_cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.a_w_map_cap p {
  font-size: 1.1rem;
}

.a_tr_root {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .a_tr_root {
    margin-bottom: 50px;
  }
}
.a_tr_root_map {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .a_tr_root_map {
    margin-bottom: 30px;
  }
}
.a_tr_root_map .expand {
  width: 8.5%;
  max-width: 35px;
  position: absolute;
  top: 5%;
  right: 5%;
}
.a_tr_root_map.ex .map {
  width: 200%;
}
.a_tr_root_map_cap {
  font-size: 1.1rem;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.a_tr_root_search {
  padding: 60px 0;
  background-color: #f3f2f0;
  text-align: center;
}
@media (max-width: 768px) {
  .a_tr_root_search {
    padding: 30px 0;
  }
}
.a_tr_root_search h5 {
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .a_tr_root_search h5 {
    margin-bottom: 30px;
  }
}
.a_tr_root_search h6 {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .a_tr_root_search h6 {
    margin-bottom: 30px;
  }
}
.a_tr_root_search .search_area_input {
  width: 90%;
  max-width: 590px;
  height: 60px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 768px) {
  .a_tr_root_search .search_area_input {
    height: 30px;
  }
}
.a_tr_root_search .search_area_input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(62, 61, 60, 0.5);
  color: #fff;
}
.a_tr_root_search .search_area_input input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  margin: 0;
  background-color: #fff;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  outline: none;
  text-box: unset;
}
.a_tr_root_search .search_area_cap {
  width: 90%;
  margin: 60px auto 30px;
  font-size: 1.1rem;
}
.a_tr_root_search .search_area button {
  width: 45%;
  max-width: 300px;
  height: 76px;
  margin: 0 auto 40px;
  background-color: rgba(62, 61, 60, 0.5);
  color: #fff;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .a_tr_root_search .search_area button {
    height: 38px;
    margin-bottom: 20px;
  }
}
.a_tr_root_search .search_area button img {
  width: 10%;
}
.a_tr_root_search .search_area_caution {
  font-size: 1.1rem;
}
.a_tr_rootlist {
  text-align: center;
}
.a_tr_rootlist h5 {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .a_tr_rootlist h5 {
    margin-bottom: 10px;
  }
}
.a_tr_rootlist h6 {
  font-size: 22px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .a_tr_rootlist h6 {
    margin-bottom: 20px;
  }
}
.a_tr_rootlist ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1280px) {
  .a_tr_rootlist ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .a_tr_rootlist ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.a_tr_rootlist ul li {
  position: relative;
}
.a_tr_rootlist ul li .img {
  width: 100%;
  aspect-ratio: 33/16;
}
@media (max-width: 768px) {
  .a_tr_rootlist ul li .img {
    aspect-ratio: 7/2;
  }
}
.a_tr_rootlist ul li .bk {
  width: 95%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: rgba(62, 61, 60, 0.6);
  mix-blend-mode: multiply;
}
.a_tr_rootlist ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.a_tr_rootlist ul li .text .sn_en {
  color: #fff;
  font-size: clamp(1.8rem, -0.477rem + 3.077vw, 2.6rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.a_tr_rootlist ul li .text .sn_en span {
  color: #fff;
  font-family: "EB Garamond", serif;
}
.a_tr_rootlist ul li .text .sn_en.adj {
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.a_tr_rootlist ul li .text .sn_ja {
  color: #fff;
  font-size: clamp(1.1rem, -0.323rem + 1.923vw, 1.6rem);
  margin-bottom: 20px;
}
.a_tr_rootlist ul li .text .time {
  color: #fff;
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  letter-spacing: 0.1em;
}
.a_tr_rootlist ul li .text .time .num {
  color: #be9461;
  font-size: clamp(2.8rem, -2.892rem + 7.692vw, 4.8rem);
  font-family: "EB Garamond", serif;
}
.a_tr_rootlist ul li .text .time .en {
  color: #fff;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  font-family: "Playfair Display", serif;
}
.a_tr_rootlist .from_tammachi {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .a_tr_rootlist .from_tammachi {
    margin-bottom: 50px;
  }
}
.a_tr_rootlist .from_tammachi ul li:nth-child(1) .img {
  background: url(../images/access/a_tr_01.webp);
  background-position: center bottom -20px;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi ul li:nth-child(2) .img {
  background: url(../images/access/a_tr_02.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi ul li:nth-child(3) .img {
  background: url(../images/access/a_tr_03.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi ul li:nth-child(4) .img {
  background: url(../images/access/a_tr_04.webp);
  background-position: center bottom -20px;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi ul li:nth-child(5) .img {
  background: url(../images/access/a_tr_05.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi ul li:nth-child(6) .img {
  background: url(../images/access/a_tr_06.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_tammachi_cap {
  text-align: right;
  font-size: 1.1rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .a_tr_rootlist .from_tammachi_cap {
    margin-top: 8px;
  }
}
.a_tr_rootlist .from_yokohama ul li:nth-child(1) .img {
  background: url(../images/access/a_tr_07.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_yokohama ul li:nth-child(2) .img {
  background: url(../images/access/a_tr_08.webp);
  background-position: center;
  background-size: cover;
}
.a_tr_rootlist .from_yokohama ul li:nth-child(3) .img {
  background: url(../images/access/a_tr_09.webp);
  background-position: center bottom -20px;
  background-size: cover;
}
.a_tr_rootlist .from_yokohama_cap {
  text-align: right;
  font-size: 1.1rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .a_tr_rootlist .from_yokohama_cap {
    margin-top: 8px;
  }
}

.a_b h3 .line {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .a_b h3 .line {
    margin-left: 80px;
  }
}
.a_b_content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
}
@media (max-width: 1280px) {
  .a_b_content {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.a_b_content .destination {
  text-align: center;
}
.a_b_content .destination h5 {
  width: 32%;
  min-width: 240px;
  height: 60px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f2f0;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
@media (max-width: 768px) {
  .a_b_content .destination h5 {
    min-width: 120px;
    height: 30px;
    margin-bottom: 20px;
  }
}
.a_b_content .destination .p {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
.a_b_content .destination .p .num {
  color: #be9461;
  font-size: clamp(3.2rem, 0.923rem + 3.077vw, 4rem);
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.a_b_content .destination .p .wavy {
  color: #be9461;
  font-size: clamp(2.4rem, 0.692rem + 2.308vw, 3rem);
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
}
.a_b_content .destination .p .cap {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.a_b_content .destination .p_01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .a_b_content .destination .p_01 {
    margin-bottom: 25px;
  }
}
.a_b_content .destination .p_02 {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .a_b_content .destination .p_02 {
    margin-bottom: 15px;
  }
}
.a_b_content .destination .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .a_b_content .destination .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.a_b_content .destination .time p {
  font-size: clamp(1.2rem, 0.915rem + 0.385vw, 1.3rem);
}
.a_b_content .destination .fare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
.a_b_content .destination .fare_p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.a_b_content .destination .fare_p span {
  font-size: clamp(2.4rem, 0.692rem + 2.308vw, 3rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.06em;
}
.a_b_content .destination_01 {
  grid-column: 1/4;
}
@media (max-width: 1280px) {
  .a_b_content .destination_01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.a_b_content .destination_02 {
  grid-column: 4/7;
}
@media (max-width: 1280px) {
  .a_b_content .destination_02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.a_b_content .destination_03 {
  grid-column: 2/6;
  grid-row: 2/3;
}
@media (max-width: 1280px) {
  .a_b_content .destination_03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.a_b_content .destination_03 h4 {
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
  font-family: "Playfair Display", serif;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .a_b_content .destination_03 h4 {
    margin-bottom: 25px;
  }
}
.a_b_content .destination_03 h5 {
  min-width: 280px;
  height: 100px;
}
@media (max-width: 768px) {
  .a_b_content .destination_03 h5 {
    width: 100%;
    min-width: 140px;
    height: 50px;
  }
}
.a_b_content .destination_03 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .a_b_content .destination_03 ul {
    gap: 20px;
  }
}

.a_ta_mv {
  width: 100%;
  grid-template-columns: 50% 1fr;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .a_ta_mv {
    grid-template-columns: 28% 1fr;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .a_ta_mv {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.a_ta_in {
  display: grid;
  grid-template-columns: 4fr 3fr;
}
@media (max-width: 1280px) {
  .a_ta_in {
    grid-template-columns: 1fr;
  }
}
.a_ta_content h5 {
  width: 50%;
  min-width: 320px;
  height: 60px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f2f0;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
@media (max-width: 768px) {
  .a_ta_content h5 {
    min-width: 160px;
    height: 30px;
    margin-bottom: 25px;
  }
}
.a_ta_content dl {
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .a_ta_content dl {
    margin-bottom: 20px;
  }
}
.a_ta_content dl dt {
  width: 20%;
  max-width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  font-weight: normal;
  border: 1px solid #3e3d3c;
}
.a_ta_content dl dd {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
.a_ta_content dl dd .num {
  color: #be9461;
  font-size: clamp(3.2rem, 0.923rem + 3.077vw, 4rem);
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.a_ta_content dl dd .wavy {
  color: #be9461;
  font-size: clamp(2.4rem, 0.692rem + 2.308vw, 3rem);
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
}
.a_ta_content dl.late dt {
  color: #fff;
  border: none;
  background-color: #727171;
}
.a_ta_content p {
  text-align: center;
}
.a_ta_content p .num {
  color: #be9461;
  font-size: clamp(3.2rem, 0.923rem + 3.077vw, 4rem);
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.a_ta_content p .wavy {
  color: #be9461;
  font-size: clamp(2.4rem, 0.692rem + 2.308vw, 3rem);
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
}

.a_c_root {
  text-align: center;
}
.a_c_root h5 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .a_c_root h5 {
    margin-bottom: 20px;
  }
}
.a_c_root h5 .num {
  color: #be9461;
  font-size: clamp(3.2rem, -4.2rem + 10vw, 5.8rem);
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.a_c_root ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1280px) {
  .a_c_root ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .a_c_root ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.a_c_root ul li {
  position: relative;
}
.a_c_root ul li .img {
  width: 100%;
  aspect-ratio: 33/16;
  background: url(../images/access/a_t_01.webp);
  background-position: center;
  background-image: cover;
}
@media (max-width: 768px) {
  .a_c_root ul li .img {
    aspect-ratio: 7/2;
  }
}
.a_c_root ul li .bk {
  width: 95%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: rgba(62, 61, 60, 0.6);
  mix-blend-mode: multiply;
}
.a_c_root ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.a_c_root ul li .text .sn_en {
  color: #fff;
  font-size: clamp(1.8rem, -0.477rem + 3.077vw, 2.6rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.a_c_root ul li .text .sn_en span {
  color: #fff;
  font-family: "EB Garamond", serif;
}
.a_c_root ul li .text .sn_ja {
  color: #fff;
  font-size: clamp(1.1rem, -0.323rem + 1.923vw, 1.6rem);
  margin-bottom: 20px;
}
.a_c_root ul li .text .distance {
  color: #fff;
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  letter-spacing: 0.1em;
}
.a_c_root ul li .text .distance .num {
  color: #be9461;
  font-size: clamp(2.8rem, -2.892rem + 7.692vw, 4.8rem);
  font-family: "EB Garamond", serif;
}
.a_c_root ul li .text .distance .en {
  color: #fff;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  font-family: "Playfair Display", serif;
}
.a_c_root ul li:nth-child(1) .img {
  background: url(../images/access/a_c_01.webp);
  background-position: center;
  background-size: cover;
}
.a_c_root ul li:nth-child(2) .img {
  background: url(../images/access/a_c_02.webp);
  background-position: center;
  background-size: cover;
}
.a_c_root ul li:nth-child(3) .img {
  background: url(../images/access/a_c_03.webp);
  background-position: center;
  background-size: cover;
}
.a_c_root_cap {
  text-align: right;
  font-size: 1.1rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .a_c_root_cap {
    margin-top: 8px;
  }
}

.f_cap_access {
  display: block !important;
  word-break: break-all;
}/*# sourceMappingURL=access.css.map */