@charset "utf-8";

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 1px;
	color: #333333;
	line-height:150%;
	min-width: 1100px;
	background-color: #f7f5f1; 
}

img { border:0; vertical-align: bottom; }

.clear {
	clear: both;
}
.clearfix:after {
content:' ';
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */


a         { outline:none; }
a:link,
a:visited {	color: #594d41;	text-decoration: none; }
a:hover   { text-decoration: none; }
a:active  { color: #594d41; text-decoration: none; }


/* ヘッダ
------------------------------------------------*/
header         { background-color: #ffffff; }

header section { width: 1000px; height: 160px; margin: 0 auto; position: relative; padding: 0; }
header #logo   { position: absolute; top: 10px; left: 0; }
header #copy   { position: absolute; top: 100px; left: 0; font-size: 14px; color:#ff831e; font-weight: bold; line-height: 1.4; }

header ul { position: absolute; top: 6px; left: 411px; font-size: 14px; }
header li { display: inline-block; }
/*header li:nth-of-type(4) a { padding: 0 0 0 10px; }*/
header li a { display: block; background: url(../img/bg/bg_mark.png) no-repeat left 6px; padding: 0 6px 0 9px; }

header li.btn-member a {
	background: none;
	background-color: #b19b67;
	border-radius: 20px;
	color: #fff;
	padding: 3px 20px;
	line-height: 1.5;
}
header li.btn-member a:hover {
	background-color: #947a3e;
}



header dl { position: absolute; top: 42px; left: 645px; text-align: right; }


/* メインナビゲーション
------------------------------------------------*/
nav       { background: url(../img/bg/bg_nav.png); border-top: 1px solid #7c7c7c; font-size: 16px; height: 55px; }
nav ul    { width: 1000px; margin: 0 auto; position: relative; padding: 0; }
nav ul li { float: left; padding: 8px 0; }
nav ul a  { display: block; padding: 6px 14px 6px; background: url(../img/bg/bg_nav_line.png) no-repeat left; }
nav ul a:hover   { background-color: rgba(176,153,135,0.3); border-bottom: 3px solid #b09d87; }
nav li.nowPage a { border-bottom: 3px solid #ff831e; }

nav li:nth-of-type(1) a  { background: none; }
nav li:nth-of-type(7) a  { background-color: #ff831e; color:#ffffff; }

#gNavi { display: none; }

.fixed      { position: fixed; top: 0; width: 100%; z-index: 10000; border-bottom: 3px solid #ADADAD; }
.addPadding { margin-top: 56px; }


/* 帯お問い合わせ
------------------------------------------------*/
#obi_contact { background: url(../img/bg/bg_obi.png); text-align: center; padding: 25px; line-height: 0; font-size: 18px; font-weight: bold; color: #fff; }



/* フッター
------------------------------------------------*/
#footer_contact { width: 1000px; margin: 0 auto; position: relative; padding: 27px 0 30px; border-top: 1px solid #c3c1c1; }
#footer_contact .con_contact    { width: 640px; float: left; background: url(../img/footer/bg_footer_contact.png) no-repeat; }
#footer_contact .con_contact p      { font-size: 24px; font-weight: bold; }
#footer_contact .con_contact p span { color: #D10003; }
#footer_contact .box_payment     { width: 336px; float: right; background-color: #FFFFFF; text-align: center; padding: 0 0 5px; }

body.underpage #footer_contact .con_contact { width: 100%; float: none; text-align: center; }
body.underpage #footer_contact .con_contact div p:nth-of-type(1) { width: 450px; float: left; text-align: right; }
body.underpage #footer_contact .con_contact div p:nth-of-type(2) { width: 450px; float: right; text-align: left; padding-top: 10px; }


footer { background: url(../img/bg/bg_footer.png); color: #5c4c1b; }
#con_footer { width: 1000px; margin: 0 auto; padding:20px 0 40px; border-bottom: 1px solid #FFFFFF; }
#con_footer .box_left    { float: left; width: 450px; }
#con_footer .box_right   { float: right; width: 500px; }
#con_footer .box_right li { float: left; border-left: 1px solid #FFFFFF; }
#con_footer .box_right li:nth-of-type(1) { width: 290px; }
#con_footer .box_right li:nth-of-type(2) { width: 190px; }
#con_footer .box_right li p { padding: 14px 15px; }
footer address { text-align: center; padding: 15px; }


.con_member {
	background-color:rgba(255,255,255,0.6);

	padding: 10px 10px 15px 10px;
	width: 100%;
	margin: 5px 0 0 0;
}
.con_member p  {
	text-align: center;
	font-size: 15px;
	margin: 0 0 0 0;
}
.con_member h2 {
	text-align: center;
	font-size: 17px;
	color: #ff831e;
}
.con_member .btn_contact_wrap {
	margin: 5px 0 0 0;
}
.con_member .btn_contact {
	border: 2px solid #ff831e;
	background-color: #ff831e;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 10px;
}
.con_member .btn_contact:hover {
	border: 2px solid #ff831e;
	background-color: #fff;
	color: #ff831e;
}



/* コンテンツ
------------------------------------------------*/
#contents { width: 1000px; margin-left: auto; margin-right: auto; padding-top: 45px;  }
#contents:after { content:""; display:block; clear:both; }

#main { width: 720px; float: left; }
#side { width: 240px; float: right; }

/* トップページ */
#con_main { position: relative; background: url(../img/bg/bg_main.jpg) no-repeat center; border-bottom: 4px solid #ffffff;  }
#con_main div#inner_main { position: relative; width: 1100px; height: 357px; margin: 0 auto; } 

/* 下層ページ */
#main_title {  }
#main_title div:nth-of-type(1) { background: url(../img/bg/bg_main_common.jpg) no-repeat center #ff831e; }
#main_title div:nth-of-type(2) { background: #ffffff; }
#main_title h1 { font-size: 40px; color: #FFFFFF; padding: 87px 0; letter-spacing: 0.4em; width: 1000px; margin: auto; font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
#main_title h2 { width: 1000px; margin: auto; font-size: 35px; padding: 50px 0; letter-spacing: 0.3em; font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
#main_title ul    { width: 1000px; margin: auto; padding-top: 15px; letter-spacing: 0.2em; font-size: 14px; }
#main_title ul li { display: inline-table; }
#main_title ul li a { display: block; background: url(../img/bg/bg_mark_pankuzu.png) no-repeat; line-height: 100%; padding: 0 5px 0 20px; }
#main_title ul li:nth-of-type(1) a { background: none; padding-left: 0; }

.side_menu dt { text-align: center; padding: 10px 0; background-color: #ff831e; color: #FFFFFF; }
.side_menu dd { padding: 5px 5px 0 25px; background: url(../img/bg/bg_mark.png) #FFF no-repeat 10px 15px; line-height: 180%; border-bottom: 1px solid #d7d7d7; }
.side_menu ul {	padding: 2px 0; }

.side_menu ul li a {
	border-bottom: none;
	padding: 2px 0 0 10px;
	display: block;
	background: url(../img/bg/bg_mark.png) no-repeat 0 11px;
	text-decoration: none;
	color: #755231;
	font-weight: normal;
	font-size: 14px;
}

.side_menu .childPage li a:hover {
	background-color: #fdfde5;
}


/* パンくず
-------------------------------*/
#topicPath {
	font-size: 11px;
	
	padding: 10px 0 5px 0;
}

#topicPath li {
	display: inline;
}

#topicPath li a {
	padding-right: 15px;
	margin-right: 5px;
	background: url(../img/bg_topicpath_arrow.png) no-repeat right 4px;
}

/* サイドメニュー
-------------------------------*/
#sideMenu {
	background-color: #fff;
	margin-bottom: 30px;
	border-top: 4px solid #1a4aca;
	border-left: 1px solid #ded3ba;
	border-right: 1px solid #ded3ba;
}

#sideMenu li a {
	border-bottom: 1px solid #ded3ba;
	padding: 13px 10px 10px 33px;
	display: block;
	background: url(../img/arrow_circle_brown.png) no-repeat 13px 16px;
	text-decoration: none;
	color: #755231;
	font-weight: bold;
	font-size: 14px;
}

#sideMenu li.currentPage a {
	background: url(../img/arrow_circle_brown_down.png) no-repeat 13px 16px;
	background-color: #fdfde5;
}

#sideMenu li a:hover{
	background-color: #fdfde5;
}



#sideBnrBox li {
	margin-bottom: 5px;
}




