/* 客室 */
.lead .pagelink {
	padding-bottom: 0;
}
.lead .pagelink li a {
	padding: 20px 6px 8px;
}
.bg_wrap {
	background: rgba(255,255,255,.6);
}
#sec01 .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(../img/bg_sec1.jpg) no-repeat center top;
	background-size: cover;
}
#sec02 .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(../img/bg_sec2.jpg) no-repeat center top;
	background-size: cover;
}
#sec03 .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(../img/bg_sec3.jpg) no-repeat center top;
	background-size: cover;
}
#sec06 .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(../img/bg_sec6.jpg) no-repeat center top;
	background-size: cover;
}
h3.room {
	position: relative;
	padding: 15px 0 15px;
	text-align: center;
	line-height: 1.4;
	color: #00417D;
}
h3.room span {
	font-size: 17.5px;
}
h3.room:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -18px;
	width: 100%;
	height: 24px;
	background: url(../../common/img/bg_nami.png) no-repeat center top;
	background-size: 100%,100%;
}
.txt_en {
	margin: 10px 0;
}

#sec05 {
	padding: 30px 0;
}
#sec05 h3 {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
	color: #00417D;
}
#sec05 table {
	width: 100%;
	margin: 0 auto;
}
#sec05 table th,
#sec05 table td {
	display: block;
	line-height: 1.4;
	text-align: left;
}
#sec05 table th {
	padding: 4px 5px;
	line-break: strict;
	background: rgba(0,84,162,.2);
	border-bottom: 1px solid;
	border-color: rgba(63,43,20,.2);
}
#sec05 table td {
	padding: 4px 5px;
}

.photo{
  position: relative;
}
.photo + .photo{
  margin-top: 10px;
}
.photo .photo_txt{
  position: absolute;
  top: 10px;
  right: 10px;
  background:  rgba(255, 255, 255, .85);
  padding: 5px 10px;
}
