@charset "utf-8";

/*==========================================================
	フォント読み込み (源ノ角ゴシック)
==========================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*==========================================================
	フォント読み込み (Futura Book)
==========================================================*/
@font-face{
	font-family: 'FuturaBook';
	font-style: normal;
	font-weight: normal;
	src:url('./fonts/FuturaBook.otf');
}
/*==========================================================
	RESET
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}
img{
	border: 0px;
	vertical-align: bottom;
}
section,article,div{
	box-sizing: border-box;
}
ul,ol,li{
	list-style: none;
}
table{
	border-spacing: 0px;
	empty-cells: show;
}
/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body{
	width: 100%; height: 100%;
	margin: 0px auto;
	font-size: 12px;
	line-height: 1.4em;
	color: #6A6A61;
	font-weight: 400;
	font-family: 'Noto Sans Japanese','A-OTF UD新ゴ Pro','A-OTF UDShin Go Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	background-position: center center;
	background-image: url(../img/bg.jpg);
	background-size: 160px 160px;
	background-repeat: repeat;
	overflow-x: hidden;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}
/*==========================================================
	ヘッダー
==========================================================*/
header{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
header h1{
	width: 100%; height: 20px;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-weight: 200;
	background-color: #333333;
}
/*==========================================================
	全ページ共通メニュー
==========================================================*/
.header_box{
	position: relative;
	width: 980px; height: 200px;
	margin: 50px auto;
	color: #4D4D4D;
}
.header_box img{
	position: absolute;
	top: 20px; left: 0px; right: 0px;
	width: 500px;
	margin: 0px auto;
}
/*==========================================================
	コンテンツ全体
==========================================================*/
#main{
	position: relative;
	width: 100%; height: 100%;
	margin: 0px auto;
	text-align: center;
}
/*==========================================================
	コンテナー
==========================================================*/
.main{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
}
.authentication{
	position: relative;
	width: 1020px;
	margin: 20px auto;
	z-index: 99;
}
/*==========================================================
	ENTERボタン
==========================================================*/
.enter{
	width: 80%; height: 60px;
	margin: 0px auto 20px auto;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: -webkit-gradient(linear, left top , left bottom, from(#F2889E),to(#CC889E));
}
.enter a{
	display: block;
	width: 100%; height: 100%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-shadow:1px 1px 0px #333333;
	font-size: 30px;
	font-family: 'FuturaBook';
}
.enter a span{
	display: inline-block;
	font-size: 20px;
}
/*==========================================================
	EXITボタン
==========================================================*/
.exit{
	width: 80%; height: 60px;
	margin: 0px auto 40px auto;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: -webkit-gradient(linear, left top , left bottom, from(#F2889E),to(#CC889E));
}
.exit a{
	display: block;
	width: 100%; height: 100%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-shadow:1px 1px 0px #333333;
	font-size: 30px;
	font-family: 'FuturaBook';
}
.exit a span{
	display: inline-block;
	font-size: 20px;
}
/*==========================================================
	R18コメント
==========================================================*/
.tips{
	width: 90%;
	margin: 80px auto 30px auto;
	text-align: center;
}
/*==========================================================
	お店メッセージ
==========================================================*/
.message{
	width: 90%;
	margin: 0px auto;
	padding: 20px;
	text-align: left;
	color: #706A6A;
	border-radius: 14px;
	background-color: #F7E9E9;
}
.message h2{
	width: 100%;
	line-height: 1.6em;
	font-size: 18px;
	font-weight: 400;
}
.message p{
	width: 100%;
	margin: 10px auto 0px auto;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: 400;
}
/*==========================================================
	フッター
==========================================================*/
footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #111111;
	background-color: #E1E1E1;
}
/*==========================================================
	コピーライト
==========================================================*/
.copyright{
	width: 100%; height: 40px;
	margin: 10px 0px 0px 0px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	background-color: #333333;
}
.copyright span{
	font-size: 14px;
	font-weight: 200;
	font-family: 'Noto Sans Japanese','A-OTF UD新ゴ Pro','A-OTF UDShin Go Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
.copyright a{
	color: #FFFFFF;
}
/*==========================================================
	トップページソース iframe読込
==========================================================*/
.top_iframe{
	width: 100%; height: 100%;
	overflow: hidden;
}
.top_iframe iframe{
	width: 100%; height: 100%;
}