/* Scss Document factory*/
/* mixin
*********************************************************************/
/* media query */
.area_header {
  background-image: url("../images/main.jpg");
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2em;
}
@media all and (max-width: 494px) {
  h2 {
    font-size: 3rem;
  }
}

.box_map {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.box_map .side_img {
  width: 50%;
  text-align: center;
}
.box_map .side_txt {
  width: 50%;
}
.box_map .side_txt h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #ff0000;
  padding: 0 0 5px;
}
.box_map .side_txt table {
  width: 100%;
  border-top: #666 solid 1px;
  margin: 0 0 20px;
}
.box_map .side_txt table th, .box_map .side_txt table td {
  border-bottom: #666 dotted 1px;
  padding: 8px 8px;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}
.box_map .side_txt table th a .aka, .box_map .side_txt table td a .aka {
  color: #FE0002;
}
.box_map .side_txt table th a .daidai, .box_map .side_txt table td a .daidai {
  color: #FE7E01;
}
.box_map .side_txt table th {
  white-space: nowrap;
  width: 6.2em;
}
@media all and (max-width: 494px) {
  .box_map {
    display: block;
  }
  .box_map .side_img {
    width: 100%;
  }
  .box_map .side_txt {
    width: 100%;
  }
}

.box_factory {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.box_factory .box_maplist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px 0 0 0;
}
.box_factory .box_maplist dl {
  width: 49%;
  padding: 20px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 5px solid #EEE3C9;
  border-radius: 12px;
}
.box_factory .box_maplist dl dt h3 {
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.2em;
}
.box_factory .box_maplist dl dt p {
  font-size: 1.4rem;
  line-height: 1.4em;
}
.box_factory .box_maplist dl dd {
  width: 100%;
  padding: 10px 0 0;
}
.box_factory .box_maplist dl dd .gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box_factory .box_maplist dl dd .gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.box_factory .box_maplist .sitei h3 {
  border-bottom: 2px solid #ff0000;
}
.box_factory .box_maplist .ninsyou h3 {
  border-bottom: 2px solid #ff8000;
}
@media all and (max-width: 494px) {
  .box_factory .box_maplist {
    display: block;
  }
  .box_factory .box_maplist dl {
    width: 100%;
  }
}
/*# sourceMappingURL=local.css.map */