@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
/* #container {
  margin-bottom: 80px;
} */
#container .topicpath {
  width: 90%;
  margin: 10px auto 60px;
}
img {
  height: auto;
}
#container h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #063641;
  margin: 20px auto 10px;
}
#container h3 img {
  width: auto;
  height: 75px;
  margin: 0 auto 10px;
}

#container h2 {
  text-align: center;
  font-size: 49px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #063641;
  margin: 60px 0 30px;
  line-height: 1.2;
}

#sightseeing_map #g_map {
  width: 90%;
}

#sightseeing_map {
  text-align: center;
}
#container .sightseeing_copy {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
  width: 90%;
  margin: 0 auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* ========================
　list_faci
========================== */
.slick-dots {
  bottom: 8px;
}
.slider2 .slick-dots {
  bottom: 30px;
}
.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 .date {
  color: #fff;
  text-align: center;
  background-color: #063641;
  padding: 3px 0;
  width: 60%;
  margin: 0 auto -15px;
  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 h3 {
  margin-top: 0;
  text-align: left;
}
.list_faci .sub .sub_box .wrap_faci dl dt {
  width: 50%;
}
.list_faci section .wrap_faci p .btn {
  width: 100%;
  margin-top: 20px;
}
.list_faci section .wrap_faci p .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 p .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 .slider2 .wrap_faci p .btn.bgleft,
.list_faci .slider2 .wrap_faci p .btn.bgleft:before,
.list_faci #f_spa .wrap_faci p .btn.bgleft,
.list_faci #f_spa .wrap_faci p .btn.bgleft:before {
  background-image: none;
}
#f_massage .wrap_faci,
#f_livehouse .wrap_faci {
  margin-top: 30px;
}
/* ========================
　sightseeing_nav 
========================== */
#container .sightseeing_nav {
  width: 90%;
  margin: 20px auto;
  /* display: flex; */
  justify-content: center;
}
#container .sightseeing_nav li .btn_box a p {
  margin: 0 auto;
  color: #063641;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}
#container .sightseeing_nav li .btn_box a {
  width: 95%;
  display: block;
}
#container .sightseeing_nav li {
  width: 100%;
  margin-bottom: 10px;
}
#container .sightseeing_nav li:last-child {
  width: 100%;
  margin-bottom: 0;
}
#container .btn {
  padding: 0;
}

#container #kokyo_gaien .slider2 div a[target="_blank"]:after {
  content: url(/img/common/img_externalLink_b.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 0 2px 3px;
  vertical-align: middle;
}
#container section .offer div {
  width: 90%;
  margin: 0 auto;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  h2 {
    margin: 60px 0 30px;
  }
  #container .sightseeing_nav {
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
  #container .sightseeing_nav li .btn_box a {
    width: 100%;
  }
  #container .sightseeing_nav li:last-child {
    width: 100%;
    margin: 0 0 0 5%;
  }
  /* ========================
　list_faci
========================== */
  .slick-prev,
  .slick-next {
    top: 44%;
  }
  .list_faci .sub {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .list_faci .sub .sub_box {
    display: block;
    width: 31%;
    margin: 0;
  }
  .list_faci .sub .sub_box h3 {
    font-size: 18px;
    margin: 10px 0 10px 5px;
  }
  .list_faci .sub .sub_box > div {
    width: 100%;
    margin-right: 0;
  }
  .list_faci section .wrap_faci .date {
    width: 200px;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  /* #container .topicpath {
    width: 1100px; */
  #container h2 {
    font-size: 68px;
    margin: 80px 0 40px;
  }
  #container h3 {
    font-size: 22px;
    text-align: left;
    margin: 10px 0 5px;
    letter-spacing: 2px;
  }
  #container {
    width: 1000px;
    margin: 0 auto;
  }
  #sightseeing_map #g_map {
    width: 1000px;
  }
  #container .sightseeing_copy {
    line-height: 2;
  }
  #container .sightseeing_nav {
    margin: 0 auto;
    width: 850px;
  }
  #container section .offer div {
    width: 100%;
    margin: 0 auto;
  }
  /* ========================
　list_faci
========================== */
  .slick-dots {
    bottom: 18px;
  }
  .slider2 .slick-dots {
    bottom: 18px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #f_massage .wrap_faci,
  #f_livehouse .wrap_faci {
    margin-top: 0;
  }
  .list_faci section .wrap_faci .date {
    width: 190px;
    margin: 0 0 15px;
  }
  .list_faci {
    width: 1000px;
    margin: 0 auto;
  }
  .list_faci section {
    display: flex;
  }
  .list_faci section .slider,
  .list_faci section .slider2,
  #f_massage > img,
  #plaza > img,
  #plaza div > img,
  #wako > img,
  #wako div > img,
  #midtown > img,
  #midtown div > img,
  #kabukiza > img,
  #kabukiza div > img,
  #f_livehouse > img {
    width: 650px;
    height: 430px;
    margin-right: 30px;
  }
  #f_massage > img,
  #plaza > img,
  #plaza div > img,
  #wako > img,
  #wako div > img,
  #midtown > img,
  #midtown div > img,
  #kabukiza > img,
  #kabukiza div > img,
  #f_livehouse > img {
    width: 650px;
    height: 424px;
    margin-right: 30px;
  }
  .list_faci section .wrap_faci .text {
    margin-bottom: 20px;
  }
  /* ========================
　list_faci.sub
========================== */
  .list_faci .sub {
    width: 1000px;
  }
  .list_faci .sub .sub_box {
    display: flex;
    width: 32%;
  }
  .list_faci .sub .sub_box h3 {
    margin: 0 0 10px 5px;
  }
  .list_faci .sub .sub_box > div {
    margin-right: 3%;
  }
  .list_faci .sub .sub_box .wrap_faci dl dt {
    width: 60%;
  }
  #f_massage .wrap_faci {
    margin-top: 0;
  }
  .list_faci section .Mid {
    width: 32%;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  #container {
    width: 1100px;
    margin-bottom: 100px;
  }

  #container h3 img {
    width: auto;
    height: 75px;
  }

  #sightseeing_map #g_map {
    width: 1100px;
  }
  #container .sightseeing_nav {
    width: 950px;
  }
  /* ========================
　list_faci
========================== */
  .list_faci {
    width: 1100px;
  }
  .list_faci section .slider,
  .list_faci section .slider2,
  #f_massage > img,
  #plaza > img,
  #plaza div > img,
  #wako > img,
  #wako div > img,
  #midtown > img,
  #midtown div > img,
  #kabukiza > img,
  #kabukiza div > img,
  #f_livehouse > img {
    margin-right: 30px;
  }
  .list_faci section .wrap_faci p .btn {
    margin-top: 22px;
  }
  /* ========================
　list_faci.sub
========================== */
  .list_faci .sub {
    width: 1100px;
  }
  .list_faci .sub .sub_box {
    width: 360px;
  }
  .list_faci .sub .sub_box h3 {
    margin: 5px 0 10px 5px;
  }
  .list_faci section .Mid {
    width: 38%;
  }
}
