@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet.css
 author     : Ability Consultant
 style info : 会場
=================================================================== */
/* Hover animation */
.con_com_sitemap {
  display: none !important;
}

.con_f_nav {
  display: none !important;
}

#con_common_banner {
  display: none !important;
}

/* -----------------------------------------------------------
	common banquet
----------------------------------------------------------- */
.txt_x {
  font-size: 108%;
  line-height: 1.85714;
  color: #4e4848;
}

.checkbox_style {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .checkbox_style {
    font-weight: normal;
  }
}
.checkbox_style:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
  color: transparent;
}
.checkbox_style .ckb_text {
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  min-width: 20px;
  padding-left: 28px;
}
.checkbox_style .ckb_icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.3em;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  overflow: hidden;
}
.checkbox_style .ckb_icon:before {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.checkbox_style input[type="checkbox"] {
  display: none;
  margin: 0;
}
.checkbox_style input[type="checkbox"]:checked + .ckb_text .ckb_icon {
  background: #222;
  border: 0 none;
}
.checkbox_style input[type="checkbox"]:checked + .ckb_text .ckb_icon:before {
  opacity: 1;
}

.radio_style {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 108%;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .radio_style {
    font-size: 100%;
  }
}
.radio_style:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
  color: transparent;
}
.radio_style .ckb_text {
  display: inline-block;
  vertical-align: middle;
  min-height: 16px;
  min-width: 16px;
  padding-left: 24px;
}
.radio_style .ckb_icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.3em;
  right: auto;
  bottom: auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  overflow: hidden;
}
.radio_style .ckb_icon:before {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #5f5d5d;
  border-radius: 50%;
}
.radio_style input[type="radio"] {
  display: none;
  margin: 0;
}
.radio_style input[type="radio"]:checked + .ckb_text .ckb_icon {
  background: #fff;
}
.radio_style input[type="radio"]:checked + .ckb_text .ckb_icon:before {
  opacity: 1;
}

.select_style {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .select_style {
    display: block;
  }
}
.select_style:after {
  position: absolute;
  font-family: ionicons;
  content: '\f123';
  color: #424242;
  font-size: 77%;
  line-height: 1;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .select_style:after {
    right: 0.8em;
  }
}
.select_style select {
  width: 100%;
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
  outline: 0;
  cursor: pointer;
  padding: 0.8em 2em 0.8em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_style select::-ms-expand {
  display: none;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 2.5em 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .box_container {
    max-width: 1600px;
  }
}
@media print {
  .con_intro .box_container {
    max-width: 1600px;
  }
}
.ie8 .con_intro .box_container {
  max-width: 1600px;
}
.con_intro .box_top {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top {
    margin-bottom: 20px;
  }
}
.con_intro .box_top .st_title {
  margin-bottom: 20px;
}
.con_intro .box_top .st_title span.en .and {
  font-size: 75%;
}
.con_intro .box_top .txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 185%;
  color: #222222;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .txt_lg {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_lg {
    text-align: left;
  }
}
.con_intro .box_top .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 108%;
  line-height: 1.9;
  color: #4e4848;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_x {
    text-align: left;
  }
}
.con_intro .box_slide:hover .slick-arrow {
  opacity: 1;
}
.con_intro .box_slide .slick-arrow {
  opacity: 0;
  display: block;
  position: absolute;
  top: 35%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .slick-arrow {
    opacity: 1;
    width: 50px;
    height: 50px;
  }
}
.con_intro .box_slide .slick-arrow:active {
  opacity: 0.8;
}
.con_intro .box_slide .slick-prev {
  left: 25px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .slick-prev {
    left: 0;
  }
}
.con_intro .box_slide .slick-next {
  right: 25px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .slick-next {
    right: 0;
  }
}
.con_intro .box_slide .slick-dots {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.con_intro .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .slick-dots li {
    margin: 0 4px;
  }
}
.con_intro .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  color: transparent;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.con_intro .box_slide .slick-dots li.slick-active button {
  border-color: #728f7b;
  background: #728f7b;
}
.con_intro .box_slide .img_thumb {
  width: 100%;
}
.con_intro .box_slide .box_detail {
  padding: 20px 20px 30px;
}
.con_intro .box_slide .box_detail .txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 185%;
  color: #4e4848;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_slide .box_detail .txt_lg {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .box_detail .txt_lg {
    font-size: 154%;
  }
}
.con_intro .box_slide .box_detail .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 116%;
  line-height: 1.9;
  color: #4e4848;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .box_detail .txt_x {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide .box_detail .txt_x {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_search_bq
----------------------------------------------------------- */
.con_search_bq {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq {
    padding-top: 2.5em;
  }
}
.con_search_bq .box_option {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq .box_option {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option {
    padding-bottom: 20px;
  }
}
.con_search_bq .box_option:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 30px solid #000;
}
.con_search_bq .box_option:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 29px solid #fff;
}
.con_search_bq .box_option .form_group {
  background: #f2f2f2;
  margin-bottom: 2px;
}
.con_search_bq .box_option .form_group .cell {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell {
    padding-top: 1em;
    padding-bottom: 0.7em;
  }
}
.con_search_bq .box_option .form_group .cell_label {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_label {
    width: 100%;
    display: block;
  }
}
.con_search_bq .box_option .form_group .cell_label .txt_title {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 124%;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_label .txt_title {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_label .txt_title {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_field {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.con_search_bq .box_option .form_group .cell_field .radio_style {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_field .radio_style {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 1em;
  }
}
.con_search_bq .box_option .form_group .cell_field .select_style {
  min-width: 220px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_option .form_group .cell_label,
  .con_search_bq .box_option .form_group .cell_field {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.con_search_bq .box_list .txt_result {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 116%;
  color: #878787;
  text-align: center;
  margin-bottom: 20px;
}
.con_search_bq .box_list .txt_result span {
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list_inner {
    width: 100%;
    overflow-x: auto;
  }
}
.con_search_bq .box_list .list {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.con_search_bq .box_list .list .item {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq .box_list .list .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 18em;
    white-space: normal;
  }
}
.con_search_bq .box_list .list .item a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.con_search_bq .box_list .list .item a:before {
  display: block;
  content: 'more';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(50%, 50%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  background: #d6a696;
  padding-top: 2px;
}
.con_search_bq .box_list .list .item .thumb {
  text-align: center;
}
.con_search_bq .box_list .list .item .thumb img {
  width: 100%;
}
.con_search_bq .box_list .list .item .txt_type {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .txt_type {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq .box_list .list .item .txt_type {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .txt_type {
    font-size: 77%;
  }
}
.con_search_bq .box_list .list .item .txt_type span {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  padding: 3px 0;
  color: #ffff;
  background: #d8d8d8;
  text-align: center;
  cursor: pointer;
}
.con_search_bq .box_list .list .item .txt_type span.active {
  background: #d6a696;
}
.con_search_bq .box_list .list .item .txt_type span:first-child {
  border-left: 0;
}
.con_search_bq .box_list .list .item .txt_type span:last-child {
  border-right: 0;
}
.con_search_bq .box_list .list .item .box_detail {
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .box_detail {
    padding: 10px;
  }
}
.con_search_bq .box_list .list .item .box_detail .txt_title {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 154%;
  color: #3c3a3a;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .box_detail .txt_title {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_bq .box_list .list .item .box_detail .txt_title {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .box_detail .txt_title {
    font-size: 124%;
  }
}
.con_search_bq .box_list .list .item .box_detail .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  color: #3c3a3a;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .box_detail .txt_x {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_bq .box_list .list .item .box_detail .txt_x {
    text-align: left;
  }
}
.con_search_bq .box_list .list .item .box_detail .txt_price {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 108%;
  color: #ba8573;
  padding-right: 1em;
}
.con_search_bq .box_list .box_hint_scroll {
  text-align: center;
}
.con_search_bq .box_list .box_hint_scroll i {
  font-size: 139%;
}

/* -----------------------------------------------------------
	con_com_highlight
----------------------------------------------------------- */
.con_com_highlight {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_com_highlight {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_com_highlight {
    padding-top: 2.5em;
  }
}
