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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_invite
----------------------------------------------------------- */
.con_invite {
  overflow: hidden;
  *zoom: 1;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_invite {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_invite {
    margin-top: 0.5em;
  }
}
.con_invite .box_img {
  width: 50.45455%;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .con_invite .box_img {
    width: 100%;
    margin-bottom: 3%;
  }
  .con_invite .box_img img {
    width: 100%;
  }
}
.con_invite .box_txt {
  width: 46.36364%;
  float: right;
}
@media only screen and (max-width: 1100px) {
  .con_invite .box_txt {
    width: 100%;
  }
}
.con_invite h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #44861c;
  font-size: 139%;
  margin-bottom: 1.5em;
  font-weight: normal;
}
.con_invite h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #4c4c4c;
  font-size: 139%;
  margin-bottom: 1em;
  font-weight: 500;
}
.con_invite .txt {
  font-size: 108%;
  line-height: 1.8;
}
.con_invite .box_tel_invite {
  background: #f2f2eb;
  padding: 3.92157%;
  margin: 1.5em auto 1em;
}
.con_invite .box_inner {
  overflow: hidden;
  *zoom: 1;
}
.con_invite .box_inner .btn_contact {
  width: 30%;
  float: left;
}
.con_invite .box_inner .btn_contact a {
  display: inline-block;
  background: -moz-linear-gradient(#fefefe, #c8c8c8);
  background: -webkit-linear-gradient(#fefefe, #c8c8c8);
  background: linear-gradient(#fefefe, #c8c8c8);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFC8C8C8');
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  border: 1px solid #d7d7d7;
  padding: .7em .2em;
  display: block;
}
.con_invite .box_inner .btn_contact a:before, .con_invite .box_inner .btn_contact a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_invite .box_inner .btn_contact a > * {
  vertical-align: baseline;
  display: inline;
}
.con_invite .box_inner .btn_contact a:before {
  content: "\f138";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_invite .box_inner .btn_contact a {
    padding: .8em 0;
  }
}
.con_invite .box_inner .btn_contact a:hover {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .con_invite .box_inner .btn_contact {
    width: 100%;
    margin-bottom: 1em;
  }
}
.con_invite .box_inner .txt_tel {
  width: 67%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_invite .box_inner .txt_tel {
    width: 100%;
    text-align: center;
  }
}
.con_invite .box_inner .txt_tel .txt_info {
  color: #691216;
}
@media only screen and (max-width: 767px) {
  .con_invite .box_inner .txt_tel .txt_info {
    font-size: 90%;
  }
}
.con_invite .box_inner .txt_tel .tel {
  font-family: "Libre Baskerville", serif;
  font-size: 150%;
  letter-spacing: 0;
  color: #691216;
  padding-left: 0.3em;
}
.con_invite .box_inner .txt_tel .tel img {
  vertical-align: baseline;
  margin-right: .1em;
}
.con_invite .box_inner .txt_tel .tel a {
  text-decoration: none;
  color: #691216;
}
.con_invite .txt_note {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_invite .txt_note {
    text-align: center;
  }
}
.con_invite .txt_note .fa {
  color: #4f7310;
}
