@charset "UTF-8";

/* ================================================
   common
================================================ */
*	{
	margin:0;
	padding:0;
	}
html {
	min-width: 320px;
	font-size: 62.5%;
	/*10px*/
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
  
    /*font-family: source-han-sans-japanese, sans-serif;*/
    font-style: normal;
    font-weight: 200;
    /*background:#b80000;*/
    font-feature-settings: "palt";
}
#sub_main {
  font-family: source-han-sans-japanese, sans-seri !important;

}
.ie8 body {
	min-width: 1080px;
}

 #manpuku{	
    /*background: #eecaa3;  /* fallback for old browsers */
     /*background: -webkit-linear-gradient(to top,#eecaa3, #ef8fa1);  /* Chrome 10-25, Safari 5.1-6 */
     /*background: linear-gradient(to top, #eecaa3, #ef8fa1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     /*color:#42210b;
    /*font-family: fot-tsukuardgothic-std, sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt";
    
}


/*fluid image*/
img {
	max-width: 100%;
	height: auto;
}
.img_100{
	width:100%;
	max-width:100%;
	height:auto;
}



 a img{
	 border:0;
	 outline:none;
	 max-width: 100%;
	 height: auto;
}
 img a,img area{
	 border:0;
	 outline:none;
	 }
/*マウスオーバーでzoom*/
.detail_box,.man_ex{
 width:100%;
 margin:0 auto; 
 overflow:hidden;
}
.detail_box img.zoom,.man_ex img.zoom{
 transition:1s all;
}
.detail_box img.zoom:hover,.man_ex img.zoom:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}


area{
  border:none;
  outline:none;
}

ul li {
	list-style-type: none;
}



.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}


/*-----------------------------------------------------
	リンク
-------------------------------------------------------*/
#sub_main h2 a:link,h3 a:link,h4 a:link{
    text-decoration: none;
    
}
a:link {
	color:inherit;
	text-decoration: none;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	}


a:visited {
	color:inherit;
	text-decoration: none;
	}
.white a:link{
	color:#fff;
	text-decoration: none;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	}
.white a:visited{
	color:#fff;
	text-decoration: none;
	}
#sub_main .corona a{
    color:inherit;
	text-decoration: underline;
    
}

#sub_main a:hover, #sub_main a:active, #sub_main.white a:hover, #sub_main.white a:active, #invitation a:hover,
#invitation a:active{
	color:inherit;
    text-shadow: 0px 0px 7px #fff;
	text-decoration: underline;
	}




/* ================================================
   fluid gird system
================================================ */
/* 全体の幅 */
.gridSystemWidth {
	width: 1080px;
}


/*カラムを囲む要素につける*/
.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.row_h{
	margin: 5.55556% auto; 
	max-width: 1080px;
	}
.row_v0{
	margin: 0 auto; 
	max-width: 1080px;
	}
.row:after, .row_h:after, .row_v0:after{
	content: "";
	display: block;
	clear: both;
}

.row .row, .row_h .row, row_v0 .row{
	margin-left: -1.38889%;
	margin-right: -1.38889%;
	overflow: hidden;
}

/*カラム共通設定*/
.column {
	float: left;
	margin-top: 1.38889%;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
	margin-bottom: 1.38889%;
	overflow:hidden;
	
}
/*カラムの幅
カラム幅60px、ガター30px、12カラムをベース*/
.large-1 {
	width: 5.55556%;
}
.large-2 {
	width: 13.88889%;
}
.large-3 {
	width: 22.22222%;
}
.large-4 {
	width: 30.55556%;
}
.large-5 {
	width: 38.88889%;
}
.large-6 {
	width: 47.22222%;
}
.large-7 {
	width: 55.55556%;
}
.large-8 {
	width: 63.88889%;
}
.large-9 {
	width: 72.22222%;
}
.large-10 {
	width: 80.55556%;
}
.large-11 {
	width: 88.88889%;
}
.large-12 {
	width: 97.22222%;
}

/*センター配置*/
.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.large-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}

/*Media Queries for medium size
状況に応じて数値を変更する*/
@media screen and (max-width: 1023px) {
	/*カラムの幅
	カラム幅60px、ガター30px、12カラムをベース*/
	.medium-1 {
		width: 5.55556%;
	}
	.medium-2 {
		width: 13.88889%;
	}
	.medium-3 {
		width: 22.22222%;
	}
	.medium-4 {
		width: 30.55556%;
	}
	.medium-5 {
		width: 38.88889%;
	}
	.medium-6 {
		width: 47.22222%;
	}
	.medium-7 {
		width: 55.55556%;
	}
	.medium-8 {
		width: 63.88889%;
	}
	.medium-9 {
		width: 72.22222%;
	}
	.medium-10 {
		width: 80.55556%;
	}
	.medium-11 {
		width: 88.88889%;
	}
	.medium-12 {
		width: 97.22222%;
	}
	/*センター配置*/
	.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	/*センター配置解除*/
	.medium-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}
}

/*Media Queries for medium size
状況に応じて数値を変更する*/
@media screen and (max-width: 767px) {
	.column {
		margin-left:  1.38%;
		margin-right: 1.38%;
	}
	/*全てのカラムの幅*/
	[class*="large"],
	[class*="medium"]{
		width: 97.5%;
	}
	
	.small-1 {
		width: 5.55556%;
	}
	.small-2 {
		width: 13.88889%;
	}
	.small-3 {
		width: 22.22222%;
	}
	.small-4 {
		width: 30.55556%;
	}
	.small-5 {
		width: 38.88889%;
	}
	.small-6 {
		width: 47.22222%;
	}
	.small-7 {
		width: 55.55556%;
	}
	.small-8 {
		width: 63.88889%;
	}
	.small-9 {
		width: 72.22222%;
	}
	.small-10 {
		width: 80.55556%;
	}
	.small-11 {
		width: 88.88889%;
	}
	.small-12 {
		width: 97.22222%;
	}
    /*センター配置*/
	.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	/*センター配置解除*/
	.small-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}
}

/* ================================================
   Heading
================================================ */

.sticker{
	position: absolute;
	top: 20px;
	left: 10px;
    width: auto;
	
}
.s_top_right{
	position: absolute;
	top: 0;
	right: 0;
    width:  auto;
    height: auto;
    
}
h4.dead, h4.otodoke, font_.ramen_title, h4.shop_name_ramen,
.button_02_harf a:link,.button_02 a:link,.i_uchi_12,.i_uchi_4a,.i_uchi_4c,.ramen_font{
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h4.otodoke{
    background: url("../img/otodoke_back.png") no-repeat center center;
    height: 94px;
    padding-top: 40px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.catch_pink{
	background: #d4145a;
    }
.catch{
	background: #000;
    }

.catch,.catch_pink{
    position: absolute;
    z-index: 200;
    top: 2%;
    left: -5px;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
   
    border: 1px solid #fff
	-moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    padding: 3px 20px 3px 25px;
    box-shadow: rgba(36, 36, 36, 0.5) 1px 1px 2px 1px;
    -webkit-box-shadow: rgba(36, 36, 36, 0.5) 1px 1px 2px 1px;
    -moz-box-shadow: rgba(36, 36, 36, 0.5) 1px 1px 2px 1px;
    }






.narrow {
	font-weight:100;
	
}

#sub_main h3 {
	margin: 0.1em 0;
	font-size: 42px;
	font-size: 4.2rem;
	line-height:1.3;
    font-weight: 700;
    font-style: normal;
	
}



h3.i_uchi_12,h3.i_uchi_4a,h3.i_uchi_4c{
    margin: 0.1em 0;
	font-size: 42px;
	font-size: 4.2rem;
	line-height:1.3;   
}

#sub_main h4 {
	margin: 0.1em 0;
	padding:0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.3;	
}


#sub_main h5 {
	margin: 0.1em 0;
	padding:0;
	font-size: 15px;
	font-size: 1.5rem;
}

#sub_main h3.yomi_midashi{
    font-size: 36px;
	font-size: 3.6rem;
    line-height:1.3em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    
    
}
#sub_main p.yomimono,#sub_main ul.corona li{
    font-size: 17px;
	font-size: 1.7rem;
    line-height:1.3em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    
}

#sub_main ul.corona{
    margin-bottom: 5.55556%;
    
}
#sub_main ul.corona li{
    margin-bottom: 1em;
}



.manpukubox{
    border-radius: 1em;        /* CSS3草案 */  
    -webkit-border-radius: 1em;   /* Safari,Google Chrome用 */  
    -moz-border-radius: 1em;  /* Firefox用 */ 
    
}
.cont_box{
    clear: both;
     overflow: hidden;
}
.detail_box{
	height:auto;
	position:relative;
}
.detail_text,.detail_text_ra{
	position:relative;
	text-align:left;
	}
.detail_text_ra{
	padding:0 10px 10px 10px;
    overflow: hidden;
	}
.section-wrappe_blackboard .detail_text_ra{
	padding:0 0 5px 0;
	 overflow: hidden;
	}

#sub_main h3.ramen_title {
	margin: 0.1em 0;
	font-size: 30px;
	font-size: 3.0rem;
	line-height:1.3; 
}





#sub_main h3.manpuku_title,#sub_main h4.manpuku_title{
	margin: 0.1em 0;
	font-size: 30px;
	font-size: 3.0rem;
	line-height:1.3;
    font-weight: 700;	
}


.detail_text_shop{
    padding:5px;
	margin:5px 0;
    border-top:dotted 1px #80744D;
	border-bottom:dotted 1px #80744D;
    background: #FCF9EB;
    color: #80744D;
   
    position: relative;
    overflow: hidden;
	
	}
.detail_text_shop_manpuku{
    padding:5px;
	margin:5px 0;
    border-top:dotted 1px #e53359;
	border-bottom:dotted 1px #e53359;
    background: #FCF9EB;
    color: #e53359;	
	}
.noren_s{
    background: url("../img/img_noren.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    box-sizing: border-box;
    height: 7.5em;
    padding-top:0.4em;
  
}

.icon {
		text-decoration: none;
		position: relative;
	}

.icon.button_icon,.icon.button_icon_pre{
			position: relative;
			display: inline-block;
            box-sizing: border-box;
			width: 1.25em;
            height: 1.25em;
            border-radius: 50%;
            padding: 0.07em 0.2em 0 0;
			margin: 0 0 0 0.1em;
			cursor: default;
           
		}
			.button_icon:before{
                font-size: 0.75em;
				line-height: 0.75em;
				color: #fff;
			}
            .icon.button_icon_pre:before{
                font-size: 0.75em;
				line-height: 0.75em;
				color: #fc7e7e;
			}

			.button_icon:after,.icon.button_icon_pre:after{
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
			}
.icon.button_icon{
background-color:#ff0000;
}

.icon.button_icon_pre{
background-color:#ff0000;
align-items: flex-end;
}

.icon.featured_ramen,.icon.featured_manpuku {
			position: relative;
			display: inline-block;
            box-sizing: border-box;
			width: 1.1em;
            height: 1.1em;
            border-radius: 50%;
            padding: 0 0.1em 0 0.1em;
			margin: 0 0.1em;
			cursor: default;
		}



.icon.featured_ramen{
background-color:#80744D;
    }
.icon.featured_manpuku{
background-color:#d52349;
    }



.icon.featured_ramen{
background-color:#80744D;
    }
.icon.featured_manpuku{
background-color:#d52349;
    }

			.icon.featured_ramen:before,.icon.featured_manpuku:before {
				font-size: 0.75em;
				line-height: 0.75em;
				color: #fff;
			}

			.icon.featured_ramen:after, .icon.featured_manpuku:after{
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
			}






/*ramen*/
/*画像に重ねる*/


.sallkind_t_r{
	position: absolute;
	top: 2px;
	right: 2px;

}
.sallkind_t{
	position: absolute;
	top: 5px;
	left: 5px;

}
.sallkind{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.tochi{
    width: 50px;
    height: 50px;   
}
.sallkind_90{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.sallkind_l_02{
	position: absolute;
	bottom: 5px;
	left: 55px;
     
}
.sallkind_l80_02{
	position: absolute;
	bottom: 5px;
	left: 85px;
}
.sallkind_l100_02{
	position: absolute;
	bottom: 5px;
	left: 105px;
}
.sallkind_l130_02{
	position: absolute;
	bottom: 5px;
	left: 135px;
}
.sallkind_l{
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.ex_detail{
	border:solid #ccc 1px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
    margin: 10px 0;
    font-size:11px;
    padding: 3px;
    display:inline-block;
    
}
#manpuku .detail_text_ra table{
    display:inline-table;
	
	border:solid #ccc 1px;
	border-collapse: collapse;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
    margin: 10px 0;

}
.detail_text_ra table{
	font-size:11px;
	border:none;
	border-collapse: collapse;
    margin: 0;
}
.detail_text_ra table th{
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
	padding:2px;
}
.detail_text_ra table td{
	text-align:left;
	vertical-align:top;
    word-break : break-all;
    padding:2px;
}




#sub_main h3.ramen_title, #sub_main .detail_text_ra p{
line-height:1.35;
}
/*h3.ramen_title span{
	font-size:50%
}*/
.back_no_image{
	background:url(../img/no_image.png) center center no-repeat;
}

.t_box{
    
	border:5px solid #251e1c;
	overflow:hidden;


	}
.t_box_line_s{
	border:1px solid #251e1c;
	height:99%;
	}


.t_ramen{
	background:url(../img/back_ramen0927.png) bottom center no-repeat;
	min-height: 540px;
}
.t_ramen_text{
	margin-top:380px;
}
.img_label{
	margin-top:2px;
}

#manpuku .img_label{
	margin-top:2px;
	height:auto;
}
.img_label img{
	margin-right: 4px;
	
	}

.back_yokoku{
	background: url("../img/b_yokoku03.png") center center no-repeat;
	min-height: 500px;
}
#sub_main p.ramen_ex{
    line-height: 1.65em;
    font-size: 14px;
	font-size: 1.4rem;      
}


#sub_main h4.shop_name_ramen
{
	margin: 0.1em 0;
	padding:0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.1;	
}
#sub_main h4.shop_name_manpuku
{
	margin: 0.1em 0;
	padding:0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.1;	
}
.manpuku_area{
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
}


/*正字外対策*/
#sub_main #sub_main h3.ramen_title,#sub_main h4.shop_name_ramen,
#sub_main p.ramen_ex{
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    
}

#sub_main .f_hira{
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
}


/* ================================================
   button
================================================ */
/*.btn {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px #e6e6e6 solid;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	background: #83a603;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83a603), color-stop(100%, #7fa103));
	background-image: -webkit-linear-gradient(top, #83a603, #7fa103);
	background-image: -moz-linear-gradient(top, #83a603, #7fa103);
	background-image: -o-linear-gradient(top, #83a603, #7fa103);
	background-image: linear-gradient(top, #83a603, #7fa103);
	color: #fff;
}
.btn:hover {
	background: #93ba03;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #93ba03), color-stop(100%, #8bb003));
	background-image: -webkit-linear-gradient(top, #93ba03, #8bb003);
	background-image: -moz-linear-gradient(top, #93ba03, #8bb003);
	background-image: -o-linear-gradient(top, #93ba03, #8bb003);
	background-image: linear-gradient(top, #93ba03, #8bb003);
}
*/
/* ================================================
   layout
================================================ */
#menu_b{
	border:none;
		background: -webkit-linear-gradient(top, #b80000, #e52d27);
background: -o-linear-gradient(top, #b80000, #e52d27);
background: linear-gradient(to bottom, #b80000, #e52d27);  
	
}
#menu_b .menu_b-inner {
	position: relative;
	max-width: 1049px;
    margin: 0 auto;
    padding: 0 10px;/*menuがあるときはこっち*/
	/*padding: 0 10px 6px;/*menuがない時こっち*/
	
	
	
	
	
	

}
#menu_b #ramen_logo {
	float: left;
	/*display:none;*/
	margin: 0;
	padding: 7px 0 0 0;
	
}
#menu_b #tel{
    display: none;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#menu_b #youtube{
	/*float: right;
	margin: 15px 10px 0 0;/*メニューの上に出るときがあるのでX2022年*/
    position: absolute;
    top: 15px;
	right: 10px;/*2022年8月、上記の不具合の修正後に、最初の表示の際にyoutubeがメニューの途中に出てくるときがある。*/
	
}
#menu_b #nav-btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#menu_b #nav-btn a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/bg_nav_btn.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#menu_b #nav-btn.show a {
	background-position: 0 -40px;
}

#d-nav {
	font-size:18px;
	
	
}
#d-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	
}

#d-nav ul li {
	float: left;
}
/*#d-nav ul li:first-child{
	border-left: 1px solid #FFF;		
}*/



#d-nav ul li:nth-child(odd){
	border-right: 1px solid #fff;		
}

#d-nav ul li:nth-child(even){
	border-right: 1px solid #fff;		
}

#sub_main #d-nav ul a{
	display: block;
	padding: 14px 50px;/*以前は30px2022年変更*/
	color: #fff;
	text-decoration: none;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}

#sub_main #d-nav ul a:hover {
	background-color: #fff;
	color:#9F0000;
}

.manp_t_deco{
    margin: 3em 0 1em;
    border-top:1px dashed #42210b;
    border-bottom:1px dashed #42210b;
    padding: 1em 0.5em;
    display: inline-block;
    font-feature-settings: "palt";
  
}
#index #main-visual{
	padding:0 0 0 0;
	}

#main-visual, #main-visual-manpuku{
	position: relative;
	
	color: #fff;
	text-align: center;
    
}
#main-visual{
	height: auto;
}
#main-visual-manpuku{
	height: auto;
}


#main-visual{
	background: #000 url("../img/top_back_L.jpg") top center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    
}



#main-visual-manpuku{
    /*background: url("../img/top_back_L.jpg") top center repeat;*/
	background: url("../img/manpuku_back_L2022.jpg") top center repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    
    /*border-bottom: #ec4a00 solid 1px;*/
	}
	
.ramenback01{
    background: url("../img/ramen_back_top.png") no-repeat;
    background-position: left 10% top 0;
    padding-top: 20px;
    /*background-size: 25% auto;*/
    }
.ramenback02{
    background: url("../img/ramen_back_bottom.png") no-repeat;
    background-position: right 40% bottom 0;
    
    /*background-size: 25% auto;*/
    }

	
/*#main-visual p {
	margin: 0;
	padding-top: 3em;
	line-height: 1.1;
	text-align: center;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	font-family: "Verdana", sans-serif;
}*/
/*#main-visual a {
	/*display: inline-block;
	margin-top: 1em;
	padding: 0.3em 1em;
	border: 2px solid #fff;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}*/

/*twitter*/
#index_twitter{
	/*width:450px;*/
	width:100%;
    height:465px;
    overflow-y: auto;
	/*height:auto;ロゴエリアと同一の高さ*/
	margin-top:15px;
    text-align: center;
    
}
.ramen_twitter{
    width:509px;
    text-align: center;
    
}

/*TV放送*/
.t_tv{
	margin-top:155px;		
	}
.t_cm{
	
			
	}
	
.t_live{
	margin-top:30px;
			
	}
 #gmap {
	width:510px;
	height:410px;
	margin-top:15px;
	border: 1px solid #e1deda;
}

.text{
	text-align: left; 
}


.sm_orikaesu{
    display: inline-block;
    margin-right: 0.5em;
}
.sm_orikaesu_halfway{
    display: inline-block;
    margin-right: 0;
}


.p_blackboard{
    background:url(../img/pattern_12.jpg) repeat center center;

    overflow:hidden;
    position:relative;
    
}

.section-wrappe_blackboard{
    background:url(../img/pattern_12.jpg) repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    overflow:hidden;
    position:relative;
    
}

#precm{
	padding: 4em 0;
	background:url(../img/poster_back.gif) no-repeat top right;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: auto;
	border-bottom:0;
}	
#pretv,#pretv_manpuku{
	padding: 1.5em 0;
	overflow:hidden;
    position:relative;
}
#pretv{
    background:url("../img/img_tv.png") no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;   
}

#sub_main h3.tyokuzen-tv {
	font-size: 57px;
	font-size: 5.7rem;
	line-height:1.1;
    text-shadow: 0 0 3px rgb(0,0,0,0.8); 
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 900;
    
}

#sub_main p.tyokuzen_ex {
	font-size: 22px;
	font-size: 2.2rem	
}

#pretv .detail_text_ra,#pretv_manpuku .detail_text_ra{
    text-align: center;
    
}

#pretv_manpuku{
	background:url( "../img/img_tv_pink.png") no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
}





.section-wrapper01_b_0{
	padding: 4em 0 0;
	
}

#section-wrapper01,
#section-wrapper03,
#section-wrapper04{
	padding: 4em 0;
	
}


/*topの余白なし*/
.section-wrapper01_top_nopad{
    padding: 0;
    position:relative;
    text-align: center;
}
.section-wrapper01_top_nopad .column {
	float: left;
	margin-top: 0;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
	margin-bottom: 1.38889%;
	overflow:hidden;
	
}


#back_cocoweb,
.section-wrapper01_nomal,
.section-wrappe_blackboard{
	padding: 5em 0;
    position:relative;
	
}



#section-wrapper01{
	text-align: center;
	
}
#back_cocoweb{
		background: url(../img/back_cocoweb.jpg) center center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		height: auto;
		border-bottom:2px dotted #000;
	}
	
.section-wrapper01_nomal{
	text-align: center;
	
}

.t_habsweets{
	background:url(../img/t_habsweet.png) no-repeat center center;
	-webkit-background-size: 95% auto;
	background-size: 95% auto;
	height:auto;
	}

.ana{
    background:url("../img/heart_pink.png") repeat;
}


.others{
	/*border:1px solid #a57262;*/
    background:url("../img/056-02.png") repeat center;
    border: 10px solid #888e6d;
	
}


.back_index_live{
	background:url(../img/back_ana_incledcraft.png) repeat;
	text-align: center;
	
}

/*祭り・企画背景*/
.mozou{
    background:url(../img/paper_08.jpg) repeat;
}
.niku01{
	background: #000;
}

.niku02{
    background: #c50018; /* Old browsers */
background: -moz-linear-gradient(left, #c50018 0%, #472218 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c50018 0%,#472218 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c50018 0%,#472218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50018', endColorstr='#472218',GradientType=1 ); /* IE6-9 */	
}
.ice22{
	background:#1d4194;
	}
.pan{
	background:url(../img/p_pan_marche.png) repeat-x #f8e474;
}

.special01{
	background: url(../img/back_special01.png) repeat;	
}
.gold{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c582b+0,f6f1aa+51,8c582b+100;gold */
background: #8c582b; /* Old browsers */
background: -moz-linear-gradient(-45deg, #8c582b 0%, #f6f1aa 51%, #8c582b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #8c582b 0%,#f6f1aa 51%,#8c582b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #8c582b 0%,#f6f1aa 51%,#8c582b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c582b', endColorstr='#8c582b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	}
.habsweet{
    background: #aa5f5b; /* Old browsers */
background: -moz-linear-gradient(left, #aa5f5b 0%, #60191b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #aa5f5b 0%,#60191b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #aa5f5b 0%,#60191b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa5f5b', endColorstr='#60191b',GradientType=1 ); /* IE6-9 */	
}
.harajuku{
	background-color: #e5e9f6;
    background-image:
	 repeating-linear-gradient(-45deg,#fff, #fff 10px,transparent 0, transparent 20px);
	}
	
.photogenic{
	background: url(../img/back_line.png) repeat fixed;	
}

.b_gourmet{
	background: url(../img/back_b_gourmet2022.png) repeat;	
	}
	
.dailysweets22{
    background: #b27b41; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f2a8 0%, #b27b41 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f2a8 0%,#b27b41 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f2a8 0%,#b27b41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2a8', endColorstr='#b27b41b',GradientType=1 ); /* IE6-9 */
	}
.otoriyose{
    background:#f39400;
}

.gyorettu{
    	background: url("../img/back_gyouretu.jpg") repeat;	
    
}





/*responsive setting*/

.responsive div{ 
	padding-left:2px;
	padding-right:2px;
}
.responsive a img {
	width:99%;
	height:auto;
	max-width:99%;
	
}


.footer_navi{
	text-align:center;

	}
.footer_navi li {
	display: -moz-inline-box;
	display: inline-block;
	/*display: inline;
	zoom: 1;*/
	margin-right:10px;
}
.footer_navi li a{
	color:#000;
    text-decoration: none;
    
}
.footer_navi li a:hover{
	text-decoration: underline;
	}



/*to top*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 14px 0 0;
  border-radius: 50px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background-color: #C00;
  opacity: 0.6;
  color: #FFF;
  border: solid #fff 1px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 #pageTop a {
  color: #FFF;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}

.anime {

}


.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.anime_d {

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.anime_l {

}
.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}




/*Media Queries for tablet*/
@media only screen and (max-width: 1023px) {
	#menu_b {
		position: relative;
		/*top: 0;defaltのヘッダーない場合だけ有効にする*/
		left: 0;
		z-index: 10;
		width: 100%;
		height: 0;
		
		
	}
	.menu_b-inner{
		border:none;
		background: -webkit-linear-gradient(top, #b80000, #e52d27);
background: -o-linear-gradient(top, #b80000, #e52d27);
background: linear-gradient(to bottom, #b80000, #e52d27);   
		
		
		}
	#menu_b #ramen_logo {
		float: none;
		display: inline-block;
		/*background:url(../img/img_tel_s.png) no-repeat right;
		margin-right:10px;*/
		
	}
	#menu_b #tel{
		/*display:none;*/
		float: right;
		display: block;
        margin: 5px 0 0 0;
	}
	
	
	#menu_b #nav-btn {
		display: none;
		
	}

	#d-nav {
		margin: 0 -10px;
		padding-top: 0;
		
	}
	#d-nav ul {
		/*display: none;重要!折りたたみにする場合はコメントアウト削除*/
		float: none;/*元に戻す*/
		overflow: hidden;/*元に戻す*/
		margin-right: 0;/*元に戻す*/
	
	
		
	}
	#d-nav ul li {
	width: 49.85%;
	text-align: center;
	/*background-color: #9F0000;*/
	border-bottom:1px solid #FFF;
	
	}
	#d-nav ul li:first-child{
	border-left: none;
}
	#d-nav ul li:nth-child(even){
	border-right: none;	
	}
	#d-nav ul li:first-child,#d-nav ul li:nth-child(2) {
	border-top:1px solid #FFF;
	}
	
	
	/*#d-nav ul li:nth-child(3),#d-nav ul li:last-child{
	border-bottom:1px solid #FFF;
	}*/
	
	#d-nav ul a {
		padding: 15px 0;
		
	}
	
	#main-visual,#main-visual-manpuku,#main-visual-tv {
		/*margin-top:110px;2つ表示。折りたたみにする場合は削除する*/
       margin-top:150px;/* 3つ表示。元に戻す*/
		/*margin-top:160px;4つ表示。折りたたみにする場合は削除する*/
		
	}
	#index #main-visual{
	padding:0 0 0 0;
	}
    
    .ramenback01{
    padding-top: 40px;
    background-position: left 10% top 0;
    background-size: 40% auto;  
    }
    .ramenback02{
    background-position: right 40% bottom 0;
    background-size: 40% auto;
    }
    
    #index_logo{
	/*margin-top:100px;*/
    margin-top:40px;
    
}
    /*twitter*/
    #index_twitter{
        height:390px;
        overflow-y: auto;
        margin-top:20px;	
    }
	#main-visual{
		background:#141414 url(../img/top_back_S.jpg) top center no-repeat;
		-moz-background-size:100% auto;
		background-size:100% auto;
		height: auto;
	}

	#main-visual-manpuku{
		/*background:#141414 url(../img/top_back_S.jpg) top center no-repeat;
        -moz-background-size:100% auto;
		background-size:100% auto;*/
		background: url("../img/manpuku_back_S2022.jpg") top center repeat;
		-moz-background-size:70% auto;
		background-size:70% auto;
		height: auto;
	}
	.feature-contents {
		overflow: hidden;
	}



	    

	
	/*youtube*/
	.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}	
	.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}
#precm{
	background:url(../img/poster_back_m.gif) no-repeat top right;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
	


/*背景画像の縮小
#section-wrapper01_niku,#section-wrapper01_sweets{
	-moz-background-size:100% auto;
	background-size:100% auto;
}*/
#sub_main h3.tyokuzen-tv {
	font-size: 41px;
	font-size: 4.1rem;
}
#sub_main p.tyokuzen_ex {
	font-size: 17px;
	font-size: 1.7rem	
}  

#pretv{
	padding: 2em 0;
	background:url(../img/img_tv_s.png) no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    background: cover;
	overflow:hidden;
	
}
#pretv_manpuku{
	padding: 2em 0;
	background:url(../img/img_tv_pink_s.png) no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    background: cover;
	overflow:hidden;
	
}




    /*sallkind,sallkind_t_l{
	width: 100px;
    height: auto;
	
}*/
    
    
.button_set a:link{   
        line-height: 0.7em;
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0.5em 0.5em 0.2em;
    }


/*TV放送*/
.t_tv{
	margin-top:0;		
	}
	
.t_live{
	margin-top:0;		
	}
    
    
    
}


/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 767px) {
.sticker{
	position: absolute;
	top: 10px;
	left: 10px;
    width: 30%;
    font-size:5px;
    line-height: 1;
	
}
.catch,.catch_pink{
	left: -5px;
	font-size: 6px;
	letter-spacing: 0.2em;
	padding: 3px 15px 3px 20px;
    }
    
    
	.small_100{
	width:50%;
	max-width:50%;
	height:auto;
}
	#menu_b {
		height: 3px;
	
		
		
	}
	#d-nav ul li {
		width: 100%;
		
		
	}
    
    #d-nav ul li:nth-child(odd){
	border-right: none;		
}
	
	#d-nav ul li:nth-child(2) {
		border-top:none;	
	}
	/*#d-nav ul li:nth-child(3){
	border-bottom:none;	
	}4つ表示。折りたたみにする場合は削除する*/
	
	
	#main-visual,#main-visual-manpuku{
		/*margin-top:160px;2つ表示。折りたたみにする場合は削除する*/
		margin-top:210px;/*3つ表示。/*元に戻す*/
		/*margin-top:280px;4つ表示。折りたたみにする場合は削除する*/
	}
	#index #main-visual{
	padding-bottom:0;
	padding-top:0;
	
	}
    
    .ramenback01{
    padding-top: 60px;
    background-position: left 0 top 0;
    background-size: 70% auto;
    }
    
    .ramenback02{
    background-position: right 40% bottom 0;
    background-size: 70% auto;
    padding-bottom:20px;
    }
    #index_logo{
	margin-top:0;
}
	#main-visual{
		background:#0f0f0f url(../img/top_back_SSS.jpg) top center no-repeat;
		-moz-background-size:100% auto;
		background-size:100% auto;
		height: auto;
	}

	
	#main-visual-manpuku{
        /*background:#0f0f0f url(../img/top_back_SSS.jpg) top center no-repeat;
        -moz-background-size:100% auto;
		background-size:100% auto;*/
		background: url("../img/manpuku_back_S2022.jpg") top center repeat;
		-moz-background-size:70% auto;
		background-size:70% auto;
		height: auto;
	}

	/*#main-visual p {
		padding-top: 100px;
	}

	h2 {
		margin: 0.5em 0;
	}*/
	
	
	#sub_main h2 {
	font-size: 36px;
	font-size: 3.6rem;
	}


	#sub_main h3 {
	font-size: 28px;
	font-size: 2.8rem;
	}
    
    h3.i_uchi_12,h3.i_uchi_4a,h3.i_uchi_4c{
  
	font-size: 35px;
	font-size: 3.5rem;
	  
}
  .i_uchi_12:before,.i_uchi_4a:before,.i_uchi_4c:before{
    content: '';
    display: inline-block;/*忘れずに！*/
    width: 44px;
    height:37px;
   
  }
#sub_main h3.yomi_midashi{
    font-size: 26px;
	font-size: 2.6rem;

    
    
}
#sub_main p.yomimono,#sub_main ul.corona li{
    font-size: 12px;
	font-size: 1.2rem;
    
}

#sub_main h3.ramen_title {
	margin: 0.1em 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height:1.3; 
}
#sub_main h3.manpuku_title, #sub_main h4.manpuku_title {
	font-size: 25px;
	font-size: 2.5rem;
    line-height: 1.1;
}
 
#sub_main h4 {
	font-size: 16px;
	font-size: 1.6rem;
	
	}
h4.otodoke{
    background: url("../img/otodoke_back.png") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
}
 
#sub_main h4.shop_name_ramen{

	font-size: 18px;
	font-size: 1.8rem;
	
}
    
#sub_main h4.shop_name_manpuku {

	font-size: 12px;
	font-size: 1.2rem;
	
}
    
.manpuku_area{
    font-size: 11px;
    font-size: 1.1rem;
 
}


	
	/*detail*/
	.manpuku_ravel{
	width:42px;
	max-width:42px;
	height:auto;
	left: 80%;
}
	
	
	#section-wrapper01,
	.section-wrapper01_nomal,
    .section-wrappe_blackboard,
	#section-wrapper01_niku,
	#section-wrapper02_niku,
	#section-wrapper01_others,
	.section-wrapper01_ana,
	#section-wrapper02,
	#section-wrapper03,
	#section-wrapper04{
		padding: 2em 0;
	}
	
	#section-wrapper01_entame,
	#section-wrapper01_sweets{
		padding: 0 0 1em 0;
	}	
	

	
		

#precm{
	background:url(../img/poster_back_s.gif) no-repeat top right;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
    
}	

    .small-6 .tochi{
    width: 40px;
    height: 40px;
}

    

    .small-6 .sallkind_t_r{
	position: absolute;
	top: 2px;
	right: 2px;
    width: 50px;
    height: auto;

}
    .small-6 .sallkind_t{
	position: absolute;
	top: 2px;
	left: 2px;
    width: 50px;
    height: auto;

}
    .small-6 .sallkind{
	position: absolute;
	bottom: 2px;
	right: 2px;
    width: 50px;
    height: auto;
}
    .small-6 .sallkind_90{
	position: absolute;
	bottom: 2px;
	right: 2px;
    width: 75px;
    height: auto;
}
    
    .small-6 .sallkind_l_02{
	position: absolute;
	bottom: 2px;
	left: 42px;
    width: 40px;
    height: auto;
     
}
    .small-6 .sallkind_l80_02{
	position: absolute;
	bottom: 2px;
	left: 42px;
    width: 40px;
    height: auto;
}
    .small-6 .sallkind_l100_02{
	position: absolute;
	bottom: 2px;
	left: 42px;
    width: 40px;
    height: auto;
}
    .small-6 .sallkind_l130_02{
	position: absolute;
	bottom: 2px;
	left: 42px;
    width: 40px;
    height: auto;
}
    .small-6 .sallkind_l{
	position: absolute;
	bottom: 2px;
	left: 2px;
    width: 40px;
    height: auto;
}
    .s_top_right{
    width: 80px;
    height: auto;
        
    }
    
    .button_02_harf{
        
        display: block;
		/*display: inline-block;*/
		padding: 0.6em ;
        margin: 0.6em ;
    
}
#pretv{
	padding: 2em 0;
	background:url(../img/img_tv_ss.png) no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    background: cover;
	overflow:hidden;
	
}
#pretv_manpuku{
	padding: 2em 0;
	background:url(../img/img_tv_pink_ss.png) no-repeat top center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    background: cover;
	overflow:hidden;
	
}
#sub_main h3.tyokuzen-tv {
	font-size: 33.5px;
	font-size: 3.35rem;
}
#pretv,#pretv_manpuku{
	padding: 1.5em 0;
}




.noren_s{
    background: url("../img/img_noren.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    box-sizing: border-box;
    padding-top:0.2em;
    height: 7.5em; 
}
    .button_set a:link{
        
        line-height: 0.7em;
        font-size: 19px;
        font-size: 1.9rem;
        margin: 0.8em 0 0.2em;
        padding: 0.7em 0.5em 0.5em ;
    }

}	

/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 500px) {
.small_100{
	width:50%;
	max-width:50%;
	height:auto;
}
	.s_top_right{
    width: 60px;
    height: auto;
        
    }
	
	/*twitter*/
#index_twitter{
	/*width:450px;*/
	width:100%;
	 height:450px;
    overflow-y: auto;
	margin-top:15px;	
}
	#main-visual{
		height: auto;
		background:#0f0f0f url(../img/top_back_SSS.jpg) top center no-repeat;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
#sub_main h3.manpuku_title, #sub_main h4.manpuku_title {
	font-size: 21px;
	font-size: 2.1rem;

}
	#main-visual-manpuku {
		/*height: auto;
        ackground:#0f0f0f url(../img/top_back_SSS.jpg) top center no-repeat;*/
		background: url("../img/manpuku_back_S2022.jpg") top center repeat;
		-moz-background-size:70% auto;
		background-size:70% auto;
        /*-moz-background-size:100% auto;
		background-size:100% auto;*/
	}


    .manpuku_area{

    font-size: 9px;
    font-size: 0.9rem;
 
}
    .noren_s{
    background: url("../img/img_noren.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    padding-top: 0.4em;
    height: 5.4em;
    box-sizing: border-box;
}
	.button_set a:link{ 
        padding: 0.7em ;
        line-height: 0.9em;
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .small-6 .sallkind_t{
	position: absolute;
	top: 2px;
	left: 2px;
    width: 40px;
    height: auto;

}
    
    .small-6 .sallkind_t_r{
	position: absolute;
	top: 2px;
	right: 2px;
    width: 40px;
    height: auto;

}
.sm_orikaesu,.sm_orikaesu_halfway{
    display: block;
   
}
}
@media only screen and (max-width: 375px) /*松沢さまの依頼*/{
.noren_s{
    background: url("../img/img_noren.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    padding-top: 0.4em;
    height: 4.3em;
    box-sizing: border-box;
}
.button_set a:link{
        padding: 0.7em ;
        line-height: 0.9em;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0.2em 0 0.2em;
        
    }
}