@charset "utf-8";
.nopc {
  display: none !important;
}
.contents {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #2C2A29;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-text-size-adjust: none;
}
.contents .inner {
  width: 1104px;
  margin: 0 auto;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../images/main-bg-pc.png") no-repeat top center;
}
.is-2nd #mainvisual {
  background: url("../images/main-bg-pc_2nd.png") no-repeat top center;
}
#mainvisual .inner {
  height: 100%;
  position: relative;
}
#mainvisual .logo-sss {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainvisual .logo-sss img {
  width: 270px;
}
#mainvisual .title {
  padding: 24px 0;
}
/*------------------------------------------------
	カウントダウン
--------------------------------------------------*/
#countdown {
  /*background: #ffcae8;*/
  background: #ffe922;  
  padding: 16px 0 24px;
  /*color: #ff008d;*/
  color: #c40870;
  text-align: center;
}
#countdown p {
  position: relative;
  padding-top: 32px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
#countdown p:before {
  background: url(../images/icon-time.svg) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
}
#countdown .timer {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
#countdown .timer .large {
  margin-right: 2px;
}
#countdown .timer .small {
  font-size: 28px;
  margin-right: -8px;
}
/*#countdown .timer .marker {
  background: linear-gradient(transparent 60%, #ffed25 60%);
  padding: 0 8px;
}*/
/*------------------------------------------------
	受付インフォメーション
--------------------------------------------------*/
.sc_info {
  background: #ff3444;
}
.emphasis {
  padding: 40px 0;
  width: 1104px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#pageNavi {
  width: 100%;
  background-color: #fff1f6;
  padding-top: 56px;
}
#pageNavi ul {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#pageNavi ul li {
  width: 380px;
  margin: 0 16px;
  text-align: center;
}
#pageNavi ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  padding: 8px 0;
  background: #9a398d;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 12%);
  position: relative;
}
#pageNavi ul li a:after {
  position: absolute;
  right: 20px;
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
#pageNavi ul li a:hover {
  background-color: #B63279;
  transition: all 0.6s ease;
  color: #fff;
  border-radius: 8px;
}
#pageNavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
  padding: 10px 0;
  background: #fff;
}
#pageNavi.fixed ul li .active {
  background-color: #7B2D57;
  border-radius: 8px;
  color: #fff;
}
#pageNavi.fixed ul li .active:hover {
  background-color: #7B2D57;
}
#pageNavi.fixed ul li .active::after {
  color: #fff;
}
/*#pageNavi.fixed ul li .active::before {
	position: absolute;
    right: 0;
    left: 0;
    bottom: .6vw;
    content: "";
    width: 70%;
    height: .4vw;
    margin: 0 auto;
    background-color: #fff;
}*/
/*------------------------------------------------
	施策
--------------------------------------------------*/
#shisaku {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border: dashed 2px #da0f00;
  text-align: center;
  margin-bottom: 60px;
}
#shisaku .catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  background: linear-gradient(transparent 60%, #fff100 0%);
  display: inline;
  padding: 0 5px 0 10px;
}
#shisaku .text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}
/*------------------------------------------------
	商品
--------------------------------------------------*/
#kaigai, #kokunai {
  padding: 120px 0 0;
}
#tour {
  background: #fff1f6;
  padding-bottom: 96px;
}
#tour h2 {
  text-align: center;
  margin-bottom: 40px;
}
#tour h2 .heading {
  position: relative;
  display: inline-block;
  /* padding-left: 1.3em;*/
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
#tour h2 .heading-text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
  display: block;
  line-height: 1.5em;
  color: #ff1124;
  font-weight: bold;
}
#tour h2 .heading-icon {
  position: absolute;
  display: inline-block;
  width: 38px;
  top: -7px;
  left: -3px;
}
/*▼第二弾*/
.is-2nd #tour h2 {
  margin-bottom: 40px;
  text-align: center;
}
.is-2nd #tour h2:not(:first-child) {
  padding-top: 70px;
}
.is-2nd #tour .theme-sub {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 8px;
}
.is-2nd #tour .theme-sub span {
  font-size: 0.85em;
}
.is-2nd #tour .theme-title {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: bold;
  color: #c34c8d;
  position: relative;
}
.is-2nd #tour .theme-title:before, .is-2nd #tour .theme-title:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../images/icon-hanabi.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -65px;
}
.is-2nd #tour .theme-title:after {
  right: -65px;
  left: auto;
}
/*▲ここまで第二弾*/
.product__list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  /*width: calc(100% + 10px);*/
  gap: 16px 10px;
  /*margin-left: -10px;
  margin-top: -15px;*/
}
.product__list > li:empty {
  display: none;
}
.product__list > li:hover {
  opacity: 0.7;
  transition: all 0.6s ease;
}
.product__list--item {
  /*width: 240px;*/
  width: calc((100% - (10px * 3)) / 4);
  /*margin-left: 10px;
  margin-top: 15px;*/
  letter-spacing: .5px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, .23);
  position: relative;
}
.product__list--item:empty {
  display: none;
}
.product__list--data {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product__list--image {
  height: 176px;
  background: #f2f2f2 no-repeat center center / cover;    
}
.product__list--type {
  font-size: 12px;
  color: #fff;
  background: #191919;
  padding: 4px 4px 3px 4px;
  text-align: center;
}
/*.product__list--type.port-type::after {
    content: "発着";
}*/
.product__list--text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.product__list--title {
  font-size: 15px;
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.3em;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  padding: 0 10px;
}
.product__list--detail {
  line-height: 1.5;
}
.product__list--inner {
  background: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  font-size: 12px;
  flex-direction: column;
  height: 100%;
}
.product__list--inner:hover {
  opacity: 0.7;
  transition: all 0.6s ease;
}
.product__list--price > :not(.product__list--point):not(.product__list--notes) {
  padding-left: 4px;
}
.product__list--dep {
  /*font-size: 12px;*/
  margin-top: 2px;
  letter-spacing: 0.2px;
  color: #2C2A29;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .product__list--dep {
    letter-spacing: 0;
  }
}
.product__list--dep .js-split-departure::after, .product__list--dep span[id*="dep_"]::after {
  content: "出発";
}
.product__list--dep .js-split-departure:empty::after, .product__list--dep span[id*="dep_"]:empty::after {
  display: none;
}
.product__list--minmax {
  font-size: 18px;
  color: #DF0D00;
  font-weight: bold;
}
.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--texts {
  display: flex;
  flex-direction: column;
}
.product__list--price {
  padding: 20px 4px 10px;
  margin-top: auto;
}
/*icon*/
.product__list--label {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  min-width: 90px;
}
.product__list--label > [class*="product__list--label--"]:empty {
  display: none;
}
.product__list--label {
  display: flex;
  flex-wrap: wrap;
}
.product__list--label > [class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  height: 25px;
  font-size: 12px;
  font-weight: bold !important;
}
.product__list--label--other {
  background: #f31e1f;
  width: auto;
  padding: 0 8px;
  color: #fff !important;
}
.more-btn {
  width: 800px;
  margin: 40px auto 0;
}
.more-btn a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 16px;
  background-color: #ffe922;
  text-align: center;
  border-radius: 30px;
  box-shadow: 4px 4px 0 rgba(0 0 0 / 20%);
  line-height: 1;
}
.more-btn a:hover {
  transition: all 0.6s ease;
  background-color: #ffab00;
  /*border: solid 1px #000;*/
}
.more-btn a:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
}
.price_note {
  font-size: 12px;
  margin-top: 32px;
}
.product__list--point.is-color-gold {
  background: #ff0000;
  font-size: 11px;
  padding: 2px 0 3px;
  margin-bottom: 4px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.product__list--point:empty {
  display: none;
}
/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
  width: 960px;
  margin: 64px auto 32px;
}
.bnr-area img:hover {
  opacity: .7;
  transition: all 0.6s ease;
}
/*----------------------------------------------
	施策案内
------------------------------------------------*/
.shisaku-list {
  position: relative;
  margin: 24px auto 0;
  background: #fff;
  padding: 24px 32px 16px;
  font-size: 16px;
}
.shisaku-list .read {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}
.shisaku-list li a {
  text-decoration: none;
  color: #2C2A29;
}
.shisaku-list li a:hover {
  text-decoration: underline;
}
.shisaku-list:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -16px;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.shisaku-list .ttl {
  font-weight: bold;
  display: inline-block;
  padding: 4px 7px 3px;
  margin-bottom: 8px;
  line-height: 1;
}
.shisaku-list .kaigai {
  margin-bottom: 4px;
}
.shisaku-list .kaigai .ttl {
  background: #11a4f7;
  color: #fff;
}
.shisaku-list .kokunai .ttl {
  background: #0abe01;
  color: #fff;
}
.coupon-name {
  font-weight: bold;
}
.shisaku-list .strong {
  color: red;
}
.shisaku-list .catch {
  font-weight: bold;
  line-height: 1.5em;
  background: linear-gradient(transparent 55%, #fff100 0%);
  display: flex;
  padding: 0 0 1px 2px;
  width: 260px;
  justify-content: center;
  margin: 8px auto 4px;
  letter-spacing: .1em;
}
.shisaku-list .catch:hover {
  opacity: .7;
  transition: all 0.6s ease;
}
.shisaku-list .catch a {
  text-decoration: none;
  color: #2C2A29;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
  padding: 100px 0;
  background-color: #fff1f6;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
}
/*----------------------------------------------
	完売対応
------------------------------------------------*/
.product__list--item a.kanbai {
  pointer-events: none;
  position: relative;
}
.product__list--item a.kanbai:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101;
}
.product__list--item a.kanbai .kanbai-text {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 102;
  width: 160px;
  background-color: #f00;
  padding: 8px 0 5px;
  transform: rotate(-7deg);
}
/*------------------------------------------------
	スケジュール
--------------------------------------------------*/
#schedule {
  width: 100%;
  background-color: #fff1f6;
  padding: 60px 0;
  & h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 32px;
    font-weight: bold;
    & span {
      display: block;
      font-size: 0.6em;
    }
  }
  & table {
    border-collapse: collapse;
    border: solid 2px #222;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  & thead th {
    border: solid 1px #ccc;
    background-color: #222;
    color: #fff;
    padding: 8px 0;
    font-size: 15px;
  }
  & tbody th {
    text-align: left;
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 16px;
  }
  & tbody td {
    border: solid 1px #ccc;
    padding: 10px 0;
    font-size: 16px;
    &.day span, &.dst span {
      display: block;
      font-size: 0.8em;
      line-height: 1.3em;
    }
    &.dst {
      width: 110px;
      background-color: #fffaa7;
    }
  }
  & .note {
    font-size: 13px;
    margin-top: 8px;
  }
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
        padding: 40px 0 18px; /*ページによって調整*/
}
.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.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.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.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}

/*-----------------------------------------
検索BOX
-----------------------------------------*/
#searchArea {
    max-width: 1104px;
    margin: 0 auto;
}
/*検索ボタンリセット*/
#searchArea {
  & .rn-searchMod__inputField, .rn-searchMod__select, .rn-searchMod__toggle {
    font-size: 14px !important;
  }
  & .rn-searchMod__buttonSearchWrap a {
    font-size: 15px !important;
  }
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.ui-static-breadcrumb-list {
	margin: 0;
}
/*ページトップ*/
.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;
		}
	}
}