body {
	background-color: #fffcf5;
}
#main {
	width: 100%;
	height: 408px;
	background: url(../rooms/images/main.jpg) no-repeat center center;
	background-size: cover;
}

.contentwrap {
	width: calc(100% - 225px);
	background-color: #fffcf5;
}

.sub_content {
	width: 1060px;
	margin: 0 auto 12rem;
}
.sub_content table {
	width: 480px;
	border-top: 1px solid #707070;
	margin-bottom: 2rem;
}
.sub_content table th {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 0.8rem;
	font-weight: 400;
	text-align: left;
	width: 90px;
	box-sizing: border-box;
}
.sub_content table td {
	border-bottom: 1px solid #707070;
	width: 150px;
	padding: 0.8rem;
	box-sizing: border-box;
}
.sub_content table td.mid {
	border-right: 1px solid #707070;
}

.swiper-pagination-bullet {
	background-color: #C01736;
	opacity: 0,3;
	width: 14px;
	height: 14px;
}

.subCont {
	width: 100%;
	position: relative;
	height: 720px;
	margin-bottom: 150px;
	background: url(../images/common/bg_sub.png) no-repeat right top;
}
.subCont .description {
	width: 1015px;
	margin: 0 auto;
	padding-top: 90px;
	position: relative;
	height: 400px;
	box-sizing: border-box;
}
.subCont .description h1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.3rem;
	font-weight: 400;
	color: #313131;
	top: 60px;
	position: absolute;
	letter-spacing: 0.7rem;
}
.subCont .description h1 span {
	font-size: 1rem;
	letter-spacing: 0;
	
}
.subCont .description .wrapper {
	width: 768px;
	position: absolute;
	left: 120px;
}
.subCont .description .wrapper h2 {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.subCont .description .wrapper p {
	line-height: 1.5;
	margin-bottom: 2rem;
}

.subCont .imageArea {
	width: 852px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.subCont .imageArea p {
	width: 264px;
}


.sub_content .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3rem;
}
.sub_content .title h1 {
    font-size: 1.5rem;
    font-weight: 200;
}

.sub_content .note {
    line-height: 1.5;
    margin-bottom: 3rem;
}

.infowrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: center;
	align-items: center;
}
.infowrap a.button {
	display: block;
	width: 280px;
	background-color: #5C2321;
	color: #fff;
	font-weight: bold;
	padding: 1rem;
	text-decoration: none;
	text-align: center;
	margin-left: 3rem;
	transition: .2s;
}
.infowrap a.button:hover {
	background-color: #8b5454;
}
#roomdetail {
	width: 1060px;
	margin: 0 auto 6rem;
}
#roomdetail dl {
	margin-bottom: 2rem;
}
#roomdetail dt {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1rem;
}

#hinakura .wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
#hinakura .wrapper p.note {
	width: 45%;
}
#hinakura .wrapper .image {
	width: 40%;
	border: 1px solid #ccc;
	position: relative;
}
#hinakura .wrapper .image img {
	width: 100%;
}

#hinakura .wrapper .subs {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: .9rem;
	font-weight: bold;
}


