@charset "UTF-8";

body {
	background: #EEDDC1 url(../images/background.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif;
		overflow-x: hidden;
    position: relative;
}
#header {
	background: url(../images/hbg.jpg);
	color: #fff;
}
#header a{
		text-decoration:none;
}
#header #logo {
	text-align: center;
color: #FF8400;
}
#header #logo h1 {
	margin: 0;
	padding: 15px 5px;
	font-size: 20px;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);

}
#header #nav ul li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: 20%;
	border-bottom: 1px solid #333;
}
#header #nav a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing:-0.5pt;
}

#header #nav a:hover {
	background: #666;
	color: #FF8400;
}
#header #nav a:hover:before {
	color: #f00;
}
#recommend {
	margin-bottom: 20px;
}
#tel{
	text-align: center;
	width:100%;
	font-size: 25px;
}

#intro {
	text-align: center;
	background: #ffffff;
    margin: 0 -500%; /* ネガティブマージンを追記 */
    padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
}
#intro h1,
#intro .price {
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	margin: 0;
}
#intro h1 {
	font-size: 32px;
	letter-spacing:-1pt;
	margin-top: 20px;
	line-height: 1;
}
#intro h1 strong {
	font-size: 46px;
}
#intro .price {
	font-size: 34px;
}
#intro .text {
	display: none;
	font-size: 12px;
}
.btnView {
	width: 60%;
	margin: 10px auto 20px;
	background: #85B200;
	background:-moz-linear-gradient(50% 0% -90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-webkit-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-ms-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:0px 7px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 7px 0px rgb(105,140,0);
	box-shadow:0px 7px 0px rgb(105,140,0);
}
.btnView:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow:0 4px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 4px 0px rgb(105,140,0);
	box-shadow:0px 4px 0px rgb(105,140,0);
}
.btnView a {
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
 }
#products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products li {
	margin: 10px 0;
}
#products li:first-child {
	margin-top: 0;
}

#products li a {
	background: #FFFFFF;
	display: block;
	overflow: auto;
	margin: 0;
	padding: 10px;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #c9b9a2;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
	box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 1px 1px 0 rgba(255,255,255,.7);
}
#products li a:hover {
	color:#fff;
	background: #efe0c8;
	background: rgba(255,255,255,0.25);
}
#products li:first-child a {
	margin-top: 0;
}
#products li a .photo,
#products li a .data {
	margin: 0;
	cursor: pointer;
}
#products li a .photo {
	display:block;
	width: 100%;
	text-align:center;
}
#products li a .data {
	vertical-align: middle;
}
#products li a .data .name,
#products li a .data .price {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 13px;
}
#products li a .data .name {
	font-size: 18px;
	font-weight: bold;
}
.subnav {
	margin-top: 20px;
}
.subnav li {
	margin-bottom: 1px;
}
.subnav li:last-child {
	margin-bottom: 0;
}
.subnav li a {
	display: block;
	padding: 1em 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #47423A;
	background: rgba(0,0,0,.7);
}
.subnav li a:hover {
	background: #000;
}
.infomation {
	display: none;
}
#footer {
	margin-top: 30px;
}
#footer nav,
#footer small {
	color:#FFF;
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	margin: 10px 0;
}
#footer nav li {
	display: inline-block;
	margin: 2px 8px;
}
/* IE only */
.oldie #footer nav li {
	display: inline;
	zoom: 1;
}
#footer nav li a {
	color: #000;
}




/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
#header #logo h1 {
	font-size: 13px;
}
#header #nav ul {
	float: right;
	overflow: hidden;
}	
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) 
{
	width: auto;
	border: 0;
}
#header #nav a {
	padding: 15px;
}
#recommend {
	margin-bottom: 30px;
}
#tel{
	text-align: right;
}
#intro {
	text-align: left;
}
#intro h1{
height:200px;
}
#intro .price {
	margin: 10px 0 20px;
}
#intro .text1 {
	display: block;
}
.btnView {
	margin: 20px 0;
}
.subnav {
	margin-top: 0;
}
.infomation {
	display: block;
	margin: 30px 0 0 0;
}
.infomation dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	
}
.infomation dl dd {
	font-size: 12px;
	margin: 0 0 1em 1.5em;
}
#footer nav,
#footer small {
	margin: 20px 0;
}
}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 1024px) {
	
#header #logo h1 {
	margin: 0;
	padding: 5px 5px;
	font-size: 30px;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);

}
#intro h1 {
	font-size: 40px;
}
#intro h1 strong {
	font-size: 74px;
}
#intro .price {
	font-size: 50px;
}
#intro .text {
	display: block;
	font-size: 13px;
}
#products li {
	float: left;
	width: 33%;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
#products li a {
	height:250px;
	}
#products li a .data .price {
	text-align:left;
	}
/* IE only */
.oldie #products li {
	width: 47.5%;
}
#products li:nth-child(even) {
	margin-right: 0;
}
#products li:first-child {
	margin-top: 0;
}
#products li a {
	padding: 20px;
}
#products li a .photo,
#products li a .data {
	display: block;
	text-align: center;
	width: 100%;
}
#products li a .data {
	font-size: 18px;
	padding-top: 1em;
}
#products li a p {
	margin: 0;
}
.infomation {
	margin: 50px 0 0 0;
}

}