@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #593c31;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 60px 0 20px;
}
.header {
  width: 100%;
  height: 196px;
  z-index: 999;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.header-wrapper__contact ul {
  padding: 30px 20px 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.tel-namber {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
  font-weight: 500;
}
.tel-namber a {
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  pointer-events: none;
}
.sns-instagram {
  background: url("../img/common/icon-instagram.svg");
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.header-wrapper__nav, .header-fix-wrapper__nav {
  margin: 30px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
}
.header-wrapper__nav li a, .header-fix-wrapper__nav li a {
  text-decoration: none;
  color: #fff;
}
.header-wrapper__nav li a:hover, .header-fix-wrapper__nav li a:hover {
  color: #A25A27;
}
.sns-instagram:hover {
  background: url("../img/common/icon-instagram2.png");
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media (max-width: 400px) {
  .tel-namber a:hover {
    color: #A25A27;
  }
}
.header-wrapper__nav li span, .header-fix-wrapper__nav li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.header-fix {
  width: 100%;
  display: none;
  height: 100px;
  background-color: #593c31;
  margin: 0 auto;
}
.header-fix nav {
  max-width: 1160px;
  margin: 0 auto;
}
/*headerの固定*/
.is-fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header-mobile, .mobile-content {
  display: none;
}
@media (max-width: 960px) {
  .header-wrapper {
    display: none;
  }
  .header-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
  }
  .header-mobile__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 60px;
    background-color: rgba(89, 60, 49, 0.05);
  }
  .open-button {
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .sns-instagram.mobile-insta {
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .mobile-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    background-color: rgba(89, 60, 49, 0.9);
    z-index: 9999;
  }
  .close-button {
    display: block;
    color: #fff;
    font-size: 2.8rem;
    text-align: right;
    margin: 10px 15px;
  }
  .mobile-content-wrapper__nav {
    text-align: left;
    margin-left: 24px;
  }
  .mobile-content-wrapper__nav li {
    font-size: 2.0rem;
    margin-bottom: 20px;
    color: #fff;
  }
  .mobile-content-wrapper__nav li span {
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 2px;
  }
  .mobile-content-wrapper__nav li a {
    text-decoration: none;
    color: #fff;
  }
  .mobile-content-wrapper__nav li a:hover {
    color: #A25A27;
  }
  /*header change-color*/
  .header-mobile__inner.change-color {
    background-color: rgba(89, 60, 49, 1.0);
  }
}
.footer-insta__wrapper {
  background-color: #593c31;
  color: #fff;
  padding: 60px 0;
}
.footer-insta__wrapper p {
  padding-bottom: 10px;
}
.footer-insta__wrapper a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
.footer-insta-link {
  border: 2px solid #fff;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-insta-link:hover {
  /*opacity: 0.6;*/
  background-color: #A25A27;
}
.footer-insta-link span {
  padding-left: 10px;
}
.footer-info__bg-img {
  color: #fff;
  min-height: 250px;
  width: 100%;
  background-image: url("../img/common/footer-img.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.footer-info__bg-img-filter {
  min-height: 250px;
  width: 100%;
  background-color: rgba(89, 60, 49, 0.8);
}
.footer-info__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer-info__content-1 {
  margin: 0 auto;
}
.footer-info__content-1 a {
  text-decoration: none;
  color: #fff;
}
.footer-info__content-1 a:hover {
  opacity: 0.6;
}
.footer-info__logo-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 300px;
  margin-bottom: 20px;
}
.footer-logo {
  width: 80px;
  object-fit: cover;
  object-position: center;
}
.footer-info__logo-wrapper h2 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.0rem;
}
.footer-info__logo-wrapper h2 span {
  font-size: 1.4rem;
  font-weight: 300;
}
.footer-tel {
  width: 300px;
  height: 65px;
  background-color: rgba(225, 225, 225, 0.2);
  margin-top: 5px;
  padding-top: 10px;
  font-weight: 300;
  text-shadow: 1px 2px 4px #333;
  border-radius: 10px;
}
.footer-tel span {
  font-size: 2.8rem;
  font-weight: 400;
}
.footer-info__content-2 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  text-align: left;
  font-size: 1.6rem;
  margin: 0 auto;
}
.footer-info__content-2 dt {
  width: 80px;
  padding: 5px 0 5px 0;
}
.footer-info__content-2 dd {
  width: 220px;
  padding: 5px 0 5px 0;
}
.copyright {
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 200;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .footer-tel {
    margin-bottom: 20px;
  }
}
/* return to top */
#scroll-top {
  font-size: 1.4rem;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 5px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#scroll-top span {
  font-size: 2.4rem;
  display: inline-block;
  transform: rotate(270deg);
}
#scroll-top a {
  text-decoration: none;
  color: #593c31;
}