@charset "utf-8";
/*バスツアー（一覧）*/
ul.area_all li {
	float:left;
	padding: 5px;
}
div.area_wrap {
	clear: both;
	margin-bottom: 15px;
	width: 760px;
}
div.area_wrap:after {
	content: "";
	display: block;
	clear: both;
}
div.area_wrap h4 {
	border-bottom: 3px solid #1B81CC;
}
div.hotel_wrap {
	clear: both;
	min-height: 120px;
  zoom: 100%;
	margin: 15px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
}
div.hotel_wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div.hotel_wrap img.hotel_photo {
	float: left;
}
div.hotel_wrap div.hotel {
	float: right;
	width: 630px;
}
div.hotel_wrap div.hotel p.hotel1 {
	float: left;
	background: url(../image/bustour/hotel_name.gif) no-repeat left center;
	font-size: 120%;
	padding-left: 10px;
	font-weight: bold;
}
div.hotel_wrap div.hotel p.hotel1 span.red_b {
	padding-left: 10px;	
}
div.hotel_wrap div.hotel p.aicon {
	float: right;
}
div.hotel_wrap p.hotel_summary {
	float: left;
	width: 620px;
	margin: 5px 0px;
	padding: 5px;
	min-height: 40px;
	background: #F4FCFF;
}
div.hotel:after {
	content: "";
	display: block;
	clear: both;
}
div.hotel_wrap ul.buttom {
	position:relative;
	float: right;
}
div.hotel_wrap ul.buttom li {
	float: left;
	margin-left: 3px;
}
div.hotel_wrap ul.buttom li a {	display: block;}
div.hotel_wrap ul.buttom li a:hover img { visibility: hidden;}

div.hotel_wrap li.buttom1 {
	background:url(../image/bustour/kanto_asa_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom2 {
	background:url(../image/bustour/kanto_yoru_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom3 {
	background:url(../image/bustour/kansai_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom4 {
	background:url(../image/bustour/tokai_over.gif) no-repeat left bottom;
}

/* コーススケジュール */
div#schedule_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
table#schedule {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;	
}
table#schedule td {
	background-color: #ececec;
}
table#schedule td.arrow {
	height: 20px;
	background: url(image/bustour/arrow.gif) no-repeat center center #FFF;
	border: none;
}
table#schedule td.text_right {
	vertical-align: bottom;
}
table#schedule .haba {
	width: 30%;
}
table#schedule td.height {
	height: 7px;
	background-color: #FFFFFF;
}
table#schedule td.time {	/*時刻*/
	text-align: right;
	padding-right: 1.0em;
}
table#schedule td.hotel {	/*ホテル*/
	height: 7px;
	background-color: #DDF4FF;
}

/* シャトルバス */
table#shuttle_tokyo ,
table#shuttle_osaka ,
table#shuttle_nagoya {
	width: 100%;
	border-collapse: collapse;
}
table#shuttle_tokyo caption,
table#shuttle_osaka caption,
table#shuttle_nagoya caption {
	padding: 3px 5px;
	background-color: #1B81CC;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

/*シャトルバス（東京発）*/
table#shuttle_tokyo td {
	vertical-align: top;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 24%;
}
table#shuttle_tokyo td.space {
	background-color: #FFFFFF;
	border: none;
	width: 5px;
}
table#shuttle_tokyo td.space2 {
	background-color: #FFFFFF;
	border: none;
	height: 5px;
}
table#shuttle_tokyo tr.font_s {
	font-size: 80%;
}
table#shuttle_tokyo td.tokyo_area {
	background-color: #6F98DF;
	color: #FFFFFF;
}
table#shuttle_tokyo td.kanagawa_area {
	background-color: #72c0a4;
	color: #FFFFFF;
}
table#shuttle_tokyo td.tiba_area {
	background-color: #CF74C0;
	color: #FFFFFF;
}
table#shuttle_tokyo td.saitama_area {
	background-color: #FC9A66;
	color: #FFFFFF;
}
table#shuttle_tokyo td.ibaraki_area {
	background-color: #FF6FA4;
	color: #FFFFFF;
}

/*シャトルバス（大阪発）*/
table#shuttle_osaka td {
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 80%;
}


/* 集合場所の詳細ボタン */

div#schedule_wrap td.white_bg {
	background-color: #FFFFFF;
}
div#schedule_wrap td a.syugou {
	display:block;
	text-align: right;
	padding: 5px 0px;
	background: url(image/syugou_over.gif) no-repeat right center;
}
div#schedule_wrap td a:hover img { visibility: hidden;}

table#fukuro {	/*復路スケジュール*/
	width: 100%;
	border-collapse: collapse;
}
table#fukuro td {
	border: 1px solid #FFFFFF;
	text-align: center;
}
table#fukuro .haba {
	width: 25%;
}
table#fukuro td a {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
/*マイカープラン（スキー場一覧）*/
div#area_left {
	float: left;
	width: 375px;
}
div#area_right {
	float: right;
	width: 375px;
}
div.area_wrap {
	clear: both;
	overflow: hidden;
  zoom: 100%;
	margin-top: 10px;
}

div.area_wrap p.area_name {
	background: url(image/syukuhaku/title_name.gif) no-repeat left center;
	font-size: 120%;
	padding-left: 15px;
	font-weight: bold;
}
div.area_wrap2 {
	margin: 5px 0px;
	padding: 5px;
	overflow: hidden;
	background: #F4FCFF;
}
div.area_wrap2 a {
	display: block;
}
div.area_wrap2 a:hover {
	cursor: pointer;
}
div.area_wrap2 img {
	float: left;
}
div.area_wrap2 span.area_text {
	float: left;
	padding-left: 8px;
	width: 287px;
}
div.area_wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*マイカープラン（ホテル一覧）*/
div.hotel_wrap {
	clear: both;
	min-height: 120px;
  zoom: 100%;
	margin: 15px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
}
div.hotel_wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div.hotel_wrap img.hotel_photo {
	float: left;
}
div.hotel_wrap div.hotel {
	float: right;
	width: 630px;
}
div.hotel_wrap div.hotel p.hotel1 {
	float: left;
	background: url(image/bustour/hotel_name.gif) no-repeat left center;
	font-size: 120%;
	padding-left: 10px;
	font-weight: bold;
}
div.hotel_wrap div.hotel p.hotel1 span.red_b {
	padding-left: 10px;	
}
div.hotel_wrap div.hotel p.aicon {
	float: right;
}
div.hotel_wrap p.hotel_summary {
	float: left;
	width: 620px;
	margin: 5px 0px;
	padding: 5px;
	min-height: 40px;
	background: #F4FCFF;
}
div.hotel:after {
	content: "";
	display: block;
	clear: both;
}
div.hotel_wrap p.buttom {
	position:relative;
	float: right;
	background:url(image/syukuhaku/syousai_over.gif) no-repeat left bottom;
}
div.hotel_wrap p.buttom a {	display: block;}
div.hotel_wrap p.buttom a:hover img { visibility: hidden;}

/* ↓ ホテル画像 -------------------------------------------------------------------------↓ */

div#photo_wrap table#photo td {
	padding: 5px 1px 0px 0px;
}
/* ↓ ツアー詳細 -------------------------------------------------------------------------↓ */
div#tour {
	clear: both;
	margin: 20px 0px 15px;
}
div#tour:after {
	content: "";
	display: block;
	clear: both;
}
/* お得なポイント */
div#tour div#point_wrap {
	float: left;
	width: 373px;
	background: url(image/bustour/point2.gif) repeat-y top left;
	margin: 10px 5px 10px 0px;
}
div#tour div#point_bottom {
	background: url(image/bustour/point3.gif) no-repeat bottom left;
	padding: 10px 10px;
}
div#tour div#point_bottom dl dt {
	padding-bottom: 3px;
	letter-spacing: 0.05em;
}
div#tour div#point_bottom dl dd {
	margin-left: 1.0em;
}
div#tour div#point_bottom dl .orange {
	color:#F60;
	font-weight: bold;
}
div#tour div.left {
	float: left;
	width: 748px;
}
div#tour div.left .aicon {
	background: #ECECEC;
	margin: 10px 0px;	
	padding: 5px 0px;
	text-align: center;
}

/*ゲレンデまで○○分*/
div#tour ul#gerande_time {
	overflow: hidden;
	text-align: left;
	margin: 5px 0px;
}

div#tour ul#gerande_time li {
	float: left;
}
div#tour ul#gerande_time li.gerande_time1 {
	width: 20px;
	height: 26px;
	background:url(image/bustour/gerande_time_bg1.gif) no-repeat left top;
}
div#tour ul#gerande_time li.gerande_time2 {
	height: 16px;
	padding: 5px 0px;
	background:url(image/bustour/gerande_time_bg3.gif) repeat-x left top;
	font-weight: bold;
	letter-spacing: 0.1em;
}
div#tour ul#gerande_time li.gerande_time3 {
	width: 20px;
	height: 26px;
	background:url(image/bustour/gerande_time_bg2.gif) no-repeat left top;
}
div#tour p.ski_text {
	clear: both;
	margin: 10px 0px;
}
div#tour p.ski_text a {
	font-weight: bold;
	font-size: 110%;
}
/* ↓ メイン左側（#main_left） ----------------------------------------------------------------------------↓*/
div#main_left {
	float: left;
}
/*出発日カレンダー／旅行代金*/

div#calendar_wrap {
	clear: both;
	width: 500px;
	margin-bottom: 20px;
}
div#calendar_wrap p.title_bg,
div#calendar_wrap p.title2_bg,
div#calendar_wrap p.title3_bg {
	height: 29px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 150%;
	font-weight: bold;
}
div#calendar_wrap p.title_bg {
	background:url(image/bustour/title_bg.gif) no-repeat left top;
	background-color: #CCE1F0;
}
div#calendar_wrap p.title2_bg {
	background:url(image/bustour/title2_bg.gif) no-repeat left center;
	background-color: #f5e1e1;
}
div#calendar_wrap p.title3_bg {
	background:url(image/bustour/title3_bg.gif) no-repeat left center;
	background-color: #f2e8cb;
}

/*出発日カレンダー／旅行代金　（カレンダー）*/

table.bustour_calendar {
	width: 49%;
	margin-top: 15px;
	border-collapse: collapse;
}
table.bustour_calendar1 {
	float: left;
}
table.bustour_calendar2 {
	float: right;
}
table.bustour_calendar table {
	width: 100%;
	border-collapse: collapse;
}
table.bustour_calendar td {
	vertical-align: top;
}
table.bustour_calendar td table,
table.bustour_calendar td table td {
	text-align: center;
	border: 1px solid #ECECEC;
}

/*出発日カレンダー／旅行代金　（旅行代金）*/

table.price_list,
table.price_list2 {
	clear: both;
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
table.price_list td,
table.price_list2 td {
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #ECECEC;
}
table.price_list span.font_s {
	font-size: 90%;
	letter-spacing: -0.15em;
}
table.price_list tr.gray_bg,
table.price_list2 tr.gray_bg {
	background: #ECECEC;
}
table.price_list tr.price1_bg,
table.price_list2 td.price1_bg {
	background: #cce1f0;
	font-weight: bold;
}

table.price_list tr.price2_bg,
table.price_list2 td.price2_bg {
	background: #f5e1e1;
	font-weight: bold;
}
div#calendar_wrap:after {
	content: "";
	display: block;
	clear: both;
}


/*レンタル情報（#rental）*/
div#rental_wrap {
	width: 500px;
	margin-bottom: 20px;
}
div#rental_wrap table#rental {
	margin:15px 10px 0px 10px;
	width: 480px;
	border-collapse: collapse;
}
div#rental_wrap table#rental td {
	border: 1px solid #CCCCCC;
	padding: 5px 3px;
}
div#rental_wrap dl.comment {
	margin: 5px 10px;
}
div#rental_wrap dl.comment dt {
	font-weight: bold;
}
div#rental_wrap dl.comment dd {
	padding-left: 10px;
	letter-spacing: 0.1em;
}
div#rental_wrap dl.comment a {
	font-weight: bold;
	cursor: pointer;
}

/* ↓ メイン左側（#main_right） ----------------------------------------------------------------------------↓*/
div#main_right {
	float: left;
	width: 250px;
	margin-left: 10px;
}

/* 施設のご案内 */

div#shisetu_wrap {
	width: 100%;
	margin-bottom: 20px;
}
div#shisetu_wrap table#shisetu {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
div#shisetu_wrap table#shisetu td {
	padding: 3px 1px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div#shisetu_wrap table#shisetu td.haba {
	width: 29%;
}
/* プラン一覧 */

div#ichiran_wrap {
	width: 100%;
	margin-top:10px;
	margin-bottom: 20px;
}
div#ichiran_wrap #ichiran table {
	width: 100%;
	border-collapse: collapse;
}
div#ichiran_wrap #ichiran td {
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
}
div#ichiran_wrap #ichiran td.haba {
	width: 29%;
}

/* 客室備品ご案内 */

div#amenity_wrap {
	width: 100%;
	margin-bottom: 20px;
}
div#amenity_wrap table#amenity {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
div#amenity_wrap table#amenity td {
	padding: 3px 1px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div#amenity_wrap table#amenity td.mark {
	width: 10%;
	text-align: center;
}


/*ご案内（#information）*/

div#information_wrap {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
table#information {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
	border: 1px solid #E3E3E3;
	text-align: center;
}
table#information th {
	width: 20%;
	background-color: #ECECEC;
	border: 1px solid #E3E3E3;
	padding:2px;
}
table#information td {
	border: 1px solid #E3E3E3;
	padding:2px;
}
table#information td.haba {
	width: 140px;
	text-align:center;
}


/*空席照会・予約ボタン*/

a.kuseki {
	float: right;
	display: block;
	background: url(image/yoyaku_over.gif) no-repeat left top;
}
a.kuseki:hover img { visibility: hidden;}


