<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
strong {font-weight: bold;}

/*--Base------------------------------------------------------------*/
/*html,body {
	width: 100%;
	height: 100%;
}*/
html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
.small {
	font-size: 85%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
.small {
	font-size: 85%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #a54a97;
	text-decoration: underline;
}

a:visited {
	color: #a54a97;
}

a:hover,
a:active {
	color: #a54a97;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

div,aside,details,.footer,#header_inner,main,menu,nav,.section,summary {
	display: block;
}
.section {
	margin: 0 0 15px 0;
}
/*--layout----------------------------------------------------------*/
strong {font-weight: bold;}

img {  
	border: 0;
}  
li {  
	list-style-type: none;
}
.clear {
	clear: both;
}
/* bugfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* TABLE */
table {  
	border-collapse: collapse;
	border-spacing: 0;
}
.table01 {
	margin: 5px 0 0 0;
}
.table01,
.table02 {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px;
}
.table01 th,
.table02 th {
	text-align: center;
	background: #918887;
	color: #fff;
}
.table01 td.ttl {
	background: #ededed;
}
/* footer */
#footer {
	background: #665146;
	position: relative;
	border-top: 1px solid #504040;
	margin-top: 35px;
	color: #fff;
}
#kahaku_map {
	width: 100%;
}
/**/
#footer .footer_in {
	position: relative;
	width: 900px;
	height: 100px;
	margin: 10px auto 0;
}
.totop a {
	display: block;
	background: url("../images/btn_totop.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	position: absolute;
	right: 10px;
	top: -35px;
	width: 92px;
}
.cr {
	position: absolute;
	text-align: right;
  clear: both;
  width: 80%;
  margin: 0;
  right: 0;
  top: 55px;
	font-size: 0.8em;
}

body {
	background: #fafafa url(../images/bg.gif) repeat-x;
}
#wrapper {
	font-size: 100%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 92%;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#header {
	background: url(../images/mainImg.png) no-repeat;
	position: relative;
	height: 0;
	width: 900px;
	padding-top: 539px;
	overflow: hidden;
}
#header a#kahakutop {
	display: block;
	position: absolute;
	width: 296px;
	height: 0;
	padding-top: 40px;
	top: 8px;
	right: 14px;
	overflow: hidden;
}
h3 {
	background: url(../images/ttl_bg.gif);
	padding: 8px;
	margin: 20px auto 10px;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
}
h4 {
	margin: 20px auto 5px;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
	text-align: center;
	color: #6c0600;
}
h4 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fafafa;
	text-align: left;
}
h4::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #926967 10%, #926967 90%, transparent);
	background: linear-gradient(-45deg, transparent, #926967 10%, #926967 90%, transparent);
	background: -ms-linear-gradient(-45deg, transparent, #926967 10%, #926967 90%, transparent); /* IE */
}

/*ticket*/
.ticket_img {
	float: right;
	max-width: 300px;
	margin-left: 10px;
	font-size: .7em;
	line-height: 1.1;
}
.ticket_img img {
	max-width: 300px;
	margin-bottom: 5px;
}
.table01 ul {
	margin: 15px 0 10px 1em;
}
.table01 ul li {
	font-weight: 600;
	margin: 0 0 0.3em 0;
}
.table01 ul li span {
	font-weight: 300;
}
.table01 ul li div.small {
	padding-left: 1em;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 3px;
}
.close {
	color: #f00;
}
.close_line {
	text-decoration: line-through;
}
/*map*/
#kahaku_map {
	display: none;
}
#mapField {
  width: 100%;
  height: 500px;
}


/*横幅フルサイズ以下の対応*/
@media only screen and (max-width: 769px) {
#wrapper {
	width: 98%;
}
#header {
	background: url(../images/mainImg.png) no-repeat;
	background-size: auto 100%;
	position: relative;
	height: 0;
	max-width: 100%;
	padding-top: 59%;
	overflow: hidden;
}

.table01 ul {
    margin: 15px 0;
}
.table01 ul li div.small {
	padding-left: .5em;
}
/*---- footer ----*/
#footer {
	margin: 35px 0 0 0;
	position: relative;
	width: 100%;
}
#footer .footer_in {
	margin: 10px 10px 0 10px;
	height: 106px;
	width: 100%;
}
.footer_in {
	margin: 10px;
}
.cr {
	font-size: 75%;
	color: #fff;
	margin: 10px 0 0 10px;
	width: 50%;
}
}
@media only screen and (max-width: 480px) {
/*---- footer ----*/
.cr {
	font-size: 75%;
	color: #fff;
	margin: 10px 0 0 10px;
	position: absolute;
	width: 50%;
	top: 20px;
	right: 10px
}
.ticket_img {
	margin: .8em auto;
	float: none;
}
.cr {
	font-size: 75%;
	color: #fff;
	margin: 10px 0 0 10px;
	width: 100%;
}
}
</pre></body></html>