<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-y: scroll; overflow-x: auto; min-height:100%; min-width:100%; }
html,body { width: 100%; height: 100%;  min-height:100%; min-width:100%; -webkit-text-size-adjust: 100%;}
img { border: none; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del,dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
ul,ol,li {margin:0 padding:0; list-style:none; text-decoration: none;}
table { border-collapse: collapse; border-spacing: 0; }

body {
    overflow: visible;    
    background:#f9f9ef;
    font-family:"���C���I",Meiryo,sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:;background:transparent;text-decoration: none;}
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary {
display: block; }


/*--�v�f�̃t�F�[�h�C��--*/

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*�p���������X�g*/

.cms-public .breadclumb {
	clear:both;	
	position:relative;
	top:70px;
	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	width: 100%;
	background: #f9f9ef;
	margin: 0 auto;
	padding: 10px 30px;
	border-bottom: 3px solid #534f16;
	font-size: 12px;
	line-height:12px;
}

.cms-public .breadclumb a:link {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:visited {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:hover {
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}


/*--���j���[--*/

.nc_menu {
  position:relative;
  top:70px;
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  padding: 0;
  width:auto;
  margin: 0 auto;
}

.nc_menu .title {
  display: table-cell;
  width:600px;
  vertical-align: middle;
}

.nc_menu p.mds {
  color: #ffffff;
  font-size:30px;
  font-weight:normal;
  vertical-align: middle;
  text-decoration: none;
  text-shadow:0px 0px 5px #000000 , 0px 0px 10px #000000 , 0px 0px 20px #000000;
}

.nc_menu p {
  line-height: 180%;
  font-size: 12px;
  color: #ffffff;
  text-shadow:0px 0px 5px #000000 , 0px 0px 10px #000000 , 0px 0px 20px #000000;
}

.nc_menu a {
  overflow: hidden;
  display: inline-block;
  width: 300px;
  height: auto;
  margin:25px 0 0 0;
  padding: 10px 30px;
  border: 1px solid #88cfda;
  box-sizing: border-box;
  background: #000000;
  color: #88cfda;
  font-size: 14px;
  font-weight:bold;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.nc_menu a:hover {
  background: #88cfda;
  color: #474747;
  border: 1px solid #474747;
  text-shadow: none;
}


/*--�l�G�ŏ��铿��--*/

.nc_menu_season {
  overflow: hidden;
  /*display: table-cell;*/
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  background: url(/file/html/169449.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  vertical-align: middle;
  padding: 130px 130px 0 130px;
}

/*--�`������--*/

.nc_menu_culture {
  overflow: hidden;
  /*display: table-cell;*/
  width: 100%;
  height: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(/file/html/169557.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  vertical-align: middle;
  padding: 130px 130px 0 130px;
}





/*--Page Top--*/

.pagetop {
  position: relative;
  width:100%;
  height: auto;
  text-align: right;
}

.pagetop a {
  position: relative;
  display: table;
  width:100%;
  height: auto;
  background:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
  color:#f9f9ef;
  font-size:18px;
  text-align: right;
  padding-right:30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.pagetop a:hover {
  background:#f9f9ef;
  color:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
}


/*footer*/

.footer {
    position: relative;
    background: #88cfda;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:30px;
    font-size: 12px;
    color: #474747;
    text-align: left;
    line-height: 180%;
}

.footer p.footer_mds {
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px;
}

.footer p.footer_indent {
    padding-left:4em;
    text-indent:-4em;
}


/*copyright*/

.copyright {
    position: relative;
    background: #f9f9ef;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:10px 0;
    font-size: 12px;
    color: #474747;
    text-align: center;
    line-height: 12px;
}


/*���o��*/

body:not(.dev-mb) .cms-public .heading h1 {
   clear:both;
   position:relative;
   top:70px;
   left: 0;
   width: auto;
   height: auto;
   background: rgba(203,197,111,0.5);
   border-bottom: 3px solid #534f16;
   font-size: 32px;
   font-family:"���C���I",Meiryo,sans-serif;
   line-height: 32px;
   font-weight: normal;
   text-align: center;
   text-shadow: none;
   color: #534f16;
   margin: 0 auto;
   padding:15px 0;
   z-index: 50;
}
</pre></body></html>