@charset "UTF-8";

/* accommodation
---------------------------------------------------------------------------*/
.contents {
	padding-right: 60px;
}

.title-page strong {
	letter-spacing: 0.06em;
}

.slider-common {
	margin-bottom: 75px;
}

.sec-lead,
.sec-room,
.sec-meal {
	max-width: 1030px;
}

.sec-lead p {
	color: #555555;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	margin-bottom: 110px;
	padding-left: 10px;
}

.sec-lead h2 {
	line-height: 1.6;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-lead h2 b {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}

.sec-lead h2 b span {
	padding-bottom: 2px;
	line-height: 1;
}

.sec-lead h2 b span i {
	letter-spacing: 0.06em;
}

.sec-lead h2 strong {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	letter-spacing: 0.16em;
}

.sec-lead h2 em {
	display: block;
	font-size: 13px;
	letter-spacing: 0.18em;
}

.sec-lead .txt h3 {
	margin-bottom: 25px;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.sec-lead .txt {
	box-sizing: border-box;
	width: 100%;
	padding: 43px 0 0 47px;
}

.sec-lead .txt p {
	margin-bottom: 15px;
	padding-right: 10px;
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 2.05;
}

/* .sec-logo
------------------------------------*/
.sec-logo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	margin: 70px 0 90px;
}

.sec-logo .logo {
	position: relative;
	width: 280px;
	min-width: 280px;
	text-align: center;
}

.sec-logo .logo:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #000000;
	width: 1px;
	height: 137px;
}

.sec-logo dl {
	padding: 0 0 10px 65px;
	white-space: nowrap;
}

.sec-logo dl > div {
	margin-bottom: 28px;
}

.sec-logo dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-logo dt {
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sec-logo dt span {
	display: inline-block;
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}

.sec-logo dd {
	font-size: 16px;
	letter-spacing: 0.18em;
}


/* .sec-room
---------------------------------------------------------------------------*/
.sec-room {
	margin-bottom: 140px;
}

.sec-room > figure {
	margin-bottom: 100px;
}

.sec-room > figure img,
.room-list figure img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

/* .room-list
------------------------------------*/
.room-list {
	padding: 0 30px 0 10px;
}

.room-list .inner {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 60px;
}

.room-list .maker {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid #000000;
	padding-right: 4px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.room-list figure {
	width: 48.5%;
}

.room-list .txt {
	position: relative;
	box-sizing: border-box;
	width: 51.5%;
	padding: 0 0 0 50px;
}

.room-list h2 {
	margin-bottom: 22px;
	white-space: nowrap;
}

.room-list h2 b {
	display: block;
	margin-bottom: 17px;
	font-size: 12px;
	letter-spacing: 0.16em;
}

.room-list h2 strong {
	display: inline-block;
	padding-right: 6px;
	font-size: 22px;
	letter-spacing: 0.16em;
}

.room-list h2 em {
	display: inline-block;
	transform: translateY(2px);
}

.room-list p {
	margin-bottom: 8px;
	color: #555555;
	font-size: 13px;
	line-height: 1.85;
}

.room-list .btn-color {
	margin-top: 26px;
}

.room-list .btn-color a {
	padding: 14px 28px 14px 28px;
}


/* .sec-meal
---------------------------------------------------------------------------*/
.sec-meal > figure {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.sec-meal > figure img {
	align-self: flex-start;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.sec-meal > figure img:nth-of-type(1) { width: 36%; }
.sec-meal > figure img:nth-of-type(2) { width: 63.7%; }

.sec-meal .sec-lead .txt {
	padding-top: 3px;
}

.sec-meal + .btn-line-l {
	max-width: 1030px;
	margin-top: -40px;
}