/*====================================================================
    
====================================================================*/
h2.hd {
  border-left: 6px solid #09ba92;
  font-size: 24px;
  color: #666666;
  padding-left: 20px;
  margin-bottom: 30px;
}

/*====================================================================
    
====================================================================*/
.box.address {
  margin-bottom: 50px;
  *zoom: 1;
}
.box.address:before, .box.address:after {
  content: " ";
  display: table;
}
.box.address:after {
  clear: both;
}
.box.address div.map {
  float: left;
}
.box.address div.map iframe {
  width: 350px;
  height: 250px;
}
.box.address div.detail {
  margin-left: 370px;
  border-top: 1px solid #cccccc;
}
.box.address div.detail div.info {
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
}
.box.address div.detail div.info p.h {
  font-weight: bold;
  margin-bottom: 10px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  h2.hd {
    margin-left: 40px;
  }

  .box {
    margin: 0 40px;
  }
  .box p.t {
    margin-bottom: 50px;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.address {
    width: 100%;
    margin: 0px;
  }
  .box.address div.map {
    float: none;
  }
  .box.address div.map iframe {
    width: 100%;
    height: 360px;
  }
  .box.address div.detail {
    margin: 0 25px 30px;
    border: none;
  }
  .box.address div.detail div.info {
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
  }
  .box.address div.detail div.info p.h {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
/*====================================================================
    
====================================================================*/
