@charset "UTF-8";
/* ===================================================================
CSS information

file name  : access.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@media only screen and (min-width: 768px) {
  .con_access {
    padding: calc(69 / var(--abi-parent-font-size) * 1rem) 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .c-title--top {
    margin-bottom: calc(82 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .c-title--top {
    margin-bottom: calc(60 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .c-title--top {
    margin-bottom: calc(40 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_access .box_intro .inner {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .con_access .box_intro .inner {
    width: calc(1270 / 1440 * 100%);
    grid-template-columns: calc(510 / 1270 * 100%) calc(660 / 1270 * 100%);
    gap: calc(100 / 1270 * 100%);
    align-items: center;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_intro .inner {
    width: calc(1240 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 1441px) {
  .con_access .box_intro .inner {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}

.con_access .box_intro .c-title__jp {
  font-weight: 500;
  margin-bottom: calc(28 / var(--abi-parent-font-size) * 1rem);
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .con_access .box_intro .c-title__jp {
    font-size: calc(40 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location {
    padding: calc(85 / var(--abi-parent-font-size) * 1rem) 0 calc(70 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_location {
    padding: calc(60 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_location {
    padding: calc(60 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_access .box_location .inner {
  width: calc(1240 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1441px) {
  .con_access .box_location .inner {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location .inner {
    width: calc(1000 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_access .box_location .inner {
    max-width: calc(1000px * ((15 + 1 + 1) / 15));
  }
}

.con_access .box_location--items {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .con_access .box_location--items {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(60 / var(--abi-parent-font-size) * 1rem) calc(20 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_location--items {
    grid-template-columns: 1fr;
    gap: calc(40 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location--item--info {
    padding: calc(25 / var(--abi-parent-font-size) * 1rem) calc(30 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_location--item--info {
    padding: calc(20 / var(--abi-parent-font-size) * 1rem) calc(20 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_location--item--info {
    padding: calc(15 / var(--abi-parent-font-size) * 1rem) calc(15 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_access .box_location--item .num-location {
  margin-bottom: 13px;
}
.con_access .box_location--item .u-circle--black-box {
  display: inline-flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  position: relative;
}
.con_access .box_location--item .u-circle--black-box:after {
  content: '';
  width: 4px;
  height: 8px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.con_access .box_location--item .c-title__jp {
  margin-bottom: calc(20 / var(--abi-parent-font-size) * 1rem);
  font-weight: 500;
  font-size: calc(24 / var(--abi-parent-font-size) * 1rem);
}
.con_access .box_location--item .c-link__link {
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location--item .c-link__link {
    --abi-target-font-size: 15;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_location--item .c-link__link {
    --abi-target-font-size: 15;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_location--item .c-link__link {
    --abi-target-font-size: 18;
  }
}
.con_access .box_location--item .c-btn {
  margin-top: calc(15 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .con_access .box_location--item .c-btn {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location--item .c-btn .c-btn__link {
    padding-left: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_location--item .c-btn .c-btn__link {
    padding-right: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_access .box_city {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_city {
    padding: calc(70 / var(--abi-parent-font-size) * 1rem) 0 calc(140 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_city {
    padding: calc(60 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_city {
    padding: calc(60 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_access .box_city:before {
  content: '';
  width: 170vw;
  height: 82.5vw;
  background-image: url("../../access/images/bg_city.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: calc(90 / var(--abi-parent-font-size) * 1rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_access .box_city:before {
    height: 100%;
  }
}
.con_access .box_city .inner {
  width: calc(1240 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1441px) {
  .con_access .box_city .inner {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_city .inner {
    width: calc(1100 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_access .box_city .inner {
    max-width: calc(1100px * ((15 + 1 + 1) / 15));
  }
}

.con_access .box_city--items {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .con_access .box_city--items {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(60 / var(--abi-parent-font-size) * 1rem) calc(20 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_city--items {
    grid-template-columns: 1fr;
    gap: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_access .box_city--item--img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_access .box_city--item--img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_access .box_city--item--img .city-label {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_city--item--info {
    padding: calc(20 / var(--abi-parent-font-size) * 1rem) calc(24 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_city--item--info {
    padding: calc(20 / var(--abi-parent-font-size) * 1rem) calc(20 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_city--item--info {
    padding: calc(15 / var(--abi-parent-font-size) * 1rem) calc(15 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_access .box_city--item .c-title__jp {
  margin-bottom: calc(18 / var(--abi-parent-font-size) * 1rem);
  font-weight: 500;
  font-size: calc(24 / var(--abi-parent-font-size) * 1rem);
  line-height: 1.6;
}
.con_access .box_commute {
  background: #F3F3F3;
}
@media only screen and (min-width: 768px) {
  .con_access .box_commute .inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_commute .inner {
    width: 85%;
    margin: 0 auto;
  }
}
.con_access .box_commute--info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_commute--info {
    gap: calc(50 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_commute--info {
    gap: calc(40 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_commute--info {
    gap: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_commute--info {
    padding: calc(100 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_commute--info {
    padding: calc(70 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_commute--info {
    padding: calc(30 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_commute--info {
    width: calc(1140 / 1440 * 100%);
  }
}
.con_access .box_commute--info .c-title__jp {
  font-weight: 500;
}
.con_access .box_commute--info .c-title__en {
  font-weight: 700;
}
.con_access .box_commute--info .c-txt--red {
  color: #ff1515;
}
.con_access .box_commute--info .c-accordion {
  --abi-accordion-button-border-color: #8F7A53;
  border-left-color: transparent;
  border-right-color: transparent;
}
.con_access .box_commute--info .c-accordion__button__icon {
  fill: #8F7A53;
  background-color: transparent;
}
.con_access .box_commute--info .c-accordion__button__text {
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-family: var(--abi-font-jp-serif);
}
@media only screen and (min-width: 1025px) {
  .con_access .box_commute--info .c-accordion__button__text {
    --abi-target-font-size: 16;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_commute--info .c-accordion__button__text {
    --abi-target-font-size: 18;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_commute--info .c-accordion__button__text {
    --abi-target-font-size: 20;
  }
}
.con_access .box_commute--info .c-accordion__button__text svg {
  margin-right: calc(20 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 768px) {
  .con_access .box_commute--img {
    width: calc(300 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_commute--img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(30 / var(--abi-parent-font-size) * 1rem);
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_pages {
    padding: calc(120 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_pages {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_access .box_links {
  width: calc(1240 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1441px) {
  .con_access .box_links {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_links {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_access .box_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.con_access .box_link__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.con_access .box_link__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.con_access .box_link__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.con_access .box_link__info .c-title__en {
  color: #000;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .con_access .box_link__info .c-title__en {
    --abi-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_link__info .c-title__en {
    --abi-target-font-size: 28;
  }
}
.con_access .box_link__info .c-title__jp {
  color: #444;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .con_access .box_link__info .c-title__jp {
    --abi-target-font-size: 12;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_link__info .c-title__jp {
    --abi-target-font-size: 18;
  }
}
.con_access .box_link__icon {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.con_access .box_link__icon svg {
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  fill: #fff;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_link:hover img {
    transform: scale(1.05);
  }
}
