 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.point-col-4__item {
	width: 170px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	margin-top: 60px;
	margin-left: 60px;
	text-align: center;
}
.point-col-4__item:nth-of-type(4n-3) {
	margin-left: 0;
}
.point-col-4__item img {
	border-radius: 50%;
}

.point-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.point-col-2__item {
	margin-top: 30px;
	width: 450px;
	flex-shinrk: 0;
}
.point-col-2__item:nth-of-type(even) {
	margin-left: 60px;
}

.point-index-movie-sp {
	display: none;
}

.point-index-movie-pc {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.point-index-icon {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(/skb/wp-content/themes/skbschool/common/images/point/index/icons-feature.png);
	background-size: auto 100%;
}
.point-index-icon--02 {
	background-position: -100% 0;
}
.point-index-icon--03 {
	background-position: -200% 0;
}

.point-index-col {
	margin: 0 auto;
	max-width: 780px;
}
.point-index-col:after {
	content: "";
	display: block;
	clear: both;
}
.point-index-col__item {
	width: 240px;
	text-align: center;
	float: left;
}
.point-index-col__item + .point-index-col__item {
	margin-left: 30px;
}
.pointpt {
	padding-top: 400px;
	overflow: hidden;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
training
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-training-tbl {
	width: 100%;
}
.point-training-tbl th, .point-training-tbl td {
	padding: .6em 1em;
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
}
.point-training-tbl th.w150, .point-training-tbl td.w150 {
	width: 150px;
}
.point-training-tbl thead th {
	text-align: center;
	color: #9d8c50;
}
.point-training-tbl thead th:nth-of-type(1) {
	border-left: 0;
}
.point-training-tbl tbody th {
	text-align: center;
	border-left: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
facilities
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-facilities-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-left: -30px;
}
.point-facilities-image__item {
	margin-bottom: 30px;
	margin-left: 30px;
}


.point-facilities-gallery__item {
	width: 500px;
}
.point-facilities-gallery__item img {
	width: 500px;
	max-width: 9999px;
}

.slick-dots {
	font-size: 0;
	margin-top: 10px;
	text-align: center;
}
.slick-dots li {
	margin: 0 5px;
	display: inline-block;
}
.slick-dots li button {
	width: 7.5px;
	height: 0;
	overflow: hidden;
	padding: 7.5px 0 0;
	border: none;
	cursor: pointer;
	background: #d9d9d9;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.slick-dots li.slick-active button {
	background: #000;
}

.spSlides li {
	width: 100vw;
	height: 0;
	padding-top: 53.3vw;
	background: no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.spSlides .slick-dots li {
	width: auto;
	padding: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
event
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-event-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-left: -60px;
}
.point-event-col__item {
	width: 450px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	margin-left: 60px;
	text-align: center;
}
.point-event-col-image {
	position: relative;
	padding: 20px;
}
.point-event-col-image > img {
	border: solid 15px #ffffff;
	box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.point-event-col-image .icon {
	width: 140px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: auto 100%;
	background-image: url(/skb/wp-content/themes/skbschool/common/images/point/event/icons-month.png);
}
.point-event-col-image .icon--05 {
	background-position: -100% 0;
}
.point-event-col-image .icon--06 {
	background-position: -200% 0;
}
.point-event-col-image .icon--07 {
	background-position: -300% 0;
}
.point-event-col-image .icon--08 {
	background-position: -400% 0;
}
.point-event-col-image .icon--09 {
	background-position: -500% 0;
}
.point-event-col-image .icon--10 {
	background-position: -600% 0;
}
.point-event-col-image .icon--11 {
	background-position: -700% 0;
}
.point-event-col-image .icon--12 {
	background-position: -800% 0;
}
.point-event-col-image .icon--01 {
	background-position: -900% 0;
}
.point-event-col-image .icon--02 {
	background-position: -1000% 0;
}
.point-event-col-image .icon--03 {
	background-position: -1100% 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
access
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.access-map {
	position: relative;
	padding-bottom: calc(500 / 960 * 100%);
	background-color: #f0f0f0;
}
.access-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 740px) {
	.access .column2 dd {
		letter-spacing: 0.5px;
	}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#container h2.sTitle {
		font-size: 16px !important;
		margin-top: 80px !important;
	}
	#container section > h2.sTitle {
		margin-top: 40px !important;
	}
	#container .inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	#container .inner .inner,
	#container .inner #pageTitle ~ *,
	#container .inner .pageTitle ~ * {
		margin-left: 0;
		margin-right: 0;
	}

	.pointpt {
		padding-top: 200px;
	}

	.point-col-4 {
		width: auto;
		margin-top: 35px;
		margin-left: -20px;
	}
	.point-col-4__item {
		width: calc(50% - 20px);
		margin-top: 8px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.point-col-4__item:nth-of-type(4n-3) {
		margin-left: 10px;
	}
	.point-col-4.notext .point-col-4__item {
		margin-top: 15px;
	}

	.point-col-2 {
		display: block;
	}
	.point-col-2__item {
		margin-top: 20px;
		width: auto;
	}
	.point-col-2__item:nth-of-type(even) {
		margin-left: 0px;
	}
	.point-col-2__item .stripe {
		padding: 23px;
	}

	/* index */
	.point.index .pageTitle + div.mt030 {
		margin-top: 30px !important;
	}
	.point.index .pageTitle + h4.mt030 {
		padding-top: 5px;
		padding-bottom: 0;
	}
	.point-index-movie-sp {
		position: relative;
		display: block;
		padding-bottom: 56.5%;
		overflow: hidden;
		width: calc(100% - 30px);
		margin: 40px auto 0;
	}
	.point-index-movie-sp iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.point-index-movie-pc {
		display: none;
	}

	.point-index-icon {
		width: 75px;
		height: 75px;
		margin-bottom: 10px;
	}

	.point-index-col {
		display: block;
		margin-top: 10px !important;
	}
	.point-index-col__item {
		width: auto;
		float: none;
	}
	.point-index-col__item + .point-index-col__item {
		margin-left: 0;
		margin-top: 20px;
	}

	/* dog-cat */
	.dog-cat .sTitle {
		line-height: 22px;
	}

	/* training */
	.point-training-tbl th.w150, .point-training-tbl td.w150 {
		width: 100px;
	}

	/* facilities */
	.point-facilities-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 20px;
		margin-right: 20px;
		overflow: hidden;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
	.point-facilities-image__item {
		margin-bottom: 15px;
		margin-left: 0px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		width: 100%;
	}
	.point-facilities-image__item:nth-of-type(2) {
		width: calc(500 / 880 * 100%);
	}
	.point-facilities-image__item:nth-of-type(3) {
		width: calc(350 / 880 * 100%);
	}

	.point-facilities-view-title {
		width: 50%;
	}

	.facilities #container > section .sTitle + p {
		margin-left: 0;
		margin-right: 0;
	}
	.facilities .mainImage {
		margin-left: -15px;
		margin-right: -15px;
	}
	.facilities .mainImage img {
		width: calc(100% + 90px);
		margin: 0 -45px;
		max-width: 9999px;
	}
	.point-facilities-image {
		margin-left: -15px;
		margin-right: -15px;
	}
	.point-facilities-image__item:nth-of-type(2) {
		width: 100%;
	}
	.point-facilities-image__item:nth-of-type(3) {
		width: 71.73333%;
		margin: 0 auto;
	}
	.point-facilities-view-title {
		width: auto;
		height: 25px;
		margin-left: 42px;
		margin-right: 42px;
	}
	.point-facilities-view-title:before,
	.point-facilities-view-title:after {
		border-width: 12.5px 9px;
	}
	.point-facilities-view-title + .inner-s {
		padding: 0 15px;
	}
	.facilities .stripe {
		padding-bottom: 15px;
	}
	.point-facilities-view-title + div.pt040 {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px !important;
	}
	.ricoh-theta-spherical-image,
	.ricoh-theta-iframe {
		height: 200px !important;
	}
	.ricoh-theta-spherical-image > img {
		width: 100% !important;
		left: auto !important;
	}
	.ricoh-theta-spherical-image > div > div {
		top: 27px !important;
	}

	.point-facilities-gallery {
		height: 200px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.point-facilities-gallery__item,
	.point-facilities-gallery__item img {
		width: auto;
		height: 200px;
	}
	.slick-dots {
		margin-top: 8px;
	}

	/* event */
	.point-event-col {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.point-event-col__item {
		width: auto;
		margin-left: 0px;
	}
	.point-event-col-image {
		position: relative;
		padding: 10px;
	}
	.point-event-col-image > img {
		box-sizing: border-box;
		border-width: 10px;
	}
	.point-event-col-image .icon {
		top: -8px;
		left: -10px;
		width: 110px;
		height: 110px;
	}
	.point-event-col + p {
		margin: 0 15px;
	}

	/* school */
	.school .point-col-2 h3 {
		text-align: center;
	}
	.school .bgBox {
		margin-bottom: 50px
	}
	.list-cir-double {
		padding-left: 1em;
		text-indent: -1em;
	}
	.school .mb155 {
		margin-bottom: 80px;
	}

	/* teacher */
	.teacher .point-col-2__item + .point-col-2__item {
		margin-top: 45px;
	}
	.teacher .point-col-2 dt.bold {
		text-align: center;
	}
	.teacher .point-col-2 dd.bb {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	/* faq */
	.question-answer .pageTitle + p {
		margin-top: 22px !important;
	}
	.question-answer .point-col-2 {
		padding-top: 43px;
	}
	.question-answer .point-col-2__item {
		margin-top: 0;
	}

	/* access */
	.access .access-map {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 360px;
	}
}

	/* syokugyo-jissen */
.point-syokugyo-p { padding-top: 3px; }
.point-syokugyo-p li {
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 22px;
}

@media (max-width: 740px){
	.syokugyo-jissen .point-col-2__item h3 {
		text-align: center;
	}
	.point-syokugyo-p li {
		margin-bottom: 10px;
	}
	.point .column2 li a {
		padding: 0;
		height: 30px;
		font-size: 14px;
		line-height: 28px;
	}
	.point .column2 li + li {
		margin-top: 10px;
	}
}

.btn {
	border: solid 1px #000;
	color: #000;
}
.bt {
	border-top: 1px dotted #C8C8C8;
}
.question-answer .anker {
	width: 67%;
	margin: 31px auto 70px;
}
.question-answer .anker li {
	display: inline-block;
}
.question-answer .anker li:nth-child(n+2) {
	margin-left: 26px;
}
.question-answer .anker li a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.question-answer .anker li a:hover {
	text-decoration: none; 
}
.question-answer a.deco {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.question-answer .sTitle {
	padding-top: 200px;
	margin-top: -110px;
}

@media (max-width: 740px){
	.question-answer .pageTitle + p {
		text-align: left !important;
	}
	.question-answer .anker {
		width: auto;
	}
	.question-answer .anker li {
		display: block;
		text-align: center;
	}
	.question-answer .anker li:nth-child(n+2) {
		margin-left: 0;
		margin-top: 30px;
	}
	.question-answer #container h2.sTitle {
		padding-top: 0 !important;
	}
}

.access #container dd a {
	color: #fff;
	height: 40px;
	display: block;
	max-width: 200px;
	line-height: 38px;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
@media (max-width: 740px){
	.access #container dd a {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}

.point .inner .mt160{
	margin-top: 160px;
}
.bb {
	border-bottom: 1px dotted #C8C8C8;
}
.mb155 {
	margin-bottom: 155px;
}
.point-facilities-view-title span {
	color: #fff;
	height: 30px;
	display: block;
	max-width: 300px;
	line-height: 28px;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	font-size: 18px;
	margin: 10px auto;
}

.point-facilities-view-title {
	position: relative;
	top: -13px;
}
.facilities .stripe {
	margin-top: 45px;
	padding-bottom: 40px;
}
.facilities .img-s {
	overflow: hidden;
}
.facilities .img-s li:nth-child(odd) {
	float: left;
}
.facilities .img-s li:nth-child(even) {
	float: right;
}


.teacher .bb {
	border-bottom: 1px solid #000;
}
.teacher .point-col-2 dl dt {
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.teacher .point-col-2 dl dt + dd {
	text-align: center;
}
.teacher .point-col-2 dl {
	max-width: 390px;
	margin: 0 auto; 
}

.txt24 { font-size: 24px; }

.school .list-cir-double > li {
	text-indent: -1em;
	padding-left: 1em;
}

.facilities h3.blue {
	border-bottom: 1px solid #0066FF;
}
.facilities h3.purple {
	border-bottom: 1px solid #0b3257;
}
.facilities h3.pink {
	border-bottom: 1px solid #FF6699;
}
.facilities h3.green {
	border-bottom: 1px solid #339900;
}
.facilities h3.orange {
	border-bottom: 1px solid #FF9900;
}

.facilities h3.two-line {
	border-bottom: 1px solid #FF6699;
	position: relative;
}
.facilities h3.bb {
	border-bottom: 1px solid #C8C8C8;
}

.facilities h3.two-line:after {
	content: "";
	display: block;
	width: 50%;
	border-bottom: 1px solid #0b3257;
	position: absolute;
	bottom: 0;
	margin-bottom: -1px;
}
.facilities .another span {
	position: absolute;
	right: 12px;
	bottom: 2px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.facilities .another li {
	position: relative;
}
