@charset "utf-8";
/* CSS Document */



/*ヘッダー*/

.h-content {
  background: url("../img/room/top.jpg");
  background-size: cover;
  background-position: center center;
 height: 200px;
}


@media print, screen and (min-width: 768px){
	
	.h-content{
		height: 400px;
	}	
}


/*見出し*/

.midashi .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: url("../img/back_gr.png");
}

.midashi h1{
	 -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	padding: 30px 0;
	font-size: 24px;
	
}


@media print, screen and (min-width: 768px){
	
	.midashi h1{
		font-size: 32px;
		padding: 80px 0;
	}
	
}




.conA{
	background: url("../img/room/room_back.jpg");
	background-size: cover;
	min-height: 400px;
	background-position: center center;
}

.conA .container{
	padding: 30px;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto;
}

.conA h2{
	color: #fff;
	font-size: 20px;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Old Mincho", serif;
	font-weight: normal;
	margin-bottom: 1.5em;
}


.conA p{
	color: #fff;
	line-height: 1.6em;
	font-size: 14px;
}


@media print, screen and (min-width: 768px){
	
	.conA{
		min-height: 500px;
	}
	
	.conA .container{
		padding:80px 50px;
	}
	
	.conA h2{
		font-size: 36px;
		margin-bottom: 1em;
	}	
	
	.conA p{
		font-size: 15px;
	}
	
}



/*お部屋ギャラリー*/

.conB .container{
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	flex-wrap: wrap;
}

.conB .text{
	width: 48%;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6em;
}

.conB{
	background: #000;
}



@media print, screen and (min-width: 768px){
	
	.conB .container{
		padding: 80px 20px;
	}
	
	.conB .text{
		width: 30%;
	}	
	
	
	
}