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

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#main {
	width: 1000px;
	margin: 0 auto;
}

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

#contents {
	background: #f7f7f7;
	width: 940px;
	padding: 30px;
	margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * インフォメーション                           *
 *                                              *
 * ────────────────────── */

#contents #info {
	background: #fff;
	float: left;
	width: 430px;
	padding: 15px;
	box-shadow: 1px 1px 0px #d8d8d8;
}
#contents #info .title {
	background: url(../../image/icon-info.png) no-repeat left top / 60px auto;
	min-height: 60px;
	padding-left: 75px;
	margin-bottom: 30px;
}
#contents #info .title h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents #info .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1;
}
#contents #info dl {
	font-size: 14px;
	line-height: 1.7;
}
#contents #info dl dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #575757;
}
#contents #info dl dd:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#contents #info dl dd a {
	color: #00559b;
	text-decoration: underline;
}

/* ────────────────────── *
 *                                              *
 * 行事                                         *
 *                                              *
 * ────────────────────── */

#contents #event {
	background: #fff;
	float: right;
	width: 430px;
	padding: 15px;
	box-shadow: 1px 1px 0px #d8d8d8;
}
#contents #event .title {
	background: url(../../image/icon-event.png) no-repeat left top / 60px auto;
	min-height: 60px;
	padding-left: 75px;
	margin-bottom: 30px;
}
#contents #event .title h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents #event .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1;
}
#contents #event .event-detail {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #575757;
}
#contents #event .event-detail:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #contents #event .event-detail { 
	height: 1px;
	overflow: visible;
}
/**/
#contents #event .event-detail:last-of-type {
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none;
}
#contents #event .event-detail figure {
	float: left;
	width: 90px;
	margin-right: 20px;
}
#contents #event .event-detail dl {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}
#contents #event .event-detail dl dd a {
	font-size: 20px;
	color: #00559b;
	text-decoration: underline;
}
#contents #event p#btn-entry {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
#contents #event p#btn-entry a {
	color: #fff;
	background: #00559b;
	display: block;
	padding: 15px 10px;
	border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contents #event p#btn-entry a:hover {
	background: #e28900;
}
#contents #event p#btn-entry a span.inner {
	position: relative;
}
#contents #event p#btn-entry a span.inner:before {
	content: url(../../image/bg-arrow.png);
	position: absolute;
	left: -20px;
}
#contents #event h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents #event table {
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0px;
}
#contents #event table th {
	background: #e8e8e8;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contents #event table td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contents #event table td.date {
	width: 80px;
	text-align: center;
}
#contents #event table td.name {
	width: 120px;
}
#contents #event p#btn-schedule {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#contents #event p#btn-schedule a {
	color: #fff;
	background: #e28900;
	display: block;
	padding: 15px 10px;
	border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contents #event p#btn-schedule a:hover {
	background: #00559b;
}
#contents #event p#btn-schedule a span.inner {
	position: relative;
}
#contents #event p#btn-schedule a span.inner:before {
	content: url(../../image/bg-arrow.png);
	position: absolute;
	left: -20px;
}

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

#menu {
	background: #fff;
	clear: both;
	width: 940px;
	padding: 30px 30px 60px;
	margin: 0 auto;
}
#menu .title {
	background: url(../../image/icon-menu.png) no-repeat left top / 60px auto;
	min-height: 60px;
	padding-left: 75px;
	margin-bottom: 30px;
}
#menu .title h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}
#menu .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1;
}
#menu .line {
	background: #f4f4f4;
	float: left;
	width: 300px;
	margin-left: 20px;
	box-shadow: 1px 1px 0px #d8d8d8;
}
#menu .line.first-line {
	margin-left: 0;
}
#menu .line h3 {
	font-size: 20px;
	line-height: 2.5;
	color: #fff;
	background: #00559b;
	text-align: center;
}
#menu .line ul {
	font-size: 16px;
	line-height: 1;
	padding: 15px;
}
#menu .line ul li {
	background: url(../../image/listmarker-menu.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 15px;
}
#menu .line ul li:last-of-type {
	margin-bottom: 0;
}
#menu .line ul li a {
	color: #000;
}
#menu .line ul li a:hover {
	text-decoration: underline;
}
</pre></body></html>