:root {
	--mainColor: rgba(30, 30, 30, 1);
	--mainFontColor: rgba(30, 30, 30, 1);
	--mainBorder: 1.5px solid var(--mainFontColor);
}

#home {
	background-image: url(img/home.jpg);
	background-position: 90%;
}

.homeCover {
	/* background-color: rgba(88, 53, 53, 0.8); */
}

@media screen and (max-width:1024px) {
	#home {
		height: 50vw;
	}
}

.mainList li a {
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.homeCover h4 {
	width: auto;
	background-color: #fff;
	padding: 0 10px;
}

.homeCover h4:first-child {
	margin-bottom: 1.7em;
}

#mainBg {
	background-image: url(img/bg.jpg);
}

.mainCover {
	background-color: rgba(255, 255, 255, 0.7);
}

.menuArea h3,
.menuArea li {
	text-align: center;
}

.mainList li a {
	font-weight: bold;
}

.scollMenu {
	background-color: #ffffff90;
}

h3 {
	font-weight: 700;
}

article>h3 {
	text-align: center;
	margin-bottom: 30px;
	color: var(--mainColor);
}

p,
li,
a,
h2 {
	font-weight: 400;
}

#sns ul li a,
.slick-next,
.slick-arrow {
	filter: brightness(0);
}

.roomTypeItem a {
	margin: auto;
	padding: 10px;
	width: 30%;
	text-align: center;
	background-color: var(--mainColor);
	color: #eccb89;
}

.roomTypeItem a:hover {
	opacity: 0.7;
}

.number ul {
	list-style-type: decimal;
	list-style-position: outside;
	list-style: normal !important;
	margin: 0px;
	padding-left: 2em;
}

.number li {
	list-style: inherit !important;
	display: list-item;
}

.aboutFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutFlex div {
	width: 49%;
	margin-bottom: 30px;
}

.aboutFlex>div {
	align-self: center;
}

.aboutFlex p {
	text-align: justify;
	width: 80%;
	margin: auto;
	max-width: 800px;
}

article {
	overflow: hidden;
}

#product>article {
	overflow: visible;
}

.animateLeftToRight {
	position: relative;
	right: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, right 1s ease-in-out;
}

.animateRightToLeft {
	position: relative;
	left: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, left 1s ease-in-out;
}

.animateBottomToTop {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out;
}

.supportLine {
	height: 2px;
	width: 60px !important;
	background-color: var(--mainColor);
	margin: 0 auto 50px;
}

#sns .tel {
	background-image: url(img/tel.svg);
}

#traffic div {
	width: 100%;
}

.trafficText li {
	text-align: center;
	min-width: 300px;
	margin: 20px 0;
}

.trafficText ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.menuItem span {
	font-size: 0.5em;
}

.roomTypeItem a {
	display: inline-block;
}

.item2 {
	width: 46%;
	margin: 0 2% 80px 2%;
}

.item3 {
	margin-bottom: 40px;
}

.lb-number {
	display: none !important;
}

/**************************************/
.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: 46%;
	margin: 20px 2%;
}

.picture article.cc1 a {
	width: 90%;
	margin: 20px auto;
}

.picture article.cc2 a {
	width: 40%;
	margin: 20px 5%;
}

.picture article .clear {
	width: 46%;
	margin: 0 2%;
}

.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);
}

.picture a {
	overflow: hidden;
}

.picture a img {
	transition: all 0.35s, transform 0.35s;
	transform: scale3d(1.05, 1.05, 1);
}

.picture a:hover img {
	transform: scale3d(1, 1, 1);
}

.picture article a span {
	color: #fff;
}

/**************************************/

.videoDiv {
	width: 48%;
	margin-bottom: 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1200px) {
	.aboutFlex {
		flex-wrap: wrap;
	}

	.aboutFlex div {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1052px) {
	.trafficText p {
		display: none;
	}

	.aboutFlex p {
		width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #ffffff;
	}
}

@media only screen and (max-width: 770px) {
	.item2 {
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.videoDiv {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.item3 {
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	.picture article a {
		width: 100%;
	}

	#sns {
		left: 5px;
		bottom: -2px;
	}
}

.scollMenu {
	background-color: #b86565;
	padding-bottom: 15px;
}

#logo img {
	max-height: 110px;
}

.promisebox {
	display: flex;
}

.box {
	margin: auto;
	border-right: 1px solid;
}

.box img {
	width: 80%;
	margin: auto;
}

.box p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
}

.end {
	border-right: none;
}

.menuArea {
	align-self: start;
}

.item4 {
	width: 22%;
}

.menuItem h3 {
	letter-spacing: 3px;
	text-align: left;
	padding-left: 15px;
	background-color: rgb(255, 255, 255, 0.6);
}

.menuItem ol li {
	text-align: left;
	font-size: 22px;
	padding-left: 25px;
}

.menuItem {
	background-color: rgba(202, 131, 98, 0.6);
}

.roomTypeItem img {
	box-shadow: 3px 3px 6px;
}

#about p {
	font-size: 19px;
	color: rgb(236, 236, 236);
}

#about h2 {
	font-weight: 600;
	color: rgb(255, 184, 77);
}

.roombox {
	display: flex;
}

.roombox_left {
	width: 30%;
	margin: 0 2%;
	align-self: flex-end;
}

.roombox_left p {
	font-size: 18px;
}

.roombox_right {
	width: 65%;
	margin: 0 2%;
	align-self: flex-end;
}

a.proItem {
	background-color: #fff;
	box-shadow: 3px 3px 5px rgb(146, 146, 146);
}

h4 {
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

@media screen and (max-width:950px) {
	.promisebox {
		display: flex;
		flex-wrap: wrap;
	}

	.box {
		width: 100%;
		margin: auto;
		border-right: none;
		display: flex;
	}

	.box img {
		float: left;
		width: 30%;
		align-self: center;
	}

	.box p {
		width: 60%;
		align-self: center;
	}

	.roombox {
		flex-wrap: wrap;
	}

	.roombox_left {
		width: 100%;
	}

	.roombox_right {
		width: 100%;
	}

	.item4 {
		width: 85%;
		margin: 20px auto;
	}

	.menuItem h3 {
		font-size: 24px;
	}
}