@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :eventhall.css
 author     :Ability Consultant
style info  :イベントホール
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#eventhall #gnav li.gnav_eventhall a {
  background-position: 0 -44px;
}

/*.con_mainimage　	メインイメージ
----------------------------------------------------*/
.con_mainimage {
  background: url(../eventhall/images/img_main.jpg) 0 0 no-repeat;
  background-size: cover;
}

/*----------------------------------------------------
	.con_recruit　	リクルート
----------------------------------------------------*/
.con_entry {
  margin-bottom: 50px;
  max-width: 900px;
}
@media only screen and (max-width: 900px) {
  .con_entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.con_entry .con_step_ic {
  overflow: hidden;
  width: 72%;
  margin: 70px auto 5px;
  background: url(../eventhall/images/bg_line.png) top 35px center no-repeat;
}
@media only screen and (max-width: 1099px) {
  .con_entry .con_step_ic {
    width: 74%;
  }
}
@media only screen and (max-width: 736px) {
  .con_entry .con_step_ic {
    width: 77%;
  }
}
@media only screen and (max-width: 414px) {
  .con_entry .con_step_ic {
    width: 90%;
    background: url(../eventhall/images/bg_line.png) top 30px center no-repeat;
  }
}
.con_entry .con_step_ic ul {
  position: relative;
  min-height: 70px;
}
.con_entry .con_step_ic ul li {
  display: inline;
}
.con_entry .con_step_ic ul li.one {
  position: absolute;
  left: 0;
}
.con_entry .con_step_ic ul li.two {
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
@media only screen and (max-width: 414px) {
  .con_entry .con_step_ic ul li.two {
    margin-left: -30px;
  }
}
.con_entry .con_step_ic ul li.three {
  position: absolute;
  right: 0;
}
.con_entry .con_step_ic ul li.bg_circlea img {
  border: solid 10px #fffdf0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fffdf0;
}
@media only screen and (max-width: 414px) {
  .con_entry .con_step_ic ul li.bg_circlea img {
    border: solid 3px #fffdf0;
  }
}
.con_entry .con_step_txt {
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  .con_entry .con_step_txt {
    width: 100%;
  }
  .con_entry .con_step_txt span {
    display: block;
  }
}
.con_entry .con_step_txt ul {
  position: relative;
  min-height: 80px;
  text-align: center;
  width: 100%;
}
.con_entry .con_step_txt ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.con_entry .con_step_txt ul li.last {
  margin-right: 0;
}
.con_entry .con_step_txt ul li.bg_circlea img {
  border: solid 10px #fffdf0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fffdf0;
}
.con_entry p.txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
.con_entry p.privacy {
  margin-bottom: 30px;
}
.con_entry p.privacy a i {
  color: #fff;
  background-color: #d12929;
  width: 20px;
  height: 2%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 120%;
  padding-bottom: 1px;
}
.con_entry p span {
  color: #d12929;
}

.txt_att {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.btn_input {
  margin: 0 auto;
  width: 60%;
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #c42632;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  display: block;
}
.btn_input i {
  margin-left: 5px;
  font-size: 120%;
}
.btn_input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 736px) {
  .btn_input {
    width: 80%;
  }
}
.btn_input a {
  display: block !important;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-decoration: none !important;
}

.btn_send {
  width: 44%;
  margin-right: 4%;
  float: right;
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #c42632;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  display: block;
  margin-bottom: 50px;
}
.btn_send i {
  margin-left: 5px;
  font-size: 120%;
}
.btn_send:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 736px) {
  .btn_send {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
  }
}
.btn_send a {
  display: block !important;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-decoration: none !important;
}

.btn_back {
  width: 44%;
  margin-left: 4%;
  float: left;
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #a4a4a4;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  display: block;
  margin-bottom: 50px;
}
.btn_back i {
  margin-left: 5px;
  font-size: 120%;
}
.btn_back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 736px) {
  .btn_back {
    width: 60%;
    float: none;
    margin: 0 auto 30px;
  }
}
.btn_back a {
  display: block !important;
  color: #fff;
  padding: 10px;
  text-decoration: none !important;
}

.con_thanks {
  text-align: center;
}
.con_thanks h3 {
  font-size: 230%;
  color: #f29300;
  margin-bottom: 30px;
}
.con_thanks .tel {
  color: #c42632;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 180%;
}
@media only screen and (max-width: 414px) {
  .con_thanks .tel {
    width: 90%;
  }
  .con_thanks .tel span {
    display: block;
  }
}
.con_thanks .staff {
  border: solid 1px #ccc;
  padding: 20px;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  .con_thanks .staff {
    width: 90%;
  }
  .con_thanks .staff span {
    display: block;
  }
}
