@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----------共通----------*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1300px;
}
	@media screen and (max-width: 619px){
		body {
			min-width: auto;
			background: #000;
		}
	}

p,img,dl,dt,dd,ul,li,h1,h2,h3 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
ul,li {
	list-style-type: none;
}
	
/*----------全体----------*/

#wrap {
	width: 100%;
	background: url("../images/bg.webp") no-repeat center bottom / cover;
	background-attachment: fixed;
}
.wholeBox {
	width: 1300px;
	margin: 0 auto;
}
#container {
	width: 980px;
	float: left;
	padding-bottom: 15px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	background: url("../images/bg_contents.png") repeat center center #fff;
	background-size: 80px;
}
	@media screen and (max-width: 619px){
		#wrap {
			background: #000;
			background-attachment: scroll;
		}
		.wholeBox {
			width: 100%;
			margin: 0;
		}
		#container {
			width: 100%;
			float: none;
			padding: 35px 0 15px;
			background-size: 50px;
		}
	}
	
/*----------h1、放送文言----------*/

h1 {
	margin-bottom: 25px;
}
h1 img {
	width: 100%;
}
.hoso {
	margin-bottom: 40px;
	text-align: center;
}
	@media screen and (max-width: 619px){
		h1 {
			margin-bottom: 3% !important;
		}
		.hoso {
			width: 94%;
			margin: 0 auto 5%;
		}
		.hoso img {
			width: 100%;
		}
	}

/*----------ボタン----------*/

.btn a {
	display: block;
	width: 400px;
	margin: 0 auto 40px;
	padding: 35px 0;
	text-align: center;
	background: url("../images/btn_bg_top_left.png") no-repeat left top, url("../images/btn_bg_top_right.png") no-repeat right top, url("../images/btn_bg_top.png") repeat-x center top, url("../images/btn_bg_bottom_left.png") no-repeat left bottom, url("../images/btn_bg_bottom_right.png") no-repeat right bottom, url("../images/btn_bg_bottom.png") repeat-x center bottom, url("../images/btn_bg_left.png") repeat-y left center, url("../images/btn_bg_right.png") repeat-y right center #de0000;
	background-size: 35px;
}
.btn img {
	width: 300px;
} 
.btn a:hover {
	transition: 0.4s;
	filter: brightness(1.5);
}
	@media screen and (max-width: 619px){
		.btn a {
			width: 280px;
			margin-bottom: 5%;
			padding: 24px 0 18px;
			background-size: 25px;
		}
		.btn img {
			width: 180px;
		}
	}

/*----------フッター----------*/

ul.social {
	display: flex;
	width: 240px;
	justify-content: space-around;
	margin: 0 auto 20px;
}
#copyright {
	font-size: 12px;
	text-align: center;
}
	@media screen and (max-width: 619px){
		.tx_social_table {
			margin: 0 auto;
		}
		ul.social {
			display: none;
		}
		#sp_social_area {
			margin-bottom: 3% !important;
		}
		#copyright {
			font-size: 75% !important;
		}
	}
	
/*----------時間変更----------*/

.time_change {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	line-height: 0.7;
	background: #fff;
}
.onairinfo {
	display: none;
}
@media screen and (max-width: 619px){
	.time_change {
		display: none;
	}
	.onairinfo {
		display: block;
		margin-top: -35px;
		padding: 40px 0.5em 0.5em;
		line-height: 1.4;
		color: #fff;
		background: #de0000;
	}
}
