:root{
  --mainColor:;
  --mainFontColor:rgba(30,30,30,1);
  --mainBorder:1.5px solid var(--mainFontColor);
}
:focus{
	outline: -webkit-focus-ring-color auto 0px;

}
#mainBg{
	/* background-image: url(img/bg.png); */
}
.mainCover{
	background-color:rgba(250,250,250,0.9);
}

#home{
	background-image: url(img/home.jpg);
}
.proItem img{
	transform: scale(0.95);
}
.homeCover{
	background-color:rgba(230,230,230,0.5);
}
@media screen and (max-width:1024px) {
	#home {
	  height: 50vw;
	}
	.homeCover > h4,.homeCover>span{
		display:none;
	}
  }

@media screen and (max-width:950px) {
	.mainList > li > a{
		color: #fff;
	} 
}

.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){
.item3 {
  width: 100% !important;
}}

.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;
}

.item4{
	width: 40%;
	margin: 0 0 80px 0;
}

.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);
}
/**************************************/

.roomTypeTitle a{
	text-align: center;
	border: #435674 2px solid;
	padding:15px;
}
.roomTypeTitle a:hover{
	background-color: #435674;
}

.roomTypeTitle{
	border:none;
}
@media only screen and (max-width: 700px){
.roomTypeTitle h3 {
    font-size: 16px;
}
}