@charset "utf-8";


button, textarea, select, input[type="text"], input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/****************************************
		0. タブの設定
*****************************************/

#searchWrap{
	padding: 20px 0;
	/* background-color: #E5F2FF; */
	overflow: visible;
}

#topContent .tab-button{
	width: 960px;
	margin: 0 auto 0;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#topContent .tabMenu01{
	width: 100%;
	margin: 0 auto 0;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#topContent .tab-button dd{
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
	transition:all 0.8s ease;
	text-align: center;
	border-radius: 3px 3px 0 0;
	position:relative
}
#topContent .tab-button dd a{
	padding: 7px 18px;
	display: block;
	text-decoration: none;
	color: #222;
	transition:all 0.8s ease;
	opacity: 1;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 3px 3px 0 0;
}
#topContent .new--icon {
	position: absolute;
	top: -3px;
	right: 2px;
	font-size: 9px;
	background-color: red;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	z-index: 50;
	font-weight: bold;
}
#topContent dd.tab--overseas a:hover{
	background-color: #004098;
	color: #FFF;
	opacity: 0.8;
}
#topContent dd.tab--domestic a:hover{
	background-color: #75B347;
	color: #FFF;
	opacity: 0.8;
}
#topContent dd.tab--overseas a{
	color: #222;
	/* background-color: rgba(84, 155, 254, 0.4); */
}
#topContent dd.tab--domestic a{
	color: #222;
	background-color: rgba(117, 179, 71, 0.4);
}
#topContent dd.tab--overseas a.active{
	background-color: #004098;
	color: #FFF;
}
#topContent dd.tab--domestic a.active{
	background-color:#75B347;
	color: #FFF;
	/* background-color: rgba(117, 179, 71, 0.2); */
}

#topContent .tab-contents{
	margin: 0 auto 5px;
	padding: 20px;
	background-color: #FFF;
	display: block;
	position: relative;
}
#topContent .tab-contents-hide{
	display: none;
	transition:all 0.8s ease;
}

#topContent .tab-contents--overseas{
	border: 5px solid #004098;
	transition:all 0.8s ease;
	background-color: #FFFAED;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}

#topContent .tab-contents--domestic{
	border: 5px solid #75B347;
	transition:all 0.8s ease;
	background-color: #F0FFE6;
}

#topContent #tourSearchWrap .section-ttl{
	width: 100%;
	font-size: 20px;
	padding: 0px 40px 5px 5px;
	margin-bottom: 0;
	color:#004098;
	font-weight: bold;
}

#topContent .form-wrap{
	padding: 0;
	font-size: 1em;
	margin: 0 auto;
	/* background-color: #FFFAED; */
	/* max-width: 340px; */
	/* padding-right: 0; */
	/* min-width: 907px; */
}
#topContent table.form-wrap{border-collapse: separate;}
#topContent table.form-wrap tr{
	/* margin-bottom: 5px; */
	vertical-align: middle;
	text-align: left;
	/* border: 1px solid; */
	/* padding: 10px; */
}
#topContent .form-wrap tr.check-box-wrap{
	margin-bottom: 10px;
	margin-top:5px;
}
#topContent .form-wrap th{
	font-size: 12px;
	width: 50%;
	text-align: left;
}
#topContent .form-wrap td{
	/* margin-right: 10px; */
	position: relative;
	/* width: 50%; */
	vertical-align: middle;
	text-align: left;
	/* padding: 0; */
	padding: 0;
	/* background-color: #EEE; */
	/* max-width: 220px; */
}

#topContent .iconCalendar img{
	position: absolute;
	bottom: 1px;
	right: 15px;
	z-index: 100;
}

#topContent .ui-datepicker-trigger{
	position: absolute;
	top: 14px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}
#topContent .datePicker3 .ui-datepicker-trigger{
	display: none;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}
#topContent .datePicker-icon .ui-datepicker-trigger{
	display: none;
/*	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;*/
}

#topContent #form9 .ui-datepicker-trigger{
	position: absolute;
	top: 13px;
	left: 191px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}

#topContent #domesticWrap03 .ui-datepicker-trigger{
	position: absolute;
	top: 10px;
	left: 187px;
	z-index: 100;
	cursor: pointer;
	width: 24px;
	opacity: 0.7;
}
#topContent select,
#topContent #tourDatepicker,
#topContent .input--style {
	height: 42px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
	position: relative;
	background: #FFF;
	font-size: 0.9em;
	color: #004BB0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 30px;
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	min-width: 220px;
	max-width: 220px;
	margin-right: 2px;
	border: 2px solid #888;
	/* background-image: url(../img/icon/icon_down01.png); */
	/* background-size: 22px; */
	/* background-position: top 9px right 6px; */
	/* background-repeat: no-repeat; */
}
#topContent select{
	max-width: 97%;
	width: 97%;
	min-width: 225px;
	margin-top: 2px;
	background-image: url(../img/icon_down01.png);
	background-size: 22px;
	background-position: top 9px right 4px;
	background-repeat: no-repeat;
	color: #004BB0!important;
}
#topContent input[type="text"]{
	height: 42px;
	padding: 0 0 0 14px;
	box-sizing: border-box;
	position: relative;
	background: #FFF;
	font-size: 0.9em;
	color: #004BB0!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 30px;
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	min-width: auto;
	max-width: none;
	width: 97%;
	margin-right: 2px;
	border: 2px solid #888;
	margin-top: 2px;
}
#topContent input[type="checkbox"],
#topContent input[type="radio"] {
	width: 16px;
	height: 16px;
	padding: 10px;
	vertical-align: middle;
}
#topContent .select01 {
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-size: 0.8em;
	padding-bottom: 0;
	border-bottom: 1px dotted #ddd;
	background-color: #FFF;
	vertical-align: middle;
	padding: 2px 5px;
}
#topContent .select01 li{
	margin-right: 5px;
	vertical-align: middle;
	/* line-height: 1; */
	padding: 2px 5px;
	text-align: left;
}
#topContent .select01 li img{
	margin-right: 0px;
	vertical-align: middle;
	width: 12px;
}

#topContent ul#tourBudgetRange{
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
}
#topContent ul#tourBudgetRange li{
	line-height: 30px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
#topContent #tourSearchWrap select.price-list{
	max-width: 120px;
	min-width: 60px;
}

#topContent .form-table-txt{
	font-size: 0.8em;
	color: #004098;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.5;
}
#topContent .form-table-ttl{
	font-size: 0.75em;
	text-align: center;
	display: inline-block;
	padding: 4px 8px;
	background-color: #F4BA23;
	color: #222;
	border-radius: 3px;
	font-weight: bold;
}
#topContent .form-table-ttl img{
	vertical-align:middle;
	margin-left:5px;
}

#topContent .form-mini{
	margin-top: 5px;
}
#topContent .form-mini-box{
	background-color: #FFF;
	padding: 2px 10px;
	font-size: 0.75em;
	/* display: inline-block; */
	border-bottom: 1px dotted #DDD;
}
#topContent .form-mini .form-table-ttl{
	margin-top: 5px;
	padding: 2px 8px;
}
#topContent .form-mini-select{
	position: relative;
}
#topContent .form-mini-select .form-input--img {
	position: absolute;
	right: 9px;
	top: 5px;
	z-index: 100;
	opacity: 0.7;
}
#topContent .form-mini-select select{
	max-width: 90px;
	min-width: 90px;
	width: 120px;
	height: 30px;
	font-size: 0.8em;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#topContent .form-icon img{
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 2px;
}

#topContent .form-input--img{
	position: absolute;
	right: 9px;
	top: 17px;
	z-index: 100;
	opacity: 0.7;
}
#topContent .form-input--img img{
	width: 24px;
	margin: 0;
}

#topContent .form-btn{
	clear: both;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#topContent #tourSearch{
	/* line-height: 14px; */
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	text-decoration: none;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: transparent;
	transition:all 0.4s ease;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
}

#topContent #tourSearch:hover{
	transition:all 0.8s ease;
	filter:alpha(opacity=70); 
	opacity:0.7;
}
#topContent .form-btn img{
	width: 25px;
	vertical-align: middle;
	margin-right: 0px;
}
#topContent .form-btn--plus{
	background-color: #FEF5DE;
	font-size: 0.8em;
	padding: 5px 10px;
	border: 1px solid #333;
	line-height: 24px;
}
#topContent .form-btn--plus img{
	width: 20px;
	margin-left: 5px;
}
#topContent .form-city-list{
	float: left;
	padding: 5px 10px 5px;
	padding-right: 0;
	min-width: 205px;
	width: 50%;
	max-width: 350px;
}
#topContent .form-city-list p{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;
	color: #004BB0;
}
#topContent .form-city-list ul{
	margin-bottom: 5px;
}
#topContent .form-city-list li{
	float: left;
	margin: 2px 3px;
	padding: 2px 4px;
	font-size: 12px;
	background-color: #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition:all 0.4s ease;
}
#topContent .form-city-list li:hover{
	background-color: #F4BA23;
	color: #004098;
	transition:all 0.4s ease;
}

#topContent #otherSearchWrap{
	width: 800px;
	margin: 0 auto;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	overflow: visible;
	position: relative;
}
#topContent #otherSearchWrap li{
	width: 33.3%;
	overflow: visible;
	margin: 0 2.5%;
}

#topContent #otherSearchWrap .item-box-txt{
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	margin: 15px 0 0;
	display: block;
	text-align: center;
	color: #333;
	padding: 8px 30px;
	background-color: #F7E0A4;
	background-repeat: no-repeat;
	background-position: right 7px top 8px;
	background-size: 14px;
	background-image: url(../img/icon/icon_next03.png);
	/* border: 2px solid #F4BA23; */
	cursor: pointer;
	border-radius: 2px;
	text-decoration:none;
}
#topContent #otherSearchWrap a{text-decoration:none;}
#topContent #otherSearchWrap .item-box-txt:hover{
	text-decoration: underline;
}
#topContent #otherSearchWrap #otherTourBox .item-box-txt{
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
	background-size: 22px;
	background-image: url(../img/icon_down01.png);
}
#topContent .other-search-box{
	width: 960px;
	background-color: #fffaed;
	background-color: #FFF;
	display: none;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	border: none;
	margin: 5px auto 0;
	position: relative;
	transition: all 0.8s ease;
	overflow:hidden;
}
#topContent #otherSearchTour .modal-close {
	background-color: #333;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	padding: 5px 25px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}


#topContent .form-expand-Wrap{
	display: none;
	border-top: 1px dotted #ddd;
	padding: 5px 5px;
	background-color: #FFFAED;
}
#topContent .form-expand-box{
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#topContent .form-expand-box .form-table-ttl{
	padding: 2px 8px;
	margin-bottom: 3px;
}
#topContent .form-expand-box li{
	position: relative;
	margin-right: 5px;
}
#topContent .form-expand-box li .form-input--img {
	position: absolute;
	right: 8px;
	top: 32px;
	z-index: 100;
	opacity: 0.7;
}
#topContent .fom-expand-btn{
	font-size: 0.75em;
	cursor: pointer;
	color: #333;
	padding: 2px 20px;
	background-color: #EEE;
	display: block;
	/*border: 1px solid #F4BA23;*/
	text-align: center;
	width: 50%;
	margin: 0 auto;
	text-decoration: underline;
}
#topContent .fom-expand-btn img{
	width: 20px;
	vertical-align: middle;
	display: inline-block;
}
#topContent .expand--close{
	margin-top: 10px;
	/* background-color: #FFF; */
}

#topContent .form-expand-box select {
	max-width: 220px;
	width: 220px;
	height: 35px;
}
#topContent .form-expand-box .input--style {
	max-width: 220px;
	width: 220px;
	height: 35px;
}

#topContent .tab-contents--domestic .input--style {
	max-width: 290px;
	width: 290px;
}
#topContent .domestic--budget select{
	max-width: 170px;
	min-width: 170px;
}
#topContent .domestic--budget-txt{
	font-size: 0.8em;
	vertical-align: middle;

}#topContent .domestic--budget .form-input--img {
	position: absolute;
	right: 60px;
	top: 16px;
	z-index: 100;
	opacity: 0.7;
}


/****************************************
		0. 全体の設定
*****************************************/

#topContent .inner__block{
	width: 100% !important;
	padding: 3px;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*航空券+ホテル*/
#topContent .more--block{
	display: none;
	padding: 0;
}
#topContent .more--block-wrap{
	background-color: #FFF;
	padding: 10px;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #EEE;
	margin-bottom: 5px;
}
#topContent .hide--block{
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	/*display: none;*/
	margin-bottom: 5px;
}
#topContent .hide--block-open{
	padding: 5px 0;
}
#topContent .hide--block-open img{
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}


#topContent .headBlock{
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.departureblock{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}*/
#topContent .departureblock{
	width: 48%;
	margin: 1%;
	text-align: left;
}
#topContent .inputblock--w1 {
	width: 48%;
	margin: 1%;
	text-align: left;
}
#topContent .inputItem{
	font-size: 0.75em;
	vertical-align:middle;
	font-weight: bold;
	background-color: #F4BA23;
	color: #222;
	padding: 2px 10px;
	text-align: center;
	margin: 0 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* width: 125px; */
}
#topContent .inputItem.none{
	visibility: hidden;
}
#topContent .fs11{
	font-size: 0.7em;
	vertical-align:middle;
	font-weight: bold;
	color: #222;
	padding:0
}
#topContent .inputItem img{
	margin-left:5px;
	vertical-align:middle;
}
#topContent select.w--160{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	display: none;
}

#topContent .person{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px 0;
}
#topContent .person li{
	width: 25%;
	vertical-align: middle;
	min-width: auto;
	max-width: none;
	line-height: 40px;
}
#topContent li.w--90{
	width: 90px;
	/* min-width: 90px; */
	/* max-width: 90px; */
	vertical-align: middle;
}
#topContent li.w--145{
	width: 120px;
}
#topContent li.w--220{
	width: 180px;
}
#topContent .person li:nth-child(5) {
	margin: 10px 0 0;
	width: 100%;
}
#topContent .person li select.w--80{
	width: 70px;
	min-width: 70px;
	max-width: 70px;
	line-height: 25px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 0;
	background-image: url(../img/icon_down01.png);
	background-size: 22px;
	background-position: top 3px right 4px;
	background-repeat: no-repeat;
}


#topContent .roomsTitle{
	width: 235px;
	vertical-align: middle;
	padding: 10px 0;
}
#topContent .roomsTitle .roomsTitle{
	width: 100%;
}

#topContent .room-wrap{
	/* width: 80% */
}
#topContent .rooms{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 2px solid #FFFAED;
	margin-bottom: 5px;
}

#topContent .rooms dl{
	width: 586px;
	display: flex;
	-js-display: inline-flex;
	flex-wrap: nowrap;
	background-color: #EEE;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 35px;
	/* margin-right: 5px; */
}
#topContent .tabHotel .rooms dl{
	width: 100%;}
#topContent .rooms dt{
	width: 40%;
	/* line-height: 25px; */
	/* vertical-align: middle; */
}
#topContent .rooms dd{
	width: 100%;
	vertical-align: middle;
	line-height: 20px;
}
#topContent .roomsTitle select{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 30px;
	line-height: 23px;
	margin-left: 5px;
	background-image: url(../img/icon_down01.png);
	background-size: 22px;
	background-position: top 2px right 1px !important;
	background-repeat: no-repeat;
}
#topContent .peopleNum{
	width: 100%;
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
	/* background-color: #FFF; */
	padding: 0;
}
#topContent .peopleNum li{
	 width: 30%;
	vertical-align: middle;
	min-width: auto;
	max-width: none;
	line-height: 15px;
	/* height: 30px; */
	font-size: 0.8em;
	margin-right: 10px;
}
#topContent .peopleNum li span {
	display: block;
}
#topContent .peopleNum select{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 25px;
	line-height: 20px;
	background-image: url(../img/icon_down01.png);
	background-size: 22px;
	background-position: center right 2px;
	background-repeat: no-repeat;
}
/* .detailInputBlock{
	display: none;
} */

#topContent .inner__block .icon{
	font-size: 0.8em;
	background-color: #FFF;
	padding: 5px 20px 5px 15px;
	border: 1px solid #DDD;
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	/* margin-right: 5px; */
}
#topContent .inner__block .icon:hover{
	text-decoration:underline;
}
#topContent .inner__block .searchBtn {
	overflow: hidden;
	display: block;
	width: 270px;
	height: 40px;
	margin: 0 auto;
	text-indent: -300%;
	text-align: center;
	word-wrap: normal;
	white-space: nowrap;
	background: url(/body/images/btn-search.png) center top -3px no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}
#topContent .inner__block .searchBtn.btn02 {
	background: url(/body/images/btn-search02.png) center top -3px no-repeat;
	width: 300px;
}
#topContent .inner__block .searchBtn.btn03 {
	background: url(/body/images/btn-search03.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn04 {
	background: url(/body/images/btn-search04.png) center top -3px no-repeat;
	/* margin-left: 10px; */
	width: 260px;
}
#topContent .inner__block .searchBtn.btn05 {
	background: url(/body/images/btn-search05.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn08 {
	background: url(/body/images/btn-search08.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn09 {
	background: url(/body/images/btn-search09.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn10 {
	background: url(/body/images/btn-search10.png) center top -3px no-repeat;
}


#topContent .form-wrap .send {
	overflow: hidden;
	display: block;
	width: 250px;
	height: 40px;
	margin: 0 0 0 5px;
	text-indent: -300%;
	text-align: center;
	word-wrap: normal;
	white-space: nowrap;
	background: url(/body/images/btn-search.png) center top -3px no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 0 10px;
}
#topContent .form-wrap .send.btn08 {
	background: url(/body/images/btn-search08.png) center top -3px no-repeat;
	background-color: #FF8C00;
}
#topContent .form-wrap .send.btn09 {
	background: url(/body/images/btn-search09.png) center top -3px no-repeat;
}

#topContent .errorBlock{
	display: block;
	width: 100%;
	position: absolute;
	background-color: rgba(255,0,0,0.7);
	top: 0px;
	right: 0;
	color: #FFF;
	padding: 5px 40px;
	text-align: center;
}

#topContent #searchBlock .errorBg {
	background-color: #FBC7C7 !important;
}
#topContent .errorTxColor {
	font-weight: bold;
	background-color: #e43000 !important;
	color: #FFF;
}

#topContent .roomsTitle .roomsTitle {
	width: 90px;
}

#topContent .inner__block.roomsWrap {
	width: 100%;
	display: block;
	vertical-align: middle;
}

#topContent .inputblock {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	vertical-align: middle;
	padding: 0;
}
#topContent .tabFlights .inputblock .searchBtnBlock{
	padding: 10px 10px;
	line-height: 24px;
}
#topContent .inputCalendar{
	position: relative;
}
#topContent .tabFlights .iconCalendar img {
	/* top: auto; */
}

#topContent .checkBox{
	font-size: 0.8em;
}

#topContent .budgetWrap{
	width: 100% !important;
	/*flex: 2;*/
	margin-left: 5px;
	text-align: left;
}
#topContent .budget{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	width: 415px;
	/* padding: 0 5px; */
}
#topContent .budget li span{
	vertical-align: middle;
	line-height: 49px;
	font-size: 0.80em;
	margin: 0 7px;
	padding: 5px 2px 0;
}
#topContent .budget select.w--120{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	vertical-align: middle;
}
#topContent .listItem{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.8em;
	padding: 10px 0;
}
#topContent .listItem li{
	/* width: 20%; */
	margin-right: 10px;
}
#topContent .listItem li .searchBtnBlock{
	flex: 2;
}

#topContent .tabJpHotel .inputblock--w1{

}
#topContent .tabJpHotel .inputblock--w2{
	width: 50%;
}
#topContent .listItem2{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#topContent .tabJpHotel .listItem{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}

/*海外ホテル*/
#topContent .hideBlock{
	display: none;
}
#topContent .tabHotel .inner__block .searchBtn{
	padding: 10px 0;
	line-height: 24px;
}
#topContent .tab-contents--overseas .inputblock--w2{
	width: 21%;
}
#topContent .tab-contents--overseas .inputblock--w3{
	width: 15%;
	padding: 0 1%;
}
#topContent #datepicker7{
	width: 170px;
}
#topContent .w--85{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
#topContent .w--335{
	width: 270px;
	margin-right: 10px;
	min-width: auto;
	max-width: none;
}
#topContent input[type="text"].hotel--name{
	width: 330px;
	min-width: 330px;
	max-width: 330px;
}
#topContent .tabHotel .inner__block .searchBtnBlock{
	padding: 27px 15px 0;
}
#topContent .tabTour .inner__block .searchBtnBlock {
    padding: 27px 15px 0;
}

#topContent .tabHotel .roomsTitle {
	width: 20%;
	vertical-align: middle;
	padding: 10px 0;
}
#topContent .tabHotel .room-wrap {
	width: 60%;
}
#topContent .tabHotel .rooms dt {
	width: 30%;
}
#topContent .tabHotel .iconCalendar img {
	position: absolute;
	/* top: 5px; */
	right: 15px;
	z-index: 100;
}
#topContent .ageBox{
	display: none;
}
#topContent .ageBox ul{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#topContent .ageBox ul li{
	font-size: 1em;
}
#topContent .age-box-title{
	display: inline-block;
	background-color: #F4BA23;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 0.85em;
	font-weight: bold;
	/* border: 1px solid #DDD; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#topContent .age-box-title img {
	margin-left: 5px;
	vertical-align: middle;
}

/*	海外ツアー*/
#topContent .tabTour {
	flex-direction: column;
}
#topContent .tabTour .iconCalendar img {
	position: absolute;
	top: auto;
	bottom: 1px;
	right: 15px;
	z-index: 100;
}

/*バスツアー*/
#topContent .innerBlockJpTourBus{
	display: none;
}

#topContent .innerBlockJpTourBus .budget li span{
	display: block;
	width: 40px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 0.8em;
	margin: 0 5px;
	padding: 5px 5px 0;
}
#topContent .tabJpHotel .ui-datepicker-trigger {
	position: absolute;
	top: 14px;
	left: 189px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}

/*  ========== */
#topContent #searchBlock .errorBlock {
	margin-top: 10px;
	padding: 5px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	color: #e43000;
}
#topContent #searchBlock .errorBlock p {
	font-weight: bold;
}
#topContent #searchBlock .errorTxColor { font-weight: bold; color: #e43000 !important; }
#topContent #searchBlock .errorBg { background-color: #fed9d9 !important; }

#topContent #searchBlock .inputHighlight {
	border: 2px solid #ff6600;
}
#topContent #searchBlock .inputWrap {
	position: relative;
}
#topContent #searchBlock .inputWrap .alertPopup01,
#topContent #searchBlock .inputWrap .alertPopup02 {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 1;
	margin-bottom: 10px;
	margin-left: -25px;
	padding: 0.5em 0.75em;
	background: #ff6600;
	font-size: 12px;
	line-height: 1.25;
	color: #fff;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-ms-border-radius    : 4px;
	border-radius        : 4px;
	pointer-events: none;
}
#topContent #searchBlock .inputWrap .alertPopup01:after,
#topContent #searchBlock .inputWrap .alertPopup02:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 100%;
	border-color: #ff6600 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 0;
	pointer-events: none;
}
#topContent #searchBlock .inputWrap .menuDest {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
	width: 476px;
	/* min-height: 240px; */
	background: #fff;
	border: 1px solid #ddd;
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
}
/*国内ツアー*/
#form8 .select01 {
	width: 60%;
}

/*ipad*/
@media screen and (min-width: 768px) and (max-width: 960px){
	#topContent #searchBlock .inputWrap .menuDest {
		right: 0;
		left: auto;
	}
}
#topContent #searchBlock .inputWrap .menuDest p {
	margin: 10px 15px 0;
	font-weight: bold;
	font-size: 0.8em;
}
#topContent #searchBlock .inputWrap .menuDestClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .inputWrap .menuDestTab {
	display: block;
	margin-top: 5px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .inputWrap .menuDestTab ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuDestTab li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuDestTab li:first-child {
	border-left-width: 1px;
}
#topContent #searchBlock .inputWrap .menuDestTab li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .inputWrap .menuDestDetail {
	padding: 10px 15px;
	background-color: #EEE;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	padding: 0 15px;
	padding-right: 22px;
	height: 28px;
	margin: 4px 8px;
	border: none;
	/* background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #DDD;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 12px;
	background-position: top 8px right 3px;
	background-repeat: no-repeat;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:before,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover:before,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover:after {
	/* background-position: left bottom; */
}
#topContent #searchBlock .menuDestArea {
	display: none;
}
#topContent #searchBlock .menuDestArea.active {
	display: block;
}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}
/*  ========== */

/* =============== POPUP and Menu 201505 Start =============== */
#topContent #searchBlock .menuDest--flight {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	width: 540px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow   : 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow        : 0 1px 2px rgba(0, 0, 0, 0.2);
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-ms-border-radius    : 4px;
	border-radius        : 4px;
}
#topContent #searchBlock .menuDest--flight p {
	margin: 10px 15px 0;
	font-weight: bold;
}
#topContent #searchBlock .menuDestClose--flight {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .menuDestTab--flight {
	display: block;
	margin-top: 10px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .menuDestTab--flight ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .menuDestTab--flight li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .menuDestTab--flight li:first-child {
	border-left-width: 1px;
}
#topContent #searchBlock .menuDestTab--flight li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .menuDestDetail--flight {
	padding: 10px 15px;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	height: 28px;
	margin: 5px 12px;
	border: none;
/* 	background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:before,
#topContent #searchBlock .menuDestDetail--flight .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover,
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover:before,
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover:after {
	background-position: left bottom;
}
#topContent #searchBlock .menuDestArea--flight {
	display: none;
}
#topContent #searchBlock .menuDestArea--flight.active {
	display: block;
}
/* =============== POPUP and Menu 201505 End =============== */


/****************************************
		0. 全体の設定
*****************************************/

#topContent  #searchBlock .placeholderTxt{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 5px 2px 5px;
	color: #666;
	box-sizing: border-box;
}

#topContent #carouselBlock .carouselBoxInner{
	overflow: hidden;
	position: absolute;
	top: 41px;
	z-index: 1;
	max-width: 100%;
	height: 100px;
	left: 38px;
}
#topContent #carouselBlock .carouselItems{
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 900px;
}
.carouselBlockInner .carouselBtn .btnPrev.disable,
.carouselBlockInner .carouselBtn .btnPrev.disable:hover{
	background-position: left bottom;
	cursor: default;
}
.carouselBlockInner .carouselBtn .btnNext.disable,
.carouselBlockInner .carouselBtn .btnNext.disable:hover{
	background-position: right bottom;
	cursor: default;
}
#topContent #carouselBlock{
	position: relative;
	z-index: 0;
}
.carouselBlockInner .btnPrev,
.carouselBlockInner .btnPrev:focus,
.carouselBlockInner .btnNext,
.carouselBlockInner .btnNext:focus{
	outline: none;
}

.carouselBoxInner{
	/* width: 100%; */
	padding: 5px 10px;
	/* overflow-x:scroll; */
}
.carouselItems{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	/* align-items: baseline; */
	width: 98%;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
	height: 73px;
}
#serviceWrap .carouselItems{
	height: auto;
	flex-wrap: wrap;
}
.carouselItems li{
	/*float: left;*/
	padding: 5px;
	/* width: 32.5%; */
	/* min-width: 177px; */
	margin-right: 10px;
	/* width: 33.3%; */
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
/* 	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc; */
	border:1px solid #EEE;
}
.carouselItems li img{
	width: 100%;
	border-radius: 3px;
}


#serviceWrap .carouselItems li{
	/*float: left;*/
	padding:2px 5px;
	/* width: 32.5%; */
	/* min-width: 177px; */
	margin: 0 8px;
	/* width: 33.3%; */
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
/* 	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc; */
	border:none;
}




/* ticketTypeFrom ※20160715追記（海外発航空券対応）
----------------------------------------------------------------- */
#topContent #searchBlock .ticketType__tab {
	display: none;
	float: right;
	margin: 2px 10px 0 0;
	position: absolute;
	top: -2px;
	right: -10px;
	background-color: #004098;
	padding: 5px 10px;
	color: #FFF;
}

#topContent #searchBlock .ticketType__tab > li {
	display: none;
	font-weight: bold;
	font-size: 12px;
	/* color: #024895; */
	cursor: pointer;
}

#topContent #searchBlock .ticketType__tab > li.active {
	display: block;
}

#topContent #searchBlock .ticketType__tab > li > i {
	display: inline-block;
	margin-right: 3px;
	vertical-align: baseline;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	}

#topContent #searchBlock .ticketType {
    display: block;
}

#topContent #searchBlock .ticketType__content {
    display: block;
}

#topContent #searchBlock .ticketType__detail {
	display: none;
}

#topContent #searchBlock .ticketType__detail.active {
	display: block;
}

/* menuOrgOversea */
#topContent #searchBlock .inputWrap .menuOrgOversea {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
	width: 540px;
	/* min-height: 240px; */
	background: #fff;
	border: 1px solid #ddd;
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
}
#topContent #searchBlock .inputWrap .menuOrgOversea p {
	margin: 10px 15px 0;
	font-weight: bold;
	font-size: 0.8em;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab {
	display: block;
	margin-top: 5px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li:first-child {border-left-width: 1px;}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail {
	padding: 10px 15px;
	background-color: #EEE;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	padding: 0 15px;
	padding-right: 22px;
	height: 28px;
	margin: 4px 8px;
	border: none;
	/* background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #DDD;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 12px;
	background-position: top 8px right 3px;
	background-repeat: no-repeat;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:before,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover:before,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover:after {/*background-position: left bottom;*/
}
#topContent #searchBlock .menuOrgOverseaArea {display: none;}
#topContent #searchBlock .menuOrgOverseaArea.active {display: block;}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}



/* セール会員 ※20161115追記（セール会員新着上バナー追加対応）
----------------------------------------------------------------- */

.section-special-bnr{
	width: 860px;
	margin: 20px auto 0;
	transition:all 0.4s ease;
}
.section-special-bnr img{
	width: 100%;
	border-radius: 3px;
}
.section-special-bnr:hover{
	transition:all 0.8s ease;
	filter:alpha(opacity=70); 
	opacity:0.7;
}

/* =============== POPUP and Menu 201505 End =============== */

#searchWrap{
	width: 100%;
	padding: 20px 0;
	overflow: visible;
}
#topContent {
	font-size: 15px;
}

/*調整*/
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	width: 16px;
}
.ui-autocomplete {
	font-size: 13px;
}
/*IE矢印消す*/
select::-ms-expand {
    display: none;
}

/*sp*/
@media screen and (min-width: 320px) and (max-width: 767px){
	#topContent {
		width: 100%;
		font-size: 12px;
	}
	#topContent .tab-contents {
		padding: 7px;
	}
	#topContent .inputblock--w1 {
		width: 100%;
	}
	#topContent .tabTour .inner__block:first-child {
		padding: 3px 3px 0;
	}
	#topContent .tabTour .inner__block:nth-child(2) {
		padding: 0 3px 3px;
	}
	#topContent select {
		min-width: 0;
	}
	#topContent .budgetWrap {
		margin: 3px 0 0 5px;
	}
	#topContent .budget {
		width: auto;
	}
	#topContent .budget select.w--120 {
		width: 100px;
		min-width: 0;
		max-width: none;
	}
	#topContent .tabTour .inner__block .searchBtnBlock {
		padding: 10px 15px 0;
	}
	#topContent .inner__block .searchBtn.btn04 {
		background: url(/body/images/btn-search04.png) center top 0 no-repeat;
		background-size: 90%;
	}
	#topContent input[type="checkbox"]{
		width: 14px;
		height: 14px;
		appearance: checkbox;
		-webkit-appearance: checkbox;
	}
	#topContent input[type="radio"] {
		width: 14px;
		height: 14px;
		appearance: radio;
		-webkit-appearance: radio;
	}
	.ui-datepicker {
		width: 300px !important;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%;
	}
	.ui-datepicker-multi .ui-datepicker-group {
		float: none;
	}
	/*air*/
	#topContent .room-wrap {
		width: 100%;
	}
	#topContent .rooms dl {
		width: 100%;
		padding: 2px;
		line-height: 24px;
	}
	#topContent .rooms dt {
		width: 20%;
	}
	#topContent .rooms .inputItem {
		padding: 2px 4px;
	}
	#topContent .peopleNum select {
		min-width: 0;
		min-width: none;
		width: 77px;
	}
	#topContent .peopleNum li {
		margin: 0 2px;
	}
	#topContent .inputItem {
		display: inline-block;
		margin: 0;
		padding: 4px 10px 2px;
	}
	#topContent select {
		margin-top: 0;
	}
	/*destメニュー*/
	#topContent #searchBlock .inputWrap .menuDest {
		width: 100%;
	}
	#topContent #searchBlock .inputWrap .menuDestClose {
		top: 0;
		right: 0;
	}
	#topContent #searchBlock .inputWrap .menuDestTab {
		padding: 0;
	}
	#topContent #searchBlock .inputWrap .menuDestTab li {
		text-align: left;
		font-size: 12px;
	}
	#topContent #searchBlock .inputWrap .menuDest p {
		margin: 10px 20px 0;
	}
	#topContent #searchBlock .inputWrap .menuDestDetail {
		padding: 6px;
	}
	#topContent #searchBlock .inputWrap .menuDestDetail .btSmall {
		margin: 2px;
		padding: 0 14px 0 6px;
		font-size: 12px;
		background-size: 10px;
		background-position: top 8px right 0;
		background-repeat: no-repeat;
	}
	#topContent .inner__block .searchBtn.btn02 {
		width: 280px;
		background: url(/body/images/btn-search02.png) center top 0 no-repeat;
		background-size: 90%;
	}
	#topContent .person li.w--220 {
		margin: 0 0 0 40px;
	}
	#topContent .inner__block .searchBtn {
		background-position: center top;
		background-size: 90%;
	}
	#topContent .inner__block .icon {
		padding: 6px 10px 4px;
	}
	#topContent .datePicker-icon .ui-datepicker-trigger {
		top: 0;
	}
}

/*20191119国内タブ用レイアウト調整*/
#form8 .form-wrap {width:96%;}
#form8 .form-wrap td {width:33%;}
#form8 .input--style {max-width:98%; width: 98%;}
#form8 .domestic--budget select {max-width: 82%; min-width: 82%;}
#form8 .select02 {width: 100%;padding: 10px;border-bottom: none; margin-bottom:20px;}
#form8 .form-wrap .send {margin: 0 auto;}