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

 file name  : info_banquet.css
 author     : Ability Consultant
 style info : 宴会会議場 お問い合わせコンテンツ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_rese ul {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_rese ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_rese ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_rese ul, .con_rese .ie8 ul {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_rese ul {
    width: 95%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	con_rese
----------------------------------------------------------- */
.con_rese {
  max-width: 1600px;
  margin: 100px auto 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese {
    margin: 4em auto 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese {
    margin: 4em auto 4em;
  }
}
.con_rese .box_rese {
  position: relative;
}
.con_rese .box_rese::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 86.875%;
  height: 82%;
  z-index: -1;
  background: #00685f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .con_rese .box_rese::before {
    height: 100%;
  }
}
@media print {
  .con_rese .box_rese::before {
    height: 100%;
  }
}
.ie8 .con_rese .box_rese::before {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_rese .box_rese::before {
    height: 100%;
  }
}
.con_rese .box_rese > div {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .con_rese .box_rese > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print {
  .con_rese .box_rese > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ie8 .con_rese .box_rese > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div {
    padding: 1.5em 0;
  }
}
.con_rese .box_rese > div .st_basic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese .box_rese > div .st_basic {
    padding: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .st_basic {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rese .box_rese > div .st_basic {
    margin-left: 4.93421%;
  }
}
@media print {
  .con_rese .box_rese > div .st_basic {
    margin-left: 4.93421%;
  }
}
.ie8 .con_rese .box_rese > div .st_basic {
  margin-left: 4.93421%;
}
@media only screen and (max-width: 1410px) {
  .con_rese .box_rese > div .st_basic {
    margin-left: 0;
  }
}
@media print {
  .con_rese .box_rese > div .st_basic {
    margin-left: 0;
  }
}
.ie8 .con_rese .box_rese > div .st_basic {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .con_rese .box_rese > div .st_basic {
    margin-bottom: 1.5em;
    padding: 1em 0 0;
  }
}
@media print {
  .con_rese .box_rese > div .st_basic {
    margin-bottom: 1.5em;
    padding: 1em 0 0;
  }
}
.ie8 .con_rese .box_rese > div .st_basic {
  margin-bottom: 1.5em;
  padding: 1em 0 0;
}
.con_rese .box_rese > div .st_basic em {
  color: #fff;
}
.con_rese .box_rese > div .div_rese {
  text-align: center;
  margin-left: 5%;
  width: 63.28947%;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.18);
  position: relative;
  background: #fff;
  z-index: 10;
  letter-spacing: -.4em;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese .box_rese > div .div_rese {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese {
    padding: 4% 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rese .box_rese > div .div_rese {
    top: 40px;
  }
}
@media print {
  .con_rese .box_rese > div .div_rese {
    top: 40px;
  }
}
.ie8 .con_rese .box_rese > div .div_rese {
  top: 40px;
}
@media only screen and (max-width: 1200px) {
  .con_rese .box_rese > div .div_rese {
    top: 0;
    padding: 4%;
  }
}
@media print {
  .con_rese .box_rese > div .div_rese {
    top: 0;
    padding: 4%;
  }
}
.ie8 .con_rese .box_rese > div .div_rese {
  top: 0;
  padding: 4%;
}
@media only screen and (max-width: 1200px) {
  .con_rese .box_rese > div .div_rese {
    width: 100%;
    margin: 0 auto;
  }
}
@media print {
  .con_rese .box_rese > div .div_rese {
    width: 100%;
    margin: 0 auto;
  }
}
.ie8 .con_rese .box_rese > div .div_rese {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.con_rese .box_rese > div .div_rese .phone {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .025em;
  margin-right: 4.2508%;
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese .box_rese > div .div_rese .phone {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese .phone {
    font-size: 100%;
  }
}
.con_rese .box_rese > div .div_rese .phone a, .con_rese .box_rese > div .div_rese .phone .tel {
  font-family: "Cinzel", serif;
  font-size: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese .box_rese > div .div_rese .phone a, .con_rese .box_rese > div .div_rese .phone .tel {
    font-size: 111%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese .phone a, .con_rese .box_rese > div .div_rese .phone .tel {
    font-size: 138%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1315px) {
  .con_rese .box_rese > div .div_rese .phone a, .con_rese .box_rese > div .div_rese .phone .tel {
    font-size: 107%;
  }
}
@media print {
  .con_rese .box_rese > div .div_rese .phone a, .con_rese .box_rese > div .div_rese .phone .tel {
    font-size: 107%;
  }
}
.ie8 .con_rese .box_rese > div .div_rese .phone a, .ie8 .con_rese .box_rese > div .div_rese .phone .tel {
  font-size: 107%;
}
.con_rese .box_rese > div .div_rese .phone em {
  display: block;
  font-size: 54%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese .box_rese > div .div_rese .phone em {
    font-size: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese .phone em {
    font-size: 88%;
  }
}
.con_rese .box_rese > div .div_rese .btn {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1315px) {
  .con_rese .box_rese > div .div_rese .btn {
    width: 250px;
  }
}
@media print {
  .con_rese .box_rese > div .div_rese .btn {
    width: 250px;
  }
}
.ie8 .con_rese .box_rese > div .div_rese .btn {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .con_rese .box_rese > div .div_rese .btn {
    margin-top: 1em;
  }
}
.con_rese .box_rese > div .div_rese .btn a:after {
  display: none;
}
.con_rese ul {
  margin: 120px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rese ul {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rese ul {
    margin: 2em auto 0;
  }
}
.con_rese ul li {
  text-indent: -1em;
  padding-left: 1em;
}
