
h1 {
	background: url(images/mainimg.jpg) no-repeat center top;
	padding: 70px 0 200px 0;
}

div.mainmessage {
	position: relative;
}

div.mainmessage h2 img {
	left: 50%;
	position: absolute;
	top: -110px;
	transform: translate(-50%, 0);
}

div.mainmessage img {
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}

div.mainmessage div.text {
	padding-top: 150px;
}

div.menu h2 {
	background: url(images/menubg.jpg) no-repeat center top;
	padding: 70px 0 150px 0;
}

div.menu h3.menu-price {
	font-size: 24px;
}

div.menu h3.menu-drink {
	background-color: rgba(164,122,77,.3);
}

div.shop h2 {
	background: url(images/shopbg.jpg) no-repeat center top;
	padding: 70px 0 150px 0;
}

div.shop div.profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div.shop div.profile div.text table th {
	padding-bottom: 60px;
	text-align: left;
	vertical-align: top;
	width: 60px;
}

div.shop div.profile div.text table td {
	padding-bottom: 60px;
	text-align: justify;
	vertical-align: top;
	width: 350px;
}

div.shop div.access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div.shop div.access ul {
	width: 410px;
}

div.shop div.access ul li {
	background-position: left 20px top 3px;
	background-repeat: no-repeat;
	background-size: 20px;
	margin: 20px 0 40px 0;
	padding-left: 60px;
	text-align: justify;
}

div.shop div.access ul li.map {
	background-image: url(images/shop_map.svg);
}

div.shop div.access ul li.car {
	background-image: url(images/shop_car.svg);
}

div.shop div.access ul li.time {
	background-image: url(images/shop_time.svg);
}

div.reserve {
	background-color: rgba(164,122,77,.3);
}

div.reserve h3 {
	background: url(images/reserve_line.svg) no-repeat center bottom;
	background-size: 500px;
	font-size: 18px;
	padding-bottom: 20px;
}

div.reserve p.reserve-tel {
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}


div.instagram-feed h2 {
	font-size: 25px;
}

div.instagram-feed ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	width: 960px;
}

div.instagram-feed ul li {
	position: relative;
	width: 22%;
}

div.instagram-feed ul li a {
	display: block;
	text-decoration: none;
}

div.instagram-feed ul li a span.img {
	display: block;
	height: 210px;
	position: relative;
	width: 210px;
}

div.instagram-feed ul li a span.img img.instagram-card {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

div.instagram-feed ul li a span.instagram-badge {
	bottom: 3px;
	position: absolute;
	right: 0;
}

div.instagram-feed ul li a span.instagram-badge img {
	vertical-align: middle;
}

div.instagram-feed ul li a span.instagram-badge em {
	color: white;
	font-size: 13px;
	padding-right: 10px;
}

div.instagram-feed ul li a span.instagram-comment {
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 60px;
	margin: 5px 0 20px 0;
	overflow: hidden;
}