﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
	background: url(../img/shared/hd_bg.jpg) repeat center top;
	position: relative;z-index: 5;
}
header h1 {
	font-size: 12px;
	padding-top: 15px;
}
header .logo {
	position: absolute;
	top: 360px;
	left: 371px;
}
header .tel {
	position: absolute;
	top: 182px;
	right: 0;
}
header nav {
	margin: -10px -11px 19px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background: url(../img/shared/line.jpg) repeat center top;
	min-height: 860px;
	position: relative;
}
#key:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/shared/line.jpg) repeat center top;
	height: 10px;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	padding: 50px 0 30px;
}
#socialbuttons > * {
	margin: 0 9px;
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url(../img/shared/wood.jpg) repeat center top;
	color: #fff;
	padding-bottom: 56px;
}
footer .logo {
	padding: 64px 0 0 197px;
}
footer .tel {
	padding: 19px 0 25px 120px;
}
footer nav {
	padding-top: 42px;
	text-align: center;
}
footer nav a:before {
	display: inline-block;
	text-decoration: underline;
	position: absolute;
	top: 0;
	left: -19px;
	padding: 0;
}
footer nav a:before, footer nav a:hover:before {
	text-decoration: none;
}
footer nav a {
	margin: 0 19px;
	position: relative;
}
footer .info dt {
	float: left;
	width: 161px;
}
footer .info dd {
	float: left;
}
footer .info dl {
	padding-bottom: 8px;
	line-height: 26px;
	padding-left: 39px;
}
footer .fb {
	position: absolute;
	top: 213px;
	right: 39px;
	height: 480px;
	width: 400px;
}
footer h2 {
	position: absolute;
	top: 162px;
	right: 99px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt {
	position: relative;
	z-index: 90;
}
.price {
	font-size: 36px;
}
.price span {
	font-size: 24px;
}
#feed dt:hover {
	opacity: 0.8;
}
