@charset "utf-8";

/* =============================================================================
    page
============================================================================= */

/*  検索CSS打ち消し
============================================================================= */
dt{
	font-weight: normal;
}

/*  mv
============================================================================= */
@media screen and (min-width: 1280px){
	.mv-wrapper{
		width: 100%;
		min-height: 350px;
		padding: 91px 0;
		background: url("/ovs_air_htl/assets/images/mainvis.jpg") no-repeat 0 0;
		background-size: cover;
	}
	.mv-wrapper-inner{
		width: 100%;
		/*max-width: 1266px;*/
		max-width: 1150px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.filter-search-bar-block{
		margin-top: 0;
	}
	.top-search-box{
		background-color: rgba(255, 255, 255, 0.9)!important;
	}
	.filter-search-bar-block .filter-search-bar{
		background: none;
	}
}

/*  h1下 テキストリンク
============================================================================= */
.about-pagelink{
	margin: 15px auto 0;
	max-width: 1266px;
	padding: 0 15px;
}
.about-pagelink a{
	position: relative;
	font-size: 1.8rem;
}
.about-pagelink a:after{
	font-size: 2.4rem;
    color: #98A6B5;
	
	font-family: 'jtb-icon' !important;
	content: "\e90c";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
}
	
/*  海外航空券＋ホテルとは
============================================================================= */
.about-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 0 -12px;
}
.about-list > li{
	position: relative;
	margin: 12px 0 0 12px;
	padding: 8px 8px 0;
	width: calc(100% / 3 - 12px);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 1px 3px #ccc;
}
.about-list > li:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: calc((123 / 270 * 100%) * 0.7);
	padding-bottom: 10px;
}

.about-list > li:before{
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "";
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 100%;
}

.about-list01:before{ background: url("/ovs_air_htl/assets/images/about_point01.png") no-repeat center bottom; background-size: 100% auto; }
.about-list02:before{ background: url("/ovs_air_htl/assets/images/about_point02.png") no-repeat center bottom; background-size: 100% auto; }
.about-list03:before{ background: url("/ovs_air_htl/assets/images/about_point03.png") no-repeat center bottom; background-size: 100% auto; }
.about-list04:before{ background: url("/ovs_air_htl/assets/images/about_point04.png") no-repeat center bottom; background-size: 100% auto; }
.about-list05:before{ background: url("/ovs_air_htl/assets/images/about_point05.png") no-repeat center bottom; background-size: 100% auto; }

.about-list dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.about-list dt{
	padding: 2px;
	width: 75px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 20px;
	background: #E18D52;
}
.about-list dd{
	margin-left: 10px;
	padding-top: 2px;
	width: calc(100% - 75px - 10px);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
}
.about-list dd span{
	position: absolute;
	left: 0;
	bottom: 5px;
	margin: 0 10px;
	width: calc(100% - 20px);
	font-size: 1.1rem;
}

@media screen and (max-width: 759px){
	
	/*  h1下 テキストリンク
	============================================================================= */
	.about-pagelink a{
		font-size: 1.3rem;
	}

	/*  海外航空券＋ホテルとは
	============================================================================= */
	.about-list{
		margin: 10px 0 0;
	}

	.about-list > li{
		position: relative;
		margin: 12px 0 0;
		width: 100%;
	}
	.about-list > li:before{
		width: 65%;
	}
	.about-list > li.about-list01:after{ padding-top: calc((123 / 270 * 100%) * 0.7); }
	.about-list > li.about-list02:after{ padding-top: calc((120 / 270 * 100%) * 0.7); }
	.about-list > li.about-list03:after{ padding-top: calc((118 / 270 * 100%) * 0.7); }
	.about-list > li.about-list04:after{ padding-top: calc((100 / 270 * 100%) * 0.7); }
	.about-list > li.about-list05:after{ padding-top: calc((118 / 270 * 100%) * 0.7); }
	
	.about-list dl{
		font-size: 1.6rem;
	}
	.about-list dd span{
		font-size: 1.0rem;
	}
}
