@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix
---------------------------------------------------------------------------*/

.clearfix{
    zoom:1; /*for IE 5.5-7*/
    position:relative; /*for preview*/
}


.clearfix:after{ /*for modern browser*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


* html .clearfix{
	display:inline-table;
	/**/display:block;/**/
}


/*
common
----------------------------------------------------------------------------*/


body {
	font-size: 13px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	color: #3b1300;
}

table {
	font-size:inherit;
	font:100%;
}

h3 {
	font-size:138.5%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

h4 {
	font-size: 120%;
	margin-bottom: 10px;
}

a {
	color: #547800;
}

a:hover {
	text-decoration: none;
}

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


.wrapper {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	overflow-x: hidden;
	height: auto;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

header {
	text-align: center;
	background: url(../images/header_bg.jpg);
	padding-bottom: 20px;
}

header h1 {
	width: auto;
}

header nav {
	width: auto;
	text-align: center;
}

header nav li a {
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	margin: 0 auto;
	display: block;
	background-repeat: none;
}

/*header nav li a {
	width: 230px;
	height: 60px;
	display: block;
	background-repeat: none;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}*/

header nav li.nav_about a {
	background: url(../images/nv_about.png);
}


header nav li.nav_about a:hover {
	background: url(../images/nv_about_on.png);
}


header nav li.nav_first a {
	background: url(../images/nv_first.png);
}


header nav li.nav_first a:hover {
	background: url(../images/nv_first_on.png);
}


header nav li.nav_access a {
	background: url(../images/nv_access.png);
}


header nav li.nav_access a:hover {
	background: url(../images/nv_access_on.png);
}


header nav li.nav_children a {
	height: 80px;
	background: url(../images/nv_children.png);
}


header nav li.nav_children a:hover {
	height: 80px;
	background: url(../images/nv_children_on.png);
}


header nav li.nav_contact a{
	background: url(../images/nv_contact.png);
}


header nav li.nav_contact a:hover {
	background: url(../images/nv_contact_on.png);
}


header nav li.nav_staff a{
	background: url(../images/nv_staff.png);
}


header nav li.nav_staff a:hover {
	background: url(../images/nv_staff_on.png);
}


header .information {
	line-height: 1.7;
	font-size: 123.1%;
	margin-bottom: 10px;
}

header .icon-set {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 0 auto 20px;
}

header .icon img {
	width: 20px 20px;
}

header .btn_fb {
	margin-bottom: 10px;
}

header .information span {
	display:block;
}


.content {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	color: #333;*/
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.content h1 {
	margin: 0 10px 20px 10px;
	width: auto;

}

.content article {
	margin: 0 10px 30px 10px;
	padding: 20px 20px 10px 20px;
}

.content article h2 {
	margin: -30px 0 1.0em 0;
}

.content p,
.content ol,
.content ul {
	margin-bottom: 10px;
}

.content p,
.content li,
.content dt,
.content dd {
	line-height: 1.7;
	font-size: 123.1%;
}

.content .btnpagetop_s {
	position: absolute;
	height: 30px;
	margin-right: 10px;
	right: 0;
	bottom: 0;
}

#btnpagetop {
	position: absolute;
	height: 30px;
	margin-right: 10px;
	right: 0;
	bottom: 0;
}

#btnpagetop img {
	width: 160px;
}

.linkmark {
	background: url(../images/linkmark.png) no-repeat;
	padding-left: 28px;
	line-height: 2.0;
}

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
	vertical-align: middle;
}

/*
section index
----------------------------------------------------------------------------*/

#index {
	background: url(../images/top_bg_s.jpg) 50% 0 no-repeat fixed;
	padding: 40px 0 20px 0;
}

#index article {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;/* CSS3���� */
	-webkit-border-radius: 10px;/* Safari,Google Chrome�p */
	-moz-border-radius: 10px;/* Firefox�p */
	behavior: url(js/pie/PIE.htc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff'); /* IE5.5+ */
	zoom:1;
}

#index .news dl dt,
#index .news dl dd {
	line-height: 1.7;
}


#index .news dl dd {
	margin-bottom: 1em;
}


#index .time {
	background-position: right bottom;
	background-repeat: no-repeat;
}


#index .time ul li {
	list-style-type: none;
}


/*
section about
----------------------------------------------------------------------------*/
#about {
	background: url(../images/about_bg_s.jpg) 50% 0 no-repeat fixed;
	background-size: 300%;
	padding: 25px 0;
	height: auto;
}

#about article {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;/* CSS3���� */
	-webkit-border-radius: 10px;/* Safari,Google Chrome�p */
	-moz-border-radius: 10px;/* Firefox�p */
	behavior: url(js/pie/PIE.htc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff'); /* IE5.5+ */
	zoom:1;
}

#about .functional .text-block {
	margin-bottom: 20px;
}

#about .kamoku h2 {
	height: auto;
	background: none;
}

#about .special ul li {
	list-style-type: none;
}

#about .time ul li {
	list-style-type: none;
}

/* column */

.column {
	width: 80%;
	height: auto;
	margin: 20px auto;
}

.column h2 {
	margin-bottom: 20px;
}

.column .textBlock {
	margin-bottom: 20px;
}

.column h3 {
	margin-bottom: 10px;
}

.column p,
.column dl,
.column ul {
	line-height: 1.7;
	font-size: 123.1%;
	margin-bottom: 10px;
}

.kakomi {
	padding: 20px 20px 10px 20px;
	border: 1px dotted #000;
}

.kakomi h4 {
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 10px;
}

/*
section first
----------------------------------------------------------------------------*/
#first {
	background: url(../images/first_bg_s.jpg) 50% 0 no-repeat fixed;
	padding: 20px 0;
}


#first article {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;/* CSS3���� */
	-webkit-border-radius: 10px;/* Safari,Google Chrome�p */
	-moz-border-radius: 10px;/* Firefox�p */
	behavior: url(js/pie/PIE.htc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff'); /* IE5.5+ */
	zoom:1;
}

#first .profile {
	margin-top: 30px;
}

/*
section access
----------------------------------------------------------------------------*/
#access {
	background: url(../images/access_bg_s.png) 50% 0 repeat-y;
	padding: 20px 0;
}

#access article {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;/* CSS3���� */
	-webkit-border-radius: 10px;/* Safari,Google Chrome�p */
	-moz-border-radius: 10px;/* Firefox�p */
	behavior: url(js/pie/PIE.htc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff'); /* IE5.5+ */
	zoom:1;
}

#access .map {
	width: 100%;
	max-width: 960px;
	height: auto;
}


/*
section children
----------------------------------------------------------------------------*/
#children {
	background: url(../images/children_bg_s.jpg) 50% 0 no-repeat fixed;
	padding: 20px 0;
}


#children article {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;/* CSS3���� */
	-webkit-border-radius: 10px;/* Safari,Google Chrome�p */
	-moz-border-radius: 10px;/* Firefox�p */
	behavior: url(js/pie/PIE.htc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddffffff',EndColorStr='#ddffffff'); /* IE5.5+ */
	zoom:1;
}

/*
section staff
----------------------------------------------------------------------------*/

.staff .dl-style dt {
    font-weight: bold
}
