@charset "utf-8";

/* body */
h2{
	margin-top:155px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
	background: transparent url("../img/page_ttl_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
.zoomContainer{
	cursor: none;
}
section#iyashi{
	background: #f6f1d6;
	background: -moz-linear-gradient(top, #f6f1d6 0%, #fefdf9 100%);
	background: -webkit-linear-gradient(top, #f6f1d6 0%,#fefdf9 100%);
	background: linear-gradient(to bottom, #f6f1d6 0%,#fefdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9',GradientType=0 );
	background-size:100% 600px;
	background-repeat:no-repeat;
}
section#iyashi .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:80px 0;
}
section#iyashi .iyashi{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#iyashi .iyashi > li:nth-child(1){
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#iyashi .iyashi > li:nth-child(1) h3{
	margin-left:40px;
}
section#iyashi .iyashi > li:nth-child(2){
	width:700px;
	text-align:left;
}
section#iyashi .iyashi .ex{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#iyashi .iyashi .ex p{
	width:400px;
	padding:20px 20px 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
section#iyashi .iyashi .ex .photo{
	margin-top:-22px;
}

section#guidance .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:0 0 60px;
	text-align:center;
}
section#guidance p{
	margin:20px auto 35px;
	line-height:100%;
	font-size:16px;
}
section#guidance ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#guidance ul li{
	width:320px;
	margin-bottom:20px;
}
section#guidance ul li:nth-last-child(-n+3){
	margin-bottom:0;
}

section#roomguide{
	border-top:1px solid #bcbcbc;
}
section#roomguide .container{
	background: #f5f1df;
}
section#roomguide .room{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#roomguide .room > h3{
	margin-bottom:20px;
}
section#roomguide .room > p{
	margin-bottom:60px;
	text-align:center;
}
section#roomguide .type{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#roomguide .type > li{
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
section#roomguide .type > li:nth-child(1){
	width:100%;
}
section#roomguide .type > li:nth-child(2){
	border-right:1px solid #bcbcbc;
	padding-top:40px;
	max-width: 500px;
}
section#roomguide .type > li:nth-child(3){
	padding-top:40px;
}
section#roomguide .type > li:nth-child(3) > div{
	margin-left:auto;
}
section#roomguide table th{
	width:140px;
}
section#roomguide #jwroom{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse wrap;
	-webkit-flex-flow: row-reverse wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin:0 auto;
	padding-bottom:40px;
	border-bottom:1px solid #bcbcbc;
}
section#roomguide #jwroom .jwroom{
	width:400px;
}
section#roomguide #jwroom .jwroom h4{
	margin-bottom:20px;
}
section#roomguide #jwroom .jwroom p{
	margin-bottom:15px;
}
section#roomguide #jwroom .jwroom table{
	margin-bottom:20px;
}
section#roomguide #jwroom .jwroom table td{
	background-color: transparent;
}
section#roomguide #jwroom .jwroom ul li{
	margin-left: 1.3em;
	text-indent: -1.2em;
	letter-spacing: 0;
}
section#roomguide #jwroom .gallery{
	width:560px;
	margin:0;
	position:relative;
	overflow:hidden;
	height:450px;
	opacity:0;
}
section#roomguide #jwroom .room-for{
	width:560px;
	padding:0 0 10px 0;
}
section#roomguide #jwroom .room-nav{
	width:100%;
	padding:0;
}
section#roomguide #jwroom .room-for .slick-track,
section#roomguide #jwroom .room-for li.slick-slide{
	max-height:360px;
}
section#roomguide #jwroom .room-nav .slick-track{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	height:auto !important;
}
section#roomguide #jwroom .room-nav .slick-list{
	height:auto !important;
}
section#roomguide #jwroom .room-nav .slick-track:before,
section#roomguide #jwroom .room-nav .slick-track:after{
	display:none !important;
}
section#roomguide #jwroom .room-nav li.slick-slide{
	padding:0;
	border:none;
	margin-right:10px;
	cursor:pointer;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:none !important;
}
section#roomguide #jwroom .room-nav li.slick-slide:last-child{
	margin-right:0;
}
section#roomguide #jroom{
	width:460px;
}
section#roomguide #jroom .jroom h4{
	margin:20px auto 20px 0;
}
section#roomguide #jroom .jroom p{
	margin-bottom:15px;
}
section#roomguide #jroom .jroom table{
	margin-bottom:20px;
}
section#roomguide #jroom .jroom table td{
	background-color: transparent;
}
section#roomguide #jroom .jroom ul li{
	margin-left: 1.3em;
	text-indent: -1.2em;
	letter-spacing: 0;
}

section#roomguide #wroom{
	width:460px;
}
section#roomguide #wroom .wroom h4{
	margin:20px auto 20px 0;
}
section#roomguide #wroom .wroom p{
	margin-bottom:15px;
}
section#roomguide #wroom .wroom table{
	margin-bottom:20px;
}
section#roomguide #wroom .wroom table td{
	background-color: transparent;
}
section#roomguide #wroom .wroom ul li{
	margin-left: 1.3em;
	text-indent: -1.2em;
	letter-spacing: 0;
}

section#binfo{
	border-top:1px solid #bcbcbc;
}
section#binfo .binfo{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#binfo .binfo h3{
	margin-bottom:40px;
}
section#binfo .binfo .floormap{
	margin-bottom:40px;
	position:relative;
}
section#binfo .binfo table th{
	width:220px;
}
section#binfo .binfo table td{
	background-color: transparent;
}
section#binfo .binfo .floormap .photo{
	text-align:left;
}
section#binfo .binfo .floormap .icon a{
	position:absolute;
	display:inline-block;
}
section#binfo .binfo .floormap .icon a{
	box-shadow: 2px 3px 5px 0px rgba(4, 0, 0, 0.1);
	-moz-box-shadow: 2px 3px 5px 0px rgba(4, 0, 0, 0.1);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(4, 0, 0, 0.1);
	-ms-box-shadow: 2px 3px 5px 0px rgba(4, 0, 0, 0.1);
	opacity:1 !important;
	z-index: 2;
}
section#binfo .binfo .floormap .icon a:before {
	background-color: white;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
section#binfo .binfo .floormap .icon a img{
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
section#binfo .binfo .floormap .icon a:hover img{
	opacity:0.6;
	position: relative;
	z-index: 1;
}
section#binfo .binfo .floormap .icon a:nth-child(1){
	left: 510px;
	top: 187px;
}
section#binfo .binfo .floormap .icon a:nth-child(2){
	right: 302px;
	top: 157px;
}
section#binfo .binfo .floormap .icon a:nth-child(3){
	left: 500px;
	top: 151px;
}
section#binfo .binfo .floormap .icon a:nth-child(4){
	left: 500px;
	top: 233px;
}
section#binfo .binfo .floormap .icon a:nth-child(5){
	left: 489px;
	top: 291px;
}
section#binfo .binfo .floormap .icon a:nth-child(6){
	bottom: 178px;
	left: 506px;
}
section#binfo .binfo .floormap .icon a:nth-child(7){
	bottom: 92px;
	left: 379px;
}
section#binfo .binfo .floormap .icon a:nth-child(8){
	left: 311px;
	top: 279px;
}

section#fguide{
	border-top:1px solid #bcbcbc;
}
section#fguide .container{
	background: #f5f1df;
}
section#fguide .fguide{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#fguide .fguide h3{
	margin-bottom:60px;
}
section#fguide .type{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#fguide .type > li{
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:40px;
}
section#fguide .type > li:nth-last-child(-n+2){
	margin-bottom:0;
}
section#fguide .type > li:nth-child(2n+1){
	border-right:1px solid #bcbcbc;
	max-width: 500px;
}
section#fguide .type .room{
	width:460px;
}
section#fguide .type > li:nth-child(2n+1) .room{
	margin-right:auto;
}
section#fguide .type > li:nth-child(2n) .room{
	margin-left:auto;
}
section#fguide .type .room h4{
	margin:20px 0 15px;
	padding-bottom:15px;
	line-height:100%;
	font-size:18px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	border-bottom:1px solid #d6cb4c;
}
section#fguide .type .room table{
	margin-top:20px;
	width:100%;
}
section#fguide .type .room table th{
	width:140px;
}
section#fguide .type .room table td{
	background-color: transparent;
}

section#bfree{
	border-top:1px solid #bcbcbc;
}
section#bfree .bfree{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#bfree .bfree h3{
	margin-bottom:40px;
}
section#bfree .bfree .map{
	margin-bottom:60px;
}
section#bfree .bfree .service{
	margin-bottom:60px;
}
section#bfree .bfree .service h4{
	margin-bottom:20px;
}
section#bfree .bfree .service p{
	margin-bottom:40px;
}
section#bfree .bfree .service .box{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse wrap;
	-webkit-flex-flow: row-reverse wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom:40px;
}
section#bfree .bfree .service .box li:nth-child(1){
	width:500px;
}
section#bfree .bfree .service .box li p:nth-child(2){
	margin-bottom:0;
}
section#bfree .bfree .service p:nth-last-child(3){
	margin-bottom:20px;
}
section#bfree .bfree .service table{
	margin-bottom:20px;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top:1px solid #b3b3b3;
}
section#bfree .bfree .service table tr{
	border-bottom:1px solid #b3b3b3;
}
section#bfree .bfree .service table tr:nth-child(-n+2) th{
	background-color:#ded67b;
}
section#bfree .bfree .service table th{
	border-right:1px solid #b3b3b3;
	background-color:#f5f2e9;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:15px;
	color:#333333;
	vertical-align:middle;
	text-align:center;
}
section#bfree .bfree .service table td{
	border-right:1px solid #b3b3b3;
	background-color: transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:15px;
	color:#333333;
	text-align:center;
}
section#bfree .bfree .service table th:nth-last-child,
section#bfree .bfree .service table td:nth-last-child{
	border-right:none;
}

section#bfree .bfree .service .ex p{
	margin-bottom:0;
}
section#bfree .bfree .service .ex .red{
	color:#ff0000;
}
section#bfree .bfree .welfare h4{
	margin-bottom:20px;
}
section#bfree .bfree .welfare ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#bfree .bfree .welfare ul li{
	width:235px;
	margin:0 20px 40px 0;
}
section#bfree .bfree .welfare ul li:nth-last-child(-n+4){
	margin-bottom:0;
}
section#bfree .bfree .welfare ul li .ex{
	line-height:1.4em;
	font-size:16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	margin-top:10px;
	text-align:center;
}
section#bfree .bfree .welfare ul li:nth-child(4n){
	margin-right:0;
}

section#koharu{
	border-top:1px solid #bcbcbc;
	overflow:hidden;
}
section#koharu .koharu{
	padding-bottom:60px;
}
section#koharu .ttl{
	background: transparent url("../img/koharu_ttl_bg.jpg") no-repeat scroll center center;
	background-size:cover;
	height:320px;
	position:relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
section#koharu .ttl li{
	margin: 132px auto 0;
	max-width: 1000px;
	min-width: 1000px;
	position: relative;
}
section#koharu .ttl li h3{
	position:absolute;
	top:0;
	left:0;
}
section#koharu .ttl li p{
	position:absolute;
	top:221px;
	left:109px;
}
section#koharu .box{
	background: #f6f1d6;
	background: -moz-linear-gradient(top, #f6f1d6 0%, #fefdf9 100%);
	background: -webkit-linear-gradient(top, #f6f1d6 0%,#fefdf9 100%);
	background: linear-gradient(to bottom, #f6f1d6 0%,#fefdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
section#koharu .koharu{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding-top:40px;
}

section#koharu .koharu > li{
	width:770px;
	margin-left:auto;
}

section#koharu .sGuide {
	overflow: hidden;
	width: 100%;
	margin-bottom:40px;
}
section#koharu .sFrm {
	overflow:visible !important;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0;
}
section#koharu .sCell {
	opacity:1;
	margin-right:20px;
	width:400px;
	float:left;
	opacity:1 !important;
}
section#koharu .koharu p{
	margin-bottom:40px;
}
section#koharu .koharu h4{
	margin-bottom:15px;
}
section#koharu .koharu table{
	margin-bottom:40px;
}
section#koharu .koharu table th{
	width:220px;
}
section#koharu .koharu table td{
	background-color: transparent;
}
section#koharu .koharu .btn{
	width:320px;
	margin:0 auto;
}

section#eoutline{
	border-top:1px solid #bcbcbc;
}
section#eoutline .container{
	background: #f5f1df;
}
section#eoutline .eoutline{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0 100px;
}
section#eoutline .eoutline h3{
	margin-bottom:40px;
}
section#eoutline .eoutline table th{
	width:220px;
}
section#eoutline .eoutline table td{
	background-color: transparent;
}
section#eoutline .eoutline table ul li{
	margin-bottom:20px;
}
section#eoutline .eoutline table ul li h4:before{
	color: #b7af38;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 11px;
	margin-right: 3px;
	vertical-align: middle;
}

/* font-size */
.font-l section#bfree .bfree .welfare ul li .ex{
	font-size:18px;
}
.font-l section#fguide .type .room h4{
	font-size:20px;
}
.font-s section#bfree .bfree .welfare ul li .ex{
	font-size:14px;
}
.font-s section#fguide .type .room h4{
	font-size:16px;
}

/* background-color */
.bg-bl section#roomguide #jwroom .jwroom table td,
.bg-bl section#roomguide #jroom .jroom table td,
.bg-bl section#roomguide #wroom .wroom table td,
.bg-bl section#binfo .binfo table td,
.bg-bl section#fguide .type .room table td,
.bg-bl section#bfree .bfree .service table td,
.bg-bl section#koharu .koharu table td,
.bg-bl section#eoutline .eoutline table td{
	color:#ffffff;
}
.bg-bl section#fguide .type .room h4,
.bg-bl section#bfree .bfree .welfare ul li .ex{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bl section#roomguide .container,
.bg-bl section#fguide .container,
.bg-bl section#eoutline .container{
	background: #00008b;
}
.bg-bl section#iyashi{
	background: #3333BE;
	background: -moz-linear-gradient(top, #3333BE 0%, #00008b 100%);
	background: -webkit-linear-gradient(top, #3333BE 0%,#00008b 100%);
	background: linear-gradient(to bottom, #3333BE 0%,#00008b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b',GradientType=0 );
	background-size:100% 600px;
	background-repeat:no-repeat;
}
.bg-bl section#koharu .box{
	background: #3333BE;
	background: -moz-linear-gradient(top, #3333BE 0%, #00008b 100%);
	background: -webkit-linear-gradient(top, #3333BE 0%,#00008b 100%);
	background: linear-gradient(to bottom, #3333BE 0%,#00008b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-ye section#roomguide #jwroom .jwroom table td,
.bg-ye section#roomguide #jroom .jroom table td,
.bg-ye section#roomguide #wroom .wroom table td,
.bg-ye section#binfo .binfo table td,
.bg-ye section#fguide .type .room table td,
.bg-ye section#bfree .bfree .service table td,
.bg-ye section#koharu .koharu table td,
.bg-ye section#eoutline .eoutline table td{
	color:#00008b;
}
.bg-ye section#fguide .type .room h4,
.bg-ye section#bfree .bfree .welfare ul li .ex{
	text-shadow: 1px 1px 0 rgba(0,0,139,0.4);
}
.bg-ye section#roomguide .container,
.bg-ye section#fguide .container,
.bg-ye section#eoutline .container{
	background: #ffff00;
}
.bg-ye section#iyashi{
	background: #FFFF33;
	background: -moz-linear-gradient(top, #FFFF33 0%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #FFFF33 0%,#ffff00 100%);
	background: linear-gradient(to bottom, #FFFF33 0%,#ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00',GradientType=0 );
	background-size:100% 600px;
	background-repeat:no-repeat;
}
.bg-ye section#koharu .box{
	background: #FFFF33;
	background: -moz-linear-gradient(top, #FFFF33 0%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #FFFF33 0%,#ffff00 100%);
	background: linear-gradient(to bottom, #FFFF33 0%,#ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-bk section#roomguide #jwroom .jwroom table td,
.bg-bk section#roomguide #jroom .jroom table td,
.bg-bk section#roomguide #wroom .wroom table td,
.bg-bk section#binfo .binfo table td,
.bg-bk section#fguide .type .room table td,
.bg-bk section#bfree .bfree .service table td,
.bg-bk section#koharu .koharu table td,
.bg-bk section#eoutline .eoutline table td{
	color:#ffffff;
}
.bg-bk section#fguide .type .room h4,
.bg-bk section#bfree .bfree .welfare ul li .ex{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bk section#roomguide .container,
.bg-bk section#fguide .container,
.bg-bk section#eoutline .container{
	background: #333333;
}
.bg-bk section#iyashi{
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background-size:100% 600px;
	background-repeat:no-repeat;
}
.bg-bk section#koharu .box{
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------- *
 *	PC (Low Res) : 1020px > 0
/* ------------------------------------------------------------------------- */
@media print,screen and (max-width: 1020px) {
	#iyashi .iyashi,
	section#roomguide guide .type,
	section#fguide .fguide .type,
	section#bfree .service,
	section#bfree .welfare{
		margin:0 10px;
		min-width:980px;
	}
	section#binfo .binfo table,
	section#eoutline .eoutline table{
		margin:0 10px;
		width:980px;
	}
	section#bfree .bfree .welfare ul li{
		margin-right : 1.36%;
	}
}
