<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 (max-width: 640px) {
html{height: 100%;}
body {
	background-image: url(../common/img/sp/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;}
#contaner{height: 100%;}
header {
	background-color: rgba(255,255,255,0);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
header.smaller{
	background-color: rgba(255,255,255,1);}
header #logo img.under{
	display:none;}
header #logo img.top{
	width:80px;
	position:absolute;
	left:20px;
	top:0px;
	display:block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
header.smaller #logo img.under{
	display:block;}
header.smaller #logo img.top{
	display:none;}
/* -----------------------------------------------------------------------------

	MV

----------------------------------------------------------------------------- */
#mv {
	width:100%;
	height:auto;
	overflow: hidden;
	text-align:center;
	position:relative;
	background:#ffffff;
}
#mv .pc {
	display:none;
}
#mv .sp{
	display:block;}
#mv .inner{
	width:100%;
	padding: 0;
		
	text-align: center;}
/*#mv:after{
	content:"";
	position:absolute;
	height:5px;
	width:100%;
	bottom:0;
	left:0;
	background:#432107;}*/
	#mv .inner img{
		width: 100%;
		margin: 0 auto;
	}
#mv .bx-wrapper{
	overflow:hidden;
}
.bx-wrapper {
  position: absolute;
	width: 100% !important;
	height:100% !important;
	top:0;
	left:0;
}
#mv .inner ul li{
	width: 100% !important;
	height:100% !important;}
#mv .inner ul li img {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width:100%;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
	width: 100% !important;
	height:100% !important;
}
#mv .inner ul,
#mv .inner ul li{
	width:100%;
	height:100%;}
/* -----------------------------------------------------------------------------

	コンテンツメイン

----------------------------------------------------------------------------- */
.upperBox {
	width: 100%;
}

#contaner #wrapper{
	margin:50px 20px 50px;}
/*.information*/
.upperBox .information{
	padding:3px;
	background:#ffffff;
	margin-bottom:20px;}
.upperBox .information h2{
	margin-bottom:10px;}
.upperBox .information h2 img{
	width:100%;}
.upperBox .information .inner{
	border:1px solid #432107;
	padding:15px;}
.upperBox .information .inner table{
	border-collapse:collapse;
	margin-bottom:10px;
	line-height:1.6;
	font-size:100%;}
.upperBox .information .inner table th,
.upperBox .information .inner table td{
	border-bottom:1px dotted #432107;
	text-align:left;
	text-align:left;
	padding:15px 0;}
.upperBox .information .inner table th{
	padding-right:25px;
	white-space: nowrap;}

.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:400px;
	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;}

.upperBox .information .inner ul{
	width:100%;
}
.upperBox .information .inner ul li{
	margin-bottom:10px;}
.upperBox .information .inner ul li:last-child{
	margin-bottom:0;
	position:relative;}
.upperBox .information .inner ul li:last-child span{
	position:absolute;
	height:100%;
	left:-2px;
	top:-10px;}
.upperBox .information .inner ul li img{
	width:100%;}

.upperBox .information .inner ul li:last-child span img{
	width:auto;
	height:100%;}
.upperBox .fb-page{
	width:100%;
	height:350px;}
/*.access*/
.access{
	padding:3px;
	background:#ffffff;
	margin-top:20px;}
.access .inner{
	border:1px solid #432107;}
.access .inner #map_canvas{
	width:100%;
	height:300px;}
.access .inner .info{
	padding:15px;}
.access .inner .info h2{
	margin-bottom:15px;}
.access .inner .info h2 img{
	width:100%;}
.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>