@charset "UTF-8";
/*! /////////////////////////////////////////////////////////////// */
/*!　Client		：ヒロデザイン専門学校
/*!　File Name	：access.scss
/*!　File Ver	：Ver 1.0
/*!　Create		：2014/7/21
/*!　Last Update	：2014/7/21
/*!　Author		：ANCHOR WEBSITE FACTORY */
/*! /////////////////////////////////////////////////////////////// */
/*
@mixin h2Title($bg){
		//@extend %text_hide;
		font-family: 'Open Sans Condensed', sans-serif;
		background: url($bg) left top;
		height: 60px;
		line-height: 60px;
		@include fz(28);
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 20px;
}
*/
div.access section, div.access section.from dl {
  *zoom: 1;
}
div.access section:after, div.access section.from dl:after {
  content: "";
  display: table;
  clear: both;
}

/* ！TITLE				******************************************* */
div.access h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  div.access h3 {
    margin-bottom: 20px;
  }
}
div.access #map {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  div.access #map {
    height: 350px;
  }
}
div.access h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 1em;
  padding-top: 2px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 2.3;
  margin-top: 20px;
  background: rgba(234, 233, 229, 0.8);
  color: #111;
}
@media only screen and (max-width: 768px) {
  div.access h4 {
    line-height: 1.6;
    padding: .5em 1em;
  }
}
div.access h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #F35F5E;
  line-height: 2;
  margin-bottom: .5em;
  border-bottom: 1px solid #CCC;
  margin-top: 20px;
  padding-left: 2em;
}
div.access h5.icnBus {
  background: url(../image/outline/access/icn_bus.png) left center no-repeat;
}
div.access h5.icnTrain {
  background: url(../image/outline/access/icn_train.png) left center no-repeat;
}
div.access section.lv1 .span3 {
  width: 200px;
}
div.access section.lv1 .span6 {
  width: 420px;
}
div.access section.lv1 ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  div.access section.lv1 ul li {
    margin: 10px auto;
    text-align: center;
  }
  div.access section.lv1 ul li img {
    width: 70%;
  }
}
div.access section.from ul li {
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 1px dashed #CCC;
  font-size: 12px;
  font-size: 1.2rem;
}
div.access section.from ul li:last-child {
  margin-bottom: 0;
  background: none;
}
div.access section.from dl dt {
  float: left;
  display: inline;
  line-height: 3;
  padding-left: 1em;
  font-weight: bold;
  color: #111;
}
div.access section.from dl dd {
  line-height: 3;
  padding-left: 6em;
  border-bottom: 1px solid #EEE;
}
@media only screen and (max-width: 768px) {
  div.access section.from dl dt {
    float: none;
    display: block;
    padding-left: 0;
  }
  div.access section.from dl dd {
    padding-left: 0;
  }
}
div.access section.from dl dt {
  line-height: 1.7;
}
div.access section.from dl dd {
  line-height: 1.7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
