<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (min-width: 641px), print {
body {
	background:url(../img/bg_line.png);
}
html, body {
	width: 100%;
	height: 100%;
	color: #333;
}
.sp {
	display: none !important;
}
img#bg {
	position:fixed;
}
#contaner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
#contaner #wrapper {
	width:960px;
	margin:120px auto 70px;
}
/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
/* -----------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------- */
header {
	height:74px;
	width:100%;
	position:fixed;
	top:0;
	border-top:5px solid #432107;
	z-index:50;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller{
	height:74px;}
header .inner{
	width:100%;
	width:960px;
	height:100px;
	margin:0 auto;
	position:relative;
	}
header.smaller .inner{
	height:54px;}
header &gt; #logo {
	position:absolute;
	left:0px;
	top:0px;
}
header .inner ul {
	position:absolute;
	right:0px;
	top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header.smaller .inner ul{
	top:0;}
header .inner ul li{
	display:inline-block;
	font-size:0;}
header .inner ul li a {
	display:block;
	position:relative;}
header .inner ul li a img{
	padding:10px 0;}

header .inner ul li a:hover:after{
	content:"";
	position:absolute;
	height:2px;
	width:100px;
	bottom:0px;
	background:#432107;
	left: 50%;
	margin-left: -50px;
}
header .inner ul li ul.child{
	position:absolute;
	display:none;
	top:63px;
	left: 0;
　right: auto;
}
/*header .inner ul li ul.child:after{
	content:"";
	position:absolute;
	height:2px;
	width:131px;
	top:-2px;
	left:14px;
	background:#432107;}*/
header .inner ul li ul.child li a:hover:after{
	display:none;}
header &gt; .fixHeader {
	height:74px;
	background:#ffffff;
	width:100%;
	min-width:960px;
	position:fixed;
	z-index: 60;
	display:none;
	box-shadow: 0 0px 15px 0px #000;
	-webkit-box-shadow: 0 0px 15px 0px #000;
	-moz-box-shadow: 0 0px 15px 0px #000;
}
header &gt; .fixHeader &gt; #logo {
	padding:5px 0 0 10px;
	float:left;
}
header &gt; .fixHeader &gt; #logo img {
	width:225px;
}
/*btn*/
.nav_btn,.drawr {
	display:none;
}

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

	フッター

----------------------------------------------------------------------------- */
footer {
	height:70px;
	background:#ffffff;
	position:relative;
}
footer .pageTop {
	position:fixed;
	bottom:80px;
	right:30px;
	display:none;
}
footer &gt; ul {
	padding-top:18px;
	width:170px;
	float:left;
}
footer &gt; ul &gt; li {
	float:left;
	margin-left:30px;
}
footer &gt; ul &gt; li img {
	width:60px;
}
footer &gt; ul &gt; li:nth-child(2) img {
	width:46px;
}
footer &gt; small {
	float: right;
	width:330px;
	padding:30px 15px 0 0;
}
footer &gt; small img {
	width:330px;
}
}
</pre></body></html>