@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) {

	.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:#eee5db;
}

#header .frame{
	height:79px;
}

#header .logo{
	position:absolute;
	top:10px;
	left:2px;
}

#header .name{
	position:absolute;
	top:20px;
	left:320px;
	font-size:80%;
	color: black;
}
#header .name span{
	font-size:120%;
}

#header .tel{
	position:absolute;
	top:18px;
	right:200px;
}

#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: 2px;
	line-height:34px;
	min-width:70px;
	padding:0 5px;
	text-align:center;
	text-decoration:none;

}
#header .h-menu .coupon a{
	background:#b3754a;
}
#header .h-menu .reserve a{
	background:#93060f;
}


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

#sp-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:66px;
	background:#eee5db;
	z-index:31;
}

#sp-header .logo{
	width: 82%;
	margin-left:4px;
}

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

#sp-header .menu{
	position:absolute;
	width:40px;
	top:0;
	right:5px;
	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 20px;
	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{
	display:none;
}


#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: #9F9894;
}

.access-p li.access {
	background: #9F9894;
}

.facility-p li.facility {
	background: #9F9894;
}

.concept-p li.concept {
	background: #9F9894;
}

.food-p li.food {
	background: #9F9894;
}



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

#sp-navi{
	background-color: rgba(35,24,21,0.69);
	color:#fff;
	position:fixed;
	left:0;
	top:66px;
	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;
}
#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: #C9A063;
}

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

#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 #DBC6AB;
    -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: #DBC6AB;
}

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

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

#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 #DBC6AB;
}

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



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

#contents{
	background:#eee5dc;
}



.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;
}



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

@media (min-width: 769px) {

	.link-button a{
		background-image:url(../img/common/link-button.png);
		width:308px;
		height:55px;
		display:inline-block;
		line-height:55px;
		font-size:15px;
		text-indent:-5px;
	}
}

@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:contain;
		display:block;
		margin:0 4%;
		padding:15px 0;
		font-size:13px;
		text-indent:-20px;
	}
}


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

.link-button2 a{
	text-align: center;
	color:#fff;
	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: #6B6E71;
	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:#231816;
	padding:25px 0 3px 0;
	font-size:12px;
	color:#EEE5DB;
}

#footer .logo{
	margin-bottom:17px;
}

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


#footer .name{
	position:absolute;
	left:320px;
	top:8px;
	font-size:12px;
	color: white;
}

#footer .tel{
	float:left;
	margin-right:10px;
}

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

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

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

}
#footer .f-menu .coupon a{
	background:#b3754a;
}
#footer .f-menu .reserve a{
	background:#93060f;
}

#footer .f-sitemap{
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-bottom:5px;
}
#footer .f-sitemap a{
	color:#FFFFFF;
	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 {
	color:#FFFFFF;
	font-size:12px;
	padding-bottom:5px;
}

#footer .f-group-map a{
	color:#FFFFFF;
	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 a {
}

.f-group-map .f-group-main-title  span {
	margin: 0 2.5em;
	padding: 0 1em;
	display: inline-block;
	background-color: #231816;
	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{
	padding: 1.5em 0 0 0;
	float:left;
}

#footer .address{
	float:right;
}

#footer .address p {
	margin-bottom: 0;
	text-align: right;
}

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

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



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

#sp-footer .f-top{
	background:#231816;
	padding:20px 0 3px 0;
	color:#EEE5DB;
}

#sp-footer .logo{
	text-align:center;
	margin-bottom:10px;
}
#sp-footer .logo img{
	height:44px;
}


#sp-footer .tel{
	margin-bottom:5px;
	text-align:center;
}
#sp-footer .tel img{
/*	height:26px;*/
	height:32px;
}


#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;

}
#sp-footer .f-menu .coupon a{
	background:#b3754a;
}
#sp-footer .f-menu .reserve a{
	background:#93060f;
}


#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;
}

#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: #4B403B;
	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: #B9754A;
	cursor: pointer;
}



















































