
/*全体基本------------------------------------*/
*{
	margin: 0;
	padding: 0;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Helvetica,"MS Pゴシック","MS PGothic",sans-serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

img{
	border: none;
	vertical-align: top;
	line-height: 0;
	display: block;
	max-width : 100%;
}

ul{
	list-style: none;
}
a{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}
a:hover{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: underline;
}
a img{
	border: 0px;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */

.smart{
	display: none!important;
}
@media screen and ( max-width:640px ){
	.smart{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
}

#wrap{
	background-image:url("../images/ramen_bg_n.jpg");
	background-size:100% auto;
	width:100%;
	min-width:1000px;
}


/*ヘッダー部分-----------------------------------*/
header{
}

header::before {

}
.header-inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.header-inner:after{
	content:"";
	clear:both;
	display:block;
}
#top-head{
	width:100%;
	background-color:#9b0000;
	background:rgba(255,0,0,0.6);
	/*top:-100px;
	position:absolute;
	width:100%;
	margin:100px auto 0;
	padding:30px 0 0;
	line-height:1;*/
	z-index:999;
}
#top-head a{
	color:#fff;
	text-decoration:none;
}
#global-nav ul{
	/*position:absolute;
	right:0;
	bottom:0;*/
	height:60px;
	width:100%;
}
#global-nav ul li{
	float:left;
	border-collapse:collapse;
	display:table;
}
#global-nav ul li a{
	/*padding:0 30px;*/
	width:164px;
	display:table-cell;
	vertical-align:middle;
	border-right:1px #FFF solid;
	text-align:center;
	height:60px;
	font-size:1.3em;
	font-weight:500;
	transition:all .5s ease;
}
#global-nav ul li:first-child a{
	border-left:1px #FFF solid;
}
#global-nav ul li a:hover{
	background-color:#000;
	color:#ffd800;
}


/*fixed*/
#top-head.fixed{
	margin-top:0;
	top:0;
	position:fixed;
	padding-top:0px;
	height:60px;
	background-color:#9b0000;
	transition:top 0.65s ease-in;
	-webkit-transition:top 0.65s ease-in;
	-moz-transition:top 0.65s ease-in;
}
/**/
#top-head.fixed #global-nav ul{
	/*position:absolute;
	right:0;
	bottom:0;*/
	height:60px;
	width:100%;
}
#top-head.fixed #global-nav ul li{
	float:left;
	border-collapse:collapse;
	display:table;
	background-color:#9b0000;
}
#top-head.fixed #global-nav ul li a{
	/*padding:0 30px;*/
	width:164px;
	display:table-cell;
	vertical-align:middle;
	border-right:1px #FFF solid;
	text-align:center;
	height:60px;
	font-size:1.3em;
	font-weight:500;
	transition:all .5s ease;
}
#top-head.fixed #global-nav ul li:first-child a{
	border-left:1px #FFF solid;
}
#top-head.fixed #global-nav ul li a:hover{
	background-color:#000;
	color:#ffd800;
}

/**/
/*toggle button*/
#nav-toggle{
	display:none;
	position:absolute;
	right:12px;
	top:14px;
	width:34px;
	height:36px;
	cursor:pointer;
	z-index:101;
}
#nav-toggle div{
	position:relative;
}
#nav-toggle span{
	display:block;
	position:absolute;
	height:4px;
	width:100%;
	background:#FFF;
	left:0;
	transition:.35s ease-in-out;
	-webkit-transition:.35s ease-in-out;
	-moz-transition:.35s ease-in-out;
}
#nav-toggle span:nth-child(1){
	top:0;
}
#nav-toggle span:nth-child(2){
	top:11px;
}
#nav-toggle span:nth-child(3){
	top:22px;
}
.center{
	text-align:center;	
}
section{
	width:100%;
}

.section_inner{
	width:1000px;
	margin:0 auto;	
}
#endEvent{
	text-align:center;
	font-size:2.5em;
	color:#FFF;
	margin-top:20px;
	font-weight:bold;
}
.resultArea{
	background-color: rgba(0,0,0,0.9);
	margin:50px auto;
	padding-bottom:50px;
}
.h2_resultTitle{
	padding:10px 0 0;
	font-size: 3.0em;
	font-family:	padding:10px 0 0;
	font-size: 3.0em;
	font-family:"Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#FFF;
}
.result p{
	text-align:center;
	color:#FFF;
	font-size:1.2em;
	marign:20px 0;
}
.result ul{
	margin:20px auto 50px;
	width:90%;
}
.result ul li {
	font-weight:bold;
	width:100%;
	background-color:#FFF;
	text-align:center;
	font-size:2.2em;
	box-sizing:border-box;
	padding:10px;
	margin-top:20px;
}
.result ul li span{
	padding-right:20px;
}

.result ul li#No2{
	border:#C0C0C0 10px solid;
}
.result ul li#No3{
	border:#C47222 10px solid;
}
#No1 {
	background-color:#fff;
	font-size:4.0em;
	font-weight:bold;
	width:90%;
	margin:20px auto;
	padding:10px;
	border:#d3aa00 10px solid;
	box-sizing:border-box;
	text-align:center;
}
.linkToBottun a{
	width:380px;
	padding:15px 0;
	background-color:#9b0000;
	display:block;
	text-align:center;
	margin:0 auto;
	border-radius:40px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	transition:all .5s ease;
}
.linkToBottun a:hover{
	background-color:#ffe400;
	color:#000;
}
/*fb追加↓*/
.facebookArea{
	background-color: rgba(255,255,255,0.9);
	margin:0 auto;
}
.fb-container {
	margin:0 auto;
	max-width:500px;
	padding:0 0 30px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}
.h2_fbTitle{
	padding:10px 0 0;
	font-size: 3.0em;
	font-family:"Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*fb追加↑*/
#syutenIndex{
	margin:10px auto 50px;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
}
#syutenIndexMenu{
	background-color:#fff;
	background-color: rgba(0,0,0,0.6);
	padding:30px 0;
}
#syutenIndexMenu p{
	font-size:2.5em;
	line-height:150%;
	font-family: "Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#FFF;
}
#syutenIndexMenu p span{
	color:#ff0000;
	font-family: "Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#syutenIndexMenu ul{
	margin:30px auto;
	width:900px;
}
#syutenIndexMenu ul li a{
	float:left;
	width:415px;
	padding:10px 5px 10px 10px;
	background-color:#ffd800;
	font-size:1.8em;
	margin:5px;
	display:block;
	color:#000;
	text-decoration:none;
	border-radius:5px;
	border:#FFF 1px solid;
	transition:all .5s ease;
}
#syutenIndexMenu ul li a:hover{
	color:#ffd800;
	background-color:#000;
}
/*CM↓*/
#movie{
	margin-bottom:50px;
}
#movie h2{
	color:#fff;
}
.movieArea{
	background-color:#000;
}
.youtubeArea{
	margin-top:30px;
	width:100%;
	overflow:hidden;
	clear:both;
}
.youtube{
	/*margin-top:30px;*/	
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	width:49%;
	float:left;
}
.youtube:first-child{
	margin-right:20px;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}
/*CM↑*/
.location{
	font-size:0.8em;
	padding-left:8px;
}

#detail{
	padding:60px 0 0;
}
#detailArea{
	width:1000px;
	margin:0 auto;	
	background-color:#CC0000;
}
.maeuriken{
	font-size:2.5em;
	font-weight:bold;
	color:#FFFF00;
	padding:10px;
	text-align:center;
}
.sp_br{
	display:none;
}
.tb_br{
	display:none;
}
.br_sp640{
	display:none;
}
.caution{
	color:#ffffff;
	padding:0 20px;
}
.accept{
	background-color:#FFFFFF;
	margin:20px 0;
	padding:5px;
}
.accept ul{
	font-size:1.2em;
	margin:0 0 0 20px;
}
.accept ul li{
	margin:5px 10px 5px 0;
	float:left;
}
#shusai{
	margin-bottom:50px;
	padding:0;
	text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
#shusai_detail{
	padding:20px;
	font-size:1.4em;
	color:#FFFFFF;		
}
.text_yellow{
	color:#FFFF00;	
}
#otoiawase{
	margin-bottom:100px;
	padding:60px 0 20px;
}
#otoiawaseArea{
	background-color:#000000;
	background-color: rgba(0,0,0,0.6);
}

#otoiawase p{
	padding:20px;
	font-size:1.8em;
	color:#FFFFFF;
}
#otoiawase a{
	color:#FFFF00;
}
h2{
	width:100%;
	text-align:center;
	margin:10px 0;
	font-size:1.8em;
}
#tenpo{
	background-image:url("../images/tenpo_bg.png");
	background-repeat:repeat;
	padding-bottom:100px;
}
.linkPDF{
	width: 100%;
	display: block;
	position: relative;
}	

.linkPDF a{
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	background:#FFF;
	padding:10px;
	border-radius:5px;
	box-shadow:2px 2px 2px #999;
	transition: .6s;
	border:#999 1px solid;
	width:40%;
	display:block;
	margin:50px auto 0;
}
.linkPDF a:hover{
	color:#c60000;
	background:#FFF;
	background:#FFF;
}

.h2Title{
	padding-top:50px;
	font-size:3.0em;
	font-family: "Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.aboutShop{
	margin-top:50px;
	display:flex;
}
.left_shoparea ,.right_shoparea{
	width:470px;
	background-color:#FFFFFF;
	/*margin-top:50px;*/
	border:#999999 1px solid;
	box-shadow:4px 4px 4px #999;
	transition: .8s;	
}
.left_shoparea{
	margin-right:26px;
}
.right_shoparea{
	margin-left:26px;
}
.lead{
	padding:10px 15px;
	font-size:1.3em;
	line-height:130%;
	color:#CC0000;
	font-weight:bold;
}
.shopname{
	padding:15px 15px;
	background-color:#CC0000;
	font-size:1.6em;
	font-weight:600;
	color:#FFFFFF;
}
.pic{
	background-color:#000000;
}
.left_shoparea table ,.right_shoparea table{
	width:460px;
	margin:0px auto 20px;
	border-collapse:collapse;
}

.contentmname{
	padding:15px 5px;
	background-color:#000000;
	font-size:1.5em;
	color:#FFFF00;
}
.copy{
	font-size:1.15em;
	font-weight:bold;	
	padding:15px 5px;
	color:#000000;
}
.soup ,.men ,.soup_dt ,.men_dt{
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}

.soup ,.men{
	background-color:#CC0000;
	padding:5px 10px;
	width:30%;
	color:#FFFFFF;
	text-align:left;
}
.soup_dt ,.men_dt{
	padding:10px;
	background-color:#f1f1f1;
}
.AssariKotteri{
	width:460px;
	margin:10px 5px 20px;

}
.AssariKotteri ul{
	width:100%;
	margin:10px auto;
	overflow:hidden;
}
.AssariKotteri ul li{
	float:left;
	text-align:center;
	padding:10px 0px;
}
.AK_stage{
	width:20.5%;
	background-color:#000000;
	color:#FFFFFF;
}
.AK_rank ,.AK_rank_on{
	width:11.5%;
	border-right:#FFF 1px solid;
}
.AK_rank{
	background-color:#eaeaea;
}
.AK_rank_on{
	background-color:#ffcc00;
}
/*各店舗の動画↓*/
.detailMovie{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-top:40px;
}
.detailMovie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/*各店舗の動画↑*/
.BKtoSIM{
	width:100%;
	display:block;
	position:relative;
}
.BKtoSIM a{
	width:80%;
	text-align:center;
	background-color:#000;
	margin:50px auto 20px;
	color:#FFF;
	display:block;
	padding:10px 0;
	text-decoration:none;
	border-radius:8px;
	transition:all .5s ease;
}
.BKtoSIM a:hover{
	background-color:#ffd800;
	color:#000;
}
/*総合MC↓20181023追加*/
#MCara{
	background-color:#f3fbfe;
	margin:0;
	padding:20px 0 70px 0;
	background-image:url("../images/MCara_bk.png");
	background-repeat:repeat;
}
.allMCTitle{
	padding:20px 0;
	font-size:3.0em;
	font-family: "Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.allMC ul li:nth-child(1){
	margin-right:19px;
}
.allMC ul li:nth-child(3){
	margin-left:19px;
}

.allMC ul li{
	float:left;
	width:320px;
	height:auto;
	background-color:#fff;
	border-radius:30px;
	padding:0;
	box-shadow:4px 4px 4px #999;
	transition: .8s;
}
.eachDate{
	color:#FFF;
	font-size:2.0em;
	font-weight:600;
	text-align:center;
	border-radius:30px 30px 0 0;
	padding:5px 0;
}
.eachDate span{
	font-size:0.8em;
}

.holiday{
	background-color:#df1f00;
}
.saturday{
	background-color:#0053b9;
}
.eachMC-name{
	font-size:1.4em;
	font-weight:bold;
	color:#ea4706;
	text-align:center;
	margin:8px 0;
}
.eachMC-img{
	width:93%;
	border-radius:30px;
	margin:10px auto;
}

/*総合MC↑20181023追加*/

#event{
	background-image:url("../images/event.png");
	background-repeat:repeat;
	padding-bottom:100px;
	padding-top:50px;
}
.eventInfo{
	background-color: rgba(255,255,255,0.95);
	padding:20px;
}
.eventTitle{
	margin:0;	
}
.aboutEvent{
	margin:20px 10px 10px;
	background-color:#fffee8;
	border-collapse:collapse;
	border:#B73434 6px solid;
}
.aboutEvent:first-child{
	margin:50px 10px 10px;
}

.evTitle ,.eventDate ,.eventDetail{
	padding:5px 0 5px 15px;
}	
.eventDate ,.eventDetail{
	border-top:#b9b9b9 1px solid;
	padding:5px 0 5px 15px;
}	

.evTitle{
	font-size:1.8em;
	font-weight:bold;
}
.eventDate{
	font-size:1.8em;
}
.eventDetail{
	font-size:1.1em;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 10px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px 5px 0 5px;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	background-color:#990000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and ( max-width:768px ){
/**/
#wrap{
	background-image:url("../images/ramen_bg_n.jpg");
	background-size:100% auto;
	width:100%;
	min-width:100%;
}
#top-head ,.header-inner{
	width:100%;
	background-color:#9b0000;
	background:rgba(255,0,0,0.6);
	/*top:-100px;
	position:absolute;
	width:100%;
	margin:100px auto 0;
	padding:30px 0 0;
	line-height:1;*/
	z-index:999;
	over-flow:hidden;
}
#top-head{
	top:0;
	position:fixed;
	margin-top:0;
	
}

#top-head a{
	color:#fff;
	text-decoration:none;
}
#global-nav {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	/*padding: 10px 0;*/
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul li{
	float:none;
	border-collapse:collapse;
	display:block;
	background-color:#9b0000;
	border-top:1px #FFF solid;
	padding:0;
	height:60px;
}
#global-nav ul li a{
	/width:100%;
	border:1px #FFF solid;
	text-align:center;
	height:100%;
	font-size:1.3em;
	font-weight:500;
	transition:all .5s ease;
}
#global-nav ul li a span{
	display:block;
	padding-top:15px;
}
#global-nav ul li:first-child a{
	border-left:none;
}
#top-head #global-nav ul li a:hover{
	background-color:#000;
	color:#ffd800;
}
#top-head #global-nav ul li a:hover{
	background-color:#000;
	color:#ffd800;
}

/*fixed*/
#top-head.fixed{
	padding-top:0px;
	background:transparent;
	transition:top 0.65s ease-in;
	-webkit-transition:top 0.65s ease-in;
	-moz-transition:top 0.65s ease-in;
}
/**/
#top-head.fixed #global-nav ul{
	/*position:absolute;
	right:0;
	bottom:0;*/
	height:60px;
	width:100%;
}
#top-head.fixed #global-nav ul li{
	float:none;
	border-collapse:collapse;
	display:block;
	background-color:#9b0000;
}
#top-head.fixed #global-nav ul li a{
	/*padding:0 30px;*/
	width:100%;
	display:block;
	vertical-align:middle;
	border:1px #FFF solid;
	text-align:center;
	height:60px;
	font-size:1.3em;
	font-weight:500;
	transition:all .5s ease;
}
#top-head.fixed #global-nav ul li:first-child a{
	border-left:none;
}
#top-head.fixed #global-nav ul li a:hover{
	background-color:#000;
	color:#ffd800;
}

/**/
/*toggle button*/
#nav-toggle{
	display:block;
	position:absolute;
	right:12px;
	top:14px;
	width:34px;
	height:36px;
	cursor:pointer;
	z-index:101;
}
#nav-toggle div{
	position:relative;
}
#nav-toggle span{
	display:block;
	position:absolute;
	height:4px;
	width:100%;
	background:#FFF;
	left:0;
	transition:.35s ease-in-out;
	-webkit-transition:.35s ease-in-out;
	-moz-transition:.35s ease-in-out;
}
/**/
/* Fixed reset */

#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background-color:#9b0000;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 0;
	border:none;
}
#nav-toggle {
	display: block;
}
/*nav-toggl 切り替えアニメーション*/
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */

.open #global-nav {
/*#global-nav top + #mobile-head height*/
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

section{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.section_inner{
	width:100%;
	margin:0 auto;
	overflow:hidden;	
}
#billboard{
	padding-top : 55px;
}
#endEvent{
	text-align:left;
	color:#FFF;
	font-size:1.8em;
	margin:10px 10px 0;
	font-weight:bold;
}

.result p{
	text-align:center;
	color:#FFF;
	font-size:1.2em;
	marign:20px 0;
}
.result ul{
	margin:20px auto 50px;
	width:90%;
}
.result ul li {
	font-size:2.0em;
}
.result ul li span{
	display:block;
	padding-right:0px;
}

.result ul li#No2{
	border:#C0C0C0 10px solid;
}
.result ul li#No3{
	border:#C47222 10px solid;
	text-align:center;
}
#No1 {
	font-size:3.0em;
}
#No1 span{
	display:block;
}
.linkToBottun a{
	width:80%;
}
#syutenIndex{
	margin-top:10px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
}
#syutenIndexMenu{
	background:none;
	padding:20px 0;
}
#syutenIndexMenu p{
	font-size:2.0em;
	line-height:150%;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
#syutenIndexMenu ul{
	margin:30px auto;
	width:98%;
}
#syutenIndexMenu ul li a{
	float:left;
	width:48%;
	padding:10px 0;
	background-color:#ffd800;
	font-size:1.6em;
	margin:5px;
	display:block;
	color:#000;
	text-decoration:none;
	border-radius:5px;
	border:#FFF 1px solid;
	transition:all .5s ease;
	line-height:120%;
}
#syutenIndexMenu ul li a:hover{
	color:#ffd800;
	background-color:#000;
}
/*CM↓*/
#movie{
	margin-bottom:50px;
}
#movie h2{
	color:#fff;
}
.movieArea{
	background-color:#000;
}
.youtubeArea{
	margin-top:30px;
	width:100%;
	overflow:hidden;
	clear:both;
}
.youtube{
	/*margin-top:30px;*/	
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	width:100%;
	float:none;
}
.youtube:first-child{
	margin-right:0px;
	margin-bottom:30px;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*CM↑*/
.location{
	font-size:0.8em;
	padding-left:8px;
}
#detailArea{
	width:100%;
	margin:0 auto;	
	background-color:#CC0000;
}

#syuten{
	font-size:5.0em;
}
#syuten p{
	text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
.maeuriken{
	font-size:2.0em;
	font-weight:bold;
	color:#FFFF00;
	padding:10px;
	text-align:left;
}
.sp_br{
	display:inline;
}
.tb_br{
	display:none;
}
.aboutShop{
	margin-top:0px;
	display:block;
}
.linkPDF{
}	

.linkPDF a{
	width:80%;
	display:block;
	margin:20px auto;
	line-height:120%;
}
.linkPDF a:hover{
	color:#c60000;
	background:#FFF;
	background:#FFF;
}

.left_shoparea ,.right_shoparea{
	float:none;	
	width:96%;
	background-color:#FFFFFF;
	margin-top:25px ;
	margin-bottom:0px ;
	border:#999999 1px solid;
	box-shadow:none;
	transition: .8s;
	
}
.left_shoparea{
	margin-left:auto;
	margin-right:auto;
}
.right_shoparea{
	margin-left:auto;
	margin-right:auto;
}
.shopname{
	padding:15px 15px;
	background-color:#F70404;
	font-size:1.3em;
	font-weight:400;
	color:#FFFFFF;
}
.left_shoparea table ,.right_shoparea table{
	width:96%;
	margin:10px auto 20px auto;
}
.contentmname{
	padding:15px;
	background-color:#000000;
	font-size:1.2em;
	color:#FFFF00;
}
.copy{
	font-size:2.0em;
	font-weight:bold;	
	padding:15px 5px;
	color:#000000;
}
.lead{
	padding:10px 15px;
	font-size:1.8em;
	line-height:130%;
	color:#CC0000;
	font-weight:bold;
}
.shopname{
	padding:15px 15px;
	background-color:#CC0000;
	font-size:1.6em;
	font-weight:600;
	color:#FFFFFF;
}
.pic{
	background-color:#000000;
}
.left_shoparea table ,.right_shoparea table{
	width:96%;
	margin:10px auto 20px;
	border-collapse:collapse;
}

.contentmname{
	padding:15px;
	background-color:#000000;
	font-size:1.8em;
	color:#FFFF00;
}
.copy{
	font-size:1.5em;
	font-weight:bold;	
	padding:15px 5px;
	color:#000000;
	line-height:130%;
}
.soup ,.men ,.soup_dt ,.men_dt{
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}

.soup ,.men{
	background-color:#CC0000;
	padding:5px 10px;
	width:30%;
	color:#FFFFFF;
	text-align:left;
}
.soup_dt ,.men_dt{
	padding:10px;
	background-color:#f1f1f1;
}
.AssariKotteri{
	width:96%;
	margin:10px auto 30px;

}
.AssariKotteri ul{
	width:100%;
	margin:10px auto;
	overflow:hidden;
}
.AssariKotteri ul li{
	float:left;
	text-align:center;
	padding:10px 0px;
}
.AK_stage{
	width:19.5%;
	background-color:#000000;
	color:#FFFFFF;
}
.AK_rank ,.AK_rank_on{
	width:12%;
	border-right:#FFF 1px solid;
}
.AK_rank{
	background-color:#eaeaea;
}
.BKtoSIM a{
	width:60%;
	text-align:center;
	background-color:#000;
	margin:50px auto 30px;
	color:#FFF;
	display:block;
	padding:15px 0;
	text-decoration:none;
	border-radius:8px;
	transition:all .5s ease;
}
.BKtoSIM a:hover{
	background-color:#ffd800;
	color:#000;
	font-weight:bold;
}
/*総合MC↓20181023追加*/
#MCara{
	background-color:#f3fbfe;
	margin:0;
	padding:20px 0 70px 0;
	background-image:url("../images/MCara_bk.png");
	background-repeat:repeat;
}
.allMCTitle{
	padding:20px 0;
	font-size:3.0em;
	font-family: "Sawarabi Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.allMC ul li:nth-child(1){
	margin-right:auto;
}
.allMC ul li:nth-child(3){
	margin-left:auto;
}

.allMC ul li{
	float:none;
	width:90%;
	height:auto;
	background-color:#fff;
	border-radius:30px;
	padding:0;
	box-shadow:4px 4px 4px #999;
	transition: .8s;
	display:block;
	margin:50px auto;
	
}
.eachDate{
	color:#FFF;
	font-size:2.0em;
	font-weight:600;
	text-align:center;
	border-radius:30px 30px 0 0;
	padding:12px 0;
}
.eachDate span{
	font-size:0.8em;
}

.holiday{
	background-color:#df1f00;
}
.saturday{
	background-color:#0053b9;
}
.eachMC-name{
	font-size:1.8em;
	font-weight:bold;
	color:#ea4706;
	text-align:center;
	margin:8px 0;
	padding:20px 0;
}
.eachMC-img{
	width:93%;
	border-radius:30px;
	margin:20px auto 10px ;
}
.eachMC-img img{
	width:90%;
	margin:10px auto;
}

/*総合MC↑20181023追加*/

#event{
	background-image:url("../images/event.png");
	background-repeat:repeat;
	padding-bottom:100px;
	padding-top:50px;
	width:100%;
}
.eventInfo{
	background-color: rgba(255,255,255,0.95);
	padding:10px;
	width:92%;
	margin:0 auto;
}
.eventTitle{
	margin:0;	
}
.aboutEvent{
	margin:20px 8px 10px;
	background-color:#fffee8;
	border-collapse:collapse;
	border:#B73434 6px solid;
}
.aboutEvent:first-child{
	margin:50px 10px 10px;
}

.evTitle ,.eventDate ,.eventDetail{
	padding:5px 0 5px 15px;
}	
.eventDate ,.eventDetail{
	border-top:#b9b9b9 1px solid;
	padding:5px 0 5px 15px;
}	

.evTitle{
	font-size:1.5em;
	font-weight:bold;
}
.eventDate{
	font-size:1.3em;
}
.eventDetail{
	font-size:1.0em;
}


}

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


/*ヘッダー部分-----------------------------------*/
header{
}

header::before {

}

#header_inner{
}

#header_inner h1 img,
#header_inner h2 img{

}
#header_inner div{

}
#header_inner div p{
}
#header_inner div h2{
}

.center{
	text-align:center;	
}
section{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#endEvent{
	text-align:left;
	color:#FFF;
	font-size:1.2em;
	margin:10px 10px 0;
	font-weight:bold;
}
.h2_resultTitle{
	font-size: 1.5em;
}
.result p{
	text-align:left;
	margin-left:10px;
}
.result ul{
	margin:20px auto 50px;
	width:90%;
}
.result ul li {
	font-size:1.7em;
}
.result ul li span{
	display:block;
	padding-right:0px;
}

.result ul li#No2{
	border:#C0C0C0 10px solid;
}
.result ul li#No3{
	border:#C47222 10px solid;
	text-align:center;
}
#No1 {
	font-size:2.2em;
}
#No1 span{
	display:block;
}
.linkToBottun a{
	font-size:1.1em;
}

.movieArea h2{
	font-size:1.5em;
	color:#fff;
}
#syutenIndex{
	margin:10px auto 10px;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
}
#syutenIndexMenu{
	background:none;
	padding:30px 0;
}
#syutenIndexMenu p{
	font-size:1.6em;
	line-height:150%;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#syutenIndexMenu ul{
	margin:30px auto;
	width:100%;
}
#syutenIndexMenu ul li a{
	float:none;
	width:90%;
	padding:15px 5px 15px 10px;
	background-color:#ffd800;
	font-size:1.4em;
	margin:15px auto 5px;
	display:block;
	color:#000;
	text-decoration:none;
	border-radius:5px;
	border:#FFF 1px solid;
	transition:all .5s ease;
}
#syutenIndexMenu ul li a:hover{
	color:#ffd800;
	background-color:#000;
}

.location{
	font-size:0.8em;
	padding-left:8px;
}

#syuten{
	font-size:2.8em;
	padding:10px 0 40px 0;
}
#syuten p{
	text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
#detail{
	background-color:#CC0000;
}

.maeuriken{
	font-size:1.5em;
	font-weight:bold;
	color:#FFFF00;
	padding:10px;
	text-align:left;
}
.sp_br{
	display:none;
}
.tb_br{
	display:none;
}
.br_sp640{
	display:inline;
}
.caution{
	color:#ffffff;
	padding:0 20px;
}
.accept{
	background-color:#FFFFFF;
	margin:20px 0;
	padding:5px;
}
.accept ul{
	font-size:1.2em;
	margin:0 0 0 5px;
}
.accept ul li{
	margin:5px 0;
	float:none;
}
#otoiawase{
	background-color:#000000;
	margin-bottom:30px;
	padding:20px 0;
	background-color: rgba(0,0,0,0.6);
}
#otoiawase p{
	padding:20px;
	font-size:1.3em;
	color:#FFFFFF;
}
#otoiawase a{
	color:#FFFF00;
}
h2{
	width:100%;
	text-align:center;
	margin:10px 0;
	font-size:1.8em;
}
.h2Title{
	padding-top:25px;
	font-size:2.0em;
}
.contentmname{
	text-align:left;
	font-size:1.3em;
}
.lead{
	font-size:1.3em;
}
.copy{
	font-size:1.2em;
}
.soup ,.men{
	font-size:0.85em;
}
.AK_stage{
	width:20%;
	background-color:#000000;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
}
.AK_rank ,.AK_rank_on{
	width:11.5%;
	font-size:0.8em;
	border-right:#FFF 1px solid;
	font-weight:bold;
}
.BKtoSIM a{
	width:80%;
	text-align:center;
	background-color:#000;
	margin:50px auto 30px;
	color:#FFF;
	display:block;
	padding:15px 0;
	text-decoration:none;
	border-radius:8px;
	transition:all .5s ease;
}
.allMC ul li{
	margin: 25px auto;
}
.eachMC-name{
	font-size:1.3em;
}
#event{
	background-image:url("../images/event.png");
	background-repeat:repeat;
	padding-bottom:100px;
	padding:50px 0 20px;
	width:100%;
}
.eventInfo{
	background-color: rgba(255,255,255,0.95);
	padding:5px;
	width:92%;
	margin:0 auto;
}
.eventTitle{
	margin:0;	
}
.aboutEvent{
	margin:20px 8px 10px;
	background-color:#fffee8;
	border-collapse:collapse;
	border:#B73434 4px solid;
}
.aboutEvent:first-child{
	margin:50px 10px 10px;
}

.evTitle ,.eventDate ,.eventDetail{
	padding:5px 0 5px 15px;
}	
.eventDate ,.eventDetail{
	border-top:#b9b9b9 1px solid;
	padding:5px 0 5px 15px;
}	

.evTitle{
	font-size:1.5em;
	font-weight:bold;
}
.eventDate{
	font-size:1.3em;
}
.eventDetail{
	font-size:1.0em;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 10px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 5px 0 5px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  background-color:#990000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

}
/*フッター-----------------------------------*/
footer{
	background-color:#000000;
	color:#FFFFFF;	
}

#footer_inner{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 40px;
	max-width : 1100px;
}
@media screen and ( max-width:768px ){

#footer_inner{
	max-width : 100%;
}
}
@media screen and ( max-width:640px ){


#footer_inner{
	max-width : 100%;
}
}
