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

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

body {
	text-align:left;
	cursor: auto;
	font: normal normal 15px/36px  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
	letter-spacing:1.2px;
	word-spacing:normal;
	color:#522d0e;
	min-width:1000px;
	background:url(../img/shared/bg.jpg) repeat top center;
}

/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	min-width: 1080px;
	position: relative;
	overflow: hidden;
	padding-top: 67px;
}
.wrap {
	width: 1080px;
}

/*=============================================
 * header
 *=============================================*/

#header {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:url(../img/shared/header_bg.png) no-repeat bottom center / cover;
	height: 167px;
	z-index:10;
	padding-top: 32px;
}
#header h1 {
	position: absolute;
	left: 7px;
	top: 20px;
	color:#a13300;
	font-size: 12px;
	line-height:18px;
	width: 380px;
}
#header .tel {
	position: absolute;
	right: 0;
	top: 14px;
	width: 215px;
}
#nav{
	margin-top: 19px;
	height:auto;
}
#nav li{
	position: relative;
	float: left;
}
#nav li+li{
	padding-left: 58px;
}
#nav li+li:before{
	position: absolute;
	background:url(../img/shared/nav_icon.png) no-repeat top center;
	width: 13px;
	height: 13px;
	left: 23px;
	top: 11px;
	content:"";
}
/*=============================================
 * key
 *=============================================*/

#key {
	width: 100%;
	height: 697px;
	position: relative;
}

/*=============================================
 * container
 *=============================================*/

#container {
	min-width: 1080px;
}

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

#socialbuttons {
	margin: auto;
	padding: 35px 0 0;
	max-width: 350px;
}

/*=============================================
 * footer
 *=============================================*/
#footerNav{
	background:url(../img/shared/footer_nav.jpg) repeat-x top center;
	padding:3px 0;
	text-align:center;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);

}
#footerNav li{
	display:inline-block;
	position: relative;
}
#footerNav li+li{
	padding-left: 30px;
}
#footerNav li+li:before{
	position: absolute;
	background:url(../img/shared/footer_line.png) no-repeat top center;
	width: 8px;
	height: 13px;
	left: 7px;
	top: 14px;
	content:"";
}
#footer{
	background:url(../img/shared/footer_bg.jpg) repeat top center;
	position: relative;
	
}
#footer .wrap{
	padding-bottom: 8px;
	padding-top: 22px;
}
#footer .wrap:before{
	content:"";
	position: absolute;
	top: 0;
	left: -100%;
	background:url(../img/shared/footer_bg2.jpg) no-repeat top center;
	height: 100%;
	width: 100%; 
    margin-left: 270px;
}
.footer_logo{
	float: left;
	width: 234px;
	margin-top: 66px;
	position: relative;
}
.vcard{
	float: left;
	margin-left: 65px;
	background:url(../img/shared/footer_line2.png) no-repeat 85px 0;
	width: 508px;
	line-height:20px;
	padding-top: 22px;
	padding-bottom: 20px;
    font-size: 14px;	
}
.vcard dl{
	margin-bottom: 16px;
}
.vcard dt{
	float: left;
	width: 113px;
}
.vcard dd{
	float: left;
	width: 386px;
}
.footer_tel{
	position: absolute;
	width: 287px;
	right: 14px;
	top: 28px;
}
#socialbuttons{
	position: absolute;
	right: 0;
	bottom: 46px;
}
address{
    position: absolute;
    right: 90px;
    bottom: 17px;
    line-height: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}

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


#pagetop{
	bottom: 300px;
}

.txt_center{
	text-align:center;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.imgZoom{
	overflow:hidden;
}
.imgZoom a{
	display: block;
	position: relative;
}

.imgZoom a:after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.15);
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
}
.imgZoom .banner_img img{
	width: 100%;
	height: auto;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.imgZoom a:hover .banner_img img{
	/*opacity: 0.6;*/
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.imgZoom a:hover:after{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@-webkit-keyframes lineIn {
 0% {
 height:0;
}
 100% {
	height: 116px;
}
}
@keyframes lineIn {
0% {
 height:0;
}
 100% {
	height: 116px;
}
}
.lineIn {
	-webkit-animation-name: lineIn;
	animation-name: lineIn;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display:block;
	width:1px;
	background:url(../img/index/line.png) repeat top center;
}

.menuList dl{
	position: relative;
	line-height:20px;
	margin-bottom: 52px;
}
.menuList dd{
	position: absolute;
	bottom: 0;
	right: 0;
}


/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #fc9c0d solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#fff;
	display:block;
	text-decoration:none;
	background: #fc9c0d; 
}

/*　-------------------------------------------------------------------------------------
WEB予約ボタン
-------------------------------------------------------------------------------------　*/
.reserve a {
	margin: 80px auto 5px auto;
	width: 450px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 20px;
	background-color: #8f4000;
	border-radius: 0px;
	padding: 15px;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 25px;
	letter-spacing: 4px;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
.reserve a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}

.btn_chusyaku{
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}</pre></body></html>