@charset "utf-8";
#global .menu li {
  width: calc(100%/3);
}
@media screen and (max-width: 768px) {
  #global .menu li {
    width: 100%;
  }
}
#siteId {
  position: relative;
  height: 36px;
}
#siteId img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: auto;
  width: 40%;
}
}
@media screen and (max-width: 480px) {
  #siteId img {
    width: 70%;
  }
}
/* ナビゲーション下線、フォームへのボタンの色変更 */
#global .menu a::after {
  background-color: #a3b588;
}
#global .btn li.request a {
  background: #c9adc8;
}
#global .btn li.reserve a {
  background: #a3b588;
}
#contactbox .btn li.request a {
  background: #c9adc8;
}
#contactbox .btn li.reserve a {
  background: #a3b588;
}
/*-----ハンバーガーメニューにインスタグラム追加-----*/
#global .menu li.instagram {
  display: none;
}
@media screen and (max-width: 768px) {
  #global .menu li.instagram {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    margin: calc(2rem + 60px) auto 0;
    border: none;
  }
  #global .menu li.instagram > span {
    display: block;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70.67%;
    max-width: 265px;
    background: #E2ACB9;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #E2ACB9;
    border-radius: 265px;
    padding: 3px;
  }
  #global .menu li.instagram > span:before {
    position: absolute;
    content: "";
    left: calc(50% - 10px);
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #E2ACB9 transparent transparent transparent;
  }
  #global .menu li.instagram > span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #E2ACB9 transparent transparent transparent;
  }
  #global .menu li.instagram a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 300px;
    width: 76.53%;
    height: 60px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 3px;
    padding-inline: 2rem;
    margin: auto;
  }
  #global .menu li.instagram .arrow {
    display: inline-block;
    padding: 10px;
  }
  #global .menu li.instagram .arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  #global .menu li.instagram .icon {
    width: 9.76%;
  }
  #global .menu li.instagram .logo {
    width: 45.99%;
  }
  #global .menu li.instagram .icon img, #global .menu li.instagram .logo img {
    width: 100%;
    object-fit: cover;
  }
  #global .menu li.instagram .logo img {
    padding-top: 10px;
  }
}