
#main {
	padding-top: 0;
}
.inn-section {
	padding-top: 32px;
	padding-bottom: 32px;
}

.vertical-text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: normal;
}
.reservation-btn {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	position: relative;
	padding: 0 24px;
}
.reservation-btn a {
	position: relative;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 14px 20px;
	-webkit-transition: .1s;
	transition: .1s;
}
.reservation-btn a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: solid 1px #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.reservation-btn a:hover {
	background-color: #900;
}

#about {
	padding-bottom: 24px;
}

#mv {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 280px;
	background-color: #000;
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.mv-title {
	display: block;
	padding: 18px 14px 17px 14px;
	max-height: 200px;
	margin: auto 0;
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	line-height: 18px; line-height: 1.8rem;
	letter-spacing: 1px; letter-spacing: 0.1rem;
	position: relative;
	z-index: 2;
	color: #fff;
	text-orientation: mixed;
}
.mv-title > span {
	display: inline-block;
}
.mv-title:before,
.mv-title:after {
	content: "";
	display: block;
	width: 100%; width: calc(100% - 2px);
	height: 100%; height: calc(100% - 2px);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: solid 1px #fff;
}
.mv-title:after {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
#mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#about .reservation-btn {
	z-index: 2;
	margin: -48px auto 24px auto;
}

#prologue {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.prologue-lead {
	font-size: 14px; font-size: 1.4rem;
	line-height: 24px; line-height: 2.4rem;
	letter-spacing: 1px; letter-spacing: 0.1rem;
	margin-left: 16px;
}
.prologue-caption {
	font-size: 12px; font-size: 1.2rem;
	line-height: 24px; line-height: 2.4rem;
}

@media screen and (min-width: 768px)
{
	.inn-section {
		max-width: 1280px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.reservation-btn {
		font-size: 16px; font-size: 1.6rem;
		line-height: 24px; line-height: 2.4rem;
		padding: 0;
	}
	.reservation-btn a {
		width: 64%;
		max-width: 600px;
		padding: 20px 24px;
	}
	.reservation-btn a:before {
		border-width: 2px 2px 0 0;
		width: 6px;
		height: 6px;
		right: 42px;
	}

	#about {
		padding-bottom: 48px;
	}

	#mv {
		height: 720px; height: 56.25vw;
		max-height: 720px;
		margin-bottom: 72px;
		padding-top: 32px;
		padding-bottom: 64px;
	}
	.mv-title {
		padding: 28px 20px 26px 20px;
		min-height: 320px;
		max-height: 640px;
		font-size: 23px; font-size: 2.3rem;
		line-height: 30px; line-height: 3.0rem;
		letter-spacing: 2px; letter-spacing: 0.2rem;
	}
	.mv-title:after {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}

	#about .reservation-btn {
		margin: -104px auto 72px auto;
	}

	#prologue .prologue-lead {
		font-size: 26px; font-size: 2.6rem;
		line-height: 50px; line-height: 5.0rem;
		letter-spacing: 2px; letter-spacing: 0.2rem;
		margin-left: 32px;
	}
	#prologue .prologue-caption {
		font-size: 16px; font-size: 1.6rem;
		line-height: 42px; line-height: 4.2rem;
	}
}





.inn-section-title-bg {
	margin: 0 -24px;
	width: 100%; width: calc(100% + 48px);
	height: 120px;
	object-fit: cover;
}
.inn-section-title {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-end;
	margin: -46px 0 0 0;
	position: relative;
	left: 0;
}
.inn-section-title-odd {
	padding-top: 26px;
}
.inn-section-title .ja {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	line-height: 20px; line-height: 2.0rem;
	letter-spacing: 12px; letter-spacing: 1.2rem;
	margin-bottom: -12px;
}
.inn-section-title .en {
	display: block;
	font-size: 10px; font-size: 1.0rem;
	line-height: 14px; line-height: 1.4rem;
	letter-spacing: 1px; letter-spacing: 0.1rem;
	margin-bottom: -1px;
	text-orientation: sideways;
}
.inn-section-title .white {
	color: #fff;
}

@media screen and (min-width: 640px)
{
	.inn-section-title {
		left: 10%;
	}
}

@media screen and (min-width: 768px)
{
	.inn-section-title-bg {
		margin: 0;
		width: 100%;
		height: 360px;
	}
	.inn-section-title {
		left: 18%;
		margin-top: -92px;
	}
	.inn-section-title-odd {
		padding-top: 52px;
	}

	.inn-section-title .ja {
		font-size: 28px; font-size: 2.8rem;
		line-height: 38px; line-height: 3.8rem;
		letter-spacing: 24px; letter-spacing: 2.4rem;
		margin-bottom: -24px;
	}
	.inn-section-title .en {
		font-size: 12px; font-size: 1.2rem;
		line-height: 18px; line-height: 1.8rem;
	}
}





.section-row {
	max-width: 480px;
	margin: 0 auto;
}
.section-row+.section-row {
	margin-top: 48px;
}
.section-row-title {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
	text-align: center;
	margin: 16px 0;
}
.section-row-content-lead {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
	margin: -4px 0 16px 0;
	text-align: center;
}
.section-row-content-caption {
	font-size: 12px; font-size: 1.2rem;
	line-height: 24px; line-height: 2.4rem;
	margin: -6px 0;
}
.section-row-content-table {
	margin: 0 auto;
}
*.section-row-content-table {
	margin-top: 28px;
}
.section-row-content-table th,
.section-row-content-table td {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	border: solid 1px #d8d8d8;
	text-align: left;
	padding: 8px 16px;
}
.section-row-content-table th {
	white-space: nowrap;
}
.section-row-content-image-container {
	margin: 24px 0 0 0;
}

/*#spa .section-row+.section-row {
	margin-top: 12px;
}*/
.section-row-content-03 .section-row-content-text-container {
}
.section-row-content-03 .section-row-content-image-container {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.section-row-content-03 .section-row-content-image-container+.section-row-content-text-container {
	margin-top: 48px;
}

.section-row-content-03 .section-row-content-image-container .section-row-content-image {
	flex-basis: 400px;
}
.section-row-content-03 .section-row-content-image-container .section-row-content-image+.section-row-content-image {
	margin-left: 12px;
}

@media screen and (min-width: 768px)
{
	.section-row {
		max-width: 100%;
	}
	.section-row+.section-row {
		margin-top: 80px;
	}
	.section-row-title {
		font-size: 23px; font-size: 2.3rem;
		line-height: 33px; line-height: 3.3rem;
		letter-spacing: 1px; letter-spacing: 0.1rem;
		margin: 24px 0 64px 0;
	}
	.section-row-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 -20px;
	}
	.section-row-content-lead {
		font-size: 23px; font-size: 2.3rem;
		line-height: 33px; line-height: 3.3rem;
		letter-spacing: 1px; letter-spacing: 0.1rem;
		margin: -5px 0 29px 0;
	}
	.section-row-content-caption {
		font-size: 16px; font-size: 1.6rem;
		line-height: 36px; line-height: 3.6rem;
		margin: -10px 0;
	}
	.section-row-content-table {
		max-width: 800px;
	}
	*.section-row-content-table {
		margin-top: 40px;
	}
	.section-row-content-table th,
	.section-row-content-table td {
		font-size: 16px; font-size: 1.6rem;
		line-height: 26px; line-height: 2.6rem;
		padding: 12px 34px;
	}

	.section-row-content-text-container {
		margin: 0 20px;
		/*width: 364px;*/
		width: 424px;
		flex-shrink: 0;
	}
	.section-row-content-image-container {
		margin: 0 20px;
		/*max-width: 780px;*/
		max-width: 720px;
		position: relative;
	}

	.section-row-content-02 {
		flex-direction: row-reverse;
	}
	.section-row-content-02 .section-row-content-text-container {
		width: 424px;
	}
	.section-row-content-02 .section-row-content-image-container {
		max-width: 720px;
	}

	/*#spa .section-row+.section-row {
		margin-top: 80px;
	}*/
	.section-row-content-03 {
		flex-direction: column;
	}
	.section-row-content-03 .section-row-content-text-container {
		width: auto;
		text-align: center;
		margin: 0 20px;
	}
	.section-row-content-03 .section-row-content-image-container {
		max-width: none;
		margin: 0 -10px;
	}
	.section-row-content-03 .section-row-content-image-container+.section-row-content-text-container {
		margin-top: 64px;
	}
	.section-row-content-03 .section-row-content-image-container .section-row-content-image {
		flex-basis: 400px;
		margin: 0 30px;
	}
}





#room-detail {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -2%;
}
#room-detail .room-detail-col {
	flex-basis: 46%;
	margin: 8px 2%;
}
#room-detail .room-detail-col h4 {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 6px;
	text-align: center;
}
#room-detail .room-detail-col p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	margin: 10px 0 0 0;
}

@media screen and (min-width: 768px)
{
	#room-detail {
		margin: -20px -2%;
	}
	#room-detail .room-detail-col h4 {
		font-size: 16px; font-size: 1.6rem;
		line-height: 28px; line-height: 2.8rem;
		padding-bottom: 6px;
	}
	#room-detail .room-detail-col p {
		font-size: 14px; font-size: 1.4rem;
		line-height: 26px; line-height: 2.6rem;
		margin: 14px 0 -6px 0;
	}
}

@media screen and (min-width: 960px)
{
	#room-detail {
		margin: -12px -2%;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#room-detail .room-detail-col {
		flex-basis: 21%;
		margin: 0 2%;
	}
	/*#room-detail.room-detail-2col .room-detail-col {
		flex-basis: 46%;
	}*/
}





#detail {
	max-width: 528px;
	margin: 0 auto;
}
#detail .detail-title {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
	margin: 0 0 18px 0;
	text-align: center;
}
#detail .detail-header {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #000;
}
#detail .detail-header-label {
	font-size: 16px; font-size: 1.6rem;
	line-height: 36px; line-height: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#detail .detail-header-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#detail .detail-main {}
#detail .detail-main-table {
	width: 100%;
	margin: 14px 0 30px 0;
}
#detail .detail-main-table th,
#detail .detail-main-table td {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	text-align: left;
	padding: 12px 4px;
}
#detail .detail-main-table tr+tr th,
#detail .detail-main-table tr+tr td {
	border-top: solid 1px #d8d8d8;
}
#detail .detail-main-table th {
	white-space: nowrap;
	width: 0;
}
#detail .detail-main-table td {
	width: 100%;
	padding-left: 12px;
}
#detail .reservation-btn a {
	width: 100%;
}

#detail .reservation-btn {
	padding: 0;
}

@media screen and (min-width: 768px)
{
	#detail {
		max-width: 680px;
	}
	#detail .detail-title {
		font-size: 23px; font-size: 2.3rem;
		line-height: 33px; line-height: 3.3rem;
		margin-bottom: 24px;
	}
	#detail .detail-header {
		height: 420px;
	}
	#detail .detail-header-label {
		font-size: 26px; font-size: 2.6rem;
		line-height: 36px; line-height: 100%;
	}
	#detail .detail-main-table {
		margin: 28px 0 70px 0;
	}
	#detail .detail-main-table th,
	#detail .detail-main-table td {
		font-size: 16px; font-size: 1.6rem;
		line-height: 26px; line-height: 2.6rem;
		padding: 17px 26px;
	}
	#detail .detail-main-table td {
		padding-left: 6px;
	}
}
