﻿@charset "utf-8";
#wrap {
	width:auto;
	overflow:hidden;
}
header{
	height:100vh;
	width:auto;
	/*padding-top:20%;*/
	background-size:auto;
}
.ticket{
	position: absolute;
    top: 70%;
    left: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#top{
	display:block;
}
#logo img{
	width:100%;
}
#logo{
	width:80%;
	padding-top:20%;
	margin:0 auto;
}
#contents{
	width:auto;
}
#news_box{
	display:block;
}
.news1{
	text-align:center;
}
.news1 img{
	width:100%;
	padding-top:50px;
	padding-bottom:0;
}
.oshirase{
	width:100%;
}
#menu1, #menu2{
	display:block;
}
#menu2{
	padding-top:0px;
}
.pic img{
	width:100%;
	padding-top:40px;
}
.menu_box, .aboutus_box{
	margin:0 auto;
	padding:0;
	text-align:center;
}
.menu_box h2, .aboutus_box h2{
	padding-bottom:40px;
}
#access{
	display:block;
	padding-left:0;
	padding-top:80px;
}
.more2{
	padding:20px 0;
}
#instagram{
	width:auto;
}
h4{
    padding-top:40px;
}
.insta_img{
	padding-top:20px;
}
.insta_img img{
	width:100%;
	height:auto;
}

footer{
	display:block;
	padding-top:10px;
}
.sns{
	flex-wrap:wrap;
}
#info{
	text-align:center;
}
#contents{
	width:auto;
}
.coffee2{
	position:relative;
	top: 200px;
	left: 420px;
}
.coffee3{
	position:relative;
	top: 10px;
	right: 220px;
}
.coffee4{
	position:relative;
	top: 10px;
	left: 300px;
}
.coffee5{
	position:relative;
	top: 50px;
	right: 200px;
}
.coffee6{
	position:relative;
	bottom: 50px;
	left: 450px;
}
.coffee7{
	position:relative;
	bottom: 100px;
	left: 350px;
}
/*
.coffee1,.coffee2,.coffee3,.coffee4,.coffee5,.coffee6,.coffee7{
	display:none;
}
*/



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 50px;
  height: 44px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 35px;
  height  : 4px ;
  left    : 6px;
  background : black;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
  border-radius: 2px;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
#mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
}
nav ul {
    display: block;
    padding-right:0;
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index :2;
  left : 0;
  top:0px;
  color: #fff;
  background: rgba(202,142,0,0.8);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: pink;
  padding: 2em 0;
  text-decoration :none;
}

/* ハンバーガーメニューが動いたとき */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible; 
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}