@media (max-width: 768px){
/*******wrapper*******/
.wrap {
	width: 90%;
}

/*******header*******/
.logo,.pr,.head-r {
	display: none;
}

.sp-bar {
	border-bottom: 1px solid #fff;
	display: block;
	height: 71px;
	padding: 0 5%;
	width: 100%;
}

.sp-logo {
	float: left;
}

.sp-logo img {
	height: 70px;
}

/*******nav*******/
nav#pc {
	display: none;
}

nav#sp {
	background: #fed640;
	border-top: 1px solid #fff;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 100;
}

nav#sp li + li {
	border-top: 2px dotted #fff;
}

nav#sp li a {
	display: block;
	font-weight: bold;
	padding: 16px 5%;
}

nav#sp li a:link {
	text-decoration: none;
}

#menuButton {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top: 12px;
	right: 5%;
    z-index: 3;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/*******contents*******/
.contents {
	padding: 8% 0;
}

.row {
	background-size: 1000px;
	padding: 48px 0;
}

.contArea {
	padding: 30px 0;
}

.contArea h1 {
	margin-bottom: 30px;
}

.contArea h1 img {
	max-width: 50%;
}

/*******top*******/
.gr {
	max-width: 100%;
	background-position: 85% 90%,15% 90%;
	background-size: 35%;
	padding-bottom: 32%;
}

.gr h2 img {
	max-width: 75%;
}

.fb {
	float: none;
	width: 500px;
	max-width: 100%;
}

.pickup {
	margin-bottom: 56px;
	position: relative;
}

.pickup h2 {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

.pickup-txt {
	border-radius: 10px;
	height: auto;
	padding: 24px 40px;
	position: relative;
	top: 0; left: 0;
	width: auto;
	max-width: 70%;
}

.pickup-txt:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(254, 214, 64, 0);
	border-bottom-color: #fed640;
	border-width: 30px;
	margin-left: -30px;
}

.bn-area-wrap {
	padding-top: 8%;
}

.bn-area {
	display: flex;
	flex-wrap: wrap;
}

.bn-area li {
	margin: 3% auto;
}

/*******about*******/
.about {
	width: 90%;
	float: none;
	margin-bottom: 24px;
}

.about-img {
	float: none;
}

/*******menu*******/
.menu-box {
	margin-bottom: 24px;
	padding: 0 2.5%;
	width: 100%;
}

/*******drink*******/
.drink ul {
	width: 100%;
}

.drink ul li {
	padding: 0 1% 12px;
	border-bottom: 1px dashed #aaa;
}

.drink  ul li .name {
	width: 90%;
	padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.drink  ul li .price {
	width: 10%;
	padding-right: 0;
}

.drink  ul li:first-child {
	padding-top: 12px;
	border-top: 1px dashed #aaa;
}

/*******access*******/
.access-wrap {
	width: 100%;
}

.access-dl dt {
	width: 35%;
}

.access-img {
	text-align: center;
	margin-bottom: 40px;
}

.access-img li {
	margin-bottom: 16px;
}

/*******footer*******/
.pan {
	display: none;
}

.f-logo {
	padding: 2% 0 8%;
}

.foot-tel {
	display: block;
	text-align: center;
	padding-bottom: 7%;
}

.foot-tel img {
	max-width: 60%;
	margin-bottom: 3%;
}

}

@media (max-width: 480px){
body {
	font-size: 12px;
}

.sp-wrap {
	flex-wrap: wrap;
}

.mb40-20 { margin-bottom:20px !important;}

/*******contents*******/
.row {
	padding: 25px 0;
}

/*******top*******/
.gr {
	background-position: 90% 90%,10% 90%;
	background-size: 40%;
}

.gr h2 {
	margin-bottom: 16px;
}

.gr h2 img {
	max-width: 90%;
}

.gr p {
	line-height: 1.75;
	margin: 0 auto;
	width: 90%;
}

.gr p br {
	display: none;
}

.pickup {
	margin-bottom: 40px;
	position: relative;
}

.pickup h2 {
	margin-bottom: 40px;
	width: 80%;
}

.pickup-txt {
	border-radius: 6px;
	padding: 16px 24px;
	max-width: 100%;
}

.pickup-txt h3 {
	font-size: 16px;
}

.pickup-txt:after {
	border-width: 20px;
	margin-left: -20px;
}

.bn-area li {
	max-width: 80%;
}

/*******page*******/
.page-ttl {
	margin-bottom: 32px;
}

.page-ttl img {
	height: 25px;
}

.page-ttl + p {
	margin-bottom: 40px;
}

/*******lunch*******/
.lunch-box {
	margin-bottom: 40px;
	width: 100%;
}

.lunch-box p {
	font-size: 14px;
}

/*******menu*******/
.menu-main-ttl {
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 12px 7%;
}

.menu-main-ttl img {
	height: 24px;
}

.menu-sub-ttl {
	font-size: 18px;
	margin-bottom: 8px;
}

.grid {
	margin-bottom: 24px;
}

.menu-list li .detail {
	font-size: 10px;
}

/*******drink*******/
.drink h2 img {
	height: 24px;
}

.drink  ul li .country {
	width: 50%;
	text-align: left;
}

.drink  ul li .glass {
	width: 25%;
	padding-right: 0;
}

.drink  ul li .price {
	width: 25%;
	padding-right: 0;
}

/*******gallery*******/
.gallery-box {
	width: 100%;
}

.gallery-list.pt50 {
	padding-top: 0 !important;
}

/*******access*******/
.access-wrap,.access-dl {
	display: block;
}

.access-wrap {
	margin-bottom: 32px;
}

.access-dl dt,.access-dl dd {
	display: block;
}

.access-dl dt {
	border-bottom: none;
	padding: 16px 16px 0 16px;
	width: 100%;
}

.access-dl dd {
	padding: 16px;
}

/*******footer*******/
footer {
	background-size: 500px;
}

.f-logo img {	
	width: 70px;
}

/*******page-top*******/
#page-top {
	font-size: 18px;
    bottom: 5%;
	height: 40px;
	padding-top: 4px;
	width: 45px;
}

}