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

 file name  : banquet_detail.css
 author     : Ability Consultant
 style info : 宴会･会議おすすめプラン
=================================================================== */
.con_banquet_detail:after, .con_banquet_detail .box_txt:after, .con_banquet_detail .box_swipe:after, .con_hall:after, .con_hall .box_hall:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	html.lower #contents
----------------------------------------------------------- */
html.lower #contents .con_intro_plan {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro_plan {
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	con_banquet_detail
----------------------------------------------------------- */
.con_banquet_detail {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 45px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_banquet_detail {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail {
    margin-bottom: 2em;
  }
}
.con_banquet_detail .txt {
  padding: 1% 3% 3% 3%;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 3%;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .txt {
    padding: 1% 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .txt {
    line-height: 1.6;
  }
}
.con_banquet_detail .box_txt .box_l {
  float: left;
  width: 50.83333%;
}
.con_banquet_detail .box_txt .box_l .note {
  padding-top: 2.5%;
}
.con_banquet_detail .box_txt .box_l .tbl_basic th {
  width: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_banquet_detail .box_txt .box_l .tbl_basic th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_txt .box_l .tbl_basic th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_txt .box_l {
    width: 100%;
    margin-bottom: 2%;
  }
}
.con_banquet_detail .box_txt .box_r {
  float: right;
  width: 45.83333%;
}
.con_banquet_detail .box_txt .box_r .box_note {
  border: 5px solid #d5d5d5;
  padding: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_banquet_detail .box_txt .box_r .box_note h5 {
  text-align: center;
  font-size: 170%;
  color: #7d7d7d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_txt .box_r .box_note h5 {
    font-size: 139%;
  }
}
.con_banquet_detail .box_txt .box_r .note {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_txt .box_r {
    width: 100%;
  }
}
.con_banquet_detail .box_swipe {
  margin-top: 3%;
  border: 5px solid #d5d5d5;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_banquet_detail .box_swipe {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_swipe {
    padding: 1em;
  }
}
.con_banquet_detail .box_swipe h5 {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 170%;
  color: #7d7d7d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-bottom: 13px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_banquet_detail .box_swipe h5 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet_detail .box_swipe h5 {
    font-size: 139%;
    width: 100%;
    display: block;
  }
}
.con_banquet_detail .box_swipe .img {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
}
.con_banquet_detail .box_swipe .box_rate {
  text-align: center;
}

/* -----------------------------------------------------------
	con_hall
----------------------------------------------------------- */
.con_hall {
  background: #f2f2f2;
  padding: 3.5% 0;
}
.con_hall .box_hall .item_hall {
  float: left;
  width: 49.16667%;
  background: white;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_hall .box_hall .item_hall {
    width: 100%;
    margin-bottom: 1.5%;
  }
}
.con_hall .box_hall .item_hall:nth-child(2n+2) {
  float: right;
}
.con_hall .box_hall .item_hall .img {
  float: left;
  width: 30.60498%;
}
.con_hall .box_hall .item_hall .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_hall .box_hall .item_hall .img {
    width: 40%;
  }
}
.con_hall .box_hall .item_hall .box_txt {
  float: right;
  width: 65.8363%;
}
@media only screen and (max-width: 767px) {
  .con_hall .box_hall .item_hall .box_txt {
    width: 55%;
  }
}
.con_hall .box_hall .item_hall .box_txt h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #7d7d7d;
  font-size: 154%;
  text-align: center;
  font-weight: normal;
  padding-bottom: 3px;
}
.con_hall .box_hall .item_hall .box_txt ul li {
  float: left;
  width: 48.7%;
  margin-bottom: 3px;
  border: 1px solid #d4d4d4;
  background-image: -moz-linear-gradient(bottom, #f3f1ee, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f3f1ee, #ffffff);
  background-image: linear-gradient(to top, #f3f1ee, #ffffff);
  text-align: center;
}
.con_hall .box_hall .item_hall .box_txt ul li:nth-child(2n+2) {
  float: right;
}
.con_hall .box_hall .item_hall .box_txt ul li a {
  text-decoration: none;
  padding: 0.1em;
  position: relative;
  display: block;
}
.con_hall .box_hall .item_hall .box_txt ul li a:after {
  position: absolute;
  content: '\f0da';
  font: normal normal normal 14px/1 FontAwesome;
  right: 10px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .con_hall .box_hall .item_hall .box_txt h4 {
    font-size: 116%;
  }
  .con_hall .box_hall .item_hall .box_txt ul li {
    width: 48%;
  }
}

/* -----------------------------------------------------------
	con_contact
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_contact {
    margin-bottom: 2em;
  }
}

/* -----------------------------------------------------------
	side_nav
----------------------------------------------------------- */
.side_nav {
  position: fixed;
  right: 0;
  background: rgba(64, 35, 0, 0.6);
  padding: 12px 20px;
  z-index: 99;
  width: 135px;
  top: -100%;
}
@media only screen and (max-width: 767px) {
  .side_nav {
    display: none;
  }
}
.side_nav h4 {
  text-align: center;
  color: #fff;
  font-size: 124%;
  border-bottom: 1px solid #5a2e09;
  padding-bottom: 10px;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.side_nav ul {
  overflow: hidden;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.side_nav ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.side_nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.side_nav ul li a i {
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  margin-right: 5px;
  color: #333;
}

/* -----------------------------------------------------------
	activeFix
----------------------------------------------------------- */
.activeFix .side_nav {
  top: 20em;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}
@media only screen and (max-width: 767px) {
  .activeFix .side_nav {
    display: none;
  }
}
