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

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
/*Animate */
/* -----------------------------------------------------------
	下層ページ共通
----------------------------------------------------------- */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 640px;
}

.con_title {
  height: 260px;
}

.cus_contents {
  margin: 15px 0 100px;
}

/* -----------------------------------------------------------
	.con_nav_link
----------------------------------------------------------- */
.con_nav_link {
  display: flex;
  margin: 0 0 80px;
}
.con_nav_link ul {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
}
.con_nav_link ul li {
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
  border-left: solid #A5A5A5 1px;
}
.con_nav_link ul li:last-of-type {
  border-right: solid #A5A5A5 1px;
}

/* -----------------------------------------------------------
	.con_room_link
----------------------------------------------------------- */
.con_room_link {
  margin: 0 0 50px;
}
.con_room_link ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
}
.con_room_link ul li {
  margin-right: 10px;
}
.con_room_link ul li:nth-of-type(4) {
  margin-right: 0px;
}
.con_room_link ul li:nth-of-type(6) {
  margin-right: 0px;
}

/* -----------------------------------------------------------
	.con_room
----------------------------------------------------------- */
.con_room {
  text-align: center;
  margin-bottom: 30px;
}
.con_room img {
  margin-bottom: 50px;
  max-width: 100%;
}

/* -----------------------------------------------------------
	.con_serv,.con_break
----------------------------------------------------------- */
.con_serv, .con_break, .con_break_v {
  text-align: center;
  margin-bottom: 80px;
}

.con_break {
  position: relative;
}
.con_break .box_break {
  position: absolute;
  top: 180px;
  right: 20px;
}
.con_break .box_break table {
  border: 1px solid #ffe1bd;
  width: 300px;
  text-align: left;
  font-size: 115%;
}
.con_break .box_break table th {
  background-color: #ffe1bd;
  border-bottom: 1px solid #fff;
  padding: 0.5em 1.0em;
  font-weight: normal;
}
.con_break .box_break table td {
  border: 1px solid #ffe1bd;
  padding: 0.5em 1.0em;
  background: #fff;
}

.con_break_v {
  margin: 0 auto;
}
.con_break_v h3.st {
  text-align: center;
}
.con_break_v .box_place {
  float: left;
  width: 50%;
}
.con_break_v .box_place table {
  border: 1px solid #bee5e5;
  width: 400px;
  font-size: 120%;
  text-align: left;
  margin-top: 10px;
}
.con_break_v .box_place table th {
  background: #bee5e5;
  padding: 0.8em 1.5em;
  width: 30%;
  font-weight: normal;
}
.con_break_v .box_place table td {
  padding-left: 10px;
}
.con_break_v .box_place .txt {
  font-size: 120%;
  width: 400px;
  text-align: left;
}
