html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

#overlay {
  position: fixed;
  top: 49px;
  z-index: 1002;
  width: 100%;
  height: auto;
  background-color: white;
  display: none;
  height: 100vh; }

.icn-humberger {
  position: fixed;
  right: 5%;
  top: 1px;
  width: 34px;
  height: 34px;
  display: none;
  cursor: pointer;
  z-index: 1003;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center 13px;
  background-size: 60px auto; }
  @media only screen and (max-width: 769px) {
    .icn-humberger {
      display: block;
      z-index: 100;
    }
  }

.icn-humberger span {
  width: 34px;
  height: 4px;
  display: block;
  background-color: #A1887F;
  position: absolute;
  border-radius: 4px;
  margin-top: 23px; }

.icn-humberger span {
  transition: all 0.3s;
  transform: rotate(0deg); }
.icn-humberger .bar-top {
  transform: translateY(-11px); }
.icn-humberger .bar-middle {
  transform: translateY(0px); }
.icn-humberger .bar-bottom {
  transform: translateY(11px); }

.icn-humberger.is-open .bar-top {
  transform: rotate(-45deg) translateY(0);
  top: -3px; }
.icn-humberger.is-open .bar-middle {
  display: none; }
.icn-humberger.is-open .bar-bottom {
  transform: rotate(45deg) translateY(0);
  top: -3px; }

.globalNavi__sp {
  text-align: center;
  padding: 30px 0; }
  .globalNavi__sp a {
    padding: 10px 0;
    display: block;
    font-size: 18px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold; }

.globalNavi__contact__sp {
  border: solid 1px #4E342E;
  border-radius: 20px;
  width: 190px;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4E342E;
  margin: 10px auto;
  position: relative; }
  .globalNavi__contact__sp:before {
    content: url(../images/common/mail.svg);
    position: absolute;
    left: 17px;
    top: -1px; }
