@charset "UTF-8";

/*
------------------------------------------------
table
------------------------------------------------
*/
.scrollable {
    /*overflow: scroll;*/
    overflow-y: hidden;
    float: none;
}
@media screen and (max-width: 768px) {
	.scrollable:first-of-type::after {
		content: url(/img/scroll.png);
	}
}
.scrollable ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.scrollable ul li{
	width: 49%;
}
.table-base-style {
    text-align:center;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table-base-style td,
.table-base-style th {
    padding: 3px;
    border: 2px solid #fff;
}

.table-base-style td.text-price {
	text-align: right;
	padding-right: 5px;
}

.table-base-style td.text-guide {
	text-align: left;
	padding: 10px 10px;
}

.table-base-style  th {
    color: #fff;
    font-weight: 400;
    background-color: #00709E;
    height: auto;
}

.table-base-style.padding-guide th {
	padding: 10px 10px;
    font-weight: 400;
}

.table-base-style.table-room-detail  th{height: 70%;}
.table-base-style td {
    background-color: #f3f3f3;
}
.table-base-style tr:nth-child(even) td {
    background-color: #e9e9e9;
}
.table-base-style a,
/*.table-base-style a:hover, */
.table-base-style a:visited {
    color: #00709E;
    text-decoration: underline;
}	
.table-base-style a:hover{
	text-decoration: none;
}
	
/*　---　ケータリング一覧用　---　*/
.catering_nav{
	margin: 30px auto 30px;
    font-size: 90%;
    text-align: center;
}

.catering_nav a {
	display: block;
}

.catering_nav i {
	margin-left: 5px;
}

.catering_nav li {
	display: inline-block;
	width: 18%;
	margin: 0 0 0.5em;
}

.catering_nav li+li {
	border-left: 1px solid #333;
}

.catering_list_t{
	width: 100%;
	max-width: 1000px;
	text-align: left;
}
.catering_list_t th, .catering_list_t td{
	padding: 0 0.5em;
}
.catering_list_t th{
	font-size: 120%;
}
.catering_list_t td{
	vertical-align: top;
	white-space: nowrap;
}
.catering_list_t tr:first-of-type td{
	width: 60%;
}
/*　---　ケータリング一覧用 end　---　*/



#meetingroom table.futai th:last-child{
	width: 25%;
}
#guide table th{
	width: 11.5%;
}
#party table th:first-child{
	width: 12%;
}
#party table th{
	width: 29.3%;
}
#gallery table.futai th:first-child, #gallery table.futai th:last-child{
	width: 27%;
}
#theater table.charge th{
	width: 13.3%;
}
#theater table th:first-child{
	width: 20%;
}
#theater table.futai th:last-child, #theater table.futai th:nth-child(3){
	width: 13.3%;
}
#lesson table.futai th:nth-child(2){
	width: 23.5%;
}
#room table.futai td{
	width: 16.6%;
}
#room table.charge td{
	width: 14.2%;
}

@media screen and (max-width: 768px) {
	.scrollable ul li{
	width: 100%;
	}
    .table-base-style td, 
    .table-base-style th {
    min-width: 5em;
    }
	/*　---　ケータリング一覧用 SP　---　*/
	.catering_list_t{
		width: 615px;
	}
	/*　---　ケータリング一覧用 SP end　---　*/
	
	
	/*　---　SP版でテーブルセル内の折り返し禁止：class="nowrap-cell"　---　*/
	.table-base-style th.nowrap-cell, 
	.table-base-style td.nowrap-cell, 
	.table-elchan-style th.nowrap-cell, 
	.table-elchan-style td.nowrap-cell{
		white-space: nowrap;
	}
	.table-base-style th, 
	.table-base-style td{
		white-space: nowrap;
	}
	
	.scrollable li+li {
		margin-top:10px;
	}
	
	.catering_nav li {
	display: inline-block;
	width: 49%;
	margin: 0 0 0.5em;
	}
	#meetingroom table.futai th:last-child{
	width: 11.5%;
	}
	#lesson table.futai th:nth-child(2){
	width: 22%;
	}
	#theater table.futai th:first-child{
	width: 20%;
	}
	
	#norikae .norikae-sp{
	margin: 50px auto;
	padding: 10px;
	}

}

