@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-size: 25px;
  color: #063641;
  margin-bottom: 20px;
}
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;
}
#scene h2,
#banquet_list h2,
#banquet_contact h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 49px;
  color: #063641;
  margin-bottom: 20px;
}
.con_outer {
  margin-bottom: 60px;
}
/* ========================
　list_bqt
========================== */
.list_bqt {
  width: 90%;
  margin: 0 auto 40px;
}
.list_bqt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_bqt ul li {
  width: 33%;
  text-align: center;
  border-left: 1px solid #f0f0f0;
  margin-bottom: 12px;
  border-right: 1px solid #f0f0f0;
  margin-right: -1px;
}
.list_bqt ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_bqt ul 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;
}
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;
}
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;
}
/* ========================
　banquet_content
========================== */
.slick-dots {
  bottom: 10px;
}
.banquet_content > img {
  height: 50vh;
  object-fit: cover;
  object-position: 48%;
  margin-bottom: 50px;
}
.banquet_feature {
  width: 90%;
  margin: 20px auto 60px;
}
.banquet_feature > dl dt {
  text-align: center;
  font-size: 25px;
  color: #063641;
  margin-bottom: 8px;
}
.banquet_feature .dit_list {
  margin-top: 20px;
}
/* ========================
　scene
========================== */
.scene_slider .box_scene {
  margin: 0 10px;
}
.scene_slider .box_scene .scene_dit {
  margin-top: 15px;
}
.scene_slider .box_scene .scene_dit dt {
  text-align: center;
  font-size: 22px;
  color: #063641;
  margin-bottom: 5px;
}
.box_scene img {
  display: block;
  height: 24vh;
  object-fit: cover;
}
/* ========================
　banquet_list
========================== */
.banquet_box {
  margin-bottom: 80px;
}
.banquet_box:last-child {
  margin-bottom: 0;
}
.banquet_description {
  width: 90%;
  margin: 30px auto 50px;
}
.banquet_dit {
  margin-bottom: 30px;
}
.banquet_dit .floor {
  font-size: initial;
  text-align: center;
  width: 20%;
  border: #063641 1px solid;
}
.banquet_description .banquet_dit dt {
  font-size: 25px;
  color: #063641;
  margin-bottom: 8px;
}
.banquet_item dl {
  display: flex;
  border-top: #f0f0f0 1px solid;
  padding: 10px 0;
}
.banquet_item dl:last-child {
  border-bottom: #f0f0f0 1px solid;
}
.banquet_item dl dt {
  width: 25%;
}
.banquet_box .column {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* ========================
　equipment
========================== */
.equipment_box {
  width: 90%;
  margin: 0 auto 60px;
}
.equipment-table {
  width: 100%;
  margin-bottom: 5px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
}
.equipment-table th {
  width: 35%;
}
.equipment-table th,
.equipment-table td {
  border: 1px solid #ccc;
  padding: 10px 2%;
  text-align: left;
}
.equipment-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
/* ========================
　banquet_contact
========================== */
.banquet-contact {
  background-color: #f0f0f0;
  padding: 30px 0 40px;
}
#banquet_contact h2 {
  margin: 0;
}
.contact_box {
  width: 90%;
  margin: 0 auto 10px;
}
.contact_info {
  text-align: center;
  margin-bottom: 20px;
}
.contact_info a {
  text-align: center;
  font-size: 18px;
}
.contact_form .btn {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  background-color: #063641;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.contact_form .btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.contact_form .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.contact_form .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.contact_form .btn:hover span {
  color: #063641;
}
@media screen and (min-width: 768px) {
  #container .heading {
    text-align: center;
  }
  /* ========================
　list_bqt
========================== */
  .list_bqt ul li {
    font-size: 16px;
    width: 19%;
  }
  .list_bqt ul li:nth-child(3) {
    border-right: none;
  }
  /* ========================
　banquet_content
========================== */
  .banquet_content > img {
    height: auto;
  }
  .banquet_point {
    width: 90%;
    margin: 0 auto;
  }
  .banquet_point ul li {
    display: flex;
    gap: 4%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .banquet_point ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .faci_slider,
  .single-img {
    width: 60%;
    object-fit: contain;
  }
  .banquet_point ul li > dl {
    width: auto;
    margin: 5px auto 60px;
  }
  .banquet_feature {
    width: 36%;
    margin: 0;
  }
  .banquet_feature > dl dt {
    text-align: left;
  }
  .banquet_point ul.column {
    display: flex;
    justify-content: space-between;
  }
  .banquet_point ul.column li {
    display: initial;
    width: 48%;
    margin-bottom: 0;
  }
  .banquet_point ul.column li img {
    width: 100%;
  }
  .banquet_point ul.column li > dl dt {
    margin-bottom: 5px;
  }
  .banquet_point ul.column li > dl {
    margin: 15px auto 0;
  }
  /* ========================
　scene
========================== */
  .scene_slider {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2%;
  }
  .box_scene img {
    display: block;
    height: auto;
  }
  .scene_slider .box_scene {
    flex: 1;
    margin: 0;
  }
  .scene_slider .box_scene .scene_dit {
    margin-top: 15px;
  }

  /* ========================
　banquet_list
========================== */
  .banquet_box {
    width: 90%;
    margin: 0 auto 80px;
  }
  .banquet_description {
    margin: 0 auto;
  }
  .banquet_box .banquet_box_main li {
    display: flex;
    align-items: flex-start;
    gap: 4%;
    margin-bottom: 40px;
  }
  .banquet_box .banquet_box_main li > img {
    width: 60%;
    object-fit: contain;
  }
  .banquet_item {
    width: auto;
    margin: 20px auto 0;
  }
  .banquet_box .column {
    width: auto;
    margin: 0;
    flex-direction: row;
    gap: 4%;
  }
  /* ========================
　detail
========================== */
  .equipment_box {
    width: 80%;
  }
  /* ========================
　banquet_contact
========================== */
  .contact_box {
    text-align: center;
  }
  .banquet-contact .btn {
    width: 35%;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  #container {
    margin-bottom: 100px;
  }
  .sub_fv .head_bg img {
    object-position: 0 80%;
  }
  #container .topicpath {
    width: 1000px;
  }
  h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  #scene h2,
  #banquet_list h2,
  #banquet_contact h2 {
    font-size: 68px;
  }
  #scene h2,
  #banquet_list h2 {
    margin-bottom: 30px;
  }
  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;
  }
  .con_outer {
    margin-bottom: 100px;
  }
  /* ========================
　list_bqt
========================== */
  .list_bqt ul li {
    width: 150px;
  }
  /* ========================
　banquet_content
========================== */
  .banquet_content > img {
    width: 90%;
    margin: auto;
  }
  .banquet_feature {
    margin: 20px 0 0;
  }
  .banquet-contact .btn {
    width: 325px;
  }
  /* ========================
　banquet_list
========================== */
  .banquet_box {
    margin: 0 auto 120px;
  }
  .banquet_description {
    margin: 30px auto 50px;
  }
  /* ========================
  equipment
========================== */
  .equipment_box {
    width: 700px;
  }
  .equipment_box dl {
    padding: 12px 2%;
  }
  .equipment_box dl dt {
    width: 20%;
  }
  .equipment_box dl dd {
    width: 85%;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  .container {
    margin-bottom: 100px;
  }
  h2 img {
    width: auto;
    height: 75px;
  }
  /* ========================
　list_bqt
========================== */
  .list_bqt {
    margin: 0 auto 50px;
  }
  .list_bqt ul li {
    width: 170px;
  }

  /* ========================
　banquet_content
========================== */
  .banquet_content > img {
    width: 90%;
    margin: 0 auto 80px;
    display: block;
  }
  .banquet_point {
    width: 1200px;
  }
  .banquet_point ul li {
    margin-bottom: 60px;
  }
  .banquet_point ul li .banquet_feature > dl dt {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .banquet_point ul li .banquet_feature .dit_list {
    margin-top: 30px;
  }
  .banquet_point ul.column li > dl dt {
    margin-bottom: 10px;
  }

  /* ========================
　scene
========================== */
  .scene_slider {
    width: 1200px;
  }
  /* ========================
　banquet_list
========================== */
  .banquet_box {
    width: 1200px;
  }
  .banquet_box_main {
    margin-bottom: 60px;
  }
  .banquet_description .banquet_dit dt {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .banquet_box .banquet_box_main li > img {
    width: 100%;
  }
  .banquet_item dl dt {
    width: 20%;
  }
  .banquet_dit .floor {
    width: 12%;
  }
  .banquet_box .column {
    gap: 30px;
  }
  /* ========================
　detail
========================== */
  .equipment_box {
    width: 800px;
  }
  .equipment_box dl {
    padding: 15px 20px;
  }
  .equipment-table {
    margin-bottom: 10px;
  }
  /* ========================
　banquet_content
========================== */
  .banquet-contact {
    padding: 40px 0 60px;
  }
  .contact_box {
    margin: 0 auto 20px;
  }
  .contact_info {
    margin-bottom: 30px;
  }
  .contact_info a {
    font-size: 25px;
  }
}
