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

body,h1,h2,h3,p,img,table,a,ul,li{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Mincho ProN", "serif"
}
ul,li{
	list-style: none;
}
img{
	width: 100%;
}
a{
	text-decoration: none;
}
.clear{
	clear: both
}
.drawer{
	position: fixed;
	top:-5px;
	right: 5px;
    z-index: 9999;
}
.pc{
	display: none;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: white;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: white;
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: white;
}
  
/* メニューのデザイン*/
.drawer-content {
  width: calc(80% - 60px);
	padding: 20px 30px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -83%;/* メニューを画面の外に飛ばす */
  z-index: 999;
	background: #1e1e1e;
  transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  right: 0;/* メニューを画面に入れる */
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  transition: .3s linear;
  transform: scale(0);
  opacity: 0;
	z-index: 9998;
}
#drawer-check:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
	z-index: 9998;
}
.drawer-item a{
	color: white;
	margin-bottom: 7px;
	display: block;
	text-decoration: none
}
.menu_bar{
	background: #1e1e1e;
	z-index: 9998;
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	top:0;
}
.logo_bar{
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fullsc{
	margin: 0;
	width: 100%;
	height: 100vh;
	position: relative;
}
.fixedpc{
	display: none;
}
.fixedsp{
	position: fixed;
	background-attachment: fixed;
	background: rgba(0,0,0,0.8)
}
.logo{
	width: 100%;
	position:fixed;
	left: 50%;
	top: 50%;
	margin: 0;
}
.scrool{
	width: 100%;
	height: 100vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.scroll_area{
	display: block;
	width: 100px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.scroll_icon{
	width: 100px;
	display: block;
	bottom: 10px;
position : absolute;
}
.box{
	width: calc(100% - 40px);
	padding:30px 20px;
	background: rgba(30,30,30,.9);
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
	position: relative;
}
.pd{
	padding-top: 120px;
}
.wrap_inner{
	padding:30px 20px;
	border: 1px solid white;
}
.wrap_box{
	padding-bottom: 40px;
	border-bottom: 1px solid #555;
	margin-bottom: 40px;
}
.top_title{
	color: white;
	text-align: center;
	font-size: 18px;
	position: relative;
	margin-bottom: 40px;
}
.top_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 1px;
	content: '';
	background: white;
}
.top_text{
	color: white;
	text-align: center;
	font-size: 14px;
}
.top_news_ul{
	text-align: center;
	list-style: none;
}
.top_news_ul li{
	margin-bottom: 10px;;
}
.top_news_ul li a{
	color: white;
}
.info_box{
}
.info_box_left{
	width: 100%;
}
.info_box_right{
}
.map{
	display: block;
	width: 100%;
	height: 220px;
	margin-top: 50px;
}
.info_title{
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
}
.info_ul{
	color: white;
	list-style: none;
}
.info_ul li{
	margin-bottom: 5px;
	font-size: 14px;
}
.info_ul li a{
	font-size: 14px;
	color: white;
}
.copy{
	color: white;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
}
.tel_title{
	color: white;
	text-align: center
}
.tel{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: white;
	display: block;
}
.counter_image{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.mgb40{
	margin-bottom: 40px;
}
.menu_title{
	color: white;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.drink_title{
	color: white;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.menu_image{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.menu_price{
	color: white;
	text-align: center;
	font-size: 16px;
}
.menu_text{
	font-size: 14px;
	color: #d5d5d5;
	text-align: center;
	margin-bottom: 50px;
}
.movie{
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	height: 141px
}
.drink_text{
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #d5d5d5;
}
.drink_box{
	padding-bottom: 40px;
	border-bottom: 1px solid #555;
	margin-bottom: 40px;
}