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

 file name  :information.css
 author     :Ability Consultant
style info  :ホテルインフォメーション
=================================================================== */
/*----------------------------------------------------
	.con_fac　	コンテンツ
----------------------------------------------------*/
.con_fac {
  margin-bottom: 30px;
}
.con_fac .photo {
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
}
.con_fac .box_fac {
  margin: 0 15px;
  position: relative;
  border-top: 1px solid #e3e3e3;
}
.con_fac .box_fac h3 {
  margin: -2px 0 20px 0;
  padding-top: 20px;
  color: #3c3c3c;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","Times New Roman",Times, serif;
  font-size: 150%;
  text-align: center;
  font-weight: normal;
  background: url(../images/common/ic_arrow.png) center 0 no-repeat;
  position: relative;
  margin-bottom: 10px;
}
.con_fac .box_fac .txt {
  margin-bottom: 15px;
}
.con_fac .box_fac .time {
  margin-bottom: 10px;
}
.con_fac .box_fac .tel {
  margin-bottom: 15px;
}
.con_fac .box_fac .tel a {
  display: block;
}
.con_fac .box_fac .spamenu {
  padding-top: 5px;
  padding-bottom: 5px;
}
.con_fac .box_fac .spamenu li {
  text-indent: -1em;
  margin-bottom: 10px;
  padding-left: 1em;
}
.con_fac .box_fac ul.btn li {
  margin: 0 1%;
  width: 47.3%;
  display: inline-block;
  border: 1px dotted #bdbdbd;
}
.con_fac .box_fac ul.btn li a {
  padding: 0.8em;
  color: #fff;
  background: #554934;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 110%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","Times New Roman",Times, serif;
  border: 1px solid #fff;
  -moz-box-shadow: inset 0px 0px 2px #655a47;
  -webkit-box-shadow: inset 0px 0px 2px #655a47;
  box-shadow: inset 0px 0px 2px #655a47;
}
.con_fac .box_fac ul.btn li a i.fa-angle-right {
  margin-left: 5px;
  font-size: 120%;
}
.con_fac .box_fac p.btn {
  border: 1px dotted #bdbdbd;
}
.con_fac .box_fac p.btn a {
  padding: 0.8em;
  color: #fff;
  background: #554934;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 110%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","Times New Roman",Times, serif;
  border: 1px solid #fff;
  -moz-box-shadow: inset 0px 0px 2px #655a47;
  -webkit-box-shadow: inset 0px 0px 2px #655a47;
  box-shadow: inset 0px 0px 2px #655a47;
}
.con_fac .box_fac p.btn a i.fa-angle-right {
  margin-left: 5px;
  font-size: 120%;
}
.con_fac.spa {
  background: url(../information/images/bg_flower.png) 5% 5px repeat;
}
.con_fac.wedding {
  padding: 15px 0;
  background: #f5efe2;
}
.con_fac.wedding .box_fac h3 {
  background: url(../images/common/ic_arrow02.png) center 0 no-repeat;
}
.con_fac.annex {
  padding: 15px 0;
  background: #e5f3fc;
}
.con_fac.annex .box_fac h3 {
  background: url(../images/common/ic_arrow03.png) center 0 no-repeat;
}
.con_fac.gym {
  padding: 15px 0;
  background: #f5efe2;
}
.con_fac.gym .box_fac h3 {
  background: url(../images/common/ic_arrow02.png) center 0 no-repeat;
}
.con_fac.shop {
  padding: 15px 0;
  background: #f5efe2;
}
.con_fac.shop .box_fac h3 {
  background: url(../images/common/ic_arrow02.png) center 0 no-repeat;
}
.con_fac.support {
  margin-bottom: 0;
  padding: 15px 0 25px 0;
  background: url(../information/images/bg_support.png) 0 bottom repeat #e7e3da;
}
.con_fac.support .box_fac {
  border-top: 1px solid #9c8483;
}
.con_fac.support .box_fac h3 {
  background: url(../images/common/ic_arrow04.png) center 0 no-repeat;
}
