@charset "UTF-8";
/* ===========================================
 * 赤羽台第8次 location
 * ======================================== */
/* ---------------------------------------------
*   module
--------------------------------------------- */
/* gallery */
.nva_container .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.467vw 4vw;
  padding: 11.2vw 5.333vw;
  background-color: #efe9f5;
}
.nva_container .gallery .gallery_item {
  width: 100%;
}
.nva_container .gallery .gallery_item.gallery_item--twocolumn {
  width: calc((100% - 4vw) / 2);
}
.nva_container .gallery .gallery_unit .gallery_img {
  border-radius: 1.333vw;
  overflow: hidden;
}
.nva_container .gallery .gallery_unit .gallery_body {
  margin-top: 4vw;
}
.nva_container .gallery .gallery_unit .gallery_title {
  color: #9c1f24;
  font-size: 4.267vw;
  font-weight: bold;
  line-height: 1.2;
}
.nva_container .gallery .gallery_unit .gallery_text {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
.nva_container .gallery .gallery_unit.gallery_unit--medium .gallery_imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4vw;
}
.nva_container .gallery .gallery_unit.gallery_unit--small .gallery_title {
  font-size: 3.2vw;
}
.nva_container .gallery .gallery_unit.gallery_unit--small .gallery_title.gallery_title--small {
  font-size: 2.667vw;
  letter-spacing: -0.06em;
}

/* figure */
.nva_container .figure {
  padding: 11.2vw 5.333vw;
  background-color: #efe9f5;
}
.nva_container .figure .figure_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nva_container .figure .figure_inner > li {
  width: calc((100% - 4vw) / 2);
}
.nva_container .figure .figure_item > img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.nva_container .figure .figure_caption {
  margin-top: 2.667vw;
  font-size: 2.667vw;
}

/* map */
.nva_container .map .map_img {
  text-align: center;
}
.nva_container .map .map_img > img {
  width: 100%;
}
.nva_container .map .map_list {
  margin-top: 5.333vw;
}
.nva_container .map .map_listitem {
  margin-top: 9.333vw;
}
.nva_container .map .map_listitem:first-child {
  margin-top: 0;
}
.nva_container .map .map_note {
  margin-top: 8vw;
}
.nva_container .map .map_note > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.667vw;
  line-height: 1.3;
}

/* locationlist */
.nva_container .locationlist .locationlist_item {
  margin-top: 9.333vw;
  font-size: 3.2vw;
  line-height: 2;
}
.nva_container .locationlist .locationlist_item:first-child {
  margin-top: 0;
}

/* locationitem */
.nva_container .locationitem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3.2vw;
}
.nva_container .locationitem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  border-top: 0.533vw dotted #999999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.nva_container .locationitem .locationitem_key {
  background-color: #fff;
  padding-right: 1.333vw;
}
.nva_container .locationitem .locationitem_value {
  background-color: #fff;
  padding-left: 1.333vw;
}

/* routeblock */
.nva_container .routeblock {
  padding: 0 5.333vw;
}
.nva_container .routeblock .routeblock_img > img {
  width: 100%;
}
.nva_container .routeblock .routeblock_contents {
  margin-top: 8vw;
}
.nva_container .routeblock .routeblock_note {
  margin-top: 8vw;
}
.nva_container .routeblock .routeblock_note > li {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  font-size: 2.667vw;
}

/* route */
.nva_container .route .route_item {
  margin-top: 6.667vw;
}
.nva_container .route .route_item:first-child {
  margin-top: 0;
}
.nva_container .route .route_item > dt {
  color: #000;
  font-size: 4vw;
  font-weight: bold;
}

/* routeitem */
.nva_container .routeitem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -0.8vw;
}
.nva_container .routeitem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  border-top: 0.267vw solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.nva_container .routeitem .routeitem_key {
  background-color: #fff;
  padding-right: 1.333vw;
  font-size: 3.467vw;
}
.nva_container .routeitem .routeitem_key > span {
  font-size: 5.6vw;
}
.nva_container .routeitem .routeitem_value {
  background-color: #fff;
  padding-left: 1.333vw;
  font-size: 4vw;
}
.nva_container .routeitem .routeitem_value > strong {
  font-size: 5.6vw;
}

/* routeitemtext */
.nva_container .routeitemtext {
  margin-left: 2.667vw;
  font-size: 2.667vw;
}

/* routegallery */
.nva_container .routegallery {
  margin-top: 6.667vw;
  margin-bottom: 10.667vw;
  background-color: #efe9f5;
  padding: 2.667vw 3.467vw;
}
.nva_container .routegallery .routegallery_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4vw;
}
.nva_container .routegallery .routegallery_panelitem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nva_container .routegallery .routegallery_panelitem > img {
  width: 100%;
}