body {
    margin: 0px;
    padding: 0px;
    /*text-align: center;*/
	min-width: 1230px!important;
	background-image:url("../images2/common/head_bg.jpg"),url("../images2/common/footer_bg.jpg");
	background-position: center top,center bottom 930px;
	background-repeat: no-repeat,no-repeat;
	background-color:  #131316!important;
}

/*
body#TOP #htlHeader{
    color:white !important;
}
body#TOP #htlHeader a{
    color:white !important;
}

body#TOP #htlBrdCrmbs .unexpose{
    color:white !important;
}

body#TOP #htlBrdCrmbs h1{
    color:white !important;
}

body#TOP #htlBrdCrmbs a{
    color:white !important;
}
*/

#htlHeader ul li{
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff !important;
    -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff !important;
    box-shadow:inset 0px 0px 0px 0px #ffffff !important;
}
.single-column #htlMainContent ul#RthExcursionArea a,
a.footer-action-btn__lnk--left,
a.footer-action-btn__lnk--left:visited:hover{
	color: white !important;
}
/*
p#RthPagetop a:link{
    color:white !important;}


#rtSiteHeader a, #htlBrdCrmbs a, .languageArea a, #RthNameArea a, #htlHeader ul a, #rooms a, #relatedPg ul li a, #RthExcursionArea a, .RthExcursionPrev a, .RthExcursionNext a, #RthPagetop a, #grpfooterArea a {
    color: white !important;
}
*/

#RESOL_wrapper {
	left: -347px;
	width: 1190px;
    font-size: 16px;
    line-height: 180%;
    color: #D8D8D8;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    text-align: left;
    padding: 0;
}
#RESOL_wrapper img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 0;
}
#RESOL_wrapper p,
#RESOL_wrapper dl,
#RESOL_wrapper dt,
#RESOL_wrapper dd{
    padding: 0;
    margin: 0;
    line-height: 180%;
}
#RESOL_wrapper h1,
#RESOL_wrapper h2,
#RESOL_wrapper h3,
#RESOL_wrapper h4,
#RESOL_wrapper h5{
    padding: 0;
    margin: 0;
    line-height: 100%;
}
#RESOL_wrapper ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
#RESOL_wrapper img {
    border-style: none;
}
#RESOL_wrapper a {
    color: #720626;
}
#RESOL_wrapper a:hover {
    text-decoration: none;
}
#RESOL_wrapper a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#RESOL_wrapper section{
    margin-bottom: 130px; 
}
/* ------------------------------------
header
------------------------------------- */
#RESOL_wrapper header{
	position: relative;
}
#RESOL_wrapper header .mv_area{
	width: 1189px;
	height: 584px;
	position: relative;
}
#RESOL_wrapper header .mv_area:before{
	content: "";
	display: block;
	background: url("../images2/top/mv_bg.png") no-repeat center center;
	width: 1189px;
	height: 571px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 2
}

#RESOL_wrapper header .mv_area > img{
	width: 1189px;
	height: 495px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
}

#RESOL_wrapper header h1{
	width: 208px;
	height: 23px;
    position: absolute;
	top: 10px;
	left: 30px;
	z-index: 5;
}
#RESOL_wrapper header h2{
	width: 464px;
	height: 148px;
    position: absolute;
	bottom: 60px;
	right: 50px;
	z-index: 5;
}
#RESOL_wrapper header nav{
	background:#232323;
	width: 1018px;
	padding: 30px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.83);
	margin: 0 auto -50px;
	position: relative;
	top: -50px;
	z-index: 6;
}

#RESOL_wrapper header ul li{
	width: 185px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-right: 1px solid #707070;
}
#RESOL_wrapper header ul li:nth-child(4){
	border-right: 0;
}
#RESOL_wrapper header ul li:last-child{
    margin-right: 0px;
	width: 260px;
	border-right: 0;
}


/* ------------------------------------
contents_area
------------------------------------- */
#RESOL_wrapper #contents_area{
    width: 950px !important;
    margin: 0 auto !important;
    padding: 90px 0 0 0;
}
#RESOL_wrapper #contents_area h2{
    text-align: center;
    margin-bottom: 70px;
}

/* ------------------------------------
#footer
------------------------------------- */
#RESOL_wrapper footer{
    width: 950px;
    text-align: center;
    padding: 120px 0 140px;
}

#RESOL_wrapper footer h1{
    margin-bottom: 35px;
}
#RESOL_wrapper footer p{
	color: #FFF;
	line-height: 1;
}
#RESOL_wrapper footer p img{
	margin: 10px auto 0;
	display: block;
}

#RESOL_wrapper footer p span{
    font-size: 10px;
}

#RESOL_wrapper footer a{
    color: #d8d8d8;
    text-decoration: none;
}

#RESOL_wrapper a{
    color: #D8D8D8;
    text-decoration: none;
}
#RESOL_wrapper a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}




/* ------------------------------------
clearfix
------------------------------------- */
#RESOL_wrapper .clearfix::after {
    content: " ";  
    display: block; 
    visibility: hidden; 
    clear: both; 
    height: 0;
    line-height: 0;
}

