@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 2.2;
}

a　{
	outline: none;
}

img　{
	border: none;
}
 
a:hover {
	text-decoration: underline;
	color: #F86812;
}


#header {
	width: 100%;
	padding-bottom: 16px;
	line-height: normal;
}


#header-wrap {
	width: 1040px;
	margin: 0 auto;
}



#logo {
	float: left;
	padding-top: 22px;
	width:400px;
}


#top-banner {
	float: right;
	width:600px;
	margin-bottom:10px;

}


#header-info {
	float: right;
	width: 314px;
	height:200px;
}


/*ホーム*/
#contact-btn {
	float: left;
	width: 152px;
}

/*地図*/
#mitsuraku-btn {
	float: right;
	width: 152px;
}

.button {
	display: inline-block;
	width: 153px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	border-radius: 16px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	background-color: #ccc;
	color: #666;
}
.button:hover {
	text-decoration: none;
	background-color: #534937;
	color: #fff;
}


#gnav {
	clear: both;
	padding-top: 24px;
}

#gnav li {
	float: left;
	width: 207px;
	border-left: solid 1px #534937;
	font-size: 16px;
	line-height:1.4;
	text-align: center;
}

#gnav li:nth-child(5) {
	width: 206px;
	border-right: solid 1px #534937;
}

/*グローバルナビhover*/
#gnav li a {
	display: block;
	text-decoration: none;
	color: #534937;
}

#gnav li a:hover {
	position: relative;
	z-index: 0;
	width: 160px;
	min-width: 115px;
	margin:0 auto;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	background-color: #534937;
}

/*グローバルナビhoverの矢印*/
#gnav li a:hover:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #534937 transparent transparent transparent;
}

#contents {
}

#footer {
	clear: both;
	width: 100%;
	font-size: 14px;
}

#banner {
	float: left;
	width: 100%;
	padding: 16px 0;
	border-top: dashed 4px #eae4dc;
}

#bnr-wrap {
	width: 1040px;
	margin:0 auto;
}

#bnr-wrap ul {
}

#bnr-wrap li {
	float: left;
	width: 234px;
	margin-right: 16px;
}

#bnr-wrap li:last-child {
	margin-right: 0;
}


#footer-info {
	float: left;
	clear: both;
	width: 100%;
	padding: 8px 0;
}

#ft-info-wrap {
	width: 1040px;
	margin: 0 auto;
}

#ft-info-wrap ul {
}

#ft-info-wrap li {
	float: left;
	margin-right: 16px;
	font-weight: bold;
}

#ft-info-wrap li a {
	color: #fff;
}


#address {
	float: right;
	width: 640px;
	color: #fff;
}

#copy {
	clear: both;
	width:100%;
	padding:8px 0;
}
#copy a{
	color:#4660D9;
	text-decoration:underline;
}
#copy-wrap {
	width: 1040px;
	margin: 0 auto;
}

#copy-wrap p {
	text-align:center;
	font-size:12px;
}

#pagetop{
	padding:4px;
	float:right;
	font-size:12px;
	line-height:14px;
	text-align:center;
	background-image:url(../img/pagetop.png);
	background-repeat:no-repeat;
	background-position:center center;
	display: block;
}

#pagetop a{
	display: block;
	padding: 22px;
	width: 120px;
	color: #666;
	text-decoration:none;
}

#pagetop a:hover {
	text-decoration:none;
	color: #666;
	background-image:url(../img/pagetop-ho.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#pagetop a,
#pagetop a:before,
#pagetop a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.new_lead{
	text-align:center;
}




@media only screen and (max-width:540px){

body{
	padding:2%;
}

/*ヘッダー*/
	
#header-wrap {
	width: 100%;
}
	
img{/*画像全体に自由指定*/
	width: 100%;
	height: auto;
}

#title-logo {
	max-width: 256px;/*logoに対する最大幅指定*/
	float: none;/*logoに対するfloat解除*/
	margin: 0 auto;/*logoに対するセンター指定*/
}


#lead {
	float: none;
	max-width: 320px;
	padding-top: 8px;
	padding-left: 0;
	margin: 0 auto;
}

#header-info {
	float: none;
	width: 100%;
	height: auto;
	margin-top: 8px;
}

#tel {
	max-width: 314px;/*telに対する最大幅指定*/
	margin: 0 auto;
}

#contact-btn,#mitsuraku-btn {
	float: none;
	width: 153px;
	margin: 0 auto;
	margin-top: 20px;
}

#gnav {
	clear: both;
	padding-top:10px;
}

#gnav li {
	width: 100%;
	border-left: none;
	border-top: solid 1px #534937;
}

#gnav li:nth-child(5) {
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #534937;
}

#gnav li a {
	padding: 10px 0;
}


#banner {
	float: none;
	padding: 8px 0;
}

#bnr-wrap {
	width: 100%;
	margin:0 auto;/**/
}

#bnr-wrap li {
	float: none;
	max-width: 234px;
	width: 100%;
	height: auto;
	margin: 8px auto;
}

#bnr-wrap li:last-child {
	margin-right: auto;
}

#pagetop{
	width: 100%;
	height: auto;
	float: none;
	padding: 10% 0;
}

#pagetop a{
	width: 100%;
	padding: 10% 0;
}

#footer-info {
	float: left;
	width: 100%;
	padding: 0;
}

#ft-info-wrap {
	width: auto;
	/*margin: 0 auto;*/
}

#ft-info-wrap ul {
}

#ft-info-wrap li {
	float: none;
	text-align:center;
	padding: 12px 0;
	border-bottom: solid 1px #fff;
}

#address {
	clear: both;
	float: none;
	width: 100%;
	text-align:center;
	padding: 8px 0;
}

#copy {
	clear: both;
	width:100%;
	padding: 4px 0;
}

#copy-wrap {
	width: 100%;
}

#copy-wrap p {
	text-align:center;
}





@media only screen and (max-width:410px){
#header {/*headea-topのpが2行になった時用のbackground、とりあえずの処置*/
	background: url(../img/bg_header232.gif) repeat-x;
}
}