:root {
	--mainColor: ;
	--mainFontColor: #3e3a39;
	--mainBorder: 1.5px solid var(--mainFontColor);
}

#home {
	/* background-image: url(img/home.jpg); */
}

/* .homeCover{
	background-color:rgba(240,240,240,0.5);
} */
.single-item {
	overflow: hidden;
}

.banner1 {
	width: 100%;
	height: 100vh;
	background: url(img/home.jpg) no-repeat;
	background-size: cover;
}

.banner2 {
	width: 100%;
	height: 100vh;
	background: url(img/room03.jpg) no-repeat;
	background-size: cover;
}

.banner3 {
	width: 100%;
	height: 100vh;
	background: url(img/home02.jpg) no-repeat;
	background-size: cover;
}

#mainBg {
	background-image: url(img/bg.jpg);
}

.mainCover {
	background-color: rgba(240, 240, 240, 0.8);
}

.menuArea li {
	font-size: 14px !important;
}

h3 {
	font-weight: 700;
}

p,
li,
a,
h2 {
	font-weight: 400;
}

#sns ul li a {
	filter: brightness(0);
}

.aligned ul,
.roomTypeText ul {
	list-style-type: decimal;
	list-style-position: outside;
	list-style: normal !important;
	margin: 0px;
	padding-left: 2em;
}

.aligned li,
.roomTypeText li {
	list-style: inherit !important;
	display: list-item;
}

.btn {
	width: 100%;
	text-align: center;
	border: #3e3a39 2px solid;
	padding: 10px;
}

.btn:hover {
	background-color: #08a5be;
}

/**************************************/
.picture article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.picture article h3 {
	width: 100%;
}

.picture article p {
	width: 100%;
}

.picture article a {
	width: 30%;
	margin: 20px 1.5%;
	min-width: 280px;
}

.picture article.cc1 a {
	width: 90%;
	margin: 20px auto;
}

.picture article.cc2 a {
	width: 40%;
	margin: 20px 5%;
}

.picture article .clear {
	width: 30%;
	margin: 0 1.5%;
	min-width: 280px;
}

.picture article.cc1 .clear {
	width: 90%;
	margin: 0 auto;
}

.picture article.cc2 .clear {
	width: 40%;
	margin: 0 5%;
}

.picture article a span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background-color: rgba(18, 18, 18, 0.85);
}

/**************************************/

.item4 {
	width: 80%;
	margin: 0 5% 80px 5%;
}

@media only screen and (max-width: 600px) {
	.item3 {
		width: 100% !important;
	}

	article>p>br {
		display: none;
	}

	article>p {
		text-align: justify !important;
	}

	/* #roomType2 img {
		width: 50%;
	} */
}

.itemB {
	width: 23%;
	margin: 0 1% 10px 1%;
}

.itemB a:hover,
.item3 a:hover,
.messageFlex a:hover,
.roomTypeTitle a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
	#home {
		height: 50vh;
	}

	.banner3,
	.banner2,
	.banner1 {
		height: 48vh;
	}

	.itemB,
	#picture article a,
	.item3 {
		width: 48%;
		margin: 0 1% 10px 1%;
		min-width: auto;
	}

	#picture .item3 a {
		width: 100%;
	}

}

article h3:first-of-type,
article>p,
#about h2 {
	text-align: center;
	margin-bottom: 20px;
}

.buy>.roomTypeItem>a>img {
	filter: brightness(30%);
}

.messageFlex {
	display: flex;
	justify-content: center;
}

.messageFlex a {
	width: 40px;
	margin: 0 10px;
}

.roomTypeTitle a {
	line-height: 1.5;
}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #fff;
	}
}