@charset "utf-8";
/* CSS Document */

h2 .title_catch {
    color: #f60;
    font-size: 1.6rem;
}
.school_area {
    font-size: 2rem;
    font-weight: bold;
    color: #2f99a2;
}
.school_area::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    margin-right: .3em;
    font-size: 120%;
}
.school_link {
	/*width: 30%;
	min-width: 170px;*/
	/*text-align: center;*/
	margin: 1.5%;
	background: url(../img/point.png) no-repeat right bottom;
	background-color: #f7f6f2;
	border: 1px solid #c6c6c6;
}
.badge_phrase {
    color: #f60;
    font-weight: bold;
    position: absolute;
    font-style: italic;
    top: -0.8em;
    font-size: 120%;
}
.school_link a {
	display: block;
    padding: 15px 15px 10px;
    text-decoration: none;
    position: relative;
}
.school_link a:hover,
.school_link a:active {
	opacity: .7;
}
.school_item {
    display: flex;
    align-items: baseline;
    position: relative;
    padding-right: 100px;
}
.school_item dt {
	color: #5088ab;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	/*padding: 85px 0 .6em;*/
    padding-right: 8px;
    width: 130px;
	border-right: 1px dotted #ccc;
	/*margin-bottom: 1em;*/
	/*background: url(../img/icon_school.png) no-repeat top center;*/
	letter-spacing: 0.1em;
    margin-right: 1em;
    flex-shrink: 0;
}
.school_item dd {
	color: #666;
}

.school_item .address {
	font-size: 1.3rem;
    
}
.school_item .goto {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    background: #f60;
    color: #fff;
    padding: 5px 5px 3px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.school_list {
    margin-bottom: 2em;
}




@media screen and (max-width: 480px) {
	.school_item {
        flex-direction: column;
        padding-right: 0;
    }
    .school_item dt {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 1px dotted #ccc;
        margin-bottom: .5em;
    }
    .school_item .address {
        text-align: center;
        width: 100%;
    }
    .school_item .goto {
        position: static;
    }
	
} /* end media query */



/*----------------------------各教室のページ--------------------------------*/

.map {
    margin-bottom: 3em;
}
.school_location {
    width: 48%;
    float: left;
}
.school_photo {
	width: 50%;
	float: right;
}
.school_info h2 {
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	color: #87c656;
	letter-spacing: 0.1em;
}

.location dt {
	font-weight: bold;
	float: left;
}
.location dd {
	padding-left: 5em;
	margin-bottom: 10px;
}
.location a[class="sp_link"] {
	color: #333;
	text-decoration: none;
}
.location em {
	color: #f60;
}

/*---- school一覧 */

.school_list_menu h2 {
	color: #5088ab;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}
.school_list_menu dl {
	/*border-top: 2px solid #2f99a2;*/
	border-bottom: 2px solid #2f99a2;
	padding: 0 10px 10px;
}
.school_list_menu dt {
    clear: both;
    margin: 1.5em 0 0;
    background: #2f99a2;
    color: #fff;
    font-weight: bold;
    padding: .25em 1em;
}
.school_list_menu dd {
	width: 30%;
	min-width: 115px;
	line-height: 2.5;
	margin: 0.5%;
	float: left;
}
.school_list_menu dd a {
	display: block;
	background: url(../img/arrow02.jpg) no-repeat 5px center;
	color: #f60;
	padding-left: 28px;
}
.school_list_menu dd a:hover,
.school_list_menu dd a:active {
	color: #2f99a2;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
	
	.location a[class="sp_link"] {
		color: #2f99a2;
		text-decoration: underline;
	}
	
} /* end media query */
@media screen and (max-width: 600px) {
	
	.school_info h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
} /* end media query */


@media screen and (max-width: 479px) {
	
	.school_location {
		width: 100%;
		float: none;
	}
	.school_photo {
		width: 90%;
		float: none;
		margin: 20px auto;
	}
	
	
	
} /* end media query */

