@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.banner-plus2 {
	display: flex;
	justify-content: center;
	margin-right: 80px;
	margin-bottom: 60px;
	padding: 0 140px;
}

.banner-plus2 img {
	border: solid 1px #ababab;
	border-radius: 10px;
	width: 400px;
}

.banner-plus2 > a {
		margin: 0 15px;
}

@media (max-width: 740px){
	.banner-plus2 {
		display: grid;
		margin-top: -45px;
		margin-right: 0px;
		padding: 0 20px;
}
	.banner-plus2 > a {
		margin: 8px 0;
}
}



.banner-plus3 {
	display: flex;
	justify-content: center;
	margin-top: -40px;
	margin-right: 35px;
	margin-bottom: 60px;
	padding: 0 140px;
}


.banner-plus3 img {
	border: solid 1px #ababab;
	border-radius: 10px;
	width: 400px;
}

.banner-plus3 > a {
		margin: 0 15px;
}

@media (max-width: 740px){
	.banner-plus3 {
		display: grid;
		margin-top: -60px;
		margin-right: 0px;
		padding: 0 20px;
}
	.banner-plus3 > a {
		margin: 8px 0;
}
}



.banner-plus {
	display: flex;
	justify-content: center;
	padding: 0 140px;
}


.banner-plus5 img {
	border: solid 1px #ababab;
	border-radius: 10px;
	width: 400px;
}

.banner-plus5 > a {
		margin: 0 15px;
}

@media (max-width: 740px){
	.banner-plus5 {
		display: grid;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 0 20px;
}
	.banner-plus5 > a {
		margin: 8px 0;
}
}


.aoentryicon {
	position: absolute;
    z-index: 1;
	right: 60px;
    top: 210px;
	max-width: 270px;
}

#mainImage {
	position: relative;
}
#mainImage li {
	height: 0;
	height: 420px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#mainImage p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 35px;
	width: 340px;
	max-width: 100%;
}
#mainImage p img {
	width: 100%;
}

#banners {
	font-size: 0;
	padding: 40px 0;
	text-align: center;
}
#banners > ul {
	max-width: 1150px;
	margin: 0 auto;
}
#banners li {
	padding: 0 17.5px;
}
#course ul {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#course ul:after {
	content: "";
	display: block;
	clear: both;
}
#course li {
	float: left;
	width: 260px;
	text-align: center;
	margin-right: 70px;
	margin-bottom: 55px;
}
#course li:nth-child(3n) {
	margin-right: 0;
}
#course a {
	display: block;
}
#course a figure {
	padding: 0;
	overflow: hidden;
	position: relative;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-position: center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#course #course01 a figure { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/gakka_icon01.jpg); }
#course #course02 a figure { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/gakka_icon02.jpg); }
#course #course03 a figure { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/gakka_icon03.jpg); }
#course #course04 a figure { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/gakka_icon04.jpg); }
#course #course05 a figure { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/gakka_icon05.jpg); }
#course a figure:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}
#course #course01 a figure:after { background: #0066ff; }
#course #course02 a figure:after { background: #0b3257; }
#course #course03 a figure:after { background: #ff669c; }
#course #course04 a figure:after { background: #009a00; }
#course #course05 a figure:after { background: #ff9b00; }
#course a figure img {
	position: relative;
	z-index: 1;
}
#course a:hover {
	text-decoration: none;
}
#course a:hover figure:after {
	opacity: 0.3;
}
#course li dt {
	color: #000;
	margin-top: 20px;
	font-weight: bold;
}
#course li dd {
	color: #505050;
	line-height: 24px;
}
#course li .ribbon {
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 22px 10px 0;
	position: relative;
}
#course li:nth-child(1) .ribbon { background: #a6D4cf; }
#course li:nth-child(2) .ribbon { background: #edb5Ba; }
#course li:nth-child(3) .ribbon { background: #d7d5e5; }
#course li:nth-child(1) .ribbon:before,
#course li:nth-child(1) .ribbon:after { border-color: #a6D4cf; }
#course li:nth-child(2) .ribbon:before,
#course li:nth-child(2) .ribbon:after { border-color: #edb5Ba; }
#course li:nth-child(3) .ribbon:before,
#course li:nth-child(3) .ribbon:after { border-color: #d7d5e5; }
#course li .ribbon:before,
#course li .ribbon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px;
	position: absolute;
	top: 0;
}
#course li .ribbon:before {
	left: -10px;
	border-left-color: transparent !important;
}
#course li .ribbon:after {
	right: -10px;
	border-right-color: transparent !important;
}

#pageLinks {
	padding-top: 60px;
}

#news_topics {
	padding: 0 21px 50px;
	position: relative;
}
#news_topics .pageTitle {
	padding-top: 75px;
}
#news_topics li {
	width: 225px;
}
#news_topics li + li {
	padding-left: 30px;
}
#news_topics figure {
	padding: 0;
}
#news_topics .title {
	color: #000;
	height: 85px;
	overflow: hidden;
	line-height: 23px;
	padding: 14px 0 8px;
}
#news_topics .date {
	color: #787878;
}
#news_topics .slick-arrow {
	position: absolute;
	top: 50px;
	border: 0;
	height: 0;
	width: 50px;
	overflow: hidden;
	padding: 50px 0 0;
	background: rgba(0,0,0,.4);
	z-index: 1;
	cursor: pointer;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#news_topics .slick-arrow:focus {
	outline: none;
	-webkit-outline: none;
}
#news_topics .slick-arrow:hover {
	background: rgba(0,0,0,.6);
}
#news_topics .slick-arrow.slick-disabled {
	opacity: 0;
	cursor: default;
}
#news_topics .slick-prev { left: -21px; }
#news_topics .slick-next { right: -21px; }
#news_topics .slick-arrow:after {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#news_topics .slick-prev:after {
	left: 20px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#news_topics .slick-next:after {
	right: 20px;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#event {
	text-align: center;
	background: #f0f0f0;
	padding-bottom: 100px;
}
#event .inner > li {
	float: left;
	width: 300px;
	max-width: 300px;
}
#event .inner > li + li {
	margin-left: calc(50% - 450px);
}
#event .inner > li > dl > dt {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
#event .inner > li > dl > dt a {
	color: #000;
}
#event_calendar dd > div table tr + tr td {
	background: #fff;
}
/* #event_calendar dd > div table tr + tr td:empty {
	background: none;
} */
#event_calendar [colspan="7"] {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	padding-top: 23px;
	background: none;
}
#event_calendar [colspan="7"] a {
	color: #505050;
}
#event_calendar dd > div > p {
	color: #000;
	background: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
#event_calendar dd > div {
	margin-bottom: 30px;
	line-height: 21px;
}
#event_calendar dd > div table * {
	border-color: #f7f5f0;
}
#event_news ul {
	height: 492px;
	text-align: left;
	background: #fcfbf7;
	padding: 0 10px;
	line-height: 22px;
	overflow: auto;
}
#event_news ul li {
	padding: 15px 0;
}
#event_news ul li + li {
	border-top: 1px solid #ebe6D2;
}
#event_news ul li time {
	color: #9d8c50;
}

#event_inst dd {
	height: 530px;
	background: #fff;
	padding: 20px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#event_inst dd ul {
	overflow: hidden;
}
#event_inst dd li {
	float: left;
	width: 125px;
	margin-bottom: 10px;
}
#event_inst dd li:nth-child(even) {
	float: right;
}
#event_inst dd a {
	width: 100%;
	height: 0;
	padding-top: 92%;
	overflow: hidden;
	display: block;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#map {
	height: 360px;
}
@media (max-width: 740px){
	#mainImage li {
		height: 380px;
	}
	#mainImage li:nth-child(1) { background-image: url(/skb/wp-content/uploads/skb-oc-SP-imageonly_240124.jpg) !important; }
	#mainImage li:nth-child(2) { background-image: url(/skb/wp-content/uploads/main_pic_air_sp.jpg) !important; }
	#mainImage li:nth-child(3) { background-image: url(/skb/wp-content/uploads/main_pic39_sp.jpg) !important; }
	#mainImage li:nth-child(4) { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/main_pic03_sp.jpg) !important; }
	#mainImage li:nth-child(5) { background-image: url(/skb/wp-content/themes/skbschool/common/images/top/main_pic04_sp.jpg) !important; }
	#mainImage p {
		width: 260px;
		height: 0px;
	}
	#mainImage a {display: block; width: 100%; height: 100%;}

	#banners {
		padding: 20px 0;
	}
	#banners li {
		max-width: calc(100vw - 70px);
		padding: 0 5px;
	}
	#banners li + li {
		margin-left: 0;
	}

	#course li {
    float: left;
    width: calc(50% - 30px);
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-bottom: 30px;align-content

	}
#course li + li {
    margin-top: 0;
}
#course li dt {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
	}
#course li dt + dd {
    display: none;
	}
	#course li .ribbon {
		height: 35px;
		font-size: 16px;
		line-height: 35px;
		margin-top: 10px;
	}
	#course li .ribbon:before,
	#course li .ribbon:after {
		border-width: 17.5px 12px;
	}
	#course li .ribbon:before {
		left: -12px;
	}
	#course li .ribbon:after {
		right: -12px;
	}

	#news_topics {
		padding: 0 7.5px 50px;
	}
	#news_topics .pageTitle {
		padding-top: 44px;
	}
	#news_topics ul {
		margin-left: 0;
		margin-right: 0;
	}
	#news_topics li {
		width: calc(50vw - 22.5px);
		padding: 0 7.5px !important;
	}
	#news_topics .slick-arrow {
		top: 7.5vw;
		transform: scale(.5);
		-moz-transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	#news_topics figure img {
		width: 100%;
	}
	#news_topics .title {
		height: 70px;
    	font-size: 12.5px;
    	line-height: 19px;
	}
	#news_topics .date {
		font-size: 12px;
	}

	#event {
		padding-bottom: 50px;
	}
	#event .pageTitle {
		margin-bottom: 45px;
	}
	#event .inner > li {
		float: none;
		margin-right: auto;
		margin-left: auto !important;
	}
	#event .inner > li + li {
		margin-top: 23px;
	}
	#event .inner > li > dl > dt {
		font-size: 15px;
		margin-bottom: 24px;
	}
	#event_calendar [colspan="7"] {
		font-size: 12px;
		line-height: 21px;
	}

	#event_inst dd {
		height: auto;
		padding-bottom: 10px;
	}
	#event_inst dd li:nth-of-type(4) ~ li {
		display: none;
	}

	#map {
		margin-top: 50px !important;
		margin-bottom: 50px;
	}
}

@media (max-width: 740px){
	#mainImage span {
	  top: 4.5%;
	}
}


.ticker {
	text-align: center;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15.5px;
	font-weight: bold;
	list-style: none;
}

.tabletop{
	width: 1149px;
	border: solid 1px;
	border-color: #ff92c0;
}

@media (max-width: 740px) {
	.ticker {
	width: 100%;
	height: 64px;
	}
	.tabletop{
	width: 94%;
	}
	.aoentryicon {
    position: absolute;
    z-index: 1;
	left: 20px;
    top: 80px;
    width: 170px;
	}
}

@media (min-width: 741px) {
	#event_calendar > dl {
		width: 960px;
	}

	#event_calendar > dl > dd {
		display: flex;
		justify-content: space-between;
		margin: 0 120px;
		margin-top: -20px;
	}

	#event_calendar dd > div {
		width: 320px;
	}
}

@media (max-width: 740px) {
   #event_calendar > dl > div {
		text-align: start;
	}
}
