/* @import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600'); */

* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: serif;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

h1{
}


body {
  background-color: #000;
}

.page {
  width: 100%;
  font-family: 'Encode Sans Condensed', sans-serif;
  letter-spacing: .03em;
  color: #212121;
}

header {
}


#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 999;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	pointer-events: auto;
	margin: 10px;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 50px;
	height: 48px;
	padding: 10px;
	background-color: #4b4642;
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  color: #fff;
  margin-top: 50px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  /* background: #f5ce91d9; */
  background-color: rgba(74,69,64, 0.95);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  overflow: auto;
}

#nav-content .nav-content_box {
  padding: 0 0 20px;
}
  #nav-content .nav-content_box .top_box {
    padding: 20px;
    text-align: center;
    color: rgba(217,198,188, 1);
    font-size: 11px;
  }
  #nav-content .nav-content_box .top_box img {
    display: block;
    width: 100px;
    margin: 0 auto 10px;
  }

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}

#nav-content li a {
  padding: 10px 0 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  border-bottom: solid 1px;
  width: 86%;
  color: rgba(217,198,188, 1);
  font-size: 11px;
}

#nav-content li a:hover {
  color: #000;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}


main {
	padding: 110px 0px 0px;
	color: #fff;
	text-align: center;
	font-family: serif;
	max-width: 800px;
	margin: auto;
}
main::before {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: calc(100% - 100%);
	background-image: url(../../common/img/bg_001.png);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.top_area .top_logo img {
	width: 60%;
	margin: 0 0 50px;
}

.top_area .center {
	font-size: 11px;
}
.top_area .center_1 {
	display: inline-block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 15px;
	margin: 0 0 30px;
	text-align: left;
}
.top_area .center_3 {
	background-color: #fff;
	color: #000;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 30px;
	margin: 5px;
}
.top_area .bottom {
	background-color: rgba(74,69,64, 0.6);
	padding: 20px 10px;
	margin: 30px 0 0;
  font-size: 10px;
}


h2.common_title {
	color: #fff;
	margin: 40px 0 20px;
	font-size: 20px;
  text-align: center;
}
h2.common_title span {
	display: block;
	font-size: 12px;
	margin-left: 10px;
}


/* キャスト */
.cast_box .cast_box_inner {
}
.cast_box .cast_box_inner .cast_item {
	background-color: rgba(255,255,255,0.5);
	border-left: 5px solid #444;
	margin: 10px;
}
.cast_item .cast_name {
	padding: 5px 0 2px 10px;
	font-size: 13px;
}
.cast_item .cast_name span {
	display: inline-block;
	font-size: 86%;
	margin-left: 10px;
}
.cast_item p {
	font-size: 10px;
	padding: 10px;
}
.cast_item ul {
  display: flex;
  flex-wrap: wrap;
}
.cast_item ul li {
  width: 50%;
}
.cast_item ul li img {
  display: block;
  width: 100%;
}


section.sec_content {
  max-width: 800px;
  margin: auto;
  /* padding: 30px; */
}


#info {
	background-color: rgba(74,69,64, 0.6);
	padding: 1px 20px 30px;
  margin: 40px 0 0;
}
.info_box ul li {
	padding: 5px 0;
	border-bottom: 1px solid;
	color: #fff;
	font-size: 12px;
}
.info_box ul li span {
	color: #dc4c52;
	font-size: 11px;
	font-weight: ;
}

#system {
	background-color: rgba(74,69,64, 0.6);
	padding: 1px 20px 30px;
	margin: 40px 0 0;
}
.system_area {
	max-width: 400px;
	margin: auto;
}
#system * {
	color: #fff;
}
.system_box {
	margin: 0 0 20px;
}
.system_box p {
	border-bottom: 1px solid #fff;
}
.system_box_title {
	background-color: #fff;
	display: inline-block;
	color: #000 !important;
	padding: 2px 20px;
	border-radius: 30px;
  margin: 0 0 5px;
}
.system_box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.system_box_inner ul {
  width: 50%;
}
.system_box_inner ul.right {
  text-align: right;
}
.system_box_inner ul li {
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px;
}


/* アクセス */
.access_box {
	padding: 0px 15px;
}
.access_box .access_map {
	border: 5px solid #c3af76;
}
.access_box iframe {
	width: 100%;
	display: block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000 !important;
  height: 250px;
}
#access p {
	color: #fff;
	padding: 5px;
	font-size: 11px;
}


/* 利用方法 */
.howto_box {
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 0 32px;
}


/* ショップ詳細 */
#shop {
	background-color: rgba(74,69,64, 0.6);
	padding: 1px 20px 30px;
	margin: 40px 0 0;
}
#shop table {
	width: 100%;
}
#shop table th, #shop table td {
	padding: 5px;
	color: #fff;
	font-size: 12px;
}
#shop table th {
	border-bottom: 1px solid #dc4c52;
	width: 28%;
  text-align: left;
}
#shop table td {
  border-bottom: 1px solid #fff;
}


/* 禁止事項｜注意事項 */
.kinshi_box {
	padding: 1px 15px 30px;
	font-size: 11px;
}
.kinshi_box h2 {
	color: #000;
}
.kinshi_box p {
	text-align: center;
}
.kinshi_box h3 {
	display: inline-block;
	margin: 15px 0 0px;
	font-size: 11px;
	background-color: #000;
	color: #fff;
	padding: 2px 5px;
}
.kinshi_box ul {
	border: 1px solid #000;
	padding: 5px 5px 5px 0px;
	font-size: 10px;
}
.kinshi_box ul li {
	list-style-type: square;
	margin: 2px 0 2px 15px;
}




footer {
  padding: 0 0 90px;
}

.footer{
  max-width: 1200px;
  margin: auto;
  color: #fff;
}

ul.footer_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 30px 0 40px;
}
ul.footer_1 li {
	width: 48%;
	text-align: center;
	margin: 2px;
	background-color: rgba(107,101,93, 0.95);
}
ul.footer_1 li a {
	font-size: 11px;
	display: block;
	padding: 8px 0;
}

.footer_2 {
  text-align: center;
  font-size: 10px;
}




/*fixed上下追加*/

#spContactBtnArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: rgba(0,0,0,0.8);
  padding: 5px;
}
#spContactBtnArea li {
  width: 41%;
  padding: 5px;
  box-sizing: border-box;
}
#spContactBtnArea li.footer_sms {
  width: 59%;
}
#spContactBtnArea li a {
  padding: 5px 0 5px 26px;
  display: block;
  color: #FFF;
  background-color: #958646E6;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 4% 12px;
  background-size: 20px;
  border-radius: 5px;
}
#spContactBtnArea li a#sms {
  background-size: 24px;
  background-position: 4% 10px;
}
#spContactBtnArea li a#phone {
  background-image: url(/common/img/icon_tel.png);
}
#spContactBtnArea li a#sms {
  background-image: url(/common/img/icon_line02.png);
}
#spContactBtnArea li a#sms span {
  font-size: 9.7px;
}




#spContactBtnArea_02 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
}
#spContactBtnArea_02 li {
  width: 48%;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
}

#spContactBtnArea_02 li a {
	padding: 8px 0px 8px 20px;
	box-sizing: border-box;
	color: #FFF;
	background-color: #4b4642;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 22% 7px;
	background-size: 20px;
	display: block;
	border-radius: 5px;
}

#spContactBtnArea_02 li a#phone {
	background-image: url(../../common/img/icon_tel.png);
	background-size: 15px;
	background-position: 30% 10px;
}
#spContactBtnArea_02 li a#home {
  background-image: url(../../common/img/icon_home_01.png);
}
#spContactBtnArea_02 li a span {
  font-size: 11px;
  display: block;
}

#spContactBtnArea {
  background-color: rgba(0,0,0,0.8);
  padding: 5px;
}
