@import url(common.css);
.read {
  width: 92%;
  margin: 0 auto 2em;
  text-align: center;
  font-size: 1.1em;
}

.tenpo {
  margin-bottom: 4em;
}
.tenpo .inblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tenpo .inblock .l-area {
  width: 43%;
}
.tenpo .inblock .l-area h2 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.tenpo .inblock .l-area dl {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: flex-start;
}
.tenpo .inblock .l-area dl dt {
  width: 20%;
}
.tenpo .inblock .l-area dl dd {
  width: 80%;
}
.tenpo .inblock .l-area dl dd span {
  margin-left: 0.5em;
}
.tenpo .inblock .l-area p.photo {
  margin-top: 1.5em;
}
.tenpo .inblock .ggmap {
  width: 50%;
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  overflow: hidden;
}
.tenpo .inblock .ggmap iframe,
.tenpo .inblock .ggmap object,
.tenpo .inblock .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .read {
    margin: 0 auto 1em;
    text-align: center;
    font-size: 1em;
  }
  .read span {
    display: block;
  }

  .tenpo {
    margin-bottom: 2em;
  }
  .tenpo .inblock {
    display: block;
  }
  .tenpo .inblock .l-area {
    width: 100%;
  }
  .tenpo .inblock .l-area h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
  .tenpo .inblock .l-area dl {
    margin-bottom: 0.5em;
    display: flex;
    justify-content: flex-start;
  }
  .tenpo .inblock .l-area dl dt {
    width: 20%;
  }
  .tenpo .inblock .l-area dl dd {
    width: 80%;
  }
  .tenpo .inblock .l-area dl dd span {
    display: block;
    margin: 0;
  }
  .tenpo .inblock .l-area p.photo {
    margin-top: 1.5em;
  }
  .tenpo .inblock .ggmap {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    overflow: hidden;
  }
  .tenpo .inblock .ggmap iframe,
  .tenpo .inblock .ggmap object,
  .tenpo .inblock .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ggmap {
    padding-bottom: 56.25%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/

/*# sourceMappingURL=information.css.map */
