@charset "utf-8";

/*
-----------------------------------------------

1: color
2: layout
3: header
4: navi
5: contents
:main
:sub
6: footer

*/

/* 1: color
----------------------------------------------- */

body{ color:#231815;}
a{	color:#231815;}


.red{color:#c00;}
.gray{color:#888;}


/* 2: layout
----------------------------------------------- */

body{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro",Verdana,Arial,Helvetica,"ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {

	body{
		padding-top:66px;
		padding-bottom:40px;
		font-size: 12px;
	}


}


#container{
}

.frame{
	margin:0px auto;
	position:relative;
}
.sp-fluid{
}

@media (min-width: 769px) {

	#wrap{
		min-width:880px;
	}
	
	.frame{
		width:830px;
	}


	.frame.wide{
		width:880px;
	}

}

@media (max-width: 768px) {

	.frame{
		margin-left:4%;
		margin-right:4%;
	}
	.frame.sp-fluid{
		margin-left:0;
		margin-right:0;
	}


}

.frame:after{content: ""; display: block; clear: both;}




.pc .sp-link{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}




/* 3: header
----------------------------------------------- */

#header{
	background: url(../img/common_test/header/bg.jpg) no-repeat center top / cover;
	color:#fff;
	position:relative;
	z-index:100;
}

#header .frame{
	height:79px;
}

#header .logo{
	position:absolute;
	top:18px;
	left:0px;
}


@media (min-width: 769px) {
	#header .logo{
		width: 276px;
		height: auto;
		top: 10px;
		left: 7px;
	}
	#header .logo a {
		display: block;
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
}


#header .name{
	position:absolute;
	top:10px;
	left:300px;
	font-size:80%;
}

#header .name span{
	font-size:120%;
}


#header .tel{
	position:absolute;
	top:18px;
	left:473px;
}

#header .tel .supple {
}

#header .tel .supple span {
}

#header .tel .supple img {
}

#header .h-menu{
	position:absolute;
	right:0;
	top:26px;
}
#header .h-menu li{
	float:left;
	margin-left:5px;
}

#header .h-menu li a{
	color:#fff;
	display:block;
	border-radius: 5px;
	line-height:34px;
	min-width:70px;
	padding:0 5px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;

}
#header .h-menu .coupon a{
	background:#01A9E4;
	border:1px solid #01A9E4;
}

#header .h-menu .reserve a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #E2BE20), color-stop(0.49, #FFFDE7), color-stop(0.00, #E2BE20));
	background: -webkit-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -moz-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -o-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -ms-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: linear-gradient(to bottom, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	
	border:1px solid #E2BE20;		
	color: #1B2A50;
}


/*
===== sp =====
*/

#sp-header{
	top:0;
	left:0;
	width:100%;
	height:66px;
	height:71px;	
	background: url(../img/common_test/header/bg.jpg) no-repeat center / auto 100%;
/*	background-size:100% auto;*/
	color: #FDE27B;
	
	position:fixed;
	z-index:31;
}

#sp-header .logo{
	margin-left:4px;
	padding-top:5px;
}

#sp-header .logo img{
/*	width: 82%;*/
	max-width: 78%;
	max-height: 60px;
}

#sp-header .menu{
	position:absolute;
	width:42px;
	top:0;
	right:6px;
	cursor:pointer;
}
.sp-menu-open #sp-header .menu{
	display:none;
}



/* 4: navi
----------------------------------------------- */

#navi{
	position:relative;
}

#navi .inner{
	background-color: rgba(35,24,21,0.69);
	color:#fff;
	height:34px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:90;
}
#mainimg #navi{
}

#navi a{
	color:#fff;
}

#navi ul{
	display:table;
	margin:0 auto;
}


#navi li{
	display:table-cell;
	height:34px;
	text-align:center;
	vertical-align:middle;
}

#navi a{
	display:block;
	padding:0 30px;
	text-decoration:none;
	position:relative;
	line-height:34px;
	font-size:12px;
}
#navi a:after{
	position:absolute;
	right:0;
	top:7px;
	background:#fff;
	width:1px;
	height:20px;
	content:"";
}
#navi li:last-child a:after{
}

#navi li:first-child a:before{
	position:absolute;
	left:0;
	top:7px;
	background:#fff;
	width:1px;
	height:20px;
	content:"";
}



#navi a i{
	display:inline-block;
	margin-right:7px;
	position:relative;
	height:1em;
	vertical-align:middle;
}

#navi a i:before{
	position:absolute;
	top:50%;
	left:0;
	content:"";
}

#navi .concept i{
	width:15px;
}
#navi .concept i:before{
	background-image:url(../img/common/navi/concept.png);
	width:15px;
	height:21px;
	margin-top:-12px;
}

#navi .room i{
	width:20px;
}
#navi .room i:before{
	background-image:url(../img/common/navi/room.png);
	width:20px;
	height:13px;
	margin-top:-7px;
}

#navi .facility i{
	width:14px;
}
#navi .facility i:before{
	background-image:url(../img/common/navi/facility.png);
	width:14px;
	height:17px;
	margin-top:-10px;
}

#navi .food i{
	width:23px;
}
#navi .food i:before{
	background-image:url(../img/common/navi/food.png);
	width:23px;
	height:16px;
	margin-top:-10px;
}


#navi .access i{
	width:13px;
}
#navi .access i:before{
	background-image:url(../img/common/navi/access.png);
	width:13px;
	height:20px;
	margin-top:-12px;
}


.room-p li.room {
	background: #ecd362;
}

.access-p li.access {
	background: #ecd362;
}

.facility-p li.facility {
	background: #ecd362;
}

.concept-p li.concept {
	background: #ecd362;
}

.food-p li.food {
	background: #ecd362;
}



/*
===== sp =====
*/

#sp-navi{
	background-color: rgba(35,24,21,0.69);
	color:#fff;
	position:fixed;
	left:0;
	top:66px;
	top:71px;
	width:100%;
	z-index:30;
	transition: all .6s;
}

#sp-navi.move{
	top:-0px;
	opacity:0;
}



#sp-navi a{
	color:#fff;
}

#sp-navi ul:after{content: ""; display: block; clear: both;height: 0;}


#sp-navi li{
	float:left;
	width:20%;
}

#sp-navi a{
	display:block;
	text-align:center;
	text-decoration:none;
	position:relative;
	font-size:9px;
/*	line-height:30px;*/
}
#sp-navi a:after{
	position:absolute;
	right:0;
	top:0px;
	background:#fff;
	width:1px;
	height:100%;
	content:"";
}
#sp-navi li:last-child a:after{
	display:none;
}

#sp-navi a i{
	display:block;
	margin-bottom:2px;
	position:relative;
	padding:2px 0;
}

#sp-navi a i:before{
	content:"";
	display:block;
	height:18px;
	width:100%;
	background-size:auto 18px;
	background-repeat:no-repeat;
	background-position:center;
}

#sp-navi .concept i:before{
	background-image:url(../img/common/sp-navi/concept.png);
}

#sp-navi .room i:before{
	background-image:url(../img/common/sp-navi/room.png);
}

#sp-navi .facility i:before{
	background-image:url(../img/common/sp-navi/facility.png);
}

#sp-navi .food i:before{
	background-image:url(../img/common/sp-navi/food.png);
}

#sp-navi .access i:before{
	background-image:url(../img/common/sp-navi/access.png);
}



/* menu */


#sp-menu{
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: none;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
	overflow: auto !important;
}

#sp-menu .menu-box {
	box-sizing: border-box;
	background: #FFF;
}

#sp-menu .menu-inner {
    background: #11327F;
}

#sp-menu .close {
    margin-bottom: 5px;
    margin-left: 10px;
	padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
	cursor: pointer;
	background-color: #11327F;
}

#sp-menu .close img {
	width: 21px;
}

#sp-menu .name {
    text-align: center;
    padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
}

#sp-menu .menu-inner a {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sp-menu .menu-navi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-align-items: center;
    align-items: center;
}

#sp-menu .menu-navi li {
    text-align: center;
    width: 50%;
    border-top: 1px solid #A2C8EA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#sp-menu .menu-navi01 li {
    border-color: #A2C8EA;
}

#sp-menu .menu-navi li:nth-child(2n+1) {
    border-right: 1px solid #A2C8EA;
}

#sp-menu .menu-navi01 li:nth-child(2n+1) {
    border-right-color: #A2C8EA;
}

#sp-menu .menu-navi li a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

#sp-menu .menu-navi .icon {
    margin-bottom: 3px;
	display: block;
}

#sp-menu .menu-navi .icon img {
    height: 24px;
}

#sp-menu .menu-navi02 {
    border-bottom: 1px solid #A2C8EA;
}

#sp-menu .menu-navi02 li a {
	padding: 12px 5px 10px;
	color: #11327F;
	font-weight: bold;
	text-decoration: none;
}



/* 5: contents
----------------------------------------------- */

#contents{
/*	background: url(../img/common/bg.jpg) center top repeat;*/
	background:#ECE7DF;
}



.bg-beige{
	background:#eee5db;
}
/*
.top-shadow{
	background-image:url(../img/common/section-shadow-white.png);
	background-position:top;
	background-repeat:repeat-x;
}
.top-shadow-dark{
	background-image:url(../img/common/section-shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
*/

.bg-common{
/*	background:url(../img/common/bg.jpg)  center top repeat;*/
	background: #192A50;
}




.link-button{
	text-align:center;
}
.link-button a{
	text-align:center;
	text-decoration:none;
	color:#3B322F;
	
}

@media (min-width: 769px) {

	.link-button a{
		margin: 0 auto;
	padding: 2px 0 0;
    width: 332px;
    min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	background: url(../img/common_test/link-button03.png) no-repeat center / 100% 100%;
	}
}

@media (max-width: 768px) {

	.link-button a{
		background-image: url(../img/common/link-button-sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 260px 47px;
		background-size: 80% auto;
		display: block;
		margin: 0 auto;
		font-size: 13px;
		line-height: 4.4;
		font-size: 12px;
		height: 50px;
	}
}


.link-button2 {
	margin: 0 auto;
	text-align: center;
}

.link-button2 a{
	text-align: center;
	color:#000;
	text-decoration:none;
}

@media (min-width: 769px) {
	.link-button2 a{
		width:137px;
		height:43px;
		display:inline-block;
		background-image:url(../img/common/link-button2.png);
		line-height:43px;
		text-indent:-11px;
		font-size:16px;
		font-weight: 700;
	}
}

@media (max-width: 768px) {
	.link-button2 a{
		width:123px;
		height:39px;
		display: block;
		margin: 0 auto 6px;
		padding: 15px 0;
		background-image: url(../img/common/link-button2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		line-height: 0.9;
		text-indent: -10px;
		font-size: 13px;
	}
}


.link-button3 {
}

.link-button3 a {
	background: #1B2A50;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	color:#fff;
}

.link-button3 a:hover {
	opacity: 0.8;
}

@media (min-width: 769px) {
	.link-button3 a {
		width:200px;
		height:30px;
		display:inline-block;
		line-height:30px;
	}
}

@media (max-width: 768px) {
	.link-button3 a {
		margin: 0 3%;
		padding: 3px 0 2px 26px;
		display:block;
		text-indent:-20px;
		font-size:12px;
	}
}




.text-title{
	text-align:center;
	font-size:27px;
	color:#4E4740;
	margin-bottom:18px;
}

@media (min-width: 769px) {
}
@media (max-width: 768px) {

	.text-title{
		font-size:20px;
		margin-bottom:12px;
	}


}



/* 6: footer
----------------------------------------------- */

#footer .f-top{
	background: url(../img/common/footer/footer-bg.jpg) center top no-repeat #192A50;
	padding:33px 0 3px 0;	
	color: #fff;
}

#footer a{
	color:#FFF;
}


#footer .logo{
	padding: 10px 0 0;
	margin-bottom:33px;
}

#footer .name{
	position: absolute;
	left: 350px;
	top: 20px;
	font-size: 13px;
}


#footer .f-group{
	position:absolute;
	right:0;
	top:5px;
}

#footer .tel{
	float:left;
	margin-right:20px;
	padding: 6px 0 0;
}

#footer .tel .supple span {
	display: block;
	font-size: 13px;
}

#footer .f-menu{
	float:right;
	position:relative;
	top:11px;

}
#footer .f-menu li{
	float:left;
	margin-left:5px;
}

#footer .f-menu li a{
	min-width:70px;
	padding:0 5px;
	display:block;
	border-radius: 5px;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	font-size:110%;
	font-weight: 600;
	color:#fff;
}

#footer .f-menu .coupon a{
	background:#01A9E4;
	border:1px solid #01A9E4;
}

#footer .f-menu .reserve a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #E2BE20), color-stop(0.49, #FFFDE7), color-stop(0.00, #E2BE20));
	background: -webkit-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -moz-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -o-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -ms-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: linear-gradient(to bottom, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);

	border:1px solid #E2BE20;		
	color: #1B2A50;
}


#footer .f-sitemap{
	font-size:12px;
	text-align:center;
	padding-bottom:5px;
}
#footer .f-sitemap a{
	text-decoration:none;
}

#footer .f-sitemap ul{
	display:table;
	margin:0 auto 15px auto;
}
#footer .f-sitemap li{
	display:table-cell;
	text-align:center;
	border-right:1px solid #FFF;
	line-height:1;
}
#footer .f-sitemap li:last-child{
	border-right:0;
}

#footer .f-sitemap .group1 li{
	padding:3px 30px;
}
#footer .f-sitemap .group2 li{
	padding:0 15px;
}


#footer .f-group-map {
	font-size:12px;
	padding-bottom:5px;
}

#footer .f-group-map a{
	text-decoration:none;
}

#footer .f-group-map a:hover {
	/*
	opacity: 0.8;
	color:#EEE5DB;
	*/
}

.f-group-map .f-group-area {
}

.f-group-map .f-group-main-title {
	padding: 6px 0 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.f-group-map .f-group-main-title:before {
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background-color: #FFF;
	position: absolute;
	top: 36%;
	z-index: 1;
}

.f-group-map .f-group-main-title span {
	margin: 0 2.5em;
	padding: 0 1em;
	display: inline-block;
	background-color: #192A50;
	position: relative;
	text-align: left;	
	z-index: 2;
}


.f-group-map .f-group-contents-area {
}

.f-group-map .f-group-contents-area .f-group-box {
	width: 17%;
	margin: 0 0 0 12px;
	float: left;
}

.f-group-map .f-group-contents-area .f-group-box:last-child {
	margin: 0 0 0 0;
}

.f-group-map .f-group-contents-area .f-group-box.narrow {
	width: 14%;
}

.f-group-map .f-group-contents-area .f-group-sub-title {
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: 400;
}

.f-group-map .f-group-contents-area .f-group-sub-title a {
}

.f-group-map .f-group-contents-area ul {
}

.f-group-map .f-group-contents-area ul li {
	padding: 0 0 4px 4px;
}

.f-group-map .f-group-contents-area ul li a {
}




#footer .f-social{
	text-align:center;
	margin-bottom:22px;
}
#footer .f-social li{
	display:inline-block;
	margin:0 2px;
}
#footer .f-social li img{
	width: 31px;
	height: 31px;
}

#footer .note{
	float:left;
	font-size:12px;
}

#footer .address{
	float:right;
	font-size:12px;
	color: #FFF;
}


#footer .copyright{
	padding:10px;
	text-align:center;
/*	color:#FDE27B;*/
}



/*
===== sp =====
*/

#sp-footer .f-top{	
	background: url(../img/common/footer/footer-bg.jpg) center top no-repeat #192A50;
	background-size:100% auto;
	background-size:cover;
	
	padding:20px 0 3px 0;
	color:#fff;
}

#sp-footer .f-group2{
	margin:0 auto 20px auto;
	text-align:center;
}

#sp-footer .logo{
	text-align:center;
	display:inline-block;
	margin-right:7px;
	vertical-align:middle;
}
#sp-footer .logo img{
	width:245px;
}

#sp-footer .name{
	display: inline-block;
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: -0.2px;
}

#sp-footer .name span{
	font-size:12px;
}



#sp-footer .f-group{
	clear:both;
}

#sp-footer .tel{
	margin-bottom:5px;
	text-align:center;
}



#sp-footer .tel img{
	height:19px;
}

#sp-footer .tel .supple {
	padding: 0 0 13px 0;
}

#sp-footer .tel .supple span {
	padding: 0 0 3px;
	display: block;
}

#sp-footer .tel .supple img {
}


#sp-footer .f-menu{
	text-align:center;
	margin-bottom:20px;

}
#sp-footer .f-menu li{
	display:inline-block;
	margin:0 3px;
}

#sp-footer .f-menu li a{
	color:#fff;
	display:block;
	border-radius: 2px;
	line-height:34px;
	min-width:80px;
	padding:0 5px;
	text-align:center;
	text-decoration:none;
	font-weight: 600;
}

#sp-footer .f-menu .coupon a{
	background:#01A9E4;
	border:1px solid #01A9E4;
}

#sp-footer .f-menu .reserve a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #E2BE20), color-stop(0.49, #FFFDE7), color-stop(0.00, #E2BE20));
	background: -webkit-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -moz-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -o-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: -ms-linear-gradient(top, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);
	background: linear-gradient(to bottom, #E2BE20 0%, #FFFDE7 49%, #E2BE20 95%);

	border:1px solid #E2BE20;		
	color: #1B2A50;
}





#sp-footer .f-social{
	text-align:center;
	margin-bottom:22px;
}
#sp-footer .f-social li{
	display:inline-block;
	margin:0 2px;
}
#sp-footer .f-social li img{
	height:31px;
}


#sp-footer .note{
	text-align:center;
	margin-bottom:3px;
	font-size:90%;
}

#sp-footer .address{
	text-align:center;
	font-size:90%;
	margin-bottom:3px;
	color: #fff;
}

#sp-footer .address p {
	margin-bottom: 0;
}

#sp-footer .address a {
	text-decoration: none;
	color: #EEE5DB;
}

#sp-footer .copyright{
	font-size:90%;
	text-align:center;
	color:#595757;
	padding:10px;
}


/*
===== bottom-fixed =====
*/

#sp-bottom-fixed{
	background-color: rgba(35,24,21,0.69);
	color:#fff;
	position:fixed;
	left:0;
	bottom:0px;
	width:100%;
	z-index:30;
	transition: all .6s;

}
#sp-bottom-fixed.move{
	bottom:-50px;
	opacity:0;
}



#sp-bottom-fixed a{
	color:#fff;
}

#sp-bottom-fixed ul:after{content: ""; display: block; clear: both;height: 0;}


#sp-bottom-fixed li{
	float:left;
	width:33%;
}
#sp-bottom-fixed li:last-child{
	width:34%;
}

#sp-bottom-fixed a{
	display:block;
	text-align:center;
	text-decoration:none;
	position:relative;
	font-size:9px;
}
#sp-bottom-fixed a:after{
	position:absolute;
	right:0;
	top:0px;
	background:#fff;
	width:1px;
	height:100%;
	content:"";
}
#sp-bottom-fixed li:last-child a:after{
	display:none;
}

#sp-bottom-fixed a i{
	display:block;
	margin-bottom:2px;
	position:relative;
	padding:2px 0;
}

#sp-bottom-fixed a i:before{
	content:"";
	display:block;
	height:18px;
	width:100%;
	background-size:auto 18px;
	background-repeat:no-repeat;
	background-position:center;

}

#sp-bottom-fixed .tel i:before{
	background-image:url(../img/common/sp-bottom-fixed/tel.png);
}

#sp-bottom-fixed .coupon i:before{
	background-image:url(../img/common/sp-bottom-fixed/coupon.png);
}

#sp-bottom-fixed .web i:before{
	background-image:url(../img/common/sp-bottom-fixed/web.png);
}






/*
===== contents =====
*/
body:not(#home-p) #contents {
	padding: 23px 0 58px;
}


@media (max-width: 768px) {
	body:not(#home-p) #contents {
		padding: 44px 0 0 !important;
	}	
}



/*
===== main =====
*/
.main {
	width: 650px;
	float: right;
	position: relative;
}

@media (max-width: 768px) {
	.main{
		width:auto;
		float:none;
		margin-bottom: 0px;
	}
}




/*
===== side-bar (Left column) =====
*/

.side-bar {
	width: 200px;
	float: left;
}
@media (max-width: 768px) {
	.side-bar{
		width:auto;
		float:none;
		padding-bottom:1px;
	}
}



.side-bar .side-nav-area {
}

.side-bar .side-nav-area #side-nav {
}

.side-bar .side-nav-area #side-nav li {
}

.side-bar .side-nav-area #side-nav > li {
	margin-top: 5px;
}

.side-bar .side-nav-area #side-nav > li:first-child {
	margin-top: 0;
}

.side-bar .side-nav-area #side-nav li img {
	display: inline-block;
	vertical-align: top;
}

.side-bar .side-nav-area #side-nav li a {
	width: 180px;
	height: 42px;
	padding: 10px 0 0 6px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.side-bar .side-nav-area #side-nav li > a {
	background: url(../img/common/side-nav/icon-arrow-bottom.png) no-repeat center right 16px #FFF;
	background-size: 10px 6px;
	font-weight: 600;
}


/* sub-menu */
.side-bar .side-nav-area #side-nav li ul {
	display: none;
}

.side-bar .side-nav-area #side-nav li ul li {
}

.side-bar .side-nav-area #side-nav li ul li span {
	width: 200px;
	height: 30px;
	padding: 4px 0 0;
	background: rgba(97, 87, 83, 0.83);
	display: block;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}

.side-bar .side-nav-area #side-nav li ul li span:hover {
	background: #1B2A50;
	cursor: pointer;
}



















































