@charset "utf-8";
/* CSS Document */
.section-top__navi {
  display: flex;
  width: 100%;
  height: 7.4vh;
  justify-content: space-between;
  z-index: 9999;
  position: fixed;
  bottom: 0%;
  background-color: rgba(255, 255, 255, 0.5)
}
@media (min-width:769px) {
   .section-top__navi {
    display: none;
  }
 }
.section-about {
  margin-bottom: 80px;
}
.section-about__flex-wrapper {
  display: flex;
  margin-bottom: 70px;
}
.section-about__title {
  padding-right: 70px;
}
.section-about__image {
  margin-top: 50px;
  width: 100%;
}
.section-about__image img {
  width: 100%;
  max-height: 200px;
  margin-right: auto;
  object-fit: cover;
}
.section-about__detail {
  margin-bottom: 70px;
}
.section-about__detail h2 {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.section-about__detail h3 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 11px;
}
.font-arial {
  font-family: Arial, Helvetica, "sans-serif";
}
.font-arial span {
  font-size: 1.4rem;
}
.section-about__detail p {
  margin-bottom: 20px;
}
.section-about__about-us__map {
  width: 110px;
  border: solid 0.5px #313131;
  text-align: center;
    padding-bottom: 1px;
  margin-bottom: 70px;
 }
.section-about__about-us__map a {
text-decoration: none;
  color: #313131;
}
.section-about__about-us__abailable {
  width: 100%;
  object-fit: cover;
}
@media(min-width:769px) {
  .section-about {
    max-width: 1366px;
  margin: 0 auto 180px;
}
}
