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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* font-awesome */
#header {
  position: relative;
  z-index: 2;
}

#contents {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 15px;
}
.con_int .txt {
  padding-top: 30px;
}
.con_int .box_link {
  width: 950px;
  letter-spacing: -.40em;
  -moz-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  -webkit-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
}
.con_int .box_link a {
  border-left: 1px solid #f4f1ef;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 157px;
  text-decoration: none !important;
  text-align: center;
  background: #fff;
  color: #7d7674 !important;
  line-height: 1.33;
  padding: 15px 0 25px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 90%;
  position: relative;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
.con_int .box_link a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin-left: 0;
  font-size: 129%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
}
.con_int .box_link a:first-child {
  border-left: none;
}
.con_int .box_link a.border_left {
  border-left: 0;
}
.con_int .box_link a:hover, .con_int .box_link a.active {
  background: #7d7674;
  color: #fff !important;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-top: 50px;
  padding: 50px 0;
  background: #fff;
  -moz-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  -webkit-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
}
.con_rooms h3 {
  text-align: center;
}
.con_rooms .photo {
  margin-top: 15px;
}
.con_rooms .box_rooms {
  overflow: hidden;
  margin-top: 25px;
  padding: 0 15px;
}
.con_rooms .box_rooms .txt {
  float: left;
}
.con_rooms .box_rooms .table {
  float: right;
}
.con_rooms .box_rooms .btn {
  float: left;
  margin-top: 15px;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.con_rooms .box_rooms .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	.con_over
----------------------------------------------------------- */
.con_over {
  margin-top: 50px;
}
.con_over .table {
  margin-top: 25px;
}
.con_over .txt {
  margin-top: 10px;
}
