@charset "UTF-8";

/* ==================================================
Page Base
================================================== */
@media screen and (min-width: 901px) {}

@media screen and (max-width: 900px) {}


/* ==================================================
Header
================================================== */


/* ==================================================
On Air Information Area
================================================== */
/* next-latest.css */


/* ==================================================
Topics Area
================================================== */
/* topics.css */



/* ==================================================
Map Area
================================================== */
#map-area {
	background-image: url(../img/bg_blue.jpg);
	z-index: 11;
}

#map-area .area-inner {
}

/* .area-title */
#map-area .area-title {
}

#map-area .area-title h2 span {
}

/* map
------------------------------ */
#map-border {
	border: 1px solid #000;
	background: rgba(255, 241, 74, 0.8);
	padding: 10px;
	width: min(90%, 1120px);
	margin: 0 auto;
}

#map-box {
	border: 1px solid #000;
	background: #fff;
	min-height: 600px;
}


/* ==================================================
Message Area
================================================== */
#message-area {
	background: #fa3c46;
	color: #fff;
}

#message-area .area-inner {
	position: relative;
}

#message-area .area-inner::before,
#message-area .area-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

#message-area .area-inner::before {
	width: 410px;
	height: 440px;
	background-image: url(../img/svg/obj_building1.svg);
	left: -90px;
}

#message-area .area-inner::after {
	width: 410px;
	height: 354px;
	background-image: url(../img/svg/obj_building2.svg);
	right: -90px;
}

/* .area-title */
#message-area .area-title {
}

#message-area .area-title h2 span {
	display: none;
}


@media screen and (max-width: 900px) {
	#message-area {
	}

	#message-area .area-inner {
		overflow: hidden;
		padding-top: 80px;
		padding-bottom: 200px;
	}

	#message-area .area-title {
		margin-bottom: 30px;
	}

	#message-area .area-inner::before,
	#message-area .area-inner::after {
		bottom: -10px;
	}

	#message-area .area-inner::before {
		width: calc(410px / 2);
		height: calc(440px / 2);
		left: 30px;
		bottom: -40px;
	}

	#message-area .area-inner::after {
		width: calc(410px / 2);
		height: calc(354px / 2);
		right: 30px;
	}
}


/* .btn-block
------------------------------ */
#message-area .btn-block {
}

#message-area .btn-block a.btn-message {
	display: block;
	background: transparent;
	border: 1px solid #fff;
	width: min(80%, 560px);
	margin: 0 auto;
	padding: 6px;
	transition: all 0.4s ease-out 0s;
}

#message-area .btn-block a.btn-message .inner {
	border: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	background: #fff;
	color: #000;
}

#message-area .btn-block a.btn-message .icon {
	border-right: 1px solid #000;
	position: relative;
	width: 64px;
	background: #fff14a;
}

#message-area .btn-block a.btn-message .icon::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 38px;
	height: 24px;
	background: url(../img/svg/icon_mail.svg) no-repeat center center;
	background-size: contain;
	transition: all 0.4s ease-out 0s;
}

#message-area .btn-block a.btn-message .txt {
	font-family: bungee, sans-serif;
	font-size: 3rem;
	letter-spacing: 0;
	line-height: 1.2;
	width: calc(100% - 64px);
	padding: 18px 10px 15px;
}

#message-area .btn-block a.btn-message .txt i {
	display: inline-block;
	margin: 0 0.1em;
}

/* hover */
#message-area .btn-block a.btn-message:hover {
	background: #fdc23e;
	filter: brightness(110%) contrast(110%) saturate(120%);
}

#message-area .btn-block a.btn-message:hover .icon::before {
	transform: scale(1.05) rotate(-15deg);
}


@media screen and (max-width: 900px) {
	#message-area .btn-block {
	}

	#message-area .btn-block a.btn-message {
		padding: 6px;
	}

	#message-area .btn-block a.btn-message .inner {
	}

	#message-area .btn-block a.btn-message .icon {
		width: 42px;
	}

	#message-area .btn-block a.btn-message .icon::before {
		width: 28px;
		height: 24px;
	}

	#message-area .btn-block a.btn-message .txt {
		font-size: 2rem;
		width: calc(100% - 42px);
		padding: 12px 10px 10px;
	}

	#message-area .btn-block a.btn-message .txt i {
	}
}


/* ==================================================
About Area
================================================== */
#about-area {
	background: #0340cf;
	color: #fff;
}

#about-area .area-inner {
}

/* .area-title */
#about-area .area-title {
}

#about-area .area-title h2 span {
	color: #fff;
}

/* copy */
#about-area .copy {
	margin-bottom: 40px;
}

#about-area .copy p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}


/* .program-sns
------------------------------ */
.program-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	background: #fff;
	width: 240px;
	border-radius: 30px;
	padding: 10px 20px;
	margin: 0 auto 80px;
}

.program-sns li {
	width: 24px;
	margin: 0 20px;
}

.program-sns li a {
	display: block;
	transition: all 0.4s ease-out 0s;
}

.program-sns li a:hover {
	opacity: 0.6;
}

.program-sns li a img {
}


/* .flex-block
------------------------------ */
.flex-block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: min(100%, 900px);
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	.flex-block {
		display: block;
	}
}


/* .program-description */
.program-description {
	width: calc(100% - 460px);
	padding-right: 40px;
	padding-top: 10px;
}

.program-description p {
	line-height: 2;
	text-align: left;
	font-weight: 500;
}

@media screen and (max-width: 900px) {
	.program-description {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}

	.program-description p {
		line-height: 1.6;
		display: inline-block;
		margin: 0 auto;
		width: min(100%, 460px);
	}
}


/* .program-timetable */
.program-timetable {
	width: 460px;
	position: relative;
}

.program-timetable::before {
	content: "";
	position: absolute;
	top: -96px;
	right: 20px;
	width: 170px;
	height: 86px;
	background: url(../img/svg/obj_sunlight.svg) no-repeat center bottom;
	background-size: contain;
	z-index: -1;
}

.program-timetable dl {
	border: 1px solid #fff;
}

.program-timetable dl dt {
	background: #fff;
	font-family: bungee, sans-serif;
	font-size: 2.4rem;
	color: #0340cf;
	line-height: 1;
	padding: 10px;
}

.program-timetable dl dd {
}

@media screen and (max-width: 900px) {
	.program-timetable {
		width: min(100%, 460px);
		margin: 80px auto 0;
	}

	.program-timetable::before {
		top: -54px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: calc(170px / 2);
		height: calc(86px / 2);
	}

	.program-timetable dl {
		border: 1px solid #fff;
	}

	.program-timetable dl dt {
		background: #fff;
		font-family: bungee, sans-serif;
		font-size: 2.4rem;
		color: #0340cf;
		line-height: 1;
		padding: 10px;
	}

	.program-timetable dl dd {
	}
}

/* タイムテーブル内部 */
.program-timetable dl dd ul {
	padding-top: 10px;
}

.program-timetable dl dd ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.program-timetable dl dd ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.program-timetable dl dd ul li .time {
	font-family: bungee, sans-serif;
	font-size: 1.8rem;
	width: 110px;
	padding: 4px 5px;
}

.program-timetable dl dd ul li .time i {
	margin: 0 0.3em;
}

.program-timetable dl dd ul li .name {
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.7;
	text-align: left;
	width: calc(100% - 110px);
	border-left: 2px dotted #fff;
	padding: 0px 10px 4px 15px;
}

.program-timetable dl dd ul li .name i {
	display: inline-block;
}

.program-timetable dl dd ul li .name .border {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 2px 20px 4px;
	margin: 0 0.2em 0.4em;
}

.program-timetable dl dd ul li .name .note {
	background: linear-gradient(transparent 40%, #5258ff 40%);
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
}


@media screen and (max-width: 900px) {
	.program-timetable dl dd ul {
		padding-top: 6px;
	}

	.program-timetable dl dd ul li {
		padding-bottom: 6px;
		margin-bottom: 6px;
	}

	.program-timetable dl dd ul li:last-child {
	}

	.program-timetable dl dd ul li .time {
		font-size: 1.7rem;
		width: 100px;
		padding: 5px 5px;
	}

	.program-timetable dl dd ul li .time i {
	}

	.program-timetable dl dd ul li .name {
		font-weight: 700;
		line-height: 1.6;
		width: calc(100% - 100px);
		padding: 0px 6px 4px 15px;
	}

	.program-timetable dl dd ul li .name .border {
		margin-top: 0.6em;
	}

	.program-timetable dl dd ul li .name .note {
	}
}


/* ==================================================
Banner Area
================================================== */
#banner-area {
	padding: 160px 0 1px;
}

#banner-area .area-inner {
	padding: 0 3%;
	min-height: 0;
}

#banner-area .banner-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#banner-area .banner-list li {
	width: min(50% - 60px, 380px);
	margin: 0 30px 40px;
}

#banner-area .banner-list li a {
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	background: #fff;
	padding: 6px;
	transition: all 0.4s ease-out 0s;
}

#banner-area .banner-list li a:hover {
	background: #fdc23e;
}

#banner-area .banner-list li a .border {
	display: block;
	border: 1px solid #000;
	overflow: hidden;
}

#banner-area .banner-list li a .border img {
	transition: all 0.4s ease-out 0s;
}

#banner-area .banner-list li a:hover .border img {
	transform: scale(1.06);
	filter: brightness(105%) contrast(100%) saturate(120%);
}


@media screen and (max-width: 900px) {
	#banner-area {
		padding: 100px 0 1px;
	}

	#banner-area .area-inner {
	}

	#banner-area .banner-list {
		display: block;
	}

	#banner-area .banner-list li {
		width: min(80%, 380px);
		margin: 0 auto 30px;
	}

	#banner-area .banner-list li a {
	}

	#banner-area .banner-list li a:hover {
	}

	#banner-area .banner-list li a .border {
	}

	#banner-area .banner-list li a .border img {
	}

	#banner-area .banner-list li a:hover .border img {
	}
}
