@charset "UTF-8";

#map {
	width: 100%;
	height: 700px;
}
.gmap-Infowindow a {
	text-decoration: underline;
}
.gmap-Infowindow a:hover {
	text-decoration: none;
}
section {
/*	padding: 80px 20px;*/
}
div#school_list {
	/*
	max-width: 1080px;
	margin: 0 auto;
*/
	border: 1px solid #ddd;
}
.school_list-box {
	padding: 20px;
	display: block;
}
.school_list-box:nth-of-type(n+2) {
	border-top: 1px dashed #ddd;
}
.school_list-name {
	font-size: 2.4rem;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	position: relative;
	padding-right: 120px;
	line-height: 1.4;
}
.school_list-name span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.4rem;
	width: 100px;
	background-color: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}
.school_list-info {
	padding-right: 180px;
	position: relative;
}
.school_list-info a {
	width: 160px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: #18a5d8;
}
.school_list-add {
	margin-top: 10px;
	padding-left: 30px;
	background-image: url(../images/location-pin-thin-48.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.school_list-tel {
	margin-top: 10px;
	padding-left: 30px;
	background-image: url(../images/phone-thin-48.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.school_list-box:hover {
	transition: all .5s;
	background-color: #f7f7f7;
}
.school_list-info a:hover {
	transition: all .5s;
	background-color: #ad2f05;
}

@media only screen and (min-width: 768px) {
	.school_list-name br {
		display: none;
	}
}



/*
---
---------------------------------------------------------------------------*/
section.section {
	padding: 90px 0 0;
}
.section_child {
	max-width: 1080px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.index-search-wrapper {
	overflow: hidden;
}
.index-search-wrapper h2 {
	font-weight: 500;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #16A5D9;
	background-color: #16A5D9;
	padding: 15px 15px 15px 30px;
	position: relative;
	overflow: hidden;
	font-size: 2rem;
}
.index-search-wrapper h2:before, .index-search-wrapper h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background-color: #fff;
}
.index-search-wrapper h2:before {
	top: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}
.index-search-wrapper h2:after {
	bottom: 0;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.index-search-wrapper h2 span {
	position: relative;
	z-index: 1;
}
.index-search-wrapper input[type="text"], .index-search-wrapper input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 1.5rem;
	border-radius: 0;
	padding: 0;
}



@media only screen and (min-width: 768px) {
.floating_box-wrapper {
	margin: 0 -20px;
}
.floating_box-box {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}
}
.index-search-school {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.index-search-school span {
	display: table-cell;
	vertical-align: middle;
}
.index-search-school-text {
	padding: 10px;
	background-color: #f9f8e5;
	border: 1px solid #ddd;
}
.index-search-school-button {
	width: 60px;
	background-color: #16A5D9;
}
#school {
	display: block;
	width: 100%;
}
#submit_school {
	display: block;
	height: 50px;
	width: 100%;
	background-image: url(../images/.index-search-icon-search-30x30.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer;
}
#submit_school:hover {
	transition: all .5s;
	background-color: #127ba0;
}
.index-search-location {
	margin-top: 30px;
}
.index-search-pref {
	margin-top: 60px;
}
.index-search-pref-table {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.index-search-pref-cell {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.index-search-pref-cell:nth-of-type(2) {
	width: 300px;
	padding-left: 40px;
}
.index-search-pref-input {
	margin: 30px -10px 0;
}
.index-search-pref-box {
	width: 16.666666666666666%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.index-search-pref-box:nth-of-type(n+7) {
	padding-top: 20px;
}
.index-search-pref-box:nth-of-type(6n+1) {
	clear: both;
}
.index-search-button {
	display: block;
	background-color: #16A5D9;
	color: #fff;
	padding: 15px 45px;
	position: relative;
	background-image: url(../images/.index-search-icon-search-30x30.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.index-search-button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	z-index: -1;
	background-color: #127ba0;
}
.index-search-button:hover {
	top: 5px;
	background-color: #127ba0;
}
.index-search-button:hover:after {
	top: 0;
}
.index-search-pref-all {
}
.index-search-pref-all span {
	display: inline-block;
	width: 200px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: rgba(22, 165, 217, 0.05);
	text-align: center;
	cursor: pointer;
}
.index-search-pref-all span:hover {
	transition: all .5s;
	background-color: rgba(22, 165, 217, 1);
	color: #fff;
}
.no_recorde {
	padding: 40px 5px;
	text-align: center;
	background-color: #f2f2f2;
}
#index-search-list {
	margin-top: 30px;
}
.school_list-number {
	text-align: right;
}
.school_list-number span {
	font-size: 3rem;
	color: #16A5D9;
}

.index-search-location-caution{
	padding-left: 1.2em;
	position: relative;
	color: #666;
	font-size: 1.3rem;
}
.index-search-location-caution:before{
	content: '\00203b';
	position: absolute;
	top: 0;
	left: 0;
}


@media only screen and (max-width: 1023px) {
	.index-search-pref-cell:nth-of-type(2){
		width: 200px;
	}
	.index-search-pref-input {
		margin: 20px -5px 0;
	}
	.index-search-pref-box {
		width: 25%;
		font-size: 1.2rem;
		padding-left: 5px;
		padding-right: 5px;
	}
	.index-search-pref-box:nth-of-type(6n+1) {
		clear: none;
	}
	.index-search-pref-box:nth-of-type(4n+1) {
		clear: both;
	}
	.index-search-pref-box:nth-of-type(n+7) {
		padding-top: 0;
	}
	.index-search-pref-box:nth-of-type(n+5) {
		padding-top: 10px;
	}
}




@media only screen and (max-width: 767px) {
	#map {
		height: 360px;
	}
	.school_list-name {
		padding-right: 90px;
		font-size: 2.0rem;
	}
	.school_list-name span {
		font-size: 1.0rem;
		width: 70px;
	}
	.school_list-info {
		padding-right: 0;
	}
	.school_list-tel {
		padding-right: 90px;
	}
	.school_list-info a {
		font-size: 1.2rem;
		width: 80px;
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
	}
	.school_list-add {
		padding-left: 20px;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
		background-position: 0 5px;
	}
	.school_list-tel {
		padding-left: 20px;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
		background-position: 0 5px;
	}
	
	
/*
---
---------------------------------------------------------------------------*/
	section.section {
		padding: 40px 0 0;
	}
	.index-search-school {
		margin-top: 20px;
	}
	.index-search-location {
		margin-top: 20px;
	}
	.index-search-pref {
		margin-top: 40px;
	}
	#index-search-list {
		margin-top: 20px;
	}
	.floating_box-box + .floating_box-box {
		margin-top: 40px;
	}
	.index-search-pref-all {
		font-size: 0;
	}
	.index-search-pref-all span {
		display: block;
		float: left;
		width: 50%;
		font-size: 1rem;
	}
	.index-search-pref-all span:nth-of-type(1) {
		border-radius: 3px 0 0 3px;
	}
	.index-search-pref-all span:nth-of-type(2) {
		border-radius: 0 3px 3px 0;
		border-left-width: 0;
	}
	.index-search-pref-table {
		display: block;
		width: auto;
		margin-top: 20px;
	}
	.index-search-pref-cell {
		display: block;
	}
	.index-search-pref-cell:nth-of-type(2) {
		width: auto;
		padding: 20px 0 5px;
	}
}
