@charset "utf-8";

p.category_lead {
  width: 90%;
  margin: 0 auto 50px;
}
.location_base {
  width: 790px;
  margin: 50px auto 0;
}
.location_base h3 {
  font-size: 1.6em;
  color: #004091;
  clear: both;
  margin: 50px 0 20px;
  font-weight: bold;
}
.location_base h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 15px;
}
.location_base div.col {
  border: 1px solid #C4C4C4;
  padding: 0;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.location_base div.col:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.location_base div.col div.caption {
  float: left;
  width: 500px;
  box-sizing: border-box;
  padding: 15px;
}
.location_base div.col div.googlemap {
  height: 180px;
  width: 236px;
  float: right;
  border-left: 1px solid #C4C4C4;
}
div.googlemap iframe {
  width: 100%;
  height: 180px;
  padding: 10px;
  box-sizing: border-box;
}

@media(max-width: 768px) {
  p.category_lead{width:auto;margin:0 30px 50px;}
  p.category_lead br{display:none;}
  .location_base{width:auto;}
  .location_base h3{font-size:20px;margin-bottom:10px;}
  .location_base h4{font-size:16px;margin-bottom:15px;}
  .location_base p{font-size:15px;}
  .location_base div.col div.caption{width:auto;float:none;padding:10px;}
  .location_base div.col div.googlemap {
    height: 40vw;
    width: 100%;
    border: none;
    border-top: 1px solid #C4C4C4;
  }
  div.googlemap iframe {
    float: none;
    width: 100%;
    height: 40vw;
    padding: 5px;
    box-sizing: border-box;
  }
}