/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20160912β
*/
@import url("../affinger4/style.css");

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	.post h3 {
		margin: 0 0 20px 0;
	}
	.p-entry-f {
		padding: 10px 20px;
		margin: 0;
		font-size: 22px;
		font-weight: bold;
	}
	.free-inbox {
		padding: 20px 15px 10px;
	}
	.news-ca {
		font-size: 22px;
	}

	/*-- ここまで --*/
}

/*-- 抜粋文非表示 --*/
.smanone {
	display: none;
}

@media screen and (max-width: 768px) {
	/* 時刻表 */
	.transportation {
		font-size: 8px !important;
	}
	.transportation-header {
		width: 11%;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 7px !important;
		line-height: 10px !important;
	}
	.transportation-allow {
		width: 3%;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 8px !important;
	}
	.mobile-br {
		display: inherit !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}

	.caption-wrap {
		display: none !important;
	}

	.pc-header {
		padding-top: 20px !important;
	}
}

/* 時刻表 */
.transportation-header {
	width: 11%;
	font-size: 12px;
}
.transportation-allow {
	width: 3%;
	font-size: 12px;
}
.border-erase-right {
	border-right-style: hidden;
}
.mobile-br {
	display: none;
}
.pc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.sp {
	display: none;
}

.lbox {
	float: left;
	padding: 5px;
}

/* metasliderの設定 */
.caption-wrap {
	background: #ffb200 !important;
	bottom: 80px !important;
	left: 430px !important;
	width: 52% !important;
	height: 60px;
	line-height: 50px !important;
	text-align: center;
	padding: 5px;
	opacity: 1 !important;
	font-size: 1.3rem;
	transition: 0.3s;
	font-weight: 700;
	border: 3px solid white;
	border-radius: 50px;
}

.caption-wrap:hover {
	transition: 0.3s;
	opacity: 0.9 !important;
}

.guide a {
	text-decoration: none;
	color: white;
}

.guide::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	padding-left: 10px;
}
