@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
reset
---------------------------------------- */
html {
	font-size: 62.5%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------
base
---------------------------------------- */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #000;
	background-image: url(../img/bk.png);
	background-position: center;
	background-repeat: repeat-y;
	color: #fff;
	letter-spacing: 0.05em;
}
a {
	text-decoration: underline;
	color: #fff;
}
h2,h3,h4 {
	font-weight: normal;
	letter-spacing: 0.09em;
	text-align: center;
}
.ttl-green {
	background: #245352;
	text-align: left;
	width: 100%;
	padding: 10px 20px;
}
@media screen and (max-width: 768px){
	.spView {
		display: block;
	}
	.pcView {
		display: none;
	}
	main {
		width: 100%;
	}
	p {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	p img {
		width: 100%;
	}
	.ttl-green {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px){
	.spView {
		display: none;
	}
	.pcView {
		display: block;
	}
	main {
		width: 920px;
		margin: auto;
	}
	p {
		font-size: 1.8rem;
		line-height: 1.7;
	}
	.ttl-green {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------
margin
---------------------------------------- */
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 60px!important;}
.mb80 { margin-bottom: 60px!important;}
.mb90 { margin-bottom: 60px!important;}

.mt10 { margin-top: 10px!important;}
.mt20 { margin-top: 20px!important;}
.mt30 { margin-top: 30px!important;}
.mt40 { margin-top: 40px!important;}
.mt50 { margin-top: 50px!important;}
.mt60 { margin-top: 60px!important;}

/* ----------------------------------------
header
---------------------------------------- */
header {
	margin: 40px auto 80px auto;
	padding-bottom: 80px;
	text-align: center;
	border-bottom: 2px solid #245352;
}
header h1 {
	text-align: center;
}
header h2 {
	margin-bottom: 60px;
	line-height: 4;
}
@media screen and (max-width: 768px){
	header h1 {
		margin: 20px auto 60px auto;
	}
	header h2 img {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px){
	header {
		width: 920px;
	}
	header h1 {
		margin-bottom: 60px;
	}
}

/* ----------------------------------------
content
---------------------------------------- */
.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.item-list li img {
	width: 100%;
}
@media screen and (max-width: 768px){
	.item-list {
		margin: 0 20px 60px 20px;
	}
	.item-list li {
		width: 49%;
		margin-bottom: 10px;
	}
	#shop-list p {
		margin: 40px 20px;
	}
}
@media screen and (min-width: 768px){
	.item-list li {
		width: 224px;
		margin-bottom: 8px;
	}
	#shop-list .shop-caption {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 40px;
	}
}

/* ----------------------------------------
footer
---------------------------------------- */
footer {
	margin: 60px auto;
	text-align: center;
}
footer img {
	width: 100%;
}
footer .foot-bnr {
	display: flex;
	justify-content: center;
}
footer .foot-bnr li {
	width: 155px;
	margin: 20px;
}
@media screen and (max-width: 768px){
}
@media screen and (min-width: 768px){
	footer {
		width: 920px;
	}
}