@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
}

#header h1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#header h1 img {
	width: 240px;
	height: auto;
}

#eyecatch {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	text-align: center;
}

#eyecatch img {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	height: auto;
}


/* フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

section {
	clear:both;
	padding-top: 70px;
}

section h2 {
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/bg_b.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

.notice {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.notice {
	text-align: center;
}

.notice a {
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-radius: 0.5em;
}

.enter a {
	margin: 0 1em 0 1em;
	padding: 1em;
	display: block;
	background: #000000;
	color: #ffffff;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0.5em;
}

.enter a:hover {
	background: #000000;
}

.banner {
	margin: 2em 0  0;
	padding: 1em;
}

.banner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.banner ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) {
	body {
		font-size:14px;
	}
	
  #footer {
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (max-width: 640px) {
	.notice {
		width: 94%;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 799px) {
	#header {
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerwrap {
		position: relative;
		width: 100%;
		height: 85px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1 {
		padding-top: 10px;
	}
	
	#header h1 img {
		margin-top: 3px;
		max-height: 60px;
		width: auto !important;
	}

	#eyecatch {
		padding-top: 86px;
		z-index: -100;
	}

	#shoplink {
		padding-top: 126px;
		z-index: -100;
	}

	section {
		padding-top: 50px;
	}
	section h2 {
		margin: 0 auto 20px;
	}

	section h2 img {
		width: 60px;
		height: auto;
	}

}

/* 店舗リンク
------------------------------------------------------------*/

#shoplink {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	text-align: center;
}

#shoplink h2 {
	margin: 0 auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

#shoplink ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}

#shoplink ul li {
	margin: 2em;
	padding: 0;
	display: inline-block;
}

#shoplink ul li a  {
	text-decoration: none;
	color: #000000;
}

#shoplink ul li a img {
	width: 240px;
	height: auto;
}

/* ボタン
------------------------------------------------------------*/

.button-line {
	margin-top: 1em;
	display: block;
	background: #00b34f;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 1.25em;
	border-radius: 0.5em;
}

.button-tel {
	margin-top: 0.5em;
	display: block;
	background: #f58120;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 1.25em;
	border-radius: 0.5em;
}
