@charset "UTF-8";
/* base */
body {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", Meiryo, serif;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	letter-spacing: 1px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #306b50;
}
a:hover {
	text-decoration: none;
}
input {
	font-size: 100%;
}
li {
	list-style: none;
}
.placeholder {
	color: #aaa!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.no-margin {
	margin: 0 !important;
}

#mobile-nav {
	display: none;
}

#header-inner {
	display: table;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}
#header-logo, #header-nav, #header-sns {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#header-logo {
	padding: 0 0 10px 0;
}
#header-mobile {
	display: none;
}
#header-nav li {
	display: inline;
}
#header-nav a {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #ddd;
	text-decoration: none;
}
#header-nav li:last-child a {
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
	background: url(../images/ico-mail.png) 0 50% no-repeat;
}
#header-sns a:first-child {
	margin: 0 5px 0 0;
}
#copyright {
	color: #fff;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	background: #97b5a7;
	text-align: center;
}

/* pinterest */
.pin-box {
	position: relative;
	height: 200px;
}
.pin-inner {
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pin-item {
	display: inline-block;
	position: relative;
	width: 200px;
	min-height: 200px;
	margin: 0 2px 0 0;
}
.pin-shop {
	position: absolute;
	color: #fff;
	width: 200px;
	margin-top: 90px;
	text-align: center;
}
.pin-ico {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/ico-pin-white.png) no-repeat;
	z-index: 15;
}
.pin-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	overflow: hidden;
}
.pin-pic img {
	min-width: 200px;
	min-height: 200px;
}
.pin-txt {
	display: none;
	position: absolute;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	top: 120px;
	left: 0;
	width: 160px;
	min-height: 40px;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	background: url(../images/black-50.png);
	z-index: 10;
	white-space: normal;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.pin-txt a {
	color: #fff;
}

.btn-1 {/*キービジュアル*/
	display: inline-block;
	font-size: 13px;
	width: 200px;
	margin: 0 5px 0 0;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background: #333;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.btn-2 {/*トップページ*/
	display: inline-block;
	color: #333;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background: #FFF;
}

.btn-1:hover {
	color: #306b50;
}

.style-1 {/* 文字小 */
	font-size: 12px;
	line-height: 20px;
}
.tbl-1 {/*トップページ（190px）*/
	margin: 50px auto;
}
.tbl-1 td {
	width: 190px;
	height: 190px;
	vertical-align: middle;
	text-align: center;
}
.tbl-2 {/*トップページ（260px）*/
	margin: 50px auto;
}
.tbl-2 td {
	width: 260px;
	height: 260px;
	vertical-align: middle;
	text-align: center;
}
