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

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
a {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover {
	opacity: .5;
}
.sp_hide {
}
.pc_hide {
	display: none;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	border-bottom:5px solid #CB0001;
	max-width:100%;
	min-width:1280px;
	margin:0px auto;
}

#header{
	/*width:1280px;*/
	width: 1330px;
	height:125px;
	position:relative;
	margin:0px auto;
}

#header h1{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
}

/**/

.head-bn{
	position:absolute;
	top:0px;
	right:600px;
	overflow:hidden;
}

/**/

.head-menu{
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
}

.head-menu li{
	list-style-type:none;
	display:inline;
	float:left;
}

.head-menu li a{
	display:block;
	background-color:#E2E2E2;
	width:138px;
	color:#000;
	line-height:25px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
}

/**/

#gnavi{
	/*overflow:hidden;*/
	position:absolute;
	right:0px;
	bottom:30px;
}

#gnavi li{
	list-style-type:none;
	float:left;
	/*overflow:hidden;*/
	display:inline;
}

#gnavi li a{
	background-image:url(common/images/head-border.png);
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	text-decoration:none;
	text-align:center;
}

#gnavi li a span{
	padding:0px 37px 0px 25px;
	overflow:hidden;
	display:block;
}

/**/

#rec_navi{
	position:absolute;
	right:120px;
	/*top:90px;*/
	z-index:100;
	width:182px;
	display:none;
}

#rec_navi li{
	list-style-type:none;
	display:inline;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	max-width:100%;
	min-width:1280px;
	margin:0px auto;
	overflow:hidden;
	background-color:#CB0001;
	color:#fff;
}

#footer_wrap a{
	color:#fff;
}

#footer{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
}

/**/

.foot-head{
	overflow:hidden;
	margin:38px 0px;
}

.foot-head dt{
	float:left;
	overflow:hidden;
	line-height:43px;
}

.foot-head dd{
	float:left;
	overflow:hidden;
	line-height:43px;
	margin-left:25px;
}

.foot-head dd a{
	display:block;
	overflow:hidden;
	background-image:url(common/images/head-icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	text-decoration:none;
}

/**/

.shop_list{
	overflow:hidden;
}

.shop_list ul{
	overflow:hidden;
	margin-bottom:40px;
}

.shop_list li{
	overflow:hidden;
	float:left;
	font-size:13px;
	width:24%;
}

.shop_list li:first-child{
	width:28%;
}

.shop_list li dl{
}

.shop_list li dl dt{
	font-size:15px;
}

.shop_list li dl dd{
	overflow:hidden;
	margin-top:0.25em;
	line-height:135%;	
}

/*-----------------------------------------------------------*/


#footer2_wrap{
	max-width:100%;
	min-width:1280px;
	margin:0px auto;
	overflow:hidden;
	background-color:#333;
}

#footer2_wrap a{
	color:#fff;
}

#footer2{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
}

/**/

.sitemap-menu{
	overflow:hidden;
	margin:40px auto;
}

.sitemap-menu li{
	width:20%;
	float:left;
	overflow:hidden;
}

.sitemap-menu li dl{
}

.sitemap-menu li dl dt{
	margin-left:15px;
	overflow:hidden;
}

.sitemap-menu li dl dd{
	border-left:1px solid #858585;
	margin-top:15px;
}

.sitemap-menu li:first-child dl dd{
	border-left:none;
}

.sitemap-menu li dl dd p{
	overflow:hidden;
	margin-left:30px;
	font-size:13px;
}

.sitemap-menu li a{
	text-decoration:none;
}

/*-----------------------------------------------------------*/

#copy_wrap{
	max-width:100%;
	min-width:1280px;
	margin:0px auto;
	overflow:hidden;
	background-color:#1A1A1A;
	border-top:2px solid #fff;
}

#copy{
	color:#fff;
	width:1280px;
	margin:0px auto;
	overflow:hidden;
	line-height:57px;
	text-align:center;
}

/*-----------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

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

#page_title{
	display:table;
	width:100%;
	height:235px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	background-image:url(contact/images/bg-title.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align:center;
}

#page_title h1{
	
	margin:0px auto;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

/*-----------------------------------------------------------*/

h2 {
	width: 1200px;
	margin: 40px auto 20px auto;
	clear: both;	
}
/*-----------------------------------------------------------*/

#breadcrumb{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
	text-align:right;
}

/*-----------------------------------------------------------*/

#float_entry{
	position:fixed;
	right:0px;
	top:150px;
	z-index:100;
	display:none;
}

/*----------------------------フッター営業時間-------------------------------*/


.time_bn1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px white;
	background-color: white;
	width: 700px;
    margin-left: auto;
display: none;
}

.time_bn p{
	color: #cb0001;
}
	
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
