@charset "utf-8";
/*------travel検索フォーム-------*/
/*セレクトボタン・テキストボックス*/
#right_column .search_box select, #right_column .search_box input[type="text"],
.recommend_box .search_box select, .recommend_box .search_box input[type="text"]{
	color: #444;
	border: 1px solid #ddd;
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
#right_column .search_box select::-ms-expand {
    display: none;
}

.travel_search_wrap select,
.travel_search_wrap input[type="text"]{
	-webkit-appearance: none;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	background: #fff!important;
	border-radius: 0;
}
.travel_search_wrap input[type="submit"] {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
	border-radius: 30px;
	text-decoration: none;
	font-size: 14px;
	background-color: #fef102;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	margin: 10px auto 2px;
	transition: all .3s;
	color: #000;
	line-height: 1.4;
	padding: 7px 20px 5px;
	font-weight: bold;
	border: none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	width: 200px;
}
.travel_search_wrap input[type="submit"]:hover {
	position: relative;
	top: 2px;
    box-shadow: none;
    text-decoration: none;
    background-color: #fff984;
    cursor: pointer;
}
#right_column .search_box .select_btn{position: relative; display: block; /*background-color: #fff;*/ border-radius: 0; font-size: 16px;}
#right_column .search_box .select_btn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin-top: -4px;
    border: 6px solid transparent;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom: none;
    border-top-color: #000;
}

/*ラジオボタン*/
.travel_search_wrap .search_box .search_radio {
	position: relative;
	display: inline-block;
	line-height: 1;
}
.travel_search_wrap .search_box .search_radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	border-radius: 0;
}
.travel_search_wrap .search_box .search_radio label {
	background: none;
	color: #444;
	padding: 0;
	margin: 0 10px 0 0;
	min-height: auto;
}
.travel_search_wrap .search_box .search_radio label:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin-right: 5px;
	background: #fff;
	vertical-align: middle;
}
.travel_search_wrap .search_box .search_radio input[type="radio"]:checked + label {
	background: none;
	color: #444;
}
.travel_search_wrap .search_box .search_radio input[type="radio"]:checked + label:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffb901
}

/*基本*/
#right_column .travel_search_wrap{
	padding: 10px 0 50px;
}
#right_column .travel_search_wrap section{
	border: 1px solid #666;
	margin-bottom: 4px;
	width: 99.4%;
}

#right_column .travel_search_wrap .search_open_btn{
	line-height: 1.2;
	font-size: 14px;
	padding: 10px 10px 8px;
	margin: 0;
	color: #000;
	height: 20px;
	text-shadow: 0 1px 5px #fff;
	position: relative;
}
#right_column .travel_search_wrap .search_open_btn:not(.active):hover{
	cursor: pointer;
	opacity:0.75;	filter: alpha(opacity=75); -ms-filter: "alpha( opacity=75 )";
	transition: all .3s;
}
#right_column .travel_search_wrap .search_open_btn::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-left: none;
    border-top: none;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -6px 0 1px 0;
    float: right;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 12px;
	box-shadow: 1px 1px 0px 0px #fff;
}
#right_column .travel_search_wrap .search_open_btn.active::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-left: none;
    border-top: none;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -4px 0 1px 0;
    float: right;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 12px;
	box-shadow: 1px 1px 0px 0px #fff;
}



#right_column .travel_search_wrap .search_box{
	border-top: 1px dotted #999;
	-webkit-overflow-scrolling:touch;
	overflow: auto;
	/*height: 385px;
	box-sizing: border-box;*/
}
/*#right_column .hotel_search .search_box,
#right_column .op_search .search_box,*/
#right_column .hotel_search .search_box{
	position: relative;
	width: 100%;
	padding: 100% 0 0;
}
/*#right_column .air_search .search_box{
	position: relative;
	width: 100%;
	padding: 162% 0 0;
	overflow: hidden;
}*/
#right_column .air_search .search_box{
	width: 100%;
	height: 485px;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}
#right_column .tour_search .search_box{
	position: relative;
	width: 100%;
	padding: 110% 0 0;
}
/*#right_column .op_search .search_box iframe,*/
#right_column .hotel_search .search_box iframe{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px 11px;
    box-sizing: border-box;
}
/*#right_column .air_search .search_box iframe{
	position: absolute;
	top: 0;
	left: 0;
    width: 106%;
    height: 100%;
    padding: 5% 0 3% 3%;
    box-sizing: border-box;
	display: block;
}*/
#right_column .air_search .search_box iframe{
    width: 106%;
    height: 100%;
    padding: 5% 0% 0 3%;
    box-sizing: border-box;
	border:none;
	display: block;
}
#right_column .tour_search .search_box iframe{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 5% 3% 0%;
    box-sizing: border-box;
}

/*-------------------------------------------------
　見出しボタン部分アイコン＆背景　フォーム部分背景色設定
--------------------------------------------------*/
/*航空券検索*/
#right_column .travel_search_wrap .air_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right top ;
}
#right_column .travel_search_wrap .air_h::before{
	content: "";
	width: 17px;
	height: 18px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat right -165px /17px;
	margin-right: 10px;
	vertical-align: bottom;
}
#right_column .air_search .search_box{
	background-color: #edfaff;
}

/*ホテル検索*/
#right_column .travel_search_wrap .hotel_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -38px ;
}
#right_column .travel_search_wrap .hotel_h::before {
	content: "";
	width: 20px;
	height: 21px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -220px /20px;
    margin: -1px 9px 0 -2px;
    vertical-align: middle;
}
#right_column .hotel_search .search_box{
	background-color: #fffbf4;
}

/*ツアー検索*/
#right_column .travel_search_wrap .tour_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -76px ;
}
#right_column .travel_search_wrap .tour_h::before {
	content: "";
	width: 22px;
	height: 19px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -246px /20px;
	margin: -2px 7px 0 -1px;
	vertical-align: bottom;
}
#right_column .tour_search .search_box{
	background-color: #f0faf7;
}

/*wifi検索*/
#right_column .travel_search_wrap .wifi_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -114px; ;
}
#right_column .travel_search_wrap .wifi_h::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -244px /18px;
	margin-right: 10px;
	vertical-align: bottom;
}
#right_column .wifi_search .search_box{
	background-color: #fffceb;
	padding: 15px 10px 10px; 
}

/*OP検索*/
#right_column .travel_search_wrap .op_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -152px; ;
}
#right_column .travel_search_wrap .op_h::before {
	content: "";
	width: 18px;
	height: 19px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -265px /18px;
	margin-right: 10px;
	vertical-align: bottom;
}
#right_column .op_search .search_box{
	background-color: #fff6ee;
	padding: 15px 10px 20px; 
}

/*旅のパーツ検索*/
#right_column .travel_search_wrap .parts_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -190px; ;
}
#right_column .travel_search_wrap .parts_h::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -382px /18px;
	margin-right: 10px;
	vertical-align: bottom;
}
#right_column .parts_search .search_box{
	background-color: #fff7f7;
	padding: 15px 10px 10px; 
}

/*ガイドブック検索*/
#right_column .travel_search_wrap .book_h{
	background: url(/com_img/menu/travel_tab_bg.jpg) no-repeat right -228px; ;
}
#right_column .travel_search_wrap .book_h::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/com_img/common_icon.png) no-repeat 0 -70px /18px;
	margin-right: 10px;
	vertical-align: bottom;
}
#right_column .book_search .search_box {
	padding: 15px 10px;
	background: linear-gradient(135deg, #fdfbf0, #e2f5f7);
}
/*#right_column .travel_search_wrap iframe{
	border: none;
	margin: 15px 10px 10px; 
}*/



/*----ホテル検索モジュール部分 TOP下部の検索でも使用-----*/
.hotel_search #hotel_search_side{
	background-color: #fffbf4;
	border-top: 1px dotted #ccc;
}
/*#hotel_recommend{padding-right: 30px;}
*/

/*wifi検索モジュール部分*/
.wifi_search select {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.wifi_search #firstNotice_1, #firstNotice_2 {
	height: 80px;
	margin-top: 15px;
}
.wifi_search #firstNotice_1 .select_btn, #firstNotice_2 .select_btn{
	margin-bottom: 8px;
}
.wifi_search table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 8px
}
.wifi_search th {
	font-weight: normal;
	padding: 5px 0;
	width: 25%;
	text-align: left;
}
.wifi_search td {
	width: 75%;
}
.wifi_search th, .wifi_search td {
	padding-bottom: 8px;
}
.wifi_search .btn{
	padding-bottom: 1px;
}
.wifi_search .btn button {
	border-radius: 30px;
	text-decoration: none;
	font-size: 14px;
	background-color: #fef102;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	margin: 10px auto 2px;
	transition: all .3s;
	color: #000;
	line-height: 1.4;
	padding: 7px 20px 5px;
	font-weight: bold;
	border: none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
.wifi_search .btn button:hover {
	margin: 12px auto 0;
	box-shadow: none;
	text-decoration: none;
	background-color: #fff984;
	cursor: pointer;
}
.wifi_search .powered_by{
	font-size: 11px;
	margin: 15px 0 0;
	padding: 0;
	text-align: right;
}

/*右カラムop検索部分*/
.op_search .select_btn{
	margin-bottom: 8px;
}
.op_search select {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.op_search .entry_sp .title{
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
	margin-top: 10px;
}
.op_search .submitpart input[type="submit"]{
	border-radius: 30px;
	text-decoration: none;
	font-size: 14px;
	background-color: #fef102;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	margin: 10px auto 2px;
	transition: all .3s;
	color: #000;
	line-height: 1.4;
	padding: 7px 20px 5px;
	font-weight: bold;
	border: none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	width: 200px;
}
.op_search .submitpart input[type="submit"]:hover {
	margin: 12px auto 0;
	box-shadow: none;
	text-decoration: none;
	background-color: #fff984;
	cursor: pointer;
}
.recommend_box.op_search .submitpart input[type="submit"]{
    font-size: 18px;
    padding: 7px 35px 5px;
    position: absolute;
    right: 30px;
    top: 18px;
}

/*parts検索部分*/
.parts_search .module_h{
	margin: 0 0 5px;
	font-weight: bold;
	text-align: center;
}
.parts_search select {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.parts_search table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 8px 0 15px;
}

.parts_search td.select {
	/*padding: 0 5px 5px 0;*/
	width: 60%;
	padding-right: 5px;
}


.parts_search .btn {
	border-radius: 30px;
	text-decoration: none;
	font-size: 14px;
	background-color: #fef102;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	margin: 5px auto 2px;
	transition: all .3s;
	color: #000;
	line-height: 1.4;
	padding: 7px 20px 5px;
	font-weight: bold;
	border: none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
.parts_search .btn:hover {
	margin: 7px auto 0;
	box-shadow: none;
	text-decoration: none;
	background-color: #fff984;
	cursor: pointer;
}
.parts_search .cal_btn{margin-top: 0;}
.parts_search .cal_btn:hover {margin: 2px auto 0;}

.parts_search .hoken_submit{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	width: 100%;
}
.parts_search .hoken_submit .btn{
	background-color: #F80033;
	color:#fff;
}
.parts_search .btn_wrap{
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

/*ガイドブック検索部分*/


.book_search .select_btn,
.book_search input[type="text"]{
	margin-bottom: 8px;
}

.book_search .entry_sp {
	margin: 15px 0 0;
	/*padding: 15px 0 0;
	border-top: 1px dotted #ccc;*/
}
#right_column .book_search select:disabled{
	color: #ccc;
	background: #eee!important;
}
#right_column .book_search .not_select_btn::after{
	border-top-color: #ccc;
}

@media screen and (max-width: 400px){
	#right_column .search_box select,
	#right_column .search_box input[type="text"]{
		font-size: 16px;
	}
}