@charset "utf-8";
#itemArea {
	padding: 20px 0 0;
}
/* ツアーナビ */
#tournav {
	width: 960px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 0;
}
#tournav .btn {
	border-left: 1px solid #004bb0;
	display: inline-block;
}
#tournav .btn:last-child {
	border-right: 1px solid #004bb0;
}
#tournav .btn a {
	width: 100%;
	height: 100%;
	display: block;
}
#tournav .btn a:not(.active):hover {
	background: rgba(0,0,0,0.1);
}
#tournav .btn a.active{
	background: #004bb0;
	position: relative;
}
#tournav .btn a.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#tournav .btn:first-child a.active:before {
	background: url(../images/tour/k_navi_support_on.png);
}
#tournav .btn:first-child a.active img {
	opacity: 0;
}
#tournav .btn:nth-child(2) a.active:before {
	background: url(../images/tour/k_navi_asia_on.png);
}
#tournav .btn:nth-child(3) a.active:before {
	background: url(../images/tour/k_navi_beach_on.png);
}
#tournav .btn:nth-child(4) a.active:before {
	background: url(../images/tour/k_navi_europe_on.png);
}
#tournav .btn:nth-child(5) a.active:before {
	background: url(../images/tour/k_navi_americaoceania_on.png);
}
/* 検索エリア */
#pickup {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pickup .pickupTitle {
	width: 620px;
}
#pickup .pickupList {
	width: 301px;
	background: #fff;
	padding: 15px;
}
#pickup .md_search_label {
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	padding: 0;
}
#pickup .is_searchTour .md_search_label {
	width: 51px;
	padding-left: 1px;
}
#pickup .md_search_item {
	margin-bottom: 8px;
}
#pickup .md_search_inputWrap select {
	appearance: none;
}
#pickup .md_search_inputWrap select::-ms-expand {
 display: none;
}
#pickup .md_search_inputWrap input, #pickup .md_search_inputWrap select {
	border: 2px solid #b6b6b6 !important;
	border-radius: 4px;
	padding: 0 30px 0 11px;
	font-weight: bold;
}
#pickup .md_search_inputWrap select {
	background: #fff url(../images/arrow01.png) no-repeat 94.444% center;
}
#pickup .md_search_inputWrap option {
	padding-left: 0;
}
#pickup .md_search_inputWrap input, #pickup .md_search_inputWrap select, #pickup .md_search_label {
	height: 36px;
	color: #100f0d;
}
#pickup .md_search_inputWrap .iconCalendar {
	right: 9px;
}
#pickup .md_search_btn {
	padding: 12px 0 11px;
}
#pickup .md_search_btn_txt {
	padding: .5px 0 0 30px;
}
#pickup .search_box .caption {
	margin-bottom: 13px;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_list {
	height: 160px;
	position: relative;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_item .md_search_inputArea.is_airport, #pickup .search_box #js_searchOtherTour_wrap .md_search_item .md_search_inputArea.is_tourday, #pickup .search_box #js_searchOtherTour_wrap .md_search_item:nth-child(4), #pickup .search_box #js_searchOtherTour_wrap .md_search_item:nth-child(5) {
	display: none;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_item .md_search_inputArea.is_departure {
	width: 100%;
	position: absolute;
	top: 130px;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_btn {
	width: 273px;
	margin-top: 15px;
	background: #ffba00;
	box-shadow: 0 2px 3px -1px rgba(0,0,0,.34), 0 -42px 29px -21px #ffba00 inset;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_btn:hover {
	background: #ffba00;
	opacity: 0.7;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_btn_txt {
	font-size: 17px;
	text-shadow: none;
}
#pickup .search_box #js_searchOtherTour_wrap .md_search_inputArea:nth-of-type(2) {
	width: 100%;
	margin-left: 0;
}
#pickup .search_box #searchBoxSet .md_search_tabBody {
	border: solid 4px #004098;
	padding: 15px 20px;
	clear: both;
}
#pickup .md_search_tabBody {
	padding: 15px 20px;
	border: solid 4px #004098;
	clear: both;
}
#pickup .search_area input {
	margin: 0;
	padding: 2px;
	vertical-align: middle;
}
#pickup .search_box .title {
	margin-bottom: 6px;
	display: block;
	text-align: center;
	float: left;
	font-size: 108%;
	padding-top: 10px;
	color: #40210f;
}
#pickup .md_search_tabList {
	border: 3px solid #004098;
	border-radius: 6px 6px 0px 0px;
	border-bottom: none;
}
#pickup .md_search_tabList .is_block {
	width: 180px;
	padding: 16px 0 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #004098;
	display: block;
	text-decoration: none;
}
#pickup .md_search_tabList a {
	width: 180px;
	padding: 16px 0 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #004098;
	background-color: #fff;
	display: block;
	text-decoration: none;
}
#pickup .md_search_tabList a:hover {
	background-color: #004098;
	color: #ffffff
}
#pickup .search_in select {
	width: 218px;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 13px;
	height: 36px;
	border-radius: 4px;
	border: 2px solid #b6b6b6;
	appearance: button;
	cursor: pointer;
	background: #fff;
	background-image: url(../images/arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 30px;
	box-sizing: border-box;
	color: #40210f;
	text-indent: 0.01px;
	text-overflow: '';
	outline: none;
}
#pickup .pickupList li a:link, #pickup .pickupList li a:visited {
	text-decoration: none;
}
#pickup .md_search, #pickup .md_search input, #pickup .md_search select {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*chrome*/
#pickup .md_search, #pickup .md_search input, #pickup .md_search select {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
}

/* 商品エリア */
#contentsArea.inner {
	margin: 37px auto 60px;
}
#lineupArea {
	margin-top: 60px !important;
}
#main #campaignArea {
	border-top: 9px solid #deff00;
	border-bottom: 9px solid #deff00;
	background-color: #eeff7b;
	margin-top: 30px;
	padding: 22px 18px 0;
}
#main #campaignArea h3 {
	text-align: center;
	margin-bottom: 20px;
}
#main #campaignArea .lineup.type3col { width: 924px; }
.bnrArea {
	text-align: center;
	margin: 60px 0 0;
}
.bnrArea:hover {
	opacity: 0.7;
}