#school_pv_head{
  background: url(../img/school_pv_head.gif) no-repeat;
  width: 820px;
  height: 100px;
  text-indent: -999px;
  margin-top: 10px;
}
video{
  margin-left: -5px;
}

/* .title {

} */
.title h2 {
  font-size: 24px;;
}

.open_school {
  margin: 20px 0 0 0;
}
.info {
  overflow: hidden;
  width: 820px;
  /* height: 700px; */
  /* height: 550px; */
  /* height: 846px; */
  /* height: 1020px; */
  height: 1035px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}

.new_risu{
  margin: 20px 0 0 0;
}
.risu_info{
  overflow: hidden;
  width: 820px;
  height: 560px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}

.risu_info img,
.info img {
  width: 820px;
  display: block;
  transition: 0.5s;
}

.risu_info img:hover,
.info img:hover {
  transform: scale(1.08, 1.08);
}

.info_session{
  position: relative;
  margin: 40px 0 0 0;
}
.info_session h3{
  position: absolute;
  z-index: 100;
  font-size:18px;
}
.info_session p{
  margin: -20px 0 0 0;
  z-index: -100;
}

.new_school_uni {
  margin: 20px 0 0 0;
}
.new_school_uni_info {
  overflow: hidden;
  width: 820px;
  height: 580px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}
.new_school_uni img{
  display: block;
  transition: 0.5s;
}
.new_school_uni h3{
  font-size:18px;
}
.new_school_uni img:hover{
  transform: scale(1.08, 1.08);
}


.new_risu h3,
.open_school h3,
.school_pv h3,
.school_paper h3,
.school_design h3,
.school_docu h3,
.school_etc .cal h3,
.school_etc .shiteikou h3,
.school_contact h3 {
  font-size:18px;
}



.school_pv {
  margin: 20px 0 0 0;
}

.school_paper {
  display: flex;
  margin: 20px 0 0 0;
  /* flex-diretion: row; */
}
.paper_item {
  padding: 5px;
  width: 258px;
  /* border: 1px solid #000; */
}

.school_docu {
  margin: 20px 0 0 0;
}
.school_design {
  margin: 20px 0 0 0;
  /* flex-diretion: row; */
}
.school_etc {
  display: flex;
  margin: 20px 0 0 0;
}
.shiteikou {
  margin-left:10px;
}
.target {
  text-align: right;
}

.school_contact {
  display: flex;
  margin: 20px 0 0 0;
}
.contact_item {
  width: 395px;
  padding:5px;
  /* border: 1px solid #000; */
}
address {
  font-style: normal;
}
.tel{
  font-family: 'Spartan';
  font-size: 30px;
}

.pamph_bnr,
.boshu_bnr,
.fresh_bnr {
  overflow: hidden;
  width: 240px;
  height: 346px;
  /* border: 1px solid gray; */
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}
.design_bnr{
  overflow: hidden;
  width: 820px;
  height: 390px;
  border: 1px solid gray;
}

.pamph_bnr img,
.boshu_bnr img,
.fresh_bnr img {
  width: 240px;
  display: block;
  transition: 0.5s;
}
.design_bnr img{
  width: 820px;
  display: block;
  transition: 0.5s;
}
.pamph_bnr img:hover,
.boshu_bnr img:hover,
.fresh_bnr img:hover,
.design_bnr img:hover {
  transform: scale(1.1, 1.1);
}
.cal_bnr {
  overflow: hidden;
  width: 248px;
  height: 350px;
  border: 1px solid gray;
}
.cal_bnr img {
  width: 248px;
  display: block;
  transition: 0.5s;
}
.cal_bnr img:hover {
  transform: scale(1.1, 1.1);
}

.contact_img img {
  /* transform: translateX(80px) rotate(10deg); */
  margin-left: 30px;
}




section {
  max-width: 300px;
  margin: 70px 0 0 auto;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_03:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}


.enki_info{
  border: 1px dotted #EB6E81;
  border-radius: 10px;
  padding:10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.enki_info h4{
  font-size:18px;
  color: #EB6E81;
  margin-left: 10px;
  margin-bottom: 10px;
}
.enki_info p{
  margin-left: -10px;
}

#gmap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#gmap iframe {
  width: 100%;
  height: 860px;
  margin-top: -200px;
}
.access_map{
  border-radius: 5px;
  box-shadow: 3px 3px 5px gray;
}