@charset "utf-8";
/* =========================================================
	CPN一覧（2019 Renual）
========================================================= */
article {
	background: #fafafa;
}
/* メイン
--------------------------------------------------------- */
.sct-main {
	position: relative;
	/*margin-bottom: 48px;*/
	background: url(/campaign/img/main.jpg);
	background-position: center center;
	background-size: cover;
	height: 550px;
}
.sct-main h1 {
	position: absolute;
	top: 50%;
	margin-top: -220px;
	text-align: center;
	width: 100%;
}
.sct-main h1 img{
	width: 440px;
	height: auto;
}

/* 767px以下 */
@media only screen and (max-width: 767px) {
	.sct-main {
		position: relative;
		background: url(/campaign/img/main.jpg) no-repeat center center;
		background-size: cover;
		height: 140px;
		overflow: hidden;
	}
	.sct-main h1{
		position:absolute;
		top: 50%;
		margin-top: -60px;
	}
	.sct-main h1 img{
		height: 120px;
		width: auto;
	}
}

/* 絞り込み
--------------------------------------------------------- */
.sct-search {
	background: url(/static/img/index/bg-stripe-pink.png?20190305) left top;
	padding: 42px 0;
	margin-bottom: 80px;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	.sct-search {
		padding: 20px 0 0;
		margin-bottom: 48px;
	}
}
.sct-search > div {
	margin: 0 auto;
	max-width: 1020px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cat_tab {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#cat_tab {
		justify-content: start;
		overflow: auto;
		margin: 0 10px;
		padding-bottom: 20px;
	}
}

/*----- Tab -----*/
#cat_tab li {
	/*float: left;*/
	width: auto;
	text-align: center;
	margin: 0 6px;
	border-radius: 6px;
	overflow: hidden;
}
/* 992px以下 */
@media (max-width: 991.98px) {
/*	#cat_tab li,
	.form-inline {
		margin: 0 6px 12px;
	}*/
}
/* 767px以下 */
@media only screen and (max-width: 767px) {
	#cat_tab li {
		width: auto;
		flex: 0 0 auto;
	}
}
	#cat_tab a {
		background: #fff;
		padding: 11px;
		display: block;
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	@media (hover: hover) {
		#cat_tab a:hover,
		#cat_tab a:active {
			background: #fdd7e5;
		}
	}
	#cat_tab a.tab-on{
		background: #fdd7e5;
		text-decoration: none;
	}
/*----- Select -----*/
.form-inline {
	/*float: left;*/
	/*margin: 0 6px;*/
}
.form-inline select.form-control {
	width: 10rem;
	padding: 11px;
	height: auto;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;	/* 標準のスタイルを無効にする */ 
}
.form-inline select.form-control ::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
	display: none;
}
.form-control {
	background: #fff url(/static/img/common/icon/i-nav-dep.png) no-repeat 96% 50%;
	border: none;
	padding: 11px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
}

/* 1170px以下 */
@media only screen and (max-width: 1170px) {
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#cat_tab a,
	.form-inline select.form-control {
		font-size: 14px;
		padding: 9px;
	}
	.form-inline select.form-control {
		width: 9rem;
	}
}
/* 576px以下 */
@media (max-width: 575.98px) {
}

/* プラン／オプション紹介
--------------------------------------------------------- */
.sct-etc {
	margin: 80px 0 70px;
}
.btn-list > div {
	padding: 0 5%;
}
/*----- Stripe Btn -----*/
.btn-stripe {
	position: relative;
	margin: 0 10px 20px 40px;
}
	.btn-stripe a:after {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #f53d7e;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 22px;
	}
	.btn-stripe a {
		display: block;
		padding: 22px;
		padding-left: 32px;
		font-size: 20px;
		font-weight: bold;
		border-radius: 36px;
	}
	.btn-stripe.pink a {
		background: url(/static/img/index/bg-stripe-pink.png) left top;
	}

/*----- Balloon -----*/
.balloon.pink {
	background: url(/campaign/img/balloon-pink.png) no-repeat left top;
	background-size: contain;
}
.balloon {
	padding: 2.5rem 1.5rem 0 1.8rem;
	font-size: 14px;
	text-align: center;
}

/* 992px以下 */
@media (max-width: 991.98px) {
	.sct-etc {
		margin: 60px 0 55px;
	}
	
	/*----- Stripe Btn -----*/
	.btn-stripe {
		margin: 0 25px 20px;
	}
	.btn-stripe a {
		font-size: 15px;
		padding: 13px;
		padding-left: 25px;
	}
	.btn-stripe a:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 13px;
	}
	/*----- Balloon -----*/
	.balloon {
		font-size: 13px;
		padding: 2rem 1rem 0 2rem;
		text-align: center;
	}
}
/* 768px以下 */
@media (max-width: 767.98px) {
	.btn-list > div + div {
		margin-top: 55px;
	}
}
.btn-simple {
	border: 1px solid #F53D7E;
}

/* =========================================================
	Common Class
========================================================= */
.img-fluid2 {
	width: 100%;
	height: auto;
}

/* TOPのstyle.cssより
--------------------------------------------------------- */
a, a:hover, a:focus {
    color: #333;
}

/* 金額「～」打ち消し
--------------------------------------------------------- */
.card-plan-price.only span:after {
	content: none;
}

.container {
	max-width: 1200px;
}

/*キャンペーン一覧用のレイアウト*/
div.card-plan-01{
	position: relative;
	flex: 0 0 25%;
	justify-content: space-between;
	max-width: 23%;
}
@media (max-width: 1200px) {
	div.card-plan-01{
		flex: 0 0 33.333333%;
		max-width: 31.3333%;
	}
}
@media (max-width: 768px) {
	div.card-plan-01{
		flex: 0 0 50%;
		max-width: 48%;
	}
    /*
	div.card-plan-01:nth-child(2n-1) {
		margin-left: 0;
	}
	div.card-plan-01:nth-child(2n){
		margin-right: 0;
	}
    */    
}
div.card-plan-01 .card-inner{
	margin-bottom: 0;
}
div.card-plan-01 a{
	text-decoration: none;
	display: block;
	padding: 0 12px 0 12px;
	margin-bottom: 0;
}
/*div.card-plan-01 .card-plan-price{
	position: absolute;
	bottom:5px;
	right: 12px;
}*/
.default-departure{
	display: block;
}
@media (max-width: 767px) {
/*div.card-plan-01{
	padding-bottom: 23px;
}*/
/*div.card-plan-01 a {
    padding: 0 5px 5px;
}*/
}


.row-card-plan-01 {
	display: flex;
	/*justify-content: space-between;*/
    margin-left: -1%;
    margin-right: -1%;
}
.row-card-plan-01 .card-plan-01 {
    margin-left: 1%;
    margin-right: 1%;
}
/*
.row-card-plan-01 .card-plan-01 + .card-plan-01 {
	margin-left: 2%;
}
.row-card-plan-01 .card-plan-01:nth-child(4n+1) {
	margin-left: 0;
}
@media (max-width: 1200px) {
	.row-card-plan-01 .card-plan-01:nth-child(4n+1) {
		margin-left: 2%;
	}
	.row-card-plan-01 .card-plan-01:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.row-card-plan-01 .card-plan-01:nth-child(3n+1) {
		margin-left: 2%;
	}
	.row-card-plan-01 .card-plan-01:nth-child(2n+1) {
		margin-left: 0;
	}
}
*/

.card-plan-price span.max:before{
	display: none;
}


/* =========================================================
	AB Test 1
========================================================= */
/* 絞り込み-B
--------------------------------------------------------- */
/* 見出し「絞り込み」A側全部・B側PCには非表示 */
#cat_tab li:first-of-type {
	display: none;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test #cat_tab li:first-of-type {
		display: block;
		color: #fff;
		font-weight: bold;
		padding: 7px 0 0;
	}
}
/* 450px以下 */
@media (max-width: 449.98px) {
	#test #cat_tab li:first-of-type {
		font-size: 14px;
		padding: 8px 0 0 2px;
	}
}

#test.sct-search {
	background: rgba(255,255,255,0.9) url(/static/img/index/bg-stripe-pink.png) left top;
	padding: 0;
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 1;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test.sct-search {
		margin-bottom: 20px;
	}
}
/* 400px以下 */

@media (max-width: 399.98px) {
	#test.sct-search #cat_tab {
		justify-content: left;
	}
}
/*----- Tab -----*/
#test #cat_tab {
	display: flex;
	/*flex-wrap: wrap;
	justify-content: flex-end;*/
	padding: 7px 0;
	flex-wrap: nowrap;
	overflow-x: auto;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test #cat_tab {
		background: rgba(249,137,177,0.6);
		width: 100%;
		justify-content: center;
	}
}
/* 450px以下 */
@media (max-width: 449.98px) {
	#test #cat_tab {
	}
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test #cat_tab li {
		width: auto;
		flex: 0 0 auto;
		text-align: center;
		margin: 0 6px;
	}
}
/* 450px以下 */
@media (max-width: 449.98px) {
	#test #cat_tab li {
		margin: 0 3px;
	}
}
	/* 992px以下 */
	@media (max-width: 991.98px) {
		#test #cat_tab a {
			border-radius: 6px;
		}
	}
	/* 450px以下 */
	@media (max-width: 449.98px) {
		#test #cat_tab a {
			padding: 8px;
		}
	}
/*----- Select -----*/
/* 992px以下 */
@media (max-width: 991.98px) {
	#test .form-inline {
		margin: 0 6px 7px;
	}
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test #refine {
		padding-top: 7px;
		padding-left: 0;
	}
}
/* 992px以下 */
@media (max-width: 991.98px) {
	#test #cat_tab a,
	#test #refine select {
		font-size: 14px;
		padding: 7px;
	}
}

/* =========================================================
	AB Test 2: ランキング追加、MV変更
========================================================= */
.sct-title {
	background: #fff;
}
.sct-title > h1 {
	margin: 0 auto;
}
/* h2
--------------------------------------------------------- */
article h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 3rem 0 1rem;
}
@media (max-width: 767px) {
	article h2 {
		font-size: 20px;
	}
}
/* Ranking/Themepark
--------------------------------------------------------- */
/*---- スクロール表示 ----*/
@media (max-width: 767px) {
	.flex-nowrap.scroll-auto {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}
/*---- スクロールバー ----*/
.flex-nowrap.scroll-auto::-webkit-scrollbar {	height: 17px;}/*バーの太さ*/
.flex-nowrap.scroll-auto::-webkit-scrollbar-track {
	background: #fff;
	border: 2px solid #bdbdbd;
	border-radius: 10px;
	/*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
}/*バー軌道*/
.flex-nowrap.scroll-auto::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}/*バーつまみ部分*/


.ranking div.card-plan-01 {
	max-width: 100%;
}

/*---- リボン ----*/
[class^="ribbon-"] {
	text-align: center;
	padding: 10px 0;
}
[class^="ribbon-"] > span {
	display: inline-block;
  position: relative;
  height: 26px;/*リボンの高さ*/
  line-height: 26px;/*リボンの高さ*/
  text-align: center;
  padding: 0 40px;/*横の大きさ*/
  font-size: 16px;/*文字の大きさ*/
  color: #FFF;/*文字色*/
}
/*リボン塗りつぶし色*/
.ribbon-1 > span {
	background: #dcad0b;/*金*/
}
.ribbon-2 > span {
	background: #bec1c5;/*銀*/
}
.ribbon-3 > span {
	background: #a46344;/*銅*/
}
[class^="ribbon-"] > span:before, [class^="ribbon-"] > span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
[class^="ribbon-"] > span:before {
  top: 0;
  left: 0;
  border-width: 13px 0px 13px 10px;
  border-color: transparent transparent transparent #fafafa;
  border-style: solid;
}
[class^="ribbon-"] > span:after {
  top: 0;
  right: 0;
  border-width: 13px 10px 13px 0px;
  border-color: transparent #fafafa transparent transparent;
  border-style: solid;
}


.card-plan-price span {
	letter-spacing: -0.5px;
	font-size: 19px;
	margin-left: 8px;
}
.card-plan-price span:after {
	content: "～";
	font-size: 16px;
}
.ranking.themepark .flex-nowrap.scroll-auto {
	padding-top: 5px;
}
#item_block .card-plan-01 figure {
	position: relative;
}
.copyrights {
	position: absolute;
	font-size: 9px;
	line-height: 1;
	left: 0;
	bottom: -1.75rem;
}
.txt-em{
	background: #F0F0F0;
	padding: 5px;
	display: inline-block;
	line-height: 1em;
	margin-top: 5px;
	font-weight: bold;
	color: #333;
	font-size: 0.95em;
}