@charset "utf-8";
/* =======================
　　footer
========================== */
footer .bygranbell {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
footer .bygranbell ul {
  width: 85%;
  margin: auto;
}
footer .bygranbell ul li {
  margin-bottom: 30px;
}
footer .bygranbell ul li:last-child {
  margin-bottom: 0;
}
footer .bygranbell ul li a {
  color: #fff;
}
footer .brand_list,
footer .group_brand {
  width: 85%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
}
footer .brand_list > p {
  text-align: center;
  width: 140px;
  margin: 0 auto 15px;
}
footer .brand_list div dl {
  margin-block-end: 1em;
}
footer .brand_list div dl dt {
  background-color: #f1f1f1;
}
footer .brand_list div dl dd ul {
  margin: 5px 0;
}
footer .group_brand .other_hotel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 5%;
}
footer .group_brand .other_hotel li {
  width: 30%;
}
footer .copyright {
  padding-bottom: 70px;
}
footer .group_footer {
  text-align: center;
  border-top: 1px #ccc solid;
  padding: 20px 0 10px;
  margin-top: 40px;
}
footer .group_footer a img {
  width: 170px;
}
footer .copyright {
  text-align: center;
  font-size: 0.9rem;
  padding: 10px;
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
　　footer
========================== */
  footer .bygranbell ul {
    width: 65%;
    display: flex;
    justify-content: space-between;
  }
  footer .bygranbell ul li {
    width: 47%;
  }
  footer .brand_list > p {
    margin: 0 auto 25px;
  }
  footer .brand_list div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .brand_list div dl {
    width: 48%;
  }
  footer .brand_list .other_hotel li {
    width: 12%;
  }
  footer .group_footer a img {
    width: 150px;
  }
  footer .group_footer a:hover img {
    opacity: 0.7;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
　　footer
========================== */
  footer .bygranbell ul {
    width: 35%;
  }
  footer .brand_list div {
    justify-content: center;
    gap: 10px 2%;
  }
  footer .brand_list div dl {
    width: 32%;
  }
  footer .foot_link ul li {
    padding-right: 2%;
  }
  footer .group_footer a img {
    width: 150px;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  /* =======================
　　footer
========================== */
  footer .brand_list {
    width: 80%;
  }
  footer .brand_list div {
    gap: 10px 1%;
  }
  footer .brand_list div dl {
    width: 19%;
  }
  footer .brand_list .other_hotel {
    gap: 0 2%;
  }
  footer .brand_list .other_hotel li {
    margin-bottom: 20px;
    width: calc((100% - 2% * 8) / 9);
  }
  footer .brand_list .other_hotel li a img {
    width: auto;
  }
  footer .brand_list .other_hotel li.min a img {
    height: 40px;
  }
  footer .group_brand {
    width: 65%;
  }
}
