@charset "utf-8";

.pageTitle {
	background-image: url(../../images/bath/page_title_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 300px;
	position: relative;
}

.bathDescription {
	width: 960px;
	margin: 30px auto 0;
}

.bathImageSample {
	float: left;
	font-size: 0;
	line-height: 0;
}

.bathImageText {
	float: right;
	width: 463px;
}

.bathImageText h4 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
}

.bathImageText p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: distribute;
	margin: 10px 0 0 0;
}

.period {
	margin: 20px 0 0 0;
}

.bathSelect {
	margin: 30px 0 0 0;
	width: 100%;
	font-size: 0;
}

.bathSelect li.bathType1 {
	background-image: url(../../images/bath/bathThmb01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 25%;
	height: 285px;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	position: relative;
}

.bathSelect li.bathType2 {
	background-image: url(../../images/bath/bathThmb02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 25%;
	height: 285px;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	position: relative;
}

.bathSelect li.bathType3 {
	background-image: url(../../images/bath/bathThmb03.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 25%;
	height: 285px;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	position: relative;
}

.bathSelect li.bathType4 {
	background-image: url(../../images/bath/bathThmb04.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 25%;
	height: 285px;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	position: relative;
}

.layerTransparent {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 285px;
	z-index: 0;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.layerTransparent:hover {
	background-color: rgba(0,0,0,0);
	height: 285px;
}

.bathName {
	font-size: 30px;
	line-height: 35px;
	margin: 90px 0 0 0;
	color: #FFF;
	
	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	text-shadow: 0px 0px 3px #000;
}

.detailBtn,
.detailBtn2,
.detailBtn3,
.detailBtn4 {
	border: 1px solid #FFF;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	margin: 30px auto 0;
	width: 125px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ja .detailBtn,
.ja .detailBtn2,
.ja .detailBtn3,
.ja .detailBtn4 {
	font-weight: bold;
}

.bathTypeInfo {
	width: 960px;
	margin: 50px auto 0;
}

.bathName2 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
}

.bathInfoWrap {
	margin: 30px 0 0 0;
}

.sliderArea {
	float: right;
	width: 457px;
}

.textArea {
	float: left;
	width: 473px;
}

.bathInfoName {
	float: left;
	width: 400px;
}

.bathInfoName p {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.bathInfoName h5 {
	font-size: 50px;
	line-height: 55px;
	text-align: left;
	margin: 5px 0 0 0;
}
.en .bathInfoName h5 {
	font-size: 40px;
}

.textArea p.bathInfoText {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: distribute;
	margin: 10px 0 0 0;
}

.panoramaBtn {
	float: right;
	font-size: 0;
	line-height: 0;
}

.panoramaBtn a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panoramaBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.subTextArea {
	margin: 20px 0 0 0;
}

.subPhoto1 {
	float: left;
	width: 220px;
}

.subPhoto2 {
	float: right;
	width: 220px;
}

.bathSubImg {
	font-size: 0;
	line-height: 0;
}

.subText {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-justify: distribute;
	margin: 5px 0 0 0;
}

.bathCopy {
	font-size: 22px;
	line-height: 30px;
	text-align: left;
}

.bathOtherText {
	width: 960px;
	margin: 50px auto 0;
}

.onsenCaption {
	margin: 20px 0 0 0;
}

.onsenCaptionImg {
	float: left;
	font-size: 0;
	line-height: 0;
}

.onsenCaptionText {
	float: right;
	width: 700px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: distribute;
	margin: 0 0 0 0;
}

.componentTable {
	margin: 50px 0 0 0;
}

.tableWrap {
	width: 100%;
	height: 641px;
	background-image: url(../../images/bath/component_bgimg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
}

.onsenTable {
	margin: 0 auto;
	padding-top: 55px;
	width: 960px;
	color: #FFF;
	border-collapse: separate;
}
.onsenTable th {
	width: 210px;
	border-bottom: 1px dotted #FFF;
	padding: 7px 10px 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.onsenTable td {
	width: 740px;
	border-bottom: 1px dotted #FFF;
	padding: 7px 0 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.en .onsenTable th, .en .onsenTable td {
	line-height: 23px;
}
.analysis {
	width: 960px;
	margin: 15px auto 0;
	font-size: 12px;
	text-align: left;
	color: #FFF;
}