@charset "utf-8";

/* -----------------------------------------------------------
 　客室設備
----------------------------------------------------------- */
.play_relax ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.play_relax a {
	display: block;
}
.play_relax li {
	height:240px;
	overflow:hidden;
	position: relative;
}
.play_relax li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play_relax li h3 {
position: absolute;
width: 100%;
top: 45%;
text-align: center;
color: #FFF;
}
.play_relax a:hover{
    opacity: 0.8;
    filter: alpha(opacity=100);
}
.maru{
width:130px;
 height:130px;
 background-color:#000;
 opacity: 0.8;
    filter: alpha(opacity=100);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 position: absolute;
	top: 25%;
	left: 27%;
}
span.glay{
	color:#999;
	font-size: 12px;
}

/* -----------------------------------------------------------
 　エステ
----------------------------------------------------------- */
table.tbl_menu_est {
	padding-bottom: 60px;
	width: 100%;
	margin:0 auto;
}
table.tbl_menu_est tr th,
table.tbl_menu_est tr td {
	margin-bottom: 5px;
	padding: 5px;
	border: none;
	background: #FFF;
}
table.tbl_menu_est tr{
border-bottom: 1px dotted #ccc;
}

table.tbl_menu_est tr th > div,
table.tbl_menu_est tr td > div {
	padding-top: 15px;
}

table.tbl_menu_est tr th {
	font-weight: normal;
	text-align: left;
}

table.tbl_menu_est tr td {
	width: 150px;
	text-align: right;
}