@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
.main_page img{
	height: auto;
}
.area_showaen{
    background: url(../img/index/area_showaen.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 40px 0 47px;
}
.area_showaen .area_title{
	font-size: 24px;
	font-weight: 300;
}
.area_showaen .area_text{
    font-size: 16px;
    margin-top: 33px;
    line-height: 1.8;
    font-weight: 200;
}

.areaBeauty {
    background: url(../img/index/area_beauty_bg.png) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 128px 0 141px;
    position: relative;
}
.areaBeauty:before{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 0;
}
.areaBeauty .inner{
	position: relative;
	z-index: 1;
}
.areaBeauty .beautyTitle {
	width: 216.739px;
	margin: 0 auto;
}
.areaBeauty .beautyText {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin-top: 17px;
	font-weight: 200;
}
.areaBeauty .more{
	text-align: center;
	margin-top: 7px;
}
.areaBeauty .more a{
	display: inline-block;
	vertical-align: top;
	color: #3FA8F4;
	font-size: 16px;
	font-weight: 200;
	transform: scale(1);
}
.areaBeauty .more a:before{
	content: "";
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	border-bottom: 1px solid #3FA8F4;
	transition: all 0.5s;
	position: absolute;
}
.areaBeauty .more a:hover{
	text-decoration: none;
}
.areaBeauty .more a:hover:before{
	width: 100%;
}
/*.areaBeauty*/

.area_room{
	background: #E6E6D2;
	padding: 51px 0 16px;
}

.area_room .list_room{

}
.area_room .list_room li{
    width: 480px;
    float: left;
    margin-bottom: 25px;
}
.area_room .list_room li:nth-child(2n){
	float: right;
}
.area_room .list_room li .img{
	width: 100%;
}
.area_room .list_room li .img a{
	display: block;
}
.area_room .list_room li .text{
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
}

.area_notice{
    background: url(../img/index/area_notice_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 44px 0 82px;
}
#content .area_notice .areaTitle{
	color: #fff;
    border-bottom: 2px solid rgba(178, 178, 178, 0.71);
    padding-bottom: 4px;
}
.area_notice .list_post{
    margin-top: 23px;
    padding-right: 50px;
    height: 250px;
    overflow-y: scroll;
}
.area_notice .list_post li{
    display: block;
    margin-bottom: 11px;
    font-size: 16px;
}
.area_notice .list_post li .date_post{
    display: inline-block;
    vertical-align: top;
    width: 81px;
    font-weight: 200;
    letter-spacing: 0.2px;
    line-height: 1.8;
}
.area_notice .list_post li .title_post{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 163px);
    margin-left: 66px;
    line-height: 1.8;
}
.area_notice .list_post li .title_post a{
	font-size: 16px;
	color: #fff;
	display: block;
	transition: all 0.5s;
	border-bottom: 1px solid transparent;
	font-weight: 200;
}
.area_notice .list_post li .title_post a:hover{
	transform: translateX(20px);
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

@media(max-width: 768px){
	.main_page img{
		height: 300px;
	}
	.area_showaen{
		background: url(../img/index/area_showaen.png) no-repeat center left -200px;
		position: relative;
	}
	.area_showaen:before{
	    content: "";
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 3, 57, 0.59);
	    position: absolute;
	}
	.area_showaen .inner{
		position: relative;
		z-index: 1;
	}
	.area_showaen .area_title{
		font-size: 18px;
	}
	.area_showaen .area_text{
		font-size: 14px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	.areaBeauty{
		padding: 50px 0;
	}
	.areaBeauty .beautyTitle{
		width: 140px;
	}
	.areaBeauty .beautyText{
		font-size: 14px;
	}
	.areaBeauty .more a{
		font-size: 14px;
	}
	.area_room .list_room li{
		width: 100%;
	}
	.area_room .list_room li .text{
		font-size: 14px;
	}
	.area_notice{
		padding: 40px 0;
	}
	.area_notice .list_post{
		padding-right: 0;
	}
	.area_notice .list_post li{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	}
	.area_notice .list_post li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.area_notice .list_post li .title_post{
		width: 100%;
		margin-left: 0;
	}
	.area_notice .list_post li .title_post a{
		font-size: 14px;
	}
	.area_notice .list_post li .title_post a:hover{
		transform: translateX(0px);
		border-bottom: 1px solid transparent;
	}
	.area_notice .list_post li .date_post{
		font-size: 14px;
	}
}