@charset "utf-8";

/* ====================================================

	common CSS

==================================================== */
/* =======================================
	共通
======================================= */
#fair_search {
	position: relative;
	clear: both;
}
#search_form_tour {
	padding-top: 1.5em;
}
/* clearfix */
#contents .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}

/* =======================================
	詳細検索
======================================= */
#gNaviWrap-more {
	background: #fff;
	border: 5px solid #333;
	position: relative;
	padding: .9em;
}
#gNaviWrap-more img {
	vertical-align: middle;
}
#gNaviWrap-more select {
	font-size: .9em;
	margin-right: .5em;
	margin-bottom: 5px;
	min-width: 4em;
}
#gNaviWrap-more input {
	vertical-align: middle;
	margin-right: .2em;
}
/* #order_days select,
#order_price select {
	margin-right: 0;
} */
#order_date,
#days_type_2 {
	margin-right: 1em;
}
#MoreSearch-btn-b {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}
#MoreSearch-btn-b:hover {
	right: -10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.sb_title {
	display: inline-block;
	width: 7em;
	padding: 3px;
	margin-right: .5em;
	background: #333;
	border-radius: 3px;
	color: #fff;
	font-size: .85em;
	line-height: 1;
	text-align: center;
}
.sb_cont {
	display: inline-block;
	vertical-align: top;
}
.sbcontents > ul > li {
	margin-bottom: .5em;
}
#set_min_date {
	width: 10em;
}
#order_type_cbox {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 3px 10px;
	margin-bottom: 10px;
	line-height: 1.2;
	width: 780px;
}
#order_type_cbox li {
	display: inline-block;
	font-size: .9em;
	margin-right: 1em;
}
#order_stype label {
	margin-right: 1em;
}
.sb_bt {
	text-align: center;
	margin-top: 1.5em;
}
#contents .sb_bt p {
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
	vertical-align: top;
}
#set_send {
	background: #87CEFA;
	padding: 10px 0;
	margin-right: 1%;
	width: 46%;
}
#set_send:hover {
	background: #20303b;
	color: #fff;
	cursor: pointer;
}
#set_reset_btn {
	background: #BDCFBE;
	width: 80%;
}
#contents a#set_reset {
	display: block;
	padding: 10px 0;
	background: #C4B4AA;
	color: #333;
	text-decoration: none;
}
#contents a#set_reset:hover {
	background: #666;
	color: #fff;
}
#set_tourcode {
	width: 15em;
}


/* =======================================
	タブレット・スマホ対応
======================================= */
/* 768px以下 */
@media screen and (max-width: 768px) {
	#gNaviWrap-more select {
		max-width: 100%;
	}
	#gNavi-d {
		text-align: left;
	}
	#gNavi-dc-wrap {
		padding: 5px;
	}
	#order_type_cbox {
		margin-top: 3px;
		width: auto;
	}
}

/* 480px以下 */
@media screen and (max-width: 480px) {
	#set_send,
	#contents a#set_reset {
		font-size: .9em;
	}
}


