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

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	#contents update common css
----------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.inner {
  width: 908px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

/*update common content*/
#contents {
  margin-top: 31px;
  padding-top: 0;
}

/*common box_item*/
.box_item {
  padding-bottom: 50px;
  overflow: hidden;
}
.box_item .box_photo {
  width: 548px;
  line-height: 0;
}
.box_item .box_info {
  width: 337px;
}
.box_item .box_info h3 {
  line-height: 0;
}
.box_item .box_info .txt {
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  padding: 15px 0 30px 0;
}
.box_item .box_info .btn_table_rooms {
  line-height: 0;
  padding-bottom: 15px;
}
.simmons p{
  text-align: center;
}

/*common top line*/
.topline {
  height: 10px;
  background: #fdecdb;
  border-top: 1px solid #f5e0cc;
  border-left: 1px solid #f5e0cc;
  border-right: 1px solid #f5e0cc;
  width: 948px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav {
  padding-bottom: 40px;
}
.con_pnav ul {
  margin: 0 auto;
  width: 677px;
  overflow: hidden;
}
.con_pnav ul li a {
  float: left;
  line-height: 0;
}

/* -----------------------------------------------------------
	.con_japan, .con_western	common
----------------------------------------------------------- */
.con_japan .inner, .con_western .inner {
  padding-bottom: 50px;
  border-left: 1px solid #f5e0cc;
  border-right: 1px solid #f5e0cc;
  border-bottom: 1px solid #f5e0cc;
  background: #fff;
}

/* -----------------------------------------------------------
	.con_japan
----------------------------------------------------------- */
.con_japan {
  padding-bottom: 60px;
}
.con_japan .btn_jp_list {
  line-height: 0;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_western
----------------------------------------------------------- */
.con_western .inner {
  padding-bottom: 0;
}
.con_western .inner .btn_plan {
  margin-top: 13px;
}

/* -----------------------------------------------------------
	.con_other
----------------------------------------------------------- */
.con_other {
  padding: 30px 0 60px 0;
}
.con_other .inner {
  width: 950px;
  padding: 0;
}
.con_other .inner h3 {
  text-align: center;
  padding: 30px 0;
}
.con_other .inner ul {
  margin: 0 auto;
  overflow: hidden;
}
.con_other .inner ul li {
  width: 218px;
  margin-right: 26px;
  float: left;
  overflow: hidden;
}
.con_other .inner ul li.last {
  margin-right: 0;
}
.con_other .inner ul li a:hover {
  text-decoration: none;
}
.con_other .inner ul li div.box_oth {
  min-height: 280px;
  padding-bottom: 20px;
  background: #fff url(../rooms/images/ic_arrow.jpg) no-repeat bottom center;
  background-size: 7.5%;
}
.con_other .inner ul li .photo {
  line-height: 0;
}
.con_other .inner ul li .description {
  font-size: 13px;
  line-height: 20px;
  color: #333;
  padding: 15px 18px;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  width: 950px;
  padding-top: 20px;
  margin-top: -20px;
}
.con_info h3 {
  padding-bottom: 20px;
  line-height: 0;
}
.con_info table.tbl_basic {
  width: 948px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  color: #555555;
  line-height: 150%;
  width: 100%;
}
.con_info table.tbl_basic td {
  text-align: left;
  padding: 10px;
  border: #b5b09d solid 1px;
}
.con_info table.tbl_basic th {
  width: 15%;
  padding: 10px 0px;
  border: #b5b09d solid 1px;
  text-align: center;
  color: #595959;
  background: #e7e4d8;
  font-weight: normal;
}
