:root {
	--mainColor: ;
	--mainFontColor: rgba(30, 30, 30, 1);
	--mainBorder: 1.5px solid var(--mainFontColor);
}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #fff;
	}

}

#home {
	background-image: url(img/home.jpg);
}

.homeCover {

	background-color: rgba(240, 240, 240, 0);
}

#mainBg {
	background-image: url(img/bg.jpg);
	background-color: rgba(255, 255, 255, 0.137);
}

.mainCover {
	background-color: rgba(240, 240, 240, 0.911);
}

.menuArea li {
	font-size: 14px !important;
}

h3 {
	font-weight: 700;
	color: #01576b;
	text-align: center;
}

p,
li,
a,
h2 {
	font-weight: 400;
	text-align: center;
	font-size: 20px;
}

#sns ul li a {
	filter: brightness(0);
}

.aligned ul {
	list-style-type: decimal;
	list-style-position: outside;
	list-style: normal !important;
	margin: 0px;
	padding-left: 2em;
}

.aligned li {
	list-style: inherit !important;
	display: list-item;
}

/**************************************/
.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;
	}
}

.ab {
	width: 60%;
	margin: auto;
}

.newsTitle h3 {
	color: black;
}

.roomTypeTitle {
	border-color: #01576b;
}

.roomTypeText p {
	font-size: 20px;
}

.homeCover h4 {
	position: absolute;
	left: 7.5%;
	bottom: 15vh;
	width: 80%;
	font-size: 24px;
	font-weight: bold;
}



.mainList li a {
	padding: 5px;
	font-size: 16px;
	user-select: none;
	font-weight: bold;
}

@media only screen and (max-width: 950px) {
	h4 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#logo img {
	max-height: 120px;
}