@charset "utf-8";
  /*共通-------------*/
/*article {
	overflow-x : hidden;
	overflow-y : auto;
	line-height: 1.3;
	font-size: 14px;
	font-weight: normal;
	font-family:"游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
section {
	margin: 0 0 10px 0;
	overflow: hidden;
}
i{
	margin-right: 0;
}*/

/*<div class="btn_xx"><a href="#">ボタン</a></div>
---------------------------------------*/
/*lnk_btn と btn_xx セット*/

#newsflash-campaign{
	display: none;
}
/*color
---------------------------------------*/
.PK {
	color: #f84c78;
}
.lightPK {
	color: #f989b1;
}
.BL {
	color: #008856;
}

/*その他
---------------------------------------*/
.clear {
	clear: both;
}

.fa-bus-alt{
	font-size: 84%;
	margin-right: 2px;
	color: #f989b1;
}


.mb-20{
	margin-bottom: 20px;
}


/*---コンテンツ・メインページ---*/
/*main*/
#main{
	width: 100%;
/*background: #5f99ea;
background: -moz-linear-gradient(top,  #5f99ea 10%, #f5b6c7 80%);
background: -webkit-linear-gradient(top,  #5f99ea 10%,#f5b6c7 80%);
background: linear-gradient(to bottom,  #5f99ea 10%,#f5b6c7 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f99ea', endColorstr='#f5b6c7',GradientType=0 );*/
}
#main h1{
}
#main h1 img{
	margin:0 auto;
}
@media screen and (max-width:767px) {
#main{
	width: 100%;
	background-size: cover;
}
#main .container{
	padding: 0;
}
#main h1{

}
}


.info{
	font-size: 14px;
	background: url(/tour/air/spring/img/icon_air.png) no-repeat left center;
	padding: 5px 0 5px 80px;
}
/*#info_txt .info::before {
	content: url(/tour/air/spring/img/icon_air.png);
	vertical-align: middle;
	padding: 0 10px 0 0;
}*/
@media screen and (max-width:767px) {
.info{
	font-size: 12px;
	background: none;
	padding: 5px;
	margin-bottom: 0px;
}
}

#set_plan{

	background: #f989b1;
	padding: 0;
}
#set_plan .plan_list {
	width: 100%;
}
#set_plan .plan {
	float: left;
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(0,0,0,0.1);
}
#set_plan .plan:last-child {
	float: right;
	width: 50%;
	text-align: left;
	border-right:1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}
.lnk_btn a {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	background: #f989b1;
	text-decoration: none;
}
.lnk_btn a:before {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -10px;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.lnk_btn a:hover {
	opacity: 70%;
}
.lnk_btn a img {
	max-width: 15%;
	padding: 0 5px 0 0;
}

@media screen and (max-width:767px) {
#set_plan{
	margin-bottom: 12px;
}
#set_plan .plan {
	float: none;
	width: 100%;
	border-right:none;
	border-left: none;
	border-bottom:1px dotted #fff;
}
#set_plan .plan:last-child {
	float: none;
	width: 100%;
	border-right:none;
	border-left: none;
	border-bottom: 0;
	border-bottom: none;
}
.btn_plan_list{
	font-size: 13px;
}
.lnk_btn a{
	text-align: left;
	padding: 12px 20px 12px 10px;
}
.lnk_btn a img{
	display: none;
}


}



.section-header{
	margin-bottom: 48px;
}
.modal-body .section-header{
	margin-bottom: 24px;
}
.section-header h2{
	text-align: center;
	margin-bottom: 24px;
	font-size: 24px;
	color: #008856;
}
#park_plan .section-header h2{
	color: #f989b1;
}
.section-header h2 img{
	margin:0 auto;
}
.section-header .lead{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.section-header .lead a{
	color: #333;
}
.section-header .lead b{
	font-weight: bold;
	color: #cc0000;
}
.modal-body .section-header .lead b{
	font-size: 120%;
}
.section-header .lead:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
.section-header{
	margin-bottom: 24px;
}
.modal-body .section-header{
	margin-bottom: 12px;
}
.section-header h2{
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.section-header .lead{
	font-size: 13px;
	text-align: left;
}

}



#saiyasune_plan{
	margin-bottom: 86px;
}
.btn-saiyasune{
	display: block;
	border-radius: 5px;

	padding: 0px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
.rosen-saiyasune{
	background: url(/tour/air/spring/img/icon_arrow.png) #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}
.rosen-saiyasune span{
	display: block;
	width: 40%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}
.rosen-saiyasune span.rosen-right{
	float: right;
}
.price-saiyasune{
	color: #f53d7e;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 6px;
}
.price-saiyasune .num{
	font-family: 'Oswald', sans-serif;
	margin:0 3px;
	font-size: 30px;
}
.btn-saiyasune:hover{
	text-decoration: none;
	background:#f53d7e;
}
.btn-saiyasune:hover .rosen-saiyasune{
	background: url(/tour/air/spring/img/icon_arrow.png) #f53d7e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}

@media screen and (max-width:767px) {
#saiyasune_plan{
	margin-bottom: 48px;
}
.rosen-saiyasune{
	padding:5px;
	background-size: 20px;
}
.rosen-saiyasune span{
	display: block;
	width: 45%;
	float: left;
	font-size: 14px;
	padding: 0 5px;
}
.rosen-saiyasune{
	background-size: 14px;
}
.rosen-saiyasune small{
	display: block;
	position: relative;
	top: -3px;
}
.price-saiyasune{
	padding:5px;
}
.price-saiyasune .num{
	font-size: 24px;
}
}




#park_plan{
	margin-bottom: 86px;
	padding: 48px 0 28px 0;
	background-color: #ffeff5;
}
.title-park{
	padding: 60px 0 0 0;
	background: url(/tour/air/spring/img/icon_parkticket.png) no-repeat center top;
}
.row-parkimg{
	margin-bottom: 10px;
}
.card-plan{
	background: #fff;
	padding: 24px 24px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    margin-bottom: 24px;
}
.title-planname{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffeff5;
	margin-bottom: 20px;
	line-height: 1.6;
	color: #333;
	position: relative;
}
.title-planname small{
	font-size: 14px;
	margin-right: 5px;
}
.labe-campaign{
	position: absolute;
	top: -40px;
	left: 0;
	background:#cc0000;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
}
.labe-campaign:before {
    border: 12px solid transparent;
    border-top: 12px solid #cc0000;
    left: 10px;
    content: "";
    display: block;
    bottom: -20px;
    position: absolute;
    z-index: 1;
}
.row-basicplan .title-planname{
	background: url(/tour/air/spring/img/icon_air.png) no-repeat left top;
	background-size: 50px;
	padding-left: 60px;
}
.card-plan p{
	font-size: 14px;
	line-height: 1.4;
	margin:12px 0;
}
.card-plan p.title-selectdep{
	text-align: center;
	font-weight: bold;
}
.wrap-btndep-park{
	margin-top: 24px;
}
.list-depbtn li{
	float: left;
	width: 50%;
	padding: 5px 3px;
}
#park-tdr .list-depbtn li{
	width: 33.33%;
}
.list-depbtn li a{
	display: block;
	border-radius: 5px;
	background: #008856;
	color: #fff;
	text-align: center;
	padding: 14px 14px;
	position: relative;
}
.list-depbtn li a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -12px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.list-depbtn li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.list-depbtn li a small{
	margin-left: 2px;
}
.btn-parkpage a{
	background: #81cde3;
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 14px;
	border-radius: 5px;
	position: relative;
}
.btn-parkpage a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -12px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.btn-parkpage a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.item-spec{
	margin-bottom: 15px;
	text-align: left;
}
.item-spec dt{
	display: inline-block;
	color: #008856;
	border:solid 1px #008856;
	border-radius: 5px;
	padding: 3px 8px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: left;
}
.list-airport li{
	font-size: 14px;
	margin-bottom: 3px;
	position: relative;
	padding:0 0 0 20px;
}
.list-airport li:after{
	content: "・";
	color: red;
	position: absolute;
	left: 0;
	top: 0;
}
.list-airport li:after:last-child{
	display: none;
}

.list-item li{
	font-size: 14px;
	margin-bottom: 3px;
	position: relative;
	padding:0 0 0 20px;
	color: #333;
	text-align: left;
}
.list-item li:before{
	content: "・";
	color: red;
	position: absolute;
	left: 0;
	top: 0;
}
.item-air .list-item li{
	float: left;
	margin-left: 10px;
}

@media screen and (max-width:767px) {
#park_plan{
	padding-top: 24px;
	margin-bottom: 36px;
}
.title-planname{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.title-planname small{
	font-size: 14px;
	margin-right:0px;
	display: block;
}
.row-basicplan .title-planname small{
	display: inline;
}
.row-basicplan .title-planname{
	background-size: 40px;
	padding-left: 50px;
	text-align: left;
}

.row-parkimg{
	text-align: center;
	margin-bottom: 0;
}
.row-parkimg img{
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.card-plan{
	padding: 18px 12px 12px;
	margin-bottom:24px;
}
#park_plan .card-plan{
	margin-top:24px;
}
.card-plan p{
	font-size: 13px;
}
#park-tdr .list-depbtn li{
	width: 50%;
}
.list-depbtn li a{
	padding: 12px 8px;
	font-size: 14px;
}
.btn-parkpage a{
	padding: 8px 8px;
	font-size: 14px;
}
}




#basic_plan{
	margin-bottom: 86px;
}
.title-basic{
	padding: 60px 0 0 0;
	background: url(/tour/air/spring/img/icon_hotelplan.png) no-repeat center top;
}
.card-plan-price{
	background: #3f4c6b;
	padding: 6px;
	border-radius: 5px;
	margin-bottom: 12px;
	color: #fff;
}
.wrap-cardbody{
	margin-bottom: 15px;
}
.modal-body .item-price{
	background:#3f4c6b;
	padding: 6px;
	border-radius: 5px;
}
.item-price dt a{
	display:block;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
.price-basic-dep{
	position: relative;
	pointer-events: none;
}
.price-basic-dep small{
	display: block;
}
.btn-item-price{
	display: block;
	padding: 10px 10px;
	border-bottom: 1px dotted #ccc;
	background:#fff;

}
.modal-body .btn-item-price{
	float: none;
	width: 100%;
}
dd .btn-item-price:last-child,
div .btn-item-price:last-child{
	border-bottom:none;
}
.btn-item-price:hover{
	background:#fff5f9;
	text-decoration: none;
}
.air-name{
	font-size: 14px;
	color: #333;
}
.air-price{
	text-align: right;
}
.air-price:after{
	content: "詳細 >";
	font-size: 11px;
	background:#008856;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 4px 2px 5px;
	margin-left: 5px;
	position: relative;
	top: -5px;
}
.air-price .num{
	font-family: 'Oswald', sans-serif;
	margin:0 3px;
	font-size: 20px;
	color: #f53c7f;
	font-weight: bold;
}

.min:before {
    content: "￥";
    font-size: 13px;
}
.min:after {
    content: "～";
    font-size: 13px;
    margin-left: 5px;
}
.price-basicplan{
	background: #fff;
}
/* .price-basicplan{
	color: #f53d7e;
	font-weight: bold;
}
.price-basicplan small{
	color: #333;
	margin-right: 5px;
	font-size: 14px !important;
	font-weight: bold;
}

.price-basicplan span.text-right{
	display: block;
}*/
/*.price-basicplan span.text-right:after,
.price-basicplan span.text-right:before{
	display: none;
}*/

.collapse:not(.show){
	display: block;
}

@media screen and (max-width:992px) {
.air-price{
	display: block;
	width: 100%;
}
.air-price:after{
	display: block;
	width: 100%;
	top: 0px;
	text-align: center;
}
.modal-body .air-price:after{
	display: inline-block;
	margin-left: 5px;
	width: initial;
	top: -5px;
}
}
@media screen and (max-width:767px) {
.collapse:not(.show){
	display: none;
}

.item-price dt a{
	background:#fff;
	/*border:solid 1px #f53d7e;*/
	color: #f53d7e;
	border-radius: 5px;
	display: block;
	padding: 5px 8px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}
.price-basic-dep{
	pointer-events:initial;
	cursor: pointer;
}
.item-price dt a:hover{
	text-decoration: none;
}
.item-price dt a[aria-expanded=true]{
	border-radius: 5px 5px 0 0;
}
.item-price dt a[aria-expanded=true]::after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -10px;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.item-price dt a[aria-expanded=false]::after{
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -10px;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.btn-item-price{
	padding: 16px 5px;
	float: none;
	width: 100%;
}
.modal-body .btn-item-price{
	padding: 10px;
}
.air-name{
	float: left;
	width: 42%;
	font-size: 14px;
	color: #333;
}
.air-price{
	float: right;
	width: 58%;
	text-align: right;
}
.air-price:after{
	display: inline-block;
	margin-left: 5px;
	width: initial;
	top: -5px;
}
.modal-body .air-name{
	float: none;
	width: 100%;
}
.modal-body .air-price{
	float: none;
	width: 100%;
}

}


#air_plan{
	margin-bottom: 86px;
}

.text-page-link{
}
.text-page-link a{
}
.text-page-link a:after{
	content: "｜";
}
.text-page-link a:last-child:after{
	display: none;
}
.text-page-link a:hover{
	text-decoration: none;
}



/* 注釈期間
--------------------------------------------------------- */
#news{
	background: #ffeff5;
	padding-top: 40px;
}
.title-info{
	background: #cc0000;
	color: #fff;
	font-size: 16px;
	padding: 15px 5px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.title-info:before {
    border: 12px solid transparent;
    border-top: 12px solid #cc0000;
    left: 50%;
    content: "";
    display: block;
    margin-left: -12px;
    bottom: -20px;
    position: absolute;
    z-index: 1;
}
.info-term {
	width: 90%;
	margin:0 auto;
	background: #fff;
	border-radius: 3px;
	border: 3px solid #cc0000;
	padding: 1rem;
}
.info-term p{
	font-size: 14px;
}
.info-term p + p {
	margin-top: 1rem;
}
@media screen and (max-width:767px) {
.title-info{
	font-size: 14px;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.info-term {
	width: 90%;
	text-align: left;
}
.info-term p{
	margin-top: 1rem;
}
}




.wrap-campaign{
	border:5px solid #f989b1;
	padding: 15px 15px;
	margin-bottom: 25px;
	position: relative;
	margin-top: 35px;
}
.wrap-campaign .labe-campaign{
	top: -20px;
	left: 20px;
}
.tbl-campaign{
	width: 100%;
}
.tbl-campaign td{
	padding: 5px;
}
.tbl_place{
	width: 50%;
}
.tbl_place b{
	font-size: 120%;
}
.tbl_price{
	width: 30%;
	text-align: center;
}
.tbl_price span.price-big{
	font-size: 140%;
	font-weight: bold;
	color: #cc0000;
}
.tbl_price span.price-big:after{
	content: "円～";
	margin-left: 2px;
	font-size: 13px;
}
.label-gentei{
	background: #5f9aea;
	color: #fff;
	border-radius: 4px;
	padding: 3px 8px;
	font-size: 14px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.tbl_btn{
	width: 20%;
	text-align: center;
}
.tbl_btn a{
	display: block;
	border-radius: 5px;
	background: #f989b1;
	color: #fff;
	text-align: center;
	padding: 14px 14px;
	position: relative;
}
.tbl_btn a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -12px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.tbl_btn a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.hr-border{
	margin:20px 0;
	border-color: #ffeff5;
}
@media screen and (max-width:767px) {
.tbl-campaign td{
	display: block;
}
.tbl_place{
	width: 100%;
}
.tbl_price{
	width: 100%;
}
.tbl_btn{
	width: 100%;
}
}