@charset "UTF-8";

@media screen and (max-width: 767px) {
  body:has(.snowresort_top) #wrapper_rn .shift_full .contents {
    padding-bottom: 0;
  }
}

#wrapper_rn .shift_full .contents
.snowresort_top .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .snowresort_top .pc {
    display: none;
  }
  .snowresort_top .sp {
    display: block;
  }
}
.snowresort_top .m-caution {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snowresort_top .m-caution {
    text-align: left;
  }
}
.snowresort_top .m-caution .inner {
  padding: 20px;
  border: 2px solid red;
}
.snowresort_top .m-caution h2 {
  font-size: 18px;
  font-weight: bold;
}
.snowresort_top .m-caution p {
  line-height: 1.8;
  font-size: 16px;
}
.snowresort_top .m-caution p a {
  text-decoration: underline;
}
.snowresort_top .m-caution p a:hover {
  text-decoration: none;
}
.snowresort_top .sec-mv {
  width: 100%;
  height: 720px;
  position: relative;
  text-align: center;
  background-image: url(../../img/index/img_mv.jpg);
  background-position: center;
  background-size: 1920px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-mv {
    height: auto;
    background: none;
  }
  .snowresort_top .sec-mv img {
    width: 100%;
  }
}

.snowresort_top .sec-mv-catch {
  position: absolute;
  top: 63px;
  right: 40px;
}
.snowresort_top .sec-mv-img {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.snowresort_top .sec-mv-ttl {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.snowresort_top .sec-mvInner {
  display: block;
  overflow: hidden;
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.snowresort_top .sec-mv_jr-logo {
  width: 50px;
  position: absolute;
  top: 20px;
  right: auto;
  left: 20px;
}
.snowresort_top .sec-mv_jr-logo img {
  width: 100%;
}
.snowresort_top .sec-mv_hokuriku-logo {
  width: 50px;
  position: absolute;
  top: 72px;
  right: auto;
  left: 20px;
  background: #fff;
}
.snowresort_top .sec-mv_hokuriku-logo img {
  width: 100%;
  padding: 5px 7px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .l-page .l-main img {
    width: 100%;
  }
  .snowresort_top .sec-mv {
    height: auto;
    background-position: center top;
    background-size: cover;
  }
  .snowresort_top .sec-mvInner {
    position: static;
  }
  .snowresort_top .sec-mv-catch {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 58vw;
    left: 0;
  }
  .snowresort_top .sec-mv-img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 33.5vw;
  }
  .snowresort_top .sec-mv-ttl {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .snowresort_top .sec-mv-catch img,.snowresort_top .sec-mv-ttl img {
    width: 100%;
    height: auto;
  }
}
.snowresort_top .sec-mv .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-mv .logo {
    top: 15px;
    right: 15px;
  }
  .snowresort_top .sec-mv .logo img {
    width: 35px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-mv_hokuriku-logo {
    width: 50px;
    top: 65px;
    right: 15px;
    left: auto;
  }
  .snowresort_top .sec-mv_jr-logo {
    width: 36px;
    top: 15px;
    right: auto;
    left: 15px;
  }
}
.snowresort_top .sec-news {
  position: relative;
  background-image: -ms-linear-gradient(0deg, rgb(34, 160, 255) 0%, rgb(0, 104, 183) 50%, rgb(34, 160, 255) 97%);
}
.snowresort_top .sec-news dl {
  display: flex;
  padding: 35px 0;
  color: #fff;

  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .snowresort_top .sec-news dl {
    padding: 35px 20px;
  }
}
.snowresort_top .sec-news dl dt {
  position: relative;
  padding-right: 33px;
  padding-left: 63px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1105px) {
  .snowresort_top .sec-news dl dt {
    min-width: 125px;
    width: 125px;
    margin-right: 10px;
    padding-right: 0;
  }
}
/* .snowresort_top .sec-news dl dt:before {
  content: "";
  width: 47px;
  height: 42px;
  position: absolute;
  top: -8px;
  left: 0;
  background-image: url(../../img/index/icon_attention.svg);
  background-position: center top;
  background-size: cover;
  z-index: 0;
} */
.snowresort_top .sec-news dl dd {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-news dl {
    padding: 20px 6.134vw;

    align-items: center;
  }
  .snowresort_top .sec-news dl dt {
    width: 55px;
    position: relative;
    padding-left: 0;
  }
  .snowresort_top .sec-news dl dt span {
    display: none;
  }
  .snowresort_top .sec-news dl dt:before {
    content: "";
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../img/index/icon_attention.svg);
    background-position: center top;
    background-size: cover;
    transform: translate(0, -50%);
    z-index: 0;
  }
  .snowresort_top .sec-news dl dd {
    font-size: 10px;
  }
}
.snowresort_top .sec-lead {
  position: relative;
  padding: 80px 0 0;
  background-image: url(../../img/index/bg_lead_map.png);
  background-position: 50% 0;
  /* transform: translate(0, -33px); */
}
.snowresort_top .sec-lead .lead-inner {
  padding-bottom: 650px;
  text-align: center;
}
.snowresort_top .sec-lead .lead-cont-ttl {
  margin: 0 0 44px;
}
.snowresort_top .sec-lead .lead-cont-txt {
  margin-bottom: 31px;
  color: #616366;
  line-height: 1.8181;
  font-size: 22px;
}
.snowresort_top .lead-cont-btn {
  display: flex;
  width: 322px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-image: -webkit-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  cursor: pointer;
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}
.snowresort_top .sec-lead .lead-cont-btn:hover {
  opacity: 0.8;
}
.snowresort_top .sec-lead .lead-cont-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}
.snowresort_top .sec-lead .lead-cont-btn::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  background: #fff;
  transform: rotate(45deg);
}
.snowresort_top .sec-lead .lead-cont-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -6px;
  background: #f04d72;
  transform: rotate(45deg);
}
.snowresort_top .sec-lead .object01 {
  position: absolute;
  bottom: 190px;
  left: 70%;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .snowresort_top .sec-lead .object01 {
    width: 21%;
    bottom: 25%;
    left: 80%;
  }
  .snowresort_top .sec-lead .object01 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-lead {
    padding: 4.4vw 0 0;
    background-image: url(../../img/index/bg_lead_map_sp.png);
    background-size: 100%;
  }

  .snowresort_top .sec-lead img {
    width: 100%;
  }

  .snowresort_top .sec-lead .lead-inner {
    padding-bottom: 99.3334vw;
    text-align: center;
  }
  .snowresort_top .sec-lead .lead-cont-ttl {
    margin: 0 0 10.13334vw;
  }
  .snowresort_top .sec-lead .lead-cont-txt {
    margin-bottom: 3.46666667vw;
    padding: 0 8vw;
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }
  .snowresort_top .sec-lead .lead-cont-btn {
    width: 76vw;
    height: 18.6667vw;
    font-size: 15px;
  }
  .snowresort_top .sec-lead .lead-cont-btn::before {
    width: 8px;
    height: 8px;
  }
  .snowresort_top .sec-lead .lead-cont-btn::after {
    width: 8px;
    height: 8px;
  }
  .snowresort_top .sec-lead .object01_sp {
    margin: 0 -20px 0;
  }
}
.snowresort_top .sec-movie {
  max-width: 1160px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px;
}
.snowresort_top .sec-movie .movie-inner {
  text-align: center;
}
.snowresort_top .sec-movie .movie-item {
  overflow: hidden;
  height: 0;
  position: relative;
  margin: -12px auto 0;
  margin-top: -12px;
  padding-top: 30px;
  padding-bottom: 47.4%;
}
@media screen and (max-width: 767px) {
  .snowresort_top .sec-movie .movie-item {
    max-width: 89.334vw;
  }
}
.snowresort_top .sec-movie .movie-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.snowresort_top .sec-movie .movie-item a {
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-movie img {
    width: 100%;
  }
  .snowresort_top .sec-movie .movie-cont-ttl {
    margin: 0 0 0;
  }
  .snowresort_top .sec-movie .movie-item {
    margin-top: 12px;
  }
}
.snowresort_top .setplan {
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .setplan {
    margin: 5vw auto;
  }
}
.snowresort_top .setplan .setplan-ttl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .setplan .setplan-ttl {
    margin-bottom: 3vw;
  }
}
.snowresort_top .setplan .bnrlist {
  display: flex;
  max-width: 870px;
  margin: auto;

  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .setplan .bnrlist {
    display: flex;
    max-width: 80vw;

    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .snowresort_top .setplan .bnrlist-item {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .snowresort_top .setplan .bnrlist-item+:last-child {
    margin: 4vw auto 0;
  }
}
.snowresort_top .setplan .bnrlist-item a:hover {
  opacity: 0.8;
}
.snowresort_top .footer-nav {
  background-color: #333;
}
.snowresort_top .footer-nav .nav {
  padding: 30px 85px;
  letter-spacing: -0.4em;
}
.snowresort_top .footer-nav .nav-item {
  display: inline-block;
  letter-spacing: normal;
}
.snowresort_top .footer-nav .nav-item+.nav-item {
  margin-left: 30px;
}
.snowresort_top .footer-nav .nav-item a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.snowresort_top .footer-nav .nav-item a:hover {
  text-decoration: underline;
}
.snowresort_top .footer-nav .nav-item a:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../../img/common/ico_blank.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .footer-nav .nav {
    padding: 17px 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .snowresort_top .footer-nav .nav-item+.nav-item {
    margin-left: 17px;
  }
  .snowresort_top .footer-nav .nav-item a {
    padding-right: 14px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
  }
  .snowresort_top .footer-nav .nav-item a:after {
    width: 8px;
    height: 8px;
    background: url("../../img/common/ico_blank.png") no-repeat;
    background-size: 8px;
  }
}
.snowresort_top #Footer {
  position: relative;
  padding: 30px;
  background: #fff;
}
.snowresort_top .ft_share {
  position: absolute;
  top: 38px;
  right: 35px;
}
.snowresort_top .ft_share dt,.snowresort_top .ft_share dd,.snowresort_top .ft_share li {
  float: left;
  line-height: 1;
}
.snowresort_top .ft_share img {
  vertical-align: bottom;
}
.snowresort_top .ft_share dt {
  padding: 8px 5px 0 0;
}
.snowresort_top .ft_share dt img {
  height: 12px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.snowresort_top .ft_share li {
  margin-left: 8px;
}
.snowresort_top .ft_share li img {
  width: 30px;
  height: 30px;
}
.snowresort_top .ft_sec {
  padding-right: 215px;
}
.snowresort_top .ft_sec .bnr {
  float: left;
  margin-left: 10px;
}
.snowresort_top .ft_sec .bnr li {
  float: left;
  padding-right: 30px;
}
.snowresort_top .ft_sec .bnr img {
  height: 50px;
}
.snowresort_top .ft_sec p.copyright {
  float: right;
  color: #b9b9b9;
  font-size: 12px;
}
.snowresort_top .ft_sec p.copyright span {
  display: block;
}
@media all and (max-width: 1220px) {
  .snowresort_top .ft_sec p.copyright {
    float: none;
    clear: both;
    padding: 15px 0 0 15px;
  }
}
@media all and (max-width: 767px) {
  .snowresort_top {
    /* .ft_sec */
  }
  .snowresort_top #Footer {
    padding: 0;
  }
  .snowresort_top #Footer img {
    width: auto;
  }
  .snowresort_top .ft_share {
    position: static;
    top: 0;
    right: auto;
    padding: 20px;
  }
  .snowresort_top .ft_share dl {
    width: 182px;
    margin: 0 auto;
  }
  .snowresort_top .ft_share dt {
    padding: 11px 5px 0 0;
  }
  .snowresort_top .ft_share dt img {
    height: 13px;
  }
  .snowresort_top .ft_share li {
    margin-left: 8px;
  }
  .snowresort_top .ft_share li img {
    width: 35px;
    height: 35px;
  }
  .snowresort_top .ft_sec {
    padding: 25px 15px 20px;
    background: #f0f0f0;
  }
  .snowresort_top .ft_sec .bnr {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .snowresort_top .ft_sec .bnr li {
    display: inline-block;
    float: none;
    padding: 0 7px 5px;
  }
  .snowresort_top .ft_sec .bnr img {
    max-height: 35px;
    height: auto;
  }
  .snowresort_top .ft_sec p.copyright {
    float: none;
    padding: 0;
    font-size: 9px;
    text-align: center;
  }
}
.snowresort_top .sec-recommend {
  padding: 110px 0 70px;
  background-image: url(../../img/index/bg_recommend.png);
  background-repeat: repeat;
}
.snowresort_top .sec-recommend .sec-recommend-hdg {
  line-height: 1;
  text-align: center;
}
.snowresort_top .sec-recommend .banner-list {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
.snowresort_top .sec-recommend .banner-list {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.snowresort_top .sec-recommend .banner-list-item {
  margin: 0;
}
.snowresort_top .sec-recommend .banner-list-item:nth-child(n+3) {
  margin-top: 17px;
}
.snowresort_top .sec-recommend .banner-list-item a {
  transition: 0.2s;
}
.snowresort_top .sec-recommend .banner-list-item a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .snowresort_top .sec-recommend .banner-list-item {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-recommend {
    padding: 24vw 0 18.6667vw;
  }
  .snowresort_top .sec-recommend .banner-list {
    justify-content: center;
  }
  .snowresort_top .sec-recommend .banner-list-item {
    margin: 0 0 20px;
  }
  .snowresort_top .sec-recommend .l-wrap {
    margin: 0 14px;
  }
}
.snowresort_top .active-obj {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.snowresort_top .active-obj.is-active {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.76, 0, 0.24, 1), transform 0.8s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.snowresort_top .coming {
  width: 1107px;
  margin-right: auto;
  margin-left: auto;
}
.snowresort_top .coming img {
  margin-top: 30px;
}
.snowresort_top .coming--02 img {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .coming {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .snowresort_top .coming img {
    max-width: 338px;
    width: 100%;
    margin-top: 0px;
  }
  .snowresort_top .coming--02 img {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.snowresort_top .sec-seasonal li.slick-slide .flex-area_travel {
  align-items: flex-start;
}
.snowresort_top .sec-seasonal .btn_set {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-seasonal .btn_set {
    margin-left: 0px;
  }
}
.snowresort_top .sec-bnr {
  display: table;
  margin: 20px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .snowresort_top .sec-bnr {
    display: table;
    width: 77vw;
    margin: 0 auto 0;
  }
}
.snowresort_top .sec-bnr:hover {
  opacity: 0.8;
}

.sec-bnrWrap {
  max-width: 1160px;
  width: 90%;
  margin: 60px auto 100px;
  padding: 50px 0;
  border-radius: 20px;
  text-align: center;
  background-color: #f0dbde;
}
@media only screen and (max-width: 767px) {
  .sec-bnrWrap {
    margin-bottom: 0;
    padding: 6.6666666667vw 0;
    border-radius: 2.6666666667vw;
  }
}

.sec-bnrTtl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-bnrTtl {
    width: 79.3333333333vw;
    margin: 0 auto 4vw;
  }
}

.sec-bnrTxt {
  margin-bottom: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-bnrTxt {
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

/*--------------------------------------------------------------------------
   pointPresent
---------------------------------------------------------------------------*/
.pointPresent {
  padding: 100px 0;
  background-color: #004191;
}
@media only screen and (max-width: 767px) {
  .pointPresent {
    margin-top: 0;
    padding: 13.3333333333vw 0;
  }
}
.pointPresent .pointPresent_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 25px 0 60px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_inner {
    width: 89.3333333333vw;
    padding: 3.3333333333vw 0 8vw;
    border-radius: 2.6666666667vw;
  }
}
.pointPresent .pointPresent_ttl {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_ttl {
    margin-bottom: 0.6666666667vw;
  }
}
.pointPresent .pointPresent_catch {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_catch {
    margin-bottom: 4vw;
  }
}
.pointPresent .pointPresent_txt {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_txt {
    margin-bottom: 3.3333333333vw;
    line-height: 1.6;
    font-size: 3.4666666667vw;
  }
}
.pointPresent .pointPresent_txtBold {
  color: #e60966;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_txtBold {
    font-size: 3.4666666667vw;
    font-size: 120%;
  }
}
.pointPresent .pointPresent_btn {
  display: flex;
  width: 510px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  background: rgb(33, 53, 154);
  background: linear-gradient(42deg, rgb(33, 53, 154) 0%, rgb(43, 179, 229) 100%);
  cursor: pointer;
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.pointPresent .pointPresent_btn::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  background: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_btn::before {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    margin-top: -0.8vw;
  }
}
.pointPresent .pointPresent_btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -6px;
  background: #2aa7de;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .pointPresent .pointPresent_btn::after {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    margin-top: -0.8vw;
  }
}
.pointPresent .pointPresent_btn:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   bnrArea
---------------------------------------------------------------------------*/
.bnrArea {
  margin-top: -33px;
  margin-bottom: 175px;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bnrArea {
    margin-top: 0;
    margin-bottom: 24.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
.bnrArea a {
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .bnrArea a {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.bnrArea a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   sec-plan
---------------------------------------------------------------------------*/
.sec-plan {
  position: relative;
  padding: 60px 0 140px;
  /* background-image: url(../../img/index/bg_plan.png); */
  /* background-repeat: repeat; */
  /* background-position: center 0; */
  /* transform: translate(0, -33px); */
}

/* .sec-plan::before {
  content: "";
  width: 100%;
  height: 398px;
  position: absolute;
  top: -180px;
  background-image: url(../../img/index/bg_plan_img.png);
  background-position: center top;
  z-index: 1;
} */

.sec-plan .l-wrap {
  z-index: 2;
}

.sec-plan .nav-anchor {
  position: relative;
  z-index: 1;
}

.sec-plan .nav-anchor ul {
  display: flex;
  width: 710px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);

  justify-content: space-between;
}

.sec-plan .nav-anchor-item {
  width: 195px;
  position: relative;
  bottom: 0;
  margin: 0;
  transition: 0.3s;
}

.sec-plan .nav-anchor-item a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.6s;
  transform: translateY(0);
}

.mode-pc .sec-plan .nav-anchor-item a:hover {
  opacity: 0.8;
  transform: translateY(10px);
}

.sec-plan .nav-anchor-item .btn {
  display: flex;
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0;
  bottom: -10px;
  margin: -27px auto 0;
  border-radius: 50%;
  font-size: 13px;
  background-color: #fff;
  z-index: 2;

  align-items: center;
  justify-content: center;
}

.sec-plan .nav-anchor-item .btn span {
  position: relative;
}

.sec-plan .nav-anchor-item .btn::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  border-width: 4px 2.5px 0 2.5px;
  border-style: solid;
}

.sec-plan .plan-inner {
  text-align: center;
}

.sec-plan .plan-cont-ttl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.sec-plan .plan-cont-ttl img {
  width: 100%;
}

.sec-plan .plan-cont-ttl--coming {
  margin-top: 110px;
}

.sec-plan .plan-item {
  margin-bottom: 220px;
}

.plan-cont-txt {
  width: auto;
  margin: -20px 0 25px 0;
  color: #616366;
  line-height: 2;
  font-size: 19px;
  text-align: center;
}

.sec-plan .plan-cont-img {
  max-width: 947px;
  margin: -50px auto 42px;
}

.sec-plan .plan-cont-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-plan {
    padding: 12.4vw 0 16vw;
  }

  .sec-plan img {
    width: 100%;
  }
  /* .sec-plan::before {
    content: "";
    width: 100%;
    height: 24.8vw;
    position: absolute;
    top: -23vw;
    left: 0;
    background-image: url(../../img/index/bg_plan_img_sp.png);
    background-position: center top;
    background-size: cover;
    z-index: 1;
  } */
  .sec-plan .l-wrap {
    z-index: 2;
  }
  .sec-plan .nav-anchor {
    position: relative;
    z-index: 1;
  }
  .sec-plan .nav-anchor ul {
    width: 325px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec-plan .nav-anchor-item img {
    width: 98px;
  }
  .sec-plan .plan-cont-ttl {
    max-width: 100vw;
    width: 100vw;
  }
  .sec-plan .plan-cont-ttl--coming {
    margin-top: 110px;
  }
  .sec-plan .plan-item {
    margin-bottom: 220px;
  }
  .plan-cont-txt {
    margin: 0 0 25px 0;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
  }
  .sec-plan .plan-cont-img {
    max-width: 100vw;
    margin: 0 auto 4.6vw;
  }
  .sec-plan .plan-cont-img img {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------
   sec-seasonal
---------------------------------------------------------------------------*/
.sec-seasonal {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.sec-seasonal .sec-seasonal-hdg {
  margin-bottom: 35px;
}

.sec-seasonal .slide {
  max-width: 100%;
  margin: 0 auto;
}

.sec-seasonal li.slick-slide {
  max-width: 1097px;
  width: 100%;
  position: relative;
  margin: 40px 20px;
  padding: 20px 55px 65px;
  border-width: 4px;
  border-style: solid;
  border-color: rgb(122, 198, 255);
  box-shadow: 6.71px 9.948px 18px 0px rgba(146, 165, 200, 0.5);
  background-color: rgb(255, 255, 255);
}

.sec-seasonal--02 li.slick-slide .slide-02 {
  width: 1079px;
  height: 500px;
  position: absolute;
  top: 0;
  left: -20px;
  margin: 0 20px 40px;
  padding: 0 70px 90px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-image: url("../../img/index/bg_slide_item_02_coming.png");
  background-size: 100% 100%;
}

.sec-seasonal--02 li.slick-slide {
  width: 1079px;
  height: 500px;
  position: relative;
  margin: 0 20px 40px;
  padding: 0 70px 90px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 6.71px 9.948px 18px 0px rgba(146, 165, 200, 0.5);
  background-image: url("../../img/index/bg_slide_item_02.png");
  background-size: 100% 100%;
}

.sec-seasonal li.slick-slide .logo {
  display: flex;
  position: relative;
  margin: 30px auto;
  z-index: 9;

  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
}

.sec-seasonal li.slick-slide .flex-area {
  display: flex;

  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal li.slick-slide .new-color {
    display: block;
    height: auto;
  }
  .sec-seasonal li.slick-slide .flex-area {
    display: block;

    align-items: center;
  }
}
.sec-seasonal li.slick-slide .pic {
  width: 40%;
  position: relative;
}

.sec-seasonal li.slick-slide .pic--full {
  width: 100%;
  position: relative;
}

.sec-seasonal li.slick-slide .pic .ico_slide {
  width: 144px;
  position: absolute;
  top: -80px;
  left: -30px;
}

.sec-seasonal--02 li.slick-slide .pic {
  width: 53%;
  margin-left: 12px;
}

.sec-seasonal li.slick-slide .pic img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal li.slick-slide .pic img {
    width: 100%;
  }
}
.sec-seasonal li.slick-slide .txt-area {
  width: 60%;
  height: 100%;
  padding-left: 30px;
  line-height: 2;
  text-align: left;

  align-items: stretch margin;
}

.sec-seasonal--02 li.slick-slide .txt-area {
  width: 45%;
  padding-left: 30px;
  line-height: 2;
  text-align: left;
}

.sec-seasonal li.slick-slide .txt-area .slide_ttl {
  color: #036dbd;
  font-family: 源ノ角ゴシック;
  font-size: 20px;
  font-weight: 500;
}

.sec-seasonal li.slick-slide .txt-area .slide_ttl span {
  display: block;
  margin-bottom: 5px;
  line-height: 1.8;
  font-size: 18px;
}

.sec-seasonal--02 li.slick-slide .txt-area .slide_ttl {
  margin-bottom: 8px;
  color: #0b6ecb;
  line-height: 1.522;
  font-size: 23px;
  font-weight: 500;
}

.sec-seasonal li.slick-slide .txt-area .slide_txt {
  line-height: 2.15;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .sec-seasonal li.slick-slide {
    max-width: 980px;
    padding: 20px 30px 65px;
  }
  .sec-seasonal li.slick-slide .pic .ico_slide {
    left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-seasonal li.slick-slide {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-seasonal li.slick-slide {
    max-width: 100%;
    margin: 10px 10px 40px;
    padding: 20px 20px 25px;
  }
  /* .sec-seasonal--02 li.slick-slide {
  	margin: 0 10px 40px;
  	padding: 0 20px 20px;
  	background-image: url('../../img/index/bg_slide_item_02_coming_sp.png');
  	height: 88vw;
  } */
  .sec-seasonal--02 li.slick-slide {
    height: auto;
    margin: 0 10px 40px;
    padding: 0 20px 35px;
    background-image: url("../../img/index/bg_slide_item_02_sp.png");
  }
  .sec-seasonal--02 li.slick-slide .slide-02 {
    width: 100%;
    height: 620.59px;
    position: absolute;
    border: none;
    background-image: url("../../img/index/bg_slide_item_02_sp.jpg");
    background-size: 100% 100%;
  }
  .sec-seasonal li.slick-slide .pic {
    width: 100%;
    margin-bottom: 18px;
  }
  .sec-seasonal--02 li.slick-slide .pic {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .sec-seasonal li.slick-slide .txt-area {
    width: 100%;
    padding-left: 0;
    line-height: 2;
    text-align: left;
  }
  .sec-seasonal--02 li.slick-slide .txt-area {
    width: 100%;
    padding-left: 0;
    line-height: 2;
    text-align: left;
  }
  .sec-seasonal li.slick-slide .txt-area .slide_ttl {
    min-height: 52px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: -0.03em;
  }
  .sec-seasonal--02 li.slick-slide .txt-area .slide_ttl {
    margin-bottom: 10px;
    color: #0b6ecb;
    line-height: 1.522;
    font-size: 18Px;
    font-weight: 500;
  }
  .sec-seasonal li.slick-slide .txt-area .slide_ttl span {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
  }
  .sec-seasonal li.slick-slide .pic .ico_slide {
    width: 72px;
    position: absolute;
    top: -35px;
    left: -15px;
  }
}
.sec-seasonal .slick-dots {
  display: flex;
  position: relative;
  margin-top: -10px;

  align-items: center;
  justify-content: center;
}

.sec-seasonal .slick-dots li {
  width: 21px;
  height: 21px;
  position: relative;
  margin: 0 10px;
  border-radius: 50%;
  box-shadow: 3.355px 4.974px 16px 0px rgba(117, 147, 177, 0.52);
  text-indent: -9999px;
  background-color: rgb(241, 248, 255);
  cursor: pointer;
  transition: 0.3s;
}

.sec-seasonal .slick-dots li.slick-active {
  background-color: #26a9e9;
}

.sec-seasonal .slick-dots li:hover {
  background-color: #26a9e9;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal .slick-dots {
    margin-top: -20px;
  }
  .sec-seasonal .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 6px;
    cursor: default;
  }
  .sec-seasonal li.slick-slide .logo {
    width: 112px;
    margin: 0 auto 20px;
  }
  .sec-seasonal li.slick-slide .logo img {
    width: 100%;
  }
  .sec-seasonal--02 li.slick-slide .logo {
    width: 100%;
    margin: 20px auto 20px;
  }
}
.sec-seasonal .btn {
  display: flex;
  width: 311px;
  height: 67px;
  position: relative;
  margin-top: 37px;
  box-shadow: 3.268px 5.032px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  background-image: -moz-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  background-image: -webkit-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  background-image: -ms-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}

.sec-seasonal .btn:hover {
  opacity: 0.8;
}

.sec-seasonal .btn::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  background: #fff;
  transform: rotate(45deg);
}

.sec-seasonal .btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -6px;
  background: #f25872;
  transform: rotate(45deg);
}

.sec-seasonal .btn a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}

.sec-seasonal .btn.cs {
  background: #c7c7c7;
  pointer-events: none;
}

.sec-seasonal .btn.cs:before,.sec-seasonal .btn.cs:after {
  display: none;
}

.sec-seasonal--02 .btn {
  width: 250px;
  margin-top: 18px;
}

.sec-seasonal .btn_dl {
  margin-top: 19px;
}

.sec-seasonal .btn_flex {
  display: flex;

  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .sec-seasonal .btn_flex {
    min-height: 258px;
  }
}
.new-color .btn {
  border-radius: 0px;
  background-image: -ms-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);

  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.new-color .btn::after {
  content: none;
}

.new-color .btn::before {
  content: none;
}

.new-color .btn::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #f25872;
  transform: rotate(45deg);
}

.sec-seasonal .book {
  margin: 9px 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal .btn_dl {
    padding-right: 0;
  }
  .sec-seasonal .btn_dl::before {
    right: 20px;
  }
  .sec-seasonal .btn_dl::after {
    right: 23px;
  }
  .sec-seasonal .btn_flex {
    display: block;
  }
  .sec-seasonal .book {
    margin: 35px 10px 10px;
  }
  .sec-seasonal .book img {
    width: 150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-seasonal .btn {
    width: 100%;
    height: 57px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .sec-seasonal .btn {
    width: 100%;
  }
}
.sec-seasonal .btn span {
  position: relative;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal .btn span {
    padding-right: 10px;
  }
}
.sec-seasonal .btn span::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  border-width: 2.5px 0 2.5px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
}

@media only screen and (max-width: 767px) {
  .sec-seasonal .btn span::before {
    border-width: 2px 0 2px 4px;
  }
}
/*--------------------------------------------------------------------------
    sec-spot
---------------------------------------------------------------------------*/
.sec-spot {
  position: relative;
}

.family_spotTtl {
  margin: 100px 0 30px;
}
@media screen and (max-width: 767px) {
  .family_spotTtl {
    margin-top: 23vw;
    margin-bottom: 2.6666666667vw;
  }
}

.sec-spot .sec-spotTtl {
  margin-bottom: 37px;
}

.Sec-spotSubTtl {
  margin-bottom: 20px;
}
.Sec-spotSubTtl.spot_ttl {
  margin-top: 65px;
}
.Sec-spotSubTtl img {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .Sec-spotSubTtl {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-spot .sec-spotTtl {
    margin-bottom: 0;
    margin-bottom: 4vw;
  }
  .sec-spot .sec-spotTtl img {
    margin-top: -8vw;
  }
}
.sec-spot img {
  width: 100%;
}

/* .sec-spot::before {
  content: "";
  width: 100%;
  height: 313px;
  position: absolute;
  top: -178px;
  background-image: url(../../img/index/bg_spot_img.png);
  background-position: center top;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec-spot::before {
    height: 30.5333333333vw;
    top: -30.5333333333vw;
    background-image: url(../../img/index/bg_spot_img_sp.png);
    background-size: 100vw;
  }
} */
/* .sec-spot .l-wrap {
  padding-bottom: 100px;
  background-image: url(../../img/index/bg_spot.png);
  background-repeat: repeat;
  background-position: center 0;
  z-index: 2;
} */

@media screen and (max-width: 767px) {
  .sec-spot .l-wrap {
    padding-bottom: 13.3333333333vw;
  }
}
.spot-inner {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spot-inner {
    max-width: 100%;
  }
}
li.spot_box {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  li.spot_box {
    margin: 0 5.334vw 8vw;
  }
}
li.spot_box:last-child {
  margin-bottom: 0;
}

.spot_info {
  padding: 0px 60px 15px;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}

@media screen and (max-width: 1000px) {
  .spot_info {
    padding: 16px 30px 21px;
  }
}
@media screen and (max-width: 767px) {
  .spot_info {
    padding: 0 5.334vw 0;
  }
  .sec-spot .spot_info {
    padding: 3vw 5.334vw 0.667vw;
  }
  .sec-spotInfo .spot_info {
    padding: 0 5.334vw 3.734vw;
  }
}
/* .friend .spot_info {
  background-image: url(../../img/index/bg_friend_repeat_pc.png);
}

@media screen and (max-width: 767px) {
  .friend .spot_info {
    background-image: url(../../img/index/bg_friend_repeat_sp.png);
  }
}
.family .spot_info {
  background-image: url(../../img/index/bg_family_repeat_pc.png);
}

@media screen and (max-width: 767px) {
  .family .spot_info {
    background-image: url(../../img/index/bg_family_repeat_sp.png);
  }
} */

.spot_info .spot_name {
  margin-bottom: 30px;
  color: #1578d5;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .spot_info .spot_name {
    white-space: unset;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .spot_info .spot_name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .spot_info .spot_name {
    margin-bottom: 3.6vw;
    font-size: 4.4vw;
  }
  .spot_info .spot_name span {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
  }
}
.spotInner {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .spotInner {
    display: block;
  }
}
.spotInner .simple-slider {
  max-width: 470px;
  width: 45.2%;
  margin-top: 6px;
  margin-right: 5.7695%;
}

@media screen and (max-width: 767px) {
  .spotInner .simple-slider {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4.5334vw;
  }
}
.spotInner .spot_txtBox {
  width: 49.039%;
}

@media screen and (max-width: 767px) {
  .spotInner .spot_txtBox {
    width: 100%;
  }
}
.spotInner .spot_txtBox .spot_txt {
  line-height: 1.625;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .spotInner .spot_txtBox .spot_txt {
    line-height: 1.538;
    font-size: 3.466vw;
  }
}
.spotInner .spot_txtBox .spot_additional {
  margin: 15px 0 20px;
  padding: 16px 20px 13px;
  line-height: 1.7;
  font-size: 14px;
  background-color: #ffeded;
}

.table_ttl {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .spotInner .spot_txtBox .spot_additional {
    margin: 2.8vw 0 4.5vw;
    padding: 3.2vw 4vw 2.933vw;
    line-height: 1.54;
    font-size: 2.9334vw;
  }
}
li.spot_box .slick-dots {
  display: flex;
  position: relative;
  margin-top: 0;

  align-items: center;
  justify-content: center;
}

li.spot_box .slick-dots li {
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: 15px;
  margin-right: 7px;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  li.spot_box .slick-dots li {
    width: 1.8667vw;
    height: 1.8667vw;
    margin-top: 2.667vw;
    margin-right: 1.334vw;
  }
}
li.spot_box .slick-dots li:last-child {
  margin-right: 0;
}

li.spot_box .slick-dots li.slick-active {
  background-color: #26a9e9;
}

li.spot_box .slick-dots li:hover {
  transition: 0.3s;
}

li.spot_box .dot_none .slick-dots {
  display: none;
}

li.spot_box .btn01 {
  display: flex;
  width: 100%;
  height: 70px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  background: rgb(229, 9, 115);
  background: linear-gradient(0deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  transition: 0.3s;

  align-items: center;
  justify-content: center;
}
li.spot_box .btn01:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  li.spot_box .btn01 {
    height: 13.334vw;
    margin-bottom: 2vw;
    box-shadow: 0px 1px 3px -1px #777;
    font-size: 3.466vw;
    letter-spacing: 0;
  }
}
li.spot_box .spot_btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../../img/index/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

li.spot_box .btn02 {
  width: 400px;
  height: 60px;
  box-shadow: 3.268px 5.032px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  background-image: -ms-linear-gradient(82deg, rgb(33, 53, 154) 0%, rgb(43, 179, 229) 100%);
}

@media screen and (max-width: 767px) {
  li.spot_box .btn02 {
    width: 47.734vw;
    height: 9.334vw;
    font-size: 2.933vw;
    letter-spacing: 0;
  }
}
.trip_btnWrap {
  display: flex;
  margin: 40px 0 60px;

  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .trip_btnWrap {
    margin: 5.334vw 0 8vw;
  }
}
.trip_spWrap {
  display: contents;
}

@media screen and (max-width: 767px) {
  .trip_spWrap {
    display: block;
  }
}
.trip_btnWrap .logo_btn {
  width: 200px;
}

li.spot_box .spot_btn.logo_btn::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .trip_btnWrap .logo_btn {
    width: 26.667vw;
    margin-right: 4vw;
  }
}
.trip_btnWrap a {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .trip_btnWrap a {
    margin-right: 0;
  }
}
.trip_btnWrap a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .trip_btnWrap a:last-child {
    margin-top: 1.334vw;
  }
}
.shortly_spot {
  padding: 30px 40px 40px;
  border-radius: 20px;
  background-color: #fefdeb;

  flex-wrap: wrap;
}

@media screen and (max-width: 1180px) {
  .shortly_spot {
    padding: 30px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .shortly_spot {
    padding: 6.667vw 4vw 5.334vw;
    border-radius: 2.667vw;
  }
}
.shortly_spot .shortly_ttl {
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shortly_spot .shortly_ttl {
    margin-bottom: 5.334vw;
  }
}
.shortly_spot .shortly_ttl img {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .shortly_spot .shortly_ttl img {
    width: 100%;
  }
}
.shortly_spot .simple-slider {
  width: 49%;
  margin-top: 16px;
  margin-right: 4.167%;
}

@media screen and (max-width: 1180px) {
  .shortly_spot .simple-slider {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .shortly_spot .simple-slider {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
.shortly_spot .spot_txtBox {
  width: 46.875%;
}

@media screen and (max-width: 767px) {
  .shortly_spot .spot_txtBox {
    width: 100%;
  }
}
.shortly_spot .spot_txtBox .spot_name {
  margin-bottom: 6px;
  line-height: 2.14;
  font-size: 28px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .shortly_spot .spot_txtBox .spot_name {
    margin-bottom: 0;
    line-height: 1.73;
    font-size: 5.6vw;
    text-align: center;
  }
}
.shortly_spot .spot_txtBox .spot_name span {
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .shortly_spot .spot_txtBox .spot_name span {
    display: block;
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .shortly_spot .spot_txtBox .spot_name span {
    font-size: 3.2vw;
  }
}
.shortly_spot .spot_txtBox .spot_additional {
  background-color: #fff;
}

.reverse .spotInner {
  flex-direction: row-reverse;
}

.reverse .spotInner .simple-slider {
  margin-right: 0;
  margin-left: 5.7695%;
}

@media screen and (max-width: 767px) {
  .reverse .spotInner .simple-slider {
    margin-left: 0;
  }
}
.reverse .shortly_spot .simple-slider {
  margin-right: 0;
  margin-left: 4.167%;
}

@media screen and (max-width: 1180px) {
  .reverse .shortly_spot .simple-slider {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .reverse .shortly_spot .simple-slider {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-spot .list03 .spot_info .spot_name {
    letter-spacing: 0;
  }
}
.comingsoon {
  display: flex;
  max-width: 1040px;
  height: 170px;
  margin: 0 auto;
  color: #8db0d8;
  font-size: 31px;
  font-weight: bold;
  background-color: #fff;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .comingsoon {
    width: 89.3333333333vw;
    height: 22.6666666667vw;
    font-size: 4vw;
  }
}

.family .spotInner .spot_txtBox .spot_additional {
  background-color: #e4f6f5;
}


/**********add 2024 1213*/

.sec-plan .plan_listWrap {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;

  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.sec-plan .plan_listWrap li {
  max-width: 360px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 27px 3px rgba(0, 98, 163, 0.1);
  background-color: #fff;
}

.sec-plan .plan_listWrap .planList_head {
  display: flex;
  margin-bottom: 20px;

  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}


.sec-plan .plan_listWrap  .planList_head .logo {
  width: 100%;
}

.sec-plan .plan_listWrap .plan01 .planList_head .logo {
  max-width: 120px;
}

.sec-plan .plan_listWrap .plan02 .planList_head .logo {
  max-width: 112px;
}

.sec-plan .plan_listWrap .planList_head .posterImg {
  max-width: 130px;
  width: 100%;
}

.sec-plan .plan_listWrap a+a {
  margin-top: 10px;
}


.btn {
  display: block;
  position: relative;
  padding: 20px;
  color: #fff !important;
  line-height: 1.667;
  font-size: 18px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(82deg, rgb(229, 9, 115) 0%, rgb(246, 112, 113) 100%);
  transition: 0.3s;
}

.btn::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .sec-plan .plan_listWrap {
    display: block;
    max-width: 89.33333333vw;
  }

  .sec-plan .plan_listWrap li {
    max-width: 100%;
    padding: 6.66666667vw 5.33333333vw;
    border-radius: 2.66666667vw;
    box-shadow: 0px 0px 3.6vw 0.4vw rgba(0, 98, 163, 0.1);
  }

  .sec-plan .plan_listWrap li+li {
    margin-top: 5.33333333vw;
  }

  .sec-plan .plan_listWrap .planList_head {
    margin-bottom: 4vw;

    gap: 10vw;
  }

  .sec-plan .plan_listWrap .plan01 .planList_head .logo {
    max-width: 32vw;
  }

  .sec-plan .plan_listWrap .plan02 .planList_head .logo {
    max-width: 29.86666667vw;
  }

  .sec-plan .plan_listWrap .plan03 .planList_head .logo {
    max-width: 32vw;
  }

  .sec-plan .plan_listWrap .planList_head .posterImg {
    max-width: 31.733333333333334vw;
  }

  .sec-plan .plan_listWrap a+a {
    margin-top: 1.33333333vw;
  }

  .btn {
    padding: 3.73333333vw;
    font-size: 13px;
  }

  .btn::after {
    width: 0.93333333vw;
    height: 0.93333333vw;
    right: 4vw;
    border-top: 0.26666667vw solid #fff;
    border-right: 0.26666667vw solid #fff;
  }
}



/**********add 2025 1212*/

.btn_comingsoon {
  display: block;
  position: relative;
  padding: 20px;
  color: #fff !important;
  line-height: 1.667;
  font-size: 18px;
  font-weight: 600;
  background-color: #ccc !important;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .btn_comingsoon {
    padding: 3.73333333vw;
    font-size: 13px;
  }
}