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

 file name  : rooms.css
 author     : Ability Consultant
 style info : お部屋
=================================================================== */
.con_rooms .nav_room:after {
  content: "";
  display: table;
  clear: both;
}

/* ----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms .con_intro01 {
  margin-bottom: 70px;
}
.con_rooms .con_intro02 {
  margin-bottom: 140px;
}
.con_rooms .map {
  margin-bottom: 110px;
}
.con_rooms .type {
  margin-bottom: 80px;
}
.con_rooms .nav_room {
  margin-bottom: 80px;
}
.con_rooms .nav_room .box_l {
  float: left;
}
.con_rooms .nav_room .box_r {
  float: right;
}
.con_rooms .nav_room a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_rooms .box_room {
  margin-bottom: 120px;
}
.con_rooms .box_room h3 {
  padding-top: 30px;
  margin-bottom: 30px;
}
.con_rooms .box_room p {
  margin-bottom: 40px;
}
.con_rooms .box_room .btn {
  width: 350px;
  margin: 20px auto 0;
}
.con_rooms .box_room .btn a {
  display: inline-block;
  width: 100%;
  padding: 18px 25px;
  text-decoration: none !important;
  border: 2px solid #ded8cc;
  font-size: 16px;
  background: #ede6e2;
}
.con_rooms .box_room .btn a span {
  display: block;
  text-align: left;
  padding-right: 20px;
  position: relative;
}
.con_rooms .box_room .btn a span:after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow_r.png) no-repeat;
}
.con_rooms .box_room .btn a:hover span:after {
  right: -5px;
}
