:root {
	--mainColor: #000;
	--mainFontColor: rgba(0, 0, 0);
	--mainBorder: 1.5px solid var(--mainFontColor);
}

#home {
	background-image: url(img/home.jpg);
}

.homeCover {
	/* background-color: rgba(171, 207, 255, 0.3); */
}

#mainBg {
	background-image: url(img/bg.jpg);
}

.mainCover {
	background-color: rgba(255, 255, 255, 0.2);
}

.menuArea li {
	font-size: 14px !important;
}

.scollMenu a {
	color: rgba(0, 0, 0, 0.85) !important;
}

h3 {
	font-weight: 700;
}

p,
li,
a,
h2 {
	font-weight: 400;
}

#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);
}

#about p {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 3em;
	margin-bottom: 0px;
}

a.booking {
	width: 200px;
	background-color: rgb(116, 161, 212);
	padding: 10px;
	border-radius: 20px;
	margin: auto;
}

a.booking:hover {
	background-color: rgb(99, 119, 141);
}

p.booking_p {
	text-align: center;
	margin: auto;
	font-size: 28px;
	color: #fff;
}

.roomTypeTitle {
	border-bottom: none;
}

#roomType .roomTypeTitle h3 {
	background-color: rgb(141, 165, 192);
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 500;
}

.roomTypeText {
	background-color: rgb(255, 255, 255, 0.65);
}

.roomTypeText p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
}

.trafficText ol li {
	font-size: 20px;
}

.price h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	background-color: rgb(255, 220, 104);
	padding-top: 10px;
	padding-bottom: 10px;
}

.price h2:hover {
	background-color: rgb(255, 220, 104, 0);
}

.homeCover h4 {
	position: absolute;
	left: 7.5%;
	bottom: 25vh;
	width: 80%;
	font-size: 26px;
	letter-spacing: 6px;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#menu_m>div {
		width: 100%;
		margin: 10px 20px 10px 20px;
	}

	#about p {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
	}

	.trafficText ol li {
		font-size: 16px;
	}
}

/**************************************/

@media only screen and (max-width: 1024px) {
	#home {
		height: 50vw;
	}
}

.item4 {
	width: 80%;
	margin: 0 5% 80px 5%;
}

@media screen and (max-width:1024px) {
	#home {
		height: 50vw;
	}

	.homeCover>h4,
	.homeCover>span {
		display: none;
	}
}

article h3:first-of-type,
article>p,
#about h2 {
	text-align: center;
	margin-bottom: 20px;

}

.videoItem>iframe {
	height: 476px;
}

.mainList li a {
	color: rgb(255, 255, 255);
	font-size: 20px;
	letter-spacing: 3px;
}

.slick-prev {
	background: url(img/pointer.png) center center no-repeat !important;
	background-size: 100% auto !important;
}

.slick-next {
	background: url(img/pointer.png) center center no-repeat !important;
	background-size: 100% auto !important;
	transform: rotatey(180deg);
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.7;
	background: url(img/pointer.png) center center no-repeat;
	background-size: 100% auto;
}