@charset "UTF-8";
.pre-inc .location_wrapp {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  position: relative;
  padding-top: 110px;
  padding-bottom: 80px;
  background: #000;
  overflow: hidden;
}
.pre-inc .location_wrapp img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.pre-inc .location_wrapp .mv {
  position: relative;
}
.pre-inc .location_wrapp .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;
}
.pre-inc .location_wrapp .mv h2 span {
  font-size: min(4.8vw, 50px);
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
}
.pre-inc .location_wrapp .mv figcaption {
  position: absolute;
  text-align: center;
  right: 15px;
  bottom: 1vw;
  margin: auto;
  padding: 0;
  color: #fff;
}
.pre-inc {
  /************/
}
.pre-inc .around_wrapp {
  position: relative;
}
.pre-inc .location_read_wrapp {
  background-image: url(../images/common/footer_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding-top: 100px;
}
.pre-inc .location_read_wrapp h2 {
  text-align: center;
  font-size: min(3.4vw, 33px);
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 180%;
}
.pre-inc .location_read_wrapp p {
  font-size: min(1.5vw, 15px);
  text-align: center;
  line-height: 220%;
  margin-bottom: 50px;
}
.pre-inc .ku_text {
  text-align: center;
  color: #000;
  line-height: 180%;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 20%;
  width: 100%;
}
.pre-inc .ku_text h3 {
  font-size: min(3.2vw, 32px);
  font-weight: 500;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.pre-inc .ku_text h3 sup {
  font-size: 40%;
}
.pre-inc .ku_text p {
  font-size: min(1.7vw, 18px);
  line-height: 200%;
}
.pre-inc .around_image_bg {
  filter: brightness(350%) blur(4px);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.pre-inc .around_image_bg.on {
  filter: brightness(100%) blur(0);
  opacity: 1;
}
.pre-inc .around_image {
  margin-top: -6%;
  position: relative;
}
.pre-inc .around_image .prot_image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 1.6s ease-in-out;
  opacity: 0;
  transform: translateY(40px);
}
.pre-inc .around_image .prot_image.on {
  opacity: 1;
  transform: translateY(0px);
}
.pre-inc .around_image .cap {
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}
.pre-inc .page_cap {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
  text-align: right;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .location_wrapp {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .pre-inc .location_read_wrapp h2 {
    font-size: min(4.8vw, 33px);
  }
  .pre-inc .location_read_wrapp p {
    font-size: min(2.5vw, 15px);
  }
  .pre-inc .ku_text {
    top: 10%;
  }
  .pre-inc .ku_text h3 {
    font-size: min(5.2vw, 30px);
    margin-bottom: 30px;
    line-height: 200%;
  }
  .pre-inc .ku_text p {
    font-size: min(3vw, 16px);
    line-height: 200%;
  }
  .pre-inc .around_image {
    margin-top: -6%;
  }
}
.pre-inc {
  /********コンテンツボックス*********/
}
.pre-inc .location_flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 80px;
}
.pre-inc .location_flexbox.reverse {
  flex-direction: row-reverse;
}
.pre-inc .location_flexbox .contents_text {
  width: 48%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 8vw;
  padding-right: 5%;
}
.pre-inc .location_flexbox.reverse .contents_text {
  padding-left: 5%;
}
.pre-inc .location_flexbox .contents_text h3 {
  color: #c1ac93;
  font-size: min(2.4vw, 23px);
  margin-bottom: 40px;
}
.pre-inc .location_flexbox .contents_text h3 small {
  font-size: 11px;
}
.pre-inc .location_flexbox .contents_text p {
  color: #fff;
  font-size: min(1.4vw, 15px);
  line-height: 200%;
}
.pre-inc .location_flexbox .contents_photo {
  width: 48%;
  /*flex: 1;*/
}
.pre-inc .location_flexbox .contents_photo .cap {
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: right;
  padding: 10px;
}
.pre-inc .location_flexbox.reverse .contents_photo .cap {
  text-align: left;
}
.pre-inc .location_flat_text {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
.pre-inc .location_flat_text h3 {
  color: #c1ac93;
  font-size: min(2.4vw, 23px);
  margin-bottom: 40px;
}
.pre-inc .location_flat_text p {
  color: #fff;
  font-size: min(1.36vw, 15px);
  line-height: 200%;
}
.pre-inc .flex_image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.pre-inc .flex_image div {
  width: 50%;
}
.pre-inc .flex_image div .cap {
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: left;
  padding: 10px;
}
.pre-inc .flex_image div.in_rig .cap {
  text-align: right;
}
.pre-inc .facility_wrapp {
  margin-top: 100px;
}
.pre-inc .facility_wrapp .shop_list_wrapp {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.pre-inc .facility_wrapp .facility_image {
  margin-top: -16%;
}
.pre-inc .facility_wrapp .facility_image .cap {
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: right;
  padding: 10px;
}
@media (max-width: 767px) {
  .pre-inc .location_flexbox {
    padding-top: 40px;
  }
  .pre-inc .location_flexbox .contents_text {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .pre-inc .location_flexbox .contents_text h3 {
    font-size: min(4vw, 26px);
    margin-bottom: 40px;
    line-height: 200%;
  }
  .pre-inc .location_flexbox .contents_text p {
    font-size: min(2.8vw, 15px);
  }
  .pre-inc .location_flexbox .contents_photo {
    width: 100%;
  }
  .pre-inc .location_flexbox.reverse .contents_photo .cap {
    text-align: right;
  }
  .pre-inc .location_flat_text {
    width: 100%;
    margin: 50px auto;
    text-align: center;
  }
  .pre-inc .location_flat_text h3 {
    font-size: min(4vw, 26px);
    margin-bottom: 40px;
    line-height: 200%;
  }
  .pre-inc .location_flat_text p {
    font-size: min(2.4vw, 15px);
  }
  .pre-inc .flex_image {
    width: 70%;
    margin: 0 auto;
  }
  .pre-inc .flex_image div {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .flex_image div .cap {
    text-align: right;
  }
}
.pre-inc {
  /****Shop List******/
}
.pre-inc .shop_list_wrapp {
  max-width: 1080px;
  width: 92%;
  margin: 80px auto 80px;
  background: #1a1a1a;
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap; /* 必要に応じて折り返し */
  gap: 40px; /* 列間のスペース */
}
.pre-inc .shop-section {
  flex: 1 1 45%; /* 基本的に2列、画面が狭いと1列 */
  min-width: 300px; /* 各セクションの最小幅 */
  box-sizing: border-box;
}
.pre-inc .shop-section.list_4f {
  transform: translateY(-14em);
}
.pre-inc .shop-section h2 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: min(2.8vw, 16px);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-inc .shop-section h2 span {
  font-size: min(2.3vw, 13px);
}
.pre-inc .shop-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.pre-inc .shop-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-size: min(1.4vw, 14px);
}
.pre-inc .shop-list li::before {
  content: "■";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .pre-inc .container {
    flex-direction: column;
    gap: 20px;
  }
  .pre-inc .shop_list_wrapp {
    margin: 80px auto 80px;
    background: #1a1a1a;
    padding: 40px 30px;
  }
  .pre-inc .shop-section {
    flex: 1 1 100%;
    min-width: unset;
  }
  .pre-inc .shop-list li {
    font-size: min(2.5vw, 14px);
  }
  .pre-inc .shop-section.list_4f {
    transform: translateY(0);
  }
}
.pre-inc {
  /***********access_map************/
}
.pre-inc .access_map {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 80px;
}
.pre-inc .access_map .access_map_arrow {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pre-inc .access_map {
    width: 98%;
    overflow: hidden;
  }
  .pre-inc .map_in {
    width: 180%;
    position: relative;
    transition: transform 0.2s ease;
  }
  .pre-inc .access_map .access_map_arrow {
    display: block;
    position: absolute;
    width: 12%;
    top: 40%;
    left: 2%;
  }
  .pre-inc .access_map .access_map_arrow.rig {
    left: auto;
    right: 2%;
    transform: rotate(180deg);
  }
}
.pre-inc {
  /****Event List******/
}
.pre-inc .event_image {
  max-width: 1080px;
  width: 92%;
  margin: 100px auto 80px;
}
.pre-inc .event_image .cap {
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: right;
  padding: 10px;
}
.pre-inc .event_list_wrapp {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 80px;
  background: #1a1a1a;
  padding: 40px 30px;
}
.pre-inc .event_list_title {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: min(2.8vw, 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}
.pre-inc .event_list_title span {
  font-size: min(2.3vw, 13px);
}
.pre-inc .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 列間のスペース */
  font-size: min(2.4vw, 14px);
}
.pre-inc .event-list .column {
  flex: 1; /* 各列が利用可能なスペースを均等に占める */
  min-width: 300px; /* 列の最小幅 */
  padding-right: 20px; /* 右側にスペース */
  box-sizing: border-box;
  position: relative;
}
.pre-inc .event-list .column::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 21%;
}
.pre-inc .event-list .month-group {
  margin-bottom: 25px;
  display: flex;
}
.pre-inc .event-list .month {
  font-weight: bold;
  font-size: 1.1em;
  width: 25%; /* 月の表示幅を固定 */
  flex-shrink: 0; /* 月の表示幅を固定 */
  color: #fff;
  text-align: center;
}
.pre-inc .event-list .events {
  flex-grow: 1;
  color: #fff;
  padding-left: 1em;
}
.pre-inc .event-list .events a {
  color: #ccc;
}
.pre-inc .event-list .event-item {
  margin-bottom: 8px;
  line-height: 1.6;
}
.pre-inc .event-list .event-item:last-child {
  margin-bottom: 0;
}
.pre-inc .event-list .event-item small {
  font-size: 70%;
}
@media (max-width: 767px) {
  .pre-inc .event_list_title {
    font-size: min(3.8vw, 18px);
  }
  .pre-inc .event_list_title span {
    font-size: min(3.3vw, 13px);
  }
  .pre-inc .event-list {
    gap: 0px;
    font-size: min(2.8vw, 15px);
  }
}
.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(2.5vw, 28px);
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.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: #252525;
  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: 2px solid #000;
  border-bottom: 2px solid #000;
}
.pre-inc #location_lifeinfo .btns .tab_btn:first-child {
  border-left: 1px solid #000;
}
.pre-inc #location_lifeinfo .btns .tab_btn.active {
  color: #fff;
  background: #c1ac93;
}
.pre-inc #location_lifeinfo .btns .tab_btn:hover {
  color: #fff;
  background: #c1ac93;
}
.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;
  color: #fff;
  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: 62%;
  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(4vw, 25px);
    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: 2px solid #000;
    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.6vw, 14px);
    letter-spacing: 0;
  }
  .pre-inc .location_footimage span {
    bottom: 10px;
    right: 10px;
    left: 10px;
    text-align: left;
  }
}
.pre-inc {
  /***フッターナビ***/
}
.pre-inc .ft-wrap .ft-area1 {
  padding: 50px 0 70px 0;
}

/*# sourceMappingURL=location_re.css.map */
