@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: 15px;
	font-size: 1.5rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color:#fff;*/
	
}

#sub_main {
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif !important;
    font-style: normal;
    font-weight: 300;

}

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


/*imgのbottomの隙間を埋める*/
.space_0{
	line-height: 0;
	
}

/*fluid image*/
img {
	max-width: 100%;
	height: auto;
}
.img_100{
	width:100%;
	max-width:100%;
	height:auto;
}
.img_100_85{
	width:100%;
	max-width:100%;
	height:auto;
}
.img_100_50{
	width:100%;
	max-width:100%;
	height:auto;
}
.img_h100{
	width:auto;
	height:100%;
}
.img_45{
	width:45%;
	max-width:45%;
	height:auto;
}


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

#sub_main ul.list{
	
	
}
#sub_main ul.list li {
	list-style-type: disc;
	margin-left:36px;
	line-height: 1.2;
	margin-bottom: 10px;
	
}



/*５局*/
#sub_main ul.i_shamei{
	list-style-type: none;	
}

#sub_main ul.i_shamei li {
display: inline;

}
#sub_main ul.i_shamei li img {
	
    width: 200px;
    height: 49px;
}

#sub_main ul.i_shamei li:last-child{
	margin-right:0;
	
}




.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;
}

.text {
	text-align: left;
}

.kirigirisu{
    font-family: ab-kirigirisu, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.gochic_mf{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*-----------------------------------------------------
	リンク
-------------------------------------------------------*/
a:link {
	text-decoration: underline;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	}


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



a:hover, a:active, .white a:hover, .white a:active{
	text-decoration: underline;
	}

	
.oline_w{
		border:5px #ffffff solid;
		-moz-transition: 0.5s ease-in;
		-webkit-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}

	
.oline_w a:hover{
		border:5px #0071d4 solid;
		
		}
.line_photo {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.line_photo img{
	padding-top: 25px;
	width: 90%;
	height: auto;
	text-align: center;
}
		
/*-----------------------------------------------------
	背景 ライン　模様
-------------------------------------------------------*/	
.right_dashed{
	border-right:1px dashed #c8c8c9;
	
}
.dotted_gray{
	border:1px dotted #c8c8c9;
	padding:20px;
	width:1010px;
	
}
.n_st_white{
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.5) 20px, rgba(255, 255, 255, 0.5) 40px );
	}

.n_st_blue{
background-color: rgba(25, 100, 219, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(25, 100, 219, 0.3) 20px, rgba(25, 100, 219, 0.3) 40px );
	}


.n_st_gold{
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(186, 124, 36, 0.3) 20px, rgba(186, 124, 36, 0.3) 40px );
	}



.p_kamifubiki_anime{
background-image:  url( "../img/p_kamifubuki.png");
margin: 0;
background-size: 1204px 679px;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	animation: p_kamifubiki_a 200s infinite linear ;
}
@keyframes p_kamifubiki_a {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1204px -1204px;
  }
}

.p_kamifubiki_gold_anime{
background-image:  url( "../img/p_kamifubuki_gold.png");
margin: 0;
background-size: 1265px 764px;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	animation: p_kamifubiki_gold_a 200s infinite linear ;
}
@keyframes p_kamifubiki_gold_a {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1265px -1265px;
  }
}

.p_kamifubiki_blue_anime{
background:  url( "../img/p_kamifubuki_blue.png");
margin: 0;
background-size: 1204px 679px;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	animation: p_kamifubiki_re_a 200s infinite linear;
}
@keyframes p_kamifubiki_re_a {
 0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1204px -1204px;
  }
}



.p_kamifubiki{
background:  url( "../img/p_kamifubuki.png") no-repeat center center;
margin: 0;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}



.p_kamifubiki_re{
background:  url( "../img/p_kamifubuki_re.png") no-repeat center center;
margin: 0;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.p_kamifubiki_blue{
background:  url( "../img/p_kamifubuki_blue.png") no-repeat center center;
margin: 0;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.back_w_20{
background-color: rgba(255, 255, 255, 0.2);
	}
.back_w_40{
background-color: rgba(255, 255, 255, 0.4);
	}
.back_yellow{
	background:#ffff00;
}



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

/*カラムを囲む要素につける*/
.row{
	margin: 1.38889% 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-left: 1.38889%;
	margin-right: 1.38889%;
}
/*カラムの幅
カラム幅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;
}

/*Media Queries for medium size
状況に応じて数値を変更する*/
@media screen and (max-width: 1023px) {
	/*カラムの幅
	カラム幅60px、ガター30px、12カラムをベース*/
	.medium-0 {
		width: 0%;
	}
	.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 small size
状況に応じて数値を変更する*/
@media screen and (max-width: 767px) {
	.column {
		margin-left:  1.38%;
		margin-right: 1.38%;
	}
	/*センター配置*/
	.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	/*センター配置解除*/
	.small-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}
	/*全てのカラムの幅*/
	[class*="large"],
	[class*="medium"],
    [class*="small"] {
		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%;
	}
}

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

/*header背景*/



.visual_head{
  position: relative;
  height: 630px;/*1120+50*/
  width: 100%;
    
  background: url(../img/3S-A.jpg) no-repeat top center;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;


  line-height: 0;
  margin-top: -10px;

}
/*模様*/
.head_catch01{
	position: absolute;
	top: 180px;
	left: 0;
	width: 320px;
	height:  720px;
    overflow: hidden;
    z-index: 2;
    }
.head_catch02{
	position: absolute;
	top: 180px;
	right: 0;
	width: 320px;
    height: 720px;
    overflow: hidden;
    z-index: 2;
    }



.obi_01{
  position: absolute;
  bottom: 0;
  /*background: #c1272d;*/
   background: linear-gradient(90deg, rgba(193, 39, 45, 1), rgba(135, 0, 0, 1) 35% 65%, rgba(193, 39, 45, 1));
  height: 120px;
  width: 100%;
  border-bottom: 3px solid #ce8d41;
  border-top: 3px solid #ce8d41;
}
.obi_02{
  position: absolute;
  bottom: 27px;
  background: #1964db;
  /*background: linear-gradient(90deg, rgba(8, 28, 124, 1), rgba(14, 74, 160, 1) 35% 65%, rgba(8, 28, 124, 1));*/
  height: 60px;
  width: 100%;
  padding: 0;
}
.obi_03{
  padding-top: 27px;
  background: #1964db;
  /*background: linear-gradient(90deg, rgba(8, 28, 124, 1), rgba(14, 74, 160, 1) 35% 65%, rgba(8, 28, 124, 1));*/

  width: 100%;
}
.obi_04{
    position: absolute;
    border-top: 3px solid #ce8d41;
    top: 0;
    background: linear-gradient(90deg, rgba(135, 0, 0, 1), rgba(193, 39, 45, 1) 35% 65%, rgba(135, 0, 0, 1));
    height: 27px;
    width: 100%;
    
}


/*みどころタイトル*/
.img_sp {
    display: none;
}



#sub_main h2{
    font-weight: 700;
	font-size:27px;
	font-size: 2.7rem;
    line-height: 1.75;
}
#sub_main h2.midokoro {
    font-size:20px;
	font-size: 2.0rem;
    
    font-weight: 800;
    margin : 0;
    display: block;

}

#sub_main h2.s_midokoro {
    font-size:20px;
	font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 800;
    margin-top : 25px;
    display: block;

}

h2.program_catch{
margin-top:20px;
padding-left: 30px;
font-weight: 700;
text-align: left;
display: inline-block; 
    }

#sub_main h2 span{
    display: block;
}


	
#sub_main h3{
    font-weight: 700;
	font-size:20px;
	font-size: 2.0rem;
	}

p.shira,p.shira_c{
	line-height: 1.75;
	font-size: 20px;
	font-size: 2.0rem;
}
p.shira_c{

    font-weight: 700;
    line-height: 2;
}


p.shira_nomal{
	line-height: 1.25;
	font-size: 15px;
	font-size: 1.5rem;
}

p.prize{
    line-height: 3;
	font-size: 14px;
	font-size: 1.4rem;
    border: 1px solid #000;
    padding: 5px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline;
    
    
}



/* ================================================
   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
================================================ */


.f_logo{background: #fe8c00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fe8c00, #f83600);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fe8c00, #f83600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.nomal-wrapper,
.section-coco{
	padding: 3em 0;  
    
}

.nomal-wrapper_top{
	padding: 3em 0 0.5em 0;  
    
}
.wall{
    position: relative;

  
}

.wall_back{
    position: relative;
background: rgb(6,72,143);
background: linear-gradient(150deg, rgba(235,223,206,1) 0%, rgba(125,194,221,1) 30%, rgba(235,223,206,1) 50%, rgba(237,200,187,1) 85%, rgba(242,89,82,1) 100%);

  
}




.wall_back_02{
position: relative;
background: rgb(243,141,136);
background: linear-gradient(150deg, rgba(242,89,82,1) 0%, rgba(237,200,187,1) 15%, rgba(235,223,206,1) 50%, rgba(145,209,227,1) 100%);
/*background: linear-gradient(150deg, rgba(242,89,82,1) 0%, rgba(237,200,187,1) 15%, rgba(235,223,206,1) 50%, rgba(78,149,226,1) 85%, rgba(6,72,143,1) 100%);*/

}

.back_kiji{
    position: relative;
    background:url("../img/p_same.png");
  /*background-image: conic-gradient(rgba(255,255,255,0.05) 0deg 90deg, rgba(255,255,255,0.15) 90deg 180deg, rgba(255,255,255,0.05) 180deg 270deg, rgba(255,255,255,0.15) 270deg 360deg);
  background-size: 250px 250px;*/  
}

.p_paper{
 position: relative;
  background:url("../img/paper_08.png") repeat;
}

.p_itimatu{
 position: relative;
  background-image: conic-gradient(rgba(255,255,255,0.4) 0deg 90deg, rgba(255,255,255,0.6) 90deg 180deg, rgba(255,255,255,0.4) 180deg 270deg, rgba(255,255,255,0.6) 270deg 360deg);
  background-size: 300px 300px;
}



.nomal-wrapper_0{
	padding: 1em 0 2em;

}


/*.youtube_comment{
	float:left;
		
		}*/
	
.nomal-wrapper,.nomal-wrapper_0{
	position:relative;
}

/*放送スケジュール*/

.b_hosoSch_b{
    width: 350px;
    height: auto;
}
.hosoSch{
    background: url("../img/hosoSch_back.png") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    height: 178px;
    padding-top: 45px;

}



/*ふわふわ*/
.shake-up {
    animation: shake-up 3s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}



/*ふわっと*/
.anime {


}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0;/* -webkit-transform: translateY(-10px);*/ }
 100% { opacity: 1; /*-webkit-transform: translateY(0);*/ }
}
@keyframes fadeInDown {
 0% { opacity: 0;/* -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);*/ }
 100% { opacity: 1;/* -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);*/ }
}


/*logo*/
.p_logo{
	position: absolute;
	bottom: -25%;/*1120-5%*/
	right: 0;
	left: 1px;
	margin: 0 auto;
	width: 500px;
	height: auto;
	z-index: 100;
    }


/*見逃し*/
 ul.minogashi li{
     display: inline-block;
}
.minogashi li.un,.minogashi li.dou{
    width: 400px;
}
.minogashi li.dou{
    text-align: center;
}
/*.minogashi li.dou,.minogashi li.tro{
    width: 200px;
}

.minogashi li.dou{
    text-align: left;
}

.minogashi li.tro{
    text-align: right;
}*/

.minogashi li.dou img,.minogashi li.tro img{
    height: 150px;
    width: auto;   
}





/*雲*/


.top_catch01{
	position: absolute;
	top: -50px;
	left: -170px;
	width: 300px;
	height: auto;
    z-index: 2;
    }
.top_catch02{
	position: absolute;
	top: -70px;
	left: 0;
	width: 300px;
	height: auto;
    z-index: 2;
    }

.top_catch05{
    position: absolute;
    top: -12%;
    right: 0;
    width: 360px;
    height: auto;
    z-index: 2;
    }


.top_catch06{
    position: absolute;
    top: -5%;
    width: 290px;
    right: 17%;
    transform: scale(-1, 1);
    z-index: 2;
    }

.seal_catch{
    position: absolute;
    bottom: 3%;
    right: 3%;
    width:70px;
    height: auto;
   
}
 .info_catch{
    position: absolute;
    bottom: 3%;
    right: 3%;
    margin-top: 40px;
    width:55px;
    height: auto;
   
}

.back_talk{
    background: url("../img/back_talk.png") no-repeat center center;

}


/*レシピリスト*/
.reshipi_head{
    background:url("../img/stationery_24.png")no-repeat;
    width: 100%;
    height: auto;
    
    
    
}

/*酒リスト*/
.d_box{
    overflow: hidden;
    padding: 10px 0 0;
	position:relative;
    height: auto;
    text-align: left;

}

.d_box_img,.d_box_info{
   margin:0 1.38889% 1.38889%;
   position:relative;
    
}

.d_text{
    overflow: hidden;
    padding-bottom: 15px;
    

	position:relative;
    
    height: auto;
    text-align: left;
    
    

}



.d_text p.shira_nomal,.d_text ul li.shira_nomal{
    line-height: 1.25;
	font-size: 15px;
	font-size: 1.5rem; 
    margin-bottom: 10px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
}
.d_text ul li.shira_nomal::before{
    
   content: "・";
   padding-right: 3px;

}


.sake_kind{
    height:auto;
    min-height: auto;
    max-height: auto;
    width: auto;
    
    padding: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    
    
    
}
.sake_kind h3{
    
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 800;
    font-style: normal;

}
.sake_kind h4.sake{
    font-size: 25px;
	font-size: 2.5rem;
    line-height: 1.1;
  
    margin-top: 5px;
    padding: 0 5px 15px 5px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 5px solid ;
    
    
}




.y_marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.gaibu{
    width:370px;
    background: url("../img/087-09.png") no-repeat ;
    height: 42px;
    padding: 12px 0 0 12px;  
    margin-top: 12px;
}
.gaibu p a:link{
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    
    font-weight: 700;
    
   
}

/*youTube動画*/	


		
	.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
    .movie-wrap iframe {
    position: absolute;
    top: -2px;
    left: 1px;
    width: 100%;
    height: 100%;
}

/*table*/
#sub_main table.tb01{
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  font-style: normal;
  font-size: 21px;
  font-size: 2.1rem;
  color: #e60012;
}
.tb01 th,
.tb01 td{
  padding: 8px 6px;
  border: solid 1px #e60012;
  text-align:left;
  box-sizing:border-box;
  vertical-align: middle;

}
.tb01 th {
  background: #e56777;
  color: #fff;
  text-align:center;
  font-weight: 900;
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle; 
}

.sp_object{
    display: none;
}

.i_conver{
    display: none;
    visibility: hidden;
    }



/*Media Queries for tablet*/
@media only screen and (max-width: 1023px) {

.visual_head{

	background: url(../img/3S-A.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

    height: 460px;
    position: relative;
    
}
/*模様*/
.head_catch01,.head_catch02{
    top: 150px;
	width: 230px;
    height: 710px;
    }


    
#sub_main h2.midokoro {
    font-size:18px;
	font-size: 1.8rem;
}
#sub_main h2.midokoro span{
    display: inline;
    }
#sub_main h2.s_midokoro {
    font-size:18px;
	font-size: 1.8rem;
    line-height: 1.4;

    margin-top : 20px;
    display: block;

}
    
.back_talk{
    background: url("../img/back_talk_1023.png") no-repeat center center;
}
    
    
#sub_main ul.i_shamei li img {

    width: 140px;
    height: auto;
} 

/*見逃し
 ul.minogashi li img{
     height: 70px;
}    
*/  


#sub_main h2{
	font-size:24px;
	font-size: 2.4rem;
    line-height: 1.75;
}
h2.program_catch{
margin-top:10px;
margin-left: 40px;

    }


.top_catch01{
    position: absolute;
    top: -3%;
    left:-10%;
    width: 200px;
    height: auto;
    }
    
    
/*logo*/
.p_logo{
    position: absolute;
   bottom:-20%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 400px;
    height: auto;
    z-index: 100;
    } 
    
/*お酒紹介*/
p.prize{
	font-size: 12px;
	font-size: 1.2rem;
    padding: 5px;   
}
}


/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 767px) {
	body{
	font-size: 15px;
	font-size: 1.5rem;
	}

.back_kiji{
    position: relative;
    background:url("../img/p_same_s.png"); 
}


.back_talk{
    background: none;
}

.i_conver{
    display: block;
    visibility: visible;
    }



#sub_main h2{
	font-size:18px;
	font-size: 1.8rem;
    line-height: 1.75;


    
}
h2.program_catch{
margin-top:10px;
margin-left:60px;
    }

 
/*５局*/

#sub_main ul.i_shamei li img {

    margin-bottom: 7px;
}  
    
/*見逃し
 ul.minogashi li img{
     height: 45px;
}*/


p.shira,p.shira_c{
    line-height: 1.7;
	font-size: 15px;
	font-size: 1.5rem;
}
p.shira_nomal{
	line-height: 1.25;
	font-size: 11px;
	font-size: 1.1rem;
}






.top_catch01{
    position: absolute;
     top: -10%;
    width: 150px;
    height: auto;

    }
    
.top_catch02{
	position: absolute;
	top: -70px;
	left: 0;
	width: 150px;
	height: auto;
    z-index: 2;
    }

.top_catch05{
    position: absolute;
    top: -7%;
    right: 0;
    width: 180px;
    height: auto;

    }


.top_catch06{
    position: absolute;
    top: -5%;
    width: 150px;
    right: 17%;
    transform: scale(-1, 1);
    
    }

    
.seal_catch{
    width:50px;

}

 .info_catch{
    position: absolute;
    margin-top: 35px;
    width:45px;
  
}


.img_100_85{
	width:75%;
	max-width:75%;
	height:auto;
}
.img_100_50{
	width:50%;
	max-width:50%;
	height:auto;
    margin-bottom: 10px;
}
/*logo*/
.p_logo{
    bottom:-22.5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 400px;
    height: auto;
    }
/*youtube背景*/
.visual_head{
  background: url(../img/3S-A_ss.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

  height: 430px;/*1120+20px*/
}
/*模様*/
.head_catch01{
    top:180px;
	width: 180px;
	height: 215px;
    }
.head_catch02{
    top:180px;
	width: 180px;
    height: 215px;
    }

#sub_main h2{
	font-size:18px;
	font-size: 1.8rem;
    line-height: 1.5;
}
  
h2.program_catch{
    margin-left:70px;
        
    }
    
/*みどころタイトル*/   
    .img_pc {
        display: none;
    }
    .img_sp {
        display: inline-block;
    }
    
    
#sub_main h2.midokoro {
    font-size:16px;
	font-size: 1.6rem;
    
}
    
#sub_main h2.s_midokoro {
    font-size:15px;
	font-size: 1.5rem;
    line-height: 1.1;
    margin-top : 15px;

}
    
    
#sub_main h2 span{
    display: inline;
}
    
    

    
    
/*table*/
#sub_main table.tb01{
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}
.tb01 th,
.tb01 td{
  padding: 3px;
}
.tb01 th {
  font-size: 18px;
  font-size: 1.8rem;
}
.d_text p.shira_nomal,.d_text ul li.shira_nomal{
    line-height: 1.25;
	font-size: 12px;
	font-size: 1.2rem; 
}
/*お酒紹介*/
  
.sake_kind{
    height: auto;
    width: auto;
    padding: 5px 0 5px 0;
	   
}
.sake_kind h3{
    

}
.sake_kind h4.sake{
    font-size: 18px;
	font-size: 1.8rem;
}

p.prize{
	font-size: 14px;
	font-size: 1.4rem;
    padding: 5px;   
}
 
    
/*放送スケジュール*/
    
.b_hosoSch_b img{
    width: 250px;
    height: auto;
}
    
.hosoSch{
    padding-top: 65px;

}

}


/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width:425px) {
.nomal-wrapper,
.section-coco{
	padding: 2em 0;  
    
}
.nomal-wrapper_top{
	padding: 2em 0 0.25em;  
    
}
    .nomal-wrapper_0{
	padding: 1em 0 1.5em;

}
/*見逃し*/
.minogashi li.un,.minogashi li.dou{
    width: 300px;
    text-align: center;
}

/*.minogashi li.dou{
    width: 150px;
}
*/
.minogashi li.dou img{
    height: 100px;
    width: auto;   
}
    

    
#sub_main h2.s_midokoro {
    font-size:12px;
	font-size: 1.4rem;
    line-height: 1.1;
    margin-top : 10px;

}
    

.top_catch01{
    position: absolute;
    top: -20%;
    left:-15%;
    width: 100px;
    height: auto;
    }
    
    
.seal_catch{
    width:40px;

}
 .info_catch{
    position: absolute;
    margin-top: 35px;
    width:35px;
  
}
.visual_head{
	background: url(../img/3S-A_ss.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

    height: 320px;
}
 
/*模様*/
.head_catch01{
    top:150px;
	width: 120px;
	 height: auto;
    }
.head_catch02{
    top:150px;
	width: 120px;
     height: auto;
    }
    
    
.obi_01{
  position: absolute;
  bottom: 0;
  /*background: #c1272d;*/
  
 
  height: 90px;
  width: 100%;
  border-bottom: 2px solid #ce8d41;
  border-top: 2px solid #ce8d41;
}
.obi_02{
  position: absolute;
  bottom: 20px;
  background: #0e4aa0;
  height:46px;
  width: 100%;
}
#sub_main ul.i_shamei li img {
    width: 100px;
    height: auto;
} 

.p_logo{
    bottom:-20%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 280px;
    height: auto;
    }
    
#sub_main h2{
	font-size:15px;
	font-size: 1.5rem;
    line-height: 1.5;
    
}

h2.program_catch{
margin-top:0;
margin-left:45px;
    }  
    



.img_100_85{
	width:80%;
	max-width:80%;
	height:auto;
}
    
.n_st_white{
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.5) 15px, rgba(255, 255, 255, 0.5) 30px );
	}

.n_st_blue{
background-color: rgba(25, 100, 219, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(25, 100, 219, 0.3) 15px, rgba(25, 100, 219, 0.3) 30px );
	}


.n_st_gold{
background-color: rgba(255, 255, 255, 0);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(186, 124, 36, 0.3) 15px, rgba(186, 124, 36, 0.3) 30px );
	}     
/*table*/
#sub_main table.tb01{
  width: 97%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}
.tb01 th,
.tb01 td{

}
.tb01 th {
  font-size: 14px;
  font-size: 1.4rem;
}
.sp_object{
    display: inline;
}

	
p.shira,p.shira_c{
	font-size: 14px;
	font-size: 1.4rem;
}

.d_text p.shira_nomal,.d_text ul li.shira_nomalt{
    line-height: 1.1;
	font-size: 11px;
	font-size: 1.1rem; 
}

/*お酒紹介*/
p.prize{
	font-size: 12px;
	font-size: 1.2rem;
    padding: 5px;   
}

/*放送スケジュール*/
    
.b_hosoSch_b img{
    width: 180px;
    height: auto;
}
   
    
.hosoSch{
    padding-top: 65px;

}
}
