.un_location {
  background-color: #133157;
}
.un_location_block01 .map {
  width: 75%;
  margin: 50px auto 0;
  opacity: 0;
  transition: opacity 0.7s ease-in;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_location_block01 .map {
    width: 100%;
    margin-top: 30px;
  }
}
.un_location_block01 .map.is_action {
  opacity: 1;
}
.un_location_block01 .map img {
  width: 100%;
}
.un_location_block01 .map figcaption {
  text-align: right !important;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .un_location_block01 .map figcaption {
    font-size: 2.4vw;
  }
}
.un_location_block01 .map_text {
  width: 75%;
  margin: 16px auto 0;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .un_location_block01 .map_text {
    width: 100%;
    margin-top: 8px;
  }
}
.un_location_block01 .map_text.is_action {
  opacity: 1;
}
.un_location_block01 .map_text img {
  width: 100%;
}
.un_location_block02 {
  max-width: 1400px;
  margin: 80px auto 0;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.un_location_block02.is_action {
  opacity: 1;
}
.un_location_block02 .ttl01 {
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.3;
  color: #a9894b;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .ttl01 {
    margin-top: 30px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .ttl01 {
    font-size: 4.5vw;
  }
}
.un_location_block02 .txt01 {
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  line-height: 2.2;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .txt01 {
    margin-top: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .txt01 {
    text-align: left;
    font-size: 3vw;
  }
}
.un_location_block02 .map01 {
  width: 90%;
  max-width: 950px;
  margin: 30px auto 0;
  position: relative;
}
.un_location_block02 .map01 figcaption {
  color: #000;
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}
.un_location_block02 .map02 {
  margin: 40px auto 0;
  position: relative;
}
.un_location_block02 .map02 figcaption {
  font-size: 12px;
  position: absolute;
  left: 20%;
  bottom: 2em;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .map02 figcaption {
    left: 5%;
    bottom: 0.5em;
  }
}
.un_location_block02 .lineBox {
  width: 90%;
  max-width: 950px;
  margin: 60px auto 160px;
}
@media screen and (max-width: 450px) {
  .un_location_block02 .lineBox {
    margin: 30px auto 80px;
  }
}
.un_location_block02 .line {
  display: block;
  width: 100%;
  height: 8px;
  margin: 60px 0;
  background-color: #a9894b;
}
@media screen and (max-width: 450px) {
  .un_location_block02 .line {
    height: 5px;
    margin: 40px 0;
  }
}
.un_location_block02 .box01 {
  width: 90%;
  max-width: 950px;
  margin: 30px auto 0;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box01 {
    margin-top: 15px;
  }
}
.un_location_block02 .box02 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box02 {
    gap: 30px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 {
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto -50px;
  }
}
.un_location_block02 .box02 .ph02 {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box02 .ph02 {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 .ph02 {
    width: 100%;
  }
}
.un_location_block02 .box02 .ph02 img {
  width: 100%;
}
.un_location_block02 .box02 .ph02 figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block02 .box02 dl {
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 dl {
    width: 100%;
    margin-left: 0;
  }
}
.un_location_block02 .box02 dl dt {
  line-height: 1.3;
  color: #a9894b;
  font-size: 26px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box02 dl dt {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 dl dt {
    text-align: center;
    font-size: 4.5vw;
  }
}
.un_location_block02 .box02 dl dt .ttl {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 70px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box02 dl dt .ttl {
    font-size: 7vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 dl dt .ttl {
    width: 100%;
    text-align: center;
    font-size: 9.5vw;
  }
}
.un_location_block02 .box02 dl dd {
  margin-top: 20px;
  line-height: 2.2;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .box02 dl dd {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .box02 dl dd {
    font-size: 3vw;
  }
}
.un_location_block02 .ph01 {
  position: relative;
}
.un_location_block02 .ph01 img {
  width: 100%;
}
.un_location_block02 .ph01 figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block02 .grid01 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .grid01 {
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .grid01 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.un_location_block02 .grid01 .grid_item {
  position: relative;
}
.un_location_block02 .grid01 .grid_item.large {
  grid-column: span 4;
  grid-row: span 2;
}
.un_location_block02 .grid01 .grid_item.small {
  grid-column: 5/7;
  grid-row: span 1;
}
.un_location_block02 .grid01 .grid_item.medium {
  grid-column: span 3;
  grid-row: span 2;
}
@media screen and (max-width: 450px) {
  .un_location_block02 .grid01 .grid_item.large, .un_location_block02 .grid01 .grid_item.small, .un_location_block02 .grid01 .grid_item.medium {
    grid-column: 1;
    grid-row: auto;
  }
}
.un_location_block02 .grid01 .grid_item img {
  width: 100%;
}
.un_location_block02 .grid01 .grid_item figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block02 .grid02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .grid02 {
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .grid02 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.un_location_block02 .grid02 .grid_item {
  position: relative;
}
.un_location_block02 .grid02 .grid_item img {
  width: 100%;
}
.un_location_block02 .grid02 .grid_item figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block02 .grid03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 .grid03 {
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block02 .grid03 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.un_location_block02 .grid03 .grid_item {
  position: relative;
}
.un_location_block02 .grid03 .grid_item img {
  width: 100%;
}
.un_location_block02 .grid03 .grid_item figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block02 + .un_location_block02 {
  margin-top: 130px;
}
@media screen and (max-width: 920px) {
  .un_location_block02 + .un_location_block02 {
    margin-top: 100px;
  }
}
.un_location_slide {
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_location_slide {
    margin: 30px 0 calc(50% - 50vw) 0;
  }
}
.un_location_slide.is_action {
  opacity: 1;
}
.un_location_slide .slider_inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.un_location_slide img {
  width: 100%;
}
.un_location_slide figure {
  position: relative;
}
.un_location_slide figure figcaption {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location .bl_media01_hdg {
  padding-left: 5%;
}
.un_location .bl_media01.reverse .bl_media01_hdg {
  padding-left: 59%;
}
.un_location_block03 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_location_block03 {
    width: 100%;
  }
}
.un_location_block03.is_action {
  opacity: 1;
}
.un_location_block03_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 585px;
  text-align: center;
  background: url(../images/location/bg.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 450px) {
  .un_location_block03_top {
    height: 100%;
    padding: 10% 4%;
  }
}
.un_location_block03_top .hdg {
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-size: 70px;
}
@media screen and (max-width: 450px) {
  .un_location_block03_top .hdg {
    font-size: 8vw;
  }
}
.un_location_block03_top .ttl {
  margin-top: 130px;
  line-height: 1.3;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block03_top .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block03_top .ttl {
    margin-top: 10%;
    font-size: 4.5vw;
  }
}
.un_location_block03_top .txt {
  margin-top: 30px;
  line-height: 2.2;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_location_block03_top .txt {
    margin-top: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block03_top .txt {
    margin-top: 5%;
    font-size: 3vw;
  }
}
.un_location_block03_top .caption {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.un_location_block03_btm {
  padding: 40px;
  background-color: #133157;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm {
    padding: 20px;
  }
}
.un_location_block03_btm dt {
  font-size: 24px;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dt {
    font-size: 4.7vw;
  }
}
.un_location_block03_btm dd {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block03_btm dd {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd {
    margin-top: 10px;
  }
}
.un_location_block03_btm dd .list {
  flex: 1 1 50%;
}
@media screen and (max-width: 920px) {
  .un_location_block03_btm dd .list {
    flex: auto;
  }
}
.un_location_block03_btm dd .list li {
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: 1;
}
.un_location_block03_btm dd .list li.st .year {
  color: #a9894b;
}
.un_location_block03_btm dd .list li.st .year span {
  color: #a9894b;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd .list li.st .year span {
    font-size: 6.3vw;
  }
}
.un_location_block03_btm dd .list li .year {
  width: 80px;
  font-size: 15px;
  font-style: normal;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd .list li .year {
    font-size: 3.7vw;
  }
}
.un_location_block03_btm dd .list li .year::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #a9894b;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.un_location_block03_btm dd .list li .year span {
  font-size: 25px;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd .list li .year span {
    font-size: 6vw;
  }
}
.un_location_block03_btm dd .list li p {
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd .list li p {
    font-size: 3vw;
  }
}
.un_location_block03_btm dd .list li p strong {
  display: block;
  color: #a9894b;
  font-size: 1.25em;
}
.un_location_block03_btm dd .list li + li {
  margin-top: 1.3em;
}
@media screen and (max-width: 450px) {
  .un_location_block03_btm dd .list li + li {
    margin-top: 20px;
  }
}
.un_location_block04 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_location_block04 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.un_location_block04.is_action {
  opacity: 1;
}
.un_location_block04 .ttl {
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.3;
  color: #a9894b;
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .ttl {
    margin-top: 30px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .ttl {
    font-size: 4.5vw;
  }
}
.un_location_block04 .ttl::before, .un_location_block04 .ttl::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background-color: #a9894b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 920px) {
  .un_location_block04 .ttl::before, .un_location_block04 .ttl::after {
    width: 45px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .ttl::before, .un_location_block04 .ttl::after {
    display: none;
  }
}
.un_location_block04 .ttl::before {
  left: 0;
}
.un_location_block04 .ttl::after {
  right: 0;
}
.un_location_block04 .txt {
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  line-height: 2.2;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .txt {
    margin-top: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .txt {
    text-align: left;
    font-size: 3vw;
  }
}
.un_location_block04 .box {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box {
    gap: 40px;
    width: 90%;
    margin: 40px auto 0;
  }
}
.un_location_block04 .box dl {
  flex: 1;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl {
    flex: auto;
    width: 100%;
  }
}
.un_location_block04 .box dl dt {
  padding-left: 15px;
  line-height: 1.3;
  color: #a9894b;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  border-left: 6px solid #a9894b;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dt {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dt {
    font-size: 3.7vw;
  }
}
.un_location_block04 .box dl dd {
  margin-top: 10px;
}
.un_location_block04 .box dl dd table {
  width: 100%;
  text-align: center;
  color: #a9894b;
  border-collapse: collapse;
}
@media screen and (min-width: 921px) and (max-width: 1280px) {
  .un_location_block04 .box dl dd table.stationTB td:first-child {
    padding-left: 40px;
  }
}
.un_location_block04 .box dl dd table th {
  height: 65px;
  padding: 5px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #a9894b;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dd table th {
    height: auto;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table th {
    font-size: 3.3vw;
  }
}
.un_location_block04 .box dl dd table td {
  font-size: 24px;
  border-bottom: 1px solid #a9894b;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dd table td {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table td {
    font-size: 3.6vw;
  }
}
.un_location_block04 .box dl dd table td em {
  font-size: 1.5em;
  font-style: normal;
}
.un_location_block04 .box dl dd table td .sm {
  font-size: 0.85em;
}
.un_location_block04 .box dl dd table td.labelBox {
  position: relative;
  z-index: 1;
}
.un_location_block04 .box dl dd table td.labelBox .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  text-align: center;
  background-color: #a9894b;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: -18%;
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dd table td.labelBox .label {
    width: 12vw;
    height: 12vw;
    left: -10%;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table td.labelBox .label {
    width: 13vw;
    height: 13vw;
    top: 0px;
  }
}
.un_location_block04 .box dl dd table td.labelBox .label::after {
  content: "";
  width: 20px;
  height: 15px;
  background-color: #a9894b;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -19px;
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table td.labelBox .label::after {
    width: 10px;
    height: 5px;
    right: -9px;
  }
}
.un_location_block04 .box dl dd table td.labelBox .label .labelInner {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dd table td.labelBox .label .labelInner {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table td.labelBox .label .labelInner {
    font-size: 2.1vw;
  }
}
.un_location_block04 .box dl dd table tr.white td {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .box dl dd table tr.white td {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .box dl dd table tr.white td {
    font-size: 4.4vw;
  }
}
.un_location_block04 .notes {
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .un_location_block04 .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .un_location_block04 .notes {
    font-size: 10px;
    width: 90%;
    margin: 20px auto 0;
  }
}
.un_location .tabArea {
  width: 90%;
  max-width: 950px;
  margin: 40px auto 0;
}
.un_location .tabArea .tabBtn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a9894b;
}
@media screen and (max-width: 450px) {
  .un_location .tabArea .tabBtn {
    flex-wrap: wrap;
  }
}
.un_location .tabArea .tabBtn button {
  width: 16.6666666667%;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 14px 0;
  background-color: inherit;
  color: #fff;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .un_location .tabArea .tabBtn button {
    width: 33.3333333333%;
    font-size: 10px;
  }
}
.un_location .tabArea .tabBtn button:hover {
  background-color: #ddd;
}
.un_location .tabArea .tabBtn button:not(:last-child) {
  position: relative;
}
.un_location .tabArea .tabBtn button:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #a9894b;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .un_location .tabArea .tabBtn button:nth-child(3)::after {
    display: none;
  }
}
.un_location .tabArea .tabBtn button.active {
  background-color: #a9894b;
}
.un_location .tabArea .tabBtn button.active::after {
  display: none;
}
.un_location .tabArea .tabContent {
  display: none;
  padding: 2px 0 20px;
}
.un_location .gmap_wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*max-height: 650px;
  @media screen and (max-width: 920px) {
    max-height: 700px;
  }
  &::before {
    content: "";
    display: block;
    padding-bottom: 34%;
    pointer-events: none;
    @media screen and (max-width: 920px) {
      padding-bottom: 190%;
    }
  }
  > div {
    position: absolute;
    top: 0;
    left: 0;
  }*/
}
.un_location .gmap_wrap .g_map01 {
  z-index: 1;
}
.un_location .iframe-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55% 0;
}
@media screen and (max-width: 920px) {
  .un_location .iframe-content {
    padding: 60% 0;
  }
}
@media screen and (max-width: 639px) {
  .un_location .iframe-content {
    padding: 60% 0;
  }
}
@media screen and (max-width: 479px) {
  .un_location .iframe-content {
    padding: 60% 0;
  }
}
.un_location .iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=location.css.map */