<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:not(.responsive) {
	min-width: 1100px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #1e1916;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	background: url(../img/shared/bg.jpg) top center repeat;
	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 {
}



/*=============================================
 * &lt;main&gt;
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * &lt;header&gt;
 *=============================================*/

header {
	position: relative;
}
header .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header .wrap:before {
	position: absolute;
	content: "";
	top: 0;
	left: -194px;
	background: url(../img/shared/head-deco.png);
	width: 310px;
	height: 204px;
}
header h1 {
	position: absolute;
	top: 14px;
	left: 0;
	line-height: 13px;
	color:#8e7b52;
	z-index: 1;
}
header .logo {
	padding-top: 40px;
}
header .tel {
	position: absolute;
	bottom: 0;
	left: calc( 50% - 500px);
	z-index: 2;
}
header nav {
	position: absolute;
	top: 0;
	right: 0;
}



/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 760px;
	margin-top: 100px;
	position: relative;
}
#key:after {
	position: absolute;
	content: "";
	top: -113px; 
	left: 0;
	right: 0;
	background: url(../img/shared/head-line.png) top center repeat-x;
	height: 143px;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * &lt;section&gt;
 *=============================================*/

section {
}
section {
	position: relative;
}
section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/shared/line.png) top center repeat-x;
	height: 22px;
}

/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin-top: 30px;
}
.line {
	position: relative;
}
.line:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/shared/line.png) top center repeat-x;
	height: 22px;
	z-index: 99;
}

/*=============================================
 * &lt;footer&gt;
 *=============================================*/

footer {
	position: relative;
	text-align: center;
	background: url(../img/shared/footer-bg.jpg) top center repeat;
	padding-bottom: 90px;
}
footer:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 0;
	right: 0;
	background: url(../img/shared/footer-line.png) top center repeat-x;
	height: 7px;
}
footer .logo {
	margin-top: 50px;
}
footer .tel {
}
footer nav {
	padding-top: 68px;
}
footer nav a {
	color:#bfbaaf;
	line-height: 15px;
}
footer nav a + a:before {
	content: "|";
	margin: 0 30px;
}
footer nav a + a:hover:before {
	text-decoration: none;
}
footer .box {
	font-size: 15px;
	line-height: 28px;
	display: inline-block;
	text-align: left;
	color:#bfbaaf;
}
footer .box dl {
	margin-top: 10px;
}
footer .box dl dt {
	width: 97px;
	float: left;
}
footer .box dl dd {
	min-width: 50px;
	float: left;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	line-height: 13px;
	color:#bfbaaf;
	margin-top: 35px;
}</pre></body></html>