@charset "UTF-8";
/* CSS Document */
header {
	width: 100%;
	/*height: 350px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	/*overflow: hidden;*/
	position: relative;
	z-index: 995;
}
h1 {
	width: 400px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #009944;
	margin-bottom: -50px;
}
h1 img {
	width: 200px;
	height: auto;
	float: left;
	margin-top: -30px;
}
#mainrogo {
	width: 200px;
	height: auto;
	margin-left: 0px;
	position: relative;
	z-index: 999;
}
#topimage {
	width: 100%;
	height: auto;
	z-index: 0;
}
#toptext {
	position: relative;
	clear: both;
}

.menu ul li {
	float: left;
	text-align: center;
	margin-right: 25px;
}
.menu {
	width: auto;
	height: auto;
	min-width: 40px;
	float: right;
	margin-top: 67px;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.ordermenu{
	position: relative;
}
.submenu{
	display: none;
	position: absolute;
	top: 20px;
	bottom: 10px;
	z-index: 999;
	background-color: rgba(230, 230, 230, 0.7);
	width: 175px;
	height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	padding: 5px;
	
}
.submenu li {
	float: none !important;
}
#drop {
	display: none;
}
#drop:checked + .submenu{
	display: block;
}

footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ccb8cc;
	margin-top: 50px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	font-size: small;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-rogo {
	width: 100px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #88293F;
	text-decoration: none;
}

a:hover{
	color: #ca516c;
	text-decoration: underline;
}
body footer hr {
	background-color:  #FFFFFF;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42px;
	margin-bottom: 30px;
	border-style: none;
}

@media screen and (max-width:800px) {
		header {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: unset;
}
h1 {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 50px;
	margin-bottom: -20px;
	font-size: 10px;
	line-height: 13px;
	color: #009944;
	text-align: center;

}
h1 img {
	width: 50% !important;
	height: auto;
	float: none;
	margin-bottom: -10%;
}
	h1 span {
	display: block;
	margin-left: 41%;
	text-align: left;
	width: 150px;
	}
#mainrogo {
	width: 150px;
	height: auto;
	margin-left: 0px;
	position: relative;
	z-index: 999;
}
#topimage {
	margin-top:10px;
	margin-left: -22%;
	width:auto ;
	height: 150px;
	z-index: 0;
}
#toptext {
	position: relative;
	width: 100%;
	height: auto;
}
.menu ul{
	width: 100%;
	}
.menu ul li {
	float: left;
	text-align: center;
	margin-right: 0px;
	width: 50%;
	/*↓ここを検討する*/
	/*background-color: #DDF3D9;*/
}
.menu {
	width: 100%;
	height: auto;
	min-width: 40px;
	float: none;
	margin-bottom:95px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	font-size: 13px;
	text-align: center;
}
	.submenu{
	display: none;
	position: absolute;
	top: 20px;
	bottom: 10px;
	z-index: 999;
	background-color: rgba(230, 230, 230, 0.7);
	width: auto !important/*180px*/;
	height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	padding: 3px;
		}
	.submenu li{
		width: 200px !important;
	}
footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ccb8cc;
	margin-top: 50px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	font-size: small;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
}
.footer-rogo {
	width: 100px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.footermenu ul li {
	text-align: center;
	width: 50%;
	font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
}
.footermenu ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.footermenu  {
	text-align: center;
	/*margin-right: 60px;*/
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #88293F;
	text-decoration: none;
}

a:hover{
	color: #ca516c;
	text-decoration: underline;
	
}
body footer hr {
	background-color:  #FFFFFF;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42px;
	margin-bottom: 30px;
	border-style: none;
}

}
