@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
#container {
  margin-bottom: 80px;
}
#container .topicpath {
  width: 90%;
  margin: 10px auto 0;
}
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;
}
#container .heading {
  width: 90%;
  margin: 0 auto 50px;
  padding: 30px 0 0;
}
#container .heading .title {
  text-align: center;
  color: #063641;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* ========================
　list_restaurant
========================== */
.list_restaurant {
  width: 90%;
  margin: 0 auto 50px;
}
.list_restaurant ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_restaurant .type li {
  width: 50%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.list_restaurant .type li:nth-child(3) {
  border-right: 1px solid #ccc;
}
.list_restaurant .type li:last-child {
  border-right: 1px solid #ccc;
}
.list_restaurant ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_restaurant .type li a:before {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 7px;
  content: " ";
  height: 5px;
  right: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 5px;
}
/* ========================
con_menu
========================== */
.con_menu .logo {
  text-align: center;
  margin: 0 auto 30px;
}
.con_menu .logo img {
  height: 10vh;
}
.con_menu h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 49px;
  color: #063641;
  margin: 45px 0 20px;
}
.con_menu .detail li {
  border-top: 1px solid #f0f0f0;
}
.con_menu .detail li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.con_menu .detail li dl {
  display: flex;
  margin: 0;
  padding: 10px;
}
.menu_sbox .detail {
  margin-bottom: 20px;
}
.con_menu .detail li dl dt {
  width: 25%;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.con_menu .menu_lbox .wrap_rest {
  width: 90%;
  margin: 20px auto 0;
}
.con_menu .wrap_rest dl {
  margin: 20px 0;
}
.con_menu .wrap_rest dl dt {
  text-align: center;
  color: #063641;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.con_menu .wrap_rest .btn {
  width: 100%;
}
#hokusai .menu_sbox:nth-child(2) .wrap_rest .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;
}
#hokusai .menu_sbox:nth-child(2) .wrap_rest .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;
}
.con_menu .menu_lbox {
  margin-bottom: 50px;
}
.time_list {
  width: 90%;
  margin: 0 auto;
}
.menu_sbox {
  width: 100%;
  margin: 0 auto 60px;
}
.slick-dots {
  bottom: 8px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  #container .heading {
    text-align: center;
  }
  /* ========================
　list_restaurant
========================== */
  .list_restaurant {
    width: 80%;
    margin: 0 auto 80px;
  }
  .list_restaurant .type li {
    font-size: 16px;
  }
  .list_restaurant .type li a:before {
    right: 50%;
  }
  .list_restaurant ul li:nth-child(3) {
    border-right: none;
  }
  /* ========================
con_menu
========================== */
  .con_menu .logo img {
    height: 13vh;
  }
  .con_menu .wrap_rest {
    margin-top: 0;
  }
  .con_menu .wrap_rest dl {
    margin: 0 0 20px;
  }
  .con_menu .wrap_rest dl dt {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .con_menu .menu_lbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 70px;
  }
  .con_menu .menu_lbox img {
    width: 60%;
  }
  .con_menu .menu_lbox .wrap_rest {
    width: 32%;
    margin: 0 auto;
  }
  .menu_lbox .slider {
    width: 60%;
  }
  .menu_lbox .slider img {
    width: 100%;
  }
  .menu_lbox .slick-prev,
  .menu_lbox .slick-next {
    top: 38%;
  }
  .time_list {
    margin: 0 auto 100px;
  }
  .menu_sbox {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .menu_sbox:first-of-type {
    margin: 0 auto 50px;
  }
  .menu_sbox:nth-last-of-type(odd) {
    flex-direction: row;
  }
  .menu_sbox img {
    width: 55%;
  }
  .menu_sbox .wrap_rest {
    width: 40%;
  }
  .menu_sbox .slider {
    width: 55%;
  }
  .menu_sbox .slider img {
    width: 100%;
  }
  .menu_sbox .slick-prev,
  .menu_sbox .slick-next {
    top: 40%;
  }
}

/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  #container .topicpath {
    width: 1000px;
  }
  h2 {
    font-size: 22px;
    text-align: left;
    margin: 10px 0 5px;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 25px;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  #container .heading {
    text-align: center;
    margin: 0 auto 50px;
    padding: 80px 0 0;
  }
  #container .heading .title {
    font-size: 30px;
  }
  /* ========================
　list_restaurant
========================== */
  .list_restaurant {
    width: 60%;
  }
  /* ========================
　con_menu
========================== */
  .con_menu h2 {
    font-size: 68px;
    margin: 70px 0 50px;
  }
  .con_menu .menu_lbox img {
    height: 400px;
    object-fit: cover;
  }
  .time_list {
    width: 800px;
  }
  .menu_sbox .slick-prev,
  .menu_sbox .slick-next,
  .menu_lbox .slick-prev,
  .menu_lbox .slick-next {
    top: 42%;
  }
  .slick-dots {
    bottom: 18px;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  .container {
    margin-bottom: 100px;
  }
  h2 img {
    width: auto;
    height: 75px;
  }
  #container .heading {
    margin: 0 auto 70px;
  }
  /* ========================
　list_restaurant
========================== */
  .list_restaurant {
    width: 32%;
    margin: 0 auto 100px;
  }
  /* ========================
　list_faci
========================== */
  .con_menu .logo {
    margin: 0 auto 60px;
  }
  .con_menu .logo img {
    height: 15vh;
  }
  .con_menu .menu_lbox {
    margin-bottom: 80px;
  }
  .con_menu .menu_lbox .wrap_rest {
    width: 25%;
    margin-left: 10%;
  }
  .con_menu .menu_lbox img {
    height: 550px;
    object-position: 0 20%;
  }
  .time_list {
    width: 1100px;
    margin: 0 auto 160px;
  }
  .menu_sbox:first-of-type {
    margin: 0 auto 80px;
  }
  .menu_sbox .slider {
    width: 57%;
  }
  .menu_sbox .slick-prev,
  .menu_sbox .slick-next,
  .menu_lbox .slick-prev,
  .menu_lbox .slick-next {
    top: 44%;
  }
  .con_menu .wrap_rest {
    width: 39%;
  }
  .con_menu .wrap_rest dl dt {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
