<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 */
/* ==================================================== */

/* HOME */

/* ==================================================== */

#mimg {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 40vh;
}
#mimg .txtBox {
	display: none !important;
	position: absolute;
	width: 90%;
	height: auto;
	display:inline-block;
	top: 22%;
	left: 5%;
	right: 5%;
	z-index: 1000;
}
#mimg .p1 {
	width: 141px;
	height: 48px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mimg .p1 img{
	width: 141px;
	height: 48px;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
    text-align: center;
	margin-top: 20px;
}

#reservation{
    width: 260px;
    margin: 0 auto;
	padding-bottom: 10px;
}
#sec01 {
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background-image: url(../img/home/sec01_back.gif);
	background-repeat: repeat-x;
}
#sec01:after{
	content: "";
	clear: both;
	display: block;
}
#cont01{
    width: 300px;
	height: 210px;
    margin: 0 auto;
	padding-bottom: 8px;
	background-image: url(../img/home/cont01_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cont01_txt {
	width: 290px;
	height: 40px;
	float: left;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	margin-top: 140px;
	letter-spacing: 1px;
}
#sec02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
}
#sec02:after{
	content: "";
	clear: both;
	display: block;
}
#cont02{
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
.cont02_ttl{
    width: 300px;
	height: 23px;
	float: left;
}
.cont02_nv{
    width: 300px;
	height: 360px;
	margin-top: 15px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
.cont02_nv2{
	width: 300px;
	height: 330px;
	margin-top: 30px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
.cont02_nv3{
	width: 300px;
	height: 400px;
	margin-top: 30px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
.cont02_nv4{
	width: 300px;
	height: 500px;
	margin-top: 50px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
.cont02_nv img{
	padding-bottom: 5px;
}
.cont02_nv2 img{
	padding-bottom: 5px;
}
.cont02_nv3 img{
	padding-bottom: 5px;
}
.cont02_nv4 img{
	padding-bottom: 10px;
}
.cont02_btn{
    width: 200px;
	height: 30px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.cont02_nv5{
	width: 300px;
	height: auto;
	margin-top: 30px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
#news {
	width: 300px;
	height: 400px;
	float: left;
	margin-top: 20px;
}
#news iframe{
	width: 300px;
	height: 400px;
	float: left;
	overflow-y: scroll;
    overflow-x: hidden;
	background-color: #FFF;
}
</pre></body></html>