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

body {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","HiraKakuPro-W3",Arial, Helvetica,sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-size:16px;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:bottom;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center {
	margin:0 auto;
}
.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
}
.opacity:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.bold {
	font-weight:bold;
}

.wrapper {
	width:100%;
}
.main_image_wrap {
	position:relative;
	min-height:878px;
	margin-bottom:60px;
	background:url(../images/main_image_2019.png?030703) no-repeat;
	background-size:cover;
}

.main_image_wrap2 {
	position:relative;
	min-height:878px;
	margin-bottom:60px;
	background:url(../images/main_image02.png?030704) no-repeat;
	background-size:cover;
}

header {
	padding:4px 2%;
	background:#004ea2;
}
header ul li {
	width:20.78125%;
	margin-left:3.90625%;
	padding:2% 0;
	line-height:1;
}
.logo {
	width:40.65625%;
	height:auto;
	margin:5px 0 0 2%;
}
h1 img {
	display:block;
	width:93.4375%;
	margin:6% auto;
}
.sub_title {
	display:block;
	width:47.34375%;
	height:auto;
	margin-top:13.667%;
	margin-left:3.6%;
}
.yamayasu {
	position:absolute;
/*	bottom:0;*/
	bottom:60px;
	right:0;
	width:47.65625%;
	max-width:305px;
	height:auto;
	max-height:703px;
}

/*カレンダー*/
.calendar {
	width:96%;
/*	margin:-60% 2% 60px;*/
	margin:-80% 2% 40px;
}
.calendar&gt;img {
	position:relative;
}
.month_wrap {
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","HiraKakuPro-W3",Arial, Helvetica,sans-serif;
}
.month {
	background:#f5f5f5;
}
.month td {
	font-size:16px !important;
	font-weight:bold;
	color:#004da1 !important;
}
.month_wrap table {
	width:100%;
	border-collapse:collapse;
}
.month_wrap th {
	width:14.285714%;
    width:-webkit-calc(360px / 7);
	width:calc(360px / 7);
	text-align:center;
	font-size:12px;
	background:#ccc;
	border:1px solid #e6e6e6;
}
.month_wrap td {
	width:14.285714%;
    width:-webkit-calc(360px / 7);
	width:calc(360px / 7);
	text-align:center;
	font-size:12px;
	border:1px solid #e6e6e6;
}
.month_wrap td span {
	display:block;
	background:#f2f8ff;
	font-weight:bold;
}
.month_wrap td p {
	height:33px;
	padding:3px 0 0;
}
.month_wrap td p img {
	max-width:25px;
	max-height:25px;
}
.sun {
	color:#f00;
}
.sat {
	color:#0082ff;
}

section {
	margin-bottom:85px;
	padding:0 3.125%;
}
section h2 {
	margin-bottom:30px;
}

/*メッセージ*/
.message p {
	margin-bottom:15px;
	line-height:1.625;
}
.message .left {
	width:65%;
}
.message .right {
	width:35%;
}

.messageImg{
	height: 20px;
}

/*スケジュール*/
.schedule p {
	margin-bottom:15px;
	line-height:1.625;
}
.schedule .left {
	width:65%;
}
.schedule .right {
	width:35%;
}

.scheduleImg{
	height: 20px;
}
/*アクセス*/
.access h3 {
	margin-bottom:15px;
	font-family:"Hiragino Kaku Gothic Pro";
	font-size:16px;
	color:#004da1;
}
.sup {
	margin-bottom:30px;
	font-family:"Hiragino Kaku Gothic Pro";
	font-size:13px;
	font-weight:bold;
}
.access th {
	margin-bottom:10px;
	padding:5px 10px 5px 0;
	vertical-align:middle;
}
.access th img {
	max-width:121px;
	width:90px !important;
	height:auto;
}
.access td {
	margin-bottom:10px;
	padding:5px 0 5px 0px;
	vertical-align:middle;
	border-bottom:1px dotted #333;
}
.map {
	margin-top:40px;
	margin-bottom:10px;
}
.notes {
	width:90px !important;
	height:auto;
	margin-top:30px;
	margin-bottom:10px;
}
.access ul {
	margin-bottom:15px;
}
.access li {
    padding-left:1em;
    text-indent:-1em;
}
.back {
	color:#004da1;
}
.to_top {
	position:relative;
	z-index:99999;
}
.to_top a {
	position:fixed;
	bottom:30px;
	right:3.125%;
}

.accessImg{
	height: 20px;
}
/*フッター*/
footer {
	padding:15px 0;
	background:#004ea2;
}
footer small {
	display:block;
	text-align:center;
	font-size:12px;
	color:#fefefe;
}
@media screen and (max-width: 480px) {
	.main_image_wrap {
		min-height:658.5px;
	}
}

.claNotice{
	color:#aaa;
	font-size:10px;
	text-align:right;
}
</pre></body></html>