@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */

/* -----------------------------------------------------
 mainWrap
----------------------------------------------------- */
.mainWrap {
  position: relative;
}

.mainImg {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.mainTxt {
  display: flex;
  align-items: center;
}

.mainTxtBox {
  padding-right: 70px;
}

.mainTxt p.lede {
  color: #006655;
  font-size: 30px;
  line-height: 1.7;
}

.mainTxt p + p {
  line-height: 2;
}

@media only screen and (max-width: 1300px) {
  .mainTxt p.lede {
    font-size: 2vw;
  }

  .mainTxtBox {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mainTxt p.lede {
    font-size: 30px;
  }

  .mainImg {
    width: 100%;
    max-width: 710px;
    margin: 40px auto;
    padding: 0 15px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
  }

  .mainTxtBox {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mainTxt p.lede {
    font-size: 5vw;
  }
}

@media screen and (max-width: 420px) {
  .mainTxt p.lede {
    font-size: 20px;
  }

  .mainTxt p.lede br {
    display: none;
  }
}

.train_c {
  margin: 15px auto;
  text-align: center;
}

.train_c span {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
}

.tobu_t,
.train_c span.tobu {
  color: #ffffff;
  background: #73a5be;
}

.jr-e_t,
.train_c span.jr-e {
  color: #ffffff;
  background: #07813b;
}

.seibu_t,
.train_c span.seibu {
  color: #ffffff;
  background: #ebaa69;
}

.tokyo-metro_t,
.train_c span.tokyo-metro {
  color: #fff;
  background: #bf6262;
}

.yurakucho_t,
.train_c span.yurakucho {
  color: #ffffff;
  background: #c8b98c;
}

/* -----------------------------------------------------
 mapWrap
----------------------------------------------------- */
.mapBox {
  max-width: 1270px;
  margin: 0 auto;
  /*  display: flex;*/
  flex-flow: row nowrap;
  align-items: center;
  text-align: center;
}

.mapImg {
  width: 62%;
  margin: auto;
}

.mapTxt {
  padding: 0 15px;
}

.mapTxt dl + dl {
  margin-top: 30px;
}

.mapTxt dt p {
  font-size: 18px;
}

.mapTxt dd {
  padding: 20px 0 30px 30px;
  border-bottom: #e5e5e5 1px solid;
}

.mapTxt dt p::before {
  font-family: YakuHanMP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  border-radius: 50%;
}

.mapTxt dt p.a::before {
  content: "A";
  background: #f8c700;
}

.mapTxt dt p.b::before {
  content: "B";
  background: #de528f;
}

.mapTxt dt p.c::before {
  content: "C";
  background: #00a4e4;
}

.mapTxt dt p.d::before {
  content: "D";
  background: #45aa34;
}

.mapTxt dt p.e::before {
  content: "E";
  background: #e67610;
}

.mapTxt dt p.f::before {
  content: "F";
  background: #9675ae;
}

.map p {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mapBox {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: inherit auto;
    padding: 0 15px;
  }

  .mapImg {
    width: 100%;
  }

  .mapTxt {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .mapTxt dl {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1099px) {
  .mapBox {
    max-width: 945px;
  }
}

@media only screen and (max-width: 991px) {
  .mapBox {
    max-width: 710px;
  }

  .mapTxt {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .mapBox {
    max-width: 100%;
    padding: 0 15px;
  }

  .mapTxt dl {
    width: 100%;
  }

  .map {
    width: 100%;
    overflow-x: scroll;
  }

  .map figure {
    width: 700px !important;
  }

  .map p {
    display: block;
  }
}

/* -----------------------------------------------------
 mapWrap
----------------------------------------------------- */
.mapWrap h3 {
  margin-bottom: 50px;
  text-align: center;
  border: none;
  font-size: 24px;
  color: #006655;
  font-weight: normal;
}

.mapWrap iframe {
  width: 100%;
  height: 700px;
}

.areamap a {
  display: block;
  width: 600px;
  margin: 30px auto 0;
  padding: 25px;
  font-size: 16px;
  color: #fff;
  background: #333;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.areamap a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}

@media screen and (max-width: 767px) {
  .mapWrap h3 {
    font-size: 18px;
  }

  .mapWrap iframe {
    height: 400px;
  }

  .areamap a {
    max-width: 100%;
  }
}

/* -----------------------------------------------------
 routeWrap
----------------------------------------------------- */
.routeWrap {
  background: #ebe8e5;
  padding: 90px 0 0;
}

.routeWrap h3 {
  font-size: 30px;
  color: #006655;
  font-weight: normal;
}

.routeWrap .routeBox div:nth-child(-n + 6) {
  margin-bottom: 70px;
}

.routeWrap dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: #ddd 1px solid;
  flex-wrap: wrap;
}
.routeWrap dt img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 1.5em;
}

.routeWrap dt .st {
  font-size: 28px;
}

.routeWrap dt .num {
  font-size: 36px;
  font-family: "Bellefair", serif !important;
}

.routeWrap dd {
  margin-top: 10px;
}

.routeWrap dt.loc p {
  font-size: 14px;
}

.routeWrap dt.loc p span {
  font-size: 20px;
}

.routeWrap dd p {
  font-size: 11px;
}

.routeWrap span {
  margin-right: 5px;
  padding: 2px 5px;
}

.u100 p {
  font-weight: bold;
  color: #c5383a;
}

.notred {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .routeWrap .routeBox div {
    margin-bottom: 50px !important;
  }

  /* .routeWrap .routeBox div:last-child {
    margin-bottom: 0 !important;
  } */
}

@media only screen and (max-width: 991px) {
  .routeWrap {
    padding: 60px 0;
  }

  .routeWrap dt.loc p {
    font-size: 12px;
  }

  .routeWrap dt.loc p span {
    font-size: 18px;
  }
}

.areamap {
  display: block;
  text-align: center;
}

.areamap a {
  background: #ee8552;
  color: #fff;
  padding: 25px 10px;
}

@media only screen and (min-width: 991px) {
  .areamap a {
    padding: 25px 100px;
  }
}

@media only screen and (max-width: 991px) {
  .areamap a {
    font-size: 0.86em;
  }
}

/* taxiSec */
.taxiSec {
  padding: 100px 0;
  background: #ddd;
}

.taxiSec.busSec {
  background: #eee;
}

.taxiSec p.caption {
  margin: 10px 0;
  line-height: 1.3;
}

.taxiSec p.caption small {
  font-size: 11px;
}

.taxiSec h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 48px;
  /*  font-family: 'Roboto', sans-serif;*/
  font-weight: 300;
}

.taxiSec table {
  width: 100%;
  border-collapse: collapse;
}

.taxiSec table th,
.taxiSec table td {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.taxiSec table th {
  font-weight: normal;
  text-align: center;
  background: #ccc;
}

.taxiSec.busSec table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .taxiSec table th,
  .taxiSec table td {
    padding: 7px;
    font-size: 12px;
  }
}

/* accordion */
#locationPage .mapWrap {
  margin-bottom: 50px;
}

#locationPage section.accordion {
  margin: 0 0 100px;
}

#locationPage section.accordion .image {
  clear: both;
  padding: 50px 15px 0;
}

#locationPage section.accordion .image figcaption {
  color: #333;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}

#locationPage section.accordion .image figcaption span {
  margin-right: 20px;
  font-size: 12px;
}
.accordion-header {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #locationPage section.accordion {
    margin: 0 0 2px;
  }

  #locationPage .routeWrap {
    padding: 0;
  }

  .accordion-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
  }

  .accordion-header::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 12px;
    height: 12px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform-origin: center;
    transform: rotate(45deg);
    transition: 0.2s;
  }

  .accordion-header.active::after {
    transform: rotate(-135deg);
  }

  .accordion-header h3 {
    font-size: 24px;
  }

  .accordion-content {
    display: none;
  }

  #locationPage section.accordion .image figcaption {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 420px) {
}
.transport-ttl {
  color: #fff !important;
  text-align: center;
  background-color: #8e7e76;
  font-weight: 100;
  font-size: 2.5rem;
  padding: 0.5em 0;
}
.mapWrap {
  text-align: center;
}
.mapWrap p {
  line-height: 1.75;
}

.air-content-wrap__img {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .bus-car-images {
    display: flex;
  }
  .bus-car-images figure {
    flex: 1;
  }
  .bus-car-images figure img {
    object-fit: cover;
    height: min(33vw, 400px);
  }
  .air-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .air-content-wrap__txt {
    text-align: left;
    flex: 1;
  }
  .air-content-wrap__txt h3 {
    margin-left: -0.2em;
  }
  .air-content-wrap__img {
    margin-top: 0px;
    margin-left: 5%;
    flex: 1.1;
  }
}
