@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
/*.active {
	opacity: 1;
}*/
.red {
	color: #FF0000;
}
.markerYellow {
	background: linear-gradient(transparent 60%, #f2ed169c 60% 85%, #fff 85%);
}
.noWrap {
	white-space: nowrap;
}
.breakWord {
	word-wrap: break-word
}
:root {
	--JRBlue: #0074C1;
	--JRnavy: #00499F;
	--JRnavyRGB: 0 73 153;
	--skyBlue: #00BEEB;
	--Yellow: #FFF366;
	--yellowRGB: 255 243 102;
	--mainBlue: #0952a4; /*トップページボタンの青色*/
	--Beige: #FBF3D7; /*背景の肌色*/
	--mainfont: 'Noto Sans JP', sans-serif;
	--titleFont: "Kosugi Maru", serif;
	--subFont1: "Public Sans", sans-serif;
}
article {
	font-family: var(--mainfont);
}
article img {
	width: 100%;
}
article b {
	font-size: 1.2em;
}
section {
	position: relative;
}
/*ランダム背景色設定*/
section:nth-of-type(odd) {
	background-color: #FFF;
}
section:nth-of-type(odd) h3:before {
	border: solid 4px #FFF;
}
section:nth-of-type(even) {
	background-color: var(--Beige);
}
section:nth-of-type(even) h3:before {
	border: solid 4px var(--Beige);
}
/*タイトル*/
h3 {
	font-family: var(--titleFont);
	letter-spacing: .1em;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background: var(--JRBlue);
	padding: 8px 0px 8px 35px;
	color: #fff;
	border-radius: 50px;
	width: 400px;
}
h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	padding: 0em;
	width: 80px;
	height: 80px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
#Radio h3:before {
	background: url(../images/radioIcon.png) var(--JRBlue) center / contain;
}
#event h3:before {
	background: url(../images/musicIcon.png) var(--JRBlue) center / contain;
}
#train h3:before {
	background: url(../images/trainIcon.png) var(--JRBlue) center / contain;
}
h4, h5 {
	font-family: var(--titleFont);
	margin: 2.5rem auto 2rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em;
	border-bottom: solid 3px var(--skyBlue);
	position: relative;
	max-width: 240px;
}
h4:after, h5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--JRnavy);
	bottom: -3px;
	width: 30%;
}
/*ラジオ情報*/
#FM802 h4 {
	font-family: var(--subFont1);
	font-size: 2.6rem;
	letter-spacing: 0em;
	max-width: 300px;
	text-align: center;
}
#FM802 h4 > span {
	display: inline-block;
	width: 90%;
	padding-bottom: .5rem;
}
.onAir {
	font-family: var(--mainfont);
}
.topic {
	border: var(--JRBlue) 1px solid;
	border-radius: 10px;
	padding: 2rem 1.5rem;
	margin-top: 4rem;
	background: #fff;
	box-shadow: 1px 1px 4px inset;
}
#Radio .topic {
	background: rgb(var(--yellowRGB) / .1);
}
.topic h5 {
	margin: 2rem auto 1.5rem;
	max-width: 415px;
}
.topic p {
	padding-bottom: 0.5rem;
}
.diarybox {
	padding: 2rem 1.5rem;
	border: var(--JRBlue) 1px solid;
	border-radius: 10px;
	background: rgb(var(--yellowRGB) / .1);
	box-shadow: 1px 1px 4px inset;
}
.diary {
	padding-bottom: 2rem;
}
.diary h6 {
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: .8em;
	text-decoration: underline 3px var(--Yellow);
}
.diary dd > span {
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 1em 0 0.5em;
}
#OBC h4, #FMosaka h4 {
	font-family: var(--mainfont);
	font-size: 2rem;
	letter-spacing: -.04em;
	max-width: max-content;
	margin: 1.5rem auto 2rem;
}
#OBC h4 > span, #FMosaka h4 > span {
	font-family: var(--subFont1);
	font-size: 1.3em;
	letter-spacing: .03em;
}
#FMosaka .diarybox > .diary {
	padding-bottom: 0;
}
/*イベント情報#event*/
#event dl {
	width: max-content;
	margin: auto;
}
#event dl > div {
	display: flex;
	margin-bottom: .5em;
}
#event dt {
	display: flex;
}
#event dt::before {
	content: "○";
}
#event dt span {
	padding-left: .2em;
	width: 4.2em;
	text-align-last: justify;
}
#event dd::before {
	content: "：";
}
/*デジタルサイネージ・駅構内広告　パーツ*/
#train li {
	text-align: center;
}
#train li img {
	box-shadow: 1px 1px 2px #000;
}
#train li span {
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	margin: 0.5em 0;
}
#train li a {
	display: block;
}
.noPlan {
	text-align: center;
	padding: 1rem;
	background:#eb00003b;;
	font-size: 1.2rem;
}
/*ボタン*/
.Btn {
	color: #fff;
	margin: 1.2rem auto 0;
	text-align: center;
	position: relative;
}
.Btn a {
	display: block;
	font-size: 1rem;
	padding: 1rem;
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
	background: var(--JRnavy);
}
.Btn::after {
	content: "＞";
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
/*アコーディオン*/
.accordion label {
	text-align: center;
	color: #FFF;
	background: var(--JRnavy);
	display: block;
	padding: 10px;
	border-radius: 5px;
	transition: all .3s;
}
.accordion label > span {
	position: relative;
}
.accordion label > span::before, .accordion label > span::after {
	position: absolute;
	right: -10%;
	top: 25%;
	content: '';
	height: .9em;
	width: 2px;
	background: #fff;
	transition: all .5s ease-in-out;
}
.accordion label > span::before {
	transform: rotate(90deg);
}
.accordion input {
	display: none;
}
.accordion input:checked ~ label > span::after {
	transform: rotate(90deg);
}
.accordion label:hover, .accordion input:checked ~ label {
	background: #380071;
}
.ac_container {
	overflow: hidden;
	overflow-y: scroll;
	max-height: 0;
	opacity: 0;
	padding: 0 .2rem 0;
	transition: all .5s ease-in-out;
}
.accordion input:checked ~ .ac_container {
	max-height: 70vh;
	opacity: 1;
	padding: 1rem .2rem 0;
}
/*ナビゲーション*/
#pNavi {
	background: var(--JRnavy);
	position: sticky;
	top: 0;
	z-index: 500;
}
#pNavi ul {
	padding: .5rem .8rem 0;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
}
#pNavi ul li {
	flex: auto;
}
#pNavi ul li a {
	font-family: var(--titleFont);
	font-weight: 700;
	display: grid;
	place-items: center;
	width: 95%;
	height: 30px;
	border-radius: 13px 13px 0 0;
	padding-left: 8%;
	margin: auto;
	background: rgba(255, 255, 255, .5);
	position: relative;
}
#kansai #pNavi ul li:first-child a {
	background: #fff;
}
#hokuriku #pNavi ul li:nth-child(2) a {
	background: #fff;
}
#chugoku #pNavi ul li:nth-child(3) a {
	background: #fff;
}
#kyusyu #pNavi ul li:nth-child(4) a {
	background: #fff;
}
#pNavi a:hover {
	background-color: #FFF;
}
#pNavi ul li a::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f3c5";
	left: 8%;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	section {
		font-size: 14px;
		line-height: 1.3;
	}
	section p {
		font-size: 15px;
	}
	.inner {
		padding: 5rem 1rem;
	}
	/*メインビジュアル*/
	.titlePc {
		display: none !important;
	}
	h3 {
		font-size: 1.6rem;
		padding: 8px 0px 8px 40px;
		width: min(350px, 90%);
	}
	h3:before {
		width: 72px;
		height: 72px;
		left: -0.5em;
	}
	/*ラジオ情報*/
	.RadioKinds dt {
		width: min(250px, 50%);
		margin: 4rem auto 1rem;
	}
	.RadioKinds dd {
		padding: 1rem;
	}
	#OBC, #FMosaka {
		padding: 0 1rem 5rem;
	}
	#OBC h4, #FMosaka h4 {
		font-size: 1.7rem;
	}
	/*ボタン*/
	.Btn {
		width: 95%;
	}
	/*デジタルサイネージ*/
	.slide-wrap {
		display: flex;
		margin: 3% auto 0;
		width: 100%;
		overflow-x: scroll;
	}
	.slide-wrap > li {
		margin: 0 .9rem;
		flex: 0 0 min(220px, 80%);
	}
	/*車内広告*/
	.HangingAdvertisement {
		display: grid;
		gap: 2.5rem;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin: 0 1rem;
	}
	/*	以下削除不可====================================================*/
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	section {
		line-height: 1.3;
	}
	.inner {
		max-width: 970px;
		margin: 0 auto;
		padding: 5rem 1rem;
	}
	/*メインビジュアル*/
	.titlePc img {
		min-height: 250px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp {
		display: none !important;
	}
	/*ナビゲーション*/
	#pNavi ul li a {
		padding-left: 1rem;
		letter-spacing: .4em;
		height: 40px;
		border-radius: 15px 15px 0 0;
	}
	#pNavi ul li a::before {
		left: 35%;
	}
	/*ラジオ情報*/
	.RadioKinds {
		display: flex;
		justify-content: space-between;
	}
	.RadioKinds dl {
		padding: 2rem 2rem 0 2rem;
	}
	.RadioKinds dt {
		width: 40%;
		margin-top: 1rem;
	}
	.RadioKinds dd {
		padding-top: .2rem
	}
	.topic {
		display: flex;
		justify-content: space-between;
		margin-top: 6rem;
	}
	.topic > figure {
		flex-basis: 400px;
	}
	.topic h5 {
		margin: 0 auto 1.5rem;
	}
	.topic > div {
		flex-basis: 50%;
		margin-left: 1rem;
	}
	.diary {
		display: grid;
		grid-template-columns: 190px 1fr;
	}
	#OBC, #FMosaka {
		padding: 0 1rem 5rem;
	}
	#OBC .RadioKinds dl {
		width: 469px;
		margin: auto;
	}
	#OBC .RadioKinds dt {
		width: 50%;
		margin: .3rem 0 .3rem;
	}
	#OBC .diarybox > .diary {
		padding-bottom: .5rem;
	}
	#FMosaka .RadioKinds dl {
		width: 600px;
		margin: auto;
	}
	#FMosaka .RadioKinds dt {
		width: 28%;
		margin: .3rem 0 .1rem;
	}
	/*デジタルサイネージ*/
	.slide-wrap, .HangingAdvertisement {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}
	.slide-wrap > li {
		width: calc((100% - (3rem * 2)) / 3);
	}
	.HangingAdvertisement > li {
		width: calc((100% - 3rem) / 2);
	}
	/*以下削除不可==================================================== */
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}