@charset "UTF-8";
.access header nav#nav ul li.l06 a {
  border-bottom: solid 3px #fff;
}

#contentsWrapper {
  padding-top: clamp(30px, 13vw, 60px);
  /* MAP */
}
#contentsWrapper #map .map__img-wrap .map__img-txt {
  background: var(--GRN);
}
#contentsWrapper #map .map__img-wrap .property__learnMore-btn {
  background: var(--GRN);
  border: 1px solid var(--GRN);
}
@media (hover: hover) and (pointer: fine) {
  #contentsWrapper #map .map__img-wrap .property__learnMore-btn:hover:hover {
    color: var(--GRN);
    background: #fff;
  }
  #contentsWrapper #map .map__img-wrap .property__learnMore-btn:hover:hover span {
    border-right: 2px solid var(--GRN);
    border-bottom: 2px solid var(--GRN);
  }
}
#contentsWrapper .trainAccess .trainAccess__map {
  width: min(100%, 920px);
  margin: 40px auto;
}
#contentsWrapper .trainAccess .trainAccess__sta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1vw, 20px);
}
@media screen and (max-width: 768px) {
  #contentsWrapper .trainAccess .trainAccess__sta {
    grid-template-columns: repeat(2, 1fr);
  }
}
#contentsWrapper .trainAccess .trainAccess__sta .item {
  position: relative;
}
#contentsWrapper .trainAccess .trainAccess__sta .item p {
  position: absolute;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #ffffff;
  bottom: 0;
  left: 10px;
  text-shadow: 0 0 5px #333, 0 0 5px #333, 0 0 5px #333, 0 0 5px #333;
}
#contentsWrapper .trainAccess h4.info-ttl {
  font-size: clamp(18px, 1.8vw, 22px);
  text-align: center;
  background-color: var(--GRN);
  color: #fff;
  padding: 5px 0;
  margin-bottom: clamp(15px, 1.5vw, 30px);
}
#contentsWrapper .trainAccess .trainAccess__minute {
  margin-top: clamp(40px, 4vw, 60px);
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item {
  width: calc((100% - 40px) / 2);
  border-left: 3px solid var(--GRD);
  padding-left: clamp(8px, 0.8vw, 15px);
}
@media screen and (max-width: 1200px) {
  #contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item {
    width: 100%;
  }
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .main {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .main::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted var(--BLK);
  padding: 0 30px;
  z-index: -2;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .name {
  font-size: clamp(14px, 1.4vw, 20px);
  background-color: #ffffff;
  padding-right: 10px;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .name span {
  font-size: 1.8em;
  color: var(--GRD);
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .dist {
  font-size: clamp(14px, 1.4vw, 20px);
  background-color: #ffffff;
  color: var(--GRD);
  text-align: right;
  padding-left: 10px;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .dist p span {
  font-size: 2.2em;
  color: var(--GRD);
  vertical-align: sub;
  line-height: 1;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .dist p span i {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: middle;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .dist small {
  font-size: clamp(13px, 1.3vw, 16px);
  color: var(--BLK);
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .dist small i {
  display: inline-block;
  font-size: 0.7em;
  vertical-align: middle;
}
#contentsWrapper .trainAccess .trainAccess__minute .info-wrap .item .note {
  font-size: 12px;
  margin-left: 5px;
}
#contentsWrapper .trainAccess .trainAccess__bus {
  padding-top: clamp(40px, 4vw, 60px);
}
#contentsWrapper .trainAccess .trainAccess__bus .bus-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2vw, 40px);
}
@media screen and (max-width: 768px) {
  #contentsWrapper .trainAccess .trainAccess__bus .bus-info {
    grid-template-columns: auto;
  }
}
#contentsWrapper .location {
  padding: clamp(40px, 4vw, 80px) 0;
}
#contentsWrapper .location .location__lifeinfo {
  padding: 5px 0 clamp(20px, 2vw, 40px);
}
#contentsWrapper .location .location__lifeinfo .tab-wrap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: clamp(10px, 1vw, 30px);
}
@media screen and (max-width: 768px) {
  #contentsWrapper .location .location__lifeinfo .tab-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
}
#contentsWrapper .location .location__lifeinfo .tab-wrap .tab-btn {
  display: grid;
  place-content: center;
  border: 1px solid var(--GRN);
  background: var(--paleGRN);
  color: var(--GRN);
  text-align: center;
  height: 56px;
  cursor: pointer;
}
#contentsWrapper .location .location__lifeinfo .tab-wrap .tab-btn.is-active {
  background: var(--GRN);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contentsWrapper .location .location__lifeinfo .tab-wrap .tab-btn {
    height: 44px;
  }
}
#contentsWrapper .location .location__lifeinfo .tab-wrap .tab-btn span {
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.3;
}
#contentsWrapper .location .location__lifeinfo .gmap-wrap {
  border: 1px solid #c1c9c9;
  height: 100%;
  width: 100%;
  margin-top: clamp(10px, 1vw, 20px);
}
#contentsWrapper .location .location__lifeinfo .gmap-wrap #gmap {
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contentsWrapper .location .location__lifeinfo .gmap-wrap #gmap {
    height: 60vh;
  }
}
#contentsWrapper .location .location__lifeinfo .gmap-wrap #gmap .gm-style .gm-style-iw-tc::after {
  top: -4px;
}
#contentsWrapper .location .location__lifeinfo .tab-content {
  display: none;
}
#contentsWrapper .location .location__lifeinfo .tab-content.is-active {
  display: block;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  column-count: 2;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #contentsWrapper .location .location__lifeinfo .tab-content .plot-list li {
    width: 100%;
  }
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #808075;
  z-index: 0;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li .left {
  display: flex;
  align-items: center;
  padding-right: 8px;
  background: #fff;
  z-index: 2;
  margin-right: auto;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li .left .num {
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(18px, 1.8vw, 23px);
  height: clamp(18px, 1.8vw, 23px);
  color: #fff;
  background: var(--GRN);
  padding: 3px 7px;
  margin-right: 8px;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li .left .name {
  font-size: clamp(12px, 1.2vw, 13px);
  text-align: left;
  line-height: 1.2;
}
#contentsWrapper .location .location__lifeinfo .tab-content .plot-list li .dist {
  font-size: clamp(12px, 1.2vw, 13px);
  padding-left: 8px;
  background: #fff;
  line-height: 1.2;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  #contentsWrapper .location .location__lifeinfo .tab-content .plot-list li .dist {
    width: 33%;
  }
}
#contentsWrapper .location .location__lifeinfo .tab-content .pic-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(20px, 2vw, 30px);
}
@media screen and (max-width: 768px) {
  #contentsWrapper .location .location__lifeinfo .tab-content .pic-list {
    gap: 10px;
  }
}
#contentsWrapper .location .location__lifeinfo .tab-content .pic-list li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  #contentsWrapper .location .location__lifeinfo .tab-content .pic-list li {
    width: calc((100% - 10px) / 2);
  }
}
#contentsWrapper .location .location__lifeinfo .tab-content .pic-list li .txt {
  font-size: clamp(12px, 1.2vw, 13px);
  line-height: 1.6;
  margin-top: 5px;
}

/* ページ内リンクズレ解消 */
#locationWrap:target {
  scroll-margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  #locationWrap:target {
    scroll-margin-top: 4.6rem;
  }
}
/* include部分 */
/* header {
  position: fixed!important;
  top: 0!important;
} */
#wrapper .sec-pt40,
#location .sec-pt60 {
  padding-top: 0 !important;
}

.header--property,
.header__property-menu {
  display: none;
}

#wrapper #foot-common,
#wrapper #recomend,
#wrapper #map,
.access__inc #pageTop,
.access__inc #pageTop + footer,
.footer-improve {
  display: none !important;
}

#wrapper #access .subpage-ttl,
#wrapper #access .access__wrap {
  display: none !important;
}/*# sourceMappingURL=access.css.map */