

.header {
/*  position: fixed;*/
  left: -10px;
  top: 20px;
  width: 100%;
/*  height: 40px;*/
  background-color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
  caret-color: transparent;  /* メニューのカーソル点滅を非表示 */
}
.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 {
    width: 100%;
    height: 100vh;
}

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

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

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



/*ロゴを画面中央　左右　左寄せ*/
.t-logo {
/*ロゴをやや下に下げた位置*/
	margin-top: 47.7vh ;

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

.t-logo-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: #9ac09a;*/
	background: #9ac09a;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	margin-left: 50vw;
/*ロゴをやや下に下げた位置*/
	margin-top: 55vh ;
	transform: translateY(-50%);
/*	transform: translate(-50%, -50%);*/
	padding: 0px 0px 0px 30px;
	display: none;
	z-index: 9999;
	width: 500px;
}


.start-sp {
	background: #9ac09a;
	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;

}









/*
.about {
  position: relative;
  height: 900px;
}

.about p {
  position: relative;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
	padding: 100px 20% 100px 20%;
	text-align: left;
}

.about h1 {
	font-size: 21px;
}
*/




.wrap{
 display:flex;
}


/* <event> */
.event{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
 background-color: #ffffff;
/* background-color: #f9f4ed;*/
	text-align: left;
}

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

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

.event 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;
}
  .event h2:hover {
	color: #000000;
/*	background-color: #666666;*/
}
.event h3 {
	font-size: 14px;
	line-height: 36px;
	font-weight:normal; 
	text-align: center;
}
.event_img_area{
   border: 1px solid #ffffff;
   width: 100%;
/*   height: 150px; */
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}

  .event p:hover {
	color: #000000;
    padding: 0px 0px 0px 3px;
/*	background-color: #666666;*/
}









/* <prologue> */
.prologue{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
 background-color: #ffffff;
/* background-color: #f9f4ed;*/
	text-align: left;
}

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

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

.prologue 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;
}
  .prologue h2:hover {
	color: #fff;
	background-color: #666666;
}
.prologue h3 {
	font-size: 14px;
	line-height: 36px;
	font-weight:normal; 
	text-align: center;
}
.prologue_img_area{
   border: 1px solid #ffffff;
   width: 100%;
/*   height: 150px; */
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}


/* <about> */
.about{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
 background-color: #ffffff;
/* background-color: #f9f4ed;*/
	text-align: left;
}

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

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

.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: 100%;
/*   height: 150px; */
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}

  .about p:hover {
	color: #fff;
    padding: 0px 0px 0px 3px;
	background-color: #666666;
}


/* <フランス語のメッセージ> */
.message_img_area{
   border: 1px solid #ffffff;
   width: 100%;
/*   height: 150px; */
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}


.menu{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
/* padding: 3% 12% 3% 12%;*/
 background-color: #ffffff;
/* background-color: #9ac09a;*/
	text-align: center;
}

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

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


/* <reservation> */
.yoyaku{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
 background-color: #ffffff;
/* background-color: #f9f4ed;*/
	text-align: left;
}

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

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

.yoyaku 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;
}
  .yoyaku h2:hover {
	color: #fff;
	background-color: #666666;
}
.yoyaku h3 {
	font-size: 14px;
	line-height: 36px;
	font-weight:normal; 
	text-align: center;
}
.yoyaku_img_area{
   border: 1px solid #ffffff;
   width: 100%;
/*   height: 150px; */
   text-align: center;
   display: table-cell;
   vertical-align: middle;
}

  .yoyaku p:hover {
	color: #fff;
    padding: 0px 0px 0px 3px;
	background-color: #666666;
}



.access{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 5% 10%;
 background-color: #ffffff;
/* background-color: #9ac09a;*/
	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;
}


.profile{
 width: 50%;
 margin: 0%;
 padding: 3% 10% 3% 10%;
 font-size: 12px;
 line-height: 16px;
 background-color: #ffffff;
/* background-color: #9ac09a;*/
	text-align: left;
}

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

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

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

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


}
.googlemap-btn a {
	width: 150px;
	height: 34px;
	background: #fff;
	margin: auto;
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
  border: 1px solid #000;

}
  .googlemap-btn a:hover {
	color: #fff;
	background-color: #666666;
}

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

/* WEB予約はこちら*/
.yoyaku-btn {
	width: 150px;
	height: 36px;
	background: #fff;
        border: 1px solid #666666;
	margin: auto;
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
}
  .yoyaku-btn:hover {
	color: #fff;
	background-color: #666666;
}

.yoyaku-btn 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: 21px;
	text-align: left;
	text-indent: -1.5em;
  }

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


ul.privacy2 {
	width: 100%;
	margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    font-size: 12px;
    list-style-type: none;
}
ul.privacy2 li {
    padding: 0em 0em 1em 0em;
	line-height: 25px;
	text-align: left;
	text-indent: -1em;
	border-bottom: dotted 1px #9ac09a;
/*	text-decoration:underline;*/
  }


.telcall-btn a {
	width: 200px;
	height: 41px;
	background: #fff;
    margin-top:15px;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
  border: 1px solid #000;

}
  .telcall-btn a:hover {
	color: #fff;
	background-color: #666666;
}

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

.telcall-btn2 a {
	width: 200px;
	height: 41px;
	line-height: 41px;
	background: #fff;
    margin-top:15px;
/*    margin-right:auto;*/
    margin-bottom:0;
/*    margin-left:auto;*/
        color: #000;
        transition: .3s;
        text-align: center;
        cursor: pointer;
  border: 1px solid #000;

}
  .telcall-btn2 a:hover {
	color: #fff;
	background-color: #666666;
}





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


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



.reservation-btn a {
	width: 200px;
	height: 41px;
    background:rgba(255,255,255,0.8);
    border-bottom: 1px solid #9ac09a;
/*	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;
/*          z-index: 10000;*/
}
  .reservation-btn a:hover {
	color: #fff;
	background-color: #666666;
}

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



 .profile-btn a {
	background: #fff;
    color: #000;
}
  .profile-btn a:hover {
	color: #fff;
	background-color: #666666;
}
.profile-btn a p {
/*	line-height: 41px;*/
}

 .instagram-btn a {
	margin: 20px 0px 0px 0px;
}




/* ニュース欄*/
.news {
	margin: -170px 0px 0px 0px;
/*	height: 240px;*/
/*  z-index: 10000;*/
}

table.news {
	background-color: #008000;
	margin: 0px 0px 0px 0px;
/*	padding: 0px 0px 0px 0px;*/
	width: 100%;

}

.news td {
	background-color: #9AC09A;
	margin: 0px 0px 0px 0px;
/*	padding: 0px 0px 0px 0px;*/
/*	width: 500px;*/
	vertical-align: middle;

}

.news p {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
/*	vertical-align: top;*/
}

.news img {
	margin: 0px 0px 0px 0px;

}
