: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(117, 66, 25, 0.6);
}

@media screen and (max-width:1024px) {
	#home {
		height: 50vw;
	}
}

.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(240, 240, 240, 0.2);
}

.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: center;
	width: 80%;
	margin: auto;
	max-width: 1000px;
	font-size: 18px;
	letter-spacing: 2px;
}

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% 15px 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 10px 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;
	}
}

.item4 {
	width: 23%;
	margin: auto;
	margin-bottom: 20px;
}

#menu article {
	width: 50%;
}

.roomTypeText p {
	font-size: 18px;
	letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
	#menu article {
		width: 95%;
	}

	.roomTypeText p {
		font-size: 15px;
		letter-spacing: 2px;
	}
}

#logo img {
	display: none;
}

.mainList li a {
	font-size: 20px;
	letter-spacing: 3px;
	color: #fff;
}

.item4 img:hover {
	transition: all 0.35s linear;
	transform: scale(1.1);
	overflow: hidden;
}


.aboutpic {
	position: fixed;
	top: 60%;
	left: 82%;
	cursor: pointer;
	z-index: 100;
}

.aboutpic img {
	width: 180px;
	animation: alarm 1s infinite;
}

@media only screen and (max-width: 1024px) {
	.aboutpic img {
		width: 170px;
	}

	.aboutpic {
		top: 20%;
		left: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.aboutpic img {
		width: 120px;
	}

	.aboutpic {
		top: 20%;
		left: 75%;
	}
}

@media only screen and (max-width: 460px) {
	.aboutpic img {
		width: 90px;
	}

	.aboutpic {
		top: 20%;
		left: 72%;
	}
}

@keyframes alarm {
	0% {
		transform: rotate(3deg);
	}

	25% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-3deg);
	}

	75% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(3deg);
	}
}