<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * 00 Style Reset
 * 01 Base
 * 02 Main
 * 03 Event List
 * 04 Side
 * 05 Footer
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
  border: 0;
}

img {
	border: none;
	margin:0;
}

ul, ol { list-style: none; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*=================================================
 * 01 Base
 * ================================================= */

p {
  line-height: 1.5;
}

a:link, a:visited, a:hover {
  color: #333;
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.clear {clear: both;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.red { color:#f00; }

.blue { color: dodgerblue; }

.t_normal { font-weight:normal; }

.end {text-decoration: line-through;
	pointer-events:none;
	color:#333333;
}


/*=================================================
 * 02 Main
 * ================================================= */
#content {
	background:#fff;
	border:1px solid #ccc;
	padding:25px;
	margin:25px 0 20px 0;
	position:relative;
}
#main {
    width: 100%;
    padding-top: 42.77%;
	margin-top:-35px;
	background: url(../images/top/img_main.png) 0 0 no-repeat;
	background-size: contain;
	position:relative;
}
.wrap_head h1 {
    width: 23%;
    padding: 1.7%;
	border: 1px dotted #fff;
	position:absolute;
	top:50px;
	left: 1.66%;
}
.wrap_h2 {
	padding: 1em;
	margin-bottom: 1em;
	background: url("../images/bg_pattern.png");
}
.wrap_h2 h2 {
	display: flex;
	font-size: 0.875rem;
}
.wrap_h2 h2 span {
	width: 1.6em;
	height: 1.6em;
	margin-right: 1px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8c461b;
	font-family: 'Roboto', sans-serif;
}
.wrap_h2 span.space {
	margin-right: 0.5em;
}
.main_desc {
	width: 35.5%;
    position: absolute;
    top: 50px;
    left: 26%;
	color: #fff;
    line-height: 1.5;
}
.main_copy {
    width: 14.77%;
    position: absolute;
    top: 238px;
    left: 53.11%;
}
#navi li {
    width: 33.33%;
	float:left;
}
#navi li a img:hover {
	opacity:1;
  filter: alpha(opacity=100);
}
.bnr_sp{
	display: none;
}
@media all and (max-width: 900px) {
	body {
		min-width: inherit;
		width: 100%;
	}
	#content {
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	#main {
		background: url(../images/top/img_main_02.png) 0 0 no-repeat;
		background-size: contain;
		padding-top: 38.88%;
		margin-top:0;
	}
	.wrap_head h1 {
		top: 1.75vw;
	}
	.main_desc {
		top: 1.75vw;
		font-size: 1.33vw;
	}
	.main_copy {
		top: 22.55vw;
	}
}
@media all and (max-width: 760px) {
	.main_desc {
		width: 41%;
		transform: scale(0.85);
		transform-origin: top left;
		font-size: 10px;
	}
}
@media all and (max-width: 640px) {
	#main {
		background: url(../images/bg_pattern.png);
		padding-top: 0;
	}
	.main_img_sp{
		padding-top: 45.28%;
		background: url("../images/top/img_main_sp.jpg") 0 0 no-repeat;
		background-size: contain;
		position: relative;
	}
	.main_desc {
		width: 100%;
		padding: 1em;
		position: static;
		transform: scale(1);
		transform-origin: top left;
		font-size: 0.875rem;
	}
	.main_copy {
		display: none;
	}
	#navi{
		display: none;
	}
	.bnr_sp{
		padding: 4vw 0;
		display: block;
		font-size: 0;
		text-align: center;
	}
	.bnr_sp li{
		width: 45%;
		margin: 0 1.25%;
		display: inline-block;
	}
	.wrap_h2 {
		margin-bottom: 0;
	}
	.wrap_h2 h2 {
		justify-content: center;
		font-size: 0.937rem;
	}
}



/*=================================================
 * 03 Event List
 * ================================================= */
#content #eventList {
	width: 64%;
	float:left;
}

#content #eventList .eventWrapper {
	border:1px solid #8e8279;
	margin-bottom:20px;
}

#content #eventList .eventWrapper:last-child {
	margin-bottom:0;
}

#content #eventList .eventWrapper .mainInfo {
	background:#fff;
	padding:20px;
	position:relative;
	display:table;
	width:100%;
}

#content #eventList .eventWrapper .mainInfo .flyer {
	display:table-cell;
	padding-right:25px;
	width:133px;
}

#content #eventList .eventWrapper .mainInfo .flyer p {
	border:1px solid #934d1e;
	padding:2px;
	background:#fff;
	position:relative;
	width:133px;
}

#content #eventList .eventWrapper .mainInfo .flyer p:after {
	content:url(../images/top/ico_zoom.png);
	position:absolute;
	bottom:0;
	right:0;
}

#content #eventList .eventWrapper .mainInfo .flyer p a img {
	width:127px;
	height:auto;
}

#content #eventList .eventWrapper .mainInfo .recommend {
	position:absolute;
	top:-14px;
	left:-21px;
}

#content #eventList .eventWrapper .mainInfo &gt; div {
	display:table-cell;
	vertical-align:top;
	width:100%;
}

#content #eventList .eventWrapper .mainInfo &gt; div .name {
	background: #723200;
	padding: 0.5em 1em;
	font-size:13px;
	color:#fff;
	line-height:1.4;
	margin-bottom:14px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#content #eventList .eventWrapper .mainInfo &gt; div .title {
	font-size:16px;
	color:#723200;
	border-left:5px solid #723200;
    padding-left: 0.5em;
    margin: 0 0.25em;
	line-height:1.5;
	margin-bottom:14px;
}

#content #eventList .eventWrapper .mainInfo &gt; div .date {
	border:1px solid #5e5e5e;
	padding:8px 10px 7px 10px;
	font-weight:bold;
	font-size:13px;
	line-height:1.6;
}

#content #eventList .eventWrapper .subInfo {
	padding:20px;
	background:url(../images/top/bg_info.png);
}

#content #eventList .eventWrapper .subInfo &gt; div {
	border:2px solid #723200;
	padding:15px 17px;
	background:#fff;
	border-radius:8px;
	margin-bottom:15px;
}

#content #eventList .eventWrapper .subInfo &gt; div:last-child {
	margin-bottom:0;
}

#content #eventList .eventWrapper .subInfo &gt; div h5 {
	color:#723200;
	border-bottom:1px solid #beb4ad;
	padding-bottom:8px;
	font-size:13px;
	margin-bottom:10px;
	line-height:1.5;
}

#content #eventList .eventWrapper .subInfo &gt; div .freeArea p {
	line-height:1.7;
	word-break: break-all;
}

#content #eventList .eventWrapper .subInfo &gt; div .freeArea p a {
	text-decoration:underline;
}

#content #eventList .eventWrapper .subInfo &gt; div .freeArea p a:hover {
	text-decoration:none;
}

#content #eventList .eventWrapper .subInfo .btn {
	text-align:center;
	padding:5px 0;
}

#content #eventList .eventWrapper .subInfo .btn a img:hover {
	opacity:1;
}
#content #event-list * {
	box-sizing: content-box;
}
@media all and (max-width: 640px) {
	#content #eventList {
		width: 100%;
		float: none;
	}
	#content #eventList #json_main{
		padding: 2em 1em;
		background: url(../images/back.gif);
		border-bottom: 1px solid #ccc;
	}
	#content #eventList .eventWrapper .mainInfo {
	    padding: 1.5em 1em;
		display: flex;
		flex-wrap: wrap;
	}
	#content #eventList .eventWrapper .mainInfo .flyer {
		width: 72%;
		padding: 0;
		margin: 1.25em auto 0;
		display: block;
		order: 2;
		text-align: center;
	}
	#content #eventList .eventWrapper .mainInfo .flyer p {
		width: auto;
		display: inline-block;
	}
	#content #eventList .eventWrapper .mainInfo .flyer p a img {
		width: auto;
		max-height: 60vw;
	}
	#content #eventList .eventWrapper .mainInfo &gt; div .name {
		font-size: 1rem;
		font-weight: bold;
	}
	#content #eventList .eventWrapper .subInfo &gt; div {
		border: 1px solid #723200;
	}
}


/*=================================================
 * 04 Side
 * ================================================= */

#content #side {
	width: 33.33%;
	float:right;
}

#content #side .bnr {
    max-width: 300px;
    margin: 0 auto 20px;
}

#content #side .bnr li {
	margin-bottom:10px;
}
#content #side .bnr li:last-child {
	margin-bottom:0;
}

#content #side .bnr li p {
	position:absolute;
	top:-9px;
	right:-8px;
}

#content #twitter {
    max-width: 300px;
	padding: 10px 6px 6px;
    margin: 0 auto 20px;
	background: url(../images/bg_pattern.png);
	border-radius: 5px;
}
#content .ttl_twitter {
	width: 65%;
	margin: 0 auto 10px;	
}
@media all and (max-width: 640px) {
	#content #side {
		width: 100%;
		padding: 2em 1em;
		float: none;
	}
	#content #side .bnr_pc {
		display: none;
	}
	#content #twitter {
		width: 80%;
		max-width: 500px;
	}
}

/*=================================================
 * magnific-popup
 * ================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*=================================================
* other
* ================================================= */

.event_notice_wrap{
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.event_notice_wrap .mfp-close{
}
.event_notice{
  display: block;
  position: relative;
  width: 92%;
  padding: 15px 0;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #f00;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #f00;
  cursor: pointer;
  text-decoration: none;
  
}
@media all and (min-width: 641px) {
  .event_notice{
    width: 100%;
  }
}
.event_notice:hover{
  text-decoration: none;
  color: #f00;
  opacity: 0.6;
}
.text_event_notice{
  margin: 0 auto;
  background: #FFF;
  padding: 30px;
}
.text_event_notice p{
  font-size: 0.937rem;
  line-height: 2;
}</pre></body></html>