@charset "utf-8";

article {
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	color: #292929;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

.tx_pink{
	color: #f53d7e;
}
.tokyo_r{
	background: #FFE5DF;
}
.osaka_b{
	background: #C1DFE2;
}
.nagoya_y{
	background: #FEF8D3;
}
.other_g{
	background: #c2e2c1;
}
.pick_b{
	background: #88c2e2;
}
.btn:hover,
.btn:focus{
	color: #ffffff;
	outline: none;
}
ul,ol,li{
	list-style-type: none;
}


#box-fix{
	position: relative;
}
.wrap-obi{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}
.wrap-obi a{
	display: block;
	text-align: center;
}
.wrap-obi a:hover{
	opacity: 0.8;
}
.wrap-obi a img{
	margin: 0 auto;
}
.bnr-pc-on{
	display: none;
}
@media (min-width:767px) {
.wrap-obi{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(/static/img/tour/campaign/bustour/bg-obi-sakura.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 15px;
}
.wrap-obi a img{

}
.bnr-pc-on{
	display: block;
}
.bnr-sp-on{
	display: none;
}
}

#main_visual{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1{
	max-width: 1920px;
	margin: 0 auto;
}
#main_visual h1 img{
	width: 100%;
	height: auto;
}
.logo-position{
  position: absolute;
  top: 2%;
  left: 2%;
  width: 100%;
  height: auto;
  max-width: 60px;
}
#global_navi{
 background: #fff;
}
.nav_inner{
	width: 100%;
	margin: 0 auto;
}
.nav_inner .d-flex{
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.nav_inner ul li{
	width: 100%;
	display: flex;
	padding: 0 5px;
}
.nav_inner ul li + li{
	margin-top: 5px;
}
/*.nav_inner ul li:nth-of-type(2){
	width: 20%;
}*/
.nav_inner ul li:nth-of-type(3){
	border-right: none;
}

.nav_inner li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	color: #292929;
	padding: 15px 5px;
	font-weight: bold;
	position: relative;
}
.nav_inner li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.nav_inner li a span{
	width: 100%;
	text-align: center;
	line-height: 1.3;
}
.nav_inner li a i{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	color: #333;
}
@media (min-width:992px) {
.logo-position{
  max-width: 140px;
}
}





/*-------メインコンテンツ-------*/
.contents{
	overflow: hidden;
}
.content_head{
	position: relative;
	z-index: 2;
}
.content_head img{
	display: block;
	position: relative;
	bottom: -8vw;
	max-width: 90%;
	margin: 0 auto;
}
#other .content_head img{
	bottom: -6vw;
}
.content_head + div{
	position: relative;
	z-index: 1;
	padding-top: 15vw;
	padding-bottom: 30px;
}
/*.plan_list{
	margin-bottom: 64px;
}*/
.plan_list li{
	width: 100%;
	text-align: center;
}
.plan_theme{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.618;
	position: relative;
	padding-bottom: 0.618em;
	margin-bottom: 2em;
	border-bottom: dashed 2px #292929;
	z-index: 1;
	display: inline-block;
	text-align: left;
}
.inner-pickup .plan_theme{
	border-color:#fff;
	color: #fff;
}
.plan_theme i{
	display: block;
	background: inherit;
	width: 1.5em;
	height: 1.5em;
	border-right: dashed 2px #292929;
	border-bottom: dashed 2px #292929;
	position: absolute;
	z-index: 2;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%,50%) rotate(45deg);
}
.inner-pickup .plan_theme i{
	display: none;
}
.plan_theme + .d-flex{
	flex-direction: column;
}
.plan_box{
	margin-top: 32px;
	position: relative;
	background: #fff;
	padding: 24px 16px;
}
.plan_box:before{
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom-color: #fff;
}
.timetable{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #898989;
}
.single_ok{
	color: #ffffff;
	background: #ff8889;
	display: table;
	margin: 0 auto 24px;
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 14px;
}
.single_ok.ver_number{
	background: #333;
}
.slant_border{
	border: 2px solid #292929;
	border-right-color: #fff;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
	width: 100px;
	height: 30px;
	position: relative;
	z-index: 1;
	font-size: 14px;
}
.slant_border:after{
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #292929;
	border-left: none;
	background: #fff;
	height: 30px;
	width: 12px;
	top: -2px;
	right: -7px;
	z-index: 2;
	transform: skewX(-10deg);
}
.timetable p{
	text-align: center;
	font-size: 14px;
}
.plan_descr p{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.stay_hours{
	display: block;
	padding: 6px 0px;
	text-align: left;
	font-size: 14px;
}
.plan_price{
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	font-size: 14px;
}
.plan_price .tx_red{
	color: #EA0000;
}
.plan_price .min,
.plan_price .max{
	font-size: 22px;
}
.btn_detail{
	display: table;
	border-radius: 100px;
	background: #f53d7e;
	color: #fff;
	font-size: 18px;
	padding: 8px 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: 0.24s ease;
}
.btn_detail i{
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	transition: 0.24s ease;
}
.btn_detail:hover{
	color: #fff;
	text-decoration: none;
	background: #f53d7e;
}
.btn_detail:hover i{
	right: 12px;
}

/*-----------さらにプラン選択がある場合----------*/
.plan_type{
	padding-top: 4px;
}
.plan_type li{
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.plan_type li:last-of-type{
	padding-bottom: 16px;
	margin-bottom: 0;
	border-bottom: none;
}
.plan_type h4{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}
.plan_type h4 i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	color: #ffffff;
	background: #ff8889;
	width: 1.5em;
	height: 1.5em;
	font-size: 0.9em;
	margin-right: 0.5em;
	border-radius: 100%;
}
.type_includes {
	line-height: 1.2;
	margin-bottom: 1rem;
}
.plan_type .btn_detail{
	display: flex;
	align-items: center;
}

.more_search_btn{
	background: #f53d7e;
	color: #fff;
	position: relative;
	display: block;
	padding: 10px 5px;
	border-radius: 100px;
	font-size: 14px;
	position: relative;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 280px;
	margin:0 auto;
}
.more_search_btn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.5;
}
.more_search_btn:before{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-size: 140%;
}
.more_btn{
	background: #FF8889;
	color: #fff;
	position: relative;
	display: block;
	width: 100%;
	padding: 16px;
	margin-top: -32px;
	margin-bottom: 24px;
	outline: none;
	overflow: hidden;
	transition: 0.4s ease;
}
.more_btn:focus{
	outline: none;
	border: none;
}
.more_btn:not(.collapsed){
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.more_btn span{
	text-align: center;
	font-size: 18px;
}
.more_btn i{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
#tokyo,#osaka{
	margin-bottom: 60px;
}
.wrap-more{
	padding: 30px 0 0;
}
.title-more{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width:350px) {/*Narrow SP*/
	article,article p{
		font-size: 14px;
	}
	.stay_hours,
	#global_navi li a{
		font-size: 13px;
	}
}
.plan_theme + .d-flex .img-box .text-photocopy{
	font-size: 80% !important;
	line-height: 1.2 !important;
	margin-top: 10px;
	text-align: left;
}
@media (min-width:768px) {/*Tablet*/
	.nav_inner{
		width: 87.5%;
		max-width: 1100px;
	}
	.nav_inner ul li{
		width: 20%;
	}
	.nav_inner ul li + li{
		margin-top: 0;
	}
	.nav_inner li a{
		padding: 20px 5px;
	}
	/*.contents{
		padding-top: 96px;
	}*/
	.content_head + div{
		padding: 60px 0 40px;
	}
	.content_head img{
		bottom: -36px;
		width: 400px;
	}
	#other .content_head img,
	#kyushu .content_head img{
		bottom: -30px;
	}
	.plan_list li{
		text-align: left;
	}
	.plan_theme{
		font-size: 18px;
		text-align: center;
		display: table;
		margin: 0 auto 2em;
		padding: 0 1em 0.618em;
	}
	.plan_theme + .d-flex{
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
	.plan_theme + .d-flex img{
		width: 50%;
		object-fit: contain;
	}
	.plan_theme + .d-flex .img-box{
		width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	.plan_theme + .d-flex .img-box img{
		width: 100%;
		object-fit: contain;
	}

	.plan_box{
		width: 50%;
		margin: 0;
	}
	.plan_box:before{
		left: -40px;
		top: 96px;
		border: 20px solid transparent;
		border-right-color: #fff;
	}
	/*-----------さらにプラン選択がある場合----------*/
	.type_includes {
		order: 4;
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
	.more_search_btn{
		font-size: 16px;
		max-width: 350px;
	}
	.wrap-more{
		padding: 40px 0 0;
	}
	.title-more{
		font-size: 18px;
	}
}
@media (min-width:992px) {
	.plan_theme + .d-flex{
		align-items: stretch;
	}
	.plan_theme + .d-flex img{
		width: 40%;
		max-height: 425px;
		object-fit: cover;
	}
	.plan_theme + .d-flex .img-box{
		width: 40%;
	}
	.plan_theme + .d-flex .img-box img{
		width: 100%;
		max-height: initial;
		object-fit: cover;
	}
	.plan_box{
		width: calc(60% - 20px);
	}
	.plan_box:before{
		top: 176px;
	}
	.timetable{
		padding-bottom: 8px;
	}
	.single_ok{
		margin: 0 0 12px;
	}
	.slant_border{
		margin: 0 0 10px 0;
	}
	.timetable p{
		display: inline-block;
		vertical-align: middle;
	}
	.plan_price{
		display: inline-block;
		float: left;
		margin: 8px 0 0;
	}
	.btn_detail{
		display: inline-block;
		float: right;
		padding: 8px 32px;
	}
	.plan_descr:after{
		content: '';
		display: block;
		clear: both;
	}
	.plan_type li:last-of-type,
	.plan_type li{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_type li h4{
		width: 100%;
		margin-bottom: 16px;
	}
	.plan_type li .plan_price{
		width: calc(100% - 172px);
		text-align: left;
	}
	.plan_type li .btn_detail{
		margin: 0;
		width: 172px;
	}

}
@media (min-width:1200px) {
	.plan_price .min,
	.plan_price .max{
		font-size: 26px;
	}
	.btn_detail{
		padding: 8px 40px;
	}
	.plan_type li .plan_price{
		width: calc(100% - 188px);
	}
	.plan_type li .btn_detail{
		width: 188px;
	}
}



.infomationarea{
	width: 100%;
	max-width: 800px;
	margin: 10px auto 0;
	overflow: hidden;
}
.infomationarea_title{
	font-size: 14px;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	border-radius: 3px 3px 0 0;
}
.infomationarea_inner{
	border: 2px solid #333;
	padding: 15px 20px;
	background: #fff;
	border-radius: 0 0 3px 3px;
}
.news_list li{
	position: relative;
	padding-left: 0;
	font-size: 14px;
}
.news_list li + li{
	margin-top: 10px;
}
.news_list li a{
	font-weight: bold;
}
.label_news{
	color: #333;
	border-radius: 3px;
	margin-right: 10px;
	padding: 3px 8px;
	font-size: 80%;
	position: relative;
	top: -2px;
}
.news_list_nagoya .label_news{
	background: #FEF8D3;
}
.news_list_other .label_news{
	background: #c2e2c1;
}
.news_list_osaka .label_news{
	background: #C1DFE2;
}
.news_list_tokyo .label_news{
	background: #FFE5DF;
}
@media (min-width:768px) {

}


.add-ryokoshienlabel{
	position: relative;
}
.add-ryokoshienlabel .label{
	background: #333;
	padding: 10px;
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}




.kk_search_results h1{
	margin-top: 24px;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
#plan-wrap img{
	max-width: 100%;
	height: auto;
}
.row-bustour > .col-sm-12.col-md-4{
	width: 100% !important;
	flex: 100% !important;
	max-width: 100% !important;
}
.row-bustour > div + div{
	margin-top: 15px;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}
.row-bustour .item-wrap{
	display: none;
}
.row-bustour .itembox02 .itembox-body{
	margin-top: 10px;
}
.row-bustour .itembox02 .itembox-body h3{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-weight: bold;
}
.row-bustour .itembox02 .itembox-body h3 a{
	color: #1a0dab;
}
.row-bustour .itembox02 .example-txt{
	font-size: 16px;
}
.row-bustour .itembox02 .times{
	font-size: 14px;
}
.row-bustour .itembox02 .price-line{
	margin-bottom: 5px;
	font-weight: bold;
}
.row-bustour .itembox02 .price-line .num{
	color: red;
	margin-left: 10px;
}
.row-bustour .itembox02 .price-line .min_price,
.row-bustour .itembox02 .price-line .max_price{
	font-size: 120%;
}
.row-bustour .itembox-book .btn-main{
	display: block;
	width: 100%;
	background: #f53d7e;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
}
.row-bustour .tag-wrap{
	margin-top: 10px;
}
.row-bustour .tag-wrap .tag{
	display: inline-block;
	background: #eee;
	padding: 5px 8px;
	line-height: 1;
	font-size: 13px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.row-bustour .itembox02 .itembox-book{
	margin-top: 10px;
}
@media (min-width:576px) {
.row-bustour .itembox02{
	display: flex;
	flex-wrap: wrap;
}
.row-bustour .itembox02 > a{
	width: 20%;
}
.row-bustour .itembox02 .itembox-body{
	width: 65%;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.row-bustour .itembox02 .itembox-book{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}
.row-bustour .itembox-book .btn-main{
	display: block;
}
}



#toursearchbox{
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrap-searchbox{
	margin: 0 auto;
	background: #F989B1;
	padding: 20px 20px;
	border-radius: 4px;
}
.dl-searchlist + .dl-searchlist{
	margin-top: 10px;
}
.dl-searchlist{
	display: flex;
	align-items: center;
}
.dl-searchlist dt{
	width: 20%;
	margin-bottom: 0;
	color: #fff;
}
.dl-searchlist dd{
	width: 80%;
}
.wrap-searchbox .form-group{
	margin-bottom: 0;
}
.form-area select{
	font-size: 18px;
}
.btn-search-wrap{
	margin-top: 10px;
	text-align: center;
}
.btn-search-wrap .btn-search {
    display: block;
    width: 100%;
    max-width: 400px;
    background: #f53d7e;
    border-radius: 3px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 11px 5px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
.btn-search-wrap .btn-search i{
	margin-right: 5px;
}
.search-conditions-title{
	font-size: 14px;
}
.kk_search_results h2.search-conditions-title {
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 15px 15px 15px;
	background: #f4f4f4;
	overflow: hidden;
	line-height: 1.8;
}
/* square button style */
#searchform .btn {
	padding: 10px 3px 10px 3px;
	line-height: 1;
	margin: 0 0 10px 0;
	position: relative;
	width: 49%;
	border-radius: 4px;
	font-size: 12px;
	background: #fff;
	color: #292929;
}
#searchform .btn:before {
	padding-right: 4px;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0 , -50%);
}
#searchform .btn.active{
	background: #F53D7E;
	color: #FFF;
}
#searchform .btn-group{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#searchform input[type=checkbox], input[type=radio] {
    display: none;
}
.card-header.btn-searchdetail-wrap{
	padding: 20px 0;
	background: none;
	border:none;
}
.card-header.btn-searchdetail-wrap button {
	padding: 12px 40px 12px 12px;
	display: block;
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	background: #fdd7e5;
	color: #f53d7e;
	border:none;
	box-shadow: none;
	position: relative;
}
.card-header button:after {
    position: absolute;
    top: 50%;
	transform: translate(0 , -50%);
    right: 20px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #f53d7e;
}
.card-header.btn-searchdetail-wrap button.collapsed:after{
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	right: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
}
.row-yymmdd{
	display: flex;
}
.col-yymm{
	width: 53%;
}
.col-dd{
	width: 47%;
	padding-left: 5px;
}
/* ページネーション */
.pagination ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination {
	display: block;
	padding: 40px 0;
	width: 100%;
	color:#666;
}
.pagination .pagemae {
    text-align: center;
    margin-top: 10px;
}
.pagination li {
	margin: 5px;
}
.pagination li.pagemae {
	margin-top: 11px;
}
.pagination li a {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li span {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.pagination li a:hover,
.pagination li.current{
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
	border-radius: 100px;
}
@media (min-width:576px) {
.wrap-searchbox{
	padding: 30px 40px;
}
.btn-search-wrap{
	margin-top: 20px;
}
.col-yymm{
	padding-right: 20px;
}
#searchform .btn{
	width: 32%;
	font-size: 16px;
}
}

/* 隠し画像 modal
----------------------------------------------------*/
.hit-img {
  animation: poyon 1.2s infinite;
  width: 50%;
  height: auto;
}
@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/***** Osusume Tour *****/
.d-none.secret {
  display: block!important;
}
/***** Modal *****/
.modal-header{
	color:#fff;
	background:#f53d7e;
}
.modal-header .close {
  color: #fff;
  padding: 0;
  margin: 0;
}
.btn-close {
  background: #ccc;
  color: #666;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}
.modal-title{
  width: 100%;
	font-size:16px;
	font-weight:bold;
	line-height: 1.4;
  text-align: left;
}


.plan-notfound-wrap {
    text-align: center;
    padding: 30px;
}




.slider-container{
  padding-left: 10px;
}
.slider-plan-01{
  width: 100%;
  display: flex;
}
.slider-box-01{
  overflow-x: scroll;
  padding-bottom: 10px;
}
.slider-plan-01{
  width: 213.6%;
  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.ver-4{
  width: 170.9%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01.ver-3{
  width: 128.3%;
  display: flex;
  padding-bottom: 5px;
}
.slider-plan-01 > li{
  padding: 0 5px;
  display: flex;
  width: 40%;
}
@media(min-width:576px) {
/*
1枠 209x枠+1 657で割る*/
.slider-plan-01{
  width: 159.5%;
}
.slider-plan-01.ver-7{
  width: 254.4%;
}
.slider-plan-01.ver-8{
  width: 286.3%;
}
.slider-plan-01.ver-4{
  width: 127.6%;
}
.slider-plan-01.ver-3{
  width: 95.7%;
}
.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.ver-4{
  width: 127.6%;
}
.slider-plan-01.ver-4{
  width: 100%;
}
.slider-plan-01 > li{
  width: 22.22%;/* 253 */
}
}
@media(min-width:1265px) {
.slider-plan-01{
  width: 100%;
}
.slider-box-01{
  width: 100%;
  max-width: 1265px;
  margin:0 auto;
  overflow-x: initial;
}
.slider-plan-01 > li{
  width: 25%;
}
.slider-plan-01 > li.slide-end{
  display: none;
}
.slider-plan-01.ver-7{
  width: 100%;
  max-width: 1265px;
  flex-wrap: wrap;
  justify-content: center;
}
.slider-plan-01.ver-8{
  width: 100%;
  max-width: 1265px;
  flex-wrap: wrap;
}
.slider-plan-01.ver-7 > li,
.slider-plan-01.ver-8 > li{
  margin-bottom: 10px;
}
}

.btn-alllist{
  display: inline-block;
  width: 80%;
  text-align: center;
  border:solid 1px #F53D7E;
  color: #F53D7E;
  border-radius: 5px;
  padding: 14px 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.btn-alllist:hover{
  color: #F53D7E;
  text-decoration: none;
  opacity: 0.5;
}
.btn-alllist:after {
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media(min-width:767px) {
.btn-alllist{
  display: inline-block;
  width: 100%;
  max-width: 450px;
  padding: 26px 10px;
  font-size: 20px;
}
.btn-alllist:after {
  content: "";
  display: inline-block;
  background: url(/static/img/common/icon/angle-right-solid.png) no-repeat;
  background-size: cover;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
}




.inner-area + .inner-area{
	margin-top: 40px;
}
.title-area{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.area_head{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
@media(min-width:767px) {
.title-area{
	font-size: 24px;
	margin-bottom: 40px;
}
.area_head{
	font-size: 20px;
}
}



/*プランの掲載*/
.card-plan{
  display: block;
  border-radius: 5px;
  border:1px solid #D8D8D8;
  color: #111111;
  padding: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.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 5px;
  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;
}
.wrap-copyright{
	position: relative;
}
.text-copyright{
	font-size:8px;
	line-height: 1;
	padding: 2px;
	position:absolute;
	bottom: -10px;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	color: #111;
	width: 100%;
}
.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: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dd-plantext{
  font-size: 10px;
}
.plan-price{
  font-size: 12px;
  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{
  display: block;
  width: 100%;
}
.plan-price .num{
  color: #EA0000;
  line-height: 1.2;
  font-size: 22px;
}
.plan-price .num:after{
  content: "円～";
  font-size: 10px;
  font-size: 14px;
}
.slick-track{
  display: flex !important;
  align-items: stretch;
}

@media(min-width:767px) {
.dl-plan{
  padding: 20px;
}
.dt-planname{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.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: 22px;
}
.plan-price .num:after{
  font-size: 14px;
}
.text-copyright{
	font-size:9px;
}
.slide-end .card-plan p{
  font-size: 22px;
}
.slide-end .card-plan img{
  max-width: 50px;
}
}



.contents-pickup{
	margin-top: 30px;
	margin-bottom: 60px;
}
.title-pickup{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.title-pickup-img{
	text-align: center;
	margin-bottom: 10px;
	padding: 0 20px;
}
.title-pickup-img img{
	width: 100%;
	max-width: 200px;
}
.wrap-lead-pickup{
	padding: 0 20px;
}
.wrap-lead-pickup p{
	font-size: 14px;
}
.inner-pickup{
	padding: 60px 0 20px;
	background: #88c2e2;
	position: relative;
}
.inner-pickup:before {
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    left: 50%;
    content: "";
    display: block;
    top: 0;
    transform: translate(-50%, 0);
    position: absolute;
}
.slider-plan-pickup{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.slider-plan-pickup{
	margin-top: 20px;
}
.slider-plan-pickup > li{
	display: flex;
	width: 50%;
	padding: 0 0.5%;
	margin-bottom: 2%;
}
.slider-plan-pickup > li .card-plan{
	padding: 10px;
}
.slider-plan-pickup > li .dl-plan{
	padding: 0px;
}
.slider-plan-pickup > li .plan-price{
	padding: 0;
}
.slider-plan-pickup > li .plan-price b{
	display: inline-block;
	width: auto;
	font-size: 12px;
}
@media(min-width:576px) {
.slider-plan-pickup > li{
	display: flex;
	width: 32.33%;
	margin-bottom: 1%;
}
}
@media (min-width:767px) {
.contents-pickup{
	margin-top: 60px;
	margin-bottom: 80px;
}
.title-pickup{
	font-size: 24px;
	margin-bottom: 40px;
}
.title-pickup-img img{
	width: auto;
	max-width: 100%;
	zoom: 0.5;
}
.wrap-lead-pickup{
	text-align: center;
	margin-bottom: 40px;
}
.inner-pickup{
	padding: 60px 0;
}
.slider-plan-pickup > li .card-plan{
	padding: 10px 15px;
}
}
@media (min-width:1200px) {
.slider-plan-pickup{
	max-width: 91.666667%;
	margin-left: auto;
	margin-right: auto;
}
.slider-plan-pickup > li{
	width: 24%;
}
}



.title-toursearchbox{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
@media (min-width:767px) {
.title-toursearchbox{
	font-size: 24px;
	margin-bottom: 20px;
}
}


.lead-area-hosoku{
	text-align: center;
	margin-bottom: 30px;
}


@media (max-width:767px) {
#include-parklink h2.title02{
	font-size: 18px;
}
	
#wc-pickup h2.title02{
	font-size: 18px;
}	
}