/* CSS Document */
body #Container .bg {
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  font-size: 18px;
  letter-spacing: normal;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body #Container .bg a img {
    transition: all 0.4s ease;
  }
  body #Container .bg a:hover img {
    transition: all 0.4s ease;
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.dpc {
  display: block;
}
@media (max-width: 767px) {
  .dpc {
    display: none;
  }
}

.dsp {
  display: none;
}
@media (max-width: 767px) {
  .dsp {
    display: block;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

#Container {
  width: 100%;
  text-align: center;
}

#Container .WrapTop {
  text-align: left;
  width: 980px;
  margin: 0 auto;
}

#Container > .bg {
  background: #fff;
}

#mainvisual {
  width: 100%;
  margin: 0 auto;
}

nav.top_nav {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  nav.top_nav {
    position: relative;
    width: 100%;
  }
}

nav.top_nav ul {
  align-items: center;
  height: 70px;
}
@media (max-width: 767px) {
  nav.top_nav ul {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
}
nav.top_nav ul a {
  display: block;
}
@media (max-width: 767px) {
  nav.top_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vw;
    line-height: 8vw;
    width: 50%;
    border-bottom: 1px solid #e5f1ed;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  nav.top_nav ul li img {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  nav.top_nav ul li:nth-of-type(odd) {
    border-right: 1px solid #e5f1ed;
  }
}
@media (max-width: 767px) {
  nav.top_nav ul li:last-of-type {
    border-bottom: none;
  }
}

section > .inner {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section > .inner {
    width: 100%;
  }
}

.contents {
  background: #fcf5e4;
}

.mv {
  position: relative;
}
.mv img {
  width: 100%;
}
.mv__block {
  color: #350700;
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .mv__block {
    padding: 35vw 0 0;
  }
}
.mv__block h1 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .mv__block h1 {
    margin-bottom: 0;
  }
}
.mv__block h2 {
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 28px;
  color: #350700;
}
@media (max-width: 767px) {
  .mv__block h2 {
    font-size: 5.4vw !important;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.mv__block p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .mv__block p {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}

.sec01 {
  padding: 90px 0 0;
  border-bottom: 2px solid #41210f;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 14vw 0 0;
    border-bottom: none;
  }
}
.sec01 h2 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec01 h2 {
    width: 88%;
    margin: 0 auto;
  }
}
.sec01 .history {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec01 .history {
    width: 88%;
    margin: 0 auto 8vw;
  }
}
.sec01 .history li {
  line-height: 0;
}
.sec01 .history li img {
  line-height: 0;
}
.sec01 .btn_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sec01 .btn_inner {
    display: block;
  }
}
.sec01 .btn_inner .btn {
  text-align: center;
}
@media (max-width: 767px) {
  .sec01 .btn_inner .btn {
    width: 84%;
    margin: 0 auto;
  }
}
.sec01 .btn_inner .btn a img {
  width: auto;
}
@media (max-width: 767px) {
  .sec01 .btn_inner .btn:first-child {
    margin-bottom: 8vw;
  }
}
.sec01 .pagetop {
  padding-top: 80px;
  width: 100%;
  max-width: 980px;
  text-align: right;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec01 .pagetop {
    padding-top: 12vw;
    padding-bottom: 6vw;
  }
}
@media (max-width: 767px) {
  .sec01 .pagetop a {
    display: block;
    width: 30vw;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #Container {
    background: #fcf5e4;
  }
}/*# sourceMappingURL=history.css.map */