@charset "utf-8";
/* CSS Document */
body{ font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; color: #191919; font-size: 13px; line-height: 1.8em;}

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



/*----all----*/
a{ color: #555555; text-decoration: underline; transition: all 0.3s ease-out;}
a img{ transition: all 0.3s ease-out;}
a:hover{ color:#dd4c1d!important; text-decoration: none;}
a:hover img{ opacity: 0.5; transition: all 0.3s;}

.clear  { clear: both;}
.center { text-align: center;}
.right  { text-align: right;}
.left   { text-align: left;}

.red  { color: #c40808;}
.bold { font-weight: bold;}

.mb5  { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

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

.fl	{ float: left!important;}
.fr { float: right!important;}

/*p	{ font-size: 12px; line-height: 1.8em;}*/

.textBox{ margin-bottom: 15px;}


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

/*----container----*/
#container{
	margin: 0;
	padding: 0;
}

/*-- H1 --*/
#container .h1Line{
	background: #252525;
	height: 20px;
}
#container .h1Line span{
	padding-left: 220px;
}
#container .h1Line h1{
	color: #fff;
	width: 1000px;
	margin: auto;
	padding: 0;
	font-size: 12px;
	line-height: 1.7em;
}

/*-- header --*/
#header{
	background: #e2ddd7 url(../../_images/common/header_back.jpg) no-repeat top center;
}
#header .infoBox{
	width: 1000px;
	height: 180px;
	margin: auto;
	padding: 15px 0;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}
#header .sitelogo{
	position: absolute;
	top: -20px;
	left: 0;
}
#header .sitelogo:hover{
	opacity: 1.0;
}

/*- g-navi -*/
#header .gnavi{
	height: 50px;
	background: #6e1c00; /* Old browsers */
	background: -moz-linear-gradient(top, #6e1c00 0%, #952600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6e1c00 0%,#952600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6e1c00 0%,#952600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e1c00', endColorstr='#952600',GradientType=0 ); /* IE6-9 */
}
#header .gnavi > div{
	width: 1000px;
	margin: auto;
}
#header .gnavi ul{
	padding-left: 240px;
	position: relative;
}
#header .gnavi ul li{
	width: 150px;
	margin-right: 1px;
	float: left;
	position: relative;
}
#header .gnavi ul li:before{
	content: "";
	display: block;
	background: url(../../_images/common/gnabi_btn_line.png) no-repeat;
	background-size: 100%;
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -1px;
}
#header .gnavi ul li:last-child:after{
	content: "";
	display: block;
	background: url(../../_images/common/gnabi_btn_line.png) no-repeat top;
	background-size: 100%;
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -1px;
}


/*-- contentArea --*/
#contentArea{
	width: 1000px;
	margin: 0 auto 30px;
}

.mainContents{
	width: 760px;
	padding: 20px 0 30px;
	float: right;
}

/*パンくず*/
.breadcrumbList{
	margin-bottom: 15px;
}
.breadcrumbList li{
	display: inline-block;
	margin-right: 5px;
}
.breadcrumbList li:after{
	content: ">";
	margin-left: 5px;
}
.breadcrumbList li:last-child:after{
	content: "";
}

/*各種hタグ*/
.hType01{
	background: url(../../_images/common/h_icon_chochin.gif) no-repeat right bottom;
	margin: 15px 0;
	padding: 5px 10px;
	border-top: 2px solid #6e1c00;
	border-bottom: 2px solid #6e1c00;
}
.hType01 h3{
	color: #6e1c00;
	font-size: 20px;
	font-weight: bold;
}

.hType02{
	background: #962600 url(../../_images/common/h_icon_chochin2.gif) no-repeat 98% bottom;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
}
.hType02 h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.hType01 span{
	font-size: 0.8em;
}

h4{
	color: #6e1c00;
	font-size: 16px;
	font-weight: bold;
}

/*テーブル*/
table{
	width: 90%;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 14px;
	line-height: 1.4em;
}
table th{
	background: #dbc57d;
	padding: 3px;
}
table td{
	background: #efefef;
	padding: 3px;
}



/*お問い合わせバナー*/
.contactBanner{
	margin: 40px 0;
	position: relative;
}
.contactBanner .btnBox{
	position: absolute;
	top: 142px;
	left: 15px;
}
.contactBanner .btnBox li{
	display: inline-block;
	margin: 0 5px;
}


/*フォーム*/
form{
	font-size: 14px;
}
form input,
form textarea{
	padding: 2px;
	font-size: 14px;
}

.formBtn{
	margin: 20px 0;
	text-align: center;
}
.formBtn input{
	background: #f2e7c3;
	width: 200px;
	color: #6e1c00;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #d0bb78;
	cursor: pointer;
}
.formBtn input:hover{
	background: #e2d198;
}

.formBtn ul{
	width: 450px;
	margin: auto;
}
.formBtn ul li{
	margin: 0;
}


.formBacktotop{
	width: 45%;
	margin: 30px auto;
}
.formBacktotop a{
	display: block;
	background: #b95735;
	color: #fff;
	margin: 10px auto;
	padding: 15px;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}
.formBacktotop a:hover{
	background: #dc6d46;
	color: #73290f!important;
}
.formBacktotop a:after{
	content: "";
	display: block;
	background: url(../../_images/common/icon_link_white2.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
}




/*-- l_navi --*/
.leftNavi{
	width: 220px;
	padding: 10px 0;
	border: 3px solid #6e1c00;
	border-top: none;
	box-sizing: border-box;
	float: left;
}
.leftNavi > ul{
	margin-bottom: 20px;
}
.leftNavi > ul li{
	margin-bottom: 10px;
}
.leftNavi > ul li a img:hover{
	opacity: 0.5;
	transition: opacity 0.5s ease-out;
}

.leftNavi dl{
	margin-bottom: 10px;
}
.leftNavi dl dt{
	margin-bottom: 5px;
}
.leftNavi dl dd{
	border-bottom: 1px dashed #b2b2b2;
}
.leftNavi dl dd a{
	display: block;
	background: url(../../_images/common/icon_link_gray.png) no-repeat 98% 50%;
	padding: 10px 17px 10px 5px;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}
.leftNavi dl dd a:hover{
	background: #f2e7c3 url(../../_images/common/icon_link_red.png) no-repeat 98% 50%;
}

.leftNavi dl dd > ul{
	margin-top: 5px;
	border-top: 4px double #6e1c00;
	border-bottom: 4px double #6e1c00;
}
.leftNavi dl dd > ul li{
	background: #fff9e6;
	border-bottom: 1px dashed #cab368;
}
.leftNavi dl dd > ul li a:hover{
	background: #f2e7c3 url(../../_images/common/icon_link_red.png) no-repeat 98% 50%;
}

.leftNavi dl dd > ul li:last-child{
	border: none;
}


/*-- footer --*/
#footer{
	background: #6e1c00; /* Old browsers */
	background: -moz-linear-gradient(top, #6e1c00 0%, #952600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6e1c00 0%,#952600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6e1c00 0%,#952600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e1c00', endColorstr='#952600',GradientType=0 ); /* IE6-9 */
	padding-top: 20px;
}
#footer > div{
	width: 1000px;
	margin: auto;
}
#footer > div .footLeft{
	float: left;
}
#footer ul.mainLink li{
	float: left;
}
#footer ul.mainLink li a{
	display: block;
	background: url(../../_images/common/icon_link_white.png) no-repeat left 50%;
	color: #fff;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 35px;
	font-size: 14px;
	text-decoration: none;
}
#footer div.listLinks{
	background: #e2ddd7;
	margin: 10px 0;
	padding: 10px 15px 20px;
}
#footer div.listLinks dl{
	width: 185px;
	float: left;
}
#footer div.listLinks dl dt{
	color: #6e1c00;
	margin: 15px 0 5px;
	padding-left: 10px;
	font-weight: bold;
}
#footer div.listLinks dl dt:first-child{
	margin: 0 0 5px;
}
#footer div.listLinks dl dd a{
	background: url(../../_images/common/icon_link_gray.png) no-repeat left 50%;
	padding-left: 10px;
	color: #6e1c00;
	line-height: 2.0em;
	text-decoration: none;
}
/**/
#footer > div .footRight{
	width: 210px;
	text-align: center;
	float: right;
}
#footer > div .footRight img.footLogo{
	box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	margin-bottom: 15px;
}

#footer > div.copyLine{
	width: 100%;
	background: #252525;
	margin-top: 30px;
	text-align: center;
}
#footer > div.copyLine p{
	color: #fff;
	margin: auto;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}

/*トップへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	font-size: 13px;
	line-height: 1.5em;
	box-shadow: 0px 0px 3px rgba(255,255,255,0.5);
    border-radius: 5px;
}
#page-top a {
    background: #6e1c00;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 30px 5px 5px;
    text-align: center;
	line-height: 1.2em;
    display: block;
    border-radius: 5px;
	position: relative;
}
#page-top a:before{
	content: "";
	display: block;
	background: url(../../_images/common/totop_icon.png) no-repeat;
	width: 13px;
	height: 23px;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
#page-top a:hover {
    background: #be3000;
	color: #fff!important;
    text-decoration: none;
}


