﻿*{
	padding:0;
	margin:0;
}
body{
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
img{
	vertical-align:bottom;
}
h1,h2,h3{
	font-size:100%;
}
ul{
	list-style:none;
}
#wrap{
	width:1280px;
	margin:0 auto;
	line-height:1.6;
}
header{
	background-image:url(img/main_img1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	width:100%;
	height:660px;
	position: relative;*/
}
#top{
	display:flex;
	justify-content:space-between;
}	
#top ul{
	padding:30px 20px 0 0;
	text-align:right;
}
#top li{
	padding-top: 5px;
}
.ticket{
	position:absolute;
	right:0;
	bottom:0;
}
#contents{
	width:1280px;
	margin:0 auto;
	text-align:center;
}
#news_box{
	display:flex;
	justify-content: space-evenly;
}
.news1{
	text-align:left;
}
.news1 img{
	padding-bottom:20px;
}
h2{
	font-size:34px;
	letter-spacing: 3.3px;
	padding-top:100px;
	padding-bottom:50px;
}
.more{
	padding-top:40px;
}
#menu1, #menu2{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-top:50px;
}
#menu1{
	flex-flow: row-reverse;
}
.menu_box, .aboutus_box{
	text-align:left;
	padding-left:80px;
}
.menu_box h2, .aboutus_box h2{
	padding-bottom:90px;
}
.menu_box img, .aboutus_box img{
	padding-top:60px;
}
#access{
	display:flex;
	justify-content: center;
	padding-top:140px;
	padding-left:150px;
}
#access .access_img{
	font-size:18px;
	letter-spacing: 2px;
	line-height:3;
}
.more2{
	padding: 240px 0 0 30px;
}

#instagram{
	width:800px;
	margin:0 auto;
	text-align:center;
	position: relative;
	padding-bottom:100px;
}
h4{
	font-size:34px;
	letter-spacing: 3.3px;
	padding-top:100px;
	text-align:center;
}
.insta_img{
	padding-top:100px;
}

footer{
	background:#dbd5cd;
	display:flex;
	flex-direction: row-reverse; 
	justify-content:space-around; 
	padding-top:60px;
}
.sns{
	display:flex;
	padding-bottom:40px;
}
.sns p{
	padding-right:20px;
}
.tel{
	padding:30px 0;
}
.copy{
	padding-top:60px;
}
#nav li{
	padding-left:20px;
	padding-bottom:10px;
}

/*ここからイラスト*/

.coffee1{
	position: absolute;
	top: 620px;
	left: 80px;
}
.coffee2{
	position: absolute;
	top: 620px;
	left: 850px;
	width:200px;
}
.coffee3{
	position:relative;
	top: 10px;
	right: 450px;
}
.coffee4{
	position:relative;
	top: 80px;
	left: 500px;
	width:300px;
}
.coffee5{
	position:relative;
	top: 150px;
	right: 450px;
}
.coffee6{
	position:relative;
	bottom: 100px;
	left: 1050px;
	width:120px;
}
.coffee7{
	position:relative;
	bottom: 100px;
	left: 450px;
	width:100px;
}
/*ここからホバー*/

.btn {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.btn:hover {
    opacity: .6;
}

