@charset "utf-8";

/* !!!!!!!!!!!!!!!!!!!!!!!ぶっ飛びツアーのタグはコチラです !!!!!!!!!!!!!!!!!!!!!!!*/
.pick-up_tag {
  gap: 3px;
}

.pick-up_lift_tag {
  font-size: 12px;
  background-color: #bf0a4a;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

.pick-up_goto_tag {
  font-size: 12px;
  background-color: #1ca3ff;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

/* !!!!!!!!!!!!!!!!!!!!!!!その他のタグはコチラです !!!!!!!!!!!!!!!!!!!!!!!*/
.trip_card_tag-wrap {
  gap: 2%;
  flex-wrap: wrap;
}

.trip_tag {
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  width: 30%;
  min-width: 100px;
  margin-top: 10px;
  text-align: center;
  height: 50px;
  vertical-align: middle;
}

/* GOTO */
.trip_tag.goto_tag {
  background-color: #1ca3ff;
  padding-top: 12px;
}

/* 温泉 */
.trip_tag.onsen_tag {
  background-color: #ff98ae;
  position: relative;
  padding-top: 12px;
  padding-left: 7px;
  text-align: left;
}

.trip_tag.onsen_tag::before {
  content: "";
  background-image: url(../images/onsen.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 5px;
  vertical-align: middle;
  margin-right: 5px;
}

/* リフト滞在中付 */
.trip_tag.lift_tag {
  background-color: #00bfff;
  line-height: 1.2em;
  padding-top: 6px;
}

.trip_tag.lift_tag span {
  display: block;
  text-align: center;
}

/* ゲレンデまで */
.trip_tag.slope_tag {
  background-color: #ff98ae;
  line-height: 1.2em;
  padding-top: 5px;
}

.trip_tag.slope_tag span {
  display: block;
  text-align: center;
}

.trip_tag.slope_tag span:first-of-type {
  font-size: 14px;
}

.trip_tag.slope_tag span:nth-of-type(2) {
  font-size: 20px;
  color: #fcff00;
}

/* ゲレンデサイド */
.trip_tag.slopeside_tag {
  color: #fcff00;
  background-color: #ff98ae;
}

.trip_tag.slopeside_tag span {
  display: block;
  text-align: center;
  line-height: 0.8em;
  padding-top: 8px;
}

/* シャトルバス */
.trip_tag.shuttle_tag {
  background-color: #ff98ae;
  line-height: 1.2em;
  padding-top: 5px;
}

.trip_tag.shuttle_tag span {
  display: block;
  text-align: center;
}

.trip_tag.shuttle_tag span:first-child {
  font-size: 14px;
}

.trip_tag.shuttle_tag span:nth-of-type(2) {
  color: #fcff00;
}

/* !!!!!!!!!!!!!!!!!!!!!!!タグはここまで!!!!!!!!!!!!!!!!!!!!!!!*/
/* 共通 */
.flex {
  display: flex;
}

/* slick */
.slick-prev {
  left: 5vw !important;
  z-index: 30;
}

.slick-next {
  right: 8vw !important;
}

.slick-prev:before, .slick-next:before {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 28px !important;
  opacity: 1 !important;
  color: #fdff54 !important;
  font-weight: 900;
  background-color: #003459;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 15px;
}

.slick-next:before {
  content: "\f054" !important;
}

.slick-next:before {
  content: "";
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #001e33;
}

a.Slope_link {
  color: #fff;
  transition: .3s all;
}

a.Slope_link:hover {
  opacity: .6;
}

/* ぶっ飛び以外のツアー */
.section_title {
  text-align: center;
  margin: 30px 0 0 0;
}

.section_title h2 {
  padding: 8px 0;
  font-size: 58px;
  text-align: center;
}

.uline {
  padding-bottom: 8px;
  border-bottom: 3px solid #000;
  display: inline-block;
}

.section_title h2 i {
  margin-right: 20px;
}

.section_inner {
  max-width: 1240px;
  margin: 10px auto 0;
  padding: 0 20px;
  position: relative;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: center;
}

.trip_card {
  background-color: #fff;
  max-width: 32%;
  min-width: 380px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 9px 0px rgba(0, 51, 86, 0.15);
}

.trip_card_top {
  background-color: #003356;
  color: #fff;
  padding: 15px;
  font-size: 23px;
  font-weight: 900;
  align-items: center;
}

.prefecture {
  background-color: #fff;
  color: #001e33;
  font-size: 20px;
  padding: 3px 5px;
  margin-right: 20px;
  text-align: center;
  white-space: nowrap;
}

.trip_card_bottom {
  padding: 20px;
}

.trip_card_bottom img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
  display: block;
}

.trip_card_txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.trip_card_bottom dl {
  margin-bottom: 5px;
}

.trip_card_bottom dt {
  background-color: #202d6a;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 110px;
  text-align: center;
}

.trip_card_bottom dd {
  color: #202d6a;
  font-size: 18px;
}

a.trip_day_link {
  display: block;
  border-radius: 8px;
  background-color: #cc1436;
  padding: 5px;
  color: #fff;
  text-align: center;
  transition: all .3s;
  box-shadow: 0px 5px 9px 0px rgba(0, 51, 86, 0.15);
}

a.trip_day_link:hover {
  opacity: .6;
}

.tour-section_link_wrap {
  padding: 5px 20px 20px;
}

a.tour-section_link {
  font-size: 25px;
  padding: 10px;
  color: #001e33;
  max-width: 850px;
  margin: 0 auto 0;
  display: block;
  text-align: center;
  border: 3px solid #001e33;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}

a.tour-section_link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: .3s all;
}

a.tour-section_link:hover::before {
  right: 30px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !宿泊ツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.hotel-name {
  font-size: 25px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  border-left: 3px solid #003356;
  transition: .3s all;
}

.hotel-name:hover {
  opacity: .6;
}

.trip_stay_link_wrap {
  justify-content: space-between;
  margin-top: 20px;
}


a.trip_stay_link:hover {
  opacity: .6;
}

/* ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !ヘッダー(メインビジュアル含む)! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.pc-mv {
  position: relative;
}

.pc-mv img {
  width: 100%;
}

.sp-mv {
  display: none;
}

.header_logo img {
  position: absolute;
  display: block;
  z-index: 10;
  top: 20px;
  left: 35px;
  max-width: 350px;
  width: 18vw;
}

#gnav {
  max-width: 1240px;
  padding: 0 20px;
  margin: -50px auto 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

#gnav.sticky {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

.gnav_list {
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.global-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #003459;
  min-width: 165px;
  height: 90px;
  padding: 22px 10px;
  line-height: 1.7em;
  border-radius: 20px;
}

/* .global-item:first-of-type a {
  background-color: #bf0a4a;
  justify-content: center;
} */

.global-item a span {
  display: block;
  text-align: center;
  font-size: 25px;
}

.global-item a span.font-small {
  font-size: 18px;
}

.COVID‑19_link_wrap {
  padding: 0 20px;
}

.COVID‑19_link {
  font-size: 23px;
  padding: 10px;
  color: #001e33;
  max-width: 850px;
  margin: 23px auto 0;
  display: block;
  text-align: center;
  border: 3px solid #001e33;
  border-radius: 30px;
  position: relative;
}

.COVID‑19_link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: .3s all;
}

.COVID‑19_link:hover::before {
  right: 30px;
}

/* ROADPLAN名物　ぶっ飛びツアー */
.pick-up_section {
  background-color: #bf0a4a;
  margin-top: 65px;
  padding: 65px 0;
}

.pick-up_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.pick-up_inner::before {
  content: "PICK UP";
  font-size: 7vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}

.pick-up_section_title {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}

.pick-up_section_title span:nth-of-type(2) {
  padding-left: 20px;
}

.pick-up_box_wrap {
  gap: 2%;
  justify-content: center;
  flex-wrap: wrap;
}

.pick-up_box {
  max-width: 282px;
  margin-top: 60px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  width: 100%;
  transition: .3s all;
}

.pick-up_box:hover {
  opacity: .6;
}

.pick-up_box::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #bf0a49 transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.pick-up_box_top {
  justify-content: space-between;
}

.pick-up_tour_title {
  font-size: 30px;
}

.pick-up_box h4 {
  font-size: 25px;
  font-weight: 900;
}

.price {
  color: #bf0a4a;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
}

.price span {
  font-size: 38px;
}

.morning-departure-day_section,
.night-departure-day_section,
.morning-departure-stay_section,
.night-departure-stay_section,
.bullet-train-stay_section,
.my-car-stay_section {
  background-image: url(../images/img_plan_snow_small.png), url(../images/img_plan_snow_small.png);
  background-repeat: no-repeat;
  background-position: right 0 top 0, left 0 bottom 0;
}

/* 大型＋大型 */
.p-tour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trip_card_heading {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 10px;
}

a.trip_stay_link {
  background-color: #f44c6b;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px rgba(120, 0, 22, 0.1);
  transition: .3s all;
  line-height: 35px;
  /* width: 168px; */
  width: 107px;
  margin: 0px 10px 0px 0px;
}


/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !朝発日帰りバスツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.morning-departure-day_section {
  background-color: #fffff6;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !夜発日帰りバスツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.night-departure-day_section {
  background-color: #f6fdff;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !朝発バス宿泊ツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.morning-departure-stay_section {
  background-color: #f6fffc;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !夜発バス宿泊ツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.night-departure-stay_section {
  background-color: #fff9f9;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !新幹線バス宿泊ツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.bullet-train-stay_section {
  background-color: #fdf7ff;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !マイカーツアー ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.my-car-stay_section {
  background-color: #fffcf7;
  padding-top: 150px;
  padding-bottom: 100px;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !特集から探す ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
.feature_section {
  background-color: #001e33;
  padding: 65px 0;
}

.feature_section_title {
  font-size: 45px;
  color: #fff;
}

.feature_inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

.feature_inner::before {
  content: "FEATURE";
  font-size: 7vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.feature_box_wrap {
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

h3.feature_box_wrap {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}

.feature_link {
  display: block;
  color: #fff;
  text-decoration: underline;
  max-width: 280px;
  border-radius: 0px;
  overflow: hidden;
  transition: .3s all;
  position: relative;
  z-index: 100;
}


.feature_link:hover {
  opacity: .6;
}

/* SNS */
.sns_wrap {
  padding: 65px 0;
}

.sns_wrap_inner {
  max-width: 1240px;
  justify-content: space-between;
  padding: 0 20px;
  margin: auto;
  flex-wrap: wrap;
}

.sns_link {
  display: block;
  width: 30%;
}

.l-copyright {
  background-color: #001e33;
  color: #fff;
  padding: 5px;
}

.p-copyright-txt {
  text-align: center;
}

.l-pagetop {
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  z-index: 50;
  display: block;
  bottom: 30px;
  right: 50px;
}

/* フッター */
.l-footer {
  color: #fff;
  background-color: #004575;
  width: 100%;
}

.l-footer-content {
  width: 100%;
  margin: 0 auto;
}

.l-footer-inner {
  padding: 15px 45px 80px;
}

.l-footer-ttl {
  font-size: 26px;
  line-height: 1.42308;
  font-weight: 400;
  color: #fff;
}

.l-footer-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 18px 0 0 0;
}

.l-footer-box-txt {
  font-size: 18px;
  line-height: 1.44444;
  font-weight: 400;
}

.l-footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 5px 0;
}

.l-footer-sns-list-item {
  margin-bottom: 5px;
}

.l-footer-sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* min-width: 860px; */
  margin-left: 50px;
}

a.l-footer-sitemap-inner-link {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 38px;
  margin-left: 31px;
  width: 200px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

a.l-footer-sitemap-inner-link:hover {
  text-decoration: none;
}

.l-footer-tour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

a.l-footer-tour-list-link {
  font-size: 18px;
  line-height: 1.44444;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  position: relative;
}

a.l-footer-tour-list-link span {
  display: inline-block;
  padding-left: 8px;
}

a.l-footer-tour-list-link:hover {
  border-bottom: 1px solid #fff;
}

.l-copyright {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  background-color: #000000;
}

/*  ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !レスポンシブはここから ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! */
@media screen and (max-width:767px) {

  /* 共通 */
  .section_title h2 {
    font-size: 8vw;
  }

  .section_title h2 i {
    margin-right: 10px;
  }

  /* ぶっ飛びツアー以外のツアー */
  .trip_card_bottom_innr {
    display: flex;
    gap: 2%;
    justify-content: space-between;
  }

  .trip_card {
    max-width: 90vw;
    min-width: 280px;
  }

  .trip_card_bottom img {
    width: 48%;
    height: 20vw;
    min-height: 116px;
  }

  .trip_card_txt {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .prefecture {
    font-size: max(3vw, 16px);
  }

  .trip_card_title {
    font-size: max(5vw, 20px);
  }

  a.tour-section_link {
    margin: 10px auto 0;
    font-size: 4.5vw;
  }

  a.tour-section_link::before {
    display: none;
  }

  .hotel-name {
    font-size: max(4vw, 16px);
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    border-left: 2px solid #003356
  }

  .trip_stay_link_wrap {
    margin-top: 15px;
  }

  .trip_card_bottom dt {
    font-size: max(3vw, 14px);
  }

  .trip_card_bottom dd {
    font-size: max(3vw, 14px);
  }

  /* ヘッダー(メインビジュアル含む) */
  .pc-mv {
    display: none;
  }

  .sp-mv {
    display: block;
  }

  .sp-mv img {
    width: 100%;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 5vw !important;
    width: 10vw;
    height: 10vw;
    padding-top: 3vw;
  }

  .header_logo img {
    top: 10px;
    left: 10px;
    max-width: 70vw;
  }

  #gnav {
    position: relative;
  }

  .global-item a {
    width: 21vw;
    min-width: auto;
    padding: 0;
  }

  /* .global-item:first-of-type a {
    width: 90vw;
    height: auto;
    padding: 20px 10px;
    flex-direction: row;
  } */

  /* .global-item:first-of-type a span {
    font-size: 5vw;
  } */

  /* .global-item:first-of-type a span.font-small {
    font-size: 5vw;
  } */

  .global-item a span {
    display: inline-block;
    font-size: 3.5vw;
  }

  .global-item a span.font-small {
    font-size: 4vw;
  }

  .global-item:nth-child(n + 2) a {
    padding: 5px;
  }

  .COVID‑19_link {
    font-size: 4.5vw;
    line-height: 1.2em;
  }

  .COVID‑19_link::before {
    display: none;
  }

  /* ぶっ飛びツアー */
  .pick-up_section {
    padding: 35px 0 65px;
  }

  .pick-up_inner::before {
    font-size: 15vw;
    top: auto;
    bottom: -65px;
    right: auto;
    left: 0;
  }

  .pick-up_section_title {
    font-size: 6vw;
  }

  .pick-up_section_title span {
    display: block;
    text-align: center;
    line-height: 1.2em;
  }

  .pick-up_section_title span:nth-of-type(2) {
    padding-left: 0;
  }

  .pick-up_section_title_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pick-up_section_title_wrap::before,
  .pick-up_section_title_wrap::after {
    border-top: 2px solid #fff;
    content: "";
    width: 8vw;
  }

  .pick-up_section_title_wrap::before {
    margin-right: 10px;
  }

  .pick-up_section_title_wrap::after {
    margin-left: 10px;
  }

  .pick-up_box {
    margin-top: 10px;
    width: 90vw;
  }

  .pick-up_box_wrap {
    margin-top: 35px;
  }

  .pick-up_tour_title {
    font-size: max(3vw, 16px);
  }

  .pick-up_box h4 {
    font-size: max(5vw, 20px);
  }

  .price {
    font-size: 8vw;
  }

  .price span {
    font-size: max(9vw, 35px);
  }

  .morning-departure-day_section,
  .night-departure-day_section,
  .morning-departure-stay_section,
  .night-departure-stay_section,
  .bullet-train-stay_section,
  .my-car-stay_section {
    background-size: 50vw;
  }
  


  /* 朝発日帰りバスツアー */
  .morning-departure-day_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  /* 夜発日帰りバスツアー */
  .night-departure-day_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  /* 朝発バス宿泊ツアー */
  .morning-departure-stay_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  /* 夜発バス宿泊ツアー */
  .night-departure-stay_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  /* 新幹線宿泊ツアー */
  .bullet-train-stay_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  /* マイカーツアー */
  .my-car-stay_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .my-car-stay_section .section_title span {
    display: block;
  }

  /* 特集 */
  .feature_section {
    padding: 35px 0;
  }

  .feature_box_wrap {
    margin-top: 20px;
    
  }

  .feature_section_title {
    font-size: max(10vw, 30px);
  }

  .feature_inner::before {
    font-size: 15vw;
    top: auto;
    right: auto;
    bottom: -35px;
    left: 0;
  }

  /* SNS */
  .sns_link {
    max-width: 500px;
    width: 90vw;
    margin: 0 auto 10px;
  }

  /* ページトップ */
  .l-pagetop {
    width: 13.33333vw;
    right: 20px;
    bottom: 20px;
  }

  /* フッター */
  .l-footer-box-wrap {
    flex-direction: column;
  }

  .l-footer-sitemap-list {
    flex-wrap: wrap;
    max-width: 90vw;
    min-width: auto;
    margin-left: 0;
    margin-top: 20px;
  }

  .l-footer-sitemap-list li {
    width: 42vw;
  }

  a.l-footer-sitemap-inner-link {
    margin-bottom: 10px;
  }

  .l-footer-inner {
    padding: 15px 20px 40px;
  }
  a.trip_stay_link {
    background-color: #f44c6b;
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 0px 0px rgba(120, 0, 22, 0.1);
    transition: .3s all;
    line-height: 35px;
    /* width: 152px; */
    width: 97px;
    margin: 0px 10px 0px 0px;
}

}


@media screen and (max-width:449px) {
  .l-footer-sitemap-list li {
    width: 90vw;
  }
}

@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}