@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: 16px;
  line-height: 1.5;
  color: #2C2A29;
  -webkit-text-size-adjust: none;  
}
.contents a:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}
.contents .inner {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}

.nopc {
  display: none;
}
/*パンくず*/
.ui-static-breadcrumb-list {
  margin: 0;
}
/*もっと見る*/
.btn-more {
  width: 48%;
  margin: 40px auto 0;
  font-size: 16px;
  text-align: center;
}
.btn-more a {
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 14%);
  position: relative;
  font-weight: bold;
  padding: 16px 0;  
}
.btn-more a:after {
  font-family: "FontAwesome";
  font-weight: bold;
  content: "\f105";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 420px;
  background: url("../images/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .inner {
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
}
#mainvisual .logo {
  width: 116px;
  & img {
    width: 100%;
  }
}
/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
.fix-navi:has(.fixed) {
  height: 80px;
}
#pageNavi {
  width: 100%;
}
#pageNavi ul {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 28px;
}
#pageNavi ul li {
  width: 350px;
  text-align: center;
  position: relative;
}
#pageNavi ul li a span {
  color: #ffff00;
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-bottom: -8px;
}
#pageNavi ul li a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px;
  background: var(--content-color-pink);
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px rgb(75 11 136 / 29%);
}
#pageNavi ul li:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "\f107";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#pageNavi ul li a:hover {
  transition: all 0.6s ease;
  color: #fff;
  border-radius: 8px;
}
#pageNavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 3px 3px 0px 0px rgb(75 11 136 / 10%);
  padding: 8px 0;
  background: #fff;
}
#pageNavi.fixed ul li:last-of-type a {
  padding: 4px 8px 8px 8px;
}
/* ナビの下線　アニメーション */
#pageNavi.fixed a {
  position: relative;
}
#pageNavi.fixed a::after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 84%;
  margin: 0 auto;
  height: 2px;
  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: 40px;
  margin-bottom: 72px;
  background-color: #fff;
}
#shisaku .box {
  border-bottom: 6px dotted var(--content-color-purple);
  padding-bottom: 56px;
}
#shisaku .box:last-of-type {
  border-bottom: none;
  padding-top: 56px;
}
#tour #shisaku h3 {
  font-size: 28px;
  padding: 16px 0;
  background: var(--content-color-pink);
  line-height: 1.3;
  position: relative;
  height: auto;
}
#shisaku h3 span {
  font-size: 22px;
  color: var(--content-color-pink);
  font-weight: bold;
  background-color: #ffff00;
  padding: 8px 16px;
  transform: rotate(-6deg);
  position: absolute;
  top: -10px;
  left: -16px;
}
#shisaku .tokuten {
  font-size: 28px; 
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#shisaku .tokuten .strong {
  color: var(--content-color-pink);
  font-size: 36px  
}
#shisaku .large-text {
  font-size: 40px;
}
#shisaku p .highlight {
  font-style: normal;
  background: linear-gradient(transparent 70%, #ffff00 0%);
  padding: 0 2px;
}
#shisaku p .small-text {
  font-size: 18px;
}
#shisaku .tokuten-list {
  display: flex;
  gap: 0 16px;
  margin: 32px 0;
}
#shisaku .tokuten-list li {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  background-color: #f2e3ff;
  padding: 16px 0;
  border-radius: 8px;
}
#shisaku .tokuten-list li span {
  font-size: 22px;
  color: var(--content-color-pink);
  display: block;
  margin-top: 4px;
}
#shisaku .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
#shisaku .detail dt {
  width: 15%;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #ccc;
}
#shisaku .detail dd {
  width: 85%;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #ccc;
}
#shisaku .detail dt:last-of-type, #shisaku .detail dd:last-of-type {
  border-bottom: none;
}  
.branch {
  padding-left: 24px;
  background-image: url(../images/branch-img.png);
  background-repeat: no-repeat;
  background-position: left 64px;
  background-size: 146px;
}
.branch-desc {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 32px;
}
.branch-desc p {
  font-weight: bold;
  line-height: 1.8;
  margin-top: 16px;
}
.branch .btn-more {
  width: 210px;
  height: 34px;
  line-height: 34px;
  margin: 0 0 8px 0;
  font-size: 14px;  
}
#tour .branch .btn-more a {
  border: solid 1px #2C2A29;
  color: #2C2A29;
  background: #fff;
  padding: 2px 0;
}
.branch .btn-more a::after {
  color: #2C2A29;
}

/*------------------------------------------------
	商品
--------------------------------------------------*/
.bg {
  position: relative;
  width: 100%;
  padding: 56px 0 96px;
  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 {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 96px;
}
.contents h2 span {
  display: inline-block;
  font-size: 40px;
  color: #4b0b88;
  font-weight: 900;
  line-height: 1.3em;
  vertical-align: bottom;
}
.contents h2:before, .contents h2:after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 54px;
  background: url("../images/fukidashi.svg") no-repeat;
  background-size: contain;
  margin: 0 16px;
}
.contents h2:before {
  transform: scaleX(-1);
  left: auto;
  right: -85px;
}
#tour h3 {
  position: relative;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--content-color-purple);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 24px;
}
#tour h3 .tag {
  color: var(--content-color-purple);
  font-weight: bold;
  background-color: #ffff00;
  padding: 4px 8px 4px 12px;
  border-radius: 4px;
  top: -16px;
  left: 12px;
  position: absolute;
  font-size: 18px;
  transform: rotate(-6deg);
}
#tour h3 .tag::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffff00;
}
#tour h3 .small-text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4px;
}

#tour .btn-more a, #air .btn-more a, #ah .btn-more a {
  background: var(--content-color-pink);
}
#air, #ah {
  width: 100%;
}
/*------------------------------------------------
	FIT
--------------------------------------------------*/
#fit {
  width: 100%;
  background: #e5d8f0;
  padding-top: 96px;
  padding-bottom: 96px;
}
#fit .box {
  margin: 0 auto;
}
/*----------------------------------------------
	クーポンコード
------------------------------------------------*/
.coupon img {
  max-width: 100%;
}
#fit .copy-area {
  background: #d0bae3;
  padding: 16px 0;
  text-align: center;
}
#fit .copy-area .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  font-size: 16px;
  font-weight: bold;
}
#fit .copy-area p, .copy-area input {
  font-weight: bold;
}
#fit .copy-area input {
  width: 210px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #2c2a29;
  color: #2c2a29;  
}
#fit .copy-area button {
  height: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #2c2a29;
  padding: 0 24px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  margin-left: 8px;
}
#fit .copy-area .note {
  font-size: 14px;
  margin-top: 4px;
}
/*------------------------------------------------
	商品カセット調整
--------------------------------------------------*/
.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;
}
.product__list--price {
  text-align: right;
}
.product__wrapper:has(.is-size-half) {
  flex-wrap: nowrap;
  --yohaku-yoko: 10px;
  gap: 15px var(--yohaku-yoko);
}
.product__contents.is-size-half {
  max-width: 547px;
  width: 100%;
}
.is-pc .media .tour_img, .is-pc .product__list--image {
  height: 179px;
}
.product__wrapper {
  width: 100%;
}
/*-----------------------------------------
バナーエリア
-------------------------------------------*/
.bnr-area {
  width: 960px;
  margin: 48px auto 0;
}

/*-----------------------------------------
下部バナー
-------------------------------------------*/
#foot-bnr {
  padding-top: 72px;
  padding-bottom: 72px;  
  background: #f5ecfc;
}
#foot-bnr .bnr {
  text-align: center;
  margin: 0 auto;
}
#foot-bnr .bnr img {
  max-width: 100%;
}
#searchArea {
  padding-top: 72px;
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
  padding: 40px 0 24px; /*ページによって調整*/
}
.line-inner {
  width: 992px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1vw;
  line-height: 1.5;
}
.line-wrap-detail .line-inner {
  background: #fff;
  border: solid 1px #d3d3d3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 1px;
}
.line-inner .head {
  width: 100%;
  text-align: center;
  background-color: #15c618;
  padding: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
.line-inner .textarea {
  width: 50%;
  text-align: left;
  padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 0;
}
.line-inner .text1 {
  font-size: 17px;
  line-height: 1.4em;
}
.line-inner .text1 span {
  display: inline-block;
  font-weight: bold;
  color: #fb0b0b;
  background-color: #ffe1e1;
  padding: 0 2px;
}
.line-inner .text2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: -2px;
  background: linear-gradient(transparent 60%, #fff231 0%);
  display: inline-block;
  line-height: 1.7em;
  padding: 0 4px;
}
.line-button a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  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: 50px;
  background-position: 12px;
  background-color: #15c618;
  padding: 10px 10px 6px 70px;
  position: relative;
  text-decoration: none;
}
.line-button a:hover {
  opacity: .8;
  transition: all 0.6s ease;
}
.line-button a span.small {
  width: 88%;
  display: block;
  font-size: 14px;
  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: 15px;
  margin-left: 6px;
  padding-right: 14px;
}
.line-button a span.line-friend {
  font-size: 1.3em;
  color: #fff231;
  padding: 0 2px;
}
.line-qr {
  width: 80px;
  margin-right: 8px;
}
.line-qr img {
  width: 100%;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
  padding: 100px 0;
  background-color: #e5d8ef;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 24px;
}
/*ページトップ*/
.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;
    }
  }
}