@charset "utf-8";

.resHbBtn p s {
    text-decoration: none;
    font-size: 14px;
}

.resHbBtn .resHbBtnIcon {
    margin: -19px 12px 0 0;
    width: 16.5px;
}

.fInfoNavLink {
    margin: 13px 0 0;
    color: var(--white);
}

.fInfoNavLink:first-of-type {
    margin: 0;
}

.fInfoNavLink:hover {
    color: var(--white);
    text-decoration: underline;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

    .resHbBtn p s {
        font-size: 16px;
    }
    

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* 追尾スマホメニュー */
.footer_fix{
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background:var(--fifth);
  z-index: 1000;
  flex-wrap: wrap;
  @media screen and (max-width:768px) {
    display: flex;
  }
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--fifth);
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 33%;
  background: var(--fifth);
}
.footer_fix .footer_fix_item_1.contact{
  background: #a6937c;
}
.footer_fix .footer_fix_item_2{
  background: #c4c4c4;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}