@charset "UTF-8";
/*======================================================================
 * アクセス
======================================================================*/
.access-container {
  line-height: 1.69;
}

.map {
  position: relative;
  max-width: 800px;
  margin: 40px auto 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map {
    margin-top: 5px;
  }
}
.map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .map::before {
    padding-top: 75%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unker-links {
  margin: 32px 0 40px;
}
@media screen and (max-width: 768px) {
  .unker-links {
    margin-top: 24px;
  }
}

/*------------------------------------------------------------
 * 共通
------------------------------------------------------------*/
.access-section {
  margin-bottom: 24px;
}
.access-section:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .access-section:last-child {
    margin-bottom: 20px;
  }
}
.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: #14AECC;
  font-weight: bold;
}
.info-def dd {
  margin: 0 0 1.65em;
}
.info-def dd:last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-bottom: 1px dashed #D6D6D6;
}

.mgb1em {
  margin-bottom: 1em;
  display: block;
}


.link-text {
  margin: 0.5em 0;
}
.link-text a {
  color: #14AECC;
  text-decoration: underline;
}
.link-text 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;
}

/*------------------------------------------------------------
 * parking
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .image.map-parking {
    margin-top: 17px;
  }
}
.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: 36px auto;
}
@media screen and (max-width: 768px) {
  .parking-price-container {
    margin-top: 12px;
  }
}
.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;
  }
}
.parking-price-container table {
  width: 100%;
  margin: 0;
  line-height: 1.5;
}
.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;
}
@media screen and (max-width: 768px) {
  .parking-price-container table th {
    width: 26.7%;
  }
}
.parking-price-container table td {
  padding: 2px 20px 2px 40px;
  border-bottom: 1px dashed #D6D6D6;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .parking-price-container table td {
    padding-left: 10px;
    padding-right: 1em;
  }
}
.parking-price-container table td:last-child {
  width: 42.5%;
  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-heading {
  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;
  padding: 0.531em;
  background-color: #F4F4F4;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .price-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.65em;
    line-height: 1.4;
  }
}
.price-heading > span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0.5rem;
}
.price-heading .free {
  font-weight: bold;
  font-size: 1.4rem;
}
.price-heading .add {
  color: #000000;
  font-size: 1.2rem;
}
.price-heading .max {
  font-weight: bold;
  color: #14AECC;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .price-heading .max {
    width: 100%;
  }
}

.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: #14AECC;
}

.price-maximum {
  margin: 0;
  padding: 0.29em 1em;
  background-color: #14AECC;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

.price-pointcard {
  padding: 20px;
  background-color: #F4F4F4;
}
.price-pointcard .catch {
  padding: 0.45em 1em;
  background-color: #fff;
  border: 2px solid #14AECC;
  color: #14AECC;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .price-pointcard .catch {
    padding-top: 0.609em;
    padding-bottom: 0.609em;
  }
}
.price-pointcard .catch > span {
  display: inline-block;
}
.price-pointcard .flow {
  max-width: 335px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.price-pointcard .flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .price-pointcard .flow li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.price-pointcard .flow li:not(:last-child) {
  margin-bottom: 36px;
}
.price-pointcard .flow li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 18px 0 18px;
  border-color: #fff transparent transparent transparent;
  margin: 10px 0 0 -18px;
}
.price-pointcard .flow .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .price-pointcard .flow .image {
    width: 41.3%;
  }
}
.price-pointcard .flow .text {
  margin: 0;
}
.price-pointcard .flow small {
  font-size: 0.857em;
}
.price-pointcard .flow .full-text {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .price-pointcard .flow .full-text {
    padding: 0;
    text-align: center;
  }
  .price-pointcard .flow .full-text .note {
    text-align: left;
  }
}
.price-pointcard .flow .full-text strong {
  color: #14AECC;
}
.price-pointcard .flow .full-text p {
  margin: 0;
}

.excluded-shop {
  padding: 16px;
  margin-top: 22px;
  border: 1px solid #D6D6D6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .excluded-shop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.excluded-shop .heading {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .excluded-shop .heading {
    margin-bottom: 0.5em;
    line-height: 1.375;
  }
}
.excluded-shop ul {
  display: inline-block;
  margin: 0;
  text-align: left;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
.excluded-shop ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.parking-lot-congestion {
  text-align: center;
  margin-top: 27px;
}
.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: #14AECC;
}
.parking-lot-congestion .state .item.-congestion {
  background-color: #14AECC;
  border-color: #14AECC;
  color: #fff;
}
/* state追加 */
.parking-lot-congestion .state-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.parking-lot-congestion .state .parking-name {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-top: .4375em;
}
.parking-time-container {
  max-width: 700px;
  margin: 0 auto;
}
.parking-time-container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 11px;
  font-weight: bold;
  font-size: 1.6rem;
}
.parking-time-container .heading .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  margin-right: 18px;
}
.parking-time-container table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}
.parking-time-container table th, .parking-time-container table td {
  border: 1px solid #D6D6D6;
}
.parking-time-container table th {
  width: 21.46%;
  padding: 4px;
  border-right: none;
  background-color: #F4F4F4;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .parking-time-container table th {
    width: 26.3%;
  }
}
.parking-time-container table td {
  height: 84px;
  padding: 20px;
  border-left: none;
  font-size: 1.4rem;
}
.parking-time-container table td.td_s{
  height: calc(84px / 2);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .parking-time-container table td {
    padding: 10px;
  }
  .parking-time-container table td.td_s {
    padding: 0 8px;
  }
}
.parking-time-container table td:last-child {
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .parking-time-container table td:last-child {
    width: 42.5%;
  }
}