@charset "utf-8";
@import url("Normalize.css");  
@import url("reset.css");  
/* default */
@import url("base.css");
/*　サブページのメニュー　*/  
@import url("submenu.css");  

/*========================================
 + CONTENTS
========================================*/
/* body {background-image: url(../images/bck.jpg);background-repeat:repeat-x;background-position: left top 123px;} */

#Wrap{
	width:100%;
	background-image: url(/common/images/back_bottom.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: center bottom;
	padding:0 0 310px;/* footer_topの高さ(310px)+余白 */
	position:relative;
	min-height:800px;
}
#contents{
	width:980px;
	margin:auto;
	padding: 0 20px 15px;
	position:relative;
	background-color: #FFF;
}
#LeftDisp{
	width:690px;
	float:left;
	position:relative;
}
#RightDisp{
	width:260px;
	float:right;
	position:relative;
}

/*========================================
 + HEADER
========================================*/
.h1_wrap{
	background: #ffb400;
	padding: 5px 0;

}
h1{
	width: 980px;
	margin: auto;
	color: #ffffff;
	font-size:10px;
	left:125px;
	top:3px;
	z-index:999;
	font-weight: normal;
}
#Header{
	/* height:112px; */
	position:relative;
	width: 1100px;
	margin: auto;
	display: flex;
	padding: 7px 0 20px;
	justify-content: space-between;
}
#logo{
	width: 93px;
	/* position:absolute; */
	top:4px;
}
#Navigation{margin: 12px 215px 0 0;}
#Navigation li{
	height:73px;
	float:left;
	margin: 0 7px 0 0;
}
#Navigation li a{
	overflow:hidden;
	display:block;
}


/*#Navi06 a{background-position:-411px 0;width:83px; margin:0 0 0 4px;}*/
#header_telBt{
	position:absolute;
	top: 14px;
	right: 0;
}
/* dropdown */
#Navigation li div{
	background-image: url(/common/images/navi/dropdown.png);
	background-position:center top;
	padding: 11px 0 0;
	background-repeat: no-repeat;
	background-size:13px;
	z-index:999 !important;
	position: relative;
	min-width: 150px;
	margin: 0px 0 0 -38px;
}
#Navi05 div{
	margin: 0px 0 0 -20px !important;
}

#Navigation li ul{
	padding: 20px 15px 5px !important;
	background: #ffcb00;
	border-radius:10px;
}
#Navigation li ul li{
	background-repeat:no-repeat;
	/* padding:0 0 0 23px; */
	margin: 0px 0px 5px 0;
	float:none !important;
	text-align:left;
	height:32px;
	line-height: 35px;
	background-position:3px center;
	/* color: #ffffff; */
	border-bottom: 1px solid #ffe57f;
	font-size: 13px;
	font-weight: bold;
	color: #78543f;
}
#Navigation li ul li:last-child{
	border-bottom:none !important;

}
#Navigation li ul li:first:child{
	margin:0 !important;
}
#Navigation li ul li a{
	background-image:none !important;
	width:auto !important;
	height: auto !important;
	padding: 0 7px !important;
	margin:0 !important;
	text-align: left !important;
	color: #78543f;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
#Navigation li ul li a:hover{
	color:#ffffff;
	text-decoration: none;
}
.main_page{/* background-image:url(../images/star_icon.png); */}
.sub_page{background-image:url(../images/arrow_icon.png);/* height:17px !important; *//* line-height:17px !important; */margin: 0 0 5px 6px !important;padding: 0 0 0 13px !important;background-position: left top 12px !important;}

/*========================================
 + PANKUZU
========================================*/
#pankuzu{
	background-image:url(../images/pankuzu.png);
	background-repeat:repeat;
	padding:5px;
	margin:0 0 10px;
}
#pankuzu li{
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
}
#pankuzu li:first-child{
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding:0 0 0 20px;
}
#pankuzu li a{
	font-size:12px;
}
/*========================================
 + FOOTER
========================================*/
#footer_disp{
	position:relative;
}
.footer_w980{
	width:980px;
	position:relative;
	margin:auto;
	z-index:900;
}
#footer_top{
	background-image: url(../images/footer_contents.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:309px;
	width:980px;
	position:absolute;
	z-index:999;
	top:-309px;
	left:0;
}
/*** 店舗 ***/
#push_disp{
	height:309px;
	width:980px;
	position:relative;
}
.push{
	background-image:url(../images/push.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:77px;
	height:40px;
	cursor:pointer;
	position:absolute;
}
.push p{
	position:absolute;
	top:24px;
	left:30px;
}
#push1{
	top:185px;
	left:180px;
}
#push2{
	top:195px;
	left:350px;
}
#push3{
	top:190px;
	left:495px;
}

/*** FOOTER：リンク ***/
#footer_btm{
	background-color: #58c715;
	padding:20px 0;
}
#footer_btm ul li{
	float:left;
	margin-right:15px;
	color:#FFF;
}
#footer_btm ul li a{
	color:#FFF;
	font-size: 12px;
}
#footer_btm ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
#footer_btm ul li table{
	width:100%;
}
th.footerlink_tt{
	/* background-image:url(../images/footer_th_btm.gif); */
	background-repeat: repeat-x;
	background-position:left bottom;
	padding: 0 0 7px !important;
}
#footer_btm ul li table th{
	padding:7px 0 0;
}
#footer_btm ul li table th a{
	background-image: url(../images/foote_icon.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	display:block;
	padding:0 0 0 21px;
	font-size:13px;
	text-decoration:none;
}
#footer_btm ul li table td{
	padding: 2px 0 3px;
}
#footer_btm ul li table td::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin:0 10px 0 0;
  font-size:11px;
}
#footer_btm ul li table td a{
	text-decoration:none;
}
/*** COPYRIGHT ***/
#cp{
	background-color:#f0f0f0;
	padding: 10px 0 20px;
}
#footer_info{
	background-image: url(../images/footer_logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 12px 0px 12px 91px;
	line-height: 1.7em;
}
#cp p{
	position:absolute;
	right:0;
	bottom: -10px;
	font-size:11px;
}

/*========================================
 + ページング
========================================*/
ul.pager {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
ul.pager li {
	display: inline-block;
	margin:0 !important;
	padding:0 !important;
}
ul.pager li .page_sel {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	font-weight:bold;
	color:#ff8008;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 5px 8px;
	height:20px;
	line-height:20px;
	font-size:11px;
}

ul.pager li a:hover,
ul.pager li a:active {
	color:#ff8008;
}
ul.pager li a.prev_page{
	background-image: url(../../news/images/page_arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:5px 8px 5px 23px;
}
ul.pager li a.next_page{
	background-image: url(../../news/images/page_arrow2.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding:5px 23px 5px 8px;
}