/************
BEER GARDEN
************/
body#beer {
	background:url(../images/beergarden/kraft-paper-pattern.jpg);
}
body#beer #head-section {
	height:110px;
	text-align:center;
}
#beer-inner {
	width:1000px;/*
	height: 1800px;*/
	height: auto;
	margin: 0 auto;
/*
	padding: 70px 15px 250px 15px;
	content: "";
	background:url(../images/beergarden/chirashi.jpg)no-repeat;*/
	background-size:100%;
}
#rsv-btn,
#rsv-btn2,
#btn-beer-menu a { 
	display:block;
	width:344px;
	height:100px;
	margin:30px auto ;
	opacity:1;
}
#rsv-btn:hover,
#rsv-btn:active {
	background:url(../images/beergarden/resv-btn-on.png) no-repeat;
	background-size:100%;
}
#rsv-btn2:hover,
#rsv-btn2:active {
	background:url(../images/beergarden/pair-resv-btn-on.png) no-repeat;
	background-size:100%;
}
#btn-beer-menu a:hover,
#btn-beer-menu a:active {
	background:url(../images/beergarden/beergarden-on.png) no-repeat;
	background-size:100%;
}
#rsv-btn:hover img,
#rsv-btn:active img,
#rsv-btn2:hover img,
#rsv-btn2:active img,
#btn-beer-menu a:hover img,
#btn-beer-menu a:active img {
	opacity:0;
}
#date{
	font-size: 50px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000;
    margin: 20px 0;
}
#beer-concept{
	font-size: 19px;
	font-weight: bolder;
	text-shadow: 2px 2px 3px #000;
	line-height: 35px;
}
#btn-beer-menu {
    width: 100%;
    margin: 50px auto 0 auto;
}
#beer-rev{
	width: 100%;
	height: auto;
	background-image: none;
	margin: 0 auto 120px auto;
    display: flex;
    justify-content: space-around;
}
#beer-rev:after{
	content: ;
	position: absolute;
	top: 10px;
	right: 10px;
}
#beer-rev:before{
	content:;
	position: absolute;
	bottom: -20px;
	left: -20px;
}
#beer-rev h2.tend{
	width: 100%;
    padding: 50px 0;
    height: 50px;
    color: #001c58;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}
#hour{
	font-size: 30px;
	color: #001c58;
}
#plan{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
	margin: 10px auto; 
}
#plan span{
	margin: 0 5px;
}
#price{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
}
#price span:first-child{
	font-size: 18px;
	margin: 0 5px 0 0;
}
#price span.tend{
	font-size: 50px;
	font-weight: normal;
}
/*entry========================================================================================*/
.ent-flow {
    width: 700px;
    margin: 60px auto;
}
.ent-flow h4 {
    font-size: 18px;
    text-align: center;
    color: #00204d;
    margin-bottom: 10px;
}
.ent-flow p {
    font-size: 14px;
}
.ent-flow .ent-flow-ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 30px;
}
.ent-flow .ent-flow-ol li {
    width: 340px;
    height: 345px;
    text-align: left;
    margin-bottom: 20px;
}
.ent-flow .ent-flow-ol li h5 {
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 5px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li h5 span {
    font-family: tend;
    font-size: 38px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li img {
    margin-bottom: 5px;
}
.ent-flow .ent-flow-ol li p {
    font-size: 14px;
    line-height: 1.3em;
}
.ent-flow .ent-flow-ol li p span {
    font-size: 12px;
    font-weight: bold;
    color: #c20000;
}
/*footer========================================================================================*/
#city{
	position: relative;
}
#city:after{
	position: absolute;
	bottom: 50px;
	left: 0;
	content: "";
	background: url(../images/beergarden/bg-city.png);
	background-repeat: repeat-x;
    width: 100%;
    height: 94px;
}
#city:before{
	position: absolute;
	content: "";
	background: url(../images/beergarden/kanransya.png)no-repeat;
	left: 290px;
	bottom: 50px;
	width: 105px;
    height: 111px;
}


@media screen and (max-width:1000px) {
/************
BEER GARDEN
************/
body#beer {
	background:url(../images/beergarden/kraft-paper-pattern.jpg);
}
body#beer #head-section {
	height:110px;
	text-align:center;
}
#beer-inner {
	width:95%;
	height: auto;
	background-size:100%;
}
#beer-inner img  {
	width:100%;
	height:auto;
}
#beer-inner h1 img {
	width:65%;
	height:auto;
}
#rsv-btn,
#rsv-btn2,
#btn-beer-menu a { 
	display:block;
	width:70%;
	height:auto;
	margin:auto;
	opacity:1;
}
#rsv-btn img,
#rsv-btn2 img,
#btn-beer-menu a img {
	width:100%;
	height:100%;
}
#rsv-btn:hover img,
#rsv-btn:active img,
#rsv-btn2:hover img,
#rsv-btn2:active img, 
#btn-beer-menu a:hover img,
#btn-beer-menu a:active img {
	opacity:0;
}
#date{
	font-size: 50px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000;
    margin: 20px 0;
}
#beer-concept{
	font-size: 19px;
	font-weight: bolder;
	text-shadow: 2px 2px 3px #000;
	line-height: 35px;
}
#beer-rev{
	width: 100%;
	height: auto;
	max-height:638px;
	margin: 0 auto 105px auto;
	padding-bottom:30px;
    display: block;
}
#beer-rev h2.tend{
	width: 100%;
    padding: 50px 0;
    height: 50px;
    color: #001c58;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}
#hour{
	font-size: 30px;
	color: #001c58;
}
#plan{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
	margin: 10px auto; 
}
#plan span{
	margin: 0 5px;
}
#price{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
}
#price span:first-child{
	font-size: 18px;
	margin: 0 5px 0 0;
}
#price span.tend{
	font-size: 50px;
	font-weight: normal;
}
.ent-flow {
    width: 90%;
    margin: 60px auto;
}
.ent-flow h4 {
    font-size: 18px;
    text-align: center;
    color: #00204d;
    margin-bottom: 10px;
}
.ent-flow p {
    font-size: 14px;
}
.ent-flow .ent-flow-ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 30px;
}
.ent-flow .ent-flow-ol li {
    width: 48%;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
}
.ent-flow .ent-flow-ol li h5 {
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 5px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li h5 span {
    font-family: tend;
    font-size: 38px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li img {
    margin-bottom: 5px;
}
.ent-flow .ent-flow-ol li p {
    font-size: 14px;
    line-height: 1.3em;
}
.ent-flow .ent-flow-ol li p span {
    font-size: 12px;
    font-weight: bold;
    color: #c20000;
}
/*footer========================================================================================*/
#city{
	position: relative;
}
#city:after{
	position: absolute;
	bottom: 50px;
	left: 0;
	content: "";
	background: url(../images/beergarden/bg-city.png);
	background-repeat: repeat-x;
    width: 100%;
    height: 94px;
}
#city:before{
	position: absolute;
	content: "";
	background: url(../images/beergarden/kanransya.png)no-repeat;
	left: 290px;
	bottom: 50px;
	width: 105px;
    height: 111px;
}

}
@media screen and (max-width:640px) {
    #lovers-info dl #plan-dl {
        width: 90%;
    }
/*entry========================================================================================*/
.ent-flow {
    width: 90%;
    margin: 60px auto;
}
.ent-flow h4 {
    font-size: 18px;
    text-align: center;
    color: #00204d;
    margin-bottom: 10px;
}
.ent-flow p {
    font-size: 14px;
}
.ent-flow .ent-flow-ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 30px;
}
.ent-flow .ent-flow-ol li {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
}
.ent-flow .ent-flow-ol li h5 {
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 5px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li h5 span {
    font-family: tend;
    font-size: 38px;
    font-weight: 100;
}
.ent-flow .ent-flow-ol li img {
    margin-bottom: 5px;
}
.ent-flow .ent-flow-ol li p {
    font-size: 14px;
    line-height: 1.3em;
}
.ent-flow .ent-flow-ol li p span {
    font-size: 12px;
    font-weight: bold;
    color: #c20000;
}
}

@media screen and (max-width:420px) {
/************
BEER GARDEN
************/
body#beer #head-section {
	height:70px;
}
#rsv-btn { 
	display:block;
}
#date{
	font-size: 40px;
}
#beer-concept{
	font-size: 16px;
	line-height: 2em;
}
#beer-concept br {
	display:none;
}
#beer-rev{
	width: 100%;
}
#beer-rev h2.tend{
	width: 100%;
    padding: 50px 0;
    height: 40px;
    color: #001c58;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
}
#hour{
	font-size: 24px;
	color: #001c58;
}
#plan{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
	margin: 10px auto; 
}
#plan span{
	margin: 0 5px;
	display:block;
}
#plan span img {
	width:8%;
	height:auto;
}
#price{
	font-size: 24px;
	color: #001c58;
	font-weight: bold;
}
#price span:first-child{
	font-size: 18px;
	margin: 0 5px 0 0;
}
#price span.tend{
	font-size: 50px;
	font-weight: normal;
}

/*footer========================================================================================*/
#city{
	position: relative;
}
#city:after{
	position: absolute;
	bottom: 50px;
	left: 0;
	content: "";
	background: url(../images/beergarden/bg-city.png);
	background-repeat: repeat-x;
    width: 100%;
    height: 94px;
}
#city:before{
	position: absolute;
	content: "";
	background: url(../images/beergarden/kanransya.png)no-repeat;
	left:0;
	right: 60px;
	bottom: 50px;
	width: 105px;
    height: 111px;
}

}