@charset "utf-8";

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::target {
  scroll-margin-top: 64px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.w-container {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header {
  height: 64px;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 0 15px -5px #777777;
}

.header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.nvn-logo {
  font-family: "Gentium Book Plus" serif;
  font-weight: 700;
  font-size: 42px;
  color: #512a29;
}

.header-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  font-family: "Gentium Book Plus", serif;
  font-weight: 700;
  font-size: 24px;
  color: #193031;
  list-style: none;
}

.main-visual {
  margin-top: 64px;
  padding: 16px;
  height: calc(100dvh - 64px);
  display: flex;
  align-items: flex-end;
  background-image: url(../画像/main-visual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #512a29;
}

.main-visual-txt {
  text-align: right;
  mix-blend-mode: multiply;
  text-shadow: 2px 3px 3px rgba(0,0,0,0.4);
}

.main-visual p {
  font-size: 19px;
}

.main-visual h1 {
  font-family: "Gentium Book Plus", serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

#news, #access {
  background-color: #193031;
}

h2 {
  margin-bottom: 1em;
  font-family: "Gentium Book Plus", serif;
  font-weight: 700;
  text-align: center;
  color: #a29271;
}

.news-container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.news-item {
  background-color: #ffffff;
  padding: 16px;
}

.news-txt h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.news-item time {
  margin-right: 0.5em;
  padding: 0.2em 0.6em;
  font-size: 14px;
  background-color: #512A29;
  color: #ffffff;
  border-radius: 20px;
}

.news-item p {
  margin-top: 0.5em;
}

.more {
  margin-top: 1em;
  color: #a29271;
  text-align: right;
}

.menu-container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  list-style: none;
}

.menu-container li {
  width: calc((100% - 32px - 32px)/3);
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 24px;
}

.access-container {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
  color: #a29271;
}

iframe {
  width: 50%;
  height: 300px;
}

.access-container table {
  border-collapse: collapse;
}

.access-container tr {
  border-bottom: 1px dotted #a29271;
}

.access-container :last-child {
  border-bottom: none;
}

.access-container th {
  padding: 1em;
}

.access-container td {
  padding: 1em;
  border-left: 1px dotted #a29271;
}

.contact-container {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  gap: 64px;
}

.contact-container a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3em;
  padding-right: 3em;
  font-family: "Gentium Book Plus", serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#contact .contact-link {
  background-image: url(../画像/contact.jpg);
}

#contact .recruit-link {
  background-image: url(../画像/recruit.jpg );
}

footer{
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #193031;
  color: #a29271;
  text-align: center;
}

