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

body {
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: 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 {
}
/*=============================================
 * #wrapper
 *=============================================*/

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

#header {
	width: 100%;
	position: relative;
	height: 895px;
}
#header:before {
	background: url(../img/shared/bg_nav.png) repeat-x center top;
	position: absolute;
	bottom: -29px;
	left: 0;
	z-index: 1;
	width: 100%;
	content: '';
	height: 124px;
}
#header h1 {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.8px;
	color: #ffffff;
	padding: 13px 0 6px;
}
#header .tel {
	
}

#header .logo {
	position: absolute;
	top: 0;
	left: -30px;
}
#header .nav {
	position: absolute;
	top: 800px;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header .nav li {
	float: left;
}
#header .nav .sub a{
	display: block;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 800px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
}
#key ul {
	height: 800px;
	width: 100%;
}
#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;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 0 auto;
	padding: 31px 0 3px;
	max-width: 286px;
    display: flex;
    justify-content: center;    
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	height: 695px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #fff;
	background: url(../img/shared/bg_ft.jpg) repeat-x center top;
}
#footer .tel {
	padding: 2px 0 15px 50px;
}
#footer .logo {
	padding: 42px 0 0 180px;
}
#footer h3 {
	    padding: 14px 0 10px 73px;
    width: 395px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
}
#footer #ft_info {
	    width: 435px;
    padding: 2px 0 0 50px;
    font-weight: bold;
}
#footer dt {
	font-weight: bold;
}
#footer dl {
	    padding-bottom: 11px;
    margin-bottom: 9px;
}
#footer #likebox {
	width: 400px;
	height: 460px;
	background: #fff;
	position: absolute;
	top: 111px;
	right: 52px;
}
#footer .nav {
	line-height: 23px;
	font-size: 14px;
	padding: 19px 0px 19px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 16px;
	position: relative;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
}
/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 10px;
	bottom: 10px;
}
address {
	color: #979797;
	font-size: 14px;
	padding: 5px 0 0px;
	letter-spacing: 1px;
	/*line-height: 23px;*/
	line-height: 18px;
	text-align: center;
	position: relative;
}

address a{
 font-size: 10px;
 color: #979797;
 display: block;
 text-decoration: none;
}

.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons &gt; * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
.w_310 {
	width: 310px;
}
.w_300{
	width: 300px;
}
.w_260{
	width: 260px;
}
.f_20{
	font-size: 20px;
}
.w_475{
	width: 475px;
}

#reserve{
	position: fixed;
    right: 33px;
    top: 33px;
    z-index: 1000000;
}</pre></body></html>