<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.wrapper{
	position: relative;
	overflow: hidden;
	min-width: 980px;
}

/* header
---------------------------------------------------------- */
header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}
.head-inner{
	position: relative;
}
.head-logo{
	position: absolute;
	/*top: 3.5px;*/
	/*left: 10px;*/
	background-color: #fff;
	width: 100%;
	top: inherit;
	left: inherit;
	padding: 10px 0px 10px 15px;
}
.head-logo a{
	width: 178px;
	height: 54px;
	font-size: 0;
	display: block;
	background: url(../images/common/logo.png) no-repeat;
	background-size: 178px 54px;
}

.head-inner ul{
	text-align: right;
	font-size: 0;
}
.head-inner ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .25em;
}
.head-inner ul li.btn-map,
.head-inner ul li.btn-outline{
	padding-right: 46px;
}
.head-inner ul li.btn-request/*,
.head-inner ul li.btn-reserv*/{
	width: 145px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	margin-left: 1px;
	background-color: #bdab63;
}
.head-inner ul li.btn-reserv{
	width: 145px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	margin-left: 1px;
	background-color: #770101;
}
.head-inner ul li a{
	display: block;
	color: #111;
	text-decoration: none;
}
.head-inner ul li.btn-reserv a{
	color: #fff;
}

.g-nav{
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	text-align: center;
	font-size: 0;
	margin-bottom: 5px;
}
.g-nav li{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
}
.g-nav li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 23px;
	background-color: #d8d8d8;
}
/*.g-nav li#g-nav06:after{*/
.g-nav li#g-nav09:after{
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 23px;
	background-color: #d8d8d8;
}
.g-nav li a{
	display: block;
	width: 124px;
	padding: 5px 0;
	color: #000;
	text-decoration: none;
}
.g-nav li#g-nav06 a{
	background: url(../images/common/new.png) top right no-repeat; 
}

.g-nav li#g-nav07 a{
	background: url(../images/common/new.png) top right no-repeat; 
}

.g-nav li#g-nav09 a{
	background: url(../images/common/new.png) top right no-repeat; 
}


/*.g-nav li#g-nav07 a, .g-nav li#g-nav08 a{
	background: url(../images/common/new.png) top right no-repeat; 
}*/

.sp-menu{
	display: none;
}

@media screen and (min-width: 769px) {
		
	.content{
		margin-top: 70px;
	}
	
	.g-nav li a:hover{
		background-color: #dacb8f
	}
}

/* footer
---------------------------------------------------------- */
.pagetop{
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 29px;
	height: 32px;
	background: url(../images/common/top_img.png) no-repeat;
	background-size: 29px 32px;
}

.foot-nav ul{
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	border-bottom: 1px solid #484848;
}
.foot-nav ul li{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	position: relative;
}
.foot-nav ul li:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: #000;
}
.foot-nav ul li:last-child:after{
	content: none;
}
.foot-nav ul li a{
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.foot-nav ul li a:hover{
		text-decoration: underline;
	}
}
.foot-request .ttl{
	padding: 40px 0;
	text-align: center;
}
.foot-request ul{
	text-align: center;
	font-size: 0;
	padding: 60px 0;
	background: url(../images/common/bk_img.png);
}
.foot-request ul li{
	display: inline-block;
	padding: 10px;
}
.foot-tel{
	padding: 40px 0;
	border-bottom: 1px solid #484848;
}
.foot-banner{
	text-align: center;
	font-size: 0;
	padding: 10px 0;
	border-bottom: 1px solid #484848;
}
.foot-banner ul{
	max-width: 1280px;
	margin: 0 auto;
}
.foot-banner ul li{
	display: inline-block;
	padding: 10px;
}
.foot-caption{
	padding: 20px 0;
	font-size: 12px;
	line-height: 18px;
}
.foot-sitemap{
	background-color: #e5e1ce;
	font-size: 11px;
	line-height: 18px;
	padding: 36px 0;
}
.foot-sitemap dl{
	overflow: hidden;
	padding: 20px 0;
}
.foot-sitemap dl dt{
	color: #bdab63;
	float: left;
	margin-right: 20px;
}
.foot-sitemap dl dd{
	overflow: hidden;
}
.foot-sitemap dl dd a{
	color: #111;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.foot-sitemap dl dd a:hover{
		text-decoration: underline;
	}
}
.foot-logo{
	font-size: 0;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #484848;
}
.foot-logo li{
	display: inline-block;
	padding: 24px;
}
.copyright{
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: .2em;
	padding: 20px;
}

/* contents
---------------------------------------------------------- */
.view-pc{
	display: block !important;
}
.view-sp{
	display: none !important;
}
.inner{
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.inner-xs{
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.caption{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 80px;
}

/* grid */
.grid{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}
.grid-el{
	float: left;
	box-sizing: border-box;
}
.grid-el2{
	float: right;
	box-sizing: border-box;
}
.grid-el-c{
	float: left;
	box-sizing: border-box;
}
.grid-2 .grid-el{
	width: 50%;
}
.grid-3 .grid-el{
	width: 33.333334%;
}
.grid-4 .grid-el{
	width: 25%;
}
.grid-5 .grid-el{
	width: 20%;
}
.grid-6 .grid-el{
	width: 16.666667%;
}

/****************************************************

	max-width:1179px

*****************************************************/
@media screen and (max-width:1179px){
	.inner{
		width: auto;
		max-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}
}
	
/****************************************************

	max-width:768px

*****************************************************/
@media screen and (max-width:768px){
	
	.wrapper{
		min-width: inherit;
	}

	/* header
	---------------------------------------------------------- */
	.head-logo{
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 15px;
	}
	.head-logo a{
		width: 180px;
		background-position: left center;
		background-size: 180px auto;
	}
	.head-inner ul{
		display: none;
	}
	.sp-menu{
		display: inline-block;
		position: absolute;
		/*top: 50%;*/
		top: 40px;
		right: 20px;
		width: 25px;
		height: 14px;
		font-size: 8px;
		tet-align: center;
	}
	.sp-menu span{
		display: block;
		position: absolute;
		/*top: 50%;*/
		top: -5px;
		left: 0;
		width: 25px;
		height: 2px;
		margin: -6px 0;
		background-color: #484848;
		transition: .2s;
	}
	.sp-menu span:before,
	.sp-menu span:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background-color: #484848;
		transition: .3s;
	}
	.sp-menu span:before{
		margin-top: -6px;
	}
	.sp-menu span:after{
		margin-top: 4px;
	}
	.sp-menu.open span{
		background: transparent;
	}
	.sp-menu.open span:before,
	.sp-menu.open span:after{
		margin-top: 0;
	}
	.sp-menu.open span{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	.sp-menu.open span:after{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sp-nav{
		width: 100%;
		background: #9c8b47;	
	}
	
	.sp-btn-04{
		background: #a40000;
	}
	
	.sp-nav li{
		width: 25%;
		text-align: center;
	}
	.sp-nav li a{
		border-bottom: solid 1px #fff;
		border-left: solid 1px #fff;
		padding: 10px 15%;
	}
	
	.sp-nav li a img{
		height: 40px;
	}
	
	.sp-nav li.sp-btn-04 a{
		border-right: solid 1px #fff;
	}
	
	
	.g-nav{
		margin-bottom: 0;
		border-top: 1px solid #000;
		border-bottom: none;
		display: none;
		overflow: hidden;
	}
	.g-nav li{
		width: 50%;
		float: left;
		font-size: 14px;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
	}
	.g-nav li:nth-child(odd){
		border-right: 1px solid #000;
	}
	.g-nav li:before,
	.g-nav li:nth-child(even){
		content: none;
	}	
	.g-nav li#g-nav06:after{
		content: none;
	}
	.g-nav li a{
		width: 100%;
		padding: 5px 0;
		border-bottom: none !important;
	}
	.g-nav li a.current{
		border-bottom: none;
	}

	/* footer
	---------------------------------------------------------- */
	.foot-request ul{
		padding: 30px 0;
	}
	.foot-sitemap{
		padding: 16px 0;
	}
	.foot-sitemap dl dt{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.foot-logo li{
		padding: 15px;
	}

	/* contents
	---------------------------------------------------------- */
	.view-pc{
		display: none !important;
	}
	.view-sp{
		display: block !important;
	}
	.inner-xs{
		width: auto;
		max-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}
	.grid-2 .grid-el {
		width: 100%;
		text-align: center;
	}
	.grid-2 .grid-el2 {
		width: 100%;
		text-align: center;
	}
	.grid-3 .grid-el{
		width: 100%;
		text-align: center;
	}
	.grid-4 .grid-el{
		width: 50%;
	}
	.grid-5 .grid-el{
		width: 50%;
	}
	.grid-6 .grid-el{
		width: 50%;
	}
	.caption{
		padding-bottom: 40px;
	}
	
	.content{
		margin-top: 80px;
	}
}

/* breadcrumb
	---------------------------------------------------------- */

.breadcrumb {
	padding: 20px 15px;
	font-size: 12px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	margin-bottom: 20px;
}
.breadcrumb ul{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* &gt;を表示*/
  content: '&gt;';
  padding: 0 3px;
  color: #000;
}

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

.breadcrumb li a {
    text-decoration: none;
    color: #000;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}</pre></body></html>