/* CSS Document */

.img {
	width: 875px;
	height: 721px;
	background-image: url(../img/about_img/about_img.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
		}

.img p {
	display: none;
	}


.dot {
	background-image: url(../img/dot-x.jpg);
	background-repeat: repeat-x;
	margin-top: 38px;
	margin-bottom: 58px;
	}
	
.box {
	clear: both;
	margin-top: 45px;
	}
	
.l_box {
	float: left;
	margin-bottom: 50px;
	}
.r_box {
	float: left;
	margin-left: 60px;
	margin-bottom: 50px;
	}

/* add 2019.10.03 */
.classroom_section p,
.classroom_section div,
.classroom_section h2,
.classroom_section h3,
.classroom_section h4,
.classroom_section ul,
.classroom_section li{
  padding:0;
  margin:0;
  font-size: 100%;
  -webkit-box-sizing:border-box;
        box-sizing:border-box;
}

.classroom_section .classroom_section{
  
}


.classroom_section .classroom_title{
  margin-bottom:45px;
}
.classroom_section .classroom_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.classroom_section .classroom_list .classroom_list_item{
  width: 400px;
  margin-bottom:40px;
}
.classroom_section .classroom_list .classroom_list_item:nth-of-type(n+5){
  margin-bottom:0;
}
.classroom_section .classroom_list .classroom_name{
  color:#4b281d;
  font-size:18px;
  font-weight: bold;
  letter-spacing: .72em;
  margin-bottom:20px;
  -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
}
.classroom_section .classroom_list .classroom_name.chiba{
  letter-spacing: .3em;
}
.classroom_section .classroom_list .classroom_map{
  width: 400px;
  height: 300px;
  margin-bottom:15px;
  position: relative;
}
.classroom_section .classroom_list .classroom_map .classroom_map_body{
  width:100%;
  height:100%;
}
.classroom_section .classroom_list .classroom_map .classroom_map_link{
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  position: absolute;
  top:10px;
  left:10px;
  display: block;  
  padding: 9px 11px;
  background: #fff;
}
.classroom_section .classroom_list .classroom_map .classroom_map_link a{
  color: #3a84df;
  text-decoration: none;
  font-size: 12px;
}
.classroom_section .classroom_list .classroom_map .classroom_map_link a:visited{
  color: #3a84df;
}
.classroom_section .classroom_list .classroom_map .classroom_map_link a:hover{
  color: #3a84df;
  text-decoration: underline;
}
.classroom_section .classroom_list .classroom_detail{
  list-style: none;  
}
.classroom_section .classroom_list .classroom_detail li{
  font-size: 12px;
  line-height: 1.8;
  color:#666;
}
.classroom_section .classroom_list .classroom_detail .address{
  
}
.classroom_section .classroom_list .classroom_detail .open{
  
}
.classroom_section .classroom_list .classroom_detail .access{
  
}
.classroom_section .classroom_list .classroom_detail .tel{
  
}