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

Table of Contents:
 * info
 
========================== */
#container {
  margin-bottom: 80px;
}
img {
  height: auto;
}
#container .restaurant_heading {
  width: 90%;
  margin: 0px auto 65px;
  text-align: left;
}
.sub_fv .head_tit {
  font-size: 22px;
}

/* ========================
restaurant_menu
========================== */
.restaurant_menu h2 {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #063641;
  margin-top: 40px;
}
.restaurant_menu h3 {
  text-align: center;
  color: #063641;
  font-size: 22px;
  font-weight: 600;
  margin: 60px auto 30px;
}
.restaurant_menu .en_h3 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
}
.restaurant_box h3 {
  margin: 0px auto 10px;
  text-align: left;
}
.restaurant_menu .item_pop {
  margin-bottom: 5px;
  display: inline-block;
  color: #063641;
  font-size: 16px;
  font-weight: 500;
  padding: 0 6px;
  background-color: #f0f0f0;
}
.restaurant_menu .en_text {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.restaurant_menu div p {
  margin-bottom: 20px;
}
.btn.more {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 5px;
}
.btn.reserve {
  width: 100%;
  margin: 0px;
  background-color: #063641;
  margin-bottom: 10px;
}
.restaurant_menu .restaurant_box.breakfast_img img {
  width: 100%;
}
.btn.reserve span {
  color: #fff;
}
.btn.reserve:before {
  background-color: #ffffff;
  color: #063641;
}
.btn.reserve:hover span {
  color: #063641;
}
.restaurant_menu .restaurant_box {
  margin-bottom: 50px;
}

.restaurant_box dl {
  display: flex;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: -1px;
}
.restaurant_box dt {
  width: 25%;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.list_faci section .wrap_faci dl dt {
  width: 25%;
}
.restaurant_box dl dd {
  width: 75%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: 8px;
}
.restaurant_detail {
  width: 90%;
  margin: 35px auto 60px;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* ========================
　con_floor
========================== */

  /* ========================
　list_faci
========================== */
  .sub_fv .head_tit {
    font-size: 30px;
  }

  #container .restaurant_heading {
    text-align: center;
  }
  .con_menu .restaurant_box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
  }
  .con_menu .restaurant_box img {
    width: 60%;
    border-radius: 0 8px 8px 0;
  }
  #western .restaurant_box img {
    border-radius: 8px 0 0 8px;
  }
  .con_menu div h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .menu_sbox {
    width: 90%;
    margin: 0 auto 70px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .menu_sbox:nth-child(even) {
    flex-direction: row;
  }
  .menu_sbox img {
    width: 55%;
    border-radius: 8px;
  }
  .menu_sbox div {
    width: 40%;
    margin: 0;
  }
  #western .restaurant_box {
    flex-direction: row-reverse;
  }
  .breakfast_img img {
    width: 100%;
  }
  .restaurant_menu .restaurant_box .slick-prev,
  .restaurant_menu .restaurant_box .slick-next {
    top: 38%;
  }
  .local_food .slick-prev {
    background: url(../../img/common/left.png);
  }
  .local_food .slick-next {
    background: url(../../img/common/right.png);
  }
  .local_food .slick-prev,
  .local_food .slick-next {
    top: 45%;
  }
}

/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  .sub_fv .head_tit {
    font-size: 52px;
  }
  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;
  }
  /* ========================
restaurant_menu
========================== */
  .restaurant_menu .restaurant_box {
    display: flex;
    margin-bottom: 100px;
    align-items: center;
  }
  .restaurant_menu .restaurant_box:nth-of-type(even) {
    flex-direction: row-reverse; /* 左右を反転させる */
  }
  .restaurant_detail {
    width: 40%;
    margin: 0;
    margin-left: 3%;
  }
  .restaurant_detail:nth-child(even) {
    margin-right: 3%;
  }
  .restaurant_menu h2 {
    margin: 0px;
  }
  .restaurant_menu div h3 {
    margin-bottom: 5px;
  }
  .restaurant_menu div p {
    margin-bottom: 40px;
  }
  .btn.more,
  .btn.reserve,
  .breakfast_img img {
    width: 80%;
    left: 40%;
    margin-bottom: 15px;
  }
  .restaurant_slider {
    margin-bottom: 0;
    width: 55%;
  }
  .restaurant_slider img {
    object-fit: cover;
    height: 57vh;
  }
  .slick-dots {
    bottom: 30px;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  .container {
    margin-bottom: 100px;
  }
  h2 img {
    width: auto;
    height: 75px;
  }
  /* ========================
restaurant_menu
========================== */
  .restaurant_menu .restaurant_box {
    display: flex;
    margin: 0 auto 100px;
  }
  .restaurant_menu .restaurant_box img {
    object-fit: cover;
    object-position: 15%;
    height: 100%;
  }
  .btn.more,
  .btn.reserve {
    width: 70%;
    left: 35%;
  }
  .restaurant_menu .restaurant_box .breakfast_img img {
    width: 70%;
  }
  .restaurant_detail {
    width: 30%;
  }
  .slick-dots {
    bottom: 20px;
  }
}
