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

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 11pt;
	line-height: 1.7em;
	color: #333;
	background-color: #F8F2E2;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

/*===========================================================
	ヘッダー
===========================================================*/

#header {
	width: 100%;
	height: 128px;
	background-color: #FFF;
}

#header .inner {
	width: auto;
	height: 128px;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}

/*Andoroidでの画像ボケ対策*/
#header .inner:after {
	content:".";
	color:transparent;
}

#header .inner h1 {
	width: 407px;
	height: 114px;
	display: block;
	position: absolute;
	left: 34px;
	top: 8px;
}

#header .inner h1 a {
	width: 407px;
	height: 114px;
	display: block;
	background: url(../images/common/logo.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

/*#header .inner .tel {
	width: 251px;
	height: 67px;
	display: block;
	position: absolute;
	right: 18px;
	top: 38px;
	background: url(../images/common/tel_01.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}*/

#header .inner .tel {
	width: 250px;
	height: 120px;
	display: table;
	position: absolute;
	right: 18px;
	top: 15px;
	text-align:center;
	
	
	
	overflow: hidden;
}


#header .inner .tel .inner {
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

#header .inner .tel .inner p {
font-weight:bold;
margin:5px 0;
}

#header .inner .tel img.caption {
	width: 100%;
	max-width: 297px;
	height: auto;
	margin-bottom: 5px;
}

#header .inner .tel img.button {
	width: 100%;
	max-width: 300px;
	height: auto;
}

#header .inner .tel a:hover {
	opacity:0.60;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
}


#header #button_menu {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

/*===========================================================
	グローバルメニュー（SP版）
===========================================================*/

#pulldown-menu {
	width: 100%;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 55px;
	left: 0px;
	background-color: #663300;
	display: none;
}

#pulldown-menu .pulldown_inner {
	width: auto;
	margin: 10px;
	background-color: #FFF;
	border-radius: 10px;
}

#pulldown-menu ul li {
	border-bottom: 1px solid #E0E0E0;
	display: block;
	background: url(../images/common/pulldown_cursor.png) 95% center no-repeat;
}

#pulldown-menu ul li.last {
	border-bottom: none;
	
}

#pulldown-menu ul li a {
	width: auto;
	height: auto;
	padding: 12px 0px 12px 30px;
	display: block;
	color: #666;
	font-weight: bold;
}

#pulldown-menu ul li a:hover {
	text-decoration: none;
}

#pulldown-menu ul li a.touchstart {
	background-color: #666;
}

/*===========================================================
	グローバルメニュー
===========================================================*/

#global-menu {
	width: 100%;
	height: 60px;
	background: url(../images/common/bg_03.jpg) 0 0 repeat-x;
	margin-bottom: 25px;
}

#global-menu ul {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

#global-menu ul li {
	width: 20%;
	height: 60px;
	float: left;
}

#global-menu ul li a {
	width: auto;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: contain;
	display: block;
}

#global-menu ul .menu_1 a { background-image: url(../images/common/menu_01.png); }
#global-menu ul .menu_2 a { background-image: url(../images/common/menu_02.png); }
#global-menu ul .menu_3 a { background-image: url(../images/common/menu_03.png); }
#global-menu ul .menu_4 a { background-image: url(../images/common/menu_04.png); }
#global-menu ul .menu_5 a { background-image: url(../images/common/menu_05.png); }

#global-menu ul .menu_1 a:hover, #global-menu ul .menu_1_on a { background-image: url(../images/common/menu_01_on.png); }
#global-menu ul .menu_2 a:hover, #global-menu ul .menu_2_on a { background-image: url(../images/common/menu_02_on.png); }
#global-menu ul .menu_3 a:hover, #global-menu ul .menu_3_on a { background-image: url(../images/common/menu_03_on.png); }
#global-menu ul .menu_4 a:hover, #global-menu ul .menu_4_on a { background-image: url(../images/common/menu_04_on.png); }
#global-menu ul .menu_5 a:hover, #global-menu ul .menu_5_on a { background-image: url(../images/common/menu_05_on.png); }

/*===========================================================
	ページタイトル
===========================================================*/

#h2 {
	width: 100%;
	background: url(../images/index/bg_carousel.jpg) 0 0;
}

#h2 .inner {
	width: auto;
	max-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
#h2 .inner img {
	width: 100%;
	min-width: 600px;
	height: auto;
}

/*===========================================================
	メインコンテンツ
===========================================================*/

#main {
	width: 100%;
}

#main .inner {
	width: auto;
	max-width: 940px;
	margin: 0px auto;
	padding: 0px 30px 80px;
	position: relative;
}

#main #pankuzu {
	margin: 10px 0px;
}

#main #button_goTop {
	width: 133px;
	height: auto;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#main h3 {
	width: auto;
	max-width: 940px;
	height: 60px;
	background: url(../images/common/h3_bg.png) 98% center no-repeat;
	background-color: #513520;
	margin: 0px auto 35px;
	position: relative;
}

#main h3 img {
	width: auto;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 35px;
	margin-top: -12px;
}

#main h4 {
	width: auto;
	max-width: 940px;
	height: 60px;
	background: url(../images/common/h4_bg.png) 20px center no-repeat;
	background-color: #FFF;
	margin: 0px auto 23px;
	position: relative;
}

#main h4 img {
	width: auto;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 75px;
	margin-top: -12px;
}


/*===========================================================
	フッター
===========================================================*/

#footer {
	width: 100%;
	height: auto;
	background-color: #F4F1E9;
}

#footer #top {
	width: 100%;
	height: 37px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #CEB4AA;
	background: url(../images/common/bg_02.png) 0 0 repeat-x;
}

#footer .inner {
	width: auto;
	height: auto;
	max-width: 970px;
	margin: 0px auto;
	padding: 20px 15px;
	position: relative;
}

#footer .inner .box1, #footer .inner .box2, #footer .inner .box3 {
	width: 31%;
	height: auto;
	text-align: center;
	float: left;
}

#footer .inner .box1 {
	border-right: 2px solid #7F674D;
	padding-right: 15px;
}

#footer .inner .box1 .logo {
	width: 100%;
	max-width: 286px;
	height: 110px;
	background: url(../images/common/logo_02.png) 0 center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

#footer .inner .box2 {
	margin: 0px 15px;
}

#footer .inner .box2 .tel a {
	width: 100%;
	max-width: 280px;
	height: 109px;
	background: url(../images/common/tel_02.png) 0 center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	cursor: default;
}

#footer .inner .box3 {
	height: 109px;
	display: table;
}

#footer .inner .box3 .inner {
	height: 109px;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

#footer .inner .box3 img.caption {
	width: 100%;
	max-width: 257px;
	height: auto;
	margin-bottom: 15px;
}

#footer .inner .box3 img.button {
	width: 100%;
	max-width: 297px;
	height: auto;
}

#footer .inner .box3 a:hover {
	opacity:0.60;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
}

#footer #copy {
	width: 100%;
	padding-top: 5px;
	border-top: 2px dotted #CEB4AA;
	text-align: center;
}

#footer #copy p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #7F674D;
	color: #FFF;
	margin: 0;
}

/*===========================================================
	共通
===========================================================*/

.clear {
	clear: both;
}

.none {
	display: none;
}

@media screen and (max-width:767px) {
	
	/*===========================================================
		ヘッダー
	===========================================================*/
	
	#header {
		height: 150px;
	}
	
	#header .inner {
		height: 150px;
	}
	
	#header .inner h1 {
		width: 291px;
		height: 77px;
		top: 50px;
		left: 50%;
		margin: 0px 0px 0px -145px;
	}
	
	#header .inner h1 a {
		width: 291px;
		height: 77px;
	}
	
	#header .inner .tel {
		display: none;
	}
	
	#header #button_menu {
		display:block;
	}
	
	/*===========================================================
		グローバルメニュー
	===========================================================*/
	
	#global-menu {
		display: none;
	}
	
	/*===========================================================
		メインコンテンツ
	===========================================================*/
	
	#main .inner {
		padding: 0px 0px 60px;
	}
	
	#main #pankuzu {
		padding-left: 10px;
	}
	
	#main .inner .content_box {
		padding: 0px 10px;
	}
	
	/*===========================================================
		フッター
	===========================================================*/
	
	#footer .inner {
		padding: 10px 15px 20px;
	}
	
	#footer .inner .box1, #footer .inner .box2, #footer .inner .box3 {
		width: auto;
		height: auto;
		float: none;
	}
	
	#footer .inner .box1 {
		border-right: none;
		border-bottom: 2px solid #7F674D;
		padding: 0;
	}
	
	#footer .inner .box1 .logo {
		margin: 0px auto;
	}
	
	#footer .inner .box2 {
		margin: 20px 0px;
	}
	
	#footer .inner .box2 .tel {
		position: relative;
		margin: 0px auto;
	}
	
	#footer .inner .box3 {
		height: auto;
		display: block;
	}
	
	#footer .inner .box3 .inner {
		height: auto;
		display: block;
	}
	
	#footer #copy p {
		font-size: 9pt;
	}
	
}
