@charset "UTF-8";
.pre-inc {
  padding-top: 0;
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}
.pre-inc .location_sup {
  font-size: 0.5em;
  vertical-align: top;
}
.pre-inc .slick-dots li {
  margin: 0 5px;
  padding: 0;
}
.pre-inc .slick-dots > li:only-child {
  display: none;
}
.pre-inc .pre-location .block-pagetitle {
  position: relative;
  width: 100%;
  height: 766px;
  overflow: clip;
  background: url(../images/location/bg_mv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .block-pagetitle {
    height: 158.6666666667vw;
    background: url(../images/location/bg_mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.pre-inc .pre-location .block-pagetitle .text {
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .block-pagetitle .text {
    top: calc(28vw + 60px);
  }
}
.pre-inc .pre-location .block-pagetitle .text .en {
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .block-pagetitle .text .en {
    font-size: 36px;
  }
}
.pre-inc .pre-location .block-pagetitle .text .ja {
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .block-pagetitle .text .ja {
    font-size: 16px;
  }
}
.pre-inc .pre-location .block-pagetitle .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.pre-inc .pre-location .section-lead {
  padding: 90px 20px 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead {
    padding: 25px 20px;
  }
}
.pre-inc .pre-location .section-lead .title {
  text-align: center;
  font-size: 24px;
  color: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead .title {
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-lead .lead {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #404040;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead .lead {
    font-size: 22px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-lead .inner {
  max-width: 1240px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pre-inc .pre-location .section-lead .map {
  order: 2;
  width: 58.064516129%;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead .map {
    order: 1;
    width: 100%;
  }
}
.pre-inc .pre-location .section-lead .body {
  order: 1;
  width: 100%;
  margin-top: 45px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead .body {
    order: 2;
    text-align: left;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-lead .ranking {
  order: 3;
  width: 32.6612903226%;
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lead .ranking {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.pre-inc .pre-location .section-spot {
  padding: 45px 20px;
  background: #E6E5DC;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-spot {
    padding: 25px 20px 20px;
  }
}
.pre-inc .pre-location .section-spot .title {
  max-width: 620px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #579AA5;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-spot .title {
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-spot .spotlist {
  margin-inline: -13px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-spot .spotlist {
    margin-inline: 0;
  }
}
.pre-inc .pre-location .section-spot .spotlist .slick-dots {
  bottom: -40px;
  text-align: left;
}
.pre-inc .pre-location .section-spot .spotlist .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
}
.pre-inc .pre-location .section-spot .spotlist .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.pre-inc .pre-location .section-spot .spotlist .slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #999999;
  opacity: 1;
}
.pre-inc .pre-location .section-spot .spotlist .slick-dots li.slick-active button:before {
  color: #579AA5;
}
.pre-inc .pre-location .section-spot .spotlist .each {
  position: relative;
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-spot .spotlist .each {
    width: 230px;
  }
}
.pre-inc .pre-location .section-spot .spotlist .each .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 5px 2px;
  background: #707070;
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-spot .spotlist .each .caption {
    padding: 2px 5px 1px;
    font-size: 10px;
  }
}
.pre-inc .pre-location .bg-green {
  background: url(../images/location/bg_content.jpg) no-repeat center center;
  background-size: cover;
  overflow: clip;
}
.pre-inc .pre-location .section-life {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life {
    padding: 25px 0;
  }
}
.pre-inc .pre-location .section-life .inner {
  max-width: 1440px;
  margin-inline: auto;
}
.pre-inc .pre-location .section-life .title {
  text-align: center;
  font-size: 24px;
  color: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .title {
    padding-inline: 20px;
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-life .lead {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #404040;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .lead {
    padding-inline: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-life .body {
  margin-top: 45px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .body {
    padding-inline: 20px;
    text-align: left;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-life .anchor_each {
  position: relative;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each {
    height: min(160px, 42.6666666667vw);
  }
}
.pre-inc .pre-location .section-life .anchor_each .image-wrap {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin-left: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .image-wrap {
    width: 80%;
  }
}
.pre-inc .pre-location .section-life .anchor_each .image-wrap .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pre-inc .pre-location .section-life .anchor_each .image-wrap .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .image-wrap .caption {
    bottom: 2px;
  }
}
.pre-inc .pre-location .section-life .anchor_each .anchor {
  position: absolute;
  width: 420px;
  left: calc(50% - 210px);
  bottom: calc(50% - 70px);
  padding: 20px 5px 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .anchor {
    bottom: 20px;
    width: auto;
    padding: 15px 20px;
  }
}
.pre-inc .pre-location .section-life .anchor_each .anchor .feature {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .anchor .feature {
    font-size: 12px;
  }
}
.pre-inc .pre-location .section-life .anchor_each .anchor .area {
  margin-top: 10px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .anchor .area {
    margin-top: 0;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-life .anchor_each .anchor:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: calc(50% - 14px);
  width: 30px;
  height: 30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_each .anchor:after {
    display: none;
  }
}
.pre-inc .pre-location .section-life .anchor_imaike {
  margin-top: 90px;
}
.pre-inc .pre-location .section-life .anchor_imaike .image-wrap {
  right: 0;
}
.pre-inc .pre-location .section-life .anchor_imaike .image-wrap .caption {
  color: #fff;
}
.pre-inc .pre-location .section-life .anchor_imaike .anchor {
  background: rgba(87, 154, 165, 0.9);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_imaike .anchor {
    left: 0;
  }
}
.pre-inc .pre-location .section-life .anchor_hisaya {
  margin-top: 60px;
}
.pre-inc .pre-location .section-life .anchor_hisaya .image-wrap {
  left: 0;
}
.pre-inc .pre-location .section-life .anchor_hisaya .image-wrap .caption {
  color: #000;
  right: initial;
  left: 5px;
}
.pre-inc .pre-location .section-life .anchor_hisaya .anchor {
  background: rgba(194, 174, 103, 0.9);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_hisaya .anchor {
    left: initial;
    right: 0;
  }
}
.pre-inc .pre-location .section-life .anchor_toshin {
  margin-top: 50px;
}
.pre-inc .pre-location .section-life .anchor_toshin .image-wrap {
  right: 0;
}
.pre-inc .pre-location .section-life .anchor_toshin .image-wrap .caption {
  color: #000;
}
.pre-inc .pre-location .section-life .anchor_toshin .anchor {
  background: rgba(191, 110, 101, 0.9);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-life .anchor_toshin .anchor {
    left: 0;
  }
}
.pre-inc .pre-location .section-imaike {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike {
    padding: 25px 0;
  }
}
.pre-inc .pre-location .section-imaike .title {
  text-align: center;
  font-size: 24px;
  color: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .title {
    padding-inline: 20px;
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-imaike .lead {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #404040;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .lead {
    padding-inline: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-imaike .body {
  margin-top: 45px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .body {
    margin-top: 15px;
    padding-inline: 20px;
    text-align: left;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist {
  max-width: 1240px;
  margin-top: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist {
    margin-top: 30px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .listtitle {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #404040;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .listtitle {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .listtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #404040;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .listtitle:before {
    width: 20px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .list_slider01,
  .pre-inc .pre-location .section-imaike .shoplist .list_slider02 {
    padding: 0 20px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots {
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots,
  .pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots {
    padding: 0 20px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots li,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots li button,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots li button:before,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #999999;
  opacity: 1;
}
.pre-inc .pre-location .section-imaike .shoplist .list_slider01 .slick-dots li.slick-active button:before,
.pre-inc .pre-location .section-imaike .shoplist .list_slider02 .slick-dots li.slick-active button:before {
  color: #579AA5;
}
.pre-inc .pre-location .section-imaike .shoplist .each {
  position: relative;
  margin: 0 10px;
}
.pre-inc .pre-location .section-imaike .shoplist .each .image-wrap {
  position: relative;
}
.pre-inc .pre-location .section-imaike .shoplist .each .genre {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1.5;
  text-align: right;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .each .genre {
    font-size: 15px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .each .name {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .each .name {
    margin-top: 10px;
    font-size: 13px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist .each .distance {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-imaike .shoplist .each .distance {
    margin-top: 15px;
    font-size: 11px;
  }
}
.pre-inc .pre-location .section-imaike .shoplist.shoplist02 {
  margin-top: 90px;
}
.pre-inc .pre-location .section-hisaya {
  padding: 90px 20px 75px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya {
    padding: 25px 20px;
  }
}
.pre-inc .pre-location .section-hisaya .inner {
  max-width: 1240px;
  margin-inline: auto;
}
.pre-inc .pre-location .section-hisaya .title {
  text-align: center;
  font-size: 24px;
  color: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .title {
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-hisaya .lead {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #404040;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .lead {
    font-size: 22px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-hisaya .body {
  margin-top: 45px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .body {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-hisaya .images {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images {
    display: block;
    margin-top: 1px;
  }
}
.pre-inc .pre-location .section-hisaya .images .each {
  position: relative;
  width: 49.1935483871%;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each .image-wrap {
    width: 65.671641791%;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each .text {
    width: 32.8358208955%;
  }
}
.pre-inc .pre-location .section-hisaya .images .each .name {
  margin-top: 10px;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each .name {
    line-height: 1.6;
    font-size: 13px;
  }
}
.pre-inc .pre-location .section-hisaya .images .each .distance {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each .distance {
    margin-top: 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-hisaya .images .each:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.pre-inc .pre-location .section-toshin {
  padding: 90px 20px 75px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin {
    padding: 25px 20px 40px;
  }
}
.pre-inc .pre-location .section-toshin .title {
  text-align: center;
  font-size: 24px;
  color: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .title {
    font-size: 19px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-toshin .lead {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #404040;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .lead {
    font-size: 22px;
    text-align: left;
  }
}
.pre-inc .pre-location .section-toshin .body {
  margin-top: 45px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .body {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
  }
}
.pre-inc .pre-location .section-toshin .railmap {
  position: relative;
  max-width: 810px;
  margin-top: 60px;
  margin-inline: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .railmap {
    margin-top: 20px;
  }
}
.pre-inc .pre-location .section-toshin .railmap .lupe {
  position: absolute;
  right: 40px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 1000px;
  border: 1px solid #579AA5;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .railmap .lupe {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
.pre-inc .pre-location .section-toshin .railmap .map {
  padding: 60px 40px 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-toshin .railmap .map {
    padding: 30px 20px 30px;
  }
}
.pre-inc .pre-location .section-toshin .railmap .map .image {
  width: 100%;
}
.pre-inc .pre-location .section-toshin .button {
  margin-top: 40px;
  text-align: center;
}
.pre-inc .pre-location .section-toshin .button .button-link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background: #fff;
  padding: 17px 20px 15px;
  border: 1px solid #579AA5;
  text-align: center;
  color: #579AA5;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pre-inc .pre-location .section-toshin .button .button-link:after {
  content: "＞";
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  font-size: 20px;
  transform: scale(0.5, 1);
  transition: color 0.3s ease;
}
.pre-inc .pre-location .section-toshin .button .button-link:hover {
  background: #579AA5;
  color: #fff;
}
.pre-inc .pre-location .section-toshin .button .button-link:hover:after {
  color: #fff;
}
.pre-inc .pre-location .section-lifeinfo {
  padding: 80px 20px 60px;
  background: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lifeinfo {
    padding: 40px 20px 30px;
  }
}
.pre-inc .pre-location .section-lifeinfo .inner {
  max-width: 800px;
  margin-inline: auto;
}
.pre-inc .pre-location .section-lifeinfo .title {
  text-align: center;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lifeinfo .title {
    font-size: 19px;
  }
}
.pre-inc .pre-location .section-lifeinfo .map {
  position: relative;
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 813/728;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lifeinfo .map {
    margin-top: 15px;
  }
}
.pre-inc .pre-location .section-lifeinfo .map > .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.pre-inc .pre-location .section-lifeinfo .map .icon_toward {
  position: absolute;
  right: 55px;
  bottom: 8px;
  width: 30px;
}
.pre-inc .pre-location .section-lifeinfo .map .btn_zoomin {
  position: absolute;
  right: 5px;
  bottom: 50px;
  width: 40px;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.pre-inc .pre-location .section-lifeinfo .map .btn_zoomout {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.pre-inc .pre-location .section-lifeinfo .map.zoom00 > .image {
  transform: scale(1);
}
.pre-inc .pre-location .section-lifeinfo .map.zoom00 .btn_zoomout {
  opacity: 0.5;
}
.pre-inc .pre-location .section-lifeinfo .map.zoom01 > .image {
  transform: scale(1.25);
}
.pre-inc .pre-location .section-lifeinfo .map.zoom02 > .image {
  transform: scale(1.5);
}
.pre-inc .pre-location .section-lifeinfo .map.zoom03 > .image {
  transform: scale(1.75);
}
.pre-inc .pre-location .section-lifeinfo .map.zoom03 .btn_zoomin {
  opacity: 0.5;
}
.pre-inc .pre-location .section-lifeinfo .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 20px;
  padding: 40px 20px;
  background: #fff;
}
.pre-inc .pre-location .section-lifeinfo .list .each {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-location .section-lifeinfo .list .each {
    width: 100%;
  }
}/*# sourceMappingURL=location.css.map */