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

html, body{
	margin: 0;
	height: 100%;
	text-align: center;
	color: #000;
	font-family: serif;

}

a{/*リンクされた文字*/
    color: #fff;
    font-style:normal;
    text-decoration: none;
}
a:link {/*未訪問のリンク*/
    color: #fff;
    font-style:normal;
    text-decoration: none;
}
a:visited {/*訪問後のリンク*/
    color: #fff;
    text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
    color: #b58b1e;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

a {
text-decoration: none;
}

img {
  height: auto;
  max-width: 80%;
}

dl{
font-size: 12px;
line-height: 1.6em;
}
dl dt{
font-size: 12px;
font-weight: bold;
width: 60px;
}
dl dd{
margin: -1.6em 0 4px 0;
padding: 0 0 4px 60px;
}

.base{
    max-higth: 100%;
		background: #000;

}


.background-hack {
    z-index                 : -1;
		background: #000;
    background-repeat       : no-repeat;
	background-position: center top;
    background-size         : contain;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}

/*
************************************************************
SPAN
************************************************************
*/


.fs10 {
    font-size: 30px;
    color: #b58b1e;
		font-weight: bold;
}

.fs15 {
    font-size: 30px;
}

.fs20 {
   font-size: 20px;
}

.fs25 {
   font-size: 18px;
   color: #b58b1e;
	 font-weight: bold;

}

.fs30 {
   font-size: 23px;
}

.fs35 {
    font-size: 35px;
}


/*
************************************************************
メニュー
************************************************************
*/

#menu-box {
  width: 100%;
  height: 40px;
}

#menu{
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0;
}

#menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0; }

#menu li a{
  display: block;
  padding: 15px 0 15px;
  background-color: #d42e2e;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}

#menu li a:hover{
  background-color:  rgba(0,0,0,0.6);
  color: #fff;
}
#toggle{
 display: none;
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 50%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #000;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #000;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/*
************************************************************
コンテンツ
************************************************************
*/

.box1{
	padding: 10px;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	letter-spacing: 0.2em;
}

.box2 {
	padding: 10px;
	text-align: left;
  padding: 0 15%;
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 0.2em;
	background: rgba(212, 46, 46, 0.5);
	color: #dfdfdf;
	font-weight: lighter;

}

.box3 {
	height: 100px;
}

.box3 img:hover {
	background: rgba(212, 46, 46, 0.5);
	/*opacity: 0.5;*/
}

.kokuchi {
	padding-top: 30px;
	text-align: center;
	color: #dfdfdf;
	font-weight: bold;
	text-shadow: 1px 1px 10px #b58b1e;
}

.sche_table{
	border-collapse: collapse;
	margin-bottom: 10px;
	color: #211616;

}
.sche_table td, .sche_table th{
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	border-collapse: inherit;
	text-align: center;
	padding: 7px;
}

.sche_table .weekend{
	background-color:  rgba(160,160,160,0.8);
	color: #211616;
}

.twi {
	padding: 5px;

	text-align: center;
}

.footer {
	color: #fff;
	font-size: 12px;
	padding: 5px;
	text-align:center;
	background-color: #000;
	width: 100%;
	position: absolute;
}

object {
	background: #fff;
}

.naiyou {
	border: solid 1px;
	border-radius: 5px;
	padding: 15px;
}

.naiyou b {
	text-decoration: underline;
	color: #b58b1e;
	text-shadow: 0px 0px 3px #000;
}

.naiyou a {
	font-weight: bold;
}

.waku {
  width: 100%;
  margin: 0 auto;
}

dl.accordion {
  margin:0 auto;
  padding:0 40px;
}

dl.accordion dt {
		width: 100%;
    border-bottom: 2px dotted #999;
    height:40px;
    text-indent:10px;
    line-height:40px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

dl.accordion dd {
  padding:30px;
  line-height:1.5;
  display:none;
}

.waku b {
	text-decoration: underline;
}

/*
************************************************************
見出し
************************************************************
*/

h1 {
	position: relative;
	font-size: 2em;
	padding: 0 .5em .5em 0.5em;
	border-bottom: 1px solid #fff;
}

h1 img {
	margin-right: 10px;
	height: 5%;
	width: 5%;
}

@media (max-width: 640px){

	h1 img {
		margin-right: 10px;
		height: 15%;
		width: 15%;
	}

	.box2 {
		text-align: left;
	  padding: 0 5%;
		font-size: 1em;
		font-weight:bold;
		letter-spacing: 0.2em;
		background: rgba(212, 46, 46, 0.5);
		color: #dfdfdf;
		font-weight: lighter;

	}

	.waku {
	  width: 100%;
	  margin: 0 auto;
	}

	dl.accordion {
	  margin:0 auto;
	  padding:0;
	}

	dl.accordion dt {
			width: 100%;
	    border-bottom: 2px dotted #999;
	    height:40px;
	    text-indent:0;
	    line-height:40px;
	    color:#fff;
	    font-weight:bold;
	    cursor:pointer;
			letter-spacing: -1px;
	}

	dl.accordion dd {
	  padding:30px 10px;
	  line-height:1.5;
	  display:none;
		letter-spacing: normal;
	}

}

@media (max-width: 1275px){
}

@media (min-width: 480px){
}
</pre></body></html>