@charset "utf-8";

/*------------------------------
	fonts
------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');

/*
"Noto Serif JP"
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
*/

/*------------------------------
	contents
------------------------------*/

html {
}

body {
	color: #000;
	font: 16px/1.6 "Noto Sans JP", meiryo, sans-serif;
	background: url(/img/bg_syakyo.png) no-repeat 0 130px;
	background-size: 100%;
}

/*--------------------------------------
	header
--------------------------------------*/
header #header_brand {
	width: 1100px;
	margin: 5px auto;
}
header #header_brand div {
	float: right;
}
header #open_menu {
	display: none;
}

/* #ch_size */
header #ch_size {
	position: relative;
	top: 25px;
	right: 245px;
	display: table;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #fff;
}
header #ch_size a {
	display: inline-block;
	width: 30px;
	padding: 0;
	text-align:center;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
	cursor:pointer;
}

header #ch_size a#now_size,
header #ch_size a:hover,
header #ch_size a:focus {
	background: #dbf9a7;
}

/* search form */
header form {
	position: relative;
	bottom: 4px;
}


/* nav */
header nav {
	clear: both;
	background: #2db56a;
}
header nav ul {
	box-sizing: border-box;
	width: 1100px;
	height: 40px;
	margin: auto;
	border-right: 1px solid #fff;
}
header nav li {
	float: left;
	border-left: 1px solid #fff;
}
header nav .contact {
	width: 204px;
} 
header nav .contact a {
	width: 223px;
}
header nav li a {
	box-sizing: border-box;
	display: block;
	width: 218px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	transition: 0.7s;
}
header nav li a:hover,
header nav li#now a {
	color: #000;
	background-color: #daeebd;
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 4px 0;
	background: #dbf9a7;
	border-bottom: 1px solid #2db56a;
}
#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath ul {
	width: 1100px;
	margin: 0 auto;
}

#topicpath li {
	float: left;
	list-style: none;
	font-size: 14px;
}
#topicpath li a {
	text-decoration: none;
}

#topicpath li:after {
	content: ">";
	margin: 0 6px;
}
#topicpath li:last-child:after {
	content: none;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}

main > section {
	box-sizing: border-box;
    width: 790px;
	margin: 0;
	min-height: 1px;
	padding: 15px;
	padding-left:30px;
	background: #fff;
	border: 1px solid #003399;
	float: right;
}
section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
section {
	clear: both;
	margin: 15px 0;
	padding-left: 15px;
}
h1 {
	margin-bottom: 10px;
	margin-left: -15px;
	padding: 5px 15px;
	font-size: 1.5em;
	color: #003399;
	border-bottom: 2px solid #003399;
}
h2 {
	margin-bottom: 10px;
	margin-left: -15px;
	padding-left: 10px;
	border-left: 6px solid #003399;
	border-bottom: 1px solid #003399;
}
h3 {
	margin-bottom: 10px;
	margin-left: -15px;
	padding-left: 10px;
	background: #cfeaff;
	border-left: 6px solid #003399;
}
h4 {
	margin-bottom: 10px;
	margin-left: -15px;
	padding-left: 10px;
    border-bottom: 1px solid #6e6e6e;
}

/* 目次 */
.contents_list{
	margin: auto;
	padding: 20px;
	width: 600px;
	background-color: #f6fbff;
}
.contents_list li a:hover {
	opacity: 0.8;
}
.contents_list .t_center {
	margin-bottom: 20px;
	font-size: 1.5em;
	letter-spacing: 1em;
	border-bottom: 1px solid #000000;
}
.contents_list ul li {
	margin-bottom: 10px;
}
.contents_list ul li:last-child {
	margin-bottom: 15px;
}

/*--------------------------------------
	side_nav
--------------------------------------*/
#side_nav {
	width: 280px;
}

#side_nav .nav_list {
	background: #003399;
}
#side_nav .nav_list div {
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	background: #003399;
}
#side_nav .nav_list button {
	width: 100%;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
	font-weight: bold;
	text-align: left;
	background: #FF6600;
	cursor: pointer;
	transition: 0.7s;
}
#about .nav_list div,
#donation .nav_list div,
#donation #side_nav .nav_list .sub_list .etc,
#guidance #side_nav .nav_list .sub_list .nyuin,
#nagomi .nav_list div,
#side_nav .nav_list button:last-of-type {
	border-bottom: 1px solid #fff;
}
#about #side_nav .nav_list .sub_list .member:hover {
	border-bottom: 0;
}
#side_nav .nav_list button.active,
#side_nav .nav_list button:last-of-type.active {
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
#side_nav .nav_list button:hover,
#side_nav .nav_list button.active {
	color: #000;
	background: #fff;
	cursor: pointer;
}

#side_nav .nav_list button img {
	width: 30px;
	height: 30px;
	margin: 0 20px;
	vertical-align: middle;
}
#side_nav .nav_list button.active img,#side_nav button:hover 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:hover,
#side_nav .nav_list .sub_list li#now {
	border-top: 1px solid #003399;
}
#side_nav .nav_list .sub_list li:first-child,
#side_nav .nav_list .sub_list li:first-child:hover,
#side_nav .nav_list .sub_list li:first-child#now {
	border-top: 0;
}
#side_nav .nav_list .sub_list li.nyuin {
	border-bottom: 1px solid #fff;
}
#donation #side_nav .nav_list .sub_list .etc:hover,
#guidance #side_nav .nav_list .sub_list .nyuin:hover,
#side_nav .nav_list .sub_list li:last-child,
#side_nav .nav_list .sub_list li:last-child:hover,
#side_nav .nav_list .sub_list li#now:last-child {
	border-bottom: 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:hover a,
#side_nav .nav_list .sub_list li#now a {
	color: #003399;
	background-image: url("/img/sub2.svg");
	background-color: #fff;
}

/* nav_bunner */
.nav_bunner {
	margin: 0;
	list-style: none;
}
.nav_bunner li{
	margin: 5px auto;
	width: 200px;
}
.nav_bunner li span {
	position: relative;
	top: -2px;
	float: left;
    width: 35px;
	margin: 0 15px;
    text-align: center;
}
.nav_bunner li span img {
	height: 28px;
}
.nav_bunner li a {
	box-sizing: border-box;
	display: block;
	padding: 5px 0;
    text-decoration: none;
    color: #2db56a;
    font-size: 1.3em;
    font-weight: bold;
    border: 3px solid #2db56a;
    border-radius: 10px;
    background: #fff;
    transition: 0.4s;
}
.nav_bunner .bunner_contact a {
	color: #003399;
	border: 3px solid #003399;
}
.nav_bunner li a:hover {
	opacity: 0.7;
}
/*--------------------------------------
	img_inline
--------------------------------------*/
/*
.img_inline {
	display: inline-block;
	margin-bottom: 10px;
}
*/

/*--------------------------------------
	button
--------------------------------------*/
.btn_center {
	clear: both;
	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;
}
.button:hover {
	color: #003399;
	background: #fff;
	border: 1px solid #003399;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	clear: both;
	color: #fff;
	background: #2db56a;
}
footer div {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
}
#to_top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #2db56a;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 40%);
    border-radius: 60px;
    z-index: 10000;
    transition: 0.2s;
    cursor: pointer;
}
#to_top:hover {
	opacity: 0.7;
}
footer .contact_button {
	display: inline-block
}
footer .contact_button a {
	position: relative;
    top: 3px;
    left: 60px;
	padding: 5px 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	background: #003399;
	transition: 0.7s;
}
footer .contact_button a:hover {
	color: #003399;
	background: #fff;
}
footer ul {
	position: relative;
    top: 10px;
	float: right;
	border-right: 1px solid #fff;
}
footer ul li {
	float: left;
	list-style: none;
	text-align: center;
	border-left: 1px solid #fff;
}

footer ul li a {
	display: block;
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	transition: 0.7s;
}
footer ul li a:hover {
	color: #000;
	background: #dbf9a7;
}

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