/* Document */
/* ----------------------------------------- */
/* ▼サイトメニュー（ナビゲーション）設定    */
/* ----------------------------------------- */

/* メニューエリア（センタリング調整のため） */
#menuArea {
    width:880px;
    margin:0 auto;
}
/* トップメインコンテンツメニュー */
#TopMenu {
	width: 100%;
    margin: 0;
}
#TopMenu:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#TopMenu ul {
    width:880px;
    min-width:880px;
    height:auto;
	margin:0;
	padding:0;
}
#TopMenu li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	font-size:1em;
}
#TopMenu li em { font-style:normal;	font-weight:bolder; }

#TopMenu li a {
	display:block;
	width:170px;
	height:30px;
	padding:4px 0 0 0;
	margin:0 5px 0 0;
	text-decoration:none;
	text-align:center;
	line-height:1.75;
	letter-spacing:1px;
    color:#ed6c00;
	/*text-shadow: 1px 1px 1px #036; */
    /*background: linear-gradient(#f6e6d0 30%,#decbab 70%,#decbab 30%);*/
}
#TopMenu li a:after {
    background:#ed6c00;
    border-radius: 18px;
    content: "";
    display: block;
    height:6px;
}
#TopMenu a:hover {
	color:#e4007f;
}
#TopMenu a:hover:after {
    background:#e4007f;
}
#TopMenu li#sel a {
	color:#F10609;
}
#TopMenu li#sel a:after {
    background:#F10609;
}


/* footer Menu ****** */
#footerMenu {
    display: none;
}
#footerMenu ul { 
	margin:0 15px;
	padding:0;
}
#footerMenu li {
	list-style-type:none;
    margin:0;
	padding:0;
	font-size:100%;
}
#footerMenu li a {
    display: block;
    border-bottom:1px solid #2760ad;
	margin:0 15px 0 10px;
    padding:8px 15px;
}
#footerMenu li a:hover {
    background: linear-gradient(#e3f0f8 30%,#cfe8f8 70%,#cfe8f8 30%);
}
#footerMenu li em { font-style:normal;	font-weight:bolder; }

/* ----------------------------------------- */
/* ▼バナー・メニュー設定                    */
/* ----------------------------------------- */
/* TOPボタン */
#btn_top a {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 80px;
	height: 30px;
	display: block;
	background-image: url(../img/material/btn_top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 10;
}
#btn_top a:hover { background-position:-80px 0; }
#btn_top a span { display:none; }

/* お問い合せボタン */
#btn_contact {
	/*position:absolute;
	bottom:25px;
	right:40px;*/
}
#btn_contact a {
	display:block;
	width:136px;
	height:34px;
	background-image:url(../material/btn_contact.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#btn_contact a:hover { background-position:0 -34px; }
#btn_contact em { display:none; }

/* ヘッダーメニュー */
#headerMenu {
	position:absolute;
	top:3px;
	right:10px;
	width:150px;
	height:28px;
    z-index: 10;
}
#headerMenu ul {
	list-style-type:none;
	margin: 0 !important;
	padding:0 !important;
}
#headerMenu li {
  	margin:0 !important;  
}
#headerMenu li a {
	width:auto;
	height:auto;
	display:inline-block;
	padding:5px 10px;
	line-height:1;
	text-decoration:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    font-weight:bold;
	color:#66157C;
    border:1px solid #721F3E;
    background:#FCFBFB;
}
#headerMenu li a:hover {
    background:#F8F9D6;
    color:#F00;
}
#headerMenu li em { }

/* サイドメニュー */
#sideMenu {
    position: absolute;
    width:230px;
}
#sideMenu ul {
    margin:20px 0;
}

/* ページ内リンクのヘッダー位置調整 */
#c01,#c02,#c03,#c04,#c05,#c06,#c07,#c08,#c09,#c10 {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

/* ページトップへ戻る */
.pageTop {
    position:relative;
    width:100%;
    height:0;
    margin:0;
}
.pageTop a {
    position: fixed;
    bottom: 5px;
    right:0;
    display: block;
    width: 65px;
    height:65px;
	background:url(../img/material/btn_top.png) 0 0 no-repeat;
    background-size:contain;
}
.pageTop a:hover {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}
.pageTop a em { display:none; }


/* サイドメニュー */
#SideMenu {
	margin:0 5px 5px 3px;
	padding:0;
}
#SideMenu h3, #side_bn h3 {
	font-size:100%;
	letter-spacing:0;
	margin:0;
	padding:3px 0 0 3px;
	color:#000;
}
#SideMenu ul {
	margin:0;
	padding:0;
}
#SideMenu li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	font-size:110%;
}
#SideMenu li a {
	display:block;
	width:90%;
	margin:0 0 10px 0;
	padding:23px 5px 23px 8px;
	line-height:1.35;
	font-size:100%;
	/*color:#000;
	border:1px solid #333;
    background-color: #fffef5;*/
    color:#96711d;
    border:1px solid #ead7ac;
    background: #fffae7;
    /*background: linear-gradient(#fffef5 30%,#fdfae0 70%,#fdfae0 30%);*/
}
#SideMenu a:hover {
	background-color: #fbf1ca;
}
#SideMenu .no_link {
	width:90%;
	margin:0 0 7px 5px;
	padding:15px 5px 15px 8px;
	border:1px solid #333;	
}

#SideMenu .bn_reserve a {
    width:100%;
    height:110px;
	padding:0;
    border:none;
    background:url(../material/bn_reserve.png) left top no-repeat;
}
#SideMenu .bn_reserve a:hover {
    background:url(../material/bn_reserve_on.png) left top no-repeat;
}
#SideMenu .bn_reserve span {
    display: none;
}

/* ----------------------------------------- */
/* ▼パンくずナビゲーション設定              */
/* ----------------------------------------- */

ol#PathNavi {
    width:1200px;
    margin:0 auto;
    padding:8px 35px;
	list-style: none;
}
ol#PathNavi li {
	float: left;
	padding: 0 6px 0 0;
	margin:0 0 5px 0;
	font-size: 85%;
}
ol#PathNavi li:before {
    content:"\03E";
    padding-right:5px;
    color:#666;
}
ol#PathNavi li:first-child:before {
    content: none;
}
ol#PathNavi li a:link,
ol#PathNavi li a:visited {
	color: #a00;
	text-decoration: underline;
}

ol#PathNavi li a:hover,
ol#PathNavi li a:active {
	color: #f55;
	text-decoration: underline;
}
ol#PathNavi li em {
	color:#777;
	font-style: normal;
	font-weight: bold;
}
