

.header {
/*  position: fixed;*/
  left: -10px;
  top: 20px;
  width: 100%;
/*  height: 40px;*/
  background-color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
/*	z-index: 9999;*/
}
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 80px; /* メニューの画面トップからの高さ */
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 20px;
  width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 28px;
  height: 2px;
  background-color: #FFF;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 23px;
}
.hamburger__line--3 {
  top: 32px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .5;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
  background-color: #111;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
  background-color: #111;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
  background-color: #111;
}







#vegas1 {
position: relative;
    width: 100%;
    height: 100vh;
	z-index: -1;
}

#vegas2 {
position: relative;
    width: 100%;
    height: 100vh;
  margin-left: 0;
  padding-right: 0;
	z-index: -1;
}

#vegas1-sp {
    width: 100%;
    height: 50vh;
  margin-left: 0;
  padding-right: 0; 
}

#vegas2-sp {
    width: 100%;
    height: 50vh;
  margin-left: 0;
  padding-right: 0; 
}



/*ロゴを画面中央　左右　左寄せ*/
.logo-tate {
	position: absolute;
	margin-top: 30vh ;
	padding: 0px 0px 0px 100px;
	transform: translateY(-50%);
   
/*	padding: 15px 30px;
	color: #fff;
	text-align: left;
	width: 500px;*/
	z-index: 9999;
}

.description {
	position: absolute;
	margin-top: 80vh ;
	padding: 0px 0px 0px 280px;
	color: #fff;
	text-align: left;
	transform: translateY(-50%);
	z-index: 9999;
}

.sns {
  display: flex;
  position: absolute;
	width: 300px;
  right: 0px;
  top: 33px;
	color: #fff;

  z-index: 1;
}

.svg {
  fill: currentColor;
/*  fill: red;*/
}


/*
 .sns:hover {
	 fill: #fff;
	color: #666666;
}
*/

.sns ul {
  display: flex;
/*  position: absolute;
  right: 100px;
  top: 20px;*/
 margin: 0px 10px 0px 10px;
	color: #fff;
  z-index: 1;
}

.sns li {
	padding: 0px 0px 0px 20px;
	color: #fff;
  z-index: 1;
}


.logo-tate-sp {
	margin: 0 calc(50% - 40vw);
/*    width: 100vw */
	margin-top: 47vh ;

	transform: translateY(-50%);
   
	padding: 15px 30px;
/*	background: rgba(0,0,0,0.2);*/
	color: #fff;
	text-align: center;
	width: 300px;
	z-index: 9999;
}





.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}






.start {
	background: #d8ddd5;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	margin-left: 50vw;
	margin-top: 50vh ;
	transform: translateY(-50%);
/*	transform: translate(-50%, -50%);*/
	padding: 0px 0px 0px 22px;
	display: none;
	z-index: 9999;
	width: 500px;
}


.start-sp {
	background: #d8ddd5;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start-sp p {
	position: fixed;
	margin: 0 calc(50% - 40vw);
/*    width: 100vw */
	margin-top: 49vh ;
	transform: translateY(-50%);
	padding: 15px 30px;
/*	background: rgba(0,0,0,0.2);*/
	display: none;
	z-index: 9999;
	width: 300px;

}






.reservation-btn {
	width: 200px;
	height: 41px;
	background: #fff;
/*	border: 2px solid #ffbc0d;*/
/*	margin: 0px 30px 20px 0px;*/
	padding: 5px 0px 0px 0px;
    /*    border-radius: 4px;*/
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .reservation-btn:hover {
	color: #fff;
	background-color: #666666;
}

.reservation p {
	line-height: 41px;
}





.ul{
/*    display: -webkit-flex;
    display: flex;*/
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}


.wrap{
 display:flex;
 flex: 0 0 100%;
 height: 100vh;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}


.about{
  display: flex;
  justify-content: center;
  align-items: center;
/*  align-items: flex-start;*/
/*  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);*/
 width: 50%;
 height: 100vh;
  background-color: #efe8df;
 padding: 0px 0px 0px 5%;
 margin: 0px 0px 0px 0px;
 font-size: 11px;
 text-align: left;
}

.about2{
 width: 50%;
 height: 100vh;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/about.jpg");
 background-repeat  : no-repeat;
}


.about p {
/*  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);*/
  text-align: left;
  line-height: 24px;
}


.about h1{
/* margin: 0%;
 padding: 0%;*/
	font-size: 21px;
	text-align: center;
 margin: -150px 0px 0px 0px;
}

.about h2{
	width: 150px;
	height: 31px;
	background: #fff;
	font-size: 16px;
/*	border: 2px solid #ffbc0d;*/
/*	margin: 0px 30px 20px 0px;*/
/*	padding: 0px 30px 20px 0px;*/
    /*    border-radius: 4px;*/
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .about h2:hover {
	color: #fff;
	background-color: #666666;
}
.about h3 {
	font-size: 14px;
	line-height: 36px;
	font-weight:normal; 
	text-align: center;
}
.about_img_area{
/*   border: 1px solid #ffffff;*/
   width: 150px;
   height: 150px;
/*   text-align: center;
   display: table-cell;
   vertical-align: middle;*/
/* padding: 0px 0px 0px 80px;*/
 margin: -130px 0px 0px 300px;
}


.menu{
  display: flex;
  justify-content: center;
  align-items: center;
/*  align-items: flex-start;*/
/*  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);*/
 width: 50%;
 height: 100vh;
 background-color: #d8ded4;
 padding: 0px 0px 0px 0%;
 margin: 0px 0px 0px 0px;
 font-size: 11px;
/* text-align: left;*/
}

.menu2{
 width: 50%;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/menu.jpg");
 background-repeat  : no-repeat;
}

.menu h1{
	font-size: 21px;
	text-align: center;
 margin: -150px 0px 0px 0px;
}

.menu p {
 text-align: center;
  line-height: 24px;
}
.menu p2 {
  display: flex;
  justify-content: center;
	font-size: 12px;
  line-height: 31px;

}

.menu-btn {
/*  display: flex;
  justify-content: center;*/
	width: 200px;
	height: 41px;
	background: #fff;
/*	border: 2px solid #ffbc0d;*/
/*	margin: 0px 30px 20px 0px;*/
/*	padding: 0px 30px 20px 0px;*/
    /*    border-radius: 4px;*/
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .menu-btn:hover {
/*  display: flex;
  justify-content: center;*/
	color: #fff;
	background-color: #666666;
}

.menu-btn p {
	line-height: 41px;
}

.reservation{
  display: flex;
  justify-content: center;
  align-items: center;
/*  align-items: flex-start;*/
/*  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);*/
 width: 50%;
 height: 100vh;
 background-color: #e6e4d8;
 padding: 0px 0px 0px 5%;
 margin: 0px 0px 0px 0px;
 font-size: 11px;
 text-align: left;
}

.reservation2{
 width: 50%;
 height: 100vh;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/about.jpg");
 background-repeat  : no-repeat;
}


.reservation_img_area{
   border: 1px solid #ffffff;
   width: 225px;
   height: 150px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}
.reservation h1{
/* margin: 0%;
 padding: 0%;*/
	font-size: 21px;
	text-align: center;
 margin: -150px 0px 0px 0px;
}
.reservation p {
/*  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);*/
  text-align: left;
  line-height: 24px;
}
.reservation p2 {
  display: flex;
  justify-content: center;
	font-size: 12px;
  line-height: 31px;
}

.reservation-btn2 {
/*  display: flex;
  justify-content: center;*/
	width: 240px;
	height: 41px;
	background: #fff;
/*	border: 2px solid #ffbc0d;*/
/*	margin: 0px 30px 20px 0px;*/
/*	padding: 0px 30px 20px 0px;*/
    /*    border-radius: 4px;*/
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .reservation-btn2:hover {
/*  display: flex;
  justify-content: center;*/
	color: #fff;
	background-color: #666666;
}

.access{
 width: 50%;
 margin: 0%;
 padding: 10% 12% 10% 12%;
 background-color: #d8ddd5;
	text-align: center;
}

.access2{
 width: 50%;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/access.jpg");
 background-repeat  : no-repeat;
}

.access h1{
	font-size: 21px;
	text-align: center;
}

.access h2 {
	font-size: 14px;
	line-height: 36px;
	font-weight:normal; 
	text-align: left;
}

.access p {
/*	font-size: 16px;*/
	line-height: 41px;
}


.calendar-box{
  display: flex;
  justify-content: center;
  align-items: center;
 width: 50%;
 height: 100vh;
 padding: 5% 5% 0% 7%;
 margin: 0px 0px 0px 0px;
 font-size: 12px;
  background-color: #efe8df;

}

.calendar-box2{
 width: 50%;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/calendar.jpg");
 background-repeat  : no-repeat;
}

.calendar-box h1{
	font-size: 21px;
	text-align: center;
 margin: -150px 0px 0px 0px;
}

.calendar-box p {
 text-align: center;
  line-height: 18px;
}

.calendar-box p2 {
 text-align: center;
/*  line-height: 21px;*/
}

.calendar-box p3 {
 text-align: center;
  line-height: 0px;
}

.googlemap {
	width: 150px;
	height: 31px;
	background: #fff;
margin: auto;
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .googlemap:hover {
	color: #fff;
	background-color: #666666;
}

.googlemap p {
	line-height: 31px;
}





ul.privacy {
	width: 100%;
	margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    font-size: 12px;
    list-style-type: none;
}
ul.privacy li {
    padding: 0em 0em 1em 0em;
	line-height: 26px;
	text-align: left;
	text-indent: -1.5em;
  }

.privacy p {
	display: inline;
    font-size: 14px;
/*	font-weight:bold; */
	text-decoration: underline;
  }


.telcall p {
	display: inline;
    font-size: 18px;
/*	font-weight:bold; */
/*	text-decoration: underline;*/
  }

.service{
 width: 100%;
/* margin: -1px 0% 0% 0%;
 padding: 25% 9% 20% 9%;
 background-color: #d8ddd5;
	text-align: center;*/
}


.service p {
/*	font-size: 16px;*/
	text-align: center;
	line-height: 26px;
}

/*
#calendar-waku {
  display: flex;
  justify-content: center;
  align-items: center;
 width: 70%;
 height: 80%;
}*/




/*コーヒー豆のリスト*/
.coffeebeans{
margin: auto;
        color: #000;
        transition: .3s;
        text-align: center;
}


.coffeebeans2{
 width: 50%;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/coffeebeans.jpg");
 background-repeat  : no-repeat;
}


.cake{
 width: 50%;
 margin: 0%;
 background-position: center;
 background-image   : url("../img/cake.jpg");
 background-repeat  : no-repeat;
}
