<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 {
html {
	height: 100%;
}
body {
	background-image: url(../common/img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
	height: 100%;
}
#contaner {
	height: 100%;
}
/* -----------------------------------------------------------------------------

	MV

----------------------------------------------------------------------------- */
#mv {
	width:100%;
	overflow: hidden;
	background:#ffffff;
	position:relative;
	z-index:10;
}
#mv .sp {
	display:none;
}
/*#mv:after {
	content:"";
	position:absolute;
	height:4px;
	width:100%;
	bottom:0;
	background:#432107;
}*/
#mv .inner {
	max-width:1180px;
	padding: 0 10px;
	margin:130px auto;
	position:relative;
	text-align:center;
	overflow:hidden;
}
 #mv .inner img{
		 
	 }
#mv video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*min-width: 100%;*/
    /*min-height: 100%;*/
    z-index: -100;
}
/* -----------------------------------------------------------------------------

	コンテンツメイン

----------------------------------------------------------------------------- */
.upperBox {
	width: 960px;
	overflow:hidden;
	margin:100px 0;
}
#contaner #wrapper {
	width:960px;
	margin:0 auto 70px;
}
/*.information*/
.upperBox .information {
	padding:3px;
	background:#ffffff;
	width:459px;
	float:left;
}
.upperBox .information h2 {
	margin-bottom:10px;
}
.upperBox .information .inner {
	border:1px solid #432107;
	width:405px;
	padding:22px 26px 0;
}
.upperBox .information table {
	border-collapse:collapse;
	margin-bottom:10px;
	line-height:1.6;
	font-size:100%;
	width:100%;
}
.upperBox .information table th, .upperBox .information table td {
	border-bottom:1px dotted #432107;
	text-align:left;
	text-align:left;
	padding:15px 0;
}
.upperBox .information table th {
	padding-right:25px;
	white-space: nowrap;
}
.upperBox .information .inner ul {
	margin-bottom:5px;
}
.upperBox .information .inner ul li {
	margin-bottom:10px;
}
.upperBox .information .inner ul li:last-child{
	position:relative;
	margin-bottom:5px;}
.upperBox .information .inner ul li:last-child span{
	position:absolute;
	left:-6px;
	top:-13px;}
.upperBox .information .inner ul li a:hover img {
	opacity:0.7;
}
.upperBox .information .inner ul li:last-child a:hover span img {
	opacity:1;}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
	line-height:1.8;
	border:#432007 2px solid;
}
.white-popup ul{
	max-height:250px;
	overflow-y:scroll;}
.white-popup ul li{
	border-bottom:1px dotted #432107;
	padding:20px 0;
	margin:0 10px 0 0;}
.white-popup ul li:last-child{
	border-bottom:none;}
.white-popup li span{
	margin-bottom:10px;
	display:block;}

.upperBox .fb-page {
	width:465px;
	height:350px;
	float:right;
}
/*.access*/
.access {
	width: 954px;
	padding:3px;
	background:#ffffff;
}
.access .inner {
	border:1px solid #432107;
	width: 952px;
	height:450px;
}
.access .inner #map_canvas {
	width:460px;
	height:450px;
	float:right;
}
.access .inner .info {
	width:406px;
	float:left;
	padding:25px 0 0 25px;
}
.access .inner .info h2 {
	margin-bottom:15px;
}
.access .inner .info table {
	border-collapse:collapse;
	margin-bottom:10px;
	line-height:1.6;
	font-size:100%;
}
.access .inner .info table th, .access .inner .info table td {
	border-bottom:1px dotted #432107;
	text-align:left;
	text-align:left;
	padding:15px 0;
}
.access .inner .info table th {
	padding-right:25px;
	white-space: nowrap;
}
}
</pre></body></html>