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

body{
	background-color: #EAE8E2;
}

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

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

h3{
	font-size: 25px;
}

a{
	text-decoration: none
}

p{
	color: #000000
}

#topimg{
	text-align: center;
}

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

.video{
	text-align: center;
}

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

#shop-sake{
	padding: 0 150px;
}

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

.sake{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif"; 
	padding: 0 50px;
	width: 356px;
}

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

.palce{
	font-size: 18px;
}

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


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

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

.clear{
	color: #EAE8E2;
}

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

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

/*ここから食べ物*/

#shop-food{
	padding: 30px 150px 0 150px;
}

.foodlist{
	padding: 0 55px;
}

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

/*ここまで食べ物*/

/*ここからプログラム*/

.program{
	padding: 0 150px;
}

/*ここまでプログラム*/

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

.center{
	text-align: center;
}

.stage{
	padding-bottom: 25px;
}

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

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

.event h1{
	text-align: center;
}

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

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

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

.textbig{
	font-size: 22px;
	
}

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



.button003{
	display: inline-block;
	padding: 50px 20px 0 20px;
}

.button003 a {
	text-decoration: none;
    background: #0493D8;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button003 a:hover {
    background: #034C6F;
    color: #FFF;
}

.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button003 a:hover:after {
    border-color: #FFF;
}


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

/*ここから過去の様子*/

.scroll{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.eventimg{
	display: inline-block;
	width: 90%;
	height: 400px;
	margin: 16px;
}

/*ここまで過去の様子*/

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

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

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


.telbig{
	font-size: 30px;
}

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

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