@charset "utf-8";
html {
  scroll-behavior: smooth;
}
h1 {
  line-height: 32px;
}
.header_lv2 {
  margin: 70px 0 20px !important;
  padding: 25px 25px 20px !important;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
#main p {
  line-height: 1.5;
  margin-bottom: 16px;
}
#main dt,
#photo dt,
#infomation dt {
  margin: 50px auto 10px;
  font-weight: normal;
}
#photo dt,
#infomation dt {
  padding: 10px 10px 5px;
  background-color: rgba(160,160,165,0.25);
  font-weight: normal;
  display: flex;
  align-items: center;
}
#photo img {
  margin-top: 20px;
}
#photo .caption {
  margin-top: 10px;
}
#infomation {
  margin-bottom: 100px;
}
#infomation dd {
  margin: 0 10px;
}
#photo dd,
#infomation dd {
  display: flex;
}
#infomation .inquiry {
  margin: 5px 0 5px 30px;
} 
.mb30 {
  margin-bottom: 30px;
}

@media (max-width: 470px) {
  .header_lv2 {
    padding: 25px 16px 20px !important;
  }
  .tj-link-relation {
    margin-left: 20px !important;
    font-size: 14px;
  }
  #infomation dd div {
    display: block;
  }
}
