@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
* BODY
* ================================================================ */
body {
  color: #a1884c;
  background: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body.no-scroll {
  pointer-events: none;
}

a:link, a:visited {
  color: #57b1af;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:active, a:hover {
  color: #ec9800;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
}
/* ================================================================ *
* common
* ================================================================ */
#container {
  position: relative;
  z-index: 2;
  min-width: 1200px;
  background: #a19472;
  text-align: center;
  padding: 0 18px;
}
@media (max-width: 800px) {
  #container {
    min-width: 0;
  }
}

#wrapper {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 60px rgba(80, 70, 59, 0.5);
}
#wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 660px;
  height: 12px;
  left: calc(50% - 330px);
  background: #a1884c;
}
#wrapper:before {
  top: 0;
}
@media (max-width: 800px) {
  #wrapper {
    width: auto;
    padding: 0 15px;
  }
  #wrapper:before, #wrapper:after {
    height: 8px;
    width: 220px;
    left: calc(50% - 110px);
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
}

/* ================================================================ *
* content
* ================================================================ */
header {
  padding: 70px 50px 70px;
}
header h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  header {
    padding: 40px 50px;
  }
}

section#bnr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section#bnr .new {
  position: relative;
  margin-bottom: 45px;
}
section#bnr .new .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -30px;
  right: -30px;
  border-radius: 50px;
  background: #beab79;
  color: #fff;
  font-size: 23px;
  line-height: 100px;
  font-weight: bold;
  letter-spacing: 5px;
  text-indent: 5px;
  box-shadow: 0 5px 30px -10px #50463b;
}
section#bnr .bnr_wrap {
  list-style: none;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 15px;
  font-size: 90%;
  line-height: 1.3;
}
section#bnr .bnr_wrap .txt {
  margin-top: 8px;
}
section#bnr a {
  display: block;
  color: #a1884c;
}
section#bnr a:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 35px -15px #a1884c;
}
@media (max-width: 800px) {
  section#bnr .new {
    margin-bottom: 20px;
  }
  section#bnr .new .icon {
    width: 50px;
    height: 50px;
    right: -10px;
    top: -20px;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  section#bnr .bnr_wrap {
    gap: 8px;
    margin-bottom: 45px;
    font-size: 11px;
    line-height: 1.4;
  }
  section#bnr .bnr_wrap .txt {
    margin-top: 5px;
  }
  section#bnr .bnr_wrap .txt .ttl {
    display: none;
  }
}

/* ================================================================ *
* footer
* ================================================================ */
#gfooter {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid rgba(161, 148, 114, 0.7);
}
#gfooter .sns {
  margin-bottom: 40px;
}
#gfooter .sns p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold;
}
#gfooter .sns p:before, #gfooter .sns p:after {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 110%;
}
#gfooter .sns p:before {
  content: "-";
  left: -20px;
}
#gfooter .sns p:after {
  content: "-";
  right: -20px;
}
#gfooter .sns .snsbox {
  display: flex;
  justify-content: center;
}
#gfooter .sns .snsbox > div {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 8px;
  transition: all 0.3s ease-out;
}
#gfooter .sns .snsbox a {
  display: block;
  width: 100%;
  height: 100%;
}
#gfooter .sns .snsbox .fb {
  background-position: -50px 0;
}
#gfooter .sns .snsbox .line {
  background-position: 100% 0;
}
#gfooter .link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#gfooter .link li {
  position: relative;
  z-index: 1;
  width: 400px;
  margin: 0 5px;
  border: 1px solid #a1884c;
  border-radius: 30px;
  overflow: hidden;
}
#gfooter .link li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  color: #a1884c;
  font-size: 90%;
  line-height: 1;
}
#gfooter .link li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a1884c;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
#gfooter .link li:hover a {
  color: #fff;
}
#gfooter .link li:hover:after {
  transform-origin: 0 0;
  transform: scaleX(1);
}
#gfooter .copy {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 35px 20px 30px;
  }
  #gfooter .sns {
    margin-bottom: 20px;
  }
  #gfooter .sns .snsbox > div {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  #gfooter .link {
    font-size: 90%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #gfooter .link li {
    width: 90%;
    margin: 3px 0px;
  }
  #gfooter .link li a {
    padding: 7px 0;
  }
  #gfooter .copy {
    font-size: 10px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */