@charset "UTF-8";

.white { color:#FFF;}
.black { color:black; }
.gray { color:gray; }
.silver { color:silver; }
.white { color:white; }
.aqua { color:aqua; }
.blue { color:blue; }
.fuchsia { color:fuchsia; }
.green { color:green; }
.lime { color:lime; }
.maroon { color:maroon; }
.navy { color:navy; }
.olive { color:olive; }
.purple { color:purple; }
.red { color:red; }
.teal { color:teal;
		font-weight:bold }
.yellow { color:yellow; }
.futo {text-shadow:#999;
		font-weight:bold;}

.akafuto {
	color:#F03;
	font-size:24px;
	font-weight:bold;
}

.aofuto {
	color:#00F;
	font-size:24px;
	font-weight:bold;
}

.mob_icon {
	margin:auto;}
	

#SNS {
	float:center;
}

body {
	background: #EEDDC1 url(../images/background.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background: #000;
	color: #fff;
}
#header #logo {
	text-align: center;
	background:#400000;
}
#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) {
	width: 50%;
	border-bottom: 1px solid #333;
}
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: 33.3%;
}
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	border-left: 1px solid #666;
}
.oldie #header #nav ul li {
	width: 49%;
	border-left: none;
}
#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:before {
	content: '>';
	font-size: 7px;
	margin-right: 5px;
	color: #999;
	position: relative;
	top: -0.2em;
}
#header #nav a:hover {
	background: #333;
}
#header #nav a:hover:before {
	color: #f00;
}

#gmap{
	float:left;
	margin:0 0 20px 10px;
	text-align:center;

}





#micon p{
	display:inline;
}


.clear {
	clear:both;
}

.clear hr {
	display:none;
}
	

#recommend {
	margin-bottom: 20px;
}

}
#intro {
	text-align: center;
}

#intro .menuicon img{
	width:19%;
}


#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: 34px;
}

#intro .name{

	color:#F06;
	font-size:24px;
	font-weight: bold;
	float:left

}
#intro .prof{

	font-weight:bold;
	font-size:16px;
	float:left
}


#intro .price {
	font-size: 20px;
}
#intro .plan {
	font-size: 20px;
}
#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(a9,a9,a9);
}
.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: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
 }
 
.btnView2 {
	width: 60%;
	margin: 10px auto 20px;
	background: #696969;
	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(96,96,96);
	-webkit-box-shadow:0px 7px 0px rgb(96,96,96);
	box-shadow:0px 7px 0px rgb(96,96,96);
}
.btnView2:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow:0 4px 0px rgb(96,96,96);
	-webkit-box-shadow:0px 4px 0px rgb(96,96,96);
	box-shadow:0px 4px 0px rgb(96,96,96);
}
.btnView2 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;
 }

.btnView3 {
	width: 60%;
	margin: 10px auto 20px;
	background: #FFC2C2;
	background:-moz-linear-gradient(50% 0% -90deg,rgb(255,194,194) 0%,rgb(255,194,194) 100%);
	background:-webkit-linear-gradient(-90deg,rgb(255,194,194) 0%,rgb(255,194,194) 100%);
	background:-ms-linear-gradient(-90deg,rgb(255,194,194) 0%,rgb(255,194,194) 100%);
	background:linear-gradient(-90deg,rgb(255,194,194) 0%,rgb(255,194,194) 100%);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:0px 7px 0px rgb(255,149,194);
	-webkit-box-shadow:0px 7px 0px rgb(255,149,194);
	box-shadow:0px 7px 0px rgb(255,149,194);
}
.btnView3:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow:0 4px 0px rgb(96,96,96);
	-webkit-box-shadow:0px 4px 0px rgb(96,96,96);
	box-shadow:0px 4px 0px rgb(96,96,96);
}
.btnView3 a {
	display: block;
	padding: 8px;
	color: #323232;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -0.5px -0.5px 0 rgba(0,0,0,.6);
	white-space: nowrap;
 }

#revised {
	padding: 1em 10%;
	color: #fff;
	text-decoration: none;

	font-size:20px
	font-weight: normal;
	vertical-align: middle;
	background: #47423A;
	background: rgba(0,0,0,.7);
}

#revised .on_name {
	display:inline;
	color: #0F0;
	text-decoration: none;
	font-size:20px
	font-weight: normal;
	vertical-align:"middle";
}

#revised .aka {
	display:inline;
	color: #F00;
	text-decoration: none;
	font-size:20px
	font-weight: normal;
	vertical-align:"middle";
}

#revised .futo {
	display:inline;
	color: #FFF;
	text-decoration: none;
	font-size:20px
	font-weight: large;
	vertical-align:"middle";
}

#link ul {
	list-style: none;
}
	
 
#products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products li {
	margin: 0px 0;
}
#products li:first-child {
	margin-top: 0;
}

#products li a {
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0px;
	color: #000;
	text-decoration: none;
	border-radius: 0px;
	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 {
	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 {
	float: left;
	margin: 0;
	cursor: pointer;
}
#products li a .photo {
	width: 100%;
}
#products li a .data {
	width: 60%;
	padding-bottom: 1em;
	vertical-align: middle;
}
#products li a .data .name,
#products li a .data .price {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
#products li a .data .name {
	font-size: 18px;
}

#op {	
	text-align:center
}

.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;
	border-top: 5px solid #000;
}
#footer nav,
#footer small {
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	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-top: 30px;
	margin-bottom: 30px;
}
#intro {
	text-align: left;
}
#intro .price {
	margin: 10px 0 20px;
}
#intro .text1 {
	display: block;
}
.btnView {
	margin: 20px 0;
}
.btnView2 {
	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;
	
}

#intro .menuicon img{
	width:15%;
}

.infomation dl dd {
	font-size: 12px;
	margin: 0 0 1em 1.5em;
}
#footer nav,
#footer small {
	margin: 20px 0;
}

#intro .menuicon img{
	width:19%;
}


.link_table{
	padding: 0px;
	border-collapse: collapse;
}
.link_table tr td{
	padding: 0px;
	border-collapse: collapse;
}
	

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

@media only screen and (min-width: 769px) {
#intro h1 {
	font-size: 40px;
}
#intro h1 strong {
	font-size: 50px;
}
#intro .price {
	font-size: 24px;
}
#intro .plan {
	font-size: 14px;
}
#intro .text {
	display: block;
	font-size: 13px;
}

#intro .menuicon img{
	width:15%;
}


#products li {
	float: left;
	width: 49%;
	margin: 0 2% 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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;
}

}
