/******************************************************************************/
/* main.css - last update: 2025.03.05 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: clamp(14px, 2.6vw, 15px);
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background: url(../img/body_bg.png) repeat left top;
	background-attachment: fixed;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

hr {
	display: none;
}

img {
	border: 0 none;
}

a img {
	border: 0 none;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a,
a:visited {
	color: #3366FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
}

input,
select,
option,
textarea {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

input[type="text"]:focus {
	outline: none;
}


/******************************************************************************/
/* wrapper */

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	z-index: 2;
}

.body_bg {
	position: fixed;
	top: 0;
	left: 50%;
	background: #FFFFFF;
	width: 100%;
	max-width: 980px;
	height: 100%;
	min-height: 100%;
	transform: translateX(-50%);
	z-index: 1;
}


/******************************************************************************/
/* top_header */

#top_header {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
}

#top_header_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/mainvisual_1.jpg) no-repeat center top;
	background-size: cover;
	z-index: 0;
}

#top_header h1 {
	position: relative;
	background: url(../img/mainvisual_bg.png) no-repeat 90px center;
	width: 760px;
	height: 600px;
	margin: 0 0 0 220px;
	z-index: 1;
}

#top_header span {
	display: none;
}


/******************************************************************************/
/* header */

#header {
	position: relative;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(159, 223, 159, 1));
	width: 100%;
	height: 80px;
	margin: 0 0 10px 0;
	padding: 0;
}

#header * {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "Roboto Slab", Garamond, "Times New Roman", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#header h1 {
	width: 700px;
	height: 65px;
	margin: 0 20px 0 260px;
	padding: 15px 0 0 0;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	width: 700px;
	height: auto;
	line-height: 150%;
	padding: 0 0 0 0;
	color: #003500;
	text-align: right;
	text-decoration: none;
}

#header a:hover {
	color: #004A00;
}

#header span {
	white-space: nowrap;
}


/******************************************************************************/
/* menu */

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	z-index: 3;
}

#menu .menu li {
	width: 220px;
	margin: 0 0 2px 0;
}

#menu .menu a,
#menu .menu a:visited {
	display: block;
	background: rgb(0, 106, 0, 0.96);
	width: 170px;
	line-height: 160%;
	padding: 6px 10px 3px 20px;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: 0.2s linear;
}

#menu .menu a:hover,
#menu .menu a.s,
#menu .menu a.s:visited,
#menu .menu a.s:hover {
	background: rgb(0, 138, 0, 0.92);
	padding: 6px 30px 3px 20px;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	text-decoration: none;
}

#menu .menu li.fs10 a,
#menu .menu li.fs10 a:hover,
#menu .menu li.fs10 a.s,
#menu .menu li.fs10 a.s:hover {
	padding-top: 9px;
	padding-bottom: 8px;
	font-size: 10px;
}

#menu .menu li.fs11 a,
#menu .menu li.fs11 a:hover,
#menu .menu li.fs11 a.s,
#menu .menu li.fs11 a.s:hover {
	padding-top: 9px;
	padding-bottom: 6px;
	font-size: 11px;
}

#menu .menu li.fs12 a,
#menu .menu li.fs12 a:hover,
#menu .menu li.fs12 a.s,
#menu .menu li.fs12 a.s:hover {
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 12px;
}

#menu .menu li.fs13 a,
#menu .menu li.fs13 a:hover,
#menu .menu li.fs13 a.s,
#menu .menu li.fs13 a.s:hover {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 13px;
}

#menu .menu li.info {
	background: rgb(255, 255, 255, 0.92);
	width: 198px;
	height: auto;
	line-height: 160%;
	margin: 10px 0 10px 0;
	padding: 12px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}

#menu .menu li.info a {
	display: inline;
	background: none;
	width: auto;
	height: auto;
	line-height: 160%;
	padding: 0;
	border-radius: 0;
	color: #3366FF;
	letter-spacing: 0;
	text-decoration: underline;
}

#menu .menu li.info a:hover {
	color: #FF9933;
}

#menu .menu li.info * {
	font-size: 12px;
}

#menu .menu li.ban {
	background: none;
	width: 180px;
	height: 60px;
	line-height: 0;
	margin: 0 0 5px 20px;
	padding: 0;
	border: 0 none;
}

#menu .menu li.ban a {
	display: inline;
	background: none;
	width: 180px;
	height: 60px;
	line-height: 0;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
}

#menu .menubar {
	display: none;
	background: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	pointer-events: none;
}

#menu input {
	display: none;
}


/******************************************************************************/
/* maincontent */

#maincontent {
	float: right;
	width: 740px;
	min-height: 440px;
	margin: 0 0 20px 20px;
	padding: 0;
}

#maincontent h2 {
	background: linear-gradient(0deg, rgba(159, 223, 159, 1), rgba(198, 236, 198, 1) 50%, rgba(159, 223, 159, 1));
	width: 700px;
	height: 57px;
	line-height: 57px;
	margin: 0 0 30px 0;
	padding: 3px 0 0 40px;
	border-radius: 15px 0 0 15px;
	color: #003500;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "Roboto Slab", Garamond, "Times New Roman", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.35em;
}

#maincontent h2.min {
	margin-bottom: 0.5em;
}

#maincontent h3 {
	position: relative;
	padding: 0 0 0 32px;
	margin: 0 3% 15px 3%;
	line-height: 160%;
	color: #003500;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#maincontent h3::before {
	position: absolute;
	top: 4px;
	left: 0;
	background: #004A00;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	content: '';
}

#maincontent h3::after {
	position: absolute;
	top: 9px;
	left: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #FFFFFF;
	content: '';
}

#maincontent h4 {
	line-height: 160%;
	margin: 0 4% 5px 4%;
	color: #004A00;
	font-size: 16px;
	font-weight: bold;
}

#maincontent h5 {
	line-height: 160%;
	margin: 0 4% 0 4%;
	font-weight: bold;
}

#maincontent p,
#maincontent ul {
	line-height: 160%;
	margin: 0 4% 15px 4%;
}

#maincontent p.mb0,
#maincontent ul.mb0 {
	margin-bottom: 0;
}

#maincontent p.mb5 {
	margin-bottom: 5px;
}

#maincontent p.note3 {
	padding-left: 3.6em;
	text-indent: -2.6em;
}

#maincontent sup,
#maincontent sub {
	font-size: 8px;
}

#maincontent .li01 li {
	position: relative;
	padding-left: 25px;
}

#maincontent .li01 li::before {
	position: absolute;
	top: 6px;
	left: 1px;
	width: 3px;
	height: 3px;
	border: 3px solid #006A00;
	border-radius: 100%;
	content: '';
}

#maincontent .li02 li {
	position: relative;
	padding-left: 25px;
}

#maincontent .li02 li::before {
	position: absolute;
	top: 7px;
	left: 3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #006A00;
	content: '';
}

#maincontent .num li {
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
}

#maincontent .hr {
	clear: both;
	width: 94%;
	height: 1px;
	padding: 0 0 25px 0;
	margin: 20px auto 0 auto;
	border-top: 1px dotted #999999;
}

#maincontent .box1 {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 20px 4% 17px 4%;
	border: 3px double #999999;
	background: #FFFFEE;
}

#maincontent .box2 {
	width: 578px;
	margin: 0 25px 20px 25px;
	padding: 20px 20px;
	border: 1px solid #AA8A55;
	background: #FFFFEE;
}

#maincontent .box1 p,
#maincontent .box2 p {
	margin: 0;
}

#maincontent .box3 {
	background: #FFFFEE;
	width: 94%;
	margin: 0 auto 10px auto;
	padding: 15px 0;
	border: 1px solid #AA8A55;
	border-radius: 10px;
	text-align: center;
}


/******************************************************************************/
/* table_normal */

#maincontent .table_normal {
	margin: 0 4% 15px 4%;
}

#maincontent .table_normal td {
	padding: 0 15px 0 0;
	vertical-align: top;
	line-height: 160%;
}


/******************************************************************************/
/* table_border */

#maincontent .table_border {
	margin: 0 25px 15px 25px;
}

#maincontent .table_border td {
	padding: 5px 5px 5px 5px;
	vertical-align: center;
	line-height: 160%;
	border: 1px solid #AA8A55;
	background: #FFFCF7;
	text-align: center;
}

#maincontent .table_border td.h {
	background: #FEF7EB;
}

#maincontent .table_border td.h2 {
	background: #5E400D;
	color: #FFFFFF
}

#maincontent .table_border td.h3 {
	background: #FDEFD7;
}


/******************************************************************************/
/* table_fix */

#maincontent .table_fix {
	width: 92%;
	margin: 0 4% 15px 4%;
}

#maincontent .table_fix td {
	background: #FFFCF7;
	line-height: 160%;
	padding: 10px 15px 10px 15px;
	border: 1px solid #AA8A55;
	text-align: center;
	vertical-align: center;
}

#maincontent .table_fix td.w30p {
	width: 30%;
}

#maincontent .table_fix td.w40p {
	width: 40%;
}

#maincontent .table_fix td.h {
	background: #FEF7EB;
}

#maincontent .table_fix td.h2 {
	background: #5E400D;
	color: #FFFFFF
}

#maincontent .table_fix td.h3 {
	background: #FDEFD7;
}

#maincontent .table_fix td.d {
	text-align: left;
}


/******************************************************************************/
/* table_whatsnew */

#maincontent .whatsnew {
	width: 100%;
	height: 250px;
	margin: 0 auto 20px auto;
	padding: 0;
	overflow-y: scroll;
}

#maincontent .table_whatsnew {
	width: 92%;
	margin: 0 4% 15px 4%;
}

#maincontent .table_whatsnew td {
	padding: 7px 5px 5px 5px;
	vertical-align: top;
	line-height: 160%;
	border-bottom: 1px dotted #CCCCCC;
}

#maincontent .table_whatsnew td.update {
	width: 15%;
	padding: 7px 5px 5px 5px;
	color: #666666;
	font-size: 14px;
}


/******************************************************************************/
/* table_program */

#maincontent .table_program {
	width: 92%;
	margin: 0 4% 15px 4%;
}

#maincontent .table_program td {
	background: #FFFCF7;
	line-height: 160%;
	padding: 7px 10px;
	border: 1px solid #AA8A55;
}

#maincontent .table_program td.w35p {
	width: 35%;
}

#maincontent .table_program td.h2 {
	background: #5E400D;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_program td.h3 {
	background: #FDEFD7;
}

#maincontent .table_program td.h {
	background: #FEF7EB;
}

#maincontent .table_program td.d {
	background: #FFFCF7;
}

#maincontent .table_program div.title {
	margin-left: 1em;
	font-weight: bold;
}

#maincontent .table_program div.name {
	margin-left: 2em;
}


/******************************************************************************/
/* table_form */

#maincontent .table_form {
	width: 92%;
	margin: 0 4% 15px 4%;
}

#maincontent .table_form td {
	line-height: 200%;
	padding: 10px 10px;
}

#maincontent .table_form td.h2,
#maincontent .table_form td.section {
	background: #5E400D;
	border: 1px solid #AA8A55;
	font-weight: bold;
	color: #FFFFFF
}

#maincontent .table_form td.h3 {
	background: #FDEFD7;
	border: 1px solid #AA8A55;
}

#maincontent .table_form td.h {
	background: #FEF7EB;
	font-weight: bold;
	width: 137px;
	border: 1px solid #AA8A55;
}

#maincontent .table_form td.d {
	background: #FFFCF7;
	border: 1px solid #AA8A55;
}

#maincontent .table_dsub {
	width: 420px;
	margin: 0;
	padding: 0;
}

#maincontent .table_dsub td {
	padding: 3px;
	vertical-align: top;
	line-height: 160%;
}

#maincontent .submit {
	padding: 15px 20px;
	letter-spacing: 0.25em;
}

.errmsg {
	color: #FF0000;
	font-weight: bold;
}


/******************************************************************************/
/* メインコンテンツ - Googleマップ */

#maincontent .gmap {
	width: 92%;
	margin: 0 4% 15px 4%;
}

#maincontent .gmap iframe {
	width: 100%;
	height: 400px;
	border: 0 none;
	overflow: hidden;
}


/******************************************************************************/
/* subcontent - サブコンテンツ */

#subcontent {
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}

#subcontent .sp {
	background: #612E04;
	margin: 0 35px 5px 15px;
	padding: 6px 0 5px 0;
	width: 180px;
	line-height: 100%;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1em;
	text-align: center;
}

#subcontent .ban {
	width: 180px;
	height: 60px;
	line-height: 100%;
	margin: 0 0 5px 15px;
	padding: 0;
}

#subcontent .ban2 {
	width: 180px;
	height: 60px;
	line-height: 100%;
	margin: 0 0 5px 15px;
	padding: 0;
}

#subcontent .poster {
	width: 120px;
	height: 170px;
	line-height: 100%;
	margin: 0 0 25px 45px;
	padding: 0;
}


/******************************************************************************/
/* jumptop - PAGE TOPボタンの枠組み */

#jumptop {
	clear: both;
}

#jumptop a,
#jumptop a:visited,
#jumptop a:hover,
#jumptop span {
	display: none;
}

#scrollUp {
    background: url(../img/jumptop_bg.png) no-repeat left top;
    bottom: 90px;
    right: 20px;
	width: 120px;
	height: 60px;
}

#scrollUp:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


/******************************************************************************/
/* footer */

#footer {
	clear: both;
	position: relative;
	background: #004A00;
	width: 98%;
	line-height: 160%;
	margin: 0 auto 0 auto;
	padding: 22px 1% 20px 1%;
	color: #FFFFFF;
	font-size: clamp(10px, 1.6vw, 12px);
	letter-spacing: 0.1em;
	text-align: center;
}

#footer::before {
	position: absolute;
	top: 1px;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 1px;
	content: '';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#footer::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 1px;
	content: '';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

