* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #493e2d;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

img {
  width: 100%;
}
.nopc {
  display: none;
}

/* ---header--- */
#fixed-header {
  position: fixed;
  top: -150%;
  width: 100%;
  transition: .5s;
  background: #fff;
  z-index: 999;
}
#fixed-header.is-show {
  top: 0;
}

header {
  text-align: center;
  padding: 30px 0 10px;
}

header .logo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

header .logo img {
  object-fit: cover;
}

.pc-nav li {
  display: inline-block;
  align-items: center;
  padding: 20px 10px 0;
  font-size: 14px;
  width: fit-content;
}

.pc-nav li a {
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

.pc-nav li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.pc-nav li:nth-child(6) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.pc-nav li:nth-child(6) a:hover {
  border-bottom: 2px solid #493e2d;;
}

.hamburger-menu {
  display: none;
  z-index: 999;
}

#menu__toggle {
  opacity: 0;
  display: none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #493e2dbf;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: absolute;
  top: 80px;
  left: -100%;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 80px 0 250px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 99;
}
#fixed-header .menu__box {
  position: fixed;
  top: 0;
}
.menu__item {
  display: block;
  width: 100%;
  padding: 11px 38px;
  color: #493e2d;
  font-size: 18px;
  text-decoration: none;
  transition-duration: .25s;
  text-align: left;
  margin-bottom: 5px;
}
.menu__item:hover {
  background-color: whitesmoke;
}

.menu__box li:nth-child(6)  {
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  .pc-nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}
/* ---header--- */
.contact .container {
  background: url(../img/contact-bg.jpg);
  background-size: cover;
  background-color: #7d7b83;
  background-blend-mode: multiply;
  color: #fff;
  background-position-y: -200px;
  padding-bottom: 136px;
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .contact .container {
      background-image: url(../img/contact-bg.webp);
      background-position: center;
      margin-top: 80px;
  }
}

.contact h3 {
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
  padding: 100px 0 88px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact h3 {
      font-size: 22px;
      margin: 0;
      padding: 54px 0 18px;
  }
}

.contact p {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact p  {
      width: 88%;
      margin: 0 auto;
      text-align: center;
      line-height: 2;
      letter-spacing: 3px;
      font-size: 10px;
  }
}

.contact p:after {
  display: block;
  content: "";
  width: 1px;
  height: 110px;
  background-color: #fff;
  margin: 30px auto;
}

.contact .line-btn {
  width: 290px;
  margin: 40px auto 0;
  background-color: #fffc;
  text-align: center;
  padding: 30px 0;
}

.contact .line-btn a {
  color: #493e2d;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 3px;
  font-size: 16px;
}

.contact .line-btn a:hover {
  opacity: .4;
  transition: all .4s;
}
/* ---fotter--- */

footer {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.footer-list {
  width: 40%;
}

footer p {
  margin-bottom: 2rem;
  font-size: 18px;
}

footer li {
  padding-bottom: 15px;
}

footer li a {
  font-size: 14px;
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

footer li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.footer-menu li:nth-child(6) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.footer-menu li:nth-child(6) a:hover {
  border-bottom: 2px solid #493e2d;;
}

@media screen and (max-width: 767px) {
  footer {
    display: block;
    padding: 50px 40px 0;
  }
  .footer-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* ---fotter--- */

