@charset "utf-8";

html {
}

body {
	color: #000;
	font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '���S�V�b�N Medium', meiryo, sans-serif;
}

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

iframe{
	max-width: 100%;
	height: auto;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	z-index: 1000000;
}

/* toggle_menu */
header #menu_button {
	position: fixed;
	right: 0;
	padding: 5px;
	display: block;
	width: 49px;
	height: 50px;
	box-sizing: border-box;
	line-height: 11px;
	border: none;
	background: #2db56a;
	z-index: 1000;
}

header #menu_button span {
	position: relative;
	top: -4px;
	display: inline-block;
	width: 100%;
	height: 4px;
	margin: 0;
	border-radius: 5px;
	background-color: #fff;
}

@keyframes menu_button_top {
	from {transform: rotate(0deg) translate(0,0);}
	to {transform: rotate(-45deg) translate(-7px, 8px);}
}
@keyframes menu_button_middle {
	from {opacity: 1.0;}
	to {opacity: 0;}
}
@keyframes menu_button_bottom {
	from {transform: rotate(0deg) translate(0,0);}
	to {transform: rotate(45deg) translate(-7px, -8px);}
}
@keyframes menu_button_top_rev {
	from {transform: rotate(-45deg) translate(-7px, 8px);}
	to {transform: rotate(0deg) translate(0,0);}
}
@keyframes menu_button_middle_rev {
	from {opacity: 0;}
	to {opacity: 1.0;}
}
@keyframes menu_button_bottom_rev {
	from {transform: rotate(45deg) translate(-7px, -8px);}
	to {transform: rotate(0deg) translate(0,0);}
}


#menu_button span {
	animation-duration: 360ms;
	animation-fill-mode: forwards;
}
#menu_button.opened span.top {
	animation-name: menu_button_top;
}
#menu_button.opened span.middle {
	animation-name: menu_button_middle;
}
#menu_button.opened span.bottom {
	animation-name: menu_button_bottom;
}
#menu_button.closed span.top {
	animation-name: menu_button_top_rev;
}
#menu_button.closed span.middle {
	animation-name: menu_button_middle_rev;
}
#menu_button.closed span.bottom {
	animation-name: menu_button_bottom_rev;
}


header #header_brand {
	height: 40px;
	padding: 5px;
}
header #header_brand .pc_menu {
	display: none;
}
header #header_brand #brand img {
	width: auto; height: 100%;
}

/* nav */
header nav {
	display: none;
	clear: both;
	margin: auto;
	text-align: center;
	background: #fff;
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 40%);
}

header nav ul {
	margin: 0;
	border-bottom: solid 1px #fff;
	background: #ccc;
	list-style: none;
}
header nav ul::after {
	content: ".";
	display: block;
	font-size: 0;
	clear: both;
}
header nav li {
	width: 100%;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}
header nav li a {
	display: block;
	height: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #2db56a;
}
header nav li#now a {
	color: #000;
	background-color: #daeebd;
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	margin-top: 50px;
	padding: 3px 10px;
	border-bottom: 1px solid #2db56a;
	background: #dbf9a7;
}

#topicpath ul {
	width: 100%;
	list-style: none;
}
#topicpath li {
	display: inline;
	font-size: 0.8em;
}
#topicpath li+li:before {
	content: ">";
	margin: 0 6px;
}
#topicpath li a {
	text-decoration: none;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
}
main > section {
	margin-top: 10px;
	padding: 0 10px 0 10px;
}
section {
	margin: 10px 0;
	padding-left: 10px;
}
section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1 {
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 1.5em;
	color: #003399;
	border-bottom: 2px solid #003399;
}
h2 {
	margin: 0 0 10px -10px;
	padding-left: 10px;
	border-left: 6px solid #003399;
	border-bottom: 1px solid #003399;
}
h3 {
	margin: 0 0 10px -10px;
	padding-left: 10px;
	background: #cfeaff;
	border-left: 6px solid #003399;
}
h4 {
	margin: 0 0 10px -10px;
	padding-left: 10px;
    border-bottom: 1px solid #6e6e6e;
}
#culturecenter img,
#affairs img,
#anshin img,
#donation img,
#welfare img {
	width: 50%;
}
#affairs #bus_report img {
	width: 80%;
}
#affairs img[src$=".gif"],
#affairs img[src$="/kurumaisu.jpg"],
#affairs img[src$="car1.jpg"],
#affairs img[src$="aistick2.jpg"],
#anshin img[src$=".gif"],
#donation img[src$=".gif"] {
	width: 100%;
}

/* 目次 */
.contents_list {
	padding: 10px;
	background-color: #f6fbff;
}
.contents_list .t_center {
	margin-bottom: 20px;
	font-size: 1.5em;
	letter-spacing: 1em;
	border-bottom: 1px solid #000000;
}
.contents_list ul {
	margin: 0;
}
.contents_list ul li {
	margin-bottom: 5px;
}
.contents_list ul li:last-child {
	margin-bottom: 10px;
}

/*--------------------------------------
	side_nav
--------------------------------------*/
/* nav_list */
#side_nav .nav_list {
	background: #003399;
}
#side_nav .nav_list div {
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background: #003399;
}

#side_nav .nav_list ul {
	margin: 0;
}
#side_nav .nav_list a {
	text-decoration: none;
	display: block;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
}

#side_nav .nav_list button {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-top: 0;
	font-weight: bold;
	text-align: left;
	background: #FF6600;
	transition: .4s;
}
#about .nav_list div,
#donation .nav_list div,
#donation #side_nav .nav_list .sub_list .etc,
#guidance #side_nav .nav_list .sub_list .nyuin,
#side_nav .nav_list button:last-of-type {
	border-bottom: 1px solid #fff;
}

#side_nav .nav_list button:last-of-type.active {
	border-bottom: 1px solid #FF6600;
}

#side_nav .nav_list button.active {
	color: #000;
	background: #fff;
}
#side_nav .nav_list button.active {
	border-bottom: 1px solid #FF6600;
}
#side_nav .nav_list button img {
	width: 30px;
	height: 30px;
	margin: 0 20px;
	vertical-align: middle;
}
#side_nav .nav_list button.active img {
	filter: invert(57%) sepia(52%) saturate(3808%) hue-rotate(347deg) brightness(101%);
}
#side_nav .nav_list a {
	text-decoration: none;
	display: block;
	height: 100%;
	color: #fff;
}

#side_nav .nav_list ul {
	margin: 0;
}

#side_nav .nav_list .sub_list {
	display: none;
}

#side_nav .nav_list .sub_list li {
	min-height: 30px;
	margin: 0;
	border-top: 1px solid #fff;
	font-size: 0.8em;
}

#side_nav .nav_list .sub_list li:first-child,
#side_nav .nav_list .sub_list li:first-child#now {
	border-top: 0;
}

#side_nav .nav_list .sub_list li#now:last-child {
	border-bottom: 1px solid #003399;
}

#side_nav .nav_list .sub_list li#now {
	border-top: 1px solid #003399;
}

#side_nav .nav_list .sub_list li a {
	padding: 5px 0 5px 34px;
	background: url("/img/sub.svg") no-repeat 10px center / 14px;
	transition: 0.7s;
}

#side_nav .nav_list .sub_list li#now a {
	color: #003399;
	background-image: url("/img/sub2.svg");
	background-color: #fff;
}

/* table_wrap */
.table_wrap {
    overflow-x: scroll;
}

/* nav_bunner */
.nav_bunner {
	margin: 0 10px;
	list-style: none;
}
.nav_bunner li span {
	float: left;
    width: 25px;
	margin: 0 15px;
    text-align: center;
}
.nav_bunner li a {
	box-sizing: border-box;
	display: block;
	margin: 5px 0;
    border: 3px solid #2db56a;
    border-radius: 10px;
    color: #2db56a;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    line-height: 45px;
    background: #fff;
}
.nav_bunner .bunner_contact a {
	color: #003399;
	border: 3px solid #003399;
}
#side_nav .nav_bunner li a img {
	width: 100%;
}
#side_nav .nav_bunner .bunner_contact a img {
	height: 38px;
}

/*--------------------------------------
	button
--------------------------------------*/
.btn_center {
	margin: 10px 0;
	text-align: center;
}
.button {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #fff;
	background: #003399;
	border: 1px solid #fff;
	border-radius: 15px;
	text-decoration: none;
	transition: 0.7s;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	margin-top: 20px;
	color: #fff;
	background: #2db56a;
}
footer > div {
	padding: 15px 10px 10px;
}
#to_top {
    position: fixed;
    bottom: 15px; right: 15px;
    width: 50px; height: 50px;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background-color: #2db56a;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 40%);
	z-index: 10000;
}

footer .contact_button {
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
}
footer .contact_button a {
	padding: 5px 50px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #003399;
}

footer ul {
	margin: 0;
	list-style: none;
}
footer ul::after {
	content: ".";
	display: block;
	font-size: 0;
	clear: both;
}
footer ul li {
	margin-top: 10px;
	float: left;
}
footer ul li:not(:last-child) {
	margin-right: 15px;
}

footer ul li::before {
	content: "\025b6";
	float: left;
    margin-top: 3px;
	padding-right: 5px;
	font-size: 0.8em;
}

footer ul li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

footer .copyright {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #fff;
}