@charset "UTF-8";

/*------------------------------------------------------------Content*/
#pagetitle {
  min-height: 300px;
  background: url(../img/title_img/bg_annai_sp.jpg) no-repeat center top;
  background-size: cover;
}


@media print,
screen and (min-width:768px) {
  #pagetitle {
    background: url(../img/title_img/bg_annai_pc.jpg) no-repeat center top;
  }


}


/* sec01 */
#sec01 {
  padding: 50px 0;
}

#sec01 .annai_tbl {
  width: 99%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
}

#sec01 .annai_tbl th {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-weight: 800;
  text-align: left;
  background: url(../img/common_img/bg_sec.png) repeat 0 0;
}

#sec01 .annai_tbl td {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #cfbfa5;
}

@media print,
screen and (min-width:768px) {
  #sec01 .annai_tbl th {
    display: table-cell;
    width: 25%;
  }

  #sec01 .annai_tbl td {
    display: table-cell;
    width: auto;

  }
}

/* map */
#map {}

#map iframe {
  width: 100%;
}

#map .map_dl {
  padding: 1em;
  background: url(../img/common_img/bg_sec.png) repeat 0 0;
}

#map .map_dl dt {
  font-size: 15px;
  font-weight: 800;
}
