@charset "utf-8";
/* 全ページ 関東専用CSS（PCSP共通）国内海外共通*/
/*国内方面から選ぶ枠にはタイムセール非表示*/
.tour-navi__list--item.is-timesale {
  display: none;
}
/*国内下層ページ切替ボタン、タイムセール有時は最小サイズ指定解除＋USJサイズ指定*/
.is-pc .tour-page-navi__list--item.is-timesale, .is-pc .tour-page-navi__list--item.is-timesale ~ .tour-page-navi__list--item {
  min-width: auto;
}
.is-pc .tour-page-navi__list--item.is-usj {
  max-width: 125px;
  &.is-active {
    .tour-page-navi__list--text {
      font-size: .9em;
    }
  }
}
/*スケジュールページの国内ツアーTOPボタン改行調整*/
.is-sp.is-schedule .timetable__main-contents--link[href*="kokunai/tour/index"] br {
  display: none;
}

.nopc{
	display: none;
}


/*------------------------------------------------
	LINEお友達登録ボタン
--------------------------------------------------*/
#line-wrap {
	padding: 0;
	margin-bottom: 50px;
	

}
.is-bus #line-wrap, .is-impresso #line-wrap {
	margin-top: 100px;
}
.line-button-wrap {
    background: #fff;
    border: solid 1px #d3d3d3;
    width: 992px;
    margin: 0 auto;
	text-align: center;
}
.line-button-wrap .head {
	width: 100%;
    text-align: center;
    background-color: #15c618;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.line-button-wrap .text {
    font-size: 17px;
    line-height: 1.4em;
}
.line-button-wrap .text span {
	font-weight: bold;
	color: #fb0b0b;
}
.line-button-wrap .fukidashi {
	font-size: 21px;
	font-weight: bold;
	margin-top: -2px;
	background: linear-gradient(transparent 60%, #fff231 0%);
	display: inline-block;
	line-height: 1.4em;
}
.line-button {
	width: 340px;
}
.line-button a {
	display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background-color: #15c618;
    padding: 14px 10px;
    position: relative;
    text-decoration: none;
}
.line-button a:hover {
	opacity: .8;
	transition: all 0.6s ease;	
}
.line-button a span.small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.line-button a span.strong {
	position: relative;
	display: inline-block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "▶";
	font-size: 20px;
	margin-left: 5px;
}
.line-button-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.line-button-wrap .box {
	width: 43%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 29px 0;
	text-align: left;
}
.line-button-wrap .box:last-of-type {
	flex-wrap: nowrap;
	margin-left: 20px;
}
.line-button-wrap .line-qr {
    display: inline-block;
    width: 80px;
    margin-right: 8px;
}
.line-button-wrap .line-qr img {
	width: 100%;
}

@media screen and (max-width:480px) {
	.nosp{
	display: none;
}
	
	.nopc {
		display: block;
	}
/*------------------------------------------------
	LINEお友達登録ボタン
--------------------------------------------------*/
.line-button-wrap {
	margin-top: 18vw;
}
	.nosp {
		display: none;
	}
.line-button-wrap  {
	width:100%;
}
	
/*.line-button-wrap.top {
	margin-top: 0;
}*/

.line-button  {
	width: 88%;
	margin:auto ;
	padding:10px 0;
}

.line-button-wrap .box {
	width:100%;
	display:block;
	text-align: center;
	margin:0;
}

	.line-button-wrap .box:last-of-type {
		margin-left:0;
	}
	
.line-button a {
	display: block;
    color: #fff;
    font-size: 4.2vw;
    text-align: center;
    font-weight: bold;
    border-radius: 10vw;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .16);
    background-color: #15c618;
    padding: 2.4vw 4vw;
    position: relative;
    text-decoration: none;
}
.line-button.row1 a {
	position: relative;
	padding: 2vw 4vw;
}
.line-button a span.strong::after {
 font-family: "FontAwesome";
    font-weight: 900;
    content: "▶";
	font-size: 20px;
	margin-left: 5px;
}
.line-button a span.small {
	display: block;
	font-size: 2.8vw;
	font-weight: normal;
}
.line-button a span.strong {
	position: relative;
	display: inline-block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "▶";
	font-size: 4.3vw;
	margin-left: .8vw;
}
/*コーナー*/
.line-button-wrap.corner {
    background: #fff;
	border: solid 1px #d3d3d3;
}
.line-button-wrap .head {
    text-align: center;
    background-color: #15c618;
    padding: 2vw;
    color: #fff;
    font-size: 4.4vw;
    font-weight: bold;
}
.line-button-wrap .text  {
	text-align: center;
	padding: 4vw 2vw;
}
.line-button-wrap .text  {
    font-size: 3.4vw;
    line-height: 1.5em;
}
.line-button-wrap .text  span {
	font-weight: bold;
	color: #fb0b0b;
}

.line-button-wrap .fukidashi {
	font-size: 4.0vw;
	background: linear-gradient(transparent 60%, #fff231 0%);
	padding: 0 1vw;
	display: inline-block;
	line-height: 1.7em;
}
/*上部LINE誘導追加時*/
.is-sp .fair-navi--oepn {
	top: 27px;
}
}

/*-------------------------------------------
　カセット下検索ボタン
---------------------------------------------*/
.product__button {
	margin-top: 20px;
}
.product__button .search-title {
    text-align: center;
    border-bottom:  solid 1px #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.product__button .button-base.flex {
    display: flex;
    flex-wrap: wrap;
}
.product__button .button-base .button-base__link {
	display: block;
    padding: 12px 0 14px;
	background: linear-gradient(#8e1507,#c81d09);
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
    border-radius: 100px;
    font-weight: 700;
	text-align: center;
	position: relative;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.23);
	&:hover {
		background: linear-gradient(#fff,#dfe9f3);
		color: #c21500;
	}
}
.product__button .button-base.flex .button-base__link {
    margin: 0 10px 10px 0;
    padding: 12px 40px 14px 30px;
}
/*.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}*/
.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}
.is-sp {
	& .product__button .button-base.flex .button-base__link {
		padding: 12px 6.5vw 14px 5vw;
	}
	& .product__button .button-base .button-base__link::after {
		width: 20px;
		height: 20px;
		right: 5px;
		top: 11px;
	}
}
.base-button {
    & .base-button__link {
        .is-sp & {
            border-radius: 35px;
        }
    }
}