@charset "utf-8";

#box1,
#box2,
.onairBox{
	margin-bottom: 100px;
}
.bayfmContentBox .onairBox:last-child{
	margin-bottom: 0;
}
#bayfm,
#bayfm a{
	color: #323232;
}
#bayfm_bg{
	margin-bottom: 80px;
}
#bayfm_bg .main_ph_area{
	text-align: center;
}
#bayfm_list{
	width: 1100px;
	margin: 0 auto;
	letter-spacing: 3px;
}
.center_txt{
	text-align: center;
}
.left_txt{
	text-align: left!important;
}
.center_txt p{
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 2em;
}
#box1.bayfmContentBox .link-btn{
	width: 363px;
}
.bayfmContentBox h2{
	font-size: 29px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: normal;
}
.schedule_table{
	width: 100%;
	border-collapse: collapse;

}
.schedule_table tr{
	display: block;
}
.schedule_table th{
	width: 110px;
	background: #6787b7;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 5px;
	box-sizing: border-box;
}
.schedule_table td{
	width: 90%;
	padding: 14px;
	font-size: 15px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.schedule_table tr:nth-child(odd){
	background: #e9edf4;
}
.schedule_table tr:nth-child(even){
	background: #f4f6f9;
}
.schedule_table td a,
.schedule_table td .comming_soon{
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.schedule_table td a:hover{
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s;
}
.schedule_table td .comming_soon{
	color: #989898;
}
.flex_tit_area{
	display: flex;
	align-items: center;
	padding: 20px 40px;
	background: #dee5ef;
	position: relative;
}
.flex_tit_area::after{
	position: absolute;
	content: "";
	background: url(../../img/bayfm2/icon_radio.svg) no-repeat;
	width: 131px;
	height: 64px;
	right: 20px;
}
.flex_tit_area p{
	text-align: center;
	display: block;
	margin-right: 20px;
	font-size: 14px;
}
.flex_tit_area p span{
	display: block;
	background: #6787b7;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	letter-spacing: 3px;
}
.flex_tit_area h3{
	font-size: 29px;
	font-weight: bold;
}
.detail_area{
	background: #eff3f7;
	padding: 53px 40px;
	width: auto;
	box-sizing: border-box;
}
.detail_area .inviewfadeInUp .point_more{
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
}
.detail_area .inviewfadeInUp:last-child .point_more{
	margin-bottom: 0;
}
.point_more_tit{
	font-size: 14px;
	text-align: center;
    margin-top: -60px;
	margin-bottom: 30px;
	color: #4c4c4c;
}
.point_more_tit span{
	display: block;
	font-size: 41px;
	font-weight: bold;
	color: #000;
}
.point_more h4{
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #255498;
	letter-spacing: 4px;
    text-align: center;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 0;
	margin-bottom: 30px;
	position: relative;
}
.point_more h4::before{
	content: "";
	display: block;
	border-top: 1px solid #cbcbcb;
	margin-bottom: 30px
}
.point_more h4::after{
	content: "";
	display: block;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 30px
}
.point_more h4 span{
	position: relative;
}
.point_more h4 span::after{
	position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: contain;
    width: 90px;
    height: 90px;
    top: -30px;
    bottom: 0;
    margin: auto;
    background: url(../../img/bayfm/01/sukenari_yoko.svg) no-repeat;
}
.bold{
	font-weight: bold!important;
}
.normal{
	font-weight: normal!important;
}
p.center_txt{
	font-size: 16px;
	line-height: 1.6;
}
.point_more_flex{
	display: flex;
}
.point_more .center_txt{
	margin-bottom: 30px;
	color: #4c4c4c;
}
.point_more_flex .point_more_cont.split2{
	width: 50%;
	margin-right: 3%;
}
.point_more_flex .point_more_cont.split3{
	width: 32%;
	margin-right: 3%;
}
.point_more_flex .point_more_cont.split4{
	width: 24%;
	margin-right: 4%;
}
.point_more_flex .point_more_cont.split2:last-child,
.point_more_flex .point_more_cont.split3:last-child,
.point_more_flex .point_more_cont.split4:last-child{
	margin-right: 0;
}
.point_more_flex .point_more_cont img{
	margin-bottom: 15px;
}
.point_more_flex .point_more_cont p{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #4c4c4c;
}
.point_more_flex .point_more_cont .link-btn{
	margin-left: 0;
	word-wrap: break-word;
	width: 100%;
}
.more_area .point_more_cont p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}
.logo_banner{
	display: block;
	text-align: center;
}
.schedule_table td .on_air_date{
	width: 146px;
	display: inline-block;
}
.trivia_area{
	display: block;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}
.trivia{
	display: inline-block;
	/* width: 500px; */
	width: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 60px;
	background: #f6f6f6;
	text-align: center;
}
.trivia h5{
	font-size: 24px;
    /* color: #e1530d; */
    margin-bottom: 15px;
    font-weight: normal;
	position: relative;
}
.trivia h5::after{
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background-size: contain;
	width: 55px;
	height: 55px;
	top: -30px;
	bottom: 0;
	margin: auto;
	background: url(../../img/bayfm/04/sukenari_yoko_trivia.svg) no-repeat;

}
.trivia p{
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 4px;
}

.movie_area iframe{
	width: 100%;
	margin-bottom: 10px;
	height: 160px;
}

.height .movie_area iframe{
	height: 185px;
}
dl.cont_area{
	margin-bottom: 20px;
}
dl.cont_area dt{
	position: relative;
	font-size: 16px;
	padding-left: 1em;
	margin-bottom: 10px;
}
dl.cont_area dt::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #e1530d;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
dl.cont_area dd p{
	margin-bottom: 10px;
}
.cont_area_under_txt{
	margin-bottom: 20px;
}
.first_area{
	max-width: 1100px;
	margin:0 auto 80px;
	padding: 50px;
	box-sizing: border-box;
	background: #fef9ed;
	text-align: center;
}
.first_area p{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
.first_area a{
	display: block;
	width: 363px;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	background: #fde8ba;
	border: 1px solid #e1530d;
	color: #f15615!important;
	position: relative;
	margin: 0 auto;
}
.first_area a::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border-top: 2px solid #f15615;
	border-right: 2px solid #f15615;
	transform: rotate(45deg);
}
.first_area a:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0601
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0601 .point_more_flex .point_more_cont .text_box p,
#date_0615 .point_more_flex .point_more_cont .text_box p {
	min-height: 60px;
}
.point_more_box{
	border: solid 1px #cbcbcb;
	margin-bottom: 30px;
}
#date_0601 .point_more_box + .center_txt{
	padding-top: 50px;
	margin-bottom: 50px;
}
.point_more_box h5{
	font-size: 16px;
	font-weight: bold;
	background: #92a9cb;
	color: #ffffff;
	padding: 10px 15px;
}
.point_more_box_inner{
	padding: 50px 60px 20px;
}
.food_name{
	background: #f4f6f9;
	padding: 35px;
	margin-bottom: 30px;
}
.food_name p{
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
}
.recipes_tbl{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.recipes_tbl tbody tr td,
.recipes_tbl tbody tr th{
	border-top: 1px solid #cbcbcb;
    box-sizing: border-box;
}
.recipes_tbl tbody tr:last-child td,
.recipes_tbl tbody tr:last-child th{
	border-bottom: 1px solid #cbcbcb;
}
.recipes_tbl tbody th{
	width: 20%;
	padding: 20px;
	text-align: center;
    background: #f6f6f6;
}
.recipes_tbl tbody td{
    padding: 20px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0608
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0608 .inviewfadeInUp:nth-child(2) .point_more_flex{
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px){
	#bayfm_list{
		width: auto;
		padding: 0 10px;
	}
	#bayfm_bg{
		margin-bottom: 40px;
	}
	#box1, #box2{
		margin-bottom: 50px;
	}
	.onairBox{
		margin-bottom: 60px;
	}
	.bayfmContentBox h2{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.schedule_table th{
		width: 100px;
		padding: 15px 10px;
	}
	.schedule_table td{
		/* width: 70%; */
		width: auto;
	}
	.schedule_table th,
	.schedule_table td{
		box-sizing: border-box;
	}
	.schedule_table td a,
	.schedule_table td .comming_soon{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.center_txt p{
		font-size: 15px;
	}
	.flex_tit_area{
		display: block;
	    padding: 10px 20px;
	}
	.flex_tit_area::after{
		background-size: contain;
		width: 100px;
		height: 48px;
		right: 10px;
		top: 10px;
	}
	.flex_tit_area p{
		display: flex;
		margin-right: 0;
	    margin: 20px 0 10px;
		align-items: center;
	}
	.flex_tit_area p span{
		margin-bottom: 0;
		margin-right: 10px;
	}
	.flex_tit_area h3{
		font-size: 20px;
		line-height: 1.5;
	}
	.detail_area{
	    padding: 35px 20px 20px;
	}
	.point_more_tit span{
		font-size: 32px;
	}
	.point_more_tit{
		font-size: 12px;
		margin-top: -30px;
		margin-bottom: 15px;

	}
	.point_more h4{
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.point_more h4::before{
		margin-bottom: 15px;
	}
	.point_more h4::after{
		margin-top: 15px;
	}
	.point_more h4 span{
		display: block;
		width: 80%;
	}
	.point_more h4 span::after{
		margin: auto;
	    width: 45px;
	    height: 45px;
	    top: 0;
	    right: -15vw;
	    background: url(../../img/bayfm/01/sukenari_yoko_sp.svg) no-repeat;
	}
	.detail_area .inviewfadeInUp .point_more{
		padding: 20px;
	}
	p.center_txt{
		font-size: 14px;
	}
	.point_more_flex{
		display: block;
	}
	.point_more_flex .point_more_cont.split4,
	.point_more_flex .point_more_cont.split3{
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.point_more_flex .point_more_cont img{
		margin-bottom: 10px;
	}
	.point_more_flex .point_more_cont p{
		margin-bottom: 10px;
	}
	.link-btn:not(:first-child){
		margin-top: 0;
	}
	.schedule_table td .on_air_date{
		width: auto;
	}
	.trivia{
		width: auto;
		padding: 20px;
	}
	.trivia h5{
		font-size: 16px;
	}
	.trivia h5::after{
		margin: auto;
	    width: 45px;
	    height: 45px;
	    background: url(../../img/bayfm/01/sukenari_yoko_sp.svg) no-repeat;
	}
	.trivia p{
		font-size: 15px;
	}
	.movie_area iframe{
		width: 100%;
		height: 40vw;
	}
	.first_area{
		padding: 30px;
	    margin: 0 auto 30px;
	}
	.first_area a{
		width: 100%;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	0601
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
	#date_0601 .point_more_flex .point_more_cont .text_box p{
		min-height: inherit;
	}
	.point_more_box{
		border: none;
	}
	#date_0601 .point_more_box{
		margin-bottom: 0;
	}
	#date_0601 .point_more_box + .center_txt{
		border-top: solid 1px #cbcbcb;
	}
	.point_more_box_inner{
		padding: 20px 0;
	}
	.food_name{
		padding: 20px;
	}
	.food_name p{
		font-size: 16px;
	}
	.recipes_tbl{
		border: 1px solid #cdcdcd;
	}
	.recipes_tbl tbody th{
		display: block;
		width: 100%;
		padding: 10px;
	}
	.recipes_tbl tbody td{
		display: block;
	    padding: 20px;
	}
	.recipes_tbl tbody tr:first-child th{
		border-top: none;
	}
	.recipes_tbl tbody tr:last-child td, .recipes_tbl tbody tr:last-child th{
		border-bottom: none;
	}
}
.mga{ margin: 0 auto 30px;}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0622
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 #date_0622 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}
.btnstyle622 {
    display: block;
    width: 363px;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    background: #fde8ba;
    border: 1px solid #e1530d;
    color: #f15615!important;
    position: relative;
    margin: 0 auto;
		text-align: center;
margin-bottom: 30px;
letter-spacing: 1px;
}
.btnstyle622::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 2px solid #f15615;
    border-right: 2px solid #f15615;
    transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
	.btnstyle622  {
		width: 100%;
	}
	.movie622 {
		width: 100%;
    height: 40vw;
	}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0629
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0629 .point_more_flex .point_more_cont .text_box p {
	min-height: 60px;
}
#date_0629 .point_more_box_inner .recipes_tbl .txt_area01 {
    background-color: #FFFBF1;
    padding: 1em;
    margin-top: 20px;
}
#date_0629 .point_more_box_inner .recipes_tbl .txt_area01 h6 {
    font-size: 16px;
    margin-bottom: .5em;
    position: relative;
    text-indent: 2em;
}
#date_0629 .point_more_box_inner .recipes_tbl .txt_area01 h6::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -0px;
    background: url(../../img/bayfm2/05/light_icon.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 28px;
}
@media only screen and (max-width: 768px) {
	#date_0629 .point_more_box_inner .recipes_tbl .txt_area01 h6 {
    font-size: 13px;
    margin-bottom: .5em;
    position: relative;
    text-indent: 0em;
    padding-left: 2.3em;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0706
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0706 .point_more_flex .point_more_cont .text_box p {
    min-height: 60px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0622
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0713 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0720
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0720 .point_more_flex .point_more_cont .text_box p {
    min-height: 60px;
}

#date_0720 .point_more_box_inner .recipes_tbl .txt_area01 {
    background-color: #FFFBF1;
    padding: 1em;
    margin-top: 20px;
}
#date_0720 .point_more_box_inner .recipes_tbl .txt_area01 .p_txt {
    position: relative;
    padding-left: 3em;
}
#date_0720 .point_more_box_inner .recipes_tbl .txt_area01 .p_txt::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -0px;
    background: url(../../img/bayfm2/05/light_icon.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 28px;
}
@media only screen and (max-width: 768px) {
    #date_0720 .point_more_box_inner .recipes_tbl .txt_area01 .p_txt {
        position: relative;
        text-indent: 0em;
        padding-left: 2.3em;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0727
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0727 .point_more_flex .point_more_cont .text_box p {
    min-height: 80px;
}
#date_0727 .flex_tit_area h3 {
    font-size: 28px;
}
@media only screen and (max-width: 768px) {
    #date_0727 .flex_tit_area h3 {
        font-size: 20px;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0803
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0803 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}

#date_0803 .center_img {
    display: block;
    margin: 0 auto 30px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0810
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0810 .ub {
    text-decoration: underline;
}
#date_0810 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0817
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0817 .ub {
    text-decoration: underline;
}
#date_0817 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0824
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0824 .ub {
    text-decoration: underline;
}
#date_0824 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0831
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#date_0831 .point_more_flex .point_more_cont .text_box p {
    min-height: 60px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
0907
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#date_0907 .ub {
    text-decoration: underline;
}
#date_0907 .point_more_flex .point_more_cont .text_box p {
    min-height: 40px;
}
@media only screen and (max-width: 768px) {
    #date_0907 .point_more_flex .split2 {
        width: 100%;
    }
}








.point_more_flex .point_more_cont .text_box p {
	min-height: 60px;
}
.point_more_box_inner .recipes_tbl .txt_area01 {
    background-color: #FFFBF1;
    padding: 1em;
    margin-top: 20px;
}
.point_more_box_inner .recipes_tbl .txt_area01 h6 {
    font-size: 16px;
    margin-bottom: .5em;
    position: relative;
    text-indent: 2em;
}
.point_more_box_inner .recipes_tbl .txt_area01 h6::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -0px;
    background: url(../../img/bayfm2/05/light_icon.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 28px;
}
@media only screen and (max-width: 768px) {
	.point_more_box_inner .recipes_tbl .txt_area01 h6 {
	    font-size: 13px;
	    margin-bottom: .5em;
	    position: relative;
	    text-indent: 0em;
	    padding-left: 2.3em;
	}
}

#date_0907 .ub,
#date_0928 .ub{
    text-decoration: underline;
}

.detail_area .inviewfadeInUp .comments{
	background: #dee5ef;
	padding: 30px 50px;
	margin-bottom: 80px;
}
.detail_area .inviewfadeInUp .comments h4{
	font-size: 18px;
	margin-bottom: 1.8em;
}
.detail_area .inviewfadeInUp .comments p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.detail_area .inviewfadeInUp .comments{
		padding: 20px;
		margin-bottom: 50px;
	}
	.detail_area .inviewfadeInUp .comments h4{
		font-size: 16px;
		margin-bottom: 1.2em;
	}
	.detail_area .inviewfadeInUp .comments p{
		font-size: 14px;
		margin-bottom: 1.2em;
	}
}