/******************************************************
fonts
******************************************************/
/******************************************************
subpage
******************************************************/
.subpageTitle {
  background: url(../img/title.jpg) no-repeat right center;
  background-size: cover;
  background-color: #fff5fa; }
  .subpageTitle h1 em {
    line-height: 1.1;
    letter-spacing: 1px; }

address {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px; }
  address ul li {
    width: auto;
    overflow: hidden;
    padding-bottom: 10px; }
    address ul li em {
      float: left;
      font-weight: bold; }
    address ul li p {
      margin-left: 5em;
      padding-bottom: 0 !important; }

.photoBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 20px; }
  .photoBox li {
    width: 50%; }
  .photoBox li:last-child {
    width: 100%; }
    .photoBox li:last-child em {
      display: block;
      padding: 10px 0;
      font-weight: bold;
      text-align: center; }

.photoBox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  .photoBox2 li {
    width: calc(50% - 5px);
    padding-bottom: 20px; }
    .photoBox2 li em {
      display: block;
      padding: 10px 0;
      font-weight: bold;
      text-align: center; }

/*# sourceMappingURL=style.map */