@charset "UTF-8";
.pre-inc .location_wrapp {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.pre-inc .location_wrapp img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.pre-inc .contents_page .mv {
  position: relative;
}
.pre-inc .contents_page .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
}
.pre-inc .contents_page .mv h2 span {
  font-size: min(4.8vw, 50px);
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
}
.pre-inc .contents_page .mv figcaption {
  position: absolute;
  text-align: center;
  right: 15px;
  bottom: 1vw;
  margin: auto;
  padding: 0;
  color: #fff;
}
.pre-inc .access_contents {
  width: 100%;
  position: relative;
  background-image: url(../images/location/access_contents_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 100px 0 100px;
  margin: 0 auto 80px !important;
}
.pre-inc .access_contents_in {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.pre-inc .access_contents_item_flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .access_contents_item_full {
  margin-top: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pre-inc .access_contents_item_full .access_image {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
.pre-inc .access_contents_item_flex .access_image {
  width: 48%;
}
.pre-inc .access_contents_in .access_image .cap {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0;
}
.pre-inc .access_contents_in .access_text {
  font-size: min(1.5vw, 15px);
  text-align: center;
  line-height: 250%;
  margin: 40px auto 80px;
}
.pre-inc .access_contents_in .access_text h3 {
  font-size: min(3.8vw, 35px);
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.pre-inc .access_contents_in .access_text p {
  font-size: 16px;
  line-height: 200%;
}
.pre-inc .scroll {
  display: none;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.2s;
}
.pre-inc .scroll:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #fff;
}
.pre-inc .scroll:after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% - 2.5px);
  width: 10px;
  height: 5px;
  border-radius: 100px;
  background: #fff;
  -webkit-animation: scrollDot 2s infinite linear;
  animation: scrollDot 2s infinite linear;
}
.pre-inc .is-scr .scroll {
  opacity: 0;
}
@-webkit-keyframes scrollDot {
  0% {
    opacity: 0;
    left: 10px;
  }
  10% {
    opacity: 1;
    left: 15.67px;
  }
  50% {
    opacity: 1;
    left: 38.33px;
  }
  60% {
    opacity: 0;
    left: 44px;
  }
  100% {
    opacity: 0;
    left: 10px;
  }
}
@keyframes scrollDot {
  0% {
    opacity: 0;
    left: 10px;
  }
  10% {
    opacity: 1;
    left: 15.67px;
  }
  50% {
    opacity: 1;
    left: 38.33px;
  }
  60% {
    opacity: 0;
    left: 44px;
  }
  100% {
    opacity: 0;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .pre-inc .access_contents {
    padding: 60px 0 60px;
    margin: 0 auto 50px !important;
  }
  .pre-inc .access_contents_in {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .pre-inc .access_contents_item_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pre-inc .w-90 {
    width: 90% !important;
  }
  .pre-inc .access_contents_item_flex .access_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .access_contents_item_flex .access_text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .pre-inc .access_contents_in .access_text {
    width: 100%;
    padding: 0;
    font-size: min(2.8vw, 15px);
    line-height: 200%;
    margin: 20px auto 40px;
    text-align: left;
  }
  .pre-inc .access_contents_in .access_text h3 {
    font-size: min(6.8vw, 35px);
    margin-bottom: 30px;
  }
  .pre-inc .access_contents_in .access_text p {
    font-size: min(3.8vw, 16px);
    line-height: 200%;
  }
  .pre-inc .scroll {
    display: block;
  }
}
.pre-inc .location_contents {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
}
.pre-inc .location_contents .location_title {
  width: 92%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.pre-inc .location_contents .location_title h3 {
  font-size: min(8.5vw, 115px);
  color: #e2e2e2;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-right: 0.5em;
}
.pre-inc .location_contents .location_title p {
  font-size: min(2.8vw, 22px);
  color: #806e20;
  line-height: 200%;
}
.pre-inc .location_contents .location_contents_image {
  width: 100%;
  position: relative;
}
.pre-inc .location_contents .location_contents_image .cap {
  position: absolute;
  right: 10px;
  bottom: 3em;
  font-size: 11px;
}
.pre-inc .location_contents .location_in {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 50px;
  margin-top: -7em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .location_contents .location_in .in_image {
  width: 50%;
}
.pre-inc .location_contents .location_in .in_image .cap {
  font-size: 11px;
  letter-spacing: 0;
}
.pre-inc .location_contents .location_in .in_text {
  width: 50%;
  padding: 0 5% 2em;
  font-size: min(1.5vw, 15px);
  line-height: 200%;
}
.pre-inc .location_contents .location_photo {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: inherit;
}
.pre-inc .location_contents .location_photo .photo {
  position: relative;
  width: 32%;
  margin: 0 10px;
}
.pre-inc .location_contents .location_photo .photo p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 180%;
  letter-spacing: 0;
}
.pre-inc .location_contents .location_photo .photo .photo_wappen {
  width: 22%;
  position: absolute;
  top: -8%;
  right: -4%;
}
.pre-inc .location_contents .location_photo_wide {
  width: 100%;
  margin: 0 auto 80px;
}
.pre-inc .location_contents .location_photo_wide .photo {
  position: relative;
  width: 32%;
  margin: 0 10px;
}
.pre-inc .location_contents .location_photo_wide .photo p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 180%;
  letter-spacing: 0;
}
.pre-inc .location_contents .location_photo_wide .photo .photo_wappen {
  width: 22%;
  position: absolute;
  top: -8%;
  right: -4%;
}
.pre-inc .location_photo .swiper-button-prev1, .pre-inc .location_photo_wide .swiper-button-prev2 {
  display: block;
  position: absolute;
  top: 35%;
  left: 35px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-image: url(../images/location/slide_bt_lef.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.pre-inc .location_photo .swiper-button-next1, .pre-inc .location_photo_wide .swiper-button-next2 {
  display: block;
  position: absolute;
  top: 35%;
  right: 35px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-image: url(../images/location/slide_bt_rig.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.pre-inc .swiper-wrapper {
  position: relative;
}
.pre-inc .location_photo .swiper-button-prev1, .pre-inc .location_photo .swiper-button-next1 {
  display: none;
}
@media (max-width: 767px) {
  .pre-inc .location_contents {
    padding-top: 60px;
  }
  .pre-inc .location_contents .location_title {
    display: block;
    margin: 0 auto 30px;
  }
  .pre-inc .location_contents .location_title h3 {
    font-size: min(17.5vw, 85px);
    margin-bottom: 10px;
  }
  .pre-inc .location_contents .location_title p {
    font-size: min(4.2vw, 22px);
  }
  .pre-inc .location_contents .location_in {
    width: 86%;
    display: block;
    margin-top: 1em;
  }
  .pre-inc .location_contents .location_in .in_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .location_contents .location_in .in_text {
    width: 100%;
    padding: 0;
    font-size: min(2.8vw, 15px);
    line-height: 200%;
  }
  .pre-inc .location_contents .location_photo_wide .photo {
    margin: 0;
  }
  .pre-inc .location_photo .swiper-button-prev1, .pre-inc .location_photo_wide .swiper-button-prev2 {
    display: block;
    top: 35%;
    left: 15px;
    width: 50px;
    height: 50px;
  }
  .pre-inc .location_photo .swiper-button-next1, .pre-inc .location_photo_wide .swiper-button-next2 {
    display: block;
    top: 35%;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
.pre-inc {
  /***再開発***/
}
.pre-inc .re_park {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 80px;
  background: #e9e4d5;
  padding: 60px;
}
.pre-inc .re_park h4 {
  font-size: min(2.8vw, 22px);
  color: #806e20;
  line-height: 200%;
  margin-bottom: 20px;
}
.pre-inc .re_park h4 small {
  font-size: 60%;
}
.pre-inc .re_park h4 span {
  font-size: 60%;
  color: #000;
  letter-spacing: 0;
}
.pre-inc .re_park_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .re_park_in .re_park_text {
  width: 55%;
  font-size: min(1.5vw, 15px);
  line-height: 200%;
}
.pre-inc .re_park_in .re_park_text .cap {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
}
.pre-inc .re_park_in .re_park_image {
  width: 40%;
}
.pre-inc .re_park_in .re_park_image .cap {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pre-inc .re_park {
    width: 92%;
    margin: 0 auto 50px;
    padding: 30px;
  }
  .pre-inc .re_park h4 {
    font-size: min(3.8vw, 23px);
    color: #806e20;
    text-align: center;
    letter-spacing: 0;
  }
  .pre-inc .re_park h4 span {
    display: block;
  }
  .pre-inc .re_park_in {
    display: block;
  }
  .pre-inc .re_park_in .re_park_text {
    width: 100%;
    font-size: min(3vw, 15px);
    line-height: 200%;
    margin-bottom: 20px;
  }
  .pre-inc .re_park_in .re_park_image {
    width: 100%;
  }
}
.pre-inc {
  /**LIFEINFO***/
}
.pre-inc #location_lifeinfo {
  /*border-top: 1px solid #222;
  padding-top: 125px;*/
  padding-bottom: 80px;
}
.pre-inc #location_lifeinfo .map_contents {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 10px;
  text-align: center;
}
.pre-inc #location_lifeinfo .map_contents h3 {
  font-size: min(4.5vw, 85px);
  color: #e2e2e2;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}
.pre-inc #location_lifeinfo .maps {
  position: relative;
  /*padding-bottom: 122.5%;**/
}
.pre-inc #location_lifeinfo .maps .tab_map {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
  top: 0;
  width: 100%;
}
.pre-inc #location_lifeinfo .maps .tab_map.active {
  display: block;
}
.pre-inc #location_lifeinfo .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.pre-inc #location_lifeinfo .btns .tab_btn {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 25px 5px;
  font-size: 16px;
  color: #fff;
  background: #cdcdcd;
  font-family: "Cinzel", "Noto Serif JP", "A-OTF A1 Mincho Std", "A1 Mincho", "æ¸¸æ˜Žæœä½“", "Yu Mincho", serif;
  letter-spacing: 0.25em;
  font-weight: 400;
  width: 33.3333333333%;
  cursor: pointer;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pre-inc #location_lifeinfo .btns .tab_btn:first-child {
  border-left: 1px solid #fff;
}
.pre-inc #location_lifeinfo .btns .tab_btn.active {
  color: #fff;
  background: #806e20;
}
.pre-inc #location_lifeinfo .btns .tab_btn:hover {
  color: #fff;
  background: #806e20;
}
.pre-inc #location_lifeinfo .guides {
  position: relative;
  margin: 40px 0 0;
}
.pre-inc #location_lifeinfo .guides .guide {
  display: none;
}
.pre-inc #location_lifeinfo .guides .guide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pre-inc #location_lifeinfo .guides .guide .text01, .pre-inc #location_lifeinfo .guides .guide .text02 {
  width: 47%;
  justify-content: space-between;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pre-inc #location_lifeinfo .guides .guide .text01 {
  left: 0;
}
.pre-inc #location_lifeinfo .guides .guide .text02 {
  right: 0;
}
.pre-inc {
  /*
    #location_lifeinfo .guides #park_guide .text01 {
      width: 41.95%;
    }
    #location_lifeinfo .guides #park_guide .text02 {
      width: 52.05%;
    }
  */
}
.pre-inc .life_data_tet ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: min(1.1vw, 13px);
  letter-spacing: 0;
  font-weight: 400;
}
.pre-inc .life_data_tet ul li span {
  width: 65%;
  text-align: left;
}
.pre-inc .life_data_tet ul li small {
  font-size: 70%;
}
@media (max-width: 767px) {
  .pre-inc #location_lifeinfo .map_contents h3 {
    font-size: min(13vw, 85px);
    letter-spacing: 0.1em;
    margin-left: 5%;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .pre-inc #location_lifeinfo .map_contents {
    margin: 0 auto 5px;
  }
  .pre-inc #location_lifeinfo .btns {
    flex-wrap: wrap;
  }
  .pre-inc #location_lifeinfo .btns .tab_btn {
    font-size: min(3.5vw, 16px);
    letter-spacing: 0.05em;
    width: 50%;
    border-bottom: 1px solid #fff;
    padding: 20px 5px;
  }
  .pre-inc #location_lifeinfo .guides {
    margin: 20px 0 0;
  }
  .pre-inc #location_lifeinfo .guides .guide.active {
    flex-wrap: wrap;
  }
  .pre-inc #location_lifeinfo .guides .guide .text01, .pre-inc #location_lifeinfo .guides .guide .text02 {
    width: 100%;
  }
  .pre-inc .life_data_tet ul li {
    font-size: min(2.4vw, 14px);
    letter-spacing: 0;
  }
  .pre-inc .location_footimage span {
    bottom: 10px;
    right: 10px;
    left: 10px;
    text-align: left;
  }
}/*# sourceMappingURL=location.css.map */