@charset "UTF-8";

/*======================================================================
 * アクセス
======================================================================*/
.access-container {
  line-height: 1.69;
}

.access-container img {
  width: 100%;
  height: auto;
}

.access-container a {
  color: #003A8F;
}

.dis-ib {
  display: inline-block;
}

.-blue {
  color: #003A8F;
}

.-red {
  color: #BC0000;
}

hr {
  border: 0;
  border-bottom: 1px dashed #D6D6D6;
}

/* アンカーリンク */
.access-container .l-unker-link {
  margin: -20px 0 0;
}

@media screen and (max-width: 768px) {
  .access-container .l-unker-link {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
 * 共通
------------------------------------------------------------*/
.access-section {
  margin-bottom: 24px;
}

.access-section:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .access-section:last-child {
    margin-bottom: 40px;
  }
}

.access-section .l-title-bg-blue {
  margin-bottom: 15px;
}

.access-section .image {
  text-align: center;
}

.access-section .note {
  display: inline-block;
  color: #727272;
  font-size: 1.2rem;
  line-height: 1.8;
}

.access-section .note+.link-text {
  margin-top: 0;
}

.info-def dt {
  color: #003A8F;
  font-weight: bold;
}

.info-def dd {
  margin: 0 0 1.65em;
}

.info-def dd:last-child {
  margin-bottom: 0;
}

.info-note {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.info-note li:not(:first-child) {
  margin-top: 3px;
}

.access-section a {
  /* margin: 0.5em 0; */
}

.access-section a {
  color: #003A8F;
  text-decoration: underline;
}

.access-section a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/common/icon-blank.svg") no-repeat;
  background-size: contain;
}

/*------------------------------------------------------------
 * map
------------------------------------------------------------*/
.map-image {
  max-width: 730px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .map-image {
    margin-top: 20px;
  }
}

.map-iframe {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .map-iframe {
    margin-top: 20px;
  }
}

.map-iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media screen and (max-width: 768px) {
  .map-iframe::before {
    padding-top: 75%;
  }
}

.map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
 * train
------------------------------------------------------------*/
.info-def.-route-map {
  margin: 0;
  word-break: break-all;
}

.info-def.-route-map:not(:first-of-type) {
  border-top: 1px solid #727272;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .info-def.-route-map:not(:first-of-type) {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.info-def.-route-map:last-of-type {
  padding-bottom: 40px;
}

.info-def.-route-map dt {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .info-def.-route-map dt {
    font-size: 1.8rem;
  }
}
.info-def.-route-map dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .info-def.-route-map dd {
    margin-top: 10px;
  }
}

.route-text {
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .route-text {
    font-size: 1.4rem;
  }
}
.route-figure-area+.route-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .route-figure-area {
    margin-right: calc(50% - 50vw);
    position: relative;
  }
}
/* @media screen and (max-width: 640px) {
  .route-figure-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #727272;
    position: absolute;
    bottom: 0.5rem;
    left: 100%;
    transform: translateX(-5vw);
  }
  .route-figure-area::after {
    content: "Scroll";
    font-size: 1.1rem;
    text-align: right;
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 1;
    color: #727272;
    position: relative;
    padding-right: 5.5vw;
    padding-top: 5px;
  }
} */
.route-figure {
  width: 100%;
  margin: 0;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .route-figure {
    font-size: 1.3rem;
    overflow-x: scroll;
    padding-right: 5.5vw;
  }
}
.figure-inner {
  display: flex;
  min-width: 480px;
}

.figure-left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .figure-left {
    /* width: 50%; */
  }
}
.figure-right {
  width: 30%;
  background: #00a5a8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .figure-right {
    /* width: 50%; */
  }
}

/* left */
.figure-stations:not(:first-child) {
  margin-top: 10px;
}

.figure-text {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

.station-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(99% - 10px);
  height: 10px;
  background: #999999;
}

.station-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 99%;
  height: 24px;
  background: url(../images/access/route-map-arrow.svg) no-repeat right center/ contain;
}

.station-list {
  display: flex;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.station-item {
  width: 60%;
  padding-right: 5%;
  z-index: 1;
  display: flex;
}

@media screen and (max-width: 768px) {
  .station-item {
    width: 65%;
    padding-right: 10px;
  }
}
.station-item.-second {
  padding-right: 10%;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .station-item.-second {
    padding-right: 22px;
    width: 35%;
  }
}

.station-item.-min {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .station-item.-min {
    width: 35%;
  }
}

.station-text {
  color: #003A8F;
  background: #fff;
  border: 2px solid #003A8F;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 2px 10px;
}
@media screen and (max-width: 768px) {
  .station-text {
    min-height: 36px;
    padding: 2px 6px;
  }
}
.-second .station-text {}

.-min .station-text {
  height: auto;
  color: #222;
  background: transparent;
  border: 0 transparent;
  transform: translateY(-15px);
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .-min .station-text {
    font-size: 1.2rem;
    transform: translateY(-12px);
  }
}
/* ゆりかもめ　新橋 */
.-train01 {
  padding-top: 5px;
}
.-train01 .station-item {}
.-train01 .station-notebox + .station-text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .-train01 .station-notebox + .station-text {
    width: 50%;
  }
}
.-train01 .station-notebox {
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  width: 30%;
  padding-right: 4px;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .-train01 .station-notebox {
    font-size: 1.2rem;
    width: 50%;
  }
}
.-train01 .station-notebox div {
  margin: 3px 0 0;
  position: relative;
  padding-right: 10px;
}
.-train01 .station-notebox div::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #003A8F;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.-train01 .station-notebox div::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #003A8F;
  border-right: 1px solid #003A8F;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(45deg);
}
.-train01 .station-notebox span {
  color: #003A8F;
  display: inline-block;
  border: 2px solid #003A8F;
  padding: 2px 8px;
  min-width: 80%;
  text-align: center;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .-train01 .station-notebox span {
    padding: 2px;
  }
}
/*------------------------------------------------------------
 * bus
------------------------------------------------------------*/
/* .info-def dd.info_bus {
  width: 700px;
  margin: 10px auto 40px;
}

.bus_table {
  width: 100%;
  margin-bottom: 0;
}

.bus_table th,
.bus_table td {
  border: 1px solid #D6D6D6;
  line-height: 3;
  font-size: 1.4rem;
  font-weight: normal;
}

.bus_table th {
  background: #F4F4F4;
}

.bus_table td {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .info-def dd.info_bus {
    width: 100%;
    margin: 10px auto 30px;
  }

  .bus_table th,
  .bus_table td {
    border: 1px solid #D6D6D6;
    line-height: 2.5;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .bus_table td {
    padding-left: 0.3em;
  }
} */
/*------------------------------------------------------------
 * car
------------------------------------------------------------*/
.car-image {
  max-width: 520px;
  margin: 0 auto;
}

/*------------------------------------------------------------
 * parking
------------------------------------------------------------*/
/* 駐車場について */
.parking-outline {
  margin-bottom: 2em;
}

.parking-outline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parking-outline li {
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.parking-outline li:not(:first-child) {
  margin-top: 10px;
}

.parking-outline p {
  margin: 0;
}

.parking-outline p:first-child {
  margin-right: 0.5em;
  flex-shrink: 0;
}

.parking-outline p:last-child {}

/* 駐車場料金 */
.parking-floor {
  margin: -1px;
  font-size: 0;
}

.parking-floor>span {
  display: inline-block;
  width: 40px;
  margin: 1px;
  text-align: center;
  background-color: #F4F4F4;
  font-size: 1.6rem;
  line-height: 30px;
}

/* 駐車場料金　みのお */

.parking-price-container {
  max-width: 700px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .parking-price-container {
    margin-top: 15px;
  }
}

/* 夏季駐車場料金 */
.parking-summer-price {
  font-weight: bold;
  border: 2px solid #BC0000;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.parking-summer-price .summer-price-title {
  font-weight: bold;
  margin-bottom: 0;
}
.parking-summer-price .summer-price-text {
  margin-top: 0;
}
.summer-price-update {
  margin: 0;
}
.parking-summer-price .summer-price-list {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.parking-summer-price .summer-price-item dl {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .parking-summer-price .summer-price-item dl {
    display: block;
  }
}
.parking-summer-price .summer-price-item dl dt {
  color: inherit;
  /* font-weight: normal; */
  width: 101px;
  position: relative;
}
.parking-summer-price .summer-price-item:nth-child(3) dl dt {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .parking-summer-price .summer-price-item dl dt,
  .parking-summer-price .summer-price-item:nth-child(3) dl dt {
    width: 100%;
  }
}
.parking-summer-price .summer-price-item dl dt .-spacing {
  letter-spacing: 3.4rem;
}
@media screen and (max-width: 768px) {
  .parking-summer-price .summer-price-item dl dt .-spacing {
    letter-spacing: 0;
  }
}
.parking-summer-price .summer-price-item dl dt::after {
  content: "：";
  width: 1em;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .parking-summer-price .summer-price-item dl dt::after {
    content: none;
  }
}
.parking-summer-price .summer-price-item dl dd {
  width: calc(100% - 101px);
}
.parking-summer-price .summer-price-item:nth-child(3) dl dd {
  width: calc(100% - 185px);
}
@media screen and (max-width: 768px) {
  .parking-summer-price .summer-price-item dl dd,
  .parking-summer-price .summer-price-item:nth-child(3) dl dd {
    width: 100%;
  }
}


.price-max+.access-price {
  margin-top: 50px;
}

.access-price {
  display: flex;
  margin: 0 0 5px 0;
  padding: 6px 1em;
  border: 1px solid #003A8F;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  align-items: center;
  justify-content: space-evenly;
  min-height: 60px;
}

.access-price p {
  margin: 0;
  text-align: left;
}

.access-price .catch {
  font-size: 1.6rem;
  color: #003A8F;
}

.access-price .note {
  font-size: 1.2rem;
}

@media screen and (max-width: 460px) {
  .access-price p:first-child {
    width: 35%;
    padding-right: 5px;
  }
  .access-price p:last-child {
    width: 75%;
  }
}

.price-maximum {
  margin: 0;
  padding: 0.32em 1em;
  background-color: #003A8F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.price-maximum .note {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-left: 10px;
}

@media screen and (max-width: 460px) {
  .price-maximum {
    padding: 0.4em 1em;
  }

  .price-maximum .note {}
}

/*  */
.parking-price-container .plus {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .parking-price-container .plus {
    margin: 0.4em 0;
  }
}

/*  */
.parking-price-container .equal {
  text-align: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .parking-price-container .equal {
    margin: 0.4em 0;
  }
}

/* table */
.parking-price-container table {
  width: 100%;
  margin: 0;
  line-height: 1.5;
}

.parking-price-container table th {
  padding: 20px 0;
}

.parking-price-container table th {
  width: 28.58%;
  background-color: #F4F4F4;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
}

.parking-price-container table caption {
  caption-side: bottom;
  text-align: left;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .parking-price-container table th {
    width: 26.7%;
  }
}

.parking-price-container table td {
  padding: 2px 20px 2px 20px;
  border-bottom: 1px dashed #D6D6D6;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .parking-price-container table td {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.parking-price-container table td:first-child {}

.parking-price-container table td:last-child {
  width: 40%;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .parking-price-container table td:last-child {
    width: 5em;
    padding-right: 0;
    text-align: right;
  }
}

/*  */
/* .price-member {
  margin: 0;
  padding: 6px 1em;
  border: 1px solid #4E4E4E;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}

.price-member .catch {
  font-size: 1.6rem;
  color: #003A8F;
} */

.price-max {
  font-size: 2.2rem;
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0.531em;
  background-color: #F4F4F4;
  text-align: center;
  margin: 0;
}

/* 混雑状況 */
.parking-lot-congestion {
  text-align: center;
  margin: 40px auto;
}

.parking-lot-congestion .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
}

.parking-lot-congestion .heading .icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}

.parking-lot-congestion .heading .icon img {
  display: block;
  height: auto;
}

.parking-lot-congestion .state {
  margin: 0;
}

.parking-lot-congestion .state .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  width: 6.7rem;*/
  padding: 0 0.2em;
  line-height: 1;
  height: 6.7rem;
  font-size: 2.8rem;
  border: 1px solid;
  margin: 0 10px;
}

.parking-lot-congestion .state .item.-full {
  background-color: #DE3A3A;
  border-color: #DE3A3A;
  color: #fff;
}

.parking-lot-congestion .state .item.-available {
  color: #003A8F;
}

.parking-lot-congestion .state .item.-congestion {
  background-color: #003A8F;
  border-color: #003A8F;
  color: #fff;
}

/* 駐車場注釈 */
.access-container .-asterisk {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.access-container .-asterisk::before {
  content: "*";
  position: absolute;
  top: 0.2em;
  left: 0;
}

/* 駐輪場 */
.bicycle-image {
  max-width: 520px;
  margin: 0 auto;
}