@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+TC:400,700&display=swap');

:root{
  --mainColor:;
  --mainFontColor:rgba(30,30,30,1);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgba(240,240,240,0.8);
}

/* @media screen and (max-width:1024px) {
	#home {
	  height: 50vw;
	}
	.homeCover > h4,.homeCover>span{
		display:none;
	}
  } */

#home{
	background-image: url(img/home.jpg);
}

.homeCover{
	background-color:rgba(230,230,230,0.5);
}

.menuArea li{
  font-size: 14px !important;
}

h3{
  font-weight: 700;
}
p , li , a , h2{
  font-weight: 400;
}

#sns ul li a{
  filter: brightness(0);
}

@media only screen and (max-width: 600px){
.trafficText img{ 
	top:0px !important;
}
.item3 {
  width: 100% !important;
}
.homeCover h4{
	font-size: 20px !important;
}
}

.roomTypeText li{
	list-style:normal
}

.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;
  font-size: 14px;
}
.aligneds li{
	list-style-type:circle !important;
}

.item4{
	width: 80%;
	margin: 0 5% 80px 5%;
}

.art{
	padding-bottom: 0;
}

/**************************************/
.picture{

}
.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);
}
/**************************************/

.scollMenu{
	background-color: #00658f;
}

.mainList li a , 
#picture article a{
	color:#fff;
}

.roomTypeItem a {
	font-size: 24px;
	color: #00658f;
	margin: 12px;
	display: block;
}

#about p{
	text-align: center;
}

article {
    padding: 30px 0;
}

.homeCover{
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
}
.homeCover h4{
	position: static;
	color:#fff;
	width:25%;
	max-width: 250px;
	min-width: 120px;
	padding:0 20px;
	align-self:center;
	margin-top:40vh;
	font-size: 48px;
	white-space:nowrap;
}

article > h3{
	text-align: center;
	color:#00658f;
}

#video h3 > a{
	padding:15px;
	border: #00658f 1px solid;
	width:50%;
	min-width: 250px;
	margin:auto;
	transition: all .2s ease-in-out;
}
#video h3 > a:hover , 
.roomTypeText a:hover{
	background-color: #00658f;
	color:#fff;
}
.roomTypeItem a{
	margin:0;
}
.roomTypeText a{
	margin-top:10px;
	padding:15px;
	border: #00658f 1px solid;
	text-align: center;
}

.trafficText img{ 
	position: relative;
	top:15px;
	height:40px;
	width:45px;
}
.tFlex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#traffic article h3{
	width: auto;
}

*{
	font-weight: bold !important;
}