@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

.nopc {
    display: none!important;
}
.contents {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 400px;
	text-align: center;
    background: url("../images/main-bg-pc.png") no-repeat top center;
}
#mainvisual .inner {
    height: 100%;
    position: relative;
}
#mainvisual .title {
	padding-top: 25px;
}
#hanabi {
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  position: absolute;
}
/*------------------------------------------------
	カウントダウン
--------------------------------------------------*/
#countdown {
    background: #000;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}
#countdown p {
    position: relative;
    padding-top: 35px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
#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;
	color: #ffec00;
}
#countdown .timer .large {
    margin-right: 3px;
}
#countdown .timer .small {
    font-size: 27px;
    margin-right: -7px;
}

/*------------------------------------------------
	商品
--------------------------------------------------*/
#kaigai, #kokunai {
    margin-bottom: 80px;
}
#tour {
	background: linear-gradient(to bottom, #ffe826, #fef5a6);
    padding: 80px 0 10px;
	position: relative;
}
#tour .bg {
	background: url("../images/tour-bg.png") repeat-y top center;
}
#tour .title {
	text-align: center;
	margin-bottom: 30px;
}
#tour h2 {
    text-align: center;
    margin-bottom: 20px;
	color: #000;
    font-size: 40px;
	font-weight: 900;
	line-height: 1.0em;
	padding: 50px 0 25px;
}
#tour #kokunai h2 {
	background: url("../images/tour-dm-title-bg.png") no-repeat top center;
}
#tour #kaigai h2 {
	background: url("../images/tour-ov-title-bg.png") no-repeat top center;
}
#tour .subtitle {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #f00;
}
.product__list {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 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;
    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 img{
    width: 100%;
    vertical-align: bottom;
}
.product__list--type {
    font-size: 13px;
    color: #fff;
    background: #191919;
    padding: 4px 4px 3px 4px;
    text-align: center;
	margin-top: -1px;
}
.product__list--type.port-type::after {
    content: "発着";
}
.product__list--text-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.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: 11px;
    margin-top: 2px;
    letter-spacing: 0.2px;
    color: #333;
}
@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: #e90000;
    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: 16px;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
    background-color: #ff0000;
	text-align: center;
	box-shadow: 3px 3px 0 rgba(0 0 0 / 40%);
}
.more-btn  a:hover {
	transition: all 0.6s ease;
	opacity: 0.8;
}
.more-btn  a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}
.price_note {
    font-size: 12px;
    margin-top: 30px;
}

/*バス用*/
.product__list--busicon {
	padding-top: 10px!important;
}
.product__list--busicon + .product__list--title {
	margin-top: 3px!important; 
}
/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
    width: 960px;
    margin: 60px auto 30px;
}
.bnr-area img:hover {
    opacity: .7;
    transition: all 0.6s ease;
}
/*----------------------------------------------
	施策
------------------------------------------------*/
#shisaku {
	background-color: #ffe513;
	background-image: url("../images/shisaku-bg-pc.png"),url("../images/shisaku-bg-bottom.png");
	background-repeat: no-repeat,no-repeat;
	background-position: top center,bottom center;
	padding: 180px 0 100px;
}
#shisaku .box {
	border: solid 5px #000;
	background-color: #fff;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#shisaku h3 {
	background: url("../images/shisaku-title-bg-pc.png") no-repeat top center;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: #ffea00;
	line-height: 1.0em;
	padding: 0 0 14px;
	margin-bottom: 40px;
}
#shisaku h3 span {
	font-size: 0.7em;
}
#shisaku .tokuten {
	text-align: center;
	margin-bottom: 50px;
}
#shisaku .detail {
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shisaku .detail dt {
	width: 15%;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
#shisaku .detail dd {
	width: 85%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
#shisaku .detail dt:last-of-type,
#shisaku .detail dd:last-of-type {
	border-bottom: none;
}


/*** クーポンコード ***/
.coupon-wrapper{
  margin: 0 auto 50px;
}
.copy-txt{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.coupon-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
}
.coupon-list-item{
  width: calc((100% - 10px) / 2);
  border-radius: 4px;
  box-shadow: 0 0 4px #a8a8a8;
  flex-grow: 0.5;
  position: relative
}
.coupon-list.is-half{
  justify-content: flex-start
}
.coupon-list.is-half .coupon-list-item{
  flex-grow: 0
}
.coupon-list-item.close::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30
}
.coupon-list-item.close::after{
  display: flex;
  content: "受付終了";
  width: 100%;
  height: 100%;
  font-size: 48px;
  font-weight: 900;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
.coupon-price-wrapper{
  padding-top: 10px;
  border-radius: 4px 4px 0 0;
  background: #e50012;
  text-align: center;
  color: #FFF;
  position: relative
}
.coupon-price-note,
.coupon-price-box {
  font-size: 16px;
}
.coupon-price{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2
}
.price-L{
  font-size: 72px;
}
.price-L small{
  font-size: 50%;
}
.coupon-data-wrapper{
  padding: 0 10px 10px
}
.coupon-data{
  font-size: 12px;
}

.coupon-code-wrapper{
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.coupon-code-txt{
  margin-right: 5px;
}
.coupon-code{
  width: 340px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: #f2f2f2;
  padding: 5px 30px 5px 5px;
  cursor: pointer;
  position: relative;
}
.coupon-code::after {
  content: "";
  background: url("https://www.his-j.com/cmn/icon/icon_copy.svg") no-repeat center center / cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.msgBoard{
  width: 100%;
  display: none;
  text-align: center;
}



/*----------------------------------------------
	検索ボックス
------------------------------------------------*/
#searchArea {
    padding-top: 50px;
}

/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
    padding: 100px 0;
    background-color: #ffe513;
    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;
    transform: rotate(-7deg);
}