@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_link {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b09415;
}
.con_link .box_link {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -.4em;
}
.con_link .box_link li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.con_link .box_link li:first-child {
  margin-left: 0;
}

.con_rooms {
  margin-top: 40px;
}
.con_rooms h3 {
  text-align: center;
  margin-bottom: 35px;
}
.con_rooms .txt {
  margin-top: 30px;
  text-align: center;
}
.con_rooms .flexBox{
	display: flex;
}
.con_rooms .btn {
  margin: 5px auto 30px;
  width: 250px;
}
.con_rooms .btn a {
  display: block;
  border: solid 1px #fff;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  background: #a59228;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s;
  -o-transition: background 0.25s, color 0.25s, border 0.25s;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.con_rooms .btn a:before, .con_rooms .btn a:after {
  content: "";
  width: 2.7em;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 11px;
  bottom: auto;
  right: -1em;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  -moz-transition: right 0.25s, opacity 0.25s;
  -o-transition: right 0.25s, opacity 0.25s;
  -webkit-transition: right 0.25s, opacity 0.25s;
  transition: right 0.25s, opacity 0.25s;
}
.con_rooms .btn a:after {
  top: 75%;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.con_rooms .btn a:hover {
  background: #fff;
  color: #ab8e07;
  border: 1px solid #ab8e07;
}
.con_rooms .btn a:hover:before, .con_rooms .btn a:hover:after {
  right: -1.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.con_info {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.con_info .tbl {
  margin-top: 25px;
}

.st_link{
  text-align: center;
}
