@charset 'utf-8';

/**
* 01 - Reset
* 02 - Core
* 03 - Layout
* 04 - Section
* 05 - Responsive
*/






/*  01 - Reset CSS (Eric Meyer's Reset CSS v2.0) -----------------------------------------------------*/

* { margin: 0; padding: 0; border: 0; outline: 0 none; }
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 { font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
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; width: 100%;}
strong, dt { font-weight:bold; }

/** Happiness Reset */
html,body { position: relative; height: 100%; min-height: 100%;}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 0.75;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	/* font-family: Helvetica, Arial, Verdana, "Lucida Grande"; */
	
	
	background: #000;
	font: 400 20px/30px Sriracha;
	color: #fff;
	}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #fff;
	}






/*  02 - Core -----------------------------------------------------------------------------------*/

.clearfix:after,
.row:after,
.row3:after,
.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix, .row, .row3, .wrap {display: block;}

.wrap {
	float: none;
	margin: auto;
	padding: 0 20px;
	max-width: 1150px;
	}
.container {padding-bottom: 80px;}

/** Core: row */
.row2 .col {
	float: left;
	width: 50%;
	}
.row3 .col {
	float: left;
	width: 33.3%;
	}
.col img {width: 100%;}
.col-inner {
	margin: 10px 8px;
	}


/** Core: Detail block */
.detail-block:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.detail-block {
	display: block;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 36px;
	}
.detail-block H2,
.detail-block H3,
.detail-block H4 { margin-bottom: 5px;}
.detail-block H2 { font-size: 36px; line-height: 44px; }
.detail-block H3 {font-size: 32px; line-height: 40px;}
.detail-block H4 {font-size: 28px; line-height: 36px;}
.detail-block A:hover { color: #830b1c; }
.detail-block STRONG {
	font-weight: bold;
	color: #666;
	}
.detail-block EM {
	font-style: italic;
	color: #f93;
	}
.detail-block IMG { max-width: 100%; }
.detail-block UL,
.detail-block OL { padding: 10px 0 0 30px; }
.detail-block LI OL,
.detail-block LI UL {
	padding-top: 4px;
	padding-bottom: 8px;
	}
.detail-block UL LI {list-style-type: disc;}
.detail-block LI UL LI {list-style-type: circle;}
.detail-block OL LI,
.detail-block LI OL LI {list-style-type: decimal;}

.detail-block OL+P,
.detail-block UL+P,
.detail-block P+P {padding-top: 20px;}


.paging {
	padding: 20px 0;
	text-align: right;
	}
.paging a {
	display: inline-block;
	padding: 2px 10px;
	border-left: solid 1px #fff;
	font-size: 24px;
	line-height: 20px;
	}
.paging a:first-child {border: none;}
	
	

/*  03 - Layout -----------------------------------------------------------------------------------*/

/** Layout: Header ----*/
header {
	position: relative;
	padding: 20px;
	border-bottom: solid 10px #24170f;
	background: #520104;
	}
header h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	}
header h1 img {max-width: 45%;}
header nav {
	text-align: center;
	}
header nav li {
	display: inline-block;
	}
header nav a {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	}
.menu-toggle {
	display: none;
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 0;
	line-height: 0;
	}


/** Layout: Page title ----*/
.page-title {padding: 25px 15px;}
.page-title h1 {
	text-align: center;
	font-size: 48px;
	line-height: 64px;
	}
	
.page-detail .inner {margin: 0 10px;}



/** Layout: Footer ----*/
footer {
	padding: 50px 0;
	border-bottom: 30px solid #000;
	background: #111;
	}
footer .col-inner {
	margin: 0 30px;
	font-size: 24px;
	line-height: 36px;
	}
footer .address {
	font-size: 18px;
	line-height: 24px;
	}
footer .address h2 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 36px;
	}
footer .address p+p {
	padding-top: 10px;
	}
footer .address span {
	display: inline-block;
	}
.bottom-line {
	height: 25px;
	background: #520104;
	}



/*  04 - Section -----------------------------------------------------------------------------------*/

/** Section: Home -----*/
.top-image {
	position: relative;
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
	}
.top-image-wrap {
	position: relative;
	overflow: hidden;
	}
.top-image-wrap img {
	width: 100%;
	}
.top-image-wrap a {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	opacity: 0.0;
	}
.top-image-wrap a.next {
	z-index: 100;
	opacity: 1.0;
	}
.top-image-wrap a.active {
	position: relative;
	top: inherit;
	left: inherit;
	opacity: 1.0;
	}
.top-image-control {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	}
.top-image-control a {
	position: absolute;
	top: -36px;
	z-index: 100;
	}
.top-image-control a.next {left: 30px;}
.top-image-control a.prev {right: 30px;}

/** Section: Product -----*/
.product-cat ul {
	padding: 0 15px 25px 15px;
	text-align: center;
	}
.product-cat li {display: inline-block;}
.product-cat a {
	display: inline-block;
	padding: 0 10px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	}
.product-cat a:hover,
.product-cat a.active {color: #830b1c;}

.product-list .col {
	font-size: 0;
	line-height: 0;
	}


/** Section: Map -----*/
.map iframe {
	width: 100%;
	height: 580px;
	}






/*  04 - Responsive -----------------------------------------------------------------------------------*/
@media all and (max-width: 960px)
{
	/** 960: footer */
	footer .col-inner {
		margin: 0 10px;
		font-size: 20px;
		line-height: 30px;
		}
	footer .address {
		font-size: 16px;
		line-height: 22px;
		}
}
/* end: 720px */

@media all and (max-width: 780px)
{
	/** 780: Row */
	.row3 .col {width: 50%;}
	.shop-list .row3 .col {
		float: none;
		width: 100%;
		}
	
	/** 780: Detail */
	.detail-block {
		font-size: 20px;
		line-height: 30px;
		}
	.detail-block H2,
	.detail-block H3,
	.detail-block H4 { margin-bottom: 5px;}
	.detail-block H2 { font-size: 30px; line-height: 40px; }
	.detail-block H3 {font-size: 28px; line-height: 36px;}
	.detail-block H4 {font-size: 24px; line-height: 34px;}
	
	
	/** 780: header */
	header {padding: 10px 0;}
	header h1 {margin-bottom: 10px;}
	header nav a {
		padding: 0 4px;
		font-size: 16px;
		}
		
	/** 780: page title */
	.page-title h1 {
		font-size: 40px;
		line-height: 58px;
		}
		
	/** 780: footer */
	footer {padding: 20px 0;}
	footer .row3 .col {
		float: none;
		margin-top: 25px;
		width: auto;
		}
	footer .address {
		margin-top: 0;
		}

	
	/** 780: top image -----*/
	.top-image-control a {top: -25px;}
	.top-image-control a img {height: 50px; }
	.top-image-control a.next {left: 20px;}
	.top-image-control a.prev {right: 20px;}

	/** 780: Map -----*/
	.map iframe {
		width: 100%;
		height: 500px;
		}
}
/* end: 720px */

@media all and (max-width: 560px)
{
	/** 560: Row */
	.row2 .col,
	.row3 .col {
		float: none;
		width: 100%;
		}
		
	/** 560: Detail */
	.detail-block {
		font-size: 16px;
		line-height: 30px;
		}
	.detail-block H2,
	.detail-block H3,
	.detail-block H4 { margin-bottom: 5px;}
	.detail-block H2 { font-size: 26px; line-height: 36px; }
	.detail-block H3 {font-size: 22px; line-height: 30px;}
	.detail-block H4 {font-size: 20px; line-height: 30px;}
	
	/** 560: header */
	header h1 {
		margin-bottom: 0;
		text-align: left;
		}
	header h1 img {max-width: 200px;}
	header nav {display: none;}
	header nav li,
	header nav a {display: block;}
	header nav li+li {border-top: solid 1px #300;}
	header nav a {padding: 3px 0;}
	.menu-toggle {display: block;}
		
	/** 560: page title */
	.page-title h1 {
		font-size: 36px;
		line-height: 48px;
		}
	
	.product-cat a {
		font-size: 18px;
		line-height: 30px;
		}

	
	/** 780: top image -----*/
	.top-image-control a {top: -10px;}
	.top-image-control a img {height: 20px; }
	.top-image-control a.next {left: 5px;}
	.top-image-control a.prev {right: 5px;}

	/** 560: Map -----*/
	.map iframe {
		width: 100%;
		height: 350px;
		}
}
/* end: 480px */


