/* -----------------------------------------------------------
	lauout
----------------------------------------------------------- */
.mv_lower {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #272727;
  text-align: center;
}
.mv_lower .inner_sec {
  padding-top: 150px;
}
.mv_lower:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 75%, #444444 0%, #444444), linear-gradient(45deg, #444444 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #444444 0%, #444444);
  background-position: 0 0,2px 2px;
  background-size: 4px 4px;
  opacity: 1;
}

.wrap_inner {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.inner_base {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.intro {
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding-right: 2%;
    padding-left: 2%;
  }
}

#map {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  #map {
    height: 90vw;
  }
}
/* -----------------------------------------------------------
	component
----------------------------------------------------------- */
.table_base {
  margin: 20px auto;
}
.table_base th,
.table_base td {
  padding: 7px 12px;
  text-align: left;
}
.table_base th {
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.table_base td {
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.table_base tr {
  border-bottom: 1px solid #333;
}
.table_base tr:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------
	txt
----------------------------------------------------------- */
.title_page_lower {
  position: relative;
  z-index: 2;
  font-family: "futura-pt-n4", "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 54px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .title_page_lower {
    font-size: 35px;
  }
}

.title_c1 {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .04em;
}
@media only screen and (max-width: 767px) {
  .title_c1 {
    font-size: 22px;
  }
}

.txt_note {
  display: block;
  font-size: 11px;
  opacity: 0.7;
}
