@charset "utf-8";

/*======================================
	Base
=======================================*/
body {
	text-align: center;
	background-image: url(../image/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
	font-size: 99%;
}

/*======================================
	Boxs
=======================================*/

div#root_box {
	width: 800px;	
	margin: 0 auto;
	text-align: left;
}
@media (max-width: 45rem) {
div#root_box {
	width: 100%;	
}
}
	div#head_box {
	}
	
	div#main_box {
		clear: both;
		padding-bottom: 30px;
		border-bottom: solid 1px #E0CEAE;
		background-image: url(../image/bg_main.jpg);
		background-position: right 100px;
		background-repeat: no-repeat;
		margin: 0	}
	
	#page_facilities div#main_box { background-image: url(../image/bg_facilities.jpg); }
	#page_about div#main_box { background-image: url(../image/bg_about.jpg); }
	#page_entry div#main_box { background-image: url(../image/bg_entry.jpg); }
	#page_day div#main_box { background-image: url(../image/bg_day.jpg); }
	#page_year div#main_box { background-image: url(../image/bg_year.jpg); }
	#page_inquiry div#main_box { background-image: url(../image/bg_inquiry.jpg); }
	#page_siteabout div#main_box { background-image: url(../image/bg_siteabout.jpg); }
	#page_special div#main_box { background-image: none; }
	#page_introduction div#main_box { background-image: url(../image/bg_introduction.jpg); }

	#page_about h2 { background-image: url(../../about/_objects/image/h2.jpg); }
	#page_entry h2 { background-image: url(../../entry/_objects/image/h2.jpg); }
	#page_day h2 { background-image: url(../../introduction/day/_objects/image/h2.jpg); }
	#page_year h2 { background-image: url(../../introduction/year/_objects/image/h2.jpg); }
	#page_inquiry h2 { background-image:url(../../inquiry/_objects/image/h2.jpg); }
	#page_siteabout h2 { background-image: url(../../siteabout/_object/image/h2.jpg); }
	#page_special h2 { background-image: url(../../introduction/special/_objects/image/h2.jpg); }
	#page_introduction h2 { background-image: url(../../introduction/_objects/image/h2.jpg); }

	div#foot_box {
		clear: both;
		margin: 0;
		height: 100px;
		background-position: top;
		background-image: url(../image/bg_foot.gif);
		background-repeat: no-repeat;
	}

/*======================================
	head_box
=======================================*/

#crnav {
	position: relative;
	height:85px;

}
#crnav h1 {
	width:80%;
	padding:10px;}
#crnav h1 img {
	
}
#crnav-head {
	position:fixed;
	top:0px;
	right:0px;
	z-index:102;
	background-color:#4E7209;
	padding:10px;
	height:85px;
}
#crnav-head .menu-trigger,
#crnav-head .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#crnav-head .menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#crnav-head .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
#crnav-head .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#crnav-head .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#crnav-head .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#crnav-head .menu-trigger::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
#crnav-head .menu-trigger.active::after {
  content: 'CLOSE';
  bottom: -25px;
}
#crnav-head .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#crnav-head .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#crnav-head .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}
#crnav-body {
	position:fixed;
	top:85px;
	z-index:103;
	background-color:#FCFAEF;
	width:100%;
	padding:30px;
	display:none;
}
#crnav-body ul {
	list-style-type: none;
}
#crnav-body ul li {
	font-size:20px;
	color:#4E7209;
	padding:5px;
	border-bottom:1px solid #4E7209;
}
#crnav-body ul li ul {
	list-style:disc;
	margin-left:20px;
	padding-left:10px;
	}
#crnav-body ul li ul li {
	font-size:18px;
	list-style:none;
}

#crnav-body ul li a {
	color:#000;
	line-height: 200%;
	text-decoration: none;
	color:#4E7209;
	display:block;
	width:100%;
}
#crnav-body ul li a span {
	background-color:#FFF;
	padding:0px 10px;
	border-radius:5px;
	font-size:18px;
	margin: 10px;
	display:inline-block;
	color:#C00;
	font-weight:bold;
	}

@media (min-width: 45rem) {
#crnav {
	display:none;
}
}
@media (max-width: 45rem) {
#head_box {
	display:none;
}
}

/*======================================
	header
=======================================*/

#head_box h1 {
	margin: 5px 15px;
}

	#head_box h1 img {
		height: 74px;
		border: none;
	}

#main_box h2 {
	width: 800px;
	height: 100px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	border-top: 1px solid #E0CEAE;
	border-bottom: 1px solid #E0CEAE;
}
@media (max-width: 45rem) {
#main_box h2 {
	width: 100%;
	background-size: cover;
	background-position: center;
}
}


#page_facilities h2 { background-image: url(../../introduction/facilities/_objects/image/h2.jpg); }
#page_about h2 { background-image: url(../../about/_objects/image/h2.jpg); }
#page_entry h2 { background-image: url(../../entry/_objects/image/h2.jpg); }
#page_day h2 { background-image: url(../../introduction/day/_objects/image/h2.jpg); }
#page_year h2 { background-image: url(../../introduction/year/_objects/image/h2.jpg); }
#page_inquiry h2 { background-image:url(../../inquiry/_objects/image/h2.jpg); }
#page_siteabout h2 { background-image: url(../../siteabout/_object/image/h2.jpg); }
#page_special h2 { background-image: url(../../introduction/special/_objects/image/h2.jpg); }
#page_introduction h2 { background-image: url(../../introduction/_objects/image/h2.jpg); }
#page_report h2 { background-image: url(../../introduction/report/_objects/image/h2.jpg); }

h3 {
	color: #88512F;
	font-size: 120%;
	clear: both;
	background-image: url(../image/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 0px 0px 0px 70px;
	line-height:60px;
}



/*======================================
	menu
=======================================*/

ul#main_menu {
	list-style: none;
	width: 800px;
	height: 35px;
	text-align: center;
}

	ul#main_menu li {
		float: left;
	}
	
	ul#main_menu li a {
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	background-position: center top;
	text-indent: -1000em;
	overflow: hidden;
	}

		li#menu_introduction a { background-image: url(../image/menu_introduction.gif) }
		li#menu_about a        { background-image: url(../image/menu_about.gif) }
		li#menu_entry a        { background-image: url(../image/menu_entry.gif) }
		li#menu_inquiry a      { background-image: url(../image/menu_inquiry.gif) }
		li#menu_siteabout a    { background-image: url(../image/menu_siteabout.gif) }

		#page_introduction li#menu_introduction a,
		#page_year         li#menu_introduction a,
		#page_day          li#menu_introduction a,
		#page_facilities   li#menu_introduction a,
		#page_special      li#menu_introduction a,
		#page_about        li#menu_about a,
		#page_entry        li#menu_entry a,
		#page_inquiry      li#menu_inquiry a,
		#page_siteabout    li#menu_siteabout a
		{ background-position: center bottom; }

		ul#main_menu li a:hover { 
			background-position: 0 -35px;
		}
	
	
ul#sub_menu {
	list-style: none;
	text-align: center;
	width: 800px;
	height: 30px;
}

	ul#sub_menu li {
		float: left;
	}
	
	ul#sub_menu li a {
		display: block;
		width: 160px;
		height: 30px;
		line-height: 30px;
		background-position: center top;
		text-indent: -1000em;
		overflow: hidden;
	}

	li#menu_day a { background-image: url(../image/menu_day.gif); }
	li#menu_year a { background-image: url(../image/menu_year.gif); }
	li#menu_facilities a { background-image: url(../image/menu_facilities.gif); }
	li#menu_special a { background-image: url(../image/menu_special.gif); }
	li#menu_report a { background-image: url(../image/menu_report.gif); }

	#page_day li#menu_day a,
	#page_year li#menu_year a,
	#page_facilities li#menu_facilities a,
	#page_special li#menu_special a
	#page_report li#menu_report a
	{ background-position: center bottom; }


	ul#sub_menu li a:hover { 
		background-position: center -30px;
	}


/*======================================
	main_box
=======================================*/
#main_box p {
	font-size: 98%;
	margin: 5px 40px;
	line-height: 1.8;
	text-align: justify;
	text-indent: 1em;
}

/*======================================
	foot_box
=======================================*/

div#foot_box p.copyright {
	padding: 15px 0 0 0;
	color: #FFF;
	text-align: center;
	font-family: Verdana;
	font-size: 90%;
}


.phone_number {
	font-family: monospace;
	letter-spacing: 1px;
}


#main_box ul {
	margin: 0 0 0 40px;
	list-style: inside;
}

	#main_box ul li {
		margin: 5px 0;
	}
	
#main_box p {
	clear: left;
}


table {
	margin: 10px 0 10px 40px;
	border: 2px solid #F1DEB1;
	border-collapse: collapse;
	width: 60%;
}

	th {
		background-color: #F9F4EC;
		text-align: right;
		letter-spacing: 2px;
		font-weight: normal;
		}

	th, td {
		border: 1px dashed #D0C5A6;
		padding: 0.8em;
	}
	
		#main_box table p {
			margin:0;
			padding: 0;
		}
		
#main_box p.copy {
	text-indent: 0;
	font-size: 120%;
	font-weight: 800;
	color: #F35E2C;
	text-indent: 15px;
	line-height: 2.5;
}

#main_box dl {
	margin: 0 30px;
}
	
	#main_box dl dt {
		margin: 15px 0 0 0;
		font-size: 110%;
	}
	
	#main_box dl dd {
		margin: 15px 0 0 15px;
	}

	#main_box dl dd.caption_image {
		margin: 0 0 20px 15px;
		color: #666;
	}


#main_box img {
}

#main_box ul.image_list {
	margin: 0 0 15px 10px;
	list-style: none;
}

	#main_box ul.image_list li {
		float: left;
		margin: 10px 10px;
		padding: 0;
	}

br {
	clear: both;
	visibility: hidden;
}

#main_box table ul {
	margin-left: 0;
}

#main_box table dl {
	margin-left: 0;
}

	#main_box table dl dt {
		font-weight: 800;
		font-size: 96%;
	}
	
	#main_box table dl dd {
		margin: 0.5em 0 2em 1em;
	}
	

.mail_address {
	font-family: Arial, Helvetica, sans-serif;
}

#main_box img.block {
	display: block;
	margin: 5px 40px;
}

em {
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
	color: #4E7023;
}

#main_box p.sub_text {
	text-indent: 2em;
}

#main_box p.image {
	text-align: center;
	padding: 0;
	margin: 0;
}

	#main_box p.image img {
		border: none;
		margin: 0;
		padding: 0;
	}
	
