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

 file name  : facilities_banquet_contact.css
 author     : Ability Consultant
 style info : 宴会・会議 - お問い合わせ
=================================================================== */
.con_int, .int_txt_check, .con_form, .con_thanks {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int, .int_txt_check, .con_form, .con_thanks {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 75px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_int {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
@media print {
  .con_int {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
.ie8 .con_int {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.con_int .box_int {
  padding-left: 2em;
}
.con_int .box_int li {
  list-style-type: disc;
}
.con_int .box_int li em {
  color: #64a4ae;
}
@media only screen and (min-width: 1200px) {
  .con_int .box_int {
    float: left;
    width: 580px;
    line-height: 1.8;
    border-right: 1px solid #dedede;
    padding: 40px 50px 40px 2em;
  }
}
@media print {
  .con_int .box_int {
    float: left;
    width: 580px;
    line-height: 1.8;
    border-right: 1px solid #dedede;
    padding: 40px 50px 40px 2em;
  }
}
.ie8 .con_int .box_int {
  float: left;
  width: 580px;
  line-height: 1.8;
  border-right: 1px solid #dedede;
  padding: 40px 50px 40px 2em;
}
.con_int .con_tel {
  text-align: right;
}
.con_int .con_tel .box_tel {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.con_int .con_tel .box_tel .txt_tel {
  line-height: 1;
}
.con_int .con_tel .box_tel .txt_tel a, .con_int .con_tel .box_tel .txt_tel span {
  text-decoration: none;
  font-size: 193%;
  display: inline-block;
  vertical-align: middle;
  font-family: "Times New Roman", serif;
  letter-spacing: .1em;
}
.con_int .con_tel .box_tel .txt_tel i {
  display: inline-block;
  vertical-align: middle;
  font-size: 93%;
  border: 1px solid #ccc;
  padding: .2em;
  background: #efefef;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: .5em;
}
.con_int .con_tel .box_tel .txt {
  font-size: 86%;
  display: block;
  color: #505050;
}
.con_int .con_tel .btn_faq {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  vertical-align: middle;
}
.con_int .con_tel .btn_faq button, .con_int .con_tel .btn_faq a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_int .con_tel .btn_faq button:after, .con_int .con_tel .btn_faq a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_int .con_tel .btn_faq:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_int .con_tel .btn_faq:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_int .con_tel .btn_faq {
    display: block;
    width: 100%;
  }
  .con_int .con_tel .btn_faq button, .con_int .con_tel .btn_faq a {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_int .con_tel {
    float: right;
    width: 460px;
    margin-top: 55px;
    margin-right: 10px;
  }
}
@media print {
  .con_int .con_tel {
    float: right;
    width: 460px;
    margin-top: 55px;
    margin-right: 10px;
  }
}
.ie8 .con_int .con_tel {
  float: right;
  width: 460px;
  margin-top: 55px;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .con_int .con_tel {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_int .con_tel {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .con_int .con_tel .box_tel {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
}

.int_txt_check {
  margin-top: 75px;
  text-align: center;
  font-weight: 600;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .int_txt_check {
    margin-top: 10%;
  }
}

/* -----------------------------------------------------------
	con_form
----------------------------------------------------------- */
.con_form {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_form {
    margin-top: 10%;
  }
}
.con_form .req {
  color: #64a4ae;
}
.con_form table {
  width: 100%;
  line-height: 1;
}
.con_form table th {
  font-weight: 300;
  width: 325px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_form table th {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table th {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 1.5em 0;
    background: #f4f1ee;
    font-size: 108%;
  }
}
.con_form table td {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .con_form table td {
    padding: 1% 0;
  }
}
.con_form table td div.box_form {
  width: 100%;
}
.con_form table td div.box_form.size_mini {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .con_form table td div.box_form.size_mini {
    width: 40%;
  }
}
.con_form table td div.box_form.size_s {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .con_form table td div.box_form.size_s {
    width: 100%;
  }
}
.con_form table td .st_check {
  display: block;
  color: #26a69a;
  margin-bottom: .2em;
  margin-top: 1.5em;
}
.con_form table td .err {
  font-size: 87%;
  display: block;
  color: #d94545;
}
.con_form table td select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #dedede;
  height: 2.5em;
  line-height: 2.5em;
}
.con_form table td input, .con_form table td textarea {
  line-height: 1.5;
  text-indent: .2em;
}
.con_form table td input:placeholder-shown, .con_form table td textarea:placeholder-shown {
  color: #b1b1b1;
}
.con_form table td input::-webkit-input-placeholder, .con_form table td textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.con_form table td input:-moz-placeholder, .con_form table td textarea:-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
.con_form table td input::-moz-placeholder, .con_form table td textarea::-moz-placeholder {
  opacity: 1;
  color: #b1b1b1;
}
.con_form table td input:-ms-input-placeholder, .con_form table td textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
@media only screen and (max-width: 767px) {
  .con_form table td {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 2em;
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) {
  .con_form table.table_check {
    line-height: 1.5;
  }
  .con_form table.table_check th, .con_form table.table_check td {
    padding: 1em;
  }
}
@media print {
  .con_form table.table_check {
    line-height: 1.5;
  }
  .con_form table.table_check th, .con_form table.table_check td {
    padding: 1em;
  }
}
.ie8 .con_form table.table_check {
  line-height: 1.5;
}
.ie8 .con_form table.table_check th, .ie8 .con_form table.table_check td {
  padding: 1em;
}
.con_form .box_btn {
  margin-top: 50px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_form .box_btn {
    margin-top: 7%;
  }
}
.con_form .box_btn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  width: 48%;
  max-width: 315px;
  margin-left: 2%;
}
.con_form .box_btn li button, .con_form .box_btn li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_form .box_btn li button:after, .con_form .box_btn li a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_form .box_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_form .box_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_form .box_btn li {
    display: block;
    width: 100%;
  }
  .con_form .box_btn li button, .con_form .box_btn li a {
    padding: 1.2em 0;
  }
}
.con_form .box_btn li:first-child {
  margin-left: 0;
}
.con_form .box_btn li.btn_next {
  background: #64a4ae;
}
.con_form .box_btn li.btn_next button, .con_form .box_btn li.btn_next a {
  color: #fff;
}
.con_form .box_btn li.btn_next button:after, .con_form .box_btn li.btn_next a:after {
  border-color: #fff;
}
.con_form .box_btn li.btn_next:before {
  background: #8ac7d0;
}

.box_ssl {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_ssl {
    margin-top: 15%;
  }
}
.box_ssl div {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.box_ssl div a {
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .box_ssl div {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.box_ssl .txt {
  width: 810px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .box_ssl .txt {
    display: block;
    margin-top: 1em;
    margin-left: 0;
    width: 100%;
  }
}

.con_thanks {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-top: 7%;
  }
}
.con_thanks .btn {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #323232;
  background: #323232;
  overflow: hidden;
  width: 225px;
  margin: 40px auto 0;
}
.con_thanks .btn button, .con_thanks .btn a {
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.8em 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks .btn button, .con_thanks .btn a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn button, .con_thanks .btn a {
    padding: 1em 0;
  }
}
.con_thanks .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #585858;
  border-radius: 100%;
}
.con_thanks .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    margin: 5% auto 0;
  }
}
