@charset "UTF-8";

/* スマホ用
---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
}
body,html {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.87em;
	line-height: 1.5;
	background-color: #fff;
	overflow-x: hidden;
	min-width: 100%;
	position: relative;
}
/* clearfix */
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
/* 共通設定 */
#wrapper {
	margin : 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1;
}
img {
	border: 0;
	vertical-align: top;
}
ul {
	list-style-type: none;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
h4 {
	margin-top: 10px;
}
b {
	font-weight: normal;
}
.title {
	width: 100%;
	height: 35px;
	padding: 10px 500%;
	margin: 0 -500%;
	font-size: 10px;
	color: #999;
	background-color: #ddd;
	text-align: center;
}
/* リンク設定 */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
/*--------------------------------
ヘッダー
--------------------------------*/
header {
	width: 100%;
	background-color: #fff;
	margin-bottom: 40px;
}
.header {
	width: 100%;
	margin: auto;
	padding: 80px 0;
}
#logo {
	width: 60%;
	margin: auto;
	margin-bottom: 80px;
}
#logo img {
	width: 100%;
}
#menu {
	width: 100%;
	margin: auto;
}
#trans {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#trans a {
	font-size: 10px;
}
#trans ul li {
	display: inline;
}
#trans ul li#now a {
	color: #333;
	font-weight: bolder;
}
/* メニュー */
nav {
	width: 100%;
	height: 40px;
	clear: both;
}
nav ul {
	margin: 17px auto;
	text-align: center;
}
nav li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	height: 20px;
	font-weight: 400;
}
nav li a {
	display: block;
}
nav li ul {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
nav li ul li {
	display: none;
}
/* フロートメニュー */
.sub-nav {
    width: 100%;
}
.sub-nav ul {
	height: 32px;
	margin: 12px auto;
	text-align: center;
}
.fixed {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 2px 2px 2px #666;
	z-index: 2
}
/* SNS */
#sns {
	width: 15%;
	height: 20px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.tw {
	width: 20px;
	heigth: 20px;
	background: url(../img/sns_tw_c.png) no-repeat;
	background-size: 20px 20px;
	float: left;
}
.tw a {
	display: block;
}
.tw a:hover {
	background: none;
}
.tw a:hover img {
	visibility: hidden;
}
.fb {
	width: 20px;
	heigth: 20px;
	background: url(../img/sns_fb_c.png) no-repeat;
	background-size: 20px 20px;
	float: right;
}
.fb a {
	display: block;
}
.fb a:hover {
	background: none;
}
.fb a:hover img {
	visibility: hidden;
}
/*--------------------------------
トップバナー
--------------------------------*/
.slide {
	width: 100%;
	max-height: 620px;
	overflow: hidden;
	position: relative;
	display: none;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
/*--------------------------------
about
--------------------------------*/
#about_top {
	margin-top: -50px;
	padding-top: 50px;
}
.about {
	width: 90%;
	margin: auto;
}
figure img {
	width: 100%;
}
figcaption {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
.concept {
	font-size: 17px;
	font-weight: 400;
}
/*--------------------------------
products
--------------------------------*/
#products_top {
	margin-top: -50px;
	padding-top: 50px;
}
.products {
	width: 90%;
	margin: auto;
}
#matsu_top,#momiji_top,#kinzu_top,#sakura_top {
	margin-top: -60px;
	padding-top: 60px;
}
#matsu,#momiji,#kinzu,#sakura {
	width: 94.8%;
	margin: auto;
	margin-bottom: 30px;
	padding: 2.6%;
	box-shadow: 1px 1px 4px #999;
}
.main {
	width: 100%;
}
.main img {
	border: 1px solid #ddd;
}
.sub {
	width: 100%;
	margin-top: 5px;
}
.sum {
	width: 33%;
	float: left;
}
.sum img {
	width: 48%;
	border: 1px solid #ddd;
	float: left;
}
.arrange {
	width: 40%;
	margin-top: 5px;
	float: left;
}
.arrange img {
	width: 40%;
	border: 1px solid #ddd;
}
.siyou {
	width: 58%;
	margin-top: 5px;
	padding-left: 2%;
	float: left;
}

/*--------------------------------
news
--------------------------------*/
#news_top {
	margin-top: -50px;
	padding-top: 50px;
}
.news {
	width: 90%;
	margin: auto;
}
.content {
	width: 96%;
	max-height: 300px;
	margin-bottom: 60px;
	padding: 0 2%;
	overflow: scroll;
	border: 1px solid #ddd;
}
.item {
	padding: 2.6% 1.3%;
	border-bottom: 1px dashed #999;
}
.item:last-child {
	border-bottom: none;
}
/*--------------------------------
contact
--------------------------------*/
#contact_top {
	margin-top: -50px;
	padding-top: 50px;
}
.contact {
	width: 90%;
	margin: 30px auto;
	padding: 0 2%;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	width: 40%;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
th.submit {
	text-align: center;
	padding-top: 10px;
	border-bottom: 0;
}
td {
	width: 60%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
input[type="text"], 
input[type="email"],
input[type="tel"] {
	width: 100%;
	height: 18px;
}
textarea {
	width: 100%;
	height: 100px;
}
#submit {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#submit p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 100px;
	margin-bottom: 20px;
}
#submit a {
	font-size: 12px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #111;
	width: 100px;
	padding: 5px 10px;
}
#submit a:link {
	color:#666;
	text-decoration:none;
}
#submit a:hover {
	color:#888;
	text-decoration:none;
}
/*--------------------------------
about us
--------------------------------*/
#aboutus_top {
	margin-top: -50px;
	padding-top: 50px;
}
.aboutus {
	width: 90%;
	margin: 30px auto;
	text-align: center;
}
.left {
	width: 80%;
	margin: auto;
}
.right {
	width: 80%;
	margin: auto;
	margin-top: 40px;
}
#aboutus figure img {
	width: 70%;
}
.left figcaption,.right figcaption {
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}
/*--------------------------------
sns link
--------------------------------*/
#snslink {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	background-color: #ddd;
	float: left;
}
#snslink ul {
	height: 15px;
	margin: auto;
	text-align: center;
}
#snslink li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	height: 15px;
	font-weight: 400;
}
#snslink li a {
	display: block;
}
/*--------------------------------
footer
--------------------------------*/
footer {
	width: 100%;
	height: 15px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ddd;
	text-align: center;
	clear: both;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 10px;
}
