@charset "utf-8";

/*
# =================================================================
# フォント・フォントの色
# =================================================================
*/

body,
input,
textarea{
	font-family: 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.suu{
	font-family: 'Marcellus', serif;
	font-family: 'Martel', serif;
	font-style: italic;
}

.eng{
	font-family: 'Italianno', cursive;
	font-family: 'Cinzel', serif;
}

/*
# =================================================================
# 共通設定
# =================================================================
*/

body{
	color: #FFF;/*フォントの基本色*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}


a{
	color: #EEE;/*リンクの基本色*/
}

.square_btn{
	text-decoration: underline;
	color: #FF0;
}

a:hover,
a:active,
a:focus{
	color: #FFC;
}

/*赤文字（注意等）*/
.red {
	color: #FF0000;
}

/*薄文字（日付・時間等）*/
.usu {
	color: #999;
}

/*ボタン（スケジュール等）*/

.btn_01 {
	background: #222222;/*ボタン1の基本色*/
	color: #fff;
	border: 1px solid #EEE;
}

.btn_01_h,
.btn_01:hover,
.btn_01:active,
.btn_01:focus {
	background: #555555;/*ボタン1の基本色*/
	color: #fff;
}

/*ボタン（送信等）*/

.btn_02{
	background: #333333;
	color: #FFF;
	border: 1px solid #555;
}

/*見出し*/

h3{
	text-align: center;
	width: 100%;
	color: #FFF;
	margin: 1px 1px 24px;
	padding: 10px 0;
	font-size: 1.8rem;
	border: 1px solid #62552C;
}

/*スクロールバーの基本色*/

::-webkit-scrollbar{
  width: 5px;
}
::-webkit-scrollbar-track{
  background: #CCC;/*スクロールバーの背景色*/
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #AAA;/*スクロールバーの背景の影色*/
}
::-webkit-scrollbar-thumb{
  background: #333;/*スクロールバーの色*/
  border-radius: 10px;
  box-shadow: none;
}

/*テーブルの基本色*/

.table-block{
	border-top: 1px solid #555;
}
th{
	border: 1px solid #555;
	background-color: #222;/*表題の背景色*/
	color: #fff;
	text-align: left;
	font-weight: normal;
}

@media (max-width : 767px){
.th_title{
	background-color: #333;
}
}


td{
	border: 1px solid #555;
	background-color: rgba(0,0,0,0.7); /*コンテンツの背景色・透明度*/
	text-align: left;
}

input,
select,
textarea{
	border: 1px solid #ddd;
	background-color: #fff;/*テキストエリアの背景色*/
	color: #333;/*テキストエリアの文字色*/
	font-size: 1.0em;
}

.paging a.current {
	text-decoration: none;
	font-size: 1.5em;
	background-color: #111;/*ページングの色*/
	border: 1px solid #999;
}

/*
# =================================================================
# テーマの基本色
# =================================================================
*/
/*基本色1　タイトル英語・テキストタイトル*/
.color01{
	color: #FBD455;/*基本色*/
}

/*基本色2　ボタン背景色*/
.color02{
	color: #62552C;/*基本色の暗い色*/
}

/*基本色3　ボタンホバー色・文字色*/
.color03{
	color: #FBD455;/*基本色の明るい色*/
}

/*基本色4　強調色　*出勤時間の背景色*/
.color04{
	color: #920D14;
}

/*基本色5*/
.color05{
	color: #f2efed;
}

/*基本色6*/
.color06{
	color: #e5dfdc;
}

/*
# =================================================================
# ヘッダー
# =================================================================
*/

.header_wrap{
	background-color: #111;/*ヘッダーの背景色*/
}

.header_wrap {
	color: #FFF;/*テキストの基本色*/
}

.header_wrap a{
	color: #FFF;/*リンクの基本色*/
}

.header_wrap a:hover,
.header_wrap a:active,
.header_wrap a:focus{
	color: #FFC;
}

.slider1 {
	background-color: transparent; /*メイン画像の背景色*/
}

.fade_logo {
	max-width: 600px; *ロゴの大きさ*/
	max-height: 240px;
	top: 50%;
}

@media (max-width : 768px){
.fade_logo {
	min-width: 300px; *ロゴの大きさ*/
}
}

/*
# =================================================================
# コンテンツ
# =================================================================
*/

.main_wrap::before{/*iPhoneの背景色*/
	background: url(../images_shop/bg_all.jpg) no-repeat center top /cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-color: #000;
}

.bg{
	background-color: rgba(0,0,0,0.7); /*コンテンツの背景色・透明度*/
}

/*
# =================================================================
# グローバルメニュー
# =================================================================
*/

.gnav_wrap{
	background-color: #000;/*メニューの背景色*/
	border-top-color: #333;/*メニュー枠線色*/
	border-bottom-color: #333;/*メニュー枠線色*/
}

.gnav_cont{
	background-color: #000;/*メニューの背景色*/
}

.gnav_cont li a{
	color: #FFFFFF;/*メニュー色*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;/*メニュー枠線色*/
; 	border-right-width: 1px;
}

.gnav_cont li a .eng{
	color: #FBD455;/*英語メニュー色*/
}

@media (max-width : 767px){
.gnav_btn{
	position: fixed;/*スマホメニュー*/
	top: 0;
	right: 0;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin: 0;
	background: #555;
	color: #FFF;/*スマホメニュー×の色*/
	font-size: 1.1rem;
	line-height: 50px;
	vertical-align: middle;
	cursor: pointer;
}
.gnav_btn_icon-open{
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background-color: #FFF;/*スマホメニュー3本線の色*/
}
.gnav_btn_icon-open::before,
.gnav_btn_icon-open::after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #FFF;/*スマホメニュー3本線の色*/
	content: "";
}
.gnav_inner li{
	border-bottom: 1px solid #333;/*スマホメニューのライン色*/
}
}

/*
# =================================================================
# サブメニュー
# =================================================================
*/

.gnav_sub_wrap {
	background-color: #111;/*メニューの背景色*/
}

.gnav_sub_inner li a{
	color: #FFF;/*メニューの文字色*/
}

.gnav_sub_inner li a:hover,
.gnav_sub_inner li a:active,
.gnav_sub_inner li a:focus,
.gnav_sub_inner li:hover > a{
	color: #FBD455;/*メニューの文字色*/
}

.gnav_sub_inner li a::before{
	border-left-color: #FBD455;/*三角色*/
}

.gnav_sub {
	border-bottom:1px solid #333;/*最下部線の色*/
}

/*
# =================================================================
# スマホメニュー
# =================================================================
*/

.gnav_sp_wrap {
	width: 100%;
}

.gnav_sp {
	margin: 0;
	padding: 0;
}

.gnav_sp_inner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.gnav_sp ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}

.gnav_sp ul li {
	float: left;
	width: 33.3%;
	list-style: none;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

.gnav_sp li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

.gnav_sp li a {
	font-size: 0.8em;
	color: #FFF;
	display:block;
	width:100%;
	padding:10px 0 10px 0;
}

.gnav_sp li a .eng{
	color:#FBD455;
}

/*
# =================================================================
# 年齢認証ページ
# =================================================================
*/

/*コンセプトの枠線*/
.box_style01{
	padding: 6px;
	background-image: linear-gradient(
		-45deg,
		#000 25%,
		#333 25%, #333 50%,
		#000 50%, #000 75%,
		#333 75%, #333
	);
	background-size: 4px 4px;
	background-repeat: repeat;
}

/*
# =================================================================
# キャストBOX
# =================================================================
*/

.cast_box{
	background: #000;
	box-shadow: 0px 0px 8px #666;
}

.cast_box img{
	padding: 8px;
}

.cast_box_info {
}

.cast_box_catch {
	height: 24px;
	color: #FBD455;
}

.cast_time {
	background-color: #333;/*出勤時間の背景色*/
	color: #FFF;
}



.diary_box_catch {
	height: 24px;
	color: #FBD455;
}

.slider_cast{
	background: rgba(1, 1, 1, 1);
}

/*
# =================================================================
# プロフィール
# =================================================================
*/

.profile_box_type ul li{
	border: 1px solid #FBD455;
}

/*
# =================================================================
# 料金システム
# =================================================================
*/

.price_box{
	background-color: rgba(0,0,0,0.7);/*コンテンツの背景色・透明度*/
}

.price_box .col{
	text-align: center;
	font-family: 'Marcellus', serif;
	font-family: 'Martel', serif;
	font-style: italic;
}

.price_box .price_box_title{
	color: #FBD455;
}

.price_box .price_box_price{
}

.price_box_setsumei{
	margin-top: 20px;
	margin-bottom: 20px;
}

.price_box_bikou{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CCC;
}

.basic_box{
	border: 1px solid #555;
	background-color: rgba(0,0,0,0.7);/*基本プレイの背景色・透明度*/
}

.basic_box_non{
	border: 1px solid #555;
	background-color: rgba(0,0,0,0.7);/*基本プレイの背景色・透明度*/
	color: #333;/*基本プレイ不可能の場合の文字色*/
}

.option_box{
	border: 1px solid #555;
	background-color: rgba(0,0,0,0.7);/*オプションプレイの背景色・透明度*/
}

/*
# =================================================================
# パン屑リスト
# =================================================================
*/

.breadcrumb-list_wrap{
	border-top: 1px solid #555;
	background: #000;
}

.breadcrumb-list li a{
	color: #FFF;/*リンクの基本色*/
}

.breadcrumb-list li a:hover,
.breadcrumb-list li a:active,
.breadcrumb-list li a:focus{
	color: #FFF;/*リンクホバーの基本色*/
}


/*
# =================================================================
# フッター
# =================================================================
*/

/*フッター*/
.footer_wrap{
	background: #111;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #CCC;/*文字の基本色*/
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
}

/*三角*/
.footer-navi li a::before{
	border-left-color: #FBD455;
}

.footer_wrap a{
	color: #CCC;/*リンクの基本色*/
}

.footer_wrap a:hover,
.footer_wrap a:active,
.footer_wrap a:focus{
	color: #CCC;/*リンクホバーの基本色*/
}

/*コピーライト*/
.copyright_wrap{
	padding: 10px;
	background-color: #000;
	color: #888;/*基本色*/
}

.copyright_wrap a,
.copyright_wrap a:hover,
.copyright_wrap a:active,
.copyright_wrap a:focus{
	color: #888;/*リンクの基本色*/
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #555 solid;
}

/*スマホ用最下部メニュー*/

.footer-panel ul{
	border-left: 1px solid #222;
	border-top: 1px solid #222;
}

.footer-panel li{
	border-right: 1px solid #222;
}

.color_tel {
	background-color: #111;
}
.color_line {
	background-color: #111;
}
.color_top {
	background-color: #111;
}

/*
# =================================================================
# 画像拡大エフェクト
# =================================================================
*/

figure {
	overflow: hidden;
}
figure img {
	transition: .3s;
}
a:hover figure img {
	transform: scale(1.05);
}