﻿@charset "utf-8";

body{
	background-color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1em;
	color: #fff;
	}

@font-face {
  font-family: 'typicons';
  src: url('../fonts/typicons.eot');
  src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/typicons.woff') format('woff'),
url('../fonts/typicons.ttf') format('truetype'),
url('../fonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
	color: rgb(33, 117, 195);
	text-decoration: none;
	cursor: pointer;
	}
	
a:visited	{color: rgb(33, 117, 195);}
a:hover		{color: rgb(71,150,224)}
a:focus		{outline: thin dotted;}

dl { line-height: 1.6em;}

dt {font-weight: bold;
	padding: 2%;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 1em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
	}
th, td {
	background-color:  #000;
	border: 1px #fff solid;
	padding: 10px;
	}

th {
	word-break: keep-all;
	text-align: right;
	}

td span {font-size: 1.4em;color: #ff0;}

strong, .errorTxt {color:#FF0000;}


/*フェード*/
#mainMenu li, #pageTop a, #mobileMenu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*メニュー全体　※ID名が変なのはタイトー公式サイト全体に設定されているmain.jsを利用しているからだお*/
#pageTop {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
	border-top: 1px #fff solid;
	/*background-image: -moz-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	box-shadow: 3px 3px 10px 2.73px rgba(0, 0, 0, 0.35);*/
	}

/*スマホ用メニュー（最初は非表示）*/
#mobileMenu {display: none;}

/*グローバルナビゲーション*/
nav ul {
	margin: 0;
	}

nav ul li {
	width: 20%;
	margin: 0;
	float: left;
	}

nav ul li a {
	display: block;
	padding: 10px 0;
	text-align:  center;
	font-size: 1.1em;
	color: #999;
	}


nav ul li a:hover {
	color: #fff;
	background-color: #000;
	}



/*汎用ボタン*/
.button a {
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid #9daca9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,0,0);
	}



.button a:hover {background-color: rgb(233,233,233);}
.button a:active {background-color: #d2d6d6; border: 1px solid #9daca9;}

/*記事用*/
.small	{font-size: 0.9em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.4em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.yellow {color: #FFED00;}
.hyde {display: none;}
 }


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: #000000;
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-moz-linear-gradient(45deg,  #000000 0%, #000000 33%, #b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-webkit-linear-gradient(45deg,  #000000 0%,#000000 33%,#b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),linear-gradient(45deg,  #000000 0%,#000000 33%,#b00316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b00316',GradientType=1 );
	background-repeat:  no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-attachment: fixed, fixed;
	}



#srtitle2 {
	display: block;
	position: absolute;
	z-index: 999;
	left: -10%;
	top: -10%;
	width: 120%;
	opacity: 0.25;

	animation-name: anime1;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;

	-webkit-animation-name: anime1;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;

	}

@keyframes anime1 {
	0% {opacity: 0; width: 110%; left: -5%; top: -5%;}
	2% {opacity: 0.2; width: 115%; left: -7.5%; top: -7.5%;}
	80% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	100% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	}

@-webkit-keyframes anime1 {
	0% {opacity: 0; width: 110%; left: -5%; top: -5%;}
	2% {opacity: 0.25; width: 115%; left: -7.5%; top: -7.5%;}
	80% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	100% {opacity: 0; width: 100%; left: 0%; top: 0%;}
	}



header {
	max-width: 1280px;

	margin: 0 auto 50px;
	position: relative;
	}

.obakenxtaito {
	display: block;
	width: 25%;
	position: absolute;
	top: 30px;
	right: 0px;
	}

.obakenxtaito img {
	width: 100%;
	}

.catch {
	display: block;
	width: 70px;
	margin: 0 0 20px 40%;
	}

h1{
	position: absolute;
	width: 50%;
	right: 0px;
	top: 100px;
	}

h1 img {
	width: 100%;
	}

.topInfo {
	font-size: 1.6em;
	letter-spacing: 0.25em;
	text-align: center;
	}

.topInfo span {
	font-size: 1.6em;
	font-weight: bold;
	}

.topInfo span.sun {
	color: #f00;
	}

.topInfo span.sat {
	color: #008FEB;
	}

/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
	max-width: 1040px;
    display: block;
    margin-right: auto;
	}

	main p {line-height: 1.6em;}

	main p.small {font-size: 0.8em;}

/*各記事*/
section {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 60px;
	background-color:  rgba(0,0,0,0.6);
	border: 1px #4e297d solid;
	align-items: center;
	}

section div				{padding: 40px;}
section div.left		{width: 50%;padding-right: 10px;}
section div.right		{width: 50%;padding-left: 10px;}
section div.left.photo 	{transform: rotate(-2deg);}
section div.right.photo	{transform: rotate( 2deg);}
section img 			{width: 100%;}
section div.photo img	{box-shadow: rgba(0,0,0,0.55) -10px 10px 10px}

/*お店1個*/
.shopInfo {
	width: 92%;
	margin: 20px auto 0;
	text-align:  center;
	border: 1px #333 solid;
	}

h2 {
	display: block;
	width: 100%;
	text-shadow: rgba(64,0,0, 1.0) -3px -3px 0px, rgba(48,0,0, 1.0) 3px 3px 0px;
	font-size: 2em;
	letter-spacing: 0.25em;
	line-height: 1.2em;
	padding: 30px 30px 0;
	margin: 0;
	}


h2 span {
	font-size: 1.2em;
	color: #C91114;
	}

h3 {
	font-size: 1.4em;
	color: #f00;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

	.shopInfo div h3 {
		font-size: 1.4em;
		margin-top:10px;
		padding-bottom: 10px;
		text-align: center;
		}


h4 {
	padding: 5% 2% 2%;
	margin: 0px;
    line-height: 1em;
	font-weight: bold;
    text-align: left;
	}

/*RSS*/
main h3 span {
	display: block;
	position: absolute;
	right: 10px;
	top: 25%;
	}

	main h3 span a		{color: #FF8E00;}
	main h3 span a:hover	{color: #fff;}
	main h3 span a:before {
		font-family: "typicons";
		content: '\e0dc';
		font-weight: normal;
		font-size: 1.6em;
		}










/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0px auto;
	clear: both;
	padding: 2%;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

	.shareButtons div {
		line-height: 1;
		}

		.fb-like {
			width: 170px;
			margin-bottom: 10px;
			float: left;
			}
	
		.tweetBtn {
			width: 80px;
			margin-bottom: 10px;
			float: left;
			}
	
		.googleBtn {
			width: 70px;
			margin-bottom: 10px;
			float: left;
			}
	
		.lineBtn {
			width: 90px;
			margin-bottom: 10px;
			float: left;
			display: none;
			}

footer {
	margin: 100px auto 100px;
	text-shadow: rgba(0,0,0, 1.0) 0px -3px 6px;
	/*background: url(/Content/images/ft_nazo_corner_bottom.png) no-repeat center bottom;*/
	/*background-size: contain;*/
	text-align: center;
	}

footer p {
	font-size: 0.9em;
	color: #ddd;
	line-height: 1.6;
	}

footer img {
	display: block;
	margin: 0 auto;
	}



footer ul {
	display: inline-flex;
	padding: 0;
	margin: 20px auto 0;
	}

footer ul li {
	list-style-type: none;
	border-right: 1px #ddd solid;
	padding: 0 20px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	}

footer ul li:last-child {
	border: none;
	}

.taitologo {
	max-width: 200px;
	margin: 0 auto 1em;
	}

.copyright {
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #999;
	font-size: 0.8em;
    line-height: 2em;
	margin-bottom: 0px;
	}


.lastMessage {
	margin:  300px 0 0;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	text-align: center;
	line-height: 1.2em
}



/*ラヂオとチェックボックス*/
input[type="radio"], input[type="checkbox"] {
	display: inline;
	width: auto;
	height: auto;
	vertical-align: baseline;
	font-size: 1.8em;
	margin-right: 0.2em;
	}


@media only screen and (max-width: 768px) {


.primaryContainer {
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-moz-linear-gradient(85deg,  #000000 0%, #000000 33%, #b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-webkit-linear-gradient(85deg,  #000000 0%,#000000 33%,#b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),linear-gradient(85deg,  #000000 0%,#000000 33%,#b00316 100%);
	background-repeat:  no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-attachment: fixed, fixed;
	}
	
.hyde {display: inline;}
.obakenxtaito {width: 40%;}
.catch {
	margin-bottom:  120px;
	margin-left: 60px;}
h1 {
	top: 200px;
	width: 80%;
	}

section {
	width: 96%;
	}

section div				{padding: 20px;}
section div.left		{width: 100%;padding-right: 10px;}
section div.right		{width: 100%;padding-left: 10px;}
section div.left.photo 	{transform: rotate(0deg);}
section div.right.photo	{transform: rotate(0deg);}
	
table.schedule {
	margin-top: 20px;
	font-size: 1.1em;
	}

table.schedule td {
	}


.lineBtn {display: block;}

.common {margin: 2% 1.5% 2% 1.5%;}


/*グローバルナビ*/
nav ul li a {
	padding: 5px 0;
	font-size: 1em;
	}

h3 {
	font-size: 1.2em;
	}

.shopInfo div h3 {
	font-size: 1.1em;
	padding-bottom: 10px;
	}
		
footer p {
	font-size: 0.8em;
	}

}


@media only screen and (max-width: 480px) {

	
.primaryContainer {
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-moz-linear-gradient(88deg,  #000000 0%, #000000 33%, #b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),-webkit-linear-gradient(88deg,  #000000 0%,#000000 33%,#b00316 100%);
	background: url(/Content/images/silentrooms/sr2_bg.png),url(/Content/images/silentrooms/sr2_bg2.png),linear-gradient(88deg,  #000000 0%,#000000 33%,#b00316 100%);
	background-repeat:  no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-attachment: fixed, fixed;
	background-size: 400px,90%,100%;
	}	

.obakenxtaito {
	width: 50%;
	top: 10px;}
.catch {
	width: 50px;
	margin-bottom:  120px;
	margin-left: 10px;}
h1 {
	top: 180px;
	width: 90%;}

	.topInfo {
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}
/*スマホ用メニュー*/
#mobileMenu {
	display: block;
	width: 100%;
	background-color: #000;
	/*background-color: #b00316;*/
	}

#mobileMenu:hover	{background-color: #333;}
#mobileMenu:active	{background-color: #fff;}


/*ボックス固定用クラス*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}

/*メインメニュートグル*/
#toggle{
	width: 100%;
	float: right;
	position: relative;
	}

	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0px 10px 0px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		}

	#toggle a span:after {content: "メニュー";}


#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background-color: rgb(255,255,255);
	border-radius: 2px;
	}

#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 4px;
	background-color: #000;
	}

#toggle a:before{margin-top: -6px;}
#toggle a:after{margin-top: 2px;}

	
nav {
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: auto;
	box-shadow: none;
	}

	nav ul li  {
		margin: 0px;
		clear: none;
		float: none;
		width: 100%;
		border: none;
		border-top: 1px #b00316 solid;
		background-color: #000;
		height: auto;
		padding-left: 10px;
		}

	nav ul li:first-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		}

	nav ul li:last-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		}
	
	nav ul li a {
		line-height: 1.5em;
		font-size: 1.2em;
		text-align: left;
		text-shadow: none;
		}

	nav ul li a:before {
		font-family: "typicons";
		content: '\e0b0';
		font-size: 1.0em;
		margin-right: 10px;
		color: #b00316;
		}

	nav ul li:hover a, nav ul li a:active {
		}

h2 {
	padding: 20px;
	}

	footer ul li {
		font-size: 0.8em;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}


/*2016/03/14 追記*/
#Share_Media {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 60px;
	}

#Share_Media div {
	width: 49%;
	box-sizing:border-box;
	}

#Share_Media #youtube_ct, #Share_Media #timeline{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

#Share_Media #youtube_ct {
	border:1px solid #333333;
	border-radius:5px;
	}

#Share_Media iframe, .twitter-timeline {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}

@media only screen and (max-width: 768px) {

#Share_Media {
	flex-direction: column;
	}

#Share_Media div {
	width: 95%;
	margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 480px) {

#Share_Media #timeline{
	padding-bottom: 100%;
	}

}


/*coming soon*/
.comingsoon {
	padding: 150px 0 100px;
}

.comingsoon p {
	font-size: 2em;
	letter-spacing: 0.45em;
	text-align:  right;
}

.comingsoon p span {
	font-weight: bold;
	font-size: 1.6em;
	color: #B30002;
}

@media only screen and (max-width: 480px) {
	.comingsoon {
		padding: 100px 0 100px;
	}

	.comingsoon p {
		font-size:  1em;
		text-align: center;
	}
	.sr2logo {
	width:  100%;
	}
}

/*2016/12/27*/
.photoBlock {
	}

.photoBlock img {
	display: block;
	width: 50%;
	float: left;
	}

@media only screen and (max-width: 480px) {
.photoBlock img {
	width: 100%;
	margin-bottom: 5px;
	}

}