@charset "UTF-8";

.btn-main{
	display: block;
	background: #B20000;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px 25px;
	position: relative;
	font-weight: bold;
}
.btn-main:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-weight: bold;
}
.btn-main.add-arrowdown:before {
    content: "\f0d7";
}
.btn-main:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.btn-main small{
	display: block;
	line-height: 1;
	width: 100%;
}
.bg-wrap-01{
	background: url(/static/img/campaign/autumn/bg-01-sp.jpg) repeat-y center top;
	background-size: 100%;
}
.btn-main.ver-other{
	background: #333;
	padding: 10px 25px;
}
.row-other{
	margin-top: 10px;
	background: #fafafa;
	padding: 10px 10px;
}
@media(min-width:767px) {
.bg-wrap-01{
	background: url(/static/img/campaign/autumn/bg-01-pc.jpg) repeat-y center top;
}
.btn-main{
	padding: 25px 25px;
}
.row-other{
	padding: 15px 10px;
}
.btn-main.ver-other{
	padding: 10px 15px;
}
}
@media(min-width:1900px) {
.bg-wrap-01{
	background-size: cover;
}
}


#Hero h1{
	margin:0;
	padding: 0;
	text-align: center;
}
#Hero h1 img{
	margin:0 auto;
}
#Hero .pc-on{
	display:none;
}
@media(min-width:767px) {
#Hero{
	padding-bottom: 112px;
	position: relative;
}
.inner-hero{
	background: url(/static/img/campaign/autumn/bg-hero-pc.jpg) no-repeat center center;
}
.layout-hero{
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.bg-wrap-hero{
	padding-top: 50px;
	padding-bottom: 50px;
}
#Hero h1{
	position: relative;
	z-index: 2;
}
#Hero h1 img{
	margin:0 auto;
	zoom: 0.9;
}
#Hero .pc-on{
	display:block;
}
.position-left{
	position: absolute;
	bottom:0;
	left: 3%;
	z-index: 1;
}
.position-right{
	position: absolute;
	bottom:0;
	right: 3%;
	zoom:0.8;
	z-index: 1;
}
}
@media(min-width:1900px) {
.inner-hero{
	background-size: cover;
}
}



#About{
	padding: 0;
}
.img-about{
	text-align: center;
	margin-bottom: 20px;
}
.img-about img{
	zoom: 0.5;
	margin-left: -120px;
}
.lead-about{
	font-size: 13px;

}
.wrap-btn-lead{
	text-align: center;
	margin-top: 10px;
}

@media(min-width:767px) {
#About{
	padding: 0px 0 80px;
}
.img-about img{
	zoom: 0.8;
	margin-left: -160px;
}
.lead-about{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.wrap-btn-lead{
	margin-top: 40px;
}
}



#Pickup{
	padding: 40px 0 80px;
}
.header-pickup{
	padding: 0 20px;
}
.title-pickup-img{
	margin-bottom: 70px;
	text-align: center;
	position: relative;
}
.box-pickup + .box-pickup{
	margin-top: 90px;
}
.title-pickup-sub{
	text-align: center;
	margin-bottom: 20px;
}
.title-pickup-sub b{
	font-size: 18px;
	color: #410000;
	position: relative;
	bottom: -5px;
	display: block;
}
.title-pickup-sub img{
	zoom:0.6;
}
.lead-pickup{
	font-size: 16px;
}
.lead-pickup b{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
/*
.row-restaurantbus{
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	width: 100%;
	max-width: 1125px;
	margin-left: auto;
	margin-right: auto;
}
.col-restaurantbus-img{
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}
.col-restaurantbus-text{
	width: 100%;
	order: 2;
}
.col-restaurantbus-text dl dt{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.col-restaurantbus-text dl dd{
	font-size: 16px;
}
.col-restaurantbus-text dl dd + dd{
	margin-top: 20px;
}
*/

.body-pickup{
	padding-bottom: 40px;
	border-bottom: solid 2px #410000;
}
.bg-img-01,
.bg-img-02{
	display: none;
}

/*ランキング1～5位*/
.pickup-scrollwrap{
	display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

/*2個ボタンある場合の文章*/
.dl-plan.dl-two-btn {
    padding: 10px 10px 0;
}

/*料金以下*/
.card-plan-bottom:not(.two-btn) {
    display: flex;
    align-items: flex-end;
}

/*カード内　料金とボタン*/
.dep-place-wrap {
	padding: 0 15px;
	margin-bottom: 10px;
}

/*料金*/
.dep-place-wrap a.dep01,
.dep-place-wrap a.dep02{
	color: #111;
	text-decoration: none;	
}

/*ボタン*/
.dep-place-wrap .btn-main {
	display: block;
	background: #B20000;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 2px 25px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
}

/*スマホ時のみ*/
@media(max-width:767px) {
	/*京都以外のピックアップ*/
	.other-pickup .card-plan-bottom:not(.two-btn){
		position: absolute;
		bottom: 20px;
		right: 5px;
	}
}
	
@media(min-width:767px) {
	#Pickup{
		padding: 80px 0 120px;
	}
	.header-pickup{
		padding: 0;
	}
	.title-pickup-img{
		margin-bottom: 80px;
		position: relative;
	}
	.title-pickup-img span b{
		width: 100%;
		max-width: 616px;
		padding: 0 20px;
		position: relative;
		top: -30px;
		display: block;
		text-align: center;
		margin:0 auto;
	}
	.title-pickup-sub{
		margin-bottom: 50px;
	}
	
	/*	見出し画像*/
	.title-pickup-sub img{
		zoom:0.75;
	}
	.title-pickup-sub b{
		font-size: 22px;
	}
	.lead-pickup{
		text-align: center;
		font-size: 18px;
	}
	.lead-pickup b{
		font-size: 20px;
	}
/*
	.row-restaurantbus{
		flex-wrap:nowrap;
	}
	.col-restaurantbus-img{
		order: 1;
		width: 58.66%;
		margin-bottom: 0;
	}
	.col-restaurantbus-text{
		width: 41.34%;
		order: 2;
		padding-left: 20px;
	}
	.col-restaurantbus-text dl dt{
		text-align: left;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.col-restaurantbus-text dl dd{
		font-size: 18px;
	}
*/
	.body-pickup{
		padding-bottom: 120px;
		position: relative;
	}
	
	/*ランキング1～5位*/
	.pickup-scrollwrap {
		justify-content: center;
		flex-wrap: wrap;
		overflow-x: inherit;
	}
	
	/*2個ボタンある場合*/
	.dl-plan.dl-two-btn {
		padding: 20px 20px 0;
	}
	
	/*カード内ボタン*/
	.dep-place-wrap .btn-main {
		font-size: 16px;
	}

}


@media(min-width:992px) {
	.title-pickup-img{
		margin-bottom: 110px;
	}
	.title-pickup-img img{
		zoom:0.5;
		margin:0 auto;
	}
	.title-pickup-img span{
		display: flex;
		align-items: center;
	}
	.title-pickup-img span:before{
		content: "";
		display: block;
		width: 100%;
		background: #410000;
		height: 3px;
	}
	.title-pickup-img span:after{
		content: "";
		display: block;
		width: 100%;
		background: #410000;
		height: 3px;
	}
	.title-pickup-img span b{
		max-width: 616px;
		padding: 0 20px;
		position: relative;
		top: -30px;
	}
}


@media(min-width:1200px) {
	.bg-img-01{
		position: absolute;
		top: 40%;
		right: calc(50% - 616px);
		display: block;
		max-width: 136px;
	}
	.bg-img-02{
		position: absolute;
		bottom: -0.5%;
		left: 15%;
		display: block;
		max-width: 136px;
	}
}

#Chart{
	padding: 40px 0;
	background: url(/static/img/campaign/autumn/bg-chart.jpg) no-repeat center center;
	background-size: cover;
}
.title-chart-img{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}
.title-chart-img img{
	zoom:0.5;
}
.wrap-chart{
	background: #fff;
	padding: 5px 15px;
}
.dl-tablechart{
	padding: 15px 5px;
	display: flex;
	align-items: center;
}
.dl-tablechart + .dl-tablechart{
	border-top: 1px solid #C6C6C6;
}
.dl-tablechart dt{
	width: 25%;
}
.dl-tablechart dt a{
	display: block;
	color: #1C1C1C;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.dl-tablechart dt a:after{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-weight: bold;
    font-size: 80%;
}
.dl-tablechart dd{
	width: 75%;
	padding: 0 5px;
}
.label-limit{
	background: #A6520F;
	display: block;
	padding: 10px 5px;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.dl-tablechart dd span{
	display: none;
}
.list-month{
	display: none;
}
@media(min-width:767px) {
#Chart{
	padding: 80px 0;
}
.title-chart-img{
	margin-bottom: 55px;
}

.wrap-chart{
	background: #fff;
	padding: 0;
}
.list-month{
	background: #410000;
	color: #fff;
	display: flex;
	width: 100%;
}
.list-month > li{
	width: 20%;
	text-align: center;
	padding: 15px 5px;
	border-right: 1px solid #C6C6C6;
	font-size: 20px;
	font-weight: bold;
}
.list-month > li:last-child{
	border-right: none;
}
.dl-tablechart{
	padding: 0;
	display: flex;
	align-items: initial;
}
.dl-tablechart + .dl-tablechart{
	border-top: 1px solid #C6C6C6;
}
.dl-tablechart dt{
	width: 20%;
	border-right: 1px solid #C6C6C6;
	display: flex;
}
.dl-tablechart dt a{
	display: flex;
	color: #1C1C1C;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 5px;
	align-items: center;
}
.dl-tablechart dt a:after{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: auto;
    transform: initial;
    right: auto;
    margin-left: 10px;
}
.dl-tablechart dd{
	width: 80%;
	padding: 0;
	position: relative;
	display: flex;
}
.label-limit{
	font-size: 14px;
}
.label-limit.ver-tohoku{
	width: 38.8%;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0, -50%);
}
.label-limit.ver-kanto{
	width: 38.8%;
	position: absolute;
	top: 50%;
	left: 36%;
	transform: translate(0, -50%);
}
.label-limit.ver-hokuriku{
	width: 31.9%;
	position: absolute;
	top: 50%;
	left: 42.9%;
	transform: translate(0, -50%);
}
.label-limit.ver-chubu{
	width: 49.8%;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}
.label-limit.ver-kansai{
	width: 36.9%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.label-limit.ver-kyushu{
	width: 40.7%;
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translate(0, -50%);
}
.dl-tablechart dd span{
	width: 25%;
	display: block;
	border-right: 1px solid #C6C6C6;
	min-height: 60px;
}
.dl-tablechart dd span:last-child{
	border-right: none;
}
}



#Spot{
	padding: 40px 0;
	background: #FEF9E8;
}
.title-spot-img{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px;
}
.title-spot-img img{
	zoom:0.5;
	margin:0 auto;
}
.wrap-tab-spot{
	background: #E2D5C6;
	padding: 10px 5px;
	border-bottom: 5px solid #410000;
}
.tabs-spot{
	display: flex;
	flex-wrap: wrap;
	border-bottom: none;
}
.tabs-spot > li{
	width: 25%;
	padding: 3px 3px;
	display: flex;
}
.nav-tabs.tabs-spot .nav-item{
	margin:0;
}
.nav-tabs.tabs-spot .nav-link{
	background: #410000;
	color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	border:solid 3px #410000;
	padding: 8px 2px;
	font-size: 14px;
	font-weight: bold;
}
.nav-tabs.tabs-spot .nav-link.active,
.nav-tabs.tabs-spot .nav-link:hover{
	background: #FEF9E8;
	color: #410000;
}
.tab-spot-content{
	padding: 15px;
}
.list-spot > li + li{
	margin-top: 15px;
}
.card-spot{
	display: block;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #C6C6C6;
}
.dl-spot{
	margin-top: 15px;
	margin-bottom: 20px;
}
.dt-spotname{
	display: flex;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	align-items: center;
}
.label-spot{
	display: inline-block;
	padding: 10px 15px;
	background: #410000;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	margin-right: 10px;
}
.dd-spottext{
	font-size: 14px;
}
.wrap-migoro{
	margin-bottom: 15px;
}
.wrap-migoro b{
	display: inline-block;
	padding: 10px 15px;
	color: #410000;
	border:solid 2px #410000;
	font-size: 14px;
	line-height: 1;
	border-radius: 5px;
}

/*北信越タブの上高地*/
.dd-buspoint .wrap-migoro{
	margin: 25px 0 15px;
}
.dd-buspoint .wrap-migoro b{
	color: #fff;
	border: none;
	background: #E1AA12;
	padding: 12px 15px;
}

.wrap-spot-price{
	padding: 0 10px;
}
.list-spot-price{
	display: flex;
	flex-wrap: wrap;
}
.list-spot-price > li{
	width: 100%;
}
.list-spot-price > li + li{
	margin-top: 10px;
}
.acc-busopen{
	display: block;
	width: 100%;
	background: #E1AA12;
	color: #fff;
	border-radius: 5px;
	border:none;
	padding: 15px 25px;
	position: relative;
	font-weight: bold;
}
.acc-busopen.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-weight: bold;
}
.acc-busopen:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-weight: bold;
}
.acc-busopen:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.ver-kankobus{
	background: #B20000;
}
.ver-restaurantbus{
	background: #35643C;
}
.ver-bustour{
	background: #894A37;
}
.ver-yellowgreen{
	background: #9BA606;
}
.list-rosen{
	padding: 20px 10px;
}
.list-rosen + .list-rosen{
	border-top:dotted 1px #ccc;
}
.li-name{
	font-weight: bold;
	font-size: 16px;
}
.li-price{
	text-align: right;
	margin-bottom: 10px;
}
.li-price a{
	display: inline-block !important;
}
.li-price a:hover{
	text-decoration: none;
}
.li-price .num{
	font-size: 24px;
	color: #B20000;
	font-weight: bold;
}
.li-price .num.min.busonly:after{
	content: "円～";
	font-size: 80%;
}
.li-price.li-ver-tourprice .num.min:after{
	content: "～";
	font-size: 80%;
}
.li-price.li-ver-tourprice .num.min.busonly:after{
	content: "円";
}
.li-price.li-ver-tourprice .num.max:after{
	content: "円";
	font-size: 80%;
}
.list-btn-reserve > li + li{
	margin-top: 10px;
}
.list-btn-reserve > li .btn-main{
	padding: 15px 25px;
}
@media(min-width:576px) {
.list-btn-reserve{
	display: flex;
}
.list-btn-reserve > li{
	padding: 0 5px;
	width: 50%;
}
.list-rosen.ver-list-tour .list-btn-reserve > li{
	width: 100%;
}
.list-btn-reserve > li + li{
	margin-top: 0px;
}
}
@media(min-width:767px) {
#Spot{
	padding: 80px 0;
}
.title-spot-img{
	margin-bottom: 60px;
}
.wrap-tab-spot{
	background: none;
	padding: 0;
}
.tabs-spot{
	width: 100%;
	max-width: 1140px;
	margin:0 auto -5px auto;
	border:none;
	flex-wrap: nowrap;
}
.tabs-spot > li{
	width: 100%;
	padding: 0 5px;
}
.nav-tabs.tabs-spot .nav-link{
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	border-width: 5px;
	padding: 20px 5px;
}
.tab-spot-content{
	width: 100%;
	max-width: 1140px;
	margin:0 auto;
	padding-top: 70px;
}
.card-spot{
	display: flex;
	flex-wrap: wrap;
}
.card-spot > img{
	width: 300px;
    object-fit: cover;
}
.dl-spot{
	width: calc(100% - 300px);
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}
.wrap-spot-price{
	width: 100%;
	padding: 0 5px;
}
.list-spot-price{
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}
.list-spot-price > li{
	width: 33.33%;
	padding: 0 5px;
	display: flex;
}
.list-spot-price > li a,
.list-spot-price > li .wrap-spotpricebox{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.list-spot-price > li.bus-select{
	width: 100% !important;
}
/*.list-spot{
	display: flex;
	flex-wrap: wrap;
}
.list-spot > li{
	width: 50%;
	padding: 10px;
}*/
/*.list-spot > li + li{
	margin-top: 0px;
}*/
.dt-spotname{
	font-size: 20px;
}
.label-spot{
	font-size: 18px;
}
.dd-spottext{
	font-size: 16px;
}
.wrap-migoro b{
	font-size: 16px;
}
.li-name{
	font-size: 18px;
	width: 40%;
}
.list-rosen.ver-list-tour .li-name{
	width: 50%;
}
.li-price{
	width: 20%;
	margin-bottom: 0;
	padding: 0 10px;
}
.list-rosen.ver-list-tour .li-price{
	width: 30%;
}
.list-rosen.ver-buskatamichi .li-price{
	width: 40%;
}
.li-btn{
	width: 40%;
}
.list-rosen.ver-list-tour .li-btn{
	width: 20%;
}
.list-rosen.ver-buskatamichi .li-btn{
	width: 20%;
}
.list-rosen{
	padding: 20px 10px;
	display: flex;
	align-items: center;
}

.acc-busopen{
	padding: 28px 25px;
	height: 100%;
}
.list-spot-price > li + li{
	margin-top: 0;
}
}
@media(min-width:992px) {
.li-name{
	width: 40%;
}
.li-price{
	width: 20%;
}
.li-btn{
	width: 40%;
}
}




#Feature{
	padding: 50px 0;
}
.title-feature-img{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}
.title-feature-img img{
	zoom:0.5;
}
@media(min-width:767px) {
#Feature{
	padding: 80px 0;
}
.title-feature-img{
	margin-bottom: 70px;
}
}


#Column{
	padding: 50px 0;
	background: url(/static/img/campaign/autumn/bg-02-sp.jpg) repeat-y center top;
	background-size: 100%;
}
.title-column-img{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}
.title-column-img img{
	zoom:0.5;
}
.list-column{
	width: 100%;
	max-width: 755px;
	margin-left: auto;
	margin-right: auto;
}
.list-column li + li{
	margin-top: 10px;
}
.btn-column{
	display: block;
	border-radius: 8px;
	background: #fff;
	padding: 10px 25px 10px 10px;
	position: relative;
	color: #1C1C1C;
}
.btn-column:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-weight: bold;
}
.btn-column:hover{
	text-decoration: none;
	background: #fff3f7;
	color: #1C1C1C;
}
.dl-column{
	display: flex;
}
.dl-column dt{
	width: 64.3%;
	order:2;
	padding: 5px 0 0 10px;
	font-size: 14px;
}
.dl-column dd{
	width: 35.7%;
	order:1;
}
.dl-column dd img{
	border-radius: 8px;
}
@media(min-width:767px) {
#Column{
	padding: 80px 0;
	background: url(/static/img/campaign/autumn/bg-02-pc.jpg) repeat-y center top;
}
.title-column-img{
	margin-bottom: 70px;
}
.btn-column{
	padding: 20px 25px 20px 20px;
	align-items: center;
}
.dl-column dt{
	font-size: 16px;
	width: 78.2%;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.dl-column dd{
	width: 21.8%;
}
}



#Sns{
	padding: 40px 0;
}
.list-sns{
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-sns > li{
	width: 50px;
}
@media(min-width:767px) {
#Sns{
	padding: 80px 0;
}
}


.slider-box{
  padding: 0 0 0 5px;
}
.slider-container{
  padding-left: 10px;
}
.slider-plan-01{
  width: 100%;
  display: flex;
}
.slider-box-01{
  overflow-x: scroll;
  padding-bottom: 10px;
}
/*.slider-box-01::-webkit-scrollbar{
   width: 5px;
}
.slider-box-01::-webkit-scrollbar-track{
   background-color: #ccc;
}
.slider-box-01::-webkit-scrollbar-thumb{
   background-color: #17585d;
}*/

/*
1枠 156x枠+1 365で割る */
.slider-plan-01{
  width: 280%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01.ver-7{
  width: 341.9%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01.ver-8{
  width: 384.6%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01 > li{
  padding: 0 5px;
  display: flex;
  width: 40%;
}
@media(min-width:576px) {
.slider-plan-01.ver-7{
  width: 254.4%;
}
.slider-plan-01.ver-8{
  width: 286.3%;
}
.slider-plan-01 > li{
  width: 40%;/* 262 */
}
}
@media(min-width:1200px) {
.slider-plan-01{
  width: 110.9%;
}
.slider-plan-01.ver-8{
  width: 199.7%;
}
.slider-plan-01 > li{
  width: 22.22%;/* 253 */
}
}
@media(min-width:1265px) {
.slider-plan-01{
	width: 100%;
}
.slider-plan-01{
	flex-wrap: wrap;
	justify-content: center;
}
.slider-box-01{
	width: 100%;
	max-width: 1125px;
	margin:0 auto;
	overflow-x: initial;
}
.slider-plan-01 > li{
	width: 25%;
	margin-bottom: 10px;
}
.slider-plan-01 > li.slide-end{
	display: none;
}
}



/*プランの掲載*/
.card-plan{
  display: block;
  border-radius: 5px;
  border:1px solid #D8D8D8;
  color: #111111;
  padding: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
}
.card-plan:hover{
  text-decoration: none;
  background: #fff3f7;
  color: #111111;
}
.slide-end .card-plan{
  border:1px solid #F53D7E;
  display: flex;
  color: #F53D7E;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.slide-end .card-plan p{
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
}
.slide-end .card-plan img{
  display: block;
  width: 100%;
  max-width: 26px;
  margin: 20px auto 0;
}
.thum-seat{
  position: relative;
}
.label-seatspec{
  width: 100%;
  background: #111111;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px;
}
.dl-plan{
  padding: 10px;
}
.dt-planname{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dt-ranking{
	display: flex;
}
.dt-planname.dt-ranking .label-ranking{
	width: 60px;
}
.dt-planname.dt-ranking .label-ranking img{
	width: 100%;
	max-width: 60px;
	height: auto;
}
.text-ranking{
	width: calc(100% - 60px);
	padding-left: 10px;
}
.dd-plantext{
  font-size: 10px;
}
.plan-price{
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  flex-wrap: wrap;
}
.plan-price b{
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
}
.plan-price .num{
  color: #B20000;
  line-height: 1.2;
}
.plan-price .num .min:after{
  content: "円～";
  font-size: 10px;
}
.plan-price .num .notto:after{
  content: "円";
}
.slick-track{
  display: flex !important;
  align-items: stretch;
}
@media(min-width:576px) {
.box-pickup .card-plan img{
	height: 180px;
	object-fit: cover;
}
}
@media(min-width:767px) {
.dl-plan{
  padding: 20px;
}
.dt-planname{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dd-plantext{
  font-size: 14px;
}
.plan-price{
  font-size: 18px;
}
.plan-price b{
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.plan-price .num{
  font-size: 28px;
}
.plan-price .num:after{
  font-size: 18px;
}
.slide-end .card-plan p{
  font-size: 22px;
}
.slide-end .card-plan img{
  max-width: 50px;
}
.box-pickup .card-plan img{
	height: 220px;
	object-fit: cover;
}
}