/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/banquet/pagetit_bg.jpg) center!important;
  background-size: cover;
}

/* ---------------------------------------------------
	scene
------------------------------------------------------ */
#scene {
  padding: 160px 0 80px;
  background: url(../img/common/bg_03.webp) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #scene {
    background-size: 100%;
  }
}
#scene .scene_col {
  gap: 40px 16px;
  justify-content: flex-start;
}
#scene .scene_col .col_item {
  width: calc(33.333% - 11px);
}
#scene .scene_col .col_item .caption {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
#scene .scene_col .col_item .item_btn {
  margin-top: 16px;
  text-align: center;
}
#scene .scene_col .col_item .item_btn a {
  position: relative;
  display: inline-block;
  width: 250px;
  max-width: 100%;
  padding: 16px 16px;
  border-bottom: 1px solid #60a7b1;
  line-height: 1.2;
}
#scene .scene_col .col_item .item_btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #60a7b1;
  border-right: 1px solid #60a7b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 810px) {
  #scene {
    padding: 80px 0 80px;
    background-size: 1000px;
  }
  #scene .scene_col {
    gap: 32px 16px;
  }
  #scene .scene_col .col_item {
    width: calc(50% - 8px);
  }
  #scene .scene_col .col_item p {
    line-height: 1.8;
  }
  #scene .scene_col .col_item .caption {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  #scene .scene_col .col_item .item_btn {
    margin-top: 16px;
    text-align: center;
  }
  #scene .scene_col .col_item .item_btn a {
    position: relative;
    display: inline-block;
    width: 250px;
    max-width: 100%;
    padding: 16px 16px;
    border-bottom: 1px solid #60a7b1;
    line-height: 1.2;
  }
  #scene .scene_col .col_item .item_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #60a7b1;
    border-right: 1px solid #60a7b1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
/* ---------------------------------------------------
	hall
------------------------------------------------------ */
#hall {
  padding-top: 80px;
}
#hall .hall_mv {
  position: relative;
  width: 96%;
  height: 490px;
  margin: 0 auto 40px;
  background: url(../img/banquet/hall_img_01.jpg) no-repeat center;
  background-size: cover;
}
#hall .hall_mv .mv_tit {
  position: absolute;
  left: calc(50% - 540px);
  bottom: 16px;
  color: #fff;
  font-size: 10.5rem;
  letter-spacing: 0;
  line-height: 1;
}
#hall .page_subnav {
  margin-top: 64px;
}
#hall .hall_sec {
  padding: 80px 0;
}
#hall .hall_sec .sec_tit02 {
  margin-bottom: 32px;
}
#hall .hall_sec .common_slide {
  width: 856px;
  margin: 0 auto 40px;
}
#hall .hall_sec .common_slide .slick-list {
  overflow: visible;
}
#hall .hall_sec .common_slide .slick-slide {
  padding: 0 28px;
}
#hall .hall_sec .hall_btn {
  margin-top: 40px;
  text-align: center;
}
@media (any-hover: hover) {
  #hall .hall_sec .hall_btn .btn_more:hover .icon {
    filter: brightness(200%);
  }
}
#hall .hall_sec .hall_btn .btn_more::after {
  content: none;
}
#hall .hall_sec .hall_btn .btn_more .icon {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -18px;
}
#hall .hall_sec .hall_btn br + .btn_more {
  margin-left: 24px;
}

@media screen and (max-width: 810px) {
  #hall {
    padding: 80px 0;
  }
  #hall .hall_mv {
    width: 100%;
    height: 70vw;
    margin-bottom: 32px;
  }
  #hall .hall_mv .mv_tit {
    left: 4%;
    bottom: 16px;
    font-size: 12vw;
  }
  #hall .page_subnav {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  #hall .hall_sec {
    padding: 48px 0;
  }
  #hall .hall_sec .sec_tit02 {
    margin-bottom: 32px;
  }
  #hall .hall_sec .common_slide {
    width: 100%;
    margin-bottom: 24px;
  }
  #hall .hall_sec .common_slide .slick-list {
    overflow: visible;
  }
  #hall .hall_sec .common_slide .slick-slide {
    padding: 0 16px;
  }
  #hall .hall_sec .hall_btn {
    margin-top: 24px;
  }
  #hall .hall_sec .hall_btn .btn_more {
    padding-left: 0;
  }
  #hall .hall_sec .hall_btn .btn_more .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 27px;
    height: auto;
    margin-top: -14px;
  }
  #hall .hall_sec .hall_btn br + .btn_more {
    margin-top: 16px;
    margin-left: 0;
  }
}
/* ---------------------------------------------------
	cuisine
------------------------------------------------------ */
#cuisine {
  padding: 80px 0 160px;
  background: url(../img/common/bg_03.webp) no-repeat center top;
}
@media screen and (min-width: 2001px) {
  #cuisine {
    background-size: 100%;
  }
}
#cuisine .cuisine_mv {
  max-width: 1804px;
  margin: 0 auto 40px;
}
#cuisine .cuisine_mv .mv_pic {
  width: 50%;
}
#cuisine .caption {
  margin-top: 80px;
  margin-bottom: 16px;
  color: #345f69;
  font-size: 2.4rem;
}
#cuisine .table {
  border-top: 1px solid #60a7b1;
}
#cuisine .table + .caption {
  margin-top: 40px;
}
#cuisine .cuisine_note {
  margin-top: 20px;
}

@media screen and (max-width: 810px) {
  #cuisine {
    padding: 48px 0 64px;
    background-size: 1000px;
  }
  #cuisine .cuisine_mv {
    margin-bottom: 32px;
  }
  #cuisine .cuisine_mv .mv_pic {
    width: 100%;
  }
  #cuisine .caption {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  #cuisine .table + .caption {
    margin-top: 32px;
  }
  #cuisine .cuisine_note {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------
	contact_sec
------------------------------------------------------ */
#contact_sec .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 810px) {
  #contact_sec .sec_tit {
    letter-spacing: 0.05em;
  }
}