@charset "utf-8";

/******************** header ********************/
#gh_header button {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 1000px){
#gh_header button {
    display: inherit;
    margin-right: 0px;
}
}
#gh_header {
	margin: 30px auto 20px;
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	line-height: 140%!important;
}
#gh_header h1 {
	line-height: inherit!important;
	margin: 0!important;
}
#gh_header h1 img {
	height: 90px;
	width: auto;
}
#gh_header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 60px 0 0 0;
	font-size: 17px;
    font-family: journal, sans-serif;
    font-style: normal;
    letter-spacing: 0.1em;
}
#gh_header li {
	list-style: none;
	margin: 0 0 0 30px;
}
#gh_header li a {
	color: #000;
	text-decoration: none;
}
#gh_header li.reserve a {
	color: #fff;
	text-decoration: none;
    display: block;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background: #aa4343;
    position: relative;
    top: -20px;
}
#gh_header li a:hover {
	color: #aa8f43;
}
@media screen and (min-width: 320px) and (max-width: 767px){
#gh_header {
	width: 100%;
	min-width: 300px;
	margin: 15px auto 15px;
}
#gh_header h1 img {
	height: 60px;
    margin-left: 15px;
}
#gh_header ul {
	display: block;
	margin: 15px 0 0;
	font-size: 16px;
}
#gh_header li {
	list-style: none;
	margin: 0 0 10px;
}
#gh_header li.reserve a {
    line-height: 20px;
    width: 60%;
    margin: 30px auto 0;
}
}

/******************** title ********************/
h2.title {
	width: 100%;
	margin: 20px 0 50px;
	text-align: center;
    background: #f7f5f1;
	padding: 20px 0!important;
	color: #000;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.5em!important;
}
@media screen and (min-width: 320px) and (max-width: 767px){
h2.title {
	margin: 0 0 30px;
	font-size: 26px!important;
	padding: 5px 0;
}
}
/******************** footer ********************/
#gh_footer {
    background: #f8f7f3;
    padding: 20px 0 40px;
    margin: 40px 0 0;
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px){
#gh_footer {
    padding: 20px 0 30px;
    margin: 30px 0 0;
    font-size: 12px;
}
}




