<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */

/**
 * 1. import
 */

@import "import/reset.css";
@import "import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/**
 * 2. html, body
 */

body {
	background-color: #fff;
	background-image: url(../imgs/space.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.page {
	min-width: 1000px;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width:640px) {
	.page {
		min-width: inherit;
		overflow: hidden;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.sp {
	display: none;
}

@media only screen and (max-width:640px) {
	.sp {
		display: block;
	}
	img.sp {
		display: inline-block;
	}
	.pc {
		display: none;
	}
}

/**
 * 3. HTMLtag, siteCommonClass
 */

/* anchor */

a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #0000ff;
	text-decoration: underline;
}

a:visited {}

a:hover {
	color: #ff0000;
	background-position: bottom right;
	text-decoration: underline;
}

a:active {}

/* heading */

.siteTitle {
	/*dont use &lt;h1&gt; selector*/
}

.contentTitle {
	/*dont use &lt;h2&gt; selector*/
}

/* cap */

.cap, .caption {
	background: none;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	font-family: "メイリオ", "Meiryo", sans-serif;
}

.cap {
	padding-top: 5px;
}

/**
 * 4. Layout
 */

body #container {
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../imgs/space.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}

#gHeader {
	position: relative;
}

#gHeader {
	zoom: 1;
}

#gHeader:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

#gHeader .siteTitle {
	padding: 30px 20px 10px;
	float: left;
}

body .shldrTxt {
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 10px;
	line-height: 15px;
}

@media only screen and (max-width:640px) {
	#gHeader {
		padding: 25px 10px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
	}
	.open #gHeader {
		background: rgba(0, 0, 0, 0.95);
	}
	#gHeader .siteTitle {
		padding: 0;
		/*width: 160px;*/
		width: 46.61290322580645%;
	}
	#gHeader .siteTitle img {
		width: 100%;
		max-width: auto;
	}
	body .shldrTxt {
		display: none;
	}
}

/* pNav */

#pNav {
	float: right;
}

#pNav ul {
	letter-spacing: -0.5em;
}

#pNav ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 109px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #d6d6d6;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

#pNav ul li:hover, #pNav ul li.on {
	background: #eaeaea;
}

#pNav ul li.request {
	background-color: #f1e4ab;
}

#pNav ul li.request:hover {
	background-color: #f6e59f;
}

#pNav ul li.reserve {
	background-color: #c4ae4a;
}

#pNav ul li.reserve:hover {
	background-color: #d9c258;
}

#pNav ul li a {
	padding: 33px 0;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.2em;
	color: #000;
	display: block;
	text-decoration: none;
}

/* spNav */

#spNav {
	display: none;
}

@media only screen and (max-width:640px) {
	#spNav {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		z-index: 999;
	}
	#spNav ul {
		letter-spacing: -0.5em;
	}
	#spNav ul li {
		position: relative;
		z-index: 99999;
		display: inline-block;
		letter-spacing: normal;
		padding-right: 15px;
	}
	#spNav ul li:first-child {
		padding: 15px 20px 0 0;
	}
	#spNav ul li .icn02 {
		display: none;
	}
	.open #spNav ul li .icn01 {
		display: none;
	}
	.open #spNav ul li .icn02 {
		display: block;
	}
}

#gNav {
	clear: both;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 9;
}

#gNav ul {
	letter-spacing: -0.5em;
	text-align: center;
}

#gNav ul li {
	letter-spacing: normal;
	display: inline-block;
	position: relative;
	padding: 15px 0;
}

/* #gNav ul li.on:before, #gNav ul li.on:after, #gNav ul li:hover:before, #gNav ul li:hover:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
}

#gNav ul li:hover:before, #gNav ul li.on:before {
	background-color: #c6bb8f;
	left: 0;
	bottom: 1px;
}

#gNav ul li:hover:after, #gNav ul li.on:after {
	background-color: #9e9672;
	right: 0;
	bottom: 0;
}

#gNav ul li.spMap, #gNav ul li.spOutline {
	display: none;
} */

#gNav ul li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	color: #fff;
	border-left: 1px solid #717271;
	position: relative;
}

#gNav ul li.new a:after {
	content: url(../imgs/icn-new.png);
	position: absolute;
	top: -15px;
	right: 0;
}

#gNav ul li span {
	display: none;
}

#gNav ul li:first-child a {
	border-left: none;
}

#gNav ul li.off {
	opacity: 0.3;
}

#gNav ul li.off a {
	cursor: default;
}

@media only screen and (max-width:640px) {
	#pNav, #gNav {
		display: none;
	}
	.open #gNav {
		padding: 80px 20px 0 20px;
		box-sizing: border-box;
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.95);
		z-index: 9999;
		text-align: left;
	}
	.open #gNav ul {
		/*padding-left: 80px;*/
	}
	.open #gNav ul li img {
		display: none;
	}
	.open #gNav ul li {
		display: block;
		padding: 0;
		text-align: left;
	}
	#gNav ul li.on:before, #gNav ul li.on:after, #gNav ul li:hover:before, #gNav ul li:hover:after {
		content: none;
	}
	#gNav ul li.spMap, #gNav ul li.spOut {
		display: none;
	}
	#gNav ul li a {
		border-left: none;
		padding: 0;
	}
	#gNav ul li.spMap, #gNav ul li.spOut {
		display: block;
	}
	.open #gNav ul li span {
		display: inline-block;
		color: #FFF;
		font-size: 22px;
		font-family: 'EB Garamond', serif;
	}
	.open #gNav ul li.on span {
		color: #000;
		background: url(../imgs/sp/bg-spnav.jpg) no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#gNav ul li.new a:after {
		top: -8px;
		left: 140px;
	}
}

.clickBtn {
	position: relative;
	z-index: 3;
	width: 145px;
	margin: 0 auto;
}

.clickBtn a {
	display: block;
}

.clickBtn:before, .clickBtn:after {
	position: absolute;
	z-index: -1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.clickBtn:before {
	content: url(../imgs/bg-click01.png);
	top: -12px;
	left: 0;
}

.clickBtn:after {
	content: url(../imgs/bg-click02.png);
	top: -12px;
	right: 0;
}

.clickBtn:hover:before, .clickBtn:hover:after {
	opacity: 0.7;
}

.clickBtn:hover:before {
	left: 5px;
}

.clickBtn:hover:after {
	right: 5px;
}

body #gFooter {
	background-color: #fff;
}

#gFooter .inner {
	background-color: #000;
	border-bottom: 1px solid #bbab71;
}

#gFooter .bnrArea {
	margin: 40px 0 45px;
}

#gFooter .bnrArea ul {
	letter-spacing: -0.5em;
	text-align: center;
}

#gFooter .bnrArea ul li {
	display: inline-block;
	letter-spacing: normal;
}

#gFooter .bnrArea ul li:first-child {
	margin: 0 20px 0 0;
}

@media only screen and (max-width:640px) {
	#gFooter .bnrArea ul li:first-child {
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width:640px) {
	#gFooter {
		padding-bottom: 75px;
	}
	#gFooter .inner {}
	#gFooter .bnrArea {
		padding: 0 20px;
		margin-bottom: 20px;
	}
}

#gFooter .box_bnr {
	margin: 30px auto 0;
	max-width: 1300px;
}

#gFooter .box_bnr ul {
	font-size: 0;
	text-align: center;
}

#gFooter .box_bnr ul li {
	margin: 0 10px 20px;
	display: inline-block;
}

@media only screen and (max-width:640px) {
	#gFooter .box_bnr ul li:last-child {
		margin-bottom: 0;
	}
}

/* breadcrumb-list */

.breadcrumb {
	padding: 20px 15px;
	font-size: 12px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}

@media only screen and (max-width:640px) {
	.breadcrumb {}
}

.breadcrumb ul {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.breadcrumb li {
	display: inline;
	list-style: none;
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li:after {
	content: '&gt;';
	padding: 0 3px;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li span {
	color: #fff;
}

/* fNav */

#fNav {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding: 20px 0;
}

#fNav ul {
	letter-spacing: -0.5em;
	text-align: center;
}

#fNav li {
	display: inline-block;
	letter-spacing: 1px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	border-left: 1px solid #565555;
	padding: 0 10px;
}

#fNav li:first-child {
	border-left: none;
}

#fNav li a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2em;
}

/* #fNav li.on a, #fNav li a:hover {
	color: #e8dba1;
} */

#fNav strong {
	/*color: #003593;*/
	font-weight: bold;
}

#fNav span {
	/*color: #cccccc;*/
}

#fNav li.off {}

#fNav li.off a {
	cursor: default;
	opacity: 0.3;
}

@media only screen and (max-width:640px) {
	#fNav {
		display: none;
	}
}

.cvArea {
	padding: 0px 0 65px;
	background: url(../imgs/bg-cv.jpg) no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
	border-top: 1px solid #83784f;
	border-bottom: 1px solid #83784f;
}

.cvArea02 {
	background: none;
}

.cvArea .pageTopBtn-pc {
	position: fixed;
	right: 5%;
	bottom: 0;
	width: 58px;
	height: 68px;
}

/*.cvArea .pageTopBtn-sp {
		display: none;
	}*/

.cvArea h3 {
	margin-bottom: 35px;
	color: #bbab71;
	line-height: 1.5;
	font-size: 20px;
}

.cvArea p.cvInfo {
	margin-bottom: 35px;
	color: #fff;
	line-height: 1.5;
	font-size: 10px;
}

.cvArea h3 br {
	display: block;
}

.cvArea .btn {
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 334px;
	margin: 20px auto 0;
}

.cvArea .btn.sp {
	display: none;
}

.cvArea .btn.btn-res {
	margin-left: 45px;
}

.cvArea .btn a {
	padding: 15px 0;
	display: block;
}

.cvArea .btn:before, .cvArea .btn:after {
	position: absolute;
	z-index: -1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.cvArea .btn.btn-req:before {
	content: url(../imgs/bg-cvbtn01.png);
	top: 0;
	left: 0;
}

.cvArea .btn.btn-req:after {
	content: url(../imgs/bg-cvbtn02.png);
	top: 0;
	right: 0;
}

.cvArea .btn.btn-res:before {
	content: url(../imgs/bg-cvbtn-res01.png);
	top: 0;
	left: 0;
}

.cvArea .btn.btn-res:after {
	content: url(../imgs/bg-cvbtn-res02.png);
	top: 0;
	right: 0;
}

.cvArea .btn:hover:before, .cvArea .btn:hover:after {
	opacity: 0.7;
}

.cvArea .btn:hover:before {
	left: 11px;
}

.cvArea .btn:hover:after {
	right: 11px;
}

.cvArea .captionArea {
	position: absolute;
	bottom: 15px;
	left: 30px;
	text-align: left;
	color: #999999;
}

.cvArea .captionArea .capTop {
	display: none;
}

@media only screen and (max-width:640px) {
	.cvArea {
		padding: 20px 0;
	}
	.cvArea h3 br {
		display: block;
	}
	/* .cvArea .btn {
		margin-bottom: 40px;
	} */
	.cvArea .btn.sp {
		display: block;
	}
	.cvArea .btn.pc {
		display: none;
	}
	.cvArea .btn.btn-res {
		margin-left: auto;
	}
	.cvArea .captionArea {
		position: static;
		padding: 30px 10px 10px;
		box-sizing: border-box;
	}
	.cvArea .pageTopBtn-pc {
		bottom: 0;
		width: 12%;
	}
	/*.cvArea .pageTopBtn-sp {
			display: block;
			position: fixed;
	  	right: 5%;
	  	bottom: 0;
	  	width: 15.46875%;
		}*/
}

#gFooter .contactArea {
	border-top: 1px solid #83784f;
	padding: 30px 0;
	zoom: 1;
	border-bottom: 1px solid #e6e6e6;
}

#gFooter .contactArea .wrap {
	max-width: 760px;
	margin: 0 auto;
}

#gFooter .contactArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

#gFooter .contactArea h3 {
	float: left;
	padding-top: 18px;
}

#gFooter .contactArea .right {
	letter-spacing: -0.5em;
	float: right;
}

#gFooter .contactArea .daytime, #gFooter .contactArea .tel {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

#gFooter .contactArea .tel {
	border-left: 1px solid #e5e5e5;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gFooter .contactArea .tel a {
	pointer-events: none;
}

#gFooter .contactArea .daytime {
	margin-left: 13px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
}

p.holiday {
	margin-left: 13px;
	font-size: 13px;
	line-height: 18px;
	color: #e60606;
	letter-spacing: normal;
	padding: 10px 0 0 0;
}

@media only screen and (max-width:640px) {
	#gFooter .contactArea {
		padding: 15px 0 35px;
	}
	#gFooter .contactArea h3, #gFooter .contactArea .right {
		float: none;
		text-align: center;
	}
	#gFooter .contactArea h3 {
		padding: 0;
		margin-bottom: 15px;
	}
	#gFooter .contactArea .right {}
	#gFooter .contactArea .tel {
		border-left: none;
		padding-left: 0;
		margin-bottom: 15px;
	}
	#gFooter .contactArea .tel a {
		pointer-events: auto;
	}
	#gFooter .contactArea .daytime {
		margin: 0 auto;
	}
	p.holiday {
		margin-left: 0;
	}
	p.holiday br {
		display: none;
	}
}

#gFooter .bottom {
	width: 100%;
	position: relative;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gFooter .ftrBnr ul {
	letter-spacing: -0.5em;
	margin: 0 -14px;
}

#gFooter .ftrBnr ul li {
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 14px;
}

#gFooter .copyright {
	position: absolute;
	right: 30px;
	bottom: 10px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
}

@media only screen and (max-width:640px) {
	#gFooter .bottom {
		padding: 0;
	}
	#gFooter .ftrBnr {
		padding-top: 25px;
		margin-bottom: 30px;
	}
	#gFooter .ftrBnr ul {
		text-align: center;
		margin: 0 -1.866666666666667%;
	}
	#gFooter .ftrBnr ul li {
		margin: 0 1.866666666666667%;
	}
	#gFooter .ftrBnr ul li.num01 {
		width: 19.866666666666667%;
	}
	#gFooter .ftrBnr ul li.num02 {
		width: 22.8%;
	}
	#gFooter .ftrBnr ul li.num03 {
		width: 27.6%;
	}
	#gFooter .copyright {
		position: static;
		font-size: 9px;
		padding: 0 5px;
	}
	#gFooter .cvBtn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	#gFooter .cvBtn li {
		display: inline-block;
		width: 50%;
	}
}

.cvBtn {
	display: none;
}

@media only screen and (max-width:640px) {
	.cvBtn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	.cvBtn li {
		display: inline-block;
		width: 50%;
	}
}

/*------------------------------- content  --------------------------------------- */

.section .wrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.section .wrap img {
	max-width: 100%;
}

.section .wrap .titleA {
	margin-bottom: 60px;
}

.section .wrap .titleA span {
	display: none;
}

@media only screen and (max-width:640px) {
	.section .wrap .titleA {
		margin-bottom: 40px;
	}
	.section .wrap .titleA span {
		display: inline;
		font-size: 20px;
	}
	.section .wrap .titleA img {
		display: none;
	}
}

/*print*/

.print .clickBtn:before, .print .clickBtn:after {
	top: -9px;
}

.br-sp {
	display: none;
}

@media only screen and (max-width:400px) {
	.br-sp {
		display: block;
	}
}

#siteMapAreaWrapper {
	background: #CCC;
	padding: 20px;
	font-family: Meiryo, メイリオ, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#siteMapArea {
	max-width: 1024px;
	margin: 0 auto;
	font-size: 11px;
	overflow: hidden;
}

#presentation {
	float: left;
	margin-left: 30px;
}

#siteMapArea dl {
	overflow: hidden;
}

#siteMapArea dl, #siteMapArea dd ul {
	margin-right: 30px;
	float: left;
}

#siteMapArea dt {
	background: #333;
	padding: 2px 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#siteMapArea a {
	color: #000;
	text-decoration: none;
}

#siteMapArea a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	#presentation {
		float: none;
		width: 100%;
		padding-top: 20px;
		margin: 0 auto;
	}
	#siteMapArea dl, #siteMapArea dd ul {
		margin-right: 0;
		float: none;
	}
	#siteMapArea dt {
		margin-top: 20px;
	}
	#siteMapArea dt a {
		text-decoration: underline !important;
	}
}</pre></body></html>