@charset "utf-8";

/* ================================================================================
shop
================================================================================= */


/* ================================================================================
sec_access
================================================================================= */
#sec_access {
  color:#762100;
}
#sec_lead {
  margin-bottom:50px;
  font-weight:bold;
  text-align:center;
}
#sec_lead h1 {
  margin-bottom:30px;
  font-size:26px;
}
#sec_lead p span {
  font-size:18px;
}
#sec_lead p + p {
  margin-top:1em;
}
#map_illust h2 {
  max-width:1000px;
  margin:0 auto;
  font-weight:bold;
  font-size:20px;
}
#map_illust h2:before {
  content:"";
  display:inline-block;
  width:80px;
  height:61px;
  margin-right:15px;
  background:url(../img/icon_car.png) no-repeat;
  background-size:80px 61px;
  vertical-align:middle;
}
#map_illust img {
  display:block;
  position:relative;
  top:-20px;
  max-width:892px;
  margin:0 auto;
}

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:768px) {
#sec_lead {
  padding:0 10px;
  margin-bottom:30px;
}
#sec_lead h1 {
  margin-bottom:25px;
  font-size:22px;
}
#sec_lead p span {
  font-size:16px;
}
#sec_lead p + p {
  margin-top:1em;
  font-size:14px;
}
#sec_access .md_map .map_canvas {
  margin-bottom:30px;
}
#map_illust {
  padding:0 10px;
}
#map_illust h2 {
  font-size:18px;
}
#map_illust h2:before {
  width:40px;
  height:30px;
  background-size:40px 30px;
}
#map_illust img {
  position:static;
}
}
