@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.pc{
	display:none !important;
}

*{
	margin:0;
	padding:0;
}

img{
	border:0;
	border-style:none;
}

a{
	color: #1550C1;
}

a img {
	border:0;
	border-style:none;
}

a:hover{
	text-decoration: none;
}

html{
	height:100%;
}

body{
	font-family: "Noto Sans JP";
	width:100%;
	height:100%;
	font-weight: 300;
	margin:0;
	float: left;
	clear: both;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
    background-color: #fff;
}

#logo a,.hnavi03 a{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

#bg{
	width: 100%;
	background:url("../images/2025bg.jpg") no-repeat fixed;
	background-size: 150% auto;
	background-position: top center !important;
	height:2500px !important;
	margin: 0 auto;
	padding: 0;
}

/* レイアウト */
header{
	display: block;
	position: relative;
	width: 100% !important;
	height: auto;
	margin: 0 auto;
	float: left;
	clear: both;
    overflow-x: hidden;
}

main{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	clear: both;
}
section{
	display:block;
	width:100%;
	height: auto;
	padding: 0;
	margin:0 auto;
	float:left;
	clear:both;
}

article{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

.bayfm{
	display: block;
	width: 110px;
	height: auto;
	margin: 15px 0 0 15px;
	float: left;
}
.shigeno{
	display: block;
	width: 110px;
	height: auto;
	margin: 15px 15px 0 0;
	float: right;
}
.bayfm img,.shigeno img{
	display: block;
	width: 100%;
	height: auto;
}

#logo{
	display: block;
	width: 100%;
	height: auto;
	margin: 60px 0 30px 0;
}



#lead_text_area article{
	display: block;
	width: 90%;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	margin: 0 5% 50px 5% !important;
	float: none !important;
	clear: both;
}
#lead_text_area article p{
	margin-bottom: 20px !important;
}
.lead_text{
	text-align: left;
	font-size:100%;
	line-height: 180%;
	font-weight: 700 !important;
	color: #000 !important;
	margin-bottom: 20px;
}

.sns{
	text-align: center !important;
	font-size:100%;
	line-height: 180%;
	font-weight: 700;
	color: #000 !important;
	margin-bottom: 20px;
}
.sns a{
	color: #000 !important;
}

.caution{
	display: block;
	width: 90%;
	font-size:12px;
    font-weight: 400;
	line-height: 150%;
	margin: 30px 5%;
    float: left;
	clear: both;
}
.onair{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	float:left ;
	clear: both;
}

.kikidokoro_ti strong{
	display: block;
	background-color: #000;
	font-size:90%;
	text-align: justify !important;
	line-height: 140% !important;
	color: #fff;
	font-weight: 700 !important;
	padding: 6px 10px 8px 10px !important;
	margin-bottom: 7px;
	clear: both !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#kikidokoro{
	padding: 100px 0;
}

.kikidokoro a{
	display: block;
	width: 300px;
	font-size:15px !important;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	background-color: #fff;
	background-image: url("../images/tri2.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 22px 0;
	margin: 0 auto;
	filter: drop-shadow(4px 10px 0 rgba(0,0,0,0.1));
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	clear: both;
}
.kikidokoro a:hover{
	color: #999;
}




/* 共通フッターデザイン */
nav ol, nav ul {
  list-style: none
}

.footer {
	display: block;
	width: 100%;
	padding: 20px 0 120px 0;
	border-top: 4px solid #c8c8c8;
	float: left;
}

.footer .inner {
  margin: auto
}

@media (min-width:768px) {
  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93.7%;
    max-width: 1280px
  }
}

@media (max-width:767px) {
  .footer .inner {
    text-align: center
  }
}

@media (max-width:767px) {
  .footer .logo {
    width: 79px
  }
}

@media (max-width:767px) {
  .footer .areaList {
    margin: 4% 6%;
    font-size: 1rem;
  }
}

@media (min-width:768px) {
  .footer-left {
    width: 440px
  }
}

@media (min-width:768px) {
  .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: right;
  }
}

.goSponsored {
  display: block;
  margin: auto 0 auto auto;
  font-size: 120%;
  color: #ff7f00;
  text-decoration: none
}

@media (max-width:767px) {
  .goSponsored {
    font-size:90%
  }
}

.fnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8%;
  font-size: 80%
}
.fnavi a {
  color: #000;
}

@media (max-width:767px) {
  .fnavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 91.3%;
    margin: 4% auto;
    font-size: 60%
  }
}

.fnavi li {
  padding-right: 1.4rem;
  margin-right: 1.4rem;
  margin-bottom: 1.4rem;
  border-right: 1px solid
}

@media (max-width:767px) {
  .fnavi li {
    padding-right: 0.6rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem
  }
}

@media (max-width:767px) {
  .fnavi li:first-child {
    padding-left: 0.6rem;
    margin-left: 0.6rem;
    border-left: 1px solid
  }
}

@media (min-width:768px) {
  .fnavi li:last-child {
    padding: 0;
    margin: 0;
    border: none
  }
}

.fnavi a {
  font-weight: 400;
  text-decoration: none
}

.fnavi a:hover {
  text-decoration: underline
}

footer small{
	font-size: 70% !important;
}


.present .date{
	display: block;
	width: 95%;
	text-align: left;
	font-size: 110%;
	font-weight: 800;
	color: #fff;
	background-color:#C0A13C;
	padding: 12px 0 12px 5%;
    margin: 0 !important;
}
.present h2 img{
	display: block;
	width: 80%;
	height: auto;
	margin: 70px 10% 30px 10%;
	clear: both;
}
.present article{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5% !important;
	float: left !important;
	clear: both;
}
.present article p{
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 20px;
}
.present article p strong{
	display: inline-block;
    width: calc(96% - 20px);
	text-align: center;
	font-size: 110%;
	line-height: 180%;
	color: #fff;
	background-color: #EE0000;
	padding: 5px 10px !important;
    margin: 0 2% !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.present article h3{
    display: block;
    width: 100% !important;
	font-size: 120%;
	line-height: 130%;
	font-weight: 800 !important;
	margin: 15px 0 !important;
}

.block01{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #fff;
	border: solid 3px #F7EECF;
	margin: 0 0 20px 0;
	filter: drop-shadow(2px 6px 6px rgba(0,0,0,0.4));
	float: left;
	clear: both;
}
.block02{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #fff;
	border: solid 3px #F7EECF;
	margin: 0 0 30px 0;
	filter: drop-shadow(2px 6px 6px rgba(0,0,0,0.4));
	float: left;
	clear: both;
}
.block03{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #fff;
	border: solid 3px #F7EECF;
	margin: 0 0  30px 0;
	filter: drop-shadow(2px 6px 6px rgba(0,0,0,0.4));
	float: left;
	clear: both;
}
.block01 p,
.block02 p,
.block03 p{
	display: block;
	width: 90%;
    margin: 0 5%;
	
}
.presentimg{
	display: block;
	width: 70%;
	height: auto;
	margin: 10px auto 10px auto !important;
	float: none !important;
	clear: both !important;
}
.presentimg2{
	display: block;
	width: 50%;
	height: auto;
	margin: 10px auto !important;
	float: none !important;
	clear: both !important;
}
.presentimg3{
	display: block;
	width: 70%;
	height: auto;
	margin: 10px auto 20px auto !important;
	float: none !important;
	clear: both !important;
}
.mei{
	display: block;
	position: relative;
	margin-top: -58px;
	margin-right: 10px;
	float: right;
}
.hnavi03 {
	display: block;
    position: fixed;
	width: 100%;
	height: auto;
    background-color: #005F00;
    padding: 12px 0;
    border-top: solid 1px #fff;
    left: 0;
    bottom:0;
	z-index: 1000;
    filter: drop-shadow(0 0 30px  rgba(0,0,0,0.45));
}

.hnavi03 a img{
	display: block;
	width: 90%;
	height: auto;
	margin: 10px 5% 10px 5%;
	float: left;
	clear: both;
	transition: 0.2s;
}
.hnavi03 a img:hover{
	opacity: 0.6;
	transition: 0.2s;
}
.sp_term{
	display: block;
	width: 90%;
	line-height: 180%;
	font-weight: 400;
	margin: 0 5%;
	float: left;
	clear: both;
}
#term article ul{
	list-style: none;
}
.sp_term h2{
	display: block;
	width: 100%;
	font-size: 100% !important;
	line-height: 125%;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	background-color:#379100 !important;
	padding: 6px 0;
	margin: 25px 0 5px 0;
	float: left;
	clear: both;
}

.present article .caution2{
	display: block;
	word-break: break-all !important;
	width: 90% !important;
	text-align: left;
	font-size: 0.7rem !important;
	padding: 0;
	text-indent: 0 !important;
	float: left;
	clear: both;
}