@charset "UTF-8";

html {
	overflow-y: scroll;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: .95em;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}

p {
	margin: 10px 0;
}

ul, 
ol {
	margin: 10px 10px 10px 24px;
}

dl {
	margin: 10px 0;
}

input, 
select {
	vertical-align: top;
}

/* iOSデフォルトスタイルリセット */
input[type="submit"], 
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, 
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, 
input[type="button"]::focus {
	outline-offset: -2px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus, 
*:focus {
	outline: none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #0096d1;
	text-decoration: underline;
}


div#container {
	position: relative;
}

#header {
	height: 56px;
}

#header>h1 {
	/* font-size: .95rem; */
	line-height: 1.2;
	margin: 0 0 0 4px;
	text-indent: -4px;
}

#header>h1>a {
	display: inline-block;
	color: #7e7e49;
	text-decoration: none;
}

#header>h1>a:hover {
	opacity: 0.8;
}

#header>h1>a>img {
	display: inline-block;
	width: 35px;
	margin: 4px 4px 0 4px;
}

section#menu {
	position: absolute;
	right: 0;
	top: 0;
}



input#menu-cb {
	display: none;
}

#menu #menu-icon {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1001;
}

#menu-cb:checked ~ #menu #menu-icon, 
#menu-cb:checked ~ #menu nav>ul {
	display: block;
}

section#menu>nav {
	position: absolute;
	right: 6px;
	top: 0;
	margin: 0;
	width: 49px;
	z-index: 1000;
	height: 56px;
}

section#menu>nav>ul {
	margin: 56px 0 0 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	width: 238px;
	height: 340px;
	background-color: #fff;
	border: 3px solid #5bb973;
	display: none;
}

section#menu>nav>ul>li {
	float: left;
	font-size: 0.75rem;
	width: 110px;
	height: 58px;
	margin: 10px 6px 10px 2px;
	text-align: center;
	border-bottom: 1px dotted #6ba101;
}

section#menu>nav>ul>li:nth-child(5), 
section#menu>nav>ul>li:nth-child(6) {
	height: 74px;
}

section#menu>nav>ul>li>a {
	display: inline-block;
	text-decoration: none;
}

section#menu>nav>ul>li>a:hover {
	opacity: 0.8;
}

section#menu>nav>ul>li img {
	display: inline-block;
	height: 32px;
	margin-bottom: 4px;
}

div#icons {
	margin: 0 0 20px 0;
}

div#icons>p {
	text-align: center;
}

div#breadcrumb>p {
	font-size: 0.75rem;
	margin: 10px;
}


#footer {
	position: relative;
	/* font-size: 0.95rem; */
	height: 300px;
}

#footer>div.left {
	position: absolute;
	left: 0;
	top: 150px;
	margin: 0 10px 0 10px;
}

#footer>div.right {
	margin: 0 10px 0 10px;
}

#footer>div.right>p {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

#footer>div.right>p>a {
	display: inline-block;
	/* margin: 0 10px 10px 0; */
}
#footer>div.right>p>a:last-child {
	/* margin: 0 0 10px 0; */
}

#footer>div.right>p>a:hover {
	opacity: 0.8;
}

#footer>p#copyright {
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

#footer>p#copyright>small {
	font-size: 0.75rem
}


/* スクロールアップ */
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #5bb973;
	color: #fff;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
	background: #208c3b;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}



@media print, screen and (min-width:330px) {

	#footer {
		height: 250px;
	}
	
	#footer>div.left {
		top: 100px;
	}
	
	#footer > p#copyright {
		top: 200px;
	}

}



@media print, screen and (min-width:340px) {

	#header>h1 {
		position: relative;
		line-height: 1.2;
		font-size: 1rem;
		margin: 0 0 0 0;
		text-indent: 0;
	}
	
	#header>h1>a>img {
		display: inline-block;
		width: 35px;
		margin: 10px 4px 0 8px;
	}
	
	#header>h1>a>span {
		display: block;
		position: absolute;
		left: 52px;
		top: 10px;
	}




}


@media print, screen and (min-width:490px) {

	#footer>div.left>p>br.sp {
		display: none;
	}
	
	#footer>div.right>p>a {
		/* margin: 0 10px 10px 0; */
	}
	

}


@media print, screen and (min-width:580px) {

	#footer {
		height: 240px;
	}

	#footer > p#copyright {
		top: 200px;
	}

	#footer>p#copyright>small {
		font-size: 0.85rem
	}

	#footer>p#copyright>small>br.sp {
		display: none;
	}
	
}


@media print, screen and (min-width:600px) {

	#footer > div.right {
		margin: 0 auto 0 auto;
		width: 80%;
	}

	#footer > div.left {
		margin: 0 auto 0 10%;
	}


}


@media print, screen and (min-width:800px) {

	#container {
		/* width: 1000px;
		margin: 0 auto; */
	}


	#header {
		height: 120px;
	}

	#header > h1 {
		font-size: 1.8rem;
	}

	#header > h1 > a > img {
		width: auto;
		margin: 20px 10px 0 20px;
	}

	#header > h1 > a > span {
		left: 110px;
		top: 30px;
	}


	section#menu {
		position: static;
		right: auto;
		top: auto;

		float: left;
		width: 150px;
	}

	#menu-cb:checked ~ #menu #menu-icon {
		display: none;
	}
	#menu #menu-icon {
		display: none;
	}

	section#menu > nav {
		position: static;
		right: auto;
		top: auto;
		margin: 0;
		width: auto;
		z-index: 1000;
		height: auto;
	}

	section#menu > nav > ul {
		margin: 20px 0 0 0;
		padding: 10px 0 0 10px;
		list-style-type: none;
		width: 150px;
		height: 650px;
		background-color: #fff;
		border: 0;
		display: block;
	}

	section#menu>nav>ul>li {
		font-size: 0.95rem;
		width: 120px;
		height: 80px;
	}
	
	section#menu>nav>ul>li:nth-child(5) {
		height: 100px;
	}
	section#menu>nav>ul>li:nth-child(6) {
		height: 100px;
	}
	section#menu>nav>ul>li:nth-child(7) {
		height: 80px;
	}
	
	section#menu>nav>ul>li img {
		height: 48px;
		margin-bottom: 6px;
	}
	section#menu>nav>ul>li:nth-child(7) img {
		margin-bottom: 6px;
	}
	

	div#icons {
		margin: 0 0 20px auto;
		width: calc(100% - 150px);
	}


	#footer {
		clear: left;
	}
	
	#footer > p#copyright {
		width: 100%;
	}

	#footer > div.right {
		margin: 0 auto 0 150px;
		width: auto;
	}

	#footer > div.right>p {
		margin: 0 auto 0 auto;
		width: 80%;
	}


}




@media print, screen and (min-width:820px) {

	#footer {
		height: 180px;
		font-size: 0.85rem;
	}
	
	#footer>div.left {
		position: static;
		left: auto;
		top: auto;
		padding-top: 5px;
		margin: 0 10px 0 40px;
	}
	
	#footer>div.right {
		margin: 0 auto 0 auto;
		/* width: 80%; */

		position: absolute;
		left: 29rem;
		top: 0;
	}
	
	#footer>div.right>p {
		width: auto;

		margin: 0;
	}

	#footer > p#copyright {
		top: 130px;
	}


}




@media print, screen and (min-width:1000px) {

	#container {
		width: 1000px;
		margin: 0 auto;
	}



}





/* 印刷用 */
@media print {

	body {
		width: 1000px;
	}

	#container {
		width: 1000px;
	}

	#scrollUp {
		display: none;
	}

}