@charset "utf-8";


/*----------------------------------------------------
 school
----------------------------------------------------*/



.inr p {
	margin-bottom:15px;
}


.txt a {
	color:#704D2C;
	text-decoration:underline;
}



#searchForm,
#searchForm02 {
	border:2px solid #EBC5C5;
	padding:4px;
}

#searchForm h2 {
	background:#F9EEEE url(../school/img/icon_search.jpg) 1em 50% no-repeat;
	background-size:32px auto;
	font-size:1.6rem;
	color:#2C1300;
	padding:1rem 0.5rem 0.9rem;
	text-align:center;
}

.layout01 {
	width:90%;
	padding:1em 1em 0.5em;
	margin:0 auto 0.5em;
	border-bottom:1px dotted #E3AEAE;
}

.layout01 dt {
	width:6rem;
	padding:2.2% 0 2%;
	font-size:1.4rem;
	color:#2C1300;
	float:left;
	margin-bottom:4px;
}

.layout01 dd {
	float:right;
	width:70%;
	margin-bottom:4px;
}


dl.layout02 {
	width:90%;
	padding:0 1em;
	margin:0 auto 0.5em;
}

dl.layout02 dt {
	font-size:1.4rem;
	color:#2C1300;
}


.conditions {
	margin-bottom:10px;
}

.conditions dt {
	font-weight:bold;
	color:#2C1300;
	font-size:1.2rem;
}

.conditions dd {
	color:#666666;
}



#searchForm02 {
    }
	
#searchForm02 h2 {
	background:#F9EEEE url(../school/img/icon_search.jpg) 1em 50% no-repeat;
	background-size:32px auto;
	font-size:1.6rem;
	color:#2C1300;
	padding:0;
}
	
#searchForm02 h2 span{
	padding:1rem 0.5rem 0.9rem;
	text-align:center;
    background:url(../school/img/icon_open.png) no-repeat;
    background-position:94%;
    background-size:7%;
    font-size:1.8rem;
	display:block;
    }
#searchForm02 h2.open span{
    background:url(../school/img/icon_close.png) no-repeat;
    background-position:94%;
    background-size:7%;
    }
	
#searchForm02 .searchBox{
    display:none;
    }

.result {
	background:#F4F4F4;
	padding:10px 5px;
	text-align:center;
	color:#2C1300;
	margin:15px 5px;
}

.result strong {
	color:#B20000;
}

#resultInfo > li {
	border:2px solid #D1B898;

	padding:10px 8px 0;
	margin-bottom:20px;
}


#resultInfo > li p.area {
	background:url(../school/img/icon_area.gif) 0 0 no-repeat;
	background-size:15px;
	padding-left:20px;
	margin:0 0 3px 0;
	font-size:1.3rem;
}


#resultInfo > li h3 {
	background:#F6F1EB;
	color:#2C1300;
	font-size:1.6rem;
	padding:8px 10px;
	font-weight:normal;
	margin-bottom:5px;
}

/*教室(ふりがな)*/
#resultInfo > li h3 span{
    display: block;
	color:#2C1300;
	font-size:1.0rem;
}

#resultInfo > li dl {
	border-bottom:1px dotted #D1B496;
	overflow:hidden;
	padding:1%;
	margin:0 auto;
}

#resultInfo > li dl dt {
	background:#BA9567;
	padding:2px;
	text-align:center;
	color:#FFF;
	float:left;
	width:4em;
	font-size:1.2rem;
	}

#resultInfo > li dl dd {
	padding-left:4.5em;
	margin-bottom:8px;
	font-size:1.3rem;
}

#resultInfo > li dl dd span {
	padding-top:1px;
	display:block;
}

#resultInfo > li > .iconList,
#detailArea .iconList {
	padding:0.5em 1%;
}
	#detailArea .iconList {
		border-bottom: #F6F1EB solid 2px;
		padding-bottom: 0px;
		margin-bottom: 15px;
	}


#resultInfo > li > .iconList li,
#detailArea .iconList li {
	float:left;
	padding:3px 5px;
	font-size:1.0rem;
	color:#FFF;
	margin-bottom:8px;
}

#resultInfo > li > .iconList li+li,
#detailArea .iconList li+li {
	margin-left:3px;
}


/*#resultInfo li > .iconList li:first-child {
	margin-left:0;
}*/


.i_child {
	background:#B38C1A;
}

.i_primary {
	background:#D55E5E;
}

.i_junior {
	background:#637920;
}

.i_high {
	background: #E77D06;
}

.i_brush {
	background:#206277;
}

.i_kana {
	background:#7431B7;
}

.i_pen {
	background:#B45130;
}



/*---------- [form]----------*/



select {
	-webkit-appearance: button;
	-moz-appearance:none;
    appearance: button;
	border-radius:3px;
	width: 100%;
	padding: 10px 15px;
	background:#FFF;
	border:1px solid #CCC;
	background:url(../common/arrow_down.png) 95% 50% no-repeat;
	background-size:10px auto;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 12px 15px;
    width: 70%;
	border:1px solid #CCC;
    border-radius:3px;
	box-shadow: 2px 2px 3px 0px rgba(128, 128, 128, 0.5) inset;
	margin-bottom:5px;
}


input[type="radio"],
input[type="checkbox"] {
	vertical-align: baseline;
}



textarea {
    padding: 10px;
    width: 93%;
	border:1px solid #CCC;
    border-radius:3px;
	box-shadow: 2px 2px 3px 0px rgba(128, 128, 128, 0.5) inset;
}

input.long {
    width:88%;
}

input.short {
	width:28%;
	display:inline-block;
}

input::-webkit-input-placeholder {
    color:#ccc;
}


.err{
	color:#B20000;
	background:#F7E5E5;
	padding:5px 10px;
}

p.err {
	font-size:1.4rem;
}





/*---------- [icon button]----------*/



.red {
	color:#B20000;
}

.btnList {
	margin:20px auto 0;
	text-align:center;
	display:table;
	width:95%;
	
}

.btnList li {
	display:table-cell;
	width:60%;
}

.btnList li:first-child {
	width:40%;
	vertical-align:middle;
	padding-right:2%;
}


input.submit_button {
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:#9B734A url(../common/arrow_03.png) 95% 50% no-repeat;
	background-size:8px auto;
	font-size:1.8rem;
	border:none;
	padding:1.5rem 0 13px;
	width:90%;
	margin:0 auto 15px;
	display:block;
	border-radius:3px;
}

.detail_button a {
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:#9B734A url(../common/arrow_07.png) 95% 50% no-repeat;
	background-size:12px auto;
	font-size:1.4rem;
	border:none;
	padding:1rem 0 13px;
	width:100%;
	margin:0 auto 15px;
	display:block;
	border-radius:3px;
}




/*---------- [detail]----------*/
#detailArea{
	margin-bottom: 30px;
}

#detailArea p.area {
	background:url(../school/img/icon_area.gif) 0 0 no-repeat;
	background-size:15px;
	padding-left:20px;
	margin:0 1.5rem 3px;
	font-size:1.3rem;
}

#detailArea .ttlDetail {
	background:#F6F1EB;
	color:#2C1300;
	font-size:1.6rem;
	padding:8px 1.5rem;
	font-weight:normal;
	margin-bottom:5px;
}

/*教室(ふりがな)*/
#detailArea .ttlDetail span {
    display: block;
	color:#2C1300;
	font-size:1.0rem;
}

/*電話番号*/
.telList{
	border-bottom: #D1B496 dotted 1px;
	padding-bottom: 8px;
}

.telList p{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3px;
}

.telList li{
	float: left;
	background-color: #FDF2F2;
	border:2px solid #E07777;
	font-size:1.3rem;
	width:49.1%;
	margin-right: 1.8%;
	box-sizing: border-box;
}
	.telList li:nth-child(even){
		margin-right: 0;
	}

.telList li a{
	display:block;
	color:#333333;
	font-size:1.3rem;
	text-decoration:none;
	background: url(../common/icon_tel.png) 10px 50% no-repeat;
	background-size: 13px auto;
	padding:1rem 5px 1rem 27px;
}

.telList li.mailBtn a{
	font-size: 1.2rem;
	background: url(../common/icon_mail.png) 7px 50% no-repeat;
	background-size: 17px auto;
	padding:0.9rem 5px 0.9rem 27px;
}

/*テーブル*/
.tblSchool{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: #D1B496 dotted 1px;
}

.tblSchool th{
	width: 26%;
	color: #2C1300;
	font-size: 1.3rem;
	font-weight: normal;
	background-color: #F6F1EB;
	border-bottom: #D1B496 dotted 1px;
}

.tblSchool td{
	color: #333333;
	font-size: 1.2rem;
	border-bottom: #D1B496 dotted 1px;
	padding: 5px 0px 5px 5px;
	word-wrap: break-word;
}
	.tblSchool td a {
		text-decoration: underline;
	}

/*Googleマップ*/
#detailArea .googleMaps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}
#detailArea .googleMaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*戻るボタン*/
#backBtn{
}

#backBtn a{
	padding:1rem 35px 1rem;
	background: url(../common/pagenation_arrow_prev.png) 5% 50% no-repeat #FFF4F4;
	background-size:8px auto;
	border:2px solid #D54242;
	text-decoration:none;
	font-size:1.4rem;
	color:#212121;
	width:40%;
	display:block;
	margin:0 auto;
	text-align:center;
}

