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

 file name  : restaurant.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_break
----------------------------------------------------------- */
.con_break, .con_break_v {
  text-align: center;
  margin-bottom: 80px;
}

.con_break {
  position: relative;
}

.con_break .box_break {
  position: absolute;
  top: 200px;
  right: 20px;
}

.con_break .box_break table {
  border: 1px solid #ffe1bd;
  width: 400px;
  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 ul {
  float: right;
  width: 50%;
  padding-bottom: 110px;
}

.con_break_v .box_place {
  width: 50%;
  padding-bottom: 100px;
}

.con_break_v .box_place .txt {
  font-size: 110%;
  width: 430px;
  text-align: left;
  padding: 0.5em 0;
  float: left;
}

.con_break_v .box_place img {
  float: left;
  width: 293px;
}

.con_break_v .box_place table {
  border: 1px solid #bee5e5;
  width: 430px;
  font-size: 110%;
  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;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}

.con_break_v .box_place table td {
  padding-left: 10px;
  width: 70%;
  border-bottom: 1px solid #bee5e5;
}
