﻿@charset "UTF-8";

.tb-tour-search {
	margin: 30px auto;
    padding: 15px;
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    font-size: 14px;
    /* display: none; */
    width: 948px;
}

.tb-tour-search select {
	height: 24px;
	margin-right: 5px;
	font-family: HiraKakuPro-W3,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',osaka,Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	line-height: 1em;
}

.disabled {
	border: none;
	pointer-events: none;

	-webkit-appearance: none;
}

.tb-tour-search input[type='text'] {
	height: 24px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	padding: 0;
	color: #333;
	font-family: HiraKakuPro-W3,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',osaka,Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.tb-tour-search .year {
	width: 3em;
}

.tb-tour-search .month {
	width: 2em;
}

.tb-tour-search #ContentPlaceHolder2_ucDateOfDeparture1_cmbDateOfDepartureDay {
	width: 3em;
}

img.ui-datepicker-trigger {
	vertical-align: text-top;
	width: unset !important; /*20180217 喜村追記*/
}

.tb-tour-search dl::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.tb-tour-search dl dt {
	float: left;
	width: 90px;
	height: 24px;
	margin: 3px 5px;
	padding: 5px 10px;
	background: #eee;
	font-weight: bold;
	line-height: 24px;
}

.tb-tour-search dl dd {
	float: left;
	width: 330px;
	height: 24px;
	padding: 8px 10px;
	line-height: 24px;
}

.tb-tour-search__button {
	clear: both;
	margin: 0;
}

a#searchtour {
	display: block;
	position: relative;
	width: 300px;
	height: 20px;
	margin: 10px auto 3px;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background: #f27b11;
	box-shadow: 0 3px 0 #da6c0b;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

a#searchtour:hover {
	margin: 9px auto 4px;
	color: #fff;
	background-color: #f39c33;
	box-shadow: 0 4px 0 #da6c0b;
	cursor: pointer;
}

a#searchtour::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a#searchtour::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 7px solid #f27b11;
	content: '';
}

a#searchtour:hover::before {
	top: -webkit-calc(50% - 1px);
	top:         calc(50% - 1px);
}

a#searchtour:hover::after {
	top: -webkit-calc(50% - 1px);
	top:         calc(50% - 1px);
}

#datepicker {
	display: none;
}

#ctl00$contentplaceholder2$ucdateofdeparture1$cmbdateofdepartureym {
	display: none;
}

.tb-tour-search input:disabled {
	border: none;
	background: #fff;
}

.ui-datepicker-calendar tr th:last-child,
.ui-datepicker-calendar tr td:last-child> a {
	color: #00c;
}

.ui-datepicker-calendar tr th:first-child,
.ui-datepicker-calendar tr td:first-child> a,
.ui-datepicker-calendar tr td.class-holiday> a {
	color: #c00;
}

.tb-tour-search__comments {
	color: #555;
	font-size: 12px;
}

/* 取得する出発日パラメータを選択 */
.raido__list {
    display: none;
}

.pull-downmenu__list {
    display: block;
}

.isJs-search__SelectRadio .raido__list {
    display: block;
}

.isJs-search__SelectRadio .pull-downmenu__list {
    display: none;
}

/*観光情報サイトに検索枠を置くとき用*/
.js-search_headline {
    width: 960px;
    margin: 30px auto 0;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    background-color: #003894;
}

.js-search_headline + .tb-tour-search {
	width: 948px;
	margin: 0 auto 30px;
}

#tallContent {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    width: 450px;
}

#tallContent p {
	width: 35px;
}

#tallContent img {
	width: 32px;
	opacity: .5;
}

#tallContent p + p {
    margin-left: 15px;
	width: 400px;
}