@charset "UTF-8";
.pre-inc .top_contents {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .top_contents {
    padding-top: 45px;
  }
}
.pre-inc {
  /***メインビジュアル***/
}
.pre-inc .main_v {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.pre-inc .main_v .main_v_in {
  width: 100%;
  overflow: hidden;
}
.pre-inc .main_v .main_v_text {
  position: absolute;
  z-index: 2;
  width: 70%;
  left: 15%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_v .main_v_text {
    width: 90%;
    left: 5%;
  }
}
.pre-inc .main_v .mv_cap {
  position: absolute;
  color: #fff;
  font-size: 11px;
  right: 1em;
  bottom: 1em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_v .mv_cap {
    color: #333;
    bottom: -2em;
    right: 10px;
  }
}
.pre-inc {
  /***メインテキスト***/
}
.pre-inc .main_text {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_text {
    margin: 0 auto 30px;
  }
}
.pre-inc .main_text p {
  width: 100%;
  margin: 0 auto 15px;
}
.pre-inc .main_text h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: min(3.8vw, 50px);
}
@media screen and (max-width: 767px) {
  .pre-inc .main_text h3 {
    font-size: min(5.3vw, 50px);
    font-weight: 500;
  }
}
.pre-inc {
  /***キャンペーンバナー***/
}
.pre-inc .cp_wrapp {
  background: #F3F9FD;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .cp_wrapp {
    padding: 30px 0;
  }
}
.pre-inc .cp_wrapp .cp_single {
  width: 80%;
  max-width: 770px;
  margin: 0 auto;
}
.pre-inc {
  /***NEWトピック***/
}
.pre-inc .new_topic {
  margin-bottom: 130px;
  padding: 80px 0;
  background: #0D1A55;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
.pre-inc .new_topic .en_title {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: min(3.8vw, 40px);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .en_title {
    font-size: min(6.8vw, 40px);
  }
}
.pre-inc .new_topic h3 {
  color: #C8B78F;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: min(3.8vw, 50px);
  letter-spacing: -0.05em;
  margin-bottom: 50px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic h3 {
    font-size: min(7.8vw, 50px);
  }
}
.pre-inc .new_topic p {
  color: #fff;
  font-size: min(1.8vw, 16px);
  margin-bottom: 60px;
  text-align: center;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic p {
    font-size: min(2.8vw, 15px);
    margin-bottom: 30px;
  }
}
.pre-inc .new_topic .area_map {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto 60px;
  overflow: hidden;
  border-radius: 20px;
}
.pre-inc .new_topic .areaslide li {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .areaslide li {
    padding: 20px;
    margin: 0 15px;
  }
}
.pre-inc .new_topic .areaslide li .area_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .areaslide li .area_image {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.pre-inc .new_topic .areaslide li .area_image .cap {
  position: absolute;
  font-size: 11px;
  left: 15px;
  bottom: 15px;
  color: #fff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);*/
  text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .areaslide li .area_image .cap {
    font-size: min(1.9vw, 10px);
    left: 10px;
    bottom: 10px;
  }
}
.pre-inc .new_topic .areaslide li p {
  color: #333;
  font-size: min(1.6vw, 14px);
  margin-bottom: 0px;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .areaslide li p {
    font-size: min(2.4vw, 14px);
  }
}
.pre-inc .new_topic .areaslide li p sup {
  font-size: 70%;
}
.pre-inc .new_topic .slick-arrow.slick-prev-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/top_re/area_slide_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  top: 48%;
  left: 26%;
  transition: all 0.6s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .slick-arrow.slick-prev-icon {
    width: 40px;
    height: 40px;
    left: 10%;
  }
}
.pre-inc .new_topic .slick-arrow.slick-prev-icon:hover {
  transform: scale(0.9);
}
.pre-inc .new_topic .slick-arrow.slick-next-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/top_re/area_slide_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  top: 48%;
  right: 26%;
  transition: all 0.6s ease-out;
  cursor: pointer;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .pre-inc .new_topic .slick-arrow.slick-next-icon {
    width: 40px;
    height: 40px;
    right: 10%;
  }
}
.pre-inc .new_topic .slick-arrow.slick-next-icon:hover {
  transform: scale(0.9) rotate(180deg);
}
.pre-inc {
  /***コンテンツブロック***/
}
.pre-inc .bg_color {
  background: #F3F9FD;
  padding: 80px 0 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .pre-inc .bg_color {
    padding: 40px 0 20px;
    margin-bottom: 80px;
  }
}
.pre-inc .contents_block {
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  /*align-items: center;*/
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block {
    width: 86%;
    margin: 40px auto;
    gap: 0%;
    display: block;
  }
}
.pre-inc .contents_block .contents_en {
  position: absolute;
  z-index: 2;
  right: 3.5%;
  top: -5em;
  width: 8%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_en {
    right: 0;
    top: -1em;
    width: 16%;
  }
}
.pre-inc .contents_block.rig {
  flex-direction: row-reverse;
}
.pre-inc .contents_block.rig .contents_en {
  position: absolute;
  left: 3.5%;
  right: auto;
  top: -5em;
  width: 8%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block.rig .contents_en {
    left: 0;
    top: -2em;
    width: 16%;
  }
}
.pre-inc .contents_block .more_bt {
  border: 1px solid #0D1A55;
  width: 80%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .more_bt {
    width: 70%;
    margin: 40px auto;
  }
}
.pre-inc .contents_block .more_bt a {
  display: block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  color: #0D1A55;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: min(2.1vw, 26px);
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .more_bt a {
    font-size: min(4.8vw, 26px);
  }
}
.pre-inc .contents_block .more_bt a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/top_re/more_bt_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: auto;
  right: 12%;
  transform: translate(0%, -50%);
  transition: all 0.8s;
}
.pre-inc .contents_block .more_bt a:hover {
  letter-spacing: 0.1em;
}
.pre-inc .contents_block .more_bt a:hover::after {
  right: 8%;
}
.pre-inc .contents_block .contents_text {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_text {
    width: 76%;
  }
}
.pre-inc .contents_block .contents_text .big_title {
  margin-top: 35px;
  margin-bottom: 35px;
}
.pre-inc .contents_block .contents_text .big_title.resort {
  width: 80%;
}
.pre-inc .contents_block .contents_text p {
  font-size: min(1.5vw, 16px);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_text p {
    font-size: min(2.6vw, 15px);
  }
}
.pre-inc .contents_block .contents_text p sup {
  font-size: 60%;
  margin-left: -0.5em;
}
.pre-inc .contents_block .contents_text p sup.ml_non {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block.rig .contents_text {
    width: 70%;
    margin-left: 30%;
  }
}
.pre-inc .contents_block .contents_image {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_image {
    width: 100%;
  }
}
.pre-inc .contents_block .contents_image .caution {
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
.pre-inc .contents_block .contents_image .plan_image_in {
  background: #fff;
  margin: 0 auto;
  padding: 15px 0;
}
.pre-inc .contents_block .contents_image .plan_image_in .plan_slide_wrapp {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_image .plan_image_in .plan_slide_wrapp {
    width: 90%;
  }
}
.pre-inc .contents_block .contents_image .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/top_re/plan_slide_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  top: 48%;
  left: 5%;
  transition: all 0.6s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_image .slick-arrow {
    width: 30px;
    height: 30px;
    left: 5%;
  }
}
.pre-inc .contents_block .contents_image .slick-arrow:hover {
  transform: scale(0.9);
}
.pre-inc .contents_block .contents_image .slick-arrow.plan-prev-icon {
  background-image: url(../images/top_re/plan_slide_icon.svg);
}
.pre-inc .contents_block .contents_image .slick-arrow.plan-next-icon {
  background-image: url(../images/top_re/plan_slide_icon.svg);
  top: 48%;
  left: auto;
  right: 10%;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_block .contents_image .slick-arrow.plan-next-icon {
    width: 30px;
    height: 30px;
    right: 10%;
  }
}
.pre-inc .contents_block .contents_image .slick-arrow.plan-next-icon:hover {
  transform: scale(0.9) rotate(180deg);
}
.pre-inc .page_caution p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.pre-inc .en_in {
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.6s ease-out;
  transition-delay: 0.6s;
}
.pre-inc .en_in.on {
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=top_re.css.map */