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

/* ---- 960px�ȏ� ---- */
@media screen and ( min-width: 960px ) {

/*
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;
}


.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	/*background-color: #ddd;*/
	overflow-x: hidden;
	height: 100%;
	z-index: 1;
	position: relative;
}

#top {
	background: url(../images/top_bg.jpg) cover no-repeat fixed;
	padding: 0 0 20px 0;
}

header {
	position: fixed;
	text-align: center;
	width: 330px;
	z-index: 1;
	margin-left: 10px;
	background: none;
}

header nav {
	width: 330px;
	text-align: center;
}

header nav li.nav_about a:hover,
header nav li.nav_about a.active {
	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.active {
	background: url(../images/nv_first_on.png);
}

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

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

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

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


.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;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.content h1 {
	margin: 10px 20px 30px 370px;
}

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

.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 {
	display: none;
}

#btnpagetop {
	position: fixed;
	height: 30px;
	margin-right: 20px;
	right: 0;
	bottom: 0;
}

#btnpagetop img {
	width: 160px;
}

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

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

.vbox-content h2, .vbox-content p {
    margin-bottom: 20px;
}
    
/*-- vbox --*/
.vbox-overlay .vbox-inline {
  background: none !important;
  max-width: 800px !important;
  width: auto !important; }
.vbox-overlay .vbox-content {
  padding: 5% !important; }
  .vbox-overlay .vbox-content h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }
.vbox-overlay .vbox-figlio {
  box-shadow: none !important; }
.vbox-overlay .close {
  text-align: center;
  margin-top: 20px;
  font-weight: bold; }
.vbox-overlay .close:hover {
  cursor: pointer; }

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

#index {
	padding-top: 40px;
}

#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-left: 8em;
	margin-top: -1.7em;
}


/*#index .time {
	background-image: url(../images/qtaro.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}*/


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


/*
section about
----------------------------------------------------------------------------*/
#about {
	background: url(../images/about_bg.jpg) 50% 0 no-repeat fixed;
	padding-top: 25px;
	padding-bottom: 25px;
	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 .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.jpg) 50% 0 no-repeat fixed;
	padding-top: 25px;
}

#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.jpg) 50% 0 fixed;
	padding-top: 25px;
}

#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.jpg) 50% 0 no-repeat fixed;
	padding-top: 25px;
}

#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 {
	display: flex;
}

.staff .dl-style dt {
	flex-basis: 6em;
    font-weight: bold
}

.staff .dl-style dd {
	flex-grow: 1;
    flex-shrink: 1;
}


/* ---- 960px�ȏケ���܂� ---- */
}
