@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
#container {
  margin-bottom: 80px;
}
#container .topicpath {
  width: 90%;
  margin: 10px auto 60px;
}
img {
  height: auto;
}
h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #063641;
  margin: 35px 0 8px;
}
h2 img {
  width: auto;
  height: 75px;
  margin: 0 auto 10px;
}
/* ========================
　con_floor
========================== */
.box_floor {
  width: 72%;
  margin: 0 auto;
}
.box_floor {
  border: 1px solid #999;
}
.box_floor .list_f dl {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  margin-bottom: -1px;
}
.box_floor .list_f dl dt {
  font-family: "Oswald", sans-serif;
  color: #063641;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 74px;
  margin-left: -37px;
  background-color: #fff;
}
.box_floor .list_f .item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
.box_floor .list_f .item li {
  padding-right: 15px;
}
/* ========================
　list_faci
========================== */
.slick-dots {
  bottom: 8px;
}
.list_faci {
  margin-top: 50px;
}
.list_faci section {
  margin-bottom: 60px;
}
.list_faci section .wrap_faci {
  width: 90%;
  margin: 0 auto;
}
.list_faci section .wrap_faci .pict {
  color: #fff;
  text-align: center;
  background-color: #063641;
  padding: 3px 0;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 5px;
}
.list_faci section .wrap_faci .text {
  margin-bottom: 10px;
}
.list_faci section .wrap_faci dl {
  display: flex;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: -1px;
}
.list_faci section .wrap_faci dl dt {
  width: 25%;
}
.list_faci section .wrap_faci dl dd {
  width: 75%;
}
.list_faci .sub .sub_box {
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
}
.list_faci .sub .sub_box > div {
  width: 45%;
  margin-right: 5%;
}
.list_faci .sub .sub_box h2 {
  margin-top: 0;
  text-align: left;
}
.list_faci .sub .sub_box .wrap_faci dl dt {
  width: 50%;
}
.list_faci section .wrap_faci .btn {
  width: 100%;
  margin-top: 20px;
}
.list_faci section .wrap_faci .btn:nth-of-type(n + 2) {
  margin-top: 10px;
}
.list_faci section .wrap_faci .btn.bgleft {
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink_b.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.list_faci section .wrap_faci .bgleft:before {
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.list_faci #f_rooftop .wrap_faci .btn.bgleft,
.list_faci #f_rooftop .wrap_faci .btn.bgleft:before,
.list_faci #f_dining .wrap_faci .btn.bgleft,
.list_faci #f_dining .wrap_faci .btn.bgleft:before,
.list_faci #f_spa .wrap_faci .btn.bgleft,
.list_faci #f_spa .wrap_faci .btn.bgleft:before {
  background-image: none;
}
#f_rooftop .wrap_faci .btn:nth-of-type(2),
#f_esthetic .wrap_faci .btn:nth-of-type(2) {
  background-color: #063641;
  border-radius: 5px;
  padding: 15px 30px;
  transition: ease 0.2s;
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
#f_rooftop .wrap_faci .btn:nth-of-type(2) span,
#f_esthetic .wrap_faci .btn:nth-of-type(2) span {
  color: #fff;
}
#f_rooftop .wrap_faci .btn:nth-of-type(2):before,
#f_esthetic .wrap_faci .btn:nth-of-type(2):before {
  background: #fff;
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink_b.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
#f_rooftop .wrap_faci .btn:nth-of-type(2):hover span,
#f_esthetic .wrap_faci .btn:nth-of-type(2):hover span {
  color: #063641;
}
#f_massage .wrap_faci,
#f_livehouse .wrap_faci {
  margin-top: 30px;
}
/*タブレット*/
@media screen and (min-width: 768px) {
  /* ========================
　con_floor
========================== */
  .box_floor {
    width: 70%;
  }
  .box_floor .list_f .item {
    padding-left: 65px;
  }
  .box_floor .list_f dl {
    padding: 17px 0;
  }
  .box_floor .list_f dl dt {
    width: 100px;
    font-size: 25px;
    margin-left: -50px;
  }
  /* ========================
　list_faci
========================== */
  .slick-prev,
  .slick-next {
    top: 44%;
  }
  .list_faci .sub {
    display: grid;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 3%;
  }
  .list_faci .sub .sub_box {
    display: block;
    margin: 0;
    width: 100%;
  }
  .list_faci .sub .sub_box h2 {
    font-size: 18px;
    margin: 10px 0 10px 5px;
  }
  .list_faci .sub .sub_box > div {
    width: 100%;
    margin-right: 0;
  }
  .list_faci section .wrap_faci .pict {
    width: 270px;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  #container .topicpath {
    width: 1000px;
  }
  h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 5px;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 25px;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  /* ========================
　con_floor
========================== */
  .con_floor {
    margin-bottom: 50px;
  }
  .box_floor {
    width: 50%;
  }
  .box_floor .list_f .item {
    padding-left: 65px;
  }
  .box_floor .list_f dl {
    padding: 20px 0;
  }
  .box_floor .list_f dl dt {
    width: 110px;
    margin-left: -55px;
  }
  /* ========================
　list_faci
========================== */
  .slick-dots {
    bottom: 18px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .list_faci section .wrap_faci .pict {
    width: 100%;
  }
  .list_faci {
    width: 1000px;
    margin: 0 auto;
  }
  .list_faci section {
    display: flex;
  }
  .list_faci section .slider,
  #f_rooftop > img,
  #f_spalounge > img,
  #f_esthetic > img,
  #f_gym > img,
  #f_spa > img,
  #f_laundry > img,
  #f_lounge > img,
  #f_checkin > img,
  #f_change > img,
  #f_cvs > img,
  #f_dining > img,
  #f_parking > img {
    width: 650px;
    height: 430px;
    margin-right: 30px;
  }
  .list_faci section .wrap_faci .text {
    margin-bottom: 20px;
  }
  /* ========================
　list_faci.sub
========================== */
  .list_faci .sub {
    width: 1000px;
    gap: 30px 2%;
  }
  .list_faci .sub .sub_box {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 3%;
  }
  .list_faci .sub .sub_box h2 {
    margin: 0 0 10px 5px;
  }
  .list_faci .sub .sub_box .wrap_faci dl dt {
    width: 60%;
  }
  #f_massage .wrap_faci {
    margin-top: 0;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  .container {
    margin-bottom: 100px;
  }
  h2 img {
    width: auto;
    height: 75px;
  }
  /* ========================
　con_floor
========================== */
  .box_floor {
    width: 560px;
    margin-bottom: 70px;
  }
  .box_floor .list_f .item {
    padding-left: 80px;
  }
  .box_floor .list_f dl {
    padding: 25px 0;
  }
  .box_floor .list_f dl dt {
    width: 110px;
    font-size: 30px;
    margin-left: -54px;
  }
  /* ========================
　list_faci
========================== */
  .list_faci {
    width: 1100px;
  }
  .list_faci section .slider,
  #f_rooftop > img,
  #f_spalounge > img,
  #f_esthetic > img,
  #f_gym > img,
  #f_spa > img,
  #f_laundry > img,
  #f_lounge > img,
  #f_checkin > img,
  #f_change > img,
  #f_cvs > img,
  #f_dining > img,
  #f_parking > img {
    margin-right: 30px;
  }
  /* ========================
　list_faci.sub
========================== */
  .list_faci .sub {
    width: 1100px;
  }
  .list_faci .sub .sub_box h2 {
    margin: 5px 0 10px 5px;
  }
}
