@charset "utf-8";
/* パソコンサイズ (min-width:1020) */
body {
	background-color: antiquewhite;/*ベースカラー*/
}

/*/// サイズ処理 ///*/
.pc {display: block}
.tab {display: block}
.sp_tab {display: none;}
main section img.sp {display: none;}

.header {
	display: none;
}

/*/// コンテンツ領域 ///*/
#wrapper {
	overflow: visible;
	max-width: 1280px;
	margin: 0 auto;
	background-color: transparent;
}

/*/// グローバルナビ ///*/
header #nav {
	width: 100%;
	max-width: 1200px;
}
header #nav #navbox1,
header #nav #navbox2 {
	float: right;
	display: flex;
	justify-content: space-between;
	margin: 10px 15px 0 0;
	color: #885b1a;
	font-weight: bold;
}
header #nav #navbox1 a:hover {
	opacity: 0.5 ;
}
header #nav #navbox1 #menu1 {
	background-image: url("../images/menu-01.jpg");
	width: 215px;
	height: 50px;
}
header #nav #navbox1 #menu2 {
	background-image: url("../images/menu-02.jpg");
	width: 175px;
	height: 50px;
}
header #nav #navbox1 #menu3 {
	background-image: url("../images/menu-03.jpg");
	width: 155px;
	height: 50px;
}
header #nav #navbox1 #tel {
	width: 215px;
	height: 50px;
}
header #nav #navbox2 li a {
	padding: 0 20px 8px 20px;
	color: #885b1a;
	font-weight: bold;
}
header #nav #navbox2 li a:hover,
li.ddMenu:hover {
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 2px solid #cd2512;
}
/*ドロップダウンメニュー一覧*/
li.ddMenu {
	cursor: pointer; /*マウスカーソル変更*/
	padding: 0 20px 8px 20px;
}
ul.list {
	display: none; /*要素不可視化*/
	position: absolute; /*絶対位置への配置*/
	top: 103px;/*表示位置*/
}
ul.list li {
	display: block;
	padding: 10px 20px 8px 20px !important;
	font-weight: normal !important;
	font-size: small;
	color: #000 !important;
	text-align: center;
	background-color: #eff0e0;
}
ul.list li a {
	display: block;
	padding: 10px 20px 8px 20px !important;
	font-weight: normal !important;
	font-size: small;
	color: #000 !important;
	background-color: #eff0e0;
}
ul.list li:first-child {
	padding-top: 4px;
}
ul.list li a:hover {
	background : none !important;
	border-bottom: none !important;
	background-color: #eff0e0 !important;
	color: #885b1a !important;
	font-weight: bold !important;
	
}


/*/// フッター領域 ///*/
footer h4 {
	padding: 3px 0 0 50px;
	margin: 0;
}
footer div#f_nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
footer ul.pc {
	display: flex;
	margin: 5px 70px 0 0;
}
footer ul li {
	border-left: 1px solid #333;
	padding: 5px 10px;
	font-size: small;
	height: 20px;
}
footer ul li:first-child {
	border-left: none;
}
footer address {
	float: left;
	height: 60px;
	margin: 0;
	text-align: left;
}
footer div#f_box .img {
	float: left;
	height: 50px;
	margin-top: 10px;
	margin-right: 10px;
}
footer small {
	float: right;
	height: 40px;
	margin: 20px 70px 0 0;
}








