@charset "UTF-8";

/* グローバルメニュー */
.menu-sports a {
	background: url(../png2/menu-pool.png) left bottom no-repeat;
}
/* グローバルメニュー */

.poo-pic-box {
}
.poo-pic-detail {
	display: inline-block;
	width: 48%;
	margin: 0 1% 6% 1%;
	letter-spacing: 2px;
	vertical-align: top;
}
.poo-pic {
}
.poo-pic img {
	width: 100%;
}
.poo-googlemap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 0 75% 0;
}
.poo-googlemap iframe {
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.poo-text-box {
}
.poo-tel {
}
.poo-tel a {
	pointer-events: none;
}
table.poo-info {
	border-top: solid 2px #119336;
	border-bottom: solid 2px #119336;
}
table.poo-info th,
table.poo-info td {
	padding: 10px 20px 10px 20px;
	border-bottom: dashed 1px #119336;
	vertical-align: middle;
}
table.poo-info th {
	background: #DDECE1;
	white-space: nowrap;
}
table.poo-info td {
}
.poo-link {
}
.poo-link a {
	display: block;
	padding: 20px 10px 20px 10px;
	background: #119336;
	border-radius: 15px;
	color: #FFFFFF;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	.poo-tel a {
		pointer-events: auto;
	}
}

	/* mobile */
@media (max-width: 640px) {
	table.poo-info th,
	table.poo-info td {
		padding: 10px 10px 10px 10px;
	}
}
