@charset 'utf-8';
/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	vertical-align: top;
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clr{
	clear: both;
}
.clr:after{
	display: block;
	content: '.';
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}
.clr{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clr{
	height: 1%;
}
.clr{
	display: block;
}
html{
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN W3', Verdana, sans-serif, 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, Meiryo;
	font-size: 62.5%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
ul,li{
	list-style: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
a{
	vertical-align: baseline;
	background: transparent;
	padding: 0;
	margin: 0;
}
del{
	text-decoration: line-through;
}
abbr[title],dfn[title]{
	cursor: help;
	border-bottom: 1px dotted;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
/* change border colour to suit your needs */
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 1em 0;
}
button{
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
img{
	height: auto;
}

/* Basic */
body{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	background-image: url(../img/all_bg.gif);
	border-top: 4px solid #521010;
}
a{
	color: #333;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	text-decoration: none;

	webkit-transition: 0.1s ease-in-out;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a img{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	webkit-transition: 0.2s ease-in-out;
}
a img:hover{
	opacity: 0.6;
	filter: alpha(opacity=40);
}
.fade:hover{
	opacity: 0.7;
	filter: alpha(opacity=30);
}

/* Layout */
header{
	width: 1000px;
	padding: 16px 0 18px;
	margin: 0 auto;
}
.contentWrap{
	width: 1000px;
	margin: 0 auto;
}
.outWrapLine{
	width: 1000px;
	margin: 0 auto;
}
.outWrap{
	width: 1000px;
	margin: 0 auto;
}
footer{
	padding-bottom: 9px;
}
#copy,
#copy_sp{
	width: 1000px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding-top: 6px;
	margin: 0 auto;
}
.pagetop{
	display: none;
	position: fixed;
	z-index: 9999;
	right: 30px;
	bottom: 60px;
}
.pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	background-color: #946b6b;
	border-radius: 5px;
}
.pagetop a:hover{
	background-color: #521010;
}

/* Header */
header{
	width: 1000px;
	margin: 0 auto;
}
.head li:first-child{
	float: left;
}
.head li{
	margin-top: 9px;
	float: right;
}
.head li a.headBtn1{
	display: inline-block;
	line-height: 1;
	margin-top: 16px;
	margin-right: 8px;
}
header nav ul{
	width: 1000px;
	background-image: url(../img/groval_line.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 18px;
}
header nav li{
	background-image: url(../img/groval_line.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	float: left;
}
header nav li a{
	display: block;
	padding-right: 18px;
	padding-left: 17px;
}

/* OutWrapLine */
.outWrapLine{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.outWrapLine .lineList{
	width: 1000px;
	padding: 40px 0 16px;
	margin: 0 auto;
}
.outWrapLine .lineList h2{
	width: 335px;
	margin: 0 auto 15px;
}
.outWrapLine .lineList li{
	width: 320px;
	margin-bottom: 23px;
	float: left;
}
.outWrapLine .lineList li.center{
	margin-right: 20px;
	margin-left: 19px;
}

/* OutWrap */
.outWrap{
	width: 100%;
	background-color: #fff;
}
.outWrap aside{
	width: 1000px;
	padding: 18px 0 23px;
	margin: 0 auto;
}
.outWrap aside ul {
  width: 745px;
  margin: 0 auto;
}
.outWrap aside li{
	margin-left: 20px;
	float: left;
}
.outWrap aside li:first-child{
	margin: 0;
}

/* Footer */
footer nav{
	width: 100%;
	background-color: #521010;
}
footer nav #footerLink{
	display: table;
	width: auto;
	padding: 16px 0 18px;
	margin: 0 auto;
}
footer nav dd{
	display: table-cell;
	color: #fff;
}
footer nav dd a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	padding: 10px;
}
footer nav dd a:hover{
	color: #9c4f38;
}

/* Copy */
#copy p{
	display: inline-block;
	color: #333;
	float: left;
}
#copy a{
	display: inline-block;
	color: #333;
	padding: 10px;
}
#copy a:hover{
	color: #999;
}
#copy address{
	display: inline-block;
	padding-top: 10px;
	float: right;
}

/* Page */
#pageWrap{
	width: 100%;
	background-color: #fff;
}
#pageWrap #pageTitle,
#pageWrap #pageTitle_sp{
	width: 1000px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: right 0;
	padding-top: 67px;
	margin: 0 auto;
}
#underContactWrap{
	width: 100%;
	background-color: #521010;
}
#underContactWrap #underContact{
	width: 1000px;
	padding: 24px 0;
	margin: 0 auto;
}
#underContact #title{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 20px;
	float: left;
}
#underContact  #title .address{
	padding-top: 20px;
}
#underContact #btn,
#underContact #btn_sp{
	width: 680px;
	background-color: #fff;
	border: 7px solid #956465;
	padding: 10px 14px 14px 10px;
	float: right;
}
#underContact #btn .bar,
#underContact #btn_sp .bar{
	width: 643px;
	line-height: 1;
	text-align: center;
	background-color: #956465;
	border-radius: 5px;
	padding: 6px 0;
	margin-bottom: 18px;
}
#underContact #btn li{
	float: right;
}
#underContact #btn li:first-child{
	float: left;
}
#underContact #btn li a,
#underContact #btn_sp li a{
	display: block;
	width: 178px;
	height: 62px;
	text-align: center;
	background-color: #956465;
	padding-top: 24px;
}
#underContact #btn li a:hover{
	background-color: #aa8384;
}
