body {
	background-image: linear-gradient( 90deg, #fbebf2 85%, #fff 15%, #fff 50%, #fbebf2 50%, #fbebf2 75%, #fff 75%, #fff );
	background-size: 20px 20px;
}
#header {
	text-align: center;
}
#header h1 {
	padding-top: 10px;
}
#header h1 img {
	max-width: 500px;
}
.main h1 {
	text-align: center;
}
.main h1 img {
	max-width: 500px;
}
.main p {
	line-height: 1.8;
}

.main_ttl {
	margin: 20px auto;
	text-align: center;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Meiryo, メイリオ, serif;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0px 20px;
	color: #c22e28;
}
section {
	clear: both;
	padding-top: 70px;
}
section h2 {
	width: 60%;
	line-height: 100px;
	margin: 0 auto 40px;
	font-size: 1.5em;
	font-family: "Rounded Mplus 1c";
	font-weight:800;
	text-align: center;
	background-image: url(../images/15.svg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
}
section h2 span {
}
.pagetop {
	position: fixed;
	bottom: 24px;
	right: 24px;
}
.pagetop a {
	display: inline-block;
	color: #fff;
	font-size: 0.6em;
	padding: 6px 2em 4px;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,0.7);
}
.pagetop a:hover {
	background: #c22e28;
	transition: .4s;
}
/*  Footer  */
footer {
	padding: 20px 0 20px 0;
	background: #a0b719;
	text-align: center;
}
footer img {
	max-width: 100px;
	height: auto;
}
footer .rights {
	color: #333;
	font-family: "lato_regular", arial;
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
}
footer .rights a {
	text-decoration: none;
	font-family: 'lato_bold', arial;
	font-weight: bold;
	color: #fff;
}
ul.footnav {
	width: 90%;
	padding: 10px 0;
	margin-top: 20px;
	margin: 0 auto;
	line-height: 2;
}
ul.footnav li {
	display: inline;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #666666;
}
ul.footnav li a {
	color: #333;
	text-decoration: none;
}
ul.footnav li a:hover {
	color: #c22e28;
}
.city {
	height: 70px;
	background-image: url(../images/city.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
 @media only screen and (min-width: 800px) {
a#menu {
	display: none;
}
.panel {
	display: block !important;
		
	
}



#mainnav {
	
	width: 1000px;
	margin: 0 auto;
	padding: 0;
background-image:url(../images/menu_bg.svg);
background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	height:100px;



}




#mainnav li {
	display: block;
	width: 25%;
font-family: "Rounded Mplus 1c";
font-weight:600;
	float:left;


	}
	


	

#mainnav li a {
	display: block;
	padding: 0px 0 10px;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top:20px;


	
	
}



.logo01 {
	display: none;
}
}
 @media only screen and (max-width: 799px) {
#header {
	position: fixed;
	width: 100%;
	z-index: 500;
}
#headerWrap {
	position: relative;
	width: 100%;
	height: 70px;
	background: #c22e28;
}
#header h1 {
	padding-top: 10px;
}
#header h1 img {
	margin-top: 3px;
	max-height: 45px;
	width: auto !important;
}
a#menu {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 10px;
}
#menuBtn {
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#menuBtn:before, #menuBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#menuBtn:before {
	margin-top: -7px;
}
#menuBtn:after {
	margin-top: 5px;
}
a#menu .close {
	background: transparent;
}
a#menu .close:before, a#menu .close:after {
	margin-top: 0;
}
a#menu .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
a#menu .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.panel {
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
#mainnav {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 999;
}
#mainnav ul {
	border-bottom: 0px solid #fff;
	background: #c22e28;
	text-align: left;
	z-index: 999;
}
#mainnav li a {
	position: relative;
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #fff;
	color: #fff;
	z-index: 999;
	text-decoration: none;
}
#mainnav li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mainImg {
	padding-top: 60px;
	z-index: -100;
}
.logo02 {
	display: none;
}
.lace, six {
	display: none;
}
.main {
	padding-top: 100px;
}
}
