@charset 'utf-8';

/* ------------------------------
 初めて福岡・天神に来る方へ
------------------------------ */

.table_info table {
	width: 100%;
	border-collapse: collapse;
}

.table_info th,
.table_info td {
	vertical-align: middle;
	color: #333;
	border: 1px solid #fff;
}

.table_info th {
	font-weight: bold;
	background-color: #e4e4e4;
}

.table_info td {
	background-color: #f5f5f5;
}

.table_info-style2 td {
	text-align: center;
}

.i_hotel {
	float: left;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#first_cont .title {
		margin-bottom: 0;
		cursor: pointer;
		background: #f5f5f5 url(../img/common/toggle-close.svg) no-repeat 95% center/5% auto;
	}
	#first_cont .title.on {
		margin-bottom: 3.125%;
		background: #f5f5f5 url(../img/common/toggle-open.svg) no-repeat 95% center /5% auto;
	}
	.table_info th,
	.table_info td {
		font-size: 3.75vw;
		padding: 3.448275862068966%;
	}
	.table_info-style1 th {
		width: 25%;
	}
	.table_info-style1 td {
		width: 75%;
	}
	.table_info-style2 th {
		width: 60%;
	}
	.table_info-style2 td {
		width: 40%;
	}
	.i_specialty {
		margin-bottom: 3.448275862068966%;
	}
	.i_hotel {
		width: 50%;
		margin: 0 3.448275862068966% 3.448275862068966% 0;
	}
}

@media screen and (min-width: 900px) {
	#first_cont {
		float: left;
		width: 640px;
	}
	#first_side {
		float: right;
		width: 230px;
	}
	#first_side ul {
		width: 230px;
	}
	.fixed {
		position: fixed;
		top: 100px;
	}
	.first_side_link a {
		font-size: 14px;
		line-height: 20px;
		display: block;
		padding: 10px 15px;
		color: #333;
		background-color: #f5f5f5;
	}
	.first_side_link a:hover {
		font-weight: bold;
		color: #121212;
		background-color: #fff;
	}
	.first_side_link a.on {
		font-weight: bold;
		background-color: #ededed;
	}
	.table_info th,
	.table_info td {
		font-size: 14px;
		padding: 10px;
	}
	.table_info-style1 th {
		width: 20%;
	}
	.table_info-style1 td {
		width: 80%;
	}
	.table_info-style2 th {
		width: 25%;
	}
	.table_info-style2 td {
		width: 25%;
	}
	.i_specialty {
		float: left;
		width: 240px;
	}
	.ex_specialty {
		float: right;
		width: 340px;
	}
	.i_hotel {
		width: 180px;
	}
	.ex_hotel {
		float: right;
		width: 400px;
	}
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
