<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, 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, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

a{
	text-decoration:none;}
a:visited { color: #000080;
text-decoration:none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}


.slider {
    width: 95%;
}/* CSS Document */

.carousel-wrapper {
    margin: 0px auto;
    position: relative;
   
}


.carousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.carousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.carousel {
    position: relative;
    overflow: hidden;
   width:100%;
    height: 200px;
}

.carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 150px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ccc;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    font: 24px/27px Arial, sans-serif;
   
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
}

body {
	background-color:#0F92FF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: center 0px;
	background-repeat: no-repeat;
	 font-size: 100% /* =12px */
}

#page {
	
	height: auto;
	margin: auto;
}
header{
	background-color:#fff;
}
header h1 img{
	width:28%;
	display: block;
	margin-top: 10px;
	padding: 5px 0px 5px 5px;
	float:left;
}
header h2 {
	float: right;
	margin-top:25px;
	width:70%;
}

main{
	margin-top:20px;
	}


.sns {
	width:100%;
	clear: both;
	text-align: right;
	background-color:#161616;
}
.sns img {
	margin:0px;
	width:29px;
	margin:2px 0px 2px 2px ;
}
.sns p {
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	line-height:25px;
}



.slider {
	width: 95%;
	height: 318px;
	clear: both;
	margin:auto;
	margin-top:10px;
		border: 2px #fff solid;
}


nav {
    width:100%;
    margin:0;
    overflow:hidden;　/*float解除*/
    zoom:100%;　/*float解除*/
}

/* サムネイルつき矢印リスト２列 */
.list5 {
 margin: 0px;
 margin-bottom:15px;
 
 
 }
 .list5:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list5 ul{
 border-top: 1px solid #ccc;

 }
 .list5 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 40px;
 margin: 0px;
 font-size:13px;
 font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }
 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%; 
 }
 .list5 ul li a{
 color: #666;
 display: block;
 height: 40px;
 margin: 0px;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list5 ul li a strong{
 color: #434343;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 height:40px;
 line-height:35px;
 }
 .list5 ul li img{
 float: left;
 height: 40px;
 width: 40px;
 margin-right: 0px;
 }
 

.bt_home{
	float:left;
	margin-left: 0px;
	margin-top:0px;
	}
#fb{
	width: 90%;
	height: auto;
	border: 5px #eeeeee solid;
	margin-top:15px;
	padding: 0px;
	margin:auto;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}
.img_fb{
	padding-right:5px;}
.fb-page {
	border: 0px #dadada solid;
	margin-bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#information {
	width:90%;
	height: auto;
	border: 5px #eeeeee solid;
	margin-top: 15px;
	margin-right: 15px;
	margin:auto;
}
#information .inner {
	border: 1px #dadada solid;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#information h1 {
	background-color: #ce0808;
	color: #fff;
	padding: 8px;
	font-size:17px;
	margin-bottom:10px;
}
.bt {
	color: #FFFFFF;
	width: 40%;
	float: right;
	display: block;
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:10px;
	margin-top:-10px;
}

.bt a{
	width: 222px;
	color: #FFFFFF;
	text-decoration:none;

}
#information h2 {
	color: #0080cc;
	font-size: 20px;
	line-height:28px;
	clear: both;
	text-align: center;
	margin: 10px;
}
article {
	width: 100%;
	padding-top: 0px;
}
.bt_next a{
	background-color: #F82023;
	clear: both;
	text-align: center;
	height: 20px;
	float: right;
	display: block;
	line-height: 20px;
	font-size: 11px;
	background: -moz-linear-gradient(top, #d00a09, #d2140f 50%, #d72316 50%, #d50f0b);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00a09), color-stop(0.5, #d2140f), color-stop(0.5, #d50f0b), to(#d50f0b));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d50f0b;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 90px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
	text-decoration:none;
}

.bt_next2 a{
	background-color: #F82023;
	clear: both;
	text-align: center;
	height: 20px;
	float: right;
	display: block;
	line-height: 20px;
	font-size: 11px;
	background: -moz-linear-gradient(top, #d00a09, #d2140f 50%, #d72316 50%, #d50f0b);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00a09), color-stop(0.5, #d2140f), color-stop(0.5, #d50f0b), to(#d50f0b));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d50f0b;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 90px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom:5px;
	text-decoration:none;
	margin-top:-5px;
}


#information p {
	width: 100%;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	font-size: 15px;
	line-height: 20px;
}
.movie {
	width: 294px;
	height:205px;
	clear:both;
	margin:auto;
}
.gizi {
	clear: both;
}
.menu {
	width:46%;
	border: 5px #eeeeee solid;
	margin:auto;
	overflow: hidden;
	display:block;
	margin-top:0px;
	float:left;
}
.menu img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	width:100%;
	margin:auto;
	height:auto;
	display:block;
}
.menu img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.dl {
	margin: auto;
	margin-top: 10px;
}
.menu p {
	padding: 10px  5px  10px  5px;
	font-size: 14px;
	line-height: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.bold {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-top: 3px;
}
.menu2 p {
	padding: 10px  5px  10px  5px;
	font-size: 14px;
	line-height: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu .inner {
	border: 1px #dadada solid;
	padding: 0px;
	width:100%;
	height: 270px;
	background-color: #FFFFFF;
}
.menu2 {
	width:46%;
	border: 5px #eeeeee solid;
	margin:auto;
	overflow: hidden;
	display:block;
	margin-top:0px;
	float:right;
	margin-bottom:10px;
}
.menu2 .inner2 {
	border: 1px #dadada solid;
	padding: 0px;
	width:100%;
	height: 270px;
	background-color: #FFFFFF;
}
.menu2 img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	width:100%;
	margin:auto;
	height:auto;
	display:block;
}
.menu2 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.both {
	clear: both;
	width:92%;
	margin:auto;
}
#footer {
	clear: both;
	background-repeat: repeat-x;
	margin-top: 15px;
	background-color: #000000;
	height:auto;
	padding-bottom:5px;
}
#footer .inner {
	width: 100%;
	margin: auto;
	padding-top: 15px;
	clear:both;
	background-repeat: repeat-x;
	height:auto;
}
hr{
	margin:0px;}
#footer p {
 font-family:font-family: 'Noto Sans', sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-size:13px;
	line-height:18px;
}
.notes {margin:auto;
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:5px;
	color:#9A9A9A;
}
.notes p{
	font-size:10px;
}

.contact {
	margin-top: 10px;
	padding:10px;
	border-top: 2px #eeeeee solid;
	clear:both;
}

.contact a {
	color: #0080cc;
	text-decoration: none;
	font-family: Noto Sans, sans-serif;
	font-weight: 300;
}
.tvo {
	margin-top: 15px;
}
.tvo p {
	color: #0080cc;
	text-decoration: none;
	font-family: Noto Sans, sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size:12px;
	float:left;
}
.tvo img {
	padding:0px;
	float:right;
	width:16%;
	margin-bottom:3px;
	
}
.pagetop {
	clear: both;
	color: #FFFFFF;
	width:100%;
	background-color:#272727;
	padding:5px 0px;
	text-align:right;
}
.pagetop a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.comming{
	font-size:120px;
	display:block;
	text-align:center;
	margin-top:70px;
	color:#FFFFFF;}
#banner{
	width:100%;
	background-color:#FFFFFF;
	padding-top:10px;
	}	
#banner img{
	border: 0px #fff solid;
	width:16%;
	margin-left:1.2%;
	margin-right:1.2%;
	margin-top:1%;
	margin-bottom:1%

	}
	
#banner .top20{
		margin-top:25px;
		}
		

.btn{
	margin:auto;
	display:block;
	clear:both;
	width:270px;
	font-size:13px;}	

#btnSP{
    color: #fff;
	float:left;
	background:#0F92FF;
	padding:2px;
	color:#fff;
	width:150px;
	text-decoration:none;
	line-height:35px;
	border: 1px #fff solid;
	text-align:center;
	margin:5px;
	
}
 
#btnSP img{
	width:30px;
	float:left;
	margin:0px 10px;
}
#btnPC{
    color: #fff;
	background:#0F92FF;
	padding:2px;
	color:#fff;
	float:right;
	width:80px;
	border: 1px #fff solid;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	margin:5px;
}
	
#btnPC img{
	width:30px;
	float:left;
	margin:0px 10px;
}	
	
	
.renderSwitcher ul{
		padding:0px;
		margin:10px auto ;
		width:270px;
	}
	.renderSwitcher ul li:first-child{
		border:1px solid #CCC;
		border-right:none;
		border-radius: 8px 0 0 8px;
	}
	.renderSwitcher ul li:nth-child(2){
		border:1px solid #CCC;
		border-radius: 0 8px 8px 0;
	}
	.renderSwitcher ul li{
		text-align:center;
		float:left;
		width:120px;
		height:30px;
		line-height:30px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		list-style: none;
		
		padding-left:10px;
	}
	.renderSwitcher ul li.active{
		background-image:-moz-linear-gradient(50% 0% -90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%); 
		background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(138,182,218)),color-stop(0.5, rgb(65,140,201)),color-stop(1, rgb(136,182,219)));
		background-image:-webkit-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
		background-image:-o-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
		background-image:-ms-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
		background-image:linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ab6da,endColorstr=#ff88b6db,GradientType=0)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ab6da,endColorstr=#ff88b6db,GradientType=0);
	}
	.renderSwitcher ul li a{
		color:#666666;
		text-decoration: none;
	}
	.renderSwitcher ul li.active a{
		color:#FFF;
	}
	div{font-size:13px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
	
.img30{
		width:20px;
		float:left;
	margin:5px 5px;
	}
.information2 {
	width:90%;
	height: auto;
	border: 5px #eeeeee solid;
	margin-top: 15px;
	margin-right: 15px;
	margin:auto;
	margin-bottom:10px;
}
.information2 .inner {
	border: 1px #dadada solid;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom:10px;
}
.information2 h1 {
	background-color: #ce0808;
	color: #fff;
	padding: 8px;
	font-size:17px;
	margin-bottom:20px;
}
.information2 h2 {
	color: #0080cc;
	font-size: 18px;
	line-height:22px;
	clear: both;
	text-align: center;
	margin: 5px auto;
	margin-top:15px;
}
.information2 p {
	width: 97%;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-left:10px;
	margin-right:10px;
}
.information2 table{
	width:95%;
	border:
	border-bottom: 1px solid #ccc;
	margin:10px;
	margin:auto;
	font-size:14px;
	margin-bottom:15px;
	}
	
.information2 table td{
	padding:10px;
	line-height:18px;
	border-bottom: 1px solid #ccc;
	}
.information2 table th{
	padding:0px;
	width:16%;
	border-bottom: 1px solid #ccc;
	font-weight:600;
	}
.img_cmr{
	margin:auto;
	display:block;
	margin-bottom:20px;
	margin-top:15px;}
.box_p{
	padding:10px;
	border: 1px solid #C40003;
	color:#C40003;
	margin:10px;
	}	
	
.p_red{
	color:#C40003;
	}
	

.a_link{
	width:80%;
	background-color:#E9FDFF;
	margin:auto;
	clear:both;
	padding:2px;
	margin-top:10px;
	color:#00A4DF;
	font-size:12px;
	text-decoration:none;
	line-height:30px;
	margin-right:0px;
	}	

	
.move{
		background-color:#000000;
		display:block;
		margin:auto;
		text-align:center;
		padding-top:15px;}	
	

.bt2 li{
	width:20px;
	padding:6px;
	font-weight:600;
	margin:3px;
	text-align:center;
	float:left;
	border: 2px solid #4398B7;
	font-size:18px;
	}
.bt2 .li_color{
	background-color:#4398B7;
	color:#FFFFFF;
	font-weight:600;
	display:block;
	
	}
 .bt2 .li_boder{
	border: 2px solid #4398B7;
	
	color:#4398B7;
	font-weight:600;
	display:block;
	}
 .bt2 .li_boder a{
 color:#4398B7;
 text-decoration:none;
	}
 .bt2 .li_boder a:visited {
 color:#4398B7;
 text-decoration:none;
	}	
			
.bt2{
		width:130px;
		margin:auto;
		display:block;
		height:40px;
		text-align:center;
		float:none;
		margin-top:20px;
		margin-bottom:20px;}
	
.table_logo td{
	border:none;
	background-color:#F7F7F7;
	border-bottom:1px #fff solid;}
	
.table_logo td img{
		width:30%;
		margin:3px;}
		

.table_logo .td60{width:60%;}
.table_logo .td_line{
	border-bottom:2px #838383 solid;
	background-color:#fff;}
			
dl{
	width:95%;
	margin:auto;
	margin-top:5px;
	}		
dt{
	background-color:#DDDDDD;
	padding:5px;
	font-weight:bold;
	}
dd{
	background-color:#fff;
	padding:8px;
	line-height:22px;
	}			
	
dd.day{
	background-color:#0436AA;
	padding:8px;
	color:#FFFFFF;
	}		
	
.information2 table th{
	background-color:#1687E4;
	padding:5px;
	color:#FFFFFF;}
.information2 table .th2{
	width:30%;
	font-size:100%;
	font-weight:600;}
	
	
.information2 .table2{
	border-top:1px #C9C9C9 solid;
	width:100%;}
	
	
.information2 dd p{border:2px #C9C9C9 solid;
padding:5px;
margin-bottom:20px;
width:100%;
margin:10px;
margin-left:-5px;}


.information2 table .th3{
	width:25%;
	font-size:100%;
	
	font-weight:600;}

.information2 .table2 td{
	font-size:12px;
	line-height:25px;}
	
	
	.img_left{
		float:left;
		margin:10px;}
		
hr{
	margin-top:10px;}
		
.img_banner{
	width:200px;
	padding-top:5px;}	
		
		
.information2 .p_center{
	text-align:center;
	background-color:#FF00B6;
	padding:10px;
	color:#FFFFFF;
	font-size:18px;
	margin-top:20px;
	width:250px;
	margin:auto;
	
	}	
	.information2 .p_center a{
	color:#FFFFFF;

	
	}	
	
h1 samp{
	font-size:80%}
	
.information2 .p_pre{
	background-color:#FF0004;
	width:95%;
	margin:auto;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	font-size:20px;}
	
.information2 .p_charity{
		border:1px #7E7E7E dotted;
		padding:10px;
		font-size:11px;
		width:90%;}</pre></body></html>