@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
html, body {
  background: url(../img/home/bg.jpg?0408-v2) no-repeat center/cover;
  background-attachment: fixed;
}

.home .page {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .home .page::after {
    content: "";
    background: linear-gradient(rgba(170, 139, 98, 0.8), transparent);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home .front {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .home .front {
    top: 38px;
  }
}
@media only screen and (min-width: 769px) {
  .home .front {
    top: 35px;
  }
}
.home .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.home .bg h1 {
  margin: 0;
  padding: 0;
}
.home .content {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .home .content {
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .home .content {
    max-width: 1132px;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.home .entry {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .home .entry {
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .home .entry {
    padding: 30px 40px 0 35px;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    align-content: flex-end;
  }
}
.home .entry .block {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .home .entry .block {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .home .entry .block {
    width: 450px;
  }
}
@media only screen and (min-width: 769px) {
  .home .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home .pc {
    display: none;
  }
}

.michishirube {
  text-align: center;
  margin: 25px auto;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  .michishirube {
    width: 20vh;
  }
}
@media only screen and (max-width: 768px) {
  .michishirube img {
    width: 200px;
  }
}
.michishirube:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  .spacer {
    width: 100%;
  }
}

.localnav {
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.localnav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
.localnav ul li {
  width: calc(25% - 2px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .localnav ul li {
    text-align: center;
  }
}
.localnav ul li:first-child {
  display: none;
}
.localnav ul img {
  max-width: 100%;
}

.nav-link {
  background: url(../img/bg_black.png) repeat top left;
  margin: 10px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .nav-link {
    height: 55px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-link {
    height: 68px;
    transition: 0.3s;
  }
  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.nav-link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .nav-link a {
    font-size: 0.9rem;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-link a {
    font-size: 1.125rem;
    padding-left: 55px;
  }
}
.nav-link a:hover {
  text-decoration: none;
}
.nav-link .sns-icon {
  display: block;
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .nav-link .sns-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-link .sns-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.nav-link .sns-icon:hover::before {
  opacity: 0.7;
  transition: 0.2s;
}
.nav-link .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .nav-link .sns-icon::before {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .nav-link .sns-icon::before {
    font-size: 1.3rem;
  }
}
.nav-link .sns-icon.icon-x::before {
  content: "\e61b";
}
.nav-link .sns-icon.icon-insta::before {
  content: "\f16d";
}

.tweet {
  text-align: center;
  background-image: url(../img/bg_black.png);
  background-repeat: repeat;
  background-position: left top;
  margin: 10px 0 0 0;
}
.tweet a {
  display: block;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .tweet a {
    font-size: 0.9rem;
    padding: 12px 0 12px 47px;
  }
}
@media only screen and (min-width: 769px) {
  .tweet a {
    font-size: 1.125rem;
    padding: 13px 0 13px 55px;
  }
}
.tweet .sns-icon {
  display: block;
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .tweet .sns-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .tweet .sns-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.tweet .sns-icon:hover::before {
  opacity: 0.7;
  transition: 0.2s;
}
.tweet .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\e61b";
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .tweet .sns-icon::before {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .tweet .sns-icon::before {
    font-size: 1.3rem;
  }
}

.note {
  background: #fff;
  margin: 0 0 15px;
  border: 3px solid #de2826;
  background-color: rgb(255, 255, 255);
  padding: 13px;
  color: #de2826;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .note {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .note {
    line-height: 1.4rem;
  }
}/*# sourceMappingURL=home.css.map */