@charset "utf-8";
h2.top {
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	background-color: #533C2F;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(0.5, rgba(255,255,255,0)), color-stop(0.6, rgba(0,0,0,0.1)), to(rgba(255,255,255,0.1)));
*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow:0px 0px 2px rgba(255,255,0,0.3);
}


.gnavi {
	border-top:#CFC5B8 1px solid;
	display:table;
	width:100%;
}

.gnavi ul {
	border-top:#FFF 1px solid;
	overflow:hidden;
	display:table-row;
}


.gnavi li {
	display: table-cell;
	box-sizing: border-box;
	width: 25%;
	padding-bottom: 10px;
	/*
	height:60px;
	float:left;
*/
	
	background-color: #F3EDE2;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#FFF), color-stop(70%, #F3EDE2), to(#E4DCCD));
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.15) inset, -1px 0 1px rgba(0,0,0,0.15) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.15) inset, -1px 0 1px rgba(0,0,0,0.15) inset;
	padding-top: 10px;
}

.gnavi li a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 8px;
	line-height: 120%;
	color: #3E2F26;
	font-weight: bold;
	width: 100%;
	height: 100%;
}


.menuIcon {
	font-family: IconicStroke;
	font-size: 30px;
	line-height: 140%;
	text-decoration: none;
	color: #3E2F26;
	-webkit-text-shadow: 0px 0px 2px rgba(99,84,1,0.65);
	text-shadow: 0px 0px 2px rgba(99,84,1,0.65);
}

.dishIcon:before {
	font-family: IconicStroke;
	content: '\f029';
}

.stayIcon:before {
	font-family: IconicStroke;
	content: '\f000';
}

.roomIcon:before {
	font-family: IconicStroke;
	content: '\f06b';
}

.kiyomizuIcon:before {
	font-family: IconicStroke;
	content: '\f06c';
}

.linkRightIcon:before {
	font-family: IconicStroke;
	content: '\f105';
}

.greetingIcon:before {
	font-family: IconicStroke;
	content: '\f030';
}

.faqIcon:before {
	font-family: IconicStroke;
	content: '\f0f6';
}

.accessIcon:before {
	font-family: IconicStroke;
	content: '\f073';
}

.inquiryIcon:before {
	font-family: IconicStroke;
	content: '\f003';
}

.telIcon:before {
	font-family: IconicStroke;
	content: '\f095';
}
.reserveBox {
	background-color: #F5EFDE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/bg-top_reserve.png);
}
.reserveBox ul {
	width:100%;
}
.reserveBox li {
	width: 48%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0px;
	border-radius: 8px;
	background-color: #76302D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(0.5, rgba(255,255,255,0)), color-stop(0.6, rgba(0,0,0,0.1)), to(rgba(255,255,255,0.1)));
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.35);
	box-shadow:0px 0px 3px rgba(0,0,0,0.35);
}

.reserveBox li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
	color: #FFF;
	font-size: 15px;
	line-height: 110%;
	width: 100%;
	text-decoration: none;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.5);
	height: 100%;
	display: block;
}

.newsBoxBg {

}

.newsBox {
	padding: 10px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset;
}

a.telButton {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	border-radius: 8px;
	background-color: #533C2F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(0.2, rgba(255,255,255,0)), color-stop(0.6, rgba(0,0,0,0.1)), to(rgba(255,255,255,0.1)));
/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(0.5, rgba(255,255,255,0)), color-stop(0.6, rgba(0,0,0,0.1)), to(rgba(255,255,255,0.1)));
*/
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.35);
	box-shadow:0px 0px 3px rgba(0,0,0,0.35);
}
.topNumber {
	display: inline-block;
	height: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F00), to(#CC0000));
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-size: 12px;
	line-height:100%;
	font-family: monospace;
	margin-right:0px;
}

#smallMenu ul{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 9px;
	background-color: #FFF;
	margin-top: 10px;
}

#smallMenu li {
	position:relative;
	float:left;
	width:50%;
}
#smallMenu li a{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 6px;
	color: #533C2F;
	font-weight: bold;
	-webkit-text-shadow: -1px -1px 1px rgba(0,0,0,0.15);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.15);
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#ededed));
}


#dressList {
	overflow: hidden;
	width: 100%;
	height: 90px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#dressList ul {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#dressList li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 62px;
	height: 100%;
	list-style-type: none;
}

#dressList li a {
	height: 100%;
	width: 100%;
	display: block;
}

#topLogo {
	width: 100%;
	overflow: hidden;
	height: 97px;
}


.newsIcon {
	background-color: #564440;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}
