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

/* ---------------------------------
  『客室』ページ専用CSS
------------------------------------*/
h2.room_title {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
	
	position: relative;
	padding: 0 65px;
	text-align: center;
}
h2.room_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
h2.room_title span {
	position: relative;
	padding: 0 20px 0 60px;
	background-color: #01162e;
	background-image: url("../images/common/logomark.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 20px top;
}
@media screen and (max-width: 640px){
	h2.room_title {
		position: relative;
		padding: 0 0px;
		text-align: center;
	}
	h2.room_title:before {
		background: transparent;
	}
	h2.room_title span {
		position: relative;
		padding: 0 20px 0 50px;
		background-color: transparent;
		background-position: left 0px top;
	}

}



section.contents_header {
	background-image: url("../images/room/mainview.jpg");
}

section.room_wrap {
	margin-top: 150px;
}
section.room_wrap .container {
	background:rgba(0,7,24,0.8);
	position: relative;
	min-height: 740px;
	margin-bottom: 4em;
}
section.room_wrap .no-s {
	/* 小さい画像なしの場合 */
	min-height:590px;
}
.room_image_left {
	position: absolute;
	top: -90px;
	left: -150px;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.room_image_left img.image_b {
	width: 100%;
}
.room_image_left img.image_s {
	width: 300px;
	margin: 2em 0 1em 2em;
}
.room_image_right {
	position: absolute;
	top: -90px;
	right: -150px;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room_image_right img.image_b {
	width: 100%;
}
.room_image_right img.image_s {
	width: 300px;
	margin: 2em 2em 1em 0;
}
p.memo {
	font-size: 90%;
}


img.right{
	position: absolute;
	top: -90px;
	right: -150px;
}
.room_name {
	padding: 2em 2em 0 0;
}
.room_name_right {
	margin-left: 700px;
}
.room_name_left {
	margin-right: 700px;
}
img.badge_left, img.badge_right {
	position:absolute;
	width: 130px;
	z-index: 10;
}
img.badge_left { top: -90px; right: -40px; }
img.badge_right { top: -100px; left: -70px; }
.room_name h2 {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
}
.room_name h2 span {
	font-size: 80%;
	margin-right: 1em;
}
.room_name dl {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0.5em;
}
.room_name dl dt, .room_name dl dd {
	padding: 0.5em 0.5em;
	line-height: 1.4;
	background: rgba(255,255,255,0.2);
	border: 1px solid #fff;
	box-sizing: border-box;
}
.room_name dl dt {
	width: 35%;
	
	margin-top: -1px;
	margin-right: -1px;
	width: calc(35% + 1px);
}
.room_name dl dd {
	width: 65%;
	margin-top: -1px;
}


@media screen and (max-width: 640px){
	section.room_wrap {
		margin-top: 0;
	}
	img.left, img.right{
		position: static;
		margin-bottom: 1em;
	}
	
	.room_image_right, .room_image_left {
		position: static;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-end;
	}
	.room_image_right img.image_s, .room_image_left img.image_s {
		width: 100%;
		margin: 2em 0 1em 0;
	}
	.room_name {
		padding: 0;
		position: relative;
	}
	.room_name h2 {
		font-size: 22px;
		order: 1;}
	.room_name p {
		order: 3;}
	.room_name dl {
		order: 4;}
	.room_name a.btn {
		order: 5;}
	.room_name_right {
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}
	.room_image_left {
		order: 2;
		margin-top: 0;
	}
	.room_image_right {
		order: 2;
		margin-top: 0;
	}
	.room_name_left {
		margin-right: 0;
		display: flex;
		flex-direction: column;
	}
	.room_name img.image_s {
		width: 100%;
	}

	img.badge_left, 
	img.badge_right {
		position: absolute;
		top: 3em;
		left: -1em;
		width: 100px;
		margin-left: 0;
		margin-top: 0;
	}

}

section#summary {
	background-color: #e7e7e7;
	padding: 5em 0 7em;
	color: #01162e;
	line-height: 1.8;
}
h2.gray {
	color: #000;
}
h2.gray:before {
	background: #000;
}
h2.gray span {
	background-color: #e7e7e7;
}
section#summary ul li {
	border-bottom: 1px solid #000;
	padding: 3em 0;
}
section#summary dl {
	display: flex;
	justify-content: center;
}
section#summary dl dt {
	width: 150px;
}
section#summary dl dd {
	width: 700px;
}
section#summary ul li.center {
	text-align: center;
}
@media screen and (max-width: 640px){
	section#summary {
		padding: 3em 0 5em;
	}
	section#summary ul li {
		padding: 2em 0;
	}
	section#summary dl {
		flex-direction: column;
	}
	section#summary dl dt {
		width: auto;
	}
	section#summary dl dd {
		width: auto;
	}
}