@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-weight: normal;
    font-size:100%;
	-webkit-text-size-adjust: 100%;
}

body,
table,
input, textarea, select, option {
	background-color: #ffffff;
	color: #333333;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82%;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #cc6600;

}

a:visited {
	color: #cc6600;

}

a:hover {
	color: #cc6600;
	text-decoration: none;
}

a:active {
	color: #cc6600;

}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
}

.telLink {
	cursor: default;
}

/* header
*****************************************/
header {
	width: 100%;
	text-align: center;
}
header #hdBar {
	width: 100%;
	background: #381D00;
	text-align: center;
}
header #hdBar .hdBarInner {
	width: 1000px;
	margin: 0 auto;
}
header #hdBar .hdBarInner #tagLine {
	float: left;
	color: #ffffff;
	font-size: 93%;
	line-height: 1.0;
	padding-top: 7px;
	padding-bottom: 6px;
}
header #hdBar .hdBarInner #headText01 {
	float: right;
	padding-top: 2px;
	padding-bottom: 1px;
}
header #hdBar .hdBarInner #headText01 p {
	float: right;
	margin-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
header .logoArea {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
header .logoArea #logo01 {
	max-width: 300px;
	float: left;
	margin-top: 3px;
}
header .logoArea .right {
	float: right;
}
header .logoArea .right .address .txt01 {
	float: right;
	padding: 0 33px 0 0;
}
header .logoArea .right .address .btn01 {
	max-width: 90px;
	float: right;
}
header .logoArea .right #headText02 {
	max-width: 390px;
	margin-top: 8px;
	float: right;
}
header nav {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 25px 0 20px 0;
}
.globalNav01 {
	display: flex;
	flex-wrap: wrap;
}
.globalNav01 > li {
	width: calc(100%/6);
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.globalNav01 > li:first-child {
	border-left: 1px solid #ccc;
}
.globalNav01 > li > a {
	display: block;
	width: calc(100% - 2px);
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 1.1;
	transition: .3s;
	box-sizing: border-box;
}
.globalNav01 > li.current > a {
	color: #fff;
	background-color: #e88623;
	pointer-events: none;
}
.globalNav01 > li > a:hover {
	color: #fff;
	background-color: #e88623;
}
@media screen and (max-width: 1000px) {
	header #hdBar .hdBarInner {
			max-width: 98%;
	}
	header .logoArea {
		max-width: 98%;
	}
	header .logoArea #logo01 {
		width: 30.6%;
	}
	header .logoArea #logo01 img {
		width: 100%;
		height: auto;
	}
	header .logoArea .right {
		width: 60%;
	}
	header .logoArea .right .address .txt01 {
		float: right;
		padding: 0 5.5% 0 0;
	}
	header .logoArea .right .address .btn01 {
		width: 15.3%;
	}
	header .logoArea .right .address .btn01 img {
		width: 100%;
		height: auto;
	}
	header .logoArea .right #headText02 {
		width: 66.4%;
		float: right;
	}
	header .logoArea .right #headText02 img {
		width: 100%;
		height: auto;
	}
	header nav {
		width: 100%;
		margin: 0 auto 30px;
		padding: 15px 0 0 0;
	}
	header nav ul {
		text-align: center;
	}
	.globalNav01 > li {
		width: calc(100%/3);
		height: 50px;
	}
	.globalNav01 > li > a {
		line-height: 1.7;
	}
	.globalNav01 > li:nth-child(4) > a {
		line-height: 1.1;
	}
	.globalNav01 > li:nth-child(4) > a > span {
		display: block;
	}
	header nav ul li:nth-child(3n){
		border-right: 0;
	}
	header nav ul li:nth-child(n+4){
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	header #hdBar .hdBarInner {
		max-width: 94%;
	}
	header #hdBar .hdBarInner #tagLine {
		float: none;
		text-align: center;
	}
	header #hdBar .hdBarInner #headText01 {
		display: none;
	}
	header .logoArea {
		max-width: 94%;
	}
	header .logoArea #logo01 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	header .logoArea #logo01 img {
		width: 100%;
		height: auto;
	}
	header .logoArea .right {
		width: 100%;
		float: none;
		padding: 10px 0 0 0;
	}
	header .logoArea .right .address .txt01 {
		padding: 4px 0 0 0;
		float: left;
	}
	header .logoArea .right .address .btn01 {
		width: 23%;
	}
	header .logoArea .right .address .btn01 img {
		width: 100%;
		height: auto;
	}
	header .logoArea .right #headText02 {
		width: 100%;
		margin-top: 12px;
	}
	header .logoArea .right #headText02 img {
		width: 100%;
		height: auto;
	}
	header nav {
		width: 100%;
		margin: 0 auto 30px;
		padding: 15px 0 0 0;
	}
	.globalNav01 > li:first-child {
		border-left: 0;
	}
	.globalNav01 > li > a:hover {
		color: #000;
		background-color: #fff;
	}
}
@media screen and (max-width: 479px) {
	header #hdBar .hdBarInner #tagLine {
		font-size: 80%;
		text-align: left;
		line-height: 1.4;
		padding: 5px 0 5px 0;
	}
	header .logoArea .right .address .txt01 {
		font-size: 80%;
	}
}


/* #container
*****************************************/
#Main {
	position: relative;
}

#container #Inner {
	width: 1000px;
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 10px 0 20px 0;
	background: url(../images/index_border.gif) repeat-y 66.6% top;
}


#container.sub #Main {
	width: 63.8%;
	float: left;
}
#container.sub #Side {
	width: 30.4%;
	float: right;
}

#Side .schedule .list01 {
	margin-top: 10px;
}
#Side .schedule .list01 li {
	padding-left: 1.0em;
	text-indent: -1.0em;
	line-height: 1.6;
	font-size: 93%;
}
#Side .access {
	padding: 25px 0 0 0;
}
#Side .access #map01 {
	width: 99%;
	height: 200px;
	margin-left: 1px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#Side .access #map01 + p {
	margin-top: 10px;
}
#Side .access #map01 > iframe {
	width: 100%;
	height: 100%;
}
#Side .access h5 {
	font-size: 108%;
	font-weight: normal;
	color: #663300;
	padding: 12px 0 0 0;
}
#Side .access .inquiry {
	padding: 8px 0 0 0;
}
#Side .access .list01 {
	padding: 20px 0 0 0;
}
#Side .access .list01 li {
	padding: 0 0 8px 0;
}
#Side .bn01 {
	padding: 20px 0 0 0;
}

.pagetopArea {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.pagetop {
	max-width: 98px;
	margin: 0 0 0 auto;
	padding: 15px 0 20px 0;
	clear: both;
}
.pagetop > a {
	display: block;
}
.linkLink {
	position: absolute;
	left: 0;
	bottom: 17px;
}

.linkLink a {
	padding-left: 10px;
	background: url(../images/ic_01.png) no-repeat 0 0.3em;
}

.linkLink a:link,
.linkLink a:visited,
.linkLink a:hover,
.linkLink a:active {
	color: #333333;
}

@media screen and (max-width: 1000px) {
	#container #Inner {
		width: 98%;
		max-width: 98%;
		margin: 30px auto 0;
	}
	#container.sub #Side img {
		width: 100%;
		height: auto;
	}
	.pagetopArea {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
	}
	.pagetop {
		padding: 0 1% 20px 0;
	}
	.linkLink {
		left: 1%;
	}
}
@media screen and (max-width: 640px) {
	#container #Inner {
		width: 100%;
		max-width: 100%;
		background: none;
		margin: 0 auto 0;
	}
	#container.sub #Main {
		width: 92%;
		float: none;
		margin: 0 auto;
	}
	#container.sub #Side {
		width: 79.7%;
		margin: 0 auto;
		float: none;
		padding: 30px 0 0 0;
	}
	.pagetop {
		padding: 0 3% 15px 0;
	}
	.linkLink {
		left: 1%;
	}
}
/* footer
*****************************************/

footer {
	padding-bottom: 25px;
	width: 100%;
	background: #381D00 url(../images/foot_bg.gif) repeat-x left top;
}

#footInner {
	margin: 0 auto;
	width: 1000px;
}

#footCol01 {
	float: left;
	padding-top: 22px;
	width: 505px;
}

#footCol02 {
	float: right;
	padding-top: 21px;
	width: 400px;
	text-align: right;
	color: #ffffff;
	font-size: 85%;
}
#footCol02 a {
	color: #ffffff;
	text-decoration: none;
}
#footCol02 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.leftCol {
	max-width: 244px;
	float: left;
	margin-top: 2px;
}

.rightCol {
	float: right;
}

#copyright {
	margin-top: 15px;
}

@media screen and (max-width: 1000px) {
	#footInner {
		max-width: 98%;
	}
	#footCol01 {
		width: 52%;
	}
	.leftCol {
		width: 47.9%;
	}
	.leftCol img {
		width: 100%;
		height: auto;
	}
	.rightCol {
		width: 45.5%;
	}
	.rightCol img {
		width: 100%;
		height: auto;
	}
	#footCol02 {
		width: 41%;
	}
}
@media screen and (max-width: 640px) {
	footer {
		max-width: 100%;
	}

	#footInner {
		max-width: 100%;
	}
	#footCol01 {
		width: 100%;
		float: none;
		padding-top: 22px;
	}
	.leftCol {
		float: none;
		margin: 2px auto 0;
	}
	.leftCol p {
		text-align: center;
	}
	.rightCol {
		float: none;
		display: none;
	}
	#footCol02 {
		float: none;
		display: none;
	}

}
