@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #cccccc;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-size:	0.81em;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
font-family: 'Noto Sans JP', sans-serif;
	background: #171717;	/*全体の背景色*/
}
body#top {
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
.center img{
vertical-align:-4px;
margin: 0px 0px 0px 5px;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.iframe-wrapper {
margin: 0px 0px 10px 0px;
}
iframe {
    vertical-align: bottom;
}

.recruittopimg {
	margin:-10px 0px 10px 0px;
}

.movie-wrap {
	padding-top: 0px;
	margin:-5px 0px 10px 0px;
}
.movie-wrap2 {
    padding-top: 0px;
	margin:0px 0px 0px 0px;
}
.movie-wrap3 {
    padding-top: 0px;
	margin:0px 0px 0px 0px;
}

.spacer{
padding-top: 10px;
}

/* サンプルムービーレスポンシブ対応
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
	margin:-5px 0px 10px 0px;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
.movie-wrap2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
	margin:0px 0px 0px 0px;
    height: 0;
    overflow: hidden;
}
.movie-wrap2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
.movie-wrap3 {
    position: relative;
    padding-bottom: 75%;
    padding-top: 0px;
	margin:0px 0px 0px 0px;
    height: 0;
    overflow: hidden;
}
.movie-wrap3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
*/

/* iframeのレスポンシブ対応 */
@media screen and (max-width: 480px) {
.iframe-wrapper {
    position: relative;
    padding-bottom: 450px;
    padding-top: 0px;    
    height: 0; 
    overflow: hidden;  
    /* このエレメントから外にはみ出るコンテンツを非表示にする。 */
}
/*
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
}

/*WEBアイコン設定
---------------------------------------------------------------------------*/
.fa-twittercoller {
color: #55acee
}
.fa-blog {
color: #ff8c00
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #cccccc;	/*リンクテキストの色*/
	text-decoration: none;	/*下線を消す設定*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.3s;			/*同上*/
	outline: none; /*リンクの外枠を消す*/
}
a:hover {
	color: #ffffff;			/*マウスオン時の文字色（全体）*/	
}
a.iframe {
	 outline: none; /*リンクの外枠を消す*/
}
a.group1 {
	 outline: none; /*リンクの外枠を消す*/
}
*:focus {
  outline: none;
}

#centerbutton {
	width: 100%;	/*ブロック幅*/
	position: relative;
	margin: 0px auto;
	text-align: center;	/*文字を右寄せ*/
}
.button {
font-size:12px;
color: #ccc;
background-color: #111;
display: inline-block;
width: 200px;
height: 30px;
text-align: center;
font-weight: bold;
text-decoration: none;
line-height: 30px;
outline: none;
border: 1px solid #535353;
border-radius: 0px;
margin:10px 0px 20px 0px;
}
.button:hover {
	color: #fff;
    background-color: #333;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnre {
display: inline-block;
text-align: center;
font-size: 12px;
font-weight: bold;
width: 180px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
margin: 0px 0px 10px 0px;
padding: 8px 0px 8px;
border: 1px solid #535353;
text-align: center;
line-height: 160%;
text-decoration:none;
border-radius: 4px;
}
.btnre:hover{

}
.btnre::before,
.btnre::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnre,
.btnre::before,
.btnre::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btnsys {
display: inline-block;
text-align: center;
font-size: 100%;
color: #cccccc;
width: 340px;
background-color: #111;
margin: 5px 5px 10px 5px;
padding: 10px 0px 10px;
border: 1px solid #535353;
text-align: center;
line-height: 160%;
text-decoration:none;
border-radius: 2px;
float:left;
}
.btnsys::before,
.btnsys::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnsys,
.btnsys::before,
.btnsys::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnsys:hover {
	background-color: #333;
}

.btnmovie {
display: inline-block;
text-align: center;
font-size: 100%;
line-height:1.5em;
color: #cccccc;
width: 100%;
background-color: #111;
margin: 0px auto 5px;
padding: 5px 0px 5px;
border: 1px solid #535353;
text-align: center;
text-decoration:none;
border-radius: 2px;
}
.btnmovie::before,
.btnmovie::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnmovie,
.btnmovie::before,
.btnmovie::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnmovie:hover {
	background-color: #333;
}

.btnrec {
display: inline-block;
text-align: center;
font-size: 100%;
line-height:2em;
color: #cccccc;
width: 100%;
background-color: #111;
margin: 5px auto 10px;
padding: 10px 0px 10px;
border: 1px solid #535353;
text-decoration:none;
border-radius: 2px;
}
.btnrec::before,
.btnrec::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnrec,
.btnrec::before,
.btnrec::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnrec:hover {
	background-color: #333;
}
.recbox {
	display: flex;
	justify-content: space-between;
	/* 長くなるのでベンダープレフィックスの記述は省略 */
}

.btntop {
display: inline-block;
text-align: left;
font-size: 100%;
line-height:2em;
color: #cccccc;
width: 100%;
background-color: #111;
margin: 5px 0px 10px;
padding: 10px 10px;
border: 1px solid #535353;
text-decoration:none;
border-radius: 2px;
}
.btntop::before,
.btntop::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btntop,
.btntop::before,
.btntop::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btntop:hover {
	background-color: #333;
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){
	
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
.recbox {
	display: inline;
	justify-content: flex-start;
	width: 100%;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

.recbox {
	display: inline;
	justify-content: flex-start;
	width: 100%;
}
}

.recbox2 {
padding: 1px 4px;
}

.btn {
display: inline-block;
text-align: center;
font-size: 12px;
width: 140px;
margin: 10px 0px 10px 0px;
padding: 5px 0;
border: 1px solid #3b3542;
text-align: center;
text-decoration: none;
background: -moz-linear-gradient(top,#27232c 0%,#131116);
background: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));
/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
}
.btn:hover{
	color: #ffffff;	/*リンクテキストの色*/
	text-decoration:none;
}

.btnrec2 {
display: inline-block;
text-align: center;
font-size: 14px;
font-weight: bold;
width: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
margin: 5px 0px 10px 0px;
padding: 8px 0px 8px;
border: 1px solid #535353;
text-align: center;
line-height: 160%;
text-decoration:none;
border-radius: 4px;
}
.btnrec2:hover{

}
.btnrec2::before,
.btnrec2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnrec2,
.btnrec2::before,
.btnrec2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn2 {
display: inline-block;
text-align: center;
font-size: 12px;
width: 100%;
margin: 0px 0px 10px 0px;
border: 1px solid #535353;
text-align: center;
text-decoration: none;
line-height: 40px;
}
.btn2:hover{
	color: #ffffff;	/*リンクテキストの色*/
	text-decoration:none;
	background-color: #272727;
}
.btn2::before,
.btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn2,
.btn2::before,
.btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btnside2 {
display: inline-block;
text-align: center;
font-size: 12px;
font-weight: bold;
width: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
margin: 0px 0px 10px 0px;
padding: 6px 0px 6px;
border: 1px solid #990000;
text-align: center;
line-height: 160%;
text-decoration:none;
}
.btnside2:hover{

}
.btnside2::before,
.btnside2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnside2,
.btnside2::before,
.btnside2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btnside {
	font-size:11px;
	text-align: center;
	color: #ccc;
	background-color: #111;
    display: inline-block;
    width: 185px;
    text-decoration: none;
    outline: none;
	border: 1px solid #535353;
    border-radius: 0px;
margin: 5px 0px 5px 0px;
padding: 6px 0px 6px;
}
.btnside:hover {
	color: #fff;
    background-color: #333;
}
.btnside::before,
.btnside::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnside,
.btnside::before,
.btnside::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
#close {
	width: 100%;	/*ブロック幅*/
	position: relative;
	margin: 0px auto;
	text-align: center;	/*文字を右寄せ*/
}
.center a img{
opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.center a:hover img {
opacity: 1.0;
-webkit-opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #171717;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2732), to(#19161d));	/*グラデーション*/
	/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#19161d', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#19161d', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #19161d);
	border-bottom: 1px solid #ffd508;	/*下側に線を入れる*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 1200px;	/*ブロック幅*/
	height: 90px;
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 0px;	/*innerに対して左から20pxの場所に配置*/
	top: 5px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;		/*innerに対して上から15pxの位置に配置*/
	left: 850px;	/*innerに対して右から700pxの位置に配置*/
	font-size: 14px;	/*文字サイズ*/
	font-weight: bold;	/*太字に*/
	text-align: right;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing:0.08em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 26px;	/*文字サイズ*/
	color: #ffd508;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}
header .inner address .tel .tellink {
	color: #ffd508;		/*文字色*/
}

/*右上コメント*/
#comentback {
	background: #000000;
}
#coment {
	width: 1200px;	/*ブロック幅*/
	position: relative;
	margin: 0px auto;
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	line-height: 30px;	/*行間*/
}
#coment a {
	text-decoration: none;
}

#coment2 {
	width: 1200px;	/*ブロック幅*/
	position: relative;
	margin: 0px auto;
	padding: 12px 0px 0px 22px;
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	text-align: left;	/*文字を左寄せ*/
	line-height: 0px;	/*行間*/
}
#coment2 a {
	text-decoration: none;
}

/*上段のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	background-color: #131116;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
		/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
height: 51px;

}
nav#menu ul {
	width: 1202px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 119px;	/*メニュー幅*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
			/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0);
/* IE 8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27232c', endColorstr='#131116', GradientType=0)"; 
/* IE 10 */
background: linear-gradient(to bottom, #27232c, #131116);
	border-right: 1px solid #3b3542;	/*メニューの右側の線の幅、線種、色*/
	border-bottom: 1px solid #3b3542;	/*下側に線を入れる*/
	text-align: center;	/*文字を中央に揃える*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 25px;
	padding-top: 5px;
	color: #ffd508;	/*文字色*/
	font-size: 11px;	/*文字サイズ*/
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
}
/*上段最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #3b3542;	/*左側に線を入れる*/
}
/*下段最初のメニューの設定*/
nav#menu ul li:nth-child(7) {
	border-left: 1px solid #3b3542;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #383240;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 10px;	/*文字サイズ*/
	display: block;
	letter-spacing: 0.1em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 5px;
	color: #cccccc;	/*文字色*/
	text-shadow: none;
	font-weight: normal;
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1200px;
	margin: 20px auto 0px;
}

/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 300px auto 0px;	/*背景画像分、高さをとる。*/
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 985px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
}
#main2 {
	float: left;	/*右側に回り込み*/
	width: 1200px;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
}
#maintop {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
}
/*2カラム時*/
body.c2 #main {
	width: 840px;	/*メインコンテンツ幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
}
#main2 h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 0px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
	line-height: 36px;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-size: 100%;
	color: #CCCCCC;		/*文字色*/
	padding: 2px 8px;	/*左から、上下、左右への余白*/
	margin:10px 0px 5px 0px;
	clear: both;
	border-left: 4px solid #990000;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}
#main h4 {
	font-size: 16px;
	color: #ff0000;		/*文字色*/
	padding: 0px 6px;	/*左から、上下、左右への余白*/
	margin:0px 0px 0px 0px;
	clear: both;
	border-left: 4px solid #ff0000;		/*左の線の幅、線種、色*/
}
#main h5 {
	font-size: 100%;
	color: #CCCCCC;		/*文字色*/
	padding: 2px 8px;	/*左から、上下、左右への余白*/
	margin:0px 0px 15px 0px;
	clear: both;
	border-left: 4px solid #990000;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}
#main h6 {
	font-size: 16px;
	color: #ff0000;		/*文字色*/
	padding: 0px 10px 0px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 0px 0px;
	clear: both;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 10px 10px;	/*上、左右、下への余白*/
}
#main .rec {
	padding: 5px 10px 15px 10px;	/*上、左右、下への余白*/
}
#main .rec2 {
	font-size: 12px;
	padding: 0px 10px 15px 10px;	/*上、左右、下への余白*/
}
#main .rec3 {
	padding: 0px 10px 0px 10px;	/*上、左右、下への余白*/
}
#main .rec4 {
	padding: 0px 10px 10px 10px;	/*上、左右、下への余白*/
}
/*料金表*/
#credit {
margin:10px 0px 10px 0px;
}
#credit2 {
margin:5px 0px 10px 10px;
}
#credittop {
margin:0px 0px 10px 0px;
}

/*BBSコンテンツ
---------------------------------------------------------------------------*/
#bbs {
	clear: left;
	width: 1200px;
	margin: 20px auto 0px;
}
#bbs a {
text-decoration: underline;
}
#bbs h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 0px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
	line-height: 36px;
}
#bbs table {
margin:0px 0px 20px 0px;
}
#bbs td, th {
padding: 5px 10px;
}
#bbs ul {
margin:20px;
}
#bbs hr {
margin:0px 0px 20px 0px;
}
#bbs .button {
text-decoration: none;
}

/*アンケート認証画面
---------------------------------------------------------------------------*/
.ancbox {
    border: 2px solid #535353;
    border-radius: 4px;
	width:350px;
    margin: 15px;
    padding: 2em;
    position: relative;
}
.ancbox::before {
    background-color: #171717;
    color: #ccc;
    content: "認証";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.81em;
}

/*枠付div
---------------------------------------------------------------------------*/
#waku{
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#990000;
	margin:0px 0px 10px 0px;
}
#waku2{
border-left:5px solid #420000;
border-right:5px solid #420000;
border-bottom:5px solid #420000;
margin:0px 0px 0px 0px;
padding: 15px;
box-sizing: border-box;
}
#waku3{
border-top:5px solid #420000;
border-left:5px solid #420000;
border-right:5px solid #420000;
border-bottom:5px solid #420000;
margin:0px 0px 0px 0px;
padding: 10px;
box-sizing: border-box;
}
#waku .tx1{
	font-size: 100%;
	margin:0px 10px 0px 0px;
	padding: 5px 10px 5px 10px;
	line-height: 150%;
}
#waku .tx1 span{
	font-size: 14px;
	font-weight: bold;
	color: #ffd508;		/*文字色*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#waku .tx2{
	font-size: 12px;
	margin:0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	line-height: 150%;
}
#waku img{
margin:0px 0px 10px 10px;
vertical-align: top;
}
/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){
	
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#waku img{
margin:0px 0px 10px 10px;
width:46%;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

#waku img{
margin:0px 0px 10px 10px;
width:46%;
}
}

/*システムページ
---------------------------------------------------------------------------*/

#system li {
list-style-type : none;
padding:5px 0px;
border-bottom:1px solid #535353;
}

#system li:nth-child(even){
background:#121212;
}

/*メンバーページ
---------------------------------------------------------------------------*/

/*widthは並べたい枚数にあわせて調整*/
#member{
    width:100%;
	margin:0px auto 0px 0px;
	padding:0px 0px 0px 0px;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#member dl{
	text-align: left;
	margin:0px 4px 8px 4px;
    padding:0px;
	position: relative;
	left:0;
    float:left;
    width:340px;
    font-size:12px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#990000;
	background-color: #202020;
}
#member dt{
 float:left;  
 width:px; 
 height: 100px;
 text-align: center;
	vertical-align: middle;
 padding:0px 0 0px 0px;
 clear:both; 
}
#member dd{
width:200px;
height: 100px;
display: table-cell;
vertical-align: middle;
margin-left:140px;  
padding:0px 8px 0px 8px;
}
#membertx{
margin:10px 0px 0px 0px;
}

/*フェチギャラリーindex
---------------------------------------------------------------------------*/

/*widthは並べたい枚数にあわせて調整*/
#galleryindex{
width:100%;
background-color:#ffffff;
margin:10px auto 0px 0px;
padding:0px 0px 0px 0px;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#galleryindex dl{
text-align: left;
margin:0px 5px 8px 5px;
padding:0px 0px 0px 10px;
position: relative;
left:0;
float:left;
width:328px;
font-size:12px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#990000;
background-color: #202020;
}
#galleryindex dt{
float:left;  
width:px; 
text-align: center;
vertical-align: middle;
padding:0px 0 0px 0px;
clear:both; 
}
#galleryindex dd{
width:320px;
height: 90px;
display: table-cell;
vertical-align: middle;
margin-left:140px;  
padding:0px 8px 0px 8px;
}

/*フェチギャラリー
---------------------------------------------------------------------------*/

#contentsgallery {
	clear: left;
	width: 620px;
	margin: 10px auto 0px;
}

/*widthは並べたい枚数にあわせて調整*/
#gallery{
width:100%;
margin:0px auto 0px 0px;
padding:0px 0px 0px 0px;
}

/*フェチギャラリーサムネイルボックス*/
#gallery .photobox div {
	float: left;
	width: 90px;	/*ボックスの幅*/
	height: 120px;	/*ボックスの高さ*/
	margin-left: 10px;
	left: 0px;		/*ボックスに対して右から2pxの位置に配置*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;		/*ボックス内の余白*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #535353;	/*枠線の幅、線種、色*/
}
.photos {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gallery .photobox img {
width:auto;
height:auto;
max-width:90px;
max-height:90px;
}
span.absolute{
position: absolute;
bottom: 5px;
left: 42%;
}

.clr-block{
clear : both ;
margin:0px 0px 0px 0px;
}

/*個人コスチューム
---------------------------------------------------------------------------*/

#contentsgallery {
	clear: left;
	width: 620px;
	margin: 10px auto 0px;
}

#pcos h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 0px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
}

#pcos span.c1 {
padding-left:0px;
font-weight: normal;
font-size : 12px;
}

#pcos h3 {
font-size: 12px;
color: #CCCCCC;		/*文字色*/
padding: 2px 8px;	/*左から、上下、左右への余白*/
margin:10px 0px 8px 0px;
clear: both;
border-left: 4px solid #990000;		/*左の線の幅、線種、色*/
border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}

/*widthは並べたい枚数にあわせて調整*/
#pcos{
width:100%;
margin:0px auto 0px 0px;
padding:0px 0px 0px 0px;
}

/*個人コスチュームサムネイルボックス*/
#picbox{
	margin: 5px 0px 10px 0px;
	width: 100%;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pcos .photobox div {
	float: left;
	left: 0px;		/*ボックスに対して右から2pxの位置に配置*/
	display: inline;
	margin-bottom: 0px;
	padding: 10px;		/*ボックス内の余白*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #535353;	/*枠線の幅、線種、色*/
}
.photos {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pcos .photobox img {
width:auto;
height:auto;
max-width:270px;
max-height:270px;
}

.clr-block{
clear : both ;
margin:0px 0px 0px 0px;
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ギャラリーサネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#gallery .photobox div {
    width:25%;
    height:28vw;
    margin:1% 1% 1% 1%;
	padding: 10px 10px 10px 10px;
    background:;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}
#gallery .photobox img {
width:auto;
height:auto;
max-width:85px;
max-height:85px;
}

/*個人コスチュームサネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#pcos .photobox div {
    margin:0px 0px 0px 0px;
	padding: 10px;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}
#pcos .photobox img {
width:auto;
height:auto;
max-width:130px;
max-height:130px;
}

}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*個人コスチュームサネイルボックス
---------------------------------------------------------------------------*/
#picbox{
	margin: 5px 0px 10px 0px;
	width: 100%;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
/*ボックス１個あたりの設定*/
#pcos .photobox div {
    margin:0px 10px 0px 0px;
	padding: 10px;
    float:left;
}
#pcos .photobox img {
width:auto;
height:auto;
max-width:200px;
max-height:200px;
}

}

/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#gallery dl{
text-align: center;
margin:8px 8px 8px 8px;
padding:10px;
position: relative;
left:0;
float:left;
width:100px;
font-size:12px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#990000;
background-color: #000000;
}
#gallery dt{
width:100px;
float:left;   
height: 130px;
text-align: center;
vertical-align: middle;
padding:0px 0 0px 0px;
clear:both; 
}
#gallery dd{
width:100px;
height: 10px;
display: table-cell;
vertical-align: middle;  
padding:0px 8px 0px 8px;
}
#gallery h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
}
#gallery h3 {
font-size: 12px;
color: #CCCCCC;		/*文字色*/
padding: 2px 8px;	/*左から、上下、左右への余白*/
margin:10px 0px 8px 0px;
clear: both;
border-left: 4px solid #990000;		/*左の線の幅、線種、色*/
border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}

#pagetopgallery {
	clear: both;
	width: 620px;
	margin: 0px auto;
}
#pagetopgallery a {
	color: #CCCCCC;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetopgallery a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:10;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:auto;margin-bottom:auto;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border-top:30px solid #000;  border-left:5px solid #000; border-right:5px solid #000; border-bottom:30px solid #000; background:#000;}
#cboxTitle{position:relative; top:-25px; left:10px; color:#fff; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;font-size: 11px;line-height: 1.6;letter-spacing: 0.5px;}
#cboxCurrent{position:absolute; top:5px; left:10px; color:#fff; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;font-size: 11px;line-height: 1.6;letter-spacing: 0.5px;}
#cboxLoadingGraphic{background:url(../gallery/img/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
	}
        
#cboxSlideshow{
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
	}
#cboxPrevious{
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-32px;
	background:url(../gallery/img/controls.png) no-repeat top left;
	width:28px;
	height:65px;
	text-indent:-9999px;
	opacity: .7;
　　-webkit-opacity: .7;
　　-moz-opacity: .7;
　　filter: alpha(opacity=70);	/* IE lt 8 */
　　-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	}
#cboxPrevious:hover{
	background-position:bottom left;
	}
#cboxNext{
	position:absolute;
	top:50%;
	right:0px;
	margin-top:-32px;
	background:url(../gallery/img/controls.png) no-repeat top right;
	width:28px;
	height:65px;
	text-indent:-9999px;
	opacity: .7;
　　-webkit-opacity: .7;
　　-moz-opacity: .7;
　　filter: alpha(opacity=70);	/* IE lt 8 */
　　-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	}
#cboxNext:hover{
	background-position:bottom right;
	}
#cboxClose{
	position:absolute;
	top:0px; right:-10px;
	display:block;
	background:url(../gallery/img/controls.png) no-repeat top center;
	width:38px;
	height:19px;
	text-indent:-9999px;
	}
#cboxClose:hover{
	background-position:bottom center;
	}

/*無料オプションギャラリー（アイテム・コスチュ－ム）
---------------------------------------------------------------------------*/

#freegallery {
	clear: left;
	width: 800px;
	margin: 10px auto 0px;
}

/*widthは並べたい枚数にあわせて調整*/
#gallerythum{
width:100%;
margin:0px auto 0px 0px;
padding:0px 0px 0px 0px;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#gallerythum dl{
text-align: center;
margin:8px 8px 8px 8px;
padding:10px 10px 0px;
position: relative;
left:0;
float:left;
width:120px;
font-size:12px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#990000;
background-color: #000000;
}
#gallerythum dt{
float:left;
width:120px; 
height: 155px;
text-align: center;
vertical-align: middle;
padding:0px 0 0px 0px;
clear:both; 
}
#gallerythum dd{
width:120px;
height: 45px;
display: table-cell;
vertical-align: top;  
padding:0px 0px 0px 0px;
}
#gallerythum h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
}
#gallerythum h3 {
font-size: 100%;
color: #CCCCCC;		/*文字色*/
padding: 2px 15px;	/*左から、上下、左右への余白*/
margin:10px 0px 8px 0px;
clear: both;
border-left: 4px solid #990000;		/*左の線の幅、線種、色*/
border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}

#pagetopfreegallery {
	clear: both;
	width: 800px;
	margin: 0px auto;
}
#pagetopfreegallery a {
	color: #CCCCCC;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetopfreegallery a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*NEW PLAY
---------------------------------------------------------------------------*/
#newplay {
	clear: left;
	width: 270px;
	margin: 10px auto 0px;
}
#newplaycontents{
width:100%;
margin:0px auto 0px 0px;
padding:0px 0px 0px 0px;
text-align: center;
}
#newplaycontents h2 {
	font-size: 100%;
	color: #CCCCCC;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	margin:0px 0px 10px 0px;
	background-color: #0d0d0d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*グラデーション*/
	background-image:  -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);	/*同上*/
	background-image:  linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);			/*同上*/
　　clear: both;
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	border-top: 4px solid #990000;		/*左側の線の幅、線種、色*/
}
#newplaycontents h3 {
font-size: 100%;
color: #CCCCCC;		/*文字色*/
padding: 2px 5px;	/*左から、上下、左右への余白*/
margin:10px 0px 8px 0px;
clear: both;
border-bottom: 1px solid #990000;	/*下の線の幅、線種、色*/
}
#newplaycontents p {
	font-size: 12px;
	padding: 0px 5px 5px;	/*上、左右、下への余白*/
	text-align: left;
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 270px;	/*サブコンテンツ幅*/
	padding-bottom: 10px;
	line-height: 1.6;
	font-size: 12px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 10px;
	line-height: 1.6;
	font-size: 12px;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #990000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	padding: 4px 0px;	/*上下、左右への余白*/
	color: #cccccc;	/*文字色*/
	clear: both;
}
#sub h3,
#side h3 {
	font-size: 12px;
	text-align: center;	/*文字をセンタリング*/
	background-color: #990000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	padding: 4px 0px;	/*上下、左右への余白*/
	color: #cccccc;	/*文字色*/
	clear: both;
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	-webkit-box-shadow: 0px 0px 30px #990000 inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #990000 inset;			/*同上*/
	background-color: #000000;
	border: 1px solid #990000;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 10px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box2,
#side .box2 {
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box3,
#side .box3 {
	margin-bottom: 10px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box4,
#side .box4 {
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box4 img,
#side .box4 img {
	margin-bottom: -5px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box5,
#side .box5 {
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #990000;	/*枠線の幅、線種、色*/
	padding: 0px;				/*ボックス内の余白*/
	margin-bottom: 10px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box6,
#side .box6 {
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box7,
#side .box7 {
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
#sub .box8,
#side .box8 {
	margin-bottom: 5px;		/*ボックスの下にあけるスペース*/
}
#sub .box9 img,
#side .box9 img {
	margin: 5px 0px -5px 0px;		/*ボックスの下にあけるスペース*/
	clear: both;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	border-top: 0px solid #990000;		/*上側の線の幅、線種、色*/
	border-right: 0px solid #990000;	/*右側の線の幅、線種、色*/
    border-bottom: 0px solid #990000;	/*下側の線の幅、線種、色*/
	border-left: 0px solid #990000;		/*左側の線の幅、線種、色*/
	margin-bottom: 10px;				/*メニューブロックの下にあけるスペース*/
}
#side ul {
	border-top: 1px solid #990000;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #990000;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #990000;		/*左側の線の幅、線種、色*/
	margin-bottom: 10px;				/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #990000;	/*枠線の幅、線種、色*/
	background: #000;	/*背景色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 3px 5px 3px 10px;	/*上、右、下、左側への余白*/
}

/*linkブロック設定
---------------------------------------------------------------------------*/
#link{
	margin: 0px 0px 0px;
	width: 700px;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#link img{
	margin: 10px 0px 0px 0px;
}
#link a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
#link a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
#link2{
	margin: 0px 0px 0px;
	width: 720px;	/*ブロック幅*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#link2 img{
	margin: 20px 20px 0px 0px;
}
#link2 a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
#link2 a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	font-size: 11px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #CCCCCC;			/*文字色*/
	background: #000000;	/*背景色*/
}
footer a {
	text-decoration: none;
	color: #CCCCCC;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
footer a:hover {
	color: #ffffff;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #000;	/*背景色*/
	-webkit-box-shadow: 0px 0px 30px #ead98e inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #ead98e inset;			/*同上*/
	border: 1px solid #baa651;	/*枠線の幅、線種、色*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 9px;	/*ボックス内の余白*/
	display: block;
	width: 110px;	/*幅*/
	height: 210px;	/*高さ*/
}
/*2カラム時のボックス設定*/
body.c2 #main .list section a {
	padding: 16px;	/*ボックス内の余白*/
}
/*スタッフ名*/
#main .list section h4 {
	color: #ead98e;	/*文字色*/
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #111;	/*背景色*/
	color: #FFF;	/*文字色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 180px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 350px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}
/*テーブル内の余白*/
#main .staff .right .ta1 td,
#main .staff .right .ta1 th{
	padding: 2px 10px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-top:5px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #535353;	/*テーブルの枠線の幅、線種、色*/
	line-height: 140%;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: left;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #000);	/*同上*/
	background-image: linear-gradient(#333, #000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	color: #cccccc;	/*文字色*/
}
.ta2 {
	width: 100%;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #535353;	/*テーブルの枠線の幅、線種、色*/
	line-height: 140%;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 10px;
	line-height: 140%;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 10px;
	text-align: left;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #000);	/*同上*/
	background-image: linear-gradient(#333, #000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	color: #cccccc;	/*文字色*/
}
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	line-height: 140%;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 0px;
	background-color: #000000;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	padding: 10px 20px;
	text-align: left;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta3 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	color: #cccccc;	/*文字色*/
}
/*アンケートのテーブル*/
.ta4, .ta4 td, .ta4 th{
	padding: 0px 0px;
	border: 0px solid #535353;	/*テーブルの枠線の幅、線種、色*/
}

/*メールフォーム設定
------------------------------------------------------*/
table.l2 {
	width: 100%;
	background: #131116;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #535353;
}
table.l2 th {
	width: 100px;
	font-size:12px;
	text-align: left;
	background: #000000;
}
table.l2 th,
table.l2 td {
	padding: 10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	width: 1200px;
	margin: 0px auto;
}
#pagetop a {
	color: #CCCCCC;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*メンバーページPAGE TOP設定
---------------------------------------------------------------------------*/
#mpagetop {
	clear: both;
	width: 760px;
	margin: 0px auto;
}
#mpagetop a {
	color: #CCCCCC;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#mpagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0px 28px 10px;
	list-style: disc;
	line-height: 150%;
}
ul.disc2 {
	padding: 0px 10px 10px;
	list-style: disc;
	line-height: 150%;
}
ul.disc3 {
	padding: 0px 10px 5px 28px;
	list-style: disc;
	line-height: 150%;
}
.color1 {
	color: #ead98e;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 13px;
	line-height: 1.5;
	padding: 0px 10px 5px;
}
.mini1 a{
text-decoration: none;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

/*検査バナー切り替え
---------------------------------------------------------------------------*/
.box7 {
	display: none;	/*表示させない設定*/
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#pagetopgallery {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#pagetopfreegallery {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#mpagetop {
	clear: both;
	width: 100%;
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: 90px;
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 0px;	/*innerに対して左から20pxの場所に配置*/
	top: 5px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;		/*innerに対して上から15pxの位置に配置*/
	left: 260px;	/*innerに対して右から700pxの位置に配置*/
	font-size: 12px;	/*文字サイズ*/
	font-weight: bold;	/*太字に*/
	text-align: left;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0em;	/*文字間隔を少し広めにとる設定*/
}

/*上段のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin: 0px 6px 0px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 32.9%;	/*メニュー幅*/
	border: 1px solid #3b3542;	/*メニューの線の幅、線種、色*/
	background-color: #19161d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
	margin-bottom: 0%;
}
nav#menu ul li a {
	font-size: 12px;	/*文字サイズ*/
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	width: 32.9%;	/*メニュー幅*/
	margin-right: 0%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 11px;	/*文字サイズ*/
	display:none;	/*表示させない設定*/
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 8px 8px 0px 8px;
}
#contentsgallery {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
#freegallery {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 0px 6px 0px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: auto;
}
body #main {
	width: 60%;	/*メインコンテンツ幅*/
	margin: 10px 0px 0px 0px;
}
#sub {
	float: left;	/*左側に回り込み*/
	width: 38%;	/*サブコンテンツ幅*/
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	line-height: 1.6;
	font-size: 12px;
}

.box2{
  width: 100%;
  margin: 0px auto;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 24%;			/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 270px;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	width: 33%;
}
#main .staff .left figure img {
	width: 100%;
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: 65%;	/*幅*/
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニューアイコンを非表示に*/
#menubar_hdr {
	display: none;
}

/*右上のコメントを表示させない
---------------------------------------------------------------------------*/
#coment {
	display: none;	/*表示させない設定*/
}

/*風俗営業法届済許可店
---------------------------------------------------------------------------*/
#coment2 {
	width: auto;	/*ブロック幅*/
	padding: 15px 0px 0px 12px;
}

}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#pagetopgallery {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#pagetopfreegallery {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
#mpagetop {
	clear: both;
	width: 100%;
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 5px;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 10px;
	text-align: center;	/*文字をセンタリング*/
}

/*上段のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin: 0px 4px 0px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;	/*メニュー幅*/
	border: 1px solid #3b3542;	/*メニューの線の幅、線種、色*/
	background-color: #19161d;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#27232c), to(#131116));	/*グラデーション*/
	margin-bottom: 1%;
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	width: 47.5%;	/*メニュー幅*/
	margin-right: 1%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
}
nav#menu ul li a {
	padding: 5px 0px 5px 0px;	/*メニュー内の余白。上、右、下、左*/
	font-size: 12px;	/*文字サイズ*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 11px;	/*文字サイズ*/
	display:none;	/*表示させない設定*/
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
#contentsgallery {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
#freegallery {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
/*トップページでのコンテンツブロック設定*/
body#top #contents {
	margin: 20px 6px 0px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグ設定*/
#main h2 {
	padding: 5px 10px;	/*上下、左右への余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 5px 10px;	/*上、左右、下への余白*/
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 5px;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 48%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 250px;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

#gallery dl{
	margin-left: 10%;	/*ボックスの左右間の余白*/
}
#gallerythum dl{
	margin-left: 5%;	/*ボックスの左右間の余白*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	float: none;
	width: auto;
	padding-bottom: 15px;
	text-align: center;
}
/*写真の設定*/
#main .staff .left figure img {
	width: 80%;	/*写真を画面幅の80％にする設定*/
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: auto;
	float: none;
	padding-bottom: 15px;
}

/*linkブロック設定
---------------------------------------------------------------------------*/
#link {
	width: auto;	/*ブロック幅*/
	text-align: center;
}
#link2 {
	width: auto;	/*ブロック幅*/
	text-align: center;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}

/*
/*メニュー折りたたみ設定
#top #menubar_hdr {
	display: none;
}
/*トップ以外で右上に出す３本バーのアイコン設定
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;		/*画面の上から0pxに配置
	right: 10px;	/*画面の右から10pxに配置
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));	/*グラデーション
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);	/*同上
	background-image: linear-gradient(#fbfbfb, #e5e5e5);			/*同上
	padding: 10px;	/*余白
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色
	border-radius: 0px 0px 6px 6px;	/*角丸設定。左上、右上、右下、左下への数値。
}
*/

/*右上のコメントを表示させない
---------------------------------------------------------------------------*/
#coment {
	display: none;	/*表示させない設定*/
}

/*風俗営業法届済許可店
---------------------------------------------------------------------------*/
#coment2 {
	width: auto;	/*ブロック幅*/
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/*検査バナー切り替え
---------------------------------------------------------------------------*/
.box6 {
	display: none;	/*表示させない設定*/
}
.box7 {
	display: block;	/*表示させる設定*/
}

}

/*ここからschedule関係
---------------------------------------------------------------------------*/

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.newol{
	border-top: 1px solid #535353;	/*下線の幅、線種、色*/
	border-bottom: 1px solid #535353;	/*下線の幅、線種、色*/
	border-left: 1px solid #535353;	/*下線の幅、線種、色*/
	border-right: 1px solid #535353;	/*下線の幅、線種、色*/
	margin: -11px 0px 15px 0px;
}
.newin{
	margin: 10px 10px 10px 10px;
}
#new{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 180px;

}
#new dl{
	margin-bottom: 5px;
	margin-right: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	margin: 0px 0px 0px 0px;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #535353;	/*下線の幅、線種、色*/
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

/*キャストサムネイルボックス
------------------------------------------------------*/
#main-col .photobox1 div {
	float: left;
	width: 106px;	/*ボックスの幅*/
	height: 175px;	/*ボックスの高さ*/
	left: 0px;		/*ボックスに対して右から2pxの位置に配置*/
	display: inline;
	margin:5px 0px 10px 10px;
	padding: 10px;		/*ボックス内の余白*/
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #535353;	/*枠線の幅、線種、色*/
}

/*サムネイル内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 5px;		/*ボックスに対して右から2pxの位置に配置*/
	top: 5px;	/*ボックスに対して下から2pxの位置に配置*/
}

/*キャストサムネイルボックス（表）
------------------------------------------------------*/
#main-col2 .photobox2 div {
	float: left;
	width: 106px;	/*ボックスの幅*/
	height: 160px;	/*ボックスの高さ*/
	left: 0px;		/*ボックスに対して右から2pxの位置に配置*/
	display: inline;
	padding: 6px 7px 0px 10px;		/*ボックス内の余白*/
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
}

/*サムネイル内のアイコン位置*/
#main-col2 .photobox2 div .icon {
	position: absolute;
	right: 8px;		/*ボックスに対して右から2pxの位置に配置*/
	top: 3px;	/*ボックスに対して下から2pxの位置に配置*/
}

/*キャストサムネイルボックス（在籍一覧）
------------------------------------------------------*/
#main-col .photobox3 div {
	float: left;
	width: 106px;	/*ボックスの幅*/
	height: 155px;	/*ボックスの高さ*/
	left: 0px;		/*ボックスに対して右から2pxの位置に配置*/
	display: inline;
	margin:5px 0px 10px 10px;
	padding: 10px;		/*ボックス内の余白*/
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #535353;	/*枠線の幅、線種、色*/
}

/*サムネイル内のアイコン位置*/
#main-col .photobox3 div .icon {
	position: absolute;
	right: 5px;		/*ボックスに対して右から2pxの位置に配置*/
	top: 5px;	/*ボックスに対して下から2pxの位置に配置*/
}

/*テーブル(schedule2.htmlページで使用)
------------------------------------------------------*/
table.l4 {
	width: 100%;
	background: #171717;
}
table.l4,
table.l4 th,
table.l4 td {
	border: 1px solid #535353;	/*テーブルの枠線の幅、線種、色*/
}
table.l4 th {
	background-color: #171717;	/*背景色*/
	text-align: center;
}
table.l4 th,
table.l4 td {
	padding: 5px 0px;	/*テーブル内の余白*/
	font-size:0.98em;
}
table.l4 td {
	width: 7%;
	text-align: center;
}
table.l4 td.dw {
	font-size:0.85em;
    font-weight: bold;
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

#newoc h2.open {
	background: url(../img/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*マイナスアイコンとグラデーション*/
	background: url(../img/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);					/*同上*/
	background: url(../img/btn_minus.png) no-repeat right center, linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);							/*同上*/
	margin:0px 0px 0px 0px;
}
#newoc h2.close {
	background: url(../img/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*プラスアイコンとグラデーション*/
	background: url(../img/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);						/*同上*/
	background: url(../img/btn_plus.png) no-repeat right center, linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);								/*同上*/
	margin:0px 0px 0px 0px;
}
#new {
	margin:10px 0px 0px 0px;
	height: auto;
}
.newol{
	margin:10px 0px 0px 0px;
	border: none;	/*下線の幅、線種、色*/
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main-col .photobox1 div {
    width:24.9%;
    height:24vw;
    margin:1% 1% 1% 1%;
    background:;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}

/*スタッフサムネイルボックス（在籍一覧）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main-col .photobox3 div {
    width:24.9%;
    height:22vw;
    margin:1% 1% 1% 1%;
    background:;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}

}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#newoc h2.open {
	background: url(../img/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*マイナスアイコンとグラデーション*/
	background: url(../img/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);					/*同上*/
	background: url(../img/btn_minus.png) no-repeat right center, linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);							/*同上*/
	margin:0px 0px 0px 0px;
}
#newoc h2.close {
	background: url(../img/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#747474), to(#0d0d0d));	/*プラスアイコンとグラデーション*/
	background: url(../img/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);						/*同上*/
	background: url(../img/btn_plus.png) no-repeat right center, linear-gradient(#747474, #444444 49%, #1a1a1a 50%, #0d0d0d);								/*同上*/
	margin:0px 0px 0px 0px;
}
/*ブロック全体の設定*/
#new {
	margin:10px 0px 0px 0px;
	height: auto;
}
.newol{
	margin:10px 0px 0px 0px;
	border: none;	/*下線の幅、線種、色*/
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main-col .photobox1 div {
    width:25%;
    height:40vw;
    margin:1% 1% 1% 1%;
    background:;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}

/*スタッフサムネイルボックス（在籍一覧）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main-col .photobox3 div {
    width:25%;
    height:37vw;
    margin:1% 1% 1% 1%;
    background:;
    float:left;
	font-size: 10px;	/*文字サイズ*/
}

}

/*ブログ新着関連
---------------------------------------------------------------------------*/
/* floatを解除 */
.cb{
  clear: both;
}
.bloginfobox{
margin:10px 5px 5px 5px;
font-size:	1.02em;
font-weight: normal;
letter-spacing: 0.05em;
line-height: 1.2;
}
.creator{
font-size:	0.85em;
color: #ffd508;
}
.title{
font-size:	1.1em;
color: #ea68a2;
}
.text{

}
.data{
font-size:	0.85em;
}
.bloginfobox p{
margin:0px 0px 4px 0px;
}
.bloginfobox img{
width: 100px;
height: 100px;
margin:0px 10px 6px 0px;
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: ; /* 他のブラウザ用(＝通常の指定) 0% 30% */
font-family: 'object-fit: cover; object-position: 0% 50%;'; /* IE・Edge対応 0% 30% */
}
.fade {
width: 100%;
border-width: 0 0 1px;
border-image: linear-gradient(
90deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0.5) 50%,
hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
border-style: solid;
}
