@charset "UTF-8";
.pre-inc .drawer-hamburger-icon, .pre-inc .drawer-hamburger-icon::before, .pre-inc .drawer-hamburger-icon::after {
  background-color: #000;
}
.pre-inc .headerwhite .drawer-hamburger-icon, .pre-inc .headerwhite .drawer-hamburger-icon::before, .pre-inc .headerwhite .drawer-hamburger-icon::after {
  background-color: #fff;
}
.pre-inc .headerwhite.mv_move .drawer-hamburger-icon, .pre-inc .headerwhite.mv_move .drawer-hamburger-icon::before, .pre-inc .headerwhite.mv_move .drawer-hamburger-icon::after {
  background-color: #000;
}
.pre-inc #header h1 span {
  color: #000;
}
.pre-inc .headerwhite #header h1 span {
  color: #fff;
}
.pre-inc .headerwhite.mv_move #header h1 span {
  color: #000;
}
.pre-inc .p-plan {
  background: #fff;
}
.pre-inc .main_image {
  width: 100%;
  height: 100vh;
  /*position: fixed;*/
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0px, 0px) !important;
}
.pre-inc .image_in {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/value/main_v.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.pre-inc .image_in .main_intext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pre-inc .image_in .main_intext h3 {
  line-height: 1.5;
  font-size: min(4.7vw, 38px);
  margin: 0 auto 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #d7c393;
  text-align: center;
}
.pre-inc .image_in .main_intext p {
  font-size: min(4.7vw, 36px);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 200%;
}
.pre-inc .image_in .cap {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 11px;
  color: #fff;
}
.pre-inc {
  /***コンテンツ***/
}
.pre-inc .access_wrapp {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 80px;
  background: #fff;
}
.pre-inc .access_wrapp h3 {
  display: block;
  overflow: hidden;
  font-size: min(3vw, 26px);
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  color: #000;
}
.pre-inc .access_wrapp h3 sup {
  font-size: 60%;
}
.pre-inc .access_wrapp h3.subtitle {
  color: #071b35;
  overflow: hidden;
}
.pre-inc .access_wrapp h3 span {
  display: block;
  font-size: min(3.7vw, 35px);
  letter-spacing: 0.1em;
  line-height: 180%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #071b35;
}
.pre-inc .read_text {
  color: #000000;
  line-height: 200%;
  font-size: min(1.7vw, 16px);
  margin-bottom: 80px;
  overflow: hidden;
  text-align: center;
}
.pre-inc .read_text sup {
  font-size: 70%;
}
.pre-inc .read_text small {
  font-size: 70%;
}
.pre-inc .contents_bt {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 80px;
}
.pre-inc .contents_bt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .contents_bt ul li {
  width: 48%;
  background: #afafaf;
}
.pre-inc .contents_bt ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: min(2.8vw, 22px);
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  transition: all 0.4s;
}
.pre-inc .contents_bt ul li a:hover {
  background: #071b35;
  opacity: 1;
}
.pre-inc .contents_bt ul li.active {
  background: #071b35;
}
.pre-inc .contents_bt ul li.active a {
  pointer-events: none;
}
.pre-inc .page_caution {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 12px;
  word-break: break-all;
}
.pre-inc {
  /************access*************/
}
.pre-inc .bg_navy {
  background: #071b35;
  padding: 80px 0 100px;
}
.pre-inc .bg_navy.location_navy {
  padding-bottom: 50px;
}
.pre-inc .access_wrapp .bg_navy h3 {
  color: #7b6448;
}
.pre-inc .bg_navy .read_text {
  color: #fff;
}
.pre-inc .acces_info {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 150px;
}
.pre-inc .access_images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.pre-inc .access_images.in_location {
  margin: 0 auto 0px;
}
.pre-inc .access_images div {
  width: 25%;
  position: relative;
}
.pre-inc .access_images div .cap {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  text-shadow: -1px -1px 1px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.pre-inc .wide_image {
  width: 100%;
  margin: 0 auto 80px;
}
.pre-inc .wide_image .wide_cap {
  display: block;
  font-size: 11px;
  color: #fff;
  text-align: right;
  margin: 10px 15px;
}
.pre-inc .access_caution {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 150px;
  font-size: 11px;
  word-break: break-all;
  color: #fff;
}
.pre-inc .access_caution span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.pre-inc .taxi_price {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.pre-inc .taxi_price_caution {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 0px;
  font-size: 11px;
  word-break: break-all;
  color: #fff;
}
.pre-inc {
  /********LOCATION**********/
}
.pre-inc .location_contents_wrapp {
  padding: 100px 0 80px;
}
.pre-inc .round_map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
}
.pre-inc .location_photo {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.pre-inc .location_info_wrapp {
  padding: 100px 0 0;
}
.pre-inc #location_lifeinfo .map_contents {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto 10px;
  text-align: center;
}
.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: #071b35;
}
.pre-inc #location_lifeinfo .btns .tab_btn:hover {
  color: #fff;
  background: #071b35;
}
.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, 12px);
  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 #wrapper {
    /*height: 100svh;*/
  }
  .pre-inc .location_info_wrapp {
    padding: 50px 0 0;
  }
  .pre-inc #location_lifeinfo .map_contents h3 {
    font-size: min(6vw, 85px);
    letter-spacing: 0.1em;
    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;
  }
}
.pre-inc {
  /**********************animation**************************/
}
.pre-inc .Bottom_in {
  display: block;
  transition: all 0.7s;
  transform: translate(0px, 105%);
}
.pre-inc .Bottom_in.on {
  transform: translate(0px, 0px);
}
.pre-inc .Bottom_in_op {
  opacity: 0;
  transition: all 0.7s;
  transform: translate(0px, 25%);
}
.pre-inc .Bottom_in_op.on {
  opacity: 1;
  transform: translate(0px, 0px);
}
.pre-inc .flat_in {
  display: block;
  transition: all 0.8s;
  opacity: 0;
  transform: scale(1.1);
}
.pre-inc .flat_in.on {
  opacity: 1;
  transform: scale(1);
}
.pre-inc .fadein_up {
  -webkit-transform: translateY(6%);
  -ms-transform: translateY(6%);
  transform: translateY(6%);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0s;
}
.pre-inc .fadein_up.on {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .pre-inc .main_image {
    width: 100%;
    height: 80vh;
  }
  .pre-inc .image_in {
    background-image: url(../images/value/main_v_sp.jpg);
  }
  .pre-inc .image_in .main_intext {
    width: 96%;
  }
  .pre-inc .image_in .main_intext h3 {
    font-size: min(8.9vw, 58px);
  }
  .pre-inc .image_in .main_intext p {
    font-size: 22px;
  }
  .pre-inc .access_wrapp h3 {
    font-size: min(4.1vw, 36px);
    margin-bottom: 20px;
  }
  .pre-inc .access_wrapp h3 span {
    font-size: min(7.7vw, 36px);
  }
  .pre-inc .value_contents {
    width: 92%;
    padding: 5px 0 40px;
    margin-bottom: 40px;
  }
  .pre-inc .value_contents_in {
    width: 91%;
  }
  .pre-inc .read_text {
    font-size: min(2.8vw, 16px);
    margin-bottom: 40px;
  }
  .pre-inc .contents_bt {
    margin: 0 auto 40px;
  }
  .pre-inc .contents_bt ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pre-inc .contents_bt ul li a {
    padding: 10px 0;
    font-size: min(4.8vw, 22px);
  }
  .pre-inc .acces_info {
    width: 80%;
    margin: 0 auto 50px;
  }
  .pre-inc .access_images div {
    width: 50%;
    position: relative;
  }
  .pre-inc .access_images div .cap {
    right: 10px;
    bottom: 5px;
    font-size: 10px;
  }
  .pre-inc .bg_navy {
    padding: 50px 0 50px;
  }
  .pre-inc .location_photo {
    width: 90%;
    margin: 0 auto 40px;
  }
  .pre-inc {
    /***フロート***/
  }
  .pre-inc .float_wrapp .fw2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .pre-inc .float_wrapp .fw2_2 {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .pre-inc .float_wrapp .fw3 {
    width: 48%;
    margin-bottom: 30px;
  }
  .pre-inc .float_wrapp .fw3 p {
    text-align: center;
    line-height: 160%;
    padding-top: 10px;
    font-size: min(2.1vw, 12px);
  }
  .pre-inc .float_wrapp.mb20 {
    margin-bottom: 0;
  }
  .pre-inc .float_wrapp.population_fl {
    width: 90%;
    margin: 30px auto 10px;
  }
  .pre-inc .no1_wp {
    width: 90%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .pre-inc .glaph_wrapp {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .pre-inc .value_wrapp h5.glaph_title {
    font-size: min(4.3vw, 26px);
    padding: 10px 5px;
  }
  .pre-inc {
    /******/
  }
  .pre-inc .shop_title {
    color: #000000;
    overflow: hidden;
    font-size: min(4vw, 23px);
    margin-bottom: 20px;
    line-height: 270%;
  }
  .pre-inc .access_map {
    margin: 0 auto 40px;
  }
  .pre-inc .access_map.map_scllor {
    margin: 0 auto 40px;
    overflow: scroll;
  }
  .pre-inc .access_map.map_scllor img {
    width: 180%;
    max-width: inherit;
  }
  .pre-inc .glaph_wrapp_in.map_scllor {
    margin: 0 auto 10px;
    overflow: scroll;
  }
  .pre-inc .glaph_wrapp_in.map_scllor img {
    width: 180%;
    max-width: inherit;
  }
  .pre-inc .access_map .access_map_reference {
    margin-top: 30px;
    text-align: left;
  }
  .pre-inc .access_map_cap {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .pre-inc .access_map_cap.glaph {
    display: block;
    text-align: center;
    margin-bottom: 0px;
  }
  .pre-inc .shop_list_title {
    font-size: min(6vw, 30px);
  }
  .pre-inc {
    /******/
  }
  .pre-inc .shoutengai {
    display: block;
    margin-bottom: 40px;
  }
  .pre-inc .shoutengai .in_text {
    width: 100%;
    margin-bottom: 40px;
  }
  .pre-inc .shoutengai .in_image {
    width: 100%;
  }
  .pre-inc .page_caution {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 11px;
  }
  .pre-inc .shoutengai .in_text p {
    font-size: min(2.8vw, 16px);
  }
  .pre-inc .float_wrapp.population_fl .caption {
    text-align: left;
    font-size: min(2vw, 11px);
  }
  .pre-inc .population .caption {
    text-align: left;
    font-size: min(2vw, 11px);
  }
  .pre-inc .population .glaph_wrapp .caption {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: right;
    font-size: min(2vw, 11px);
  }
}

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