@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F6F7F9;
  overflow: hidden;
}
.section-image{
  margin: 100px 0 40px;
}
.section-image__image {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
}
.section-image img {
  width: 100vw;
  height: 450px;
  object-fit: cover;
  padding-left: 100px;
}
.section-image h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  line-height: 50px;
  color: #493314;
  background-color: #FFF;
  padding: 0 10px;
  margin: 0 24px;
}
@media (min-width:960px) {
  .section-image {
    margin: 130px 0 100px;
  }
  .section-image img {
    height: 500px;
  }
  .section-image h2 {
    font-size: 5.0rem;
    line-height: 60px;
   }
}
.section-overview {
  padding: 0 24px;
  margin-bottom: 40px;
}
.section-overview h2 {
  margin: 0 0 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-overview h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-overview__table {
  margin: 0;
  padding: 0;
}
.section-overview__table dl {
  border-top: solid 1px #deba9f;
  max-width: 500px;
  margin: 0 auto;
}
.section-overview__table dt {
  padding-top: 20px; 
}
.section-overview__table dd {
  padding-bottom: 20px;
}
.section-overview__table-underline {
  border-bottom: solid 1px #deba9f;
}
@media (min-width:960px) {
  .section-overview {
    max-width: 1040px;
    margin: 0 auto 100px;
  }
  .section-overview h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  .section-overview h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-overview__table dl {
    display: flex;
  }
  .section-overview__table dt {
    padding: 20px 0;
    width: 9em;
  }
  .section-overview__table dd {
    padding: 20px 0;
  }
}
.section-access {
  padding: 0 24px;
  margin-bottom: 40px;
}
.section-access h2 {
  margin: 0 0 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-access h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-access__address {
  text-align: center;
  margin-bottom: 25px;
}
.section-access__address address {
  font-style: normal;
}
.section-access__map {
  height: 327px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #deba9f;
}
@media (min-width:960px) {
   .section-access {
    max-width: 1040px;
    margin: 0 auto 100px;
  }
  .section-access h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  .section-access h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .section-access__address {
    margin-bottom: 30px;
  }
  .section-access__map {
    height: 400px;
  }
}
.section-business-day {
  padding: 0 24px 40px 24px;
}
.section-business-day h2 {
  margin: 0 0 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-business-day h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-business-day__content {
  text-align: center;
  border-top: solid 1px #deba9f;
  border-bottom: solid 1px #deba9f;
  max-width: 500px;
  padding: 40px 0 40px 0;
  margin: 0 auto;
}
@media (min-width:960px) {
  .section-business-day {
    max-width: 1040px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .section-business-day h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  .section-business-day h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
}



