/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  min-height: 480px;
  height: 60vh;
}
.fv-img {
  background-image: url("../img/location-access/fv-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-img {
    background-image: url("../img/location-access/fv-img-pc.jpg");
  }
}
.fv-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media (min-width: 768px) {
  .fv {
    height: 70vh;
  }
}
.fv .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv-caption {
  position: absolute;
  z-index: 4;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.headbtn {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .headbtn {
    padding: 70px 15px;
  }
}
.headbtn-title {
  text-align: center;
  position: relative;
  z-index: 6;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headbtn-title {
    transform: translateY(-100%);
    padding: 0 8rem;
    max-width: none;
  }
}
.headbtn-flex {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .headbtn-flex {
    gap: 30px;
    justify-content: center;
  }
}
.headbtn-flex-col {
  background: #f1f0ec;
  padding: 5px 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .headbtn-flex-col {
    padding: 5px 50px;
    min-width: 350px;
  }
}
.headbtn-flex-col .ac {
  display: none;
}
.headbtn-flex-col:hover {
  background: #9e8c80;
}
.headbtn-flex-col:hover .ac {
  display: block;
}
.headbtn-flex-col:hover .def {
  display: none;
}
.headbtn-flex-col.active {
  background: #9e8c80;
}
.headbtn-flex-col.active .ac {
  display: block;
}
.headbtn-flex-col.active .def {
  display: none;
}

.titlearea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .titlearea {
    margin-top: 50px;
  }
}
.titlearea-eng {
  margin-bottom: -12vw;
}
@media (min-width: 768px) {
  .titlearea-eng {
    margin-bottom: -80px;
  }
}
.titlearea-eng.title-access {
  width: 100%;
  max-width: 1200px;
}
.titlearea-eng.title-car {
  margin-bottom: 0;
}

.location,
.access {
  display: none;
}
.location.active,
.access.active {
  display: block;
}

.location .wrap {
  position: relative;
  z-index: 2;
}
.location-area {
  background: #f0ebe3;
  padding: 100px 15px 30px;
  padding-top: 15vw;
}
@media (min-width: 768px) {
  .location-area {
    padding-top: 100px;
  }
}
.location-area.bg-none {
  background: none;
  padding-top: 3vw;
}
@media (min-width: 768px) {
  .location-area.bg-none {
    padding: 20px 15px 30px;
  }
}
.location-area-map {
  position: relative;
  padding-bottom: 15px;
}
.location-area-map-caption {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  color: #4d4d4d;
}
.location-area-life {
  position: relative;
  padding-bottom: 15px;
}
.location-area-life-caption {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  color: #4d4d4d;
}
.location .title-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .location .title-flex {
    align-items: center;
    gap: 30px;
    flex-direction: row;
  }
}
.location .title-flex-areaname {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 15px;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .location .title-flex-areaname {
    width: auto;
    letter-spacing: 3px;
    font-size: min(4vw,50px);
    padding: 30px min(3vw, 50px);
  }
}
.location .title-flex-areaname .areatext {
  font-size: 0.6em;
  align-self: flex-end;
}
.location .title-flex-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
}
.location .title-flex-text .title {
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .location .title-flex-text .title {
    font-size: min(3vw,28px);
    letter-spacing: 0.1em;
  }
}
.location .title-flex-text .text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .location .title-flex-text .text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.location .area {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .location .area {
    padding: 50px 15px;
  }
}
.location .area .black {
  color: #040000;
}
.location .area-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
}
.location .area-main .title {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .location .area-main .title {
    font-size: 16px;
  }
}
.location .area-main .text {
  font-size: 12px;
}
.location .area-main .tenant {
  color: #6e8773;
  background: rgba(110, 135, 115, 0.15);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.location .area-main .tenant-title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .location .area-main .tenant-title {
    width: 80%;
    font-size: 16px;
  }
}
.location .area-main .tenant-text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .location .area-main .tenant-text {
    width: 80%;
    font-size: 14px;
  }
}
.location .area-sub {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .location .area-sub {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.location .area-sub .text {
  font-size: 12px;
}
.location .area-sub-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .location .area-sub-col {
    width: calc((100% - 15px) / 2);
  }
}
.location .area-sub-col .title {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .location .area-sub-col .title {
    font-size: 16px;
  }
}
.location .area-three {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .location .area-three {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.location .area-three .text {
  font-size: 12px;
}
.location .area-three-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location .area-three-col {
    width: calc((100% - 30px) / 3);
  }
}
.location .area-three-col .title {
  font-size: 12px;
}
@media (min-width: 768px) {
  .location .area-three-col .title {
    font-size: 14px;
  }
}
.location .area-pickup {
  padding: 50px 30px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .location .area-pickup {
    margin-top: 60px;
  }
}
.location .area-pickup .skyroad {
  color: #a8806d;
}
.location .area-pickup .topelete {
  color: #6e94c8;
}
.location .area-pickup.bg-shopping {
  background: #f8ebe6;
}
.location .area-pickup.bg-education {
  background: #e4e8f3;
}
.location .area-pickup-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .location .area-pickup-title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.location .area-pickup-text {
  color: #040000;
  padding-bottom: 30px;
}
.location .area-pickup .float-title {
  position: absolute;
  top: -15px;
  left: 15px;
  width: 40%;
  z-index: 3;
}
@media (min-width: 768px) {
  .location .area-pickup .float-title {
    top: -45px;
    left: 50px;
  }
}
.location .area-pickup-skyroad {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location .area-pickup-skyroad .large-image {
  width: 100%;
  position: relative;
}
.location .area-pickup-skyroad .large-image .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-shadow: 0px 0px 1px rgb(0, 0, 0), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.location .area-pickup-skyroad .small-images-flex {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
}
.location .area-pickup-skyroad .small-images-row {
  flex: 1;
}
.location .area-pickup-skyroad .area-picup-flex img {
  width: 100%;
  height: auto;
  display: block;
}
.location .area-pickup-skyroad .text-flex {
  display: flex;
  flex-direction: column;
}
.location .area-pickup-skyroad .text-flex .title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .location .area-pickup-skyroad .text-flex .title {
    font-szie: 16px;
  }
}
.location .area-pickup-skyroad .text-flex .text {
  font-size: 12px;
}
.location .area-pickup-topelete .large-image {
  width: 100%;
  position: relative;
}
.location .area-pickup-topelete .large-image .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-shadow: 0px 0px 1px rgb(0, 0, 0), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.location .area-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}
.location .area-list-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding: 5px 0;
  align-items: baseline;
}
@media (min-width: 768px) {
  .location .area-list-col {
    font-size: 16px;
    width: calc((100% - 20px) / 2);
    flex-direction: row;
    justify-content: space-between;
  }
}
.location .area-list-col .range {
  font-size: 12px;
}
.location-tokorozawa {
  position: relative;
}
.location-tokorozawa .illust {
  position: absolute;
  right: 0;
  top: 60px;
  width: 50%;
}
@media (min-width: 768px) {
  .location-tokorozawa .illust {
    top: 30px;
    width: auto;
  }
}
.location-tokorozawa .area-main .title,
.location-tokorozawa .area-sub .title {
  color: #6e8773;
}
.location-tokorozawa .title-flex-areaname {
  background: #6e8773;
}
.location-tokorozawa .title-flex-text {
  color: #6e8773;
}
.location-kawagoe {
  position: relative;
}
.location-kawagoe .illust {
  position: absolute;
  right: 0;
  top: 60px;
  width: 50%;
  text-align: right;
}
@media (min-width: 768px) {
  .location-kawagoe .illust {
    top: 30px;
    right: auto;
    left: 0;
    width: auto;
  }
}
.location-kawagoe .area-main .title,
.location-kawagoe .area-sub .title {
  color: #98807a;
}
@media (min-width: 768px) {
  .location-kawagoe .title-flex {
    flex-direction: row-reverse;
  }
}
.location-kawagoe .title-flex-areaname {
  background: #98807a;
}
.location-kawagoe .title-flex-text {
  color: #98807a;
}
.location .life {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.location .life-eng {
  width: 100%;
  background: #ccc;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.location .life-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .location .life-title {
    font-size: 28px;
  }
}
.location .life-text {
  padding: 15px 15px 0;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .location .life-text {
    font-size: 16px;
  }
}
.location-life {
  padding: 50px 0;
}
.location-life .notice {
  padding: 0;
}
.location-life .area {
  padding: 15px 15px 30px;
}
@media (min-width: 768px) {
  .location-life .area {
    padding: 15px 15px 50px;
  }
}
.location-life .area .black {
  color: #040000;
}
.location-life .area-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.location-life .area-main .title {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .location-life .area-main .title {
    font-size: 16px;
  }
}
.location-life .area-sub {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .location-life .area-sub {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.location-life .area-sub-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .location-life .area-sub-col {
    width: calc((100% - 15px) / 2);
  }
}
.location-life .area-sub-col .title {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .location-life .area-sub-col .title {
    font-size: 16px;
  }
}
.location-life .shopping .life-eng {
  background: #dfa184;
}
@media (min-width: 768px) {
  .location-life .shopping .area-sub-col:nth-child(n+3) {
    width: calc((100% - 30px) / 3);
  }
}
.location-life .shopping .area-list-col {
  border-color: #DEA083;
}
.location-life .nature .life-eng {
  background: #98a86d;
}
.location-life .nature .area-list-col {
  border-color: #97A76D;
}
.location-life .education .life-eng {
  background: #6e94c8;
}
.location-life .education .area-list-col {
  border-color: #6E93C7;
}
.location-life .other .life-eng {
  background: #aea799;
}
.location-life .other .area-list-col {
  border-color: #ADA698;
}

.access .train {
  background: #f2f1ed;
  padding: 50px 15px;
}
.access .train-title {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .access .train-title {
    padding: 0 0 50px;
  }
}
.access .train-figure {
  background: #ffffff;
  padding: 15px;
}
@media (min-width: 768px) {
  .access .train-figure {
    padding: 30px;
  }
}
.access .train-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .access .train-flex {
    margin-top: 50px;
  }
}
.access .train-flex-col {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 768px) {
  .access .train-flex-col {
    width: calc((100% - 30px) / 3);
  }
}
.access .train-caption {
  max-width: 850px;
  margin: 0 auto;
  font-size: 10px;
  text-align: right;
}
.access .train-notice {
  font-size: 10px;
  margin-top: 30px;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .access .train-notice {
    margin-top: 50px;
  }
}
.access .car {
  padding: 0 15px 50px;
}
.access .car-title {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .access .car-title {
    padding: 0 0 50px;
  }
}
.access .car-figure {
  background: #ffffff;
  padding: 15px;
}
@media (min-width: 768px) {
  .access .car-figure {
    padding: 30px;
  }
}
.access .car-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .access .car-flex {
    margin-top: 50px;
  }
}
.access .car-flex-col {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
}
.access .car-notice {
  font-size: 10px;
  margin-top: 30px;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .access .car-notice {
    margin-top: 50px;
  }
}
.access .car-caption {
  max-width: 850px;
  margin: 0 auto;
  font-size: 10px;
  text-align: right;
}
.access .car .caption {
  margin-top: 15px;
}

.bottomcta-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .bottomcta-area {
    flex-direction: row;
    gap: 30px;
    padding-bottom: 70px;
  }
}
.bottomcta-area .entry,
.bottomcta-area .reserve {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .bottomcta-area .entry,
  .bottomcta-area .reserve {
    font-size: 22px;
  }
}
.bottomcta-area .entry:hover,
.bottomcta-area .reserve:hover {
  opacity: 0.7;
}
.bottomcta-area .entry {
  color: #fff;
  background: #9f8d81;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}
.bottomcta-area .reserve {
  color: #9f8d81;
  background: #d9d1be;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}/*# sourceMappingURL=location-access.css.map */