/* Business Class Extra CSS */
.wtour .pc {display:block;}
.wtour .tb {display:none;}
.wtour .pctb {display: block;}
.wtour .sp {display:none;}

/***/
.small{
	font-size: 0.8em;
}

.color_blue{
	color: #28377c;
	font-weight: bold;
}

.w60{
	width:60%;
	margin: 0 auto;
}

/*メニュー一覧用*/
.ac-container{
    width: 95%;
    margin: 10px auto 10px auto;
}

.ac-container label{
   /* font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif, Kozuka Mincho Pro, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-weight: bold;
    padding: 1.8%;
    position: relative;
    z-index: 20;
    display: block;
    /*height: 10px;*/
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 1.5;
    font-size: 0.8rem;
	/*background:linear-gradient(#F89174, #FFC778); */
	/*background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%);*/
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(247,247,247,1) 100%);
	border-radius:2px;
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #f9d1c8;
    color: #3d1508;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
}


.ac-container label:hover{
    background: #fff;
}


.ac-container input:checked + label:hover:after{
    background-image: url(../img/arrow_up.png);
}

.ac-container input{
    display: none;
}


.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}


.ac-container article ul{
    font-style: italic;
    color: #777;
    line-height: 1.5;
    /*font-size: 14px;*/
    padding: 3% 5% 5% 10%;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	list-style: disc;
}

.ac-container article li{
		list-style: disc;
}

.ac-container input:checked ~ article.ac-small{
    height: 110px;
}

.ac-container input:checked ~ article.ac-medium{
    height: 280px;
}


.ac-container input:checked ~ article.ac-large{
    height: 300px;
}

.ac-container article .listno{
	list-style:none;
	text-decoration:none;
	padding: 2% 0 0 0;
}

/*メニュー一覧ここまで*/


.hotel_box dd.photo .special{
	width:50%;
	margin-right: 2%;
}

.hotel_box dd.photo .special li{
	margin-left:0.5em;
	margin-right: 0.5em;
}

.hotel_box dd.photo .special li .red{
	background: #dc2055;
	display: inline-block;
	padding: 1%;
	color: #ffffff;
}

.hotel_box dd.photo .special li .green{
	background: #029540;
	display: inline-block;
	padding: 1%;
	color: #ffffff;
}

.hotel_box dd.photo .clubroom{
	background:#e9dcd5;
	width:20%;
	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_tiku{
	text-align: center;
	background: #63C3CC;
	color: #ffffff;
	padding: 0.2em 0.5em;
	margin: 0.3em auto;
}

.gradeup_box{
	border: solid #AD9724 1px;
	padding: 0.5em;
}

.gradeup{
	background: #AD9724;
	color: #ffffff;
	padding-left: 1em;
}

.gradeup_price{
	font-size: 1.02rem;
	padding-left: 1em;
}

/*--------------------------------------------
	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:12%;
	}	
	
.book_table_sp tbody th:nth-of-type(3), .book_table_sp tbody td:nth-of-type(3){
		width:20%;
		text-align: center;
	}
/*.book_table tbody th, .book_table tbody td{
		display: inline;
	}	
	
/*.book_table tbody th:nth-of-type(1){
		width:20%;
	}	
	
.book_table thead th:nth-of-type(2){
	width:30%;
}

.book_table thead th:nth-of-type(3){
	width:15%;
}
.book_table thead th:nth-of-type(4){
	width:30%;
}
.book_table tbody td:nth-of-type(1){
		width:20%;
	}
.book_table tbody td:nth-of-type(2){
		width:30%;
	}
	.book_table tbody td:nth-of-type(3)	{
		width:20%;
	}*/
	
#booking2 .book_table table{
	/*width:100%;
   table-layout: fixed;*/
		overflow-x : auto;
	width:100%;
	}
	
#booking2 .tour_btn{
		font-size:0.75rem;
	}	
	
}