@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: serif;
}

.main img {
	width: 100%;
	position: relative;
}

.gmenu {
	display: flex;
	list-style: none;
	position: absolute;
	color:  #fff;
	top: 50px;
	font-size: 25px;	
}

.gmenu li {
padding-left: 40px;	
}

.ener {
	position: absolute;
	top: 250px;
	left: 80px;

}

.what {
	margin-top: 80px;
	margin-left: 40px; 
	margin-bottom: 40px;
	font-size: 25px;

	
}
.txt {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
}

.menu_image img {
	width: 100%;
	
}
.menu_image {
	position: relative;
}

.title02 {
	position: absolute;
	top: 50px;
	color: #fff;
	margin-left: 400px;
	font-size: 25px;
}

.back {
	position: absolute;
	top: 100px;
    background-color: #fff;
	color: #000;
	margin-left: 400px;
	opacity: 0.7;
	width: 600px;
	height: 570px;

}

.table {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.line {
	border: 1px solid;
}

.title03 {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 25px;
}

.txt03 {
	margin-bottom: 50px;
}


.map {
	text-align: center;
}

.add {
	font-style: normal;
	text-align: center;
	margin-bottom: 30px;
}

.footer {
	width: auto;
	height: 100px;
	background-color: #A82A21;
	display: flex;
	position: relative;
}

.copy {
	color: white;
	font-size: 12px;
    margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
