/* Business Class Extra CSS */
.wtour .pc {display:block;}
.wtour .tb {display:none;}
.wtour .pctb {display: block;}
.wtour .sp {display:none;}


.hotel_box dd.photo .special{
	width:100%;
	/*margin-right: 2%;*/
}

.hotel_box dd.photo .special li{
	margin-left:0.5em;
	margin-right: 0.5em;
}

.hotel_box dd.photo .special li span{
	background: #dc2055;
	display: inline-block;
	padding: 1%;
	color: #ffffff;
}

.hotel_box dd.photo .clubroom{
	background:#e9dcd5;
	width:100%;
	padding-bottom:0.5em;
	/*margin-right: 2%;*/
}


.hotel_box dd.photo .clubroom:before{
	display:inline-block;
	content:"クラブラウンジ";
	padding:0.3em 1em 0.3em 2em;
	margin-bottom:0.5em;
	background: url(../../img/clublounge_sp_bg.png)no-repeat;
	background-size: 100% 100%;
	color:#ffffff;
}

.hotel_box dd.photo .clubroom li{
	margin-left:0.5em;
	margin-right: 0.5em;
	font-size:0.9em;
	line-height:1.4;
	padding:0.1em 0;
}


.hotel_box dd.photo .clubroom li:before{
	content:"■";
	font-size:0.8em;
	color: #666666;
	margin-right: 0.3em;
	
}

/*ツアーボタン*/
.tour_btn{
	width:70%;
	/*padding:2%;
	margin-top: 5%;*/
	text-align:center;
	margin: 0 auto;
	font-size: 1rem;
	margin-top: 5%;
}

.tour_btn a{
	padding:2%;
}

/*フライトパターンtable*/

.book_table thead th:nth-of-type(2){
	width:30%;
}

.book_table thead th:nth-of-type(3){
	width:15%;
}

.book_table td .small{
		font-size: 0.75rem;	
}

.book_table tbody th:nth-of-type(1){
	border-left:1px solid #CCCCCC;
}


.book_table tbody th:nth-of-type(4){
	border-right:1px solid #CCCCCC;
}


.book_table th, .book_table td{
		border-right:1px solid #CCCCCC;
}

#booking2 .book_table table{
	width:100%;
}

#booking2 .book_table th{
	background:#E8E8E8;
	font-weight: bold;
}

.book_table_sp{
	margin:1em auto;
}

.book_table_sp tbody tr{
	border-bottom:1px solid #CCCCCC;
}


#booking2{
	padding:3em 0 5em 0;
}

.hotel_box dd.photo .sub_photo{
	width:32.5%;
}

.hotel_box dd.photo .sub_photo:nth-child(3){
	margin-right:0;
}

.hotel_box dd.photo .sub_photo span{
	padding: 3%;
	font-size:0.9em;
	color:#666666;
	display: inline-block;
}


.hotel_memo{
	clear: both;
	float: left;
	width:98%;
	margin: 1%;
	border: solid 1px #9FCEFC;
}

.hotel_memo span{
	font-size: 0.85em;
	}
.annotation{
	font-size: 0.9em;
	color: #666666;
	width:94%;
	margin: 0 auto;
}

#schedule .annotation:first-of-type{
	font-size: 0.8rem;
	color: :#666666;
	padding-top: 3%;
	width:94%;
	margin: 0 auto;
}


.schedule_annotation{
	font-size: 0.8rem;
	color:#DD2124;
	width:94%;
	margin: 0 auto;
}
.book_table thead th:nth-of-type(1){width:17%;}
.book_table thead th:nth-of-type(2){width:20%;}
.book_table thead th:nth-of-type(3){width:15%;}
.book_table thead th:nth-of-type(4){width:6%;}
.book_table thead th:nth-of-type(5){width:22%;}

/*--------------------------------------------
	640x以下（search調整）
---------------------------------------------*/
@media screen and (max-width: 640px)  {
	
.wtour .pc {display:none;}
.wtour .tb {display:block;}
.wtour .pctb {display: block;}
.wtour .sp {display:none;}	
	
.hotel_box dd.photo .sub_photo{
	width:100%;
			margin-bottom: 2%;
}

.hotel_box dd.photo .special{
		width:100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	
.hotel_box dd.photo .clubroom{
		width:100%;
		margin-right: 0;
		margin-bottom: 2%;
	}

.book_table_sp{
		width:94%;
	}
	
	/*.book_table_sp tbody th, .book_table tbody td{
		display: inline-block;
	}	*/
	
}

/*--------------------------------------------
	480px以下（スマホ）
---------------------------------------------*/
@media screen and (max-width: 480px)  {	
	
.wtour .pc {display:none;}
.wtour .tb {display:none;}
.wtour .pctb {display:none;}	
.wtour .sp {display:block}
	
ul.mealicon li{
		margin-left: 0;
		}
	
	
	
/*フライトパターン*/
	
	/*.book_table_sp tbody th{
		width:20%;
	}	
	*/
.book_table_sp tbody td{
		line-height: 2.5;
		padding:1%;
	text-align: center;
	}

.book_table_sp tbody th{
		text-align: center;
	}	
	
	
.book_table_sp tbody th:nth-of-type(1), .book_table_sp tbody td:nth-of-type(1){
		width:22%;
		background-color: aliceblue;
	}	
	
.book_table_sp tbody th:nth-of-type(2), .book_table_sp tbody td:nth-of-type(2){
		width:24%;
	}	
	
.book_table_sp tbody th:nth-of-type(3), .book_table_sp tbody td:nth-of-type(3){
		width:14%;
		text-align: center;
	}

	
#booking2 .book_table table{
	/*width:100%;
   table-layout: fixed;*/
		overflow-x : auto;
	width:100%;
	}
	
#booking2 .tour_btn{
		font-size:0.75rem;
	}	
	
}