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

/*----------------------------------------*/
/*  トップ全体
/*----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	color: white;
	text-decoration: none;
}
/*----------------------------------------*/
/*  ヘッダー
/*----------------------------------------*/

header {
	width: 100%;
	height: 200px;
	background: white;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999;
}
header > div {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header .mainLogo {
	height: 55px;
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.location {
	position: absolute;
	top: 0px;
	left: 0px;
	
}

.location img {
    	width: 100px;
}


/*----------------------------------------*/
/*  限定
/*----------------------------------------*/

.nenmatsunenshi {
	font-family: source-han-sans-japanese, sans-serif;
	background: #D82023;
	width: 60px;
	font-weight: bold;
	color: white;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	
}
.shogatsuTakuhai {
	font-family: source-han-sans-japanese, sans-serif;
	background: #167B3B;
	width: 95px;
	font-weight: bold;
	color: white;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0px;
	
}
header #pr {
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	color: #167B3B;
	font-family: source-han-sans-japanese, sans-serif;

}
header #information {
	background: #D82023;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	position: relative;
}

/*#information a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
header #information > div {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header #tel01 {
	font-size: 12px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: white;
	text-align: center;
}
header #tel02 {
	font-size: 25px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: white;
	text-align: center;
	display: block;
}

header #tel02 a {
	text-decoration: none;
	color: white;
}

header #tel03 {
		font-size: 12px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: white;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: black;
	width: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}
header .time01 {
	font-size: 10px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: white;
	text-align: center;
}

/*----------------------------------------*/
/*  ナビゲーション
/*----------------------------------------*/

nav ul {
	width: 100%;
	font-size: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	height: 45px;
	width: 20%;
	box-sizing: border-box;
	background: black;
	border-right: solid thin white;
	text-align: center;
}

nav ul li:last-of-type {
	border-right: none;
}
nav a {
	color: white;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	width: 100%;
	height: 45px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 4px;
}
/*----------------------------------------*/
/*  フッター
/*----------------------------------------*/
footer {
	width: 100%;
	padding-top: 10px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 50px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	font-size: 10px;
}
