@charset "UTF-8";
/* CSS Document */
#ThingTop {
	font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.mainCts {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0rem 0 2rem 0;
	clear: both;
}

.schoolList {
	text-align: center;
}

.schoolList h2 {
	font-size: 1.8rem;/*追加*/
	font-weight: bold;
	margin-bottom: 4rem;/*追加*/
	margin-top: 15px;/*追加*/
}

.schoolList h2 span {
	padding-bottom: 1rem;
	border-bottom: 2px solid #41c8ce;/*追加*/
	letter-spacing: 3px;
}

.schoolList h2 .number {
	color: #41c8ce;
	font-size: 2.0rem;
}/*追加*/

.schoolSelectP {
	position: relative;
	right: 240px;
	bottom: 35px;
}
.ttl-filter .fa-chevron-down {
	font-size: 1.9rem;
	color: #41c8ce;
	margin-left: 15px;
}

/* ページネーション*/
/*del 20190604
.pgntion {
	clear: both;
	text-align: center;
	margin: 2.5rem 0;
	overflow: hidden;
 *zoom: 1;
}

.pgntion li {
	font-size: 90%;
	color: #dbd7d5;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align:auto;
	zoom: 1;
 *display:inline;
	margin: 0 1px 0 0;
	overflow: hidden;
 *zoom:1;
	font-weight: bold;
}

.pgntion li span {
	display: block;
	padding: 8px 14px;
}

.pgntion li.active {
	background-color: #f0f0f3;
}

.pgntion li.inactive {
	color: #ccc;
}

.pgntion li a {
	display: block;
	padding: 6px 13px;
	text-decoration: none;
	color: #41c8cd;
	border: solid 1px #dbd7d5;
	border-radius: 4px;
}

.pgntion li a:hover {
	border: 1px solid #41c8cd;
	background: #41c8cd;
	color: #fff;
	opacity: 0.8;
}

.pgntion .pgntionThs {
	background: #41c8cd;
	color: #fff;
	border: solid 1px #41c8cd;
}
*/
.pgntion {
	clear: both;
	margin: 2.5rem 0;
}
.pgntion,
.pgntion li {
	padding: 2px;
}
.pgntion,
.pgntion li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pgntion li {
	/*background-color: #41c8ce;*/
	border: none;
}
.pgntion li.pgntionThs {
	/*background-color: #7dd7dd;*/
}
.pgntion a {
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	/*border: 1px solid rgba(0,0,0,.25);*/
	/*border-left-width: 0;*/
	border: solid 1px rgba(0,0,0,.25);
	border-radius: 4px;
	min-width:40px;
	min-height:40px;
	/*color: rgba(255,255,255,.85);*/
	color: #41c8cd;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.35);
}

.pgntion li:not([class*="pgntionThs"]) a:hover {
	background-color: #41c8cd; /*rgba(255,255,255,.2);*/
	border-color: #41c8cd;
	color: #fff;
	/*border-top-color: rgba(0,0,0,.35); */
	/*border-bottom-color: rgba(0,0,0,.5); */
}

.pgntion li:not([class*="pgntionThs"]) a:focus,
.pgntion li:not([class*="pgntionThs"]) a:active {;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
	border-left-width:1px;
}

.pgntion li:first-of-type a {
	border-left-width: 1px;
}

.pgntion li:first-of-type span,
.pgntion li:last-of-type span,
.pgntion li:nth-of-type(2) span,
.pgntion li:nth-last-of-type(2) span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pgntion li:first-child a::before,
.pgntion li:last-child a::after,
.pgntion li:nth-of-type(2) a::before,
.pgntion li:nth-last-of-type(2) a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pgntion li:first-child a::before,
.pgntion li:last-child a::after { content: "\f100"; }

.pgntion li:nth-of-type(2) a::before,
.pgntion li:nth-last-of-type(2) a::after { content: "\f104"; }

.pgntion li:last-child a::after,
.pgntion li:nth-last-of-type(2) a::after { transform: rotate(180deg); }

.pgntion li.pgntionThs a {
	color: rgba(255,255,255,1);
	background-color: #41c8cd; /*rgba(255,255,255,.15);*/
	box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,.25);
	cursor: default;
	pointer-events: none;
}

@media only screen and ( max-width: 64.063em ) {
	.pgntion li:first-child,
	.pgntion li:last-child {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	 .pgntion li:nth-of-type(2) a { border-left-width: 1px; }
}

@media only screen and ( max-width: 40.063em ) {
	.pgntion li {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.pgntion li.pgntionThs,
	.pgntion li:first-of-type,
	.pgntion li:last-of-type,
	.pgntion li:nth-of-type(2),
	.pgntion li:nth-last-of-type(2){
		position: initial;
		top: initial;
		left: initial;
	}
	.pgntion li:nth-of-type(2) a { border-left-width: 0; }
}

@media only screen and ( max-width: 30.063em ) {

	h1 { font-size: 1.35em !important; }

	.pgntion li:first-child,
	.pgntion li:last-child {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.pgntion li:nth-of-type(2) a { border-left-width: 1px; }
}

@media only screen and ( max-width: 15.063em ) { /* For watches? */
	.pgntion li { width: 50%;}
	.pgntion li.pgntionThs {
		order: 2;
		width: 100%;
		border-left-width: 1px;
	}
}

/* リスト */
.schoolListInr {
	overflow: hidden;
}

.schoolListBox {
	border: 2px solid #e5e5e5;/*追加*/
	margin: 1rem 4.6rem;
	border-radius: 10px;
	overflow: hidden;
	width: 43%;
	float: left;
}

.schoolListBox:hover {
  border: solid 2px #41c8ce;
}

.detailLink {
	display: block;
	padding-bottom: 1.5rem;
}/*追加*/

.detailLink:hover {
	background: #f8ffff;
}

.schoolListBox img {
	max-width: 100%;
	max-height: 280px;
	border-radius: 8px 8px 0 0;/*追加*/
}

.schoolListBox h3:before {
	content: "\f138";
	font-family: FontAwesome;
	padding-right: 0.4rem;
	color: #3fb4c1;
	font-weight: bold;
	font-size: 110%;
}

.schoolListBox h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 0.6rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.schoolListBox p {
	font-size: 90%;
	margin: 1.0rem 0 -0.3rem 0;
	color: #505050;/*追加*/
}

.schoolListBox ul {
	text-align: left;
	padding: 0 1.5rem;/*追加*/
}

.schoolListBox ul li{
/*	overflow: hidden; */
/*  display: -webkit-box; */
/*  -webkit-box-orient: vertical; */
/*  -webkit-line-clamp: 1; */
/*  min-height: 2em; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

section .schoolListBox:nth-child(odd) {
	margin-right: 0;
}

section .schoolListBox .schoolListIcon li:nth-child(1):before {
	content: "\f041";
	font-family: FontAwesome;
	padding-left: 0.1rem;
	padding-right: 0.5rem;
	font-size: 120%;
}

section .schoolListBox .schoolListIcon li:nth-child(2):before {
	content: "\f238";
	font-family: FontAwesome;
	padding-right: 0.5rem;
}

section .schoolListBox .schoolListIcon li:nth-child(3):before {
	content: "\f007";
	font-family: FontAwesome;
	padding-right: 0.5rem;
}

section .schoolListBox .schoolListIcon li:nth-child(4):before {
	content: "\f157";
	font-family: FontAwesome;
	padding-right: 0.5rem;
	padding-left: 0.1rem;
	font-size: 110%;
}

.schoolListIcon li.schoolListNoIcon::before {
    content: " " !important;
}

/* リスト内ボタン*/
.schoolListBtn {
	margin: 1rem 0 1.5rem 0;
}

.schoolListBtn li {
	display: inline-block !important;
	width: 100%;
	/*width: 48%;*/
	border: 1px solid #41c8ce;/*追加*/
	padding: 0.5rem 1.2rem;
	border-radius: 5px;
	background: #fff;/*追加*/
	color: #41c8ce;/*追加*/
	/*font-weight: bold;追加*/
	text-align: center;
}

.schoolListBtn li:before {
	content: "\f054";
	font-family: FontAwesome;
	padding: 0 0.4rem 0 0.2rem;
}

.schoolListBtn .schoolListBtnEven {
	margin-left: 0.7rem;
	border: none;
	color: #fff;
	background: #41c8ce;
}

.schoolListBtn a:hover {
	opacity: 0.8;
}

.topLink {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.topLink a {
	color: #6e6e6e;
	font-weight: bold;
}

.topLink .fa {
	color: #41c8ce;
	margin-right: 5px;
	font-size: 16px;
}

.topLink a:hover {
	border-bottom: solid 2px #41c8ce;
	padding-bottom: 3px;
}

/* セレクト */
/* Old-Select */

.old-select {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* New-Select */

.new-select {
	width: 300px;
	height: 50px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	color: #444;
	line-height: 50px;
	position: relative;
}

.new-select .selection:active {
	transform: rotateX(42deg);
	-o-transform: rotateX(42deg);
	-ms-transform: rotateX(42deg);
	-moz-transform: rotateX(42deg);
	-webkit-transform: rotateX(42deg);
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	transition: transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	-ms-transition: -ms-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
}

.new-select .selection {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	position: relative;
	z-index: 20; /* Doit être supérieur au nombre d'option */
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform-style: preserve-3d;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	transition: transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	-ms-transition: -ms-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
}

.new-select .selection p {
	width: calc(100% - 60px);
	position: relative;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}

.new-select .selection:hover p, .new-select .selection.open p {
	color: #bdc3c7;
}

.new-select .selection i {
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	right: -1px;
	top: 15%;
	bottom: 15%;
	border: none;
	background-color: #bbb;
}

.new-select .selection > span {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px; /* Height: 14px / Width: 16px */
	border-color: #3fb4c1 transparent transparent transparent;
	position: absolute;
	top: 18px; /* 50 / 2 - 14 / 2 */
	right: 22px; /* 60 / 2 - 16 / 2 */
}

.new-select .selection.open > span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 14px 8px;
	border-color: transparent transparent #bbb transparent;
}

.new-option {
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	position: relative;
	margin-top: 1px;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.new-option p {
	width: calc(100% - 60px);
}

.new-option.reveal:hover {
	background-color: #d3f2f4;
	color: #f5f5f5;
}

/* オプション（暫定 2017/0621) */
.grid-cmn-w1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.itemSearchFilter .ttl-filter {
	font-size: 1.8rem;/*追加*/
	color: #2d2927;
/*	margin: 15px 15px 5px 15px;*/
	margin: 15px 15px 5px 1px;
	letter-spacing: 1px;
	text-align: left;
}

.itemSearchFilter .ttl-filter .fa {
	font-size: 2.5rem;
	color: #41c8ce;
	margin-right: 5px;
}/*追加*/

.itemSearchFilter .area-checkbox-bg {
	border-top: 3px solid #41c8ce;/*追加*/
	background: #fff;
	padding: 20px 10px 25px 45px;/*追加*/
	margin: 0;
	text-align: left;
}

.itemSearchFilter .form-item-all:checked {
	background-color: #41c8ce;/*追加*/
	background-image: url(/common/images/bg_common_05.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.itemSearchFilter .form-item-all {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: background-color 0.3s;
	width: 25px;
	height: 25px;
	border: 2px solid #cfc8c4;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	margin: -3px 8px 0 -10px;
	vertical-align: middle;/*追加*/
}

.itemSearchFilter .form-txt-all {
	font-size: 1.4rem;/*追加*/
	font-weight: normal;/*追加*/
}

.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}



.itemSearchFilter .list-areas-filter li {
	float: left;
	margin: 7px 35px 0 0;
	width: 200px;
}

.itemSearchFilter .list-areas-filter2 li {
	float: left;
	margin: 7px 35px 0 0;
	width: 150px;
}


.itemSearchFilter .list-areas-filter li input:checked {
	background-color: #41c8ce;/*追加*/
	background-image: url(/common/images/bg_common_05.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95% auto;
}

.itemSearchFilter .list-areas-filter li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: background-color 0.3s;
	width: 17px;
	height: 17px;
	border: 2px solid #cfc8c4;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	margin: -3px 8px 0 0;
}

.itemSearchFilter .list-areas-filter li label {
	font-size: 1.4rem;/*追加*/
	color: #000;
	border-bottom: 2px solid #dbd7d5;
	padding: 0 0 1px 0;
	font-weight: normal;/*追加*/
	display: inline;/*追加*/
}

.itemSearchFilter .btn-item-search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #f7413c;/*追加*/
	color: #fff;
	width: 190px;/*追加*/
	box-shadow: 2px 2px 0px #ddd;
	letter-spacing: 5px;
	padding: 9px 0 9px 0;
	cursor: pointer;
	transition: 0.3s;
	margin: 15px 0 15px 0;
	font-size: 1.8rem;/*追加*/
}

.itemSearchFilter .btn-item-search .fa {
	font-size: 2.2rem;
	margin-right: 4px;
}/*追加*/

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

.schoolListBox {
  margin: 1rem 3.5rem;
}

.schoolListBtn li {
  width: 100%;
  /*width: 47%;*/
  padding: 0.5rem 0.6rem;
  letter-spacing: 0px;
}

.hvr-icon-pop:before {
	right: 0;
}

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

.schoolListInr {
	padding: 0 10px;
}

.schoolList h2 {
  font-size: 1.6rem;
  line-height: 34px;
	margin-bottom: 1.5rem;
}

.schoolList h2 span {
  padding-bottom: 0.6rem;
}

.schoolList h2 .number {
  font-size: 1.8rem;
	border: none;
}

.schoolListBox {
	width: 100%;
  max-width: 430px;
  display: inline-block;
	float: none;
	margin: 1rem 0;
}

.schoolListBtn li {
	width: 100%;
/*	width: 47%;*/
/*	font-weight: bold;*/
	font-size: 13px;
	letter-spacing: 1px;
}

.hvr-icon-pop:before {
	right: -0.2em;
	font-size: 12px;
}
.hvr-icon-wobble-horizontal {
    vertical-align: top;
}
.itemSearchFilter .list-areas-filter li {
	margin: 7px 0 0 0;
	width: 170px;
}

}