@charset "utf-8";
/* CSS Document */ :root {
  --content-color-purple: #4b0b88;
  --content-color-pink: #e20289;
  --default-color-red: #DF0D00;
}
/*----------------------------------------------
	全体
------------------------------------------------*/
.contents {
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  font-size: 3.5vw;
  line-height: 1.5;
  color: #2C2A29;
}
/*.contents a {
	text-decoration: none;
	color: inherit;
}*/
.contents .inner {
  width: 95vw;
  margin: 0 auto;
}
.nosp {
  display: none;
}
/*パンくず*/
.ui-static-breadcrumb-list {
  margin: 0;
}

/*もっと見る*/
.btn-more {
  width: 90vw;
  margin: 5vw auto 0;
  text-align: center;
}
.btn-more a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 3vw 0;
  border-radius: 9999px;
  box-shadow: 2px 2px 0 rgba(0 0 0 / 14%);
  position: relative;
}
.btn-more a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}
#tour .btn-more a, #air .btn-more a, #ah .btn-more a {
  background: var(--content-color-pink);
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 64vw;
  background: url("../images/main-bg-sp.jpg") no-repeat top center;
  background-size: 100%;
}
#mainvisual .inner {
  width: 100%;
}
#mainvisual .title {
  padding-top: 8vw;
}
#mainvisual .logo {
  display: block;
  width: 20vw;
  margin: 2vw auto 0;
}
#mainvisual img {
  width: 100%;
}
/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
.fix-navi:has(.fixed) {
  height: 15.6vw;
}
#pageNavi {
  width: 100%;
}
/*#pageNavi ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #fce1eb;
    justify-content: center;
}*/
#pageNavi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.8vw;
  margin-bottom: .5vw;
}
#pageNavi ul li {
  width: 46%;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#pageNavi ul li a span {
  color: #ffff00;
  display: block;
  line-height: 1;
  font-size: 90%;
  margin-bottom: -.1vw;  
}
#pageNavi ul li a {
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  background: var(--content-color-pink);
  padding: 1.4vw 1vw 1.4vw 3vw;
  text-decoration: none;
  border: solid 1.5px #f42b73;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px rgb(75 11 136 / 29%);
}
#pageNavi ul li:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  color: #fff;
  font-size: 4vw;
}
#pageNavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*box-shadow: 3px 3px 0px 0px rgb(75 11 136 / 10%);*/
  font-size: 3.8vw;
}
#pageNavi.fixed ul {
  gap: 0;
  background: var(--content-color-pink);  
}
#pageNavi.fixed ul li {
  width: 50%;
  font-size: 3.4vw;
}
#pageNavi.fixed ul li:first-of-type{
  border-right: 1px dotted #FDD8EE;
}
#pageNavi.fixed ul li a {
  height: 16vw;  
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#pageNavi.fixed ul li:last-of-type a {
  padding: 1vw 1vw 2vw 1vw;
}
/* ナビの下線　アニメーション */
#pageNavi.fixed a {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#pageNavi.fixed a::after {
  content: '';
  position: absolute;
  bottom: 1.3vw;
  width: 84%;
  margin: 0 auto;
  height: .6vw;
  background-color: #ffffff;
  border-radius: 9999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#pageNavi.fixed a.active::after {
  transform: scaleX(1);
}
/*------------------------------------------------
	施策
--------------------------------------------------*/
#shisaku {
  width: 100%;
  padding: 4.8vw 4vw;
  margin-bottom: 8vw;
  background-color: #fff;
}
#shisaku .box {
  border-bottom: 4px dotted var(--content-color-purple);
  padding-bottom: 8vw;
}
#shisaku .box:last-of-type {
  border-bottom: none;
  padding-top: 8vw;
}
#tour #shisaku h3 {
  font-size: 4.4vw;
  padding: 3.7vw 0;
  background: var(--content-color-pink);
  line-height: 1.3;
  position: relative;
  height: auto;
}
#shisaku h3 span {
  font-size: 3.5vw;
  color: var(--content-color-pink);
  font-weight: bold;
  background-color: #ffff00;
  padding: 0.6vw 1.2vw;
  transform: rotate(-6deg);
  position: absolute;
  top: -1.8vw;
  left: -3vw;
}
#shisaku .tokuten {
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#shisaku .tokuten .strong {
  color: var(--content-color-pink); 
  font-size: 4.6vw;  
}
#shisaku .large-text {
  font-size: 5.4vw;
  line-height: 1.3;
}
#shisaku p .highlight {
  font-style: normal;
  background: linear-gradient(transparent 70%, #ffff00 0%);
  padding: 0 8px;
}
#shisaku p .small-text {
  font-size: 3.6vw;
  margin-top: 1vw;
  display: inline-block;
}
#shisaku .tokuten-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 0;
  margin: 4vw 0;
}
#shisaku .tokuten-list li {
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  background-color: #f2e3ff;
  padding: 3vw 0;
  border-radius: 8px;
	pointer-events: none;
}
#shisaku .tokuten-list li span {
  font-size: 4.4vw;
  color: var(--content-color-pink);
  display: block;
}
#shisaku .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 3.6vw;
}
#shisaku .detail dt {
  width: 100%;
  font-weight: 700;
}
#shisaku .detail dd {
  width: 100%;
  margin-bottom: 2vw;
  padding-bottom: 1.4vw;
  border-bottom: dashed 1px #ccc;
  font-size: 3.3vw;
  line-height: 1.5;
}
#shisaku .detail dt:last-of-type, #shisaku .detail dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.branch-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.branch-desc p {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 34vw;
  margin-top: 3.2vw;
  background-image: url(../images/branch-img.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 31vw;
}
.branch .btn-more {
  width: 60%;
  margin-top: 2vw;
}
#tour .branch .btn-more a {
  border: solid 1px #2C2A29;
  color: #2C2A29;
  font-size: 3.3vw;
  background: #fff;
  padding: 1.8vw 0;
}
.branch .btn-more a::after {
  color: #2C2A29;
  font-size: 4vw;
}
/*------------------------------------------------
	商品
--------------------------------------------------*/
.bg {
  width: 100%;
  position: relative;
  padding: 6vw 0 14vw;
  background-color: #e5d8ef;
  background-image: radial-gradient(circle, #f6f2fa 1px, transparent 1px), radial-gradient(circle, #f6f2fa 1px, transparent 1px);
  background-position: 0 0, 2px 4px;
  background-size: 4px 8px;
}
.contents h2 {
  text-align: center;
  margin-bottom: 5vw;
  padding-top: 16vw;
}
.contents h2 span {
  display: inline-block;
  font-size: 7vw;
  color: var(--content-color-purple);
  font-weight: 900;
  line-height: 1.3;
  vertical-align: bottom;
}
.contents h2:before, .contents h2:after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 8vw;
  background: url(../images/fukidashi.svg) no-repeat;
  background-size: contain;
  margin: 0 2.4vw;
}
.contents h2:before {
  transform: scaleX(-1);
}
#tour h2 {
  padding-top: 14vw;
}
#tour h3 {
  position: relative;
  height: 14vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--content-color-purple);
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 3vw;
  padding: 2vw;
}
#tour h3 .tag {
  color: var(--content-color-purple);
  font-weight: bold;
  background-color: #ffff00;
  padding: 1.2vw 1.2vw 1.2vw 2.2vw;
  border-radius: 8px;
  top: -5vw;
  left: 1vw;
  position: absolute;
  font-size: 3.6vw;
  transform: rotate(-6deg);
}
#tour h3 .tag::after {
  content: '';
  position: absolute;
  bottom: -1.8vw;
  left: 7.5vw;
  width: 0;
  height: 0;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 4vw solid #ffff00;
  z-index: -1;
}
#tour h3 .small-text {
  font-size: 3.6vw;
  font-weight: normal;
}

/*------------------------------------------------
	FIT
--------------------------------------------------*/
#fit {
  background: #e5d8f0;
  padding: 14vw 0;
}
#fit .coupon img {
  width: 100%;
}
/*----------------------------------------------
	クーポンコード
------------------------------------------------*/
#fit .copy-area {
  background: #d0bae3;
  padding: 2vw 0;
  text-align: center;
}
#fit .copy-area .box {
  font-weight: bold;
}
#fit .copy {
  width: 100%;
  margin-bottom: 1vw
}
#fit .copy-area p, .copy-area input {
  font-size: 4vw;
  font-weight: bold;
}
#fit .copy-area input {
  width: 54%;
  height: 10vw;
  text-align: center;
  border: 1px solid #2c2a29;
  color: #2c2a29;
}
#fit .copy-area button {
  width: 30%;
  height: 10vw;
  color: #fff;
  background: #2c2a29;
  padding: 0 4vw;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  margin-left: 1vw;
}
#fit .copy-area .note {
  font-size: 3vw;
  margin-top: 1.2vw;
}

/*------------------------------------------------
	商品カセット調整
--------------------------------------------------*/
.product__list--point:empty {
  display: none;
}
.product__list--minmax {color: #DF0D00!important;}
.product__list--minmax .minmax-new:not(:empty) + .minmax-old, .product__list--dep .js-split-departure:not(:empty) + span, .product__list--type .js-split-airport:not(:empty) + span {
  display: none;
}
.product__list--dep .js-split-departure::after, .product__list--dep span[id*="dep_"]::after {
  content: "出発"
}
.product__list--type.port-type::after {
  content: "発着"
}
.product__list--type.port-type.hotel::after {
  content: ""
}
.product__list--type.port-type.train::after {
  content: "発"
}
.product__list--dep .js-split-departure:empty::after, .product__list--dep span[id*="dep_"]:empty::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__wrapper:has(.is-size-half) {
    flex-wrap: nowrap;
    --yohaku-yoko: 10px;
    gap: 15px var(--yohaku-yoko);
  }
}


/*-----------------------------------------
バナーエリア
-------------------------------------------*/
.bnr-area {
  width: 95vw;
  margin: 8vw auto 0;
}
.bnr-area img {
  width: 100%;
}

/*-----------------------------------------
下部バナー
-------------------------------------------*/
#foot-bnr {
  padding: 10vw 0;
  background: #f5ecfc;
}
#foot-bnr .bnr {
  width: 94vw;
  margin: 0 auto;
}
#foot-bnr .bnr img {
  width: 100%;
}

/*-----------------------------------------
検索ボタン調整
-------------------------------------------*/
#searchArea {
  & select {color: #2C2A29;}
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
  padding: 8vw 0 0; /*ページによって調整*/
}
.line-wrap-detail {
  padding: 0 0 12vw; /*ページによって調整*/
  background: #fff;
}
.line-inner {
  width: 94vw;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1vw;
  line-height: 1.5;
}
.line-wrap-detail .line-inner {
  background: #fcfff6; /*ページによって調整*/
  border: solid 1px #d3d3d3;
}
.line-inner .fukidashi {
  font-size: 4.1vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.line-inner .head {
  background-color: #15c618;
  padding: 2vw 0;
  color: #fff;
  font-size: 4.3vw;
  font-weight: bold;
}
.line-inner .textarea {
  padding: 4vw 2vw 2vw;
}
.line-inner .btnarea {
  padding: 2vw 2vw 5vw;
}
.line-inner .text1 {
  font-size: 3.4vw;
  line-height: 1.5em;
  margin-bottom: 1vw;
}
.line-inner .text1 span {
  display: inline-block;
  font-weight: bold;
  color: #fb0b0b;
  background-color: #ffe1e1;
  padding: 0 0.5vw;
}
.line-inner .text2 {
  font-size: 4.1vw;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff231 0%);
  line-height: 1.7em;
  display: inline-block;
}
.line-button {
  margin: 0 auto;
}
.line-wrap-simple .line-button {
  width: 90vw;
}
.line-wrap-detail .line-button {
  width: 80vw;
}
.line-button a {
  display: block;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  border-radius: 8vw;
  box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
  background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
  background-size: 12vw;
  background-position: 3vw;
  background-color: #15c618;
  padding: 2.4vw 4vw 1.8vw 16vw;
  position: relative;
  text-decoration: none;
}
.line-button a span.small {
  display: block;
  font-size: 2.8vw;
  font-weight: normal;
}
.line-button a span.strong {
  display: block;
}
.line-button a span.strong::after {
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  font-size: 4vw;
  margin-left: 1.4vw;
}
.line-button a span.line-friend {
  font-size: 1.3em;
  color: #fff231;
  padding: 0 0.5vw;
}
#searchArea {
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 1vw;
}
/*フェア*/
#bnrarea-foot {
	padding: 14vw 0!important;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
  padding: 20vw 0;
  background-color: #e5d8ef;
  text-align: center;
  font-size: 4.0vw;
  line-height: 1.6em;
}
/*ページトップ*/
.goTop {
  & a {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(105, 113, 128, .5);
    width: 48px;
    height: 48px;
    & img {
      width: 24px;
      height: 24px;
    }
  }
}