@charset "UTF-8";
/* CSS Document */

body{
	background-color: #EAE8E2;
}

h1{
	font-size: 35px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #0393D8;
	border-bottom: 3px solid #0393D8;
}

h2{
	color: #0493D8;
	font-size: 25px;
}

h3{
	font-size: 18px;
}

#topimg{
	text-align: center;
}

#topimg img{
	width: 100%;
	height: auto;
}

/*ここから日本酒酒蔵*/

#shop-sake{
	padding: 10px 10px;
}

.slid{
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.images{
	display: inline-block;
}

.parent{
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.sake{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	width: 250px;
}

.sake-name{
	color: #0493D8;
	font-size: 22px;
}

.palce{
	font-size: 15px;
}

.flex{
	
}

.blok{
	display: flex;
	justify-content: center;
}

.sake img{
	width: 250px;
}

/*ここまで日本酒酒蔵*/

.clear{
	color: #EAE8E2;
}

#shop-craftbeer{
	padding: 0 30px;
}

#shop-wine{
	padding: 0 30px;
}

/*ここから食べ物*/

#shop-food{
	padding: 30px 20px 30px 20px;
}

.foodlist{
	padding: 0 10px;
}

.food-name{
	color: #0493D8;
	font-size: 16px;
}


/*ここまで食べ物*/

/*ここからイベント*/

.event{
	padding: 0 30px 150px 30px;
}

.event h1{
	text-align: center;
}

.intro{
	font-size: 18px;
	font-weight: bold;
}

.event img{
	height: 80%;
	width: 100%;
	margin: 0 auto;
}

/*ここまでイベント*/

/*ここからアクセス*/

.access{
	text-align: center;
	padding: 0 20px 100px 20px;
}

.textbig{
	font-size: 18px;
}

.bloks{
	width: 80%;
	margin: 0 auto;
}

/*
.bordermap{
	border: 3px solid ;
}
*/

/*ここまでアクセス*/

.oldevent{
	display: none;
}

.slider{
	display: none;
}

.bordermap img{
	width: 90%;
	margin: 0 auto;
}

/*ここからフッター*/

footer{
	width: 100%;
	margin: 0 auto;
	border-top: 3px solid #010101;
	padding-top: 80px;
}

#footer-ul{
	list-style-type: none;
	padding-bottom: 50px;
	font-size: 16px;
}


.telbig{
	font-size: 30px;
}

#footer-p{
	text-align: center;
}

/*ここまでフッター*/

@media (max-width : 450px ){
}
