@charset "utf-8";



.honbunBox{
	width:100%;
	padding:40px 0 0;
	margin:0 auto;
}
/**/
.kugiriMidashi{
	padding:28px 0;
}
.kugiriMidashi p:nth-child(1){
	position:relative;
	margin-bottom:14px;
	padding-bottom:12px;
	font: inherit;
	_font-family: 'Work Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.0em;
	-moz-osx-font-smoothing: grayscale;
}
.kugiriMidashi p:nth-child(1)::after{
	position:absolute;
	content:"";
	bottom:0px;
	left:0;
	right:0;
	margin:0 auto;
	width:62px;
	height:3px;
	background:#ccc;
}
.kugiriMidashi p:nth-child(2){
	line-height: 1.0em;
	font-size:14px;
	font-weight: normal;
}
/**/
.roomBox{
	padding:50px 0 0;
}
.roomBox .pWrapper{
	position:relative;
	display:flex;
	width:100%;
}
.roomBox .pWrapper .pBox.two{
	width:50%;
	height:32vw;
	min-height:380px;
}
.roomBox .pWrapper .pBox.one{
	width:100%;
	height:32vw;
	min-height:380px;
	background-position:center 70% ;
}
/**/
.roomBox .specBox{
	position:relative;
	display:flex;
}
.roomBox .specBox .left{
	width:50%;
}
.roomBox .specBox .left p{
	width:320px;
	margin-top:30px;
	margin-left:calc(100% - 350px);
	padding:0 0 10px 0;
	text-align:left;
}
.roomBox .specBox .right{
	display:flex;
	width:50%;
	padding:30px 0 10px 30px;
	border-left:solid 1px #a4a4a4;
}
.roomBox .specBox .right div{
	width:100px;
	margin-right:20px;
}
.roomBox .specBox .right div p:nth-child(1){
	padding-bottom:3px;
	border-bottom:solid 1px #a4a4a4;
}
.roomBox .specBox .right div p:nth-child(2){
	padding-top:4px;
}
/**/
.etcWrapper{
	margin:80px 0 0;
	padding:70px 0;
	background:#f5f5f5;
}
.etcWrapper .flexBox{
	display:flex;
	justify-content:space-between;
	width:655px;
	margin:0 auto;
}
.etcWrapper .flexBox .inner{
	width:315px;
}
.etcWrapper .flexBox .inner .pBox{
	position:relative;
	width:315px;
	height:195px;
}
.etcWrapper .flexBox .inner .pBox .moreBtn{
	position:absolute;
	top:100%;
	-webkit-transform: translateY(-100%); /* Safari用 */
	transform: translateY(-100%);
	left:0;
	right:0;
	width:118px;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	color:rgba(255,255,255,0.7);
	font: inherit;
	font-weight:normal;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	background:rgba(0,0,0,0.7);
}
.etcWrapper .flexBox .inner h3{
	padding:22px 0 18px;
	font-size:22px;
	font-weight:normal;
}
.etcWrapper .flexBox .inner p{
	text-align:left;
}
/**/
.facWrapper{
	padding:70px 0;
}
.facWrapper .flexBox{
	display:flex;
	justify-content:space-between;
	width:995px;
	margin:0 auto;
}
.facWrapper .flexBox .left{
	width:315px;
}
.facWrapper .flexBox .right{
	width:655px;
}
.facWrapper .flexBox h3{
	padding:10px 0;
	font-weight:normal;
	font-size:19px;
	border:solid 1px #cccccc;
	border-width:1px 0;
}
.facWrapper .flexBox .flexBox{
	display:flex;
	justify-content:space-between;
	width:655px;
	margin:0 auto;
}
.facWrapper .flexBox table{
	width:315px;
	margin:20px 0 40px;
	text-align:left;
}
.facWrapper .flexBox table td{
	padding:5px 0 5px 1em;
	border-bottom:dotted 1px #ccc;
}

/*more*/
.roomBox .btnBox{
	position:absolute;
	display:flex;
	justify-content:center;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	right:0;
	width:472px;
	margin:0 auto;
}
.roomBox p.moreBtn{
	width:118px;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	color:rgba(255,255,255,0.7);
	font: inherit;
	font-weight:normal;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	background:rgba(0,0,0,0.7);
}
.roomBox a.moreBtn{
	display:block;
	width:118px;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	color: #5a5a5a;
	font: inherit;
	font-weight:normal;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	background:#fff;
}
/**/
.roomBox .btnBox p:nth-child(3){
	order:4;
}
.roomBox .btnBox a:nth-child(4){
	order:3;
	margin-left:1px;
}
/**/
.roomBox .btnBox.one{
	flex-wrap:wrap;
	top: 100%;
	-webkit-transform: translateY(-100%); /* Safari用 */
	transform: translateY(-100%);
	width:118px;
}











/*############################################*/
/*  */
/*############################################*/
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {

	.honbunBox{
		width:100%;
	}
	.honbunBox > p{
		width:70%;
		text-align:left;
		margin:0 auto;
	}
	/**/
	.kugiriMidashi{
	}
	.kugiriMidashi p:nth-child(1){
	}
	.kugiriMidashi p:nth-child(1)::after{
	}
	.kugiriMidashi p:nth-child(2){
	}
	/**/
	.roomBox{
		padding:40px 0 40px;
		border-bottom:solid 1px #a4a4a4;
	}
	.roomBox .pWrapper{
		flex-wrap:wrap;
	}
	.roomBox .pWrapper .pBox.two{
		width:100%;
		height:64vw;
		min-height:0px;
	}
	.roomBox .pWrapper .pBox.one{
		width:100%;
		height:64vw;
		min-height:0px;
	}
	/**/
	.roomBox .specBox{
		flex-wrap:wrap;
	}
	.roomBox .specBox .left{
		width:100%;
	}
	.roomBox .specBox .left p{
		width:90%;
		margin:20px auto 0;
		padding:0 0 10px 0;
	}
	.roomBox .specBox .right{
		justify-content:space-between;
		width:90%;
		margin:0px auto 0;
		padding:20px 0 0px 0px;
		border-left:none;
	}
	.roomBox .specBox .right div{
		width:30%;
		margin-right:0px;
	}
	.roomBox .specBox .right div p:nth-child(1){
	}
	.roomBox .specBox .right div p:nth-child(2){
	}
	/**/
	.etcWrapper{
		margin:70px 0 0;
		padding:12vw 0 5vw;
	}
	.etcWrapper .flexBox{
		flex-wrap:wrap;
		width:100%;
		margin:0 auto;
	}
	.etcWrapper .flexBox .inner{
		width:80%;
		margin:0 auto;
		padding:0 0 30px 0;
	}
	.etcWrapper .flexBox .inner .pBox{
		width:100%;
		height:48vw;
	}
	.etcWrapper .flexBox .inner .pBox .moreBtn{
	}
	.etcWrapper .flexBox .inner h3{
	}
	.etcWrapper .flexBox .inner p{
	}
	/**/
	.facWrapper{
		padding:30px 0;
	}
	.facWrapper .flexBox{
		flex-wrap:wrap;
		width:100%;
	}
	.facWrapper .flexBox .left{
		width:100%;
	}
	.facWrapper .flexBox .right{
		width:100%;
	}
	.facWrapper .flexBox h3{
		margin:40px auto 20px;
	}
	.facWrapper .flexBox .flexBox{
		width:100%;
	}
	.facWrapper .flexBox table{
		width:90%;
		margin:0px auto 0px;
	}
	.facWrapper .flexBox table td{
	}
	.facWrapper .flexBox table:nth-child(3){
		width:90%;
		background:#ff0;
	}

	/*more*/
	.roomBox .btnBox{
		flex-wrap:wrap;
		top: 50%;
		width:118px;
	}
	.roomBox p.moreBtn{
	}
	.roomBox a.moreBtn{
	}
	.roomBox .btnBox.one{
	}
	.roomBox .btnBox p:nth-child(3){
		order:3;
	}
	.roomBox .btnBox a:nth-child(4){
		order:4;
		margin-left:0px;
	}






} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/

} /* /@media */





