@charset "utf-8";

/* header ----------------------------------*/
header {
  height: 100px;
}

.nav-link {
  text-align: center;
  border-right: 1px solid #6b493d;
  padding: 0 7px;
}

/* h1 ----------------------------------*/
.mv .title {
  font-size: 5rem;
}

/* 概要 ----------------------------------*/
#Kinds .box_area {
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
}
#Kinds a {
  height: 130px;
}

/* お問い合わせ ----------------------------------*/
#Info h3,
.highlight {
  font-size: 2.6rem;
}
