@charset "utf-8";



/* 全体設定
----------------------------- */
body {
	font-family: 'Meiryo', sans-serif;	/* フォント指定 メイリオ優先 */
	overflow-y: scroll;	/* 常に縦スクロールバー出してメニューガタつき解消 */
	padding-top: 125px;

	color: #2b283b;
}


/* webfont
----------------------------- */
.box h3 {
	font-family: 'Raleway', 'Meiryo', sans-serif;
}
header {
	font-family: 'Squada One', 'Meiryo', sans-serif;
}


/* ヘッダーアニメーション Headroom.js
----------------------------- */
.headroom {position: fixed;top: 0;left: 0;right: 0;transition: all .2s ease-in-out;}
.headroom--unpinned {top: -125px;}	/* 隠す要素の高さに合わせて要調整 */
.headroom--pinned {top: 0;}

@media (max-width: 960px) {	/* モバイル時は専用メニューあるから無効化 */
	.headroom {position: relative;top: auto;left: auto;right: auto;transition: none;}
	.headroom--unpinned {top: auto;}
	.headroom--pinned {top: auto;}
}



/* bootstrap修正
----------------------------- */
h1,h2,h3,h4,h5,h6 {	/* bootstrapフォント再指定 */
	font-family: 'Meiryo', sans-serif;
}

@media (max-width: 960px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: static;	/* モバイル時にメニュー固定解除 */
	}
	body {
		padding-top: 0;
	}
}

.navbar {
	margin-bottom: 0;	/* 下マージン解除 */

}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: static;	/* スクロール固定 */
}

.navbar-default {	/* メインメニュー背景 */
	background-color: transparent;
	border-color: transparent;
	background-image: none;
}
.navbar-fixed-top {	/* メインメニュー ボタンの下 謎のborder幅消し */
	border-width: 0 0 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {	/* メインメニュー アクティブボタン */
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff6e7;
		text-shadow: 0 0 1px #fff,
				2px 0 2px #be8a83,
				-2px 0 2px #be8a83,
				0 2px 2px #be8a83,
				0 -2px 2px #be8a83;
}


.navbar-nav {	/* メインメニュー ボタンリスト範囲 */
	padding: .3em 1em .5em;

/* メニュー枠ここ */
}
.navbar-nav li {	/* メインメニューの各ボタン */
	padding: 0;

}



.navbar .nav > li > a {	/* メインメニューの各ボタン */
	padding: 0 .1em;
	color: #fee2b2;
		text-shadow: 0 0 1px #fff,
				2px 0 2px #975b53,
				-2px 0 2px #975b53,
				0 2px 2px #975b53,
				0 -2px 2px #975b53;
}
.navbar .nav > li {	/* メインメニューの各ボタン 非リンク文字 */
	color: #666;
		text-shadow: none;
	line-height: 1;
	margin-left: .5em;
}


.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {	/* メインメニューのhover時カラーここ */
	background-color: transparent;

	color: #fff;
	text-shadow: 1px 0 0 #fff,
				-1px 0 0 #fff,
				0 1px 0 #fff,
				0 -1px 0 #fff;

	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.navbar-collapse {	/* モバイル時メインメニューの高さ固定しない */
	max-height: none;
}

.dropdown-menu {	/* ドロップダウンメニュー */
	background-color: rgba(76,73,94,0.9);
	text-align: center;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {	/* ドロップダウンメニューの文字色 */
	color: #fff;
	font-weight: bold;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {	/* ドロップダウンメニューのhover背景色 */
	background-color: rgba(100,100,100,0.3);
	background-image: -webkit-linear-gradient(top,rgba(100,100,100,0.3) 0,rgba(100,100,100,0.4) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(100,100,100,0.3)),to(rgba(100,100,100,0.4)));
	background-image: linear-gradient(to bottom,rgba(100,100,100,0.3) 0,rgba(100,100,100,0.4) 100%);
}


/* メインメニュー設定
----------------------------- */
header {
	font-size: 2.8rem;
	letter-spacing: 0;
	text-transform: uppercase;

	text-align: center;
	position: relative;
	z-index: 20;


	color: #f5f5f5;
		text-shadow: none;

	background: -moz-linear-gradient(top, rgba(76,73,94,0.9), #292639);
	background: -webkit-linear-gradient(top, rgba(76,73,94,0.9), #292639);
	background: -ms-linear-gradient( top, rgba(76,73,94,0.9), #292639 100% );
	background: linear-gradient(to bottom, rgba(76,73,94,0.8), #292639);
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2) inset,
				0 0 15px rgba(0,0,0,0.6);

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.menu_ruby {
	font-size: 1rem;
	letter-spacing: .3em;
	line-height: 1.2;
	display: block;
	font-weight: bold;
}

.menu_title_m {	/* モバイル用メニュータイトル */
	font-size: 4rem;
	margin: 0em 0.25em 0;
	color: #fff;
}

#title_logo {
	margin: 5px auto;	/* モバイル時センタリング */
	position: relative;
	z-index: 21;
}
@media (max-width: 990px) {
	#title_logo {
		margin-top: 0;
		margin-bottom: 0;
	}
}














/* SNSボタン
----------------------------- */
#socialbtn {	/* SNSボタン */
	overflow: hidden;
	margin: 1.3em 0 0;
}
#socialbtn div {	/* SNSボタン個別設定 */
	float: right;
	margin: 0 5px;
}




/* 高さが足りなくてもfooter下に貼り付け
----------------------------- */
html,
body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -4em;
	padding: 0 0 4em;
}


/* 最下部ロゴとコピーライト
----------------------------- */
footer {	/* footer下貼り付けがズレるからmargin paddingは子要素につける */
	height: 4em;	/* 下貼り付け用数値 */
	background: -moz-linear-gradient(top, #4e4b60, #292639);
	background: -webkit-linear-gradient(top, #4e4b60, #292639);
	background: -ms-linear-gradient( top, #4e4b60, #292639 100% );
	background: linear-gradient(to bottom, #4e4b60, #292639);
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2) inset,
				0 0 15px rgba(0,0,0,0.6);
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
small {
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 5px #000;
	display: block;
	margin: 1.7em 0 0;
}













/* 汎用ボックス
----------------------------- */
.box {
	padding: .5em 0;
	margin: 2em 0;
	background: #f2f2f2;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}


/* ボックスタイトル
----------------------------- */
.box h3 {
	color: #fff;
	text-align: center;
	margin: .1em 0;
	font-weight: normal;
	font-size: 6rem;
	background: #292639;
	border-bottom: 2px solid #dc7415;
}






.bottom_space {
	background: #ff6b9b;
	margin: .5em -.5em 0;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: none;
}
.bottom_space p {
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: .7em;
	line-height: .9;
	padding: 1em 0;
}
.bottom_space img {
	margin: auto;
}
.bottom_space ul {
	padding: 0;
}
.bottom_space li {
	display: inline;
	font-size: 4rem;
}



/* 18歳以上確認ウィンド
----------------------------- */
.check18 a:link, .check18 a:visited {	/* 年齢確認ウィンドのリンクカラー */
	color: #444;
}
.check18 {
	display: none;	/* クッキー認証通ったら消す */
}







