@charset "UTF-8";

@import url("sp_common.css");

/*
==================================================
コンテンツエリア
==================================================
*/
/*ページタイトル（宿・ホテル）*/
.system_title {
  /*余白解除*/
  margin: 0;
}

/*検索条件エリア*/
#left_box {
  /*固定幅解除*/
  width: auto;
  /*フロート解除*/
  float: none;

  /*検索条件エリア下余白調整*/
  margin-bottom: 20px;
}

/*検索結果エリア*/
#right_box {
  /*固定幅解除*/
  width: auto;
  /*フロート解除*/
  float: none;
}

/*
==================================================
検索条件
==================================================
*/
/*枠画像、ラベル画像、カレンダーアイコン*/
#search_condition img {
  /*非表示*/
  display: none;
}
#search_condition_in {
  /*枠線消去*/
  border: none;
  /*要素センタリング*/
  text-align: center;
}

/*こどもの人数について*/
#search_condition_in > div:nth-child(2) p.fs90 {
  /*非表示*/
  display: none;
}

/*食事条件*/
/*フリーワード*/
#search_condition_in > div:nth-child(4) img,
#search_condition_in > div:nth-child(5) img {
  /*ラベル画像表示*/
  display: inline;
}

/*こだわり条件*/
/*こだわり条件・検索ボタン*/
#search_condition_in > div:nth-child(8),
#search_condition_in > div:nth-child(9) {
  /*非表示*/
  display: none;
}

/*検索ボタン*/
div.search_button_box p.alignR {
  /*ボタンセンタリング*/
  text-align: center;
}
div.search_button_box p.alignR input:nth-child(1) {
  /*検索ボタンサイズ調整*/
  width: 95%;
  height: 40px;
  /*ボタン間余白調整*/
  margin-bottom: 10px;
}

/*
==================================================
ページング
==================================================
*/
div.pagination {
}

/*
==================================================
検索条件等表示
==================================================
*/
/*並び順、在庫時刻*/
#result > table tr:nth-child(3) > td {
  display: block;
  width: auto;
  text-align: left;
}
/*並び順*/
#result > table tr:nth-child(3) > td:nth-child(1) {
  padding: 10px 0;
}
/*
==================================================
検索結果
==================================================
*/
/*施設エリア*/
.hotel_box {
  /*固定幅解除*/
  width: auto;
}

/*料金、特徴 ラベル*/
table.hotel_detail > tbody > tr > td.col2 > table > tbody > tr > td:nth-child(1) {
  /*非表示*/
  display: none;
}

/*エリア名*/
.hotel_box .area_name {
  /*表示位置左寄せ*/
  float: left;
  /*上左余白調整*/
  margin: 5px 0 0 5px;
}

/*施設名*/
.hotel_box .hotel_name {
  /*フロート解除*/
  clear: both;
  /*左余白調整*/
  margin: 0 0 0 5px;
}

/*コースリスト・テーブルヘッダ*/
.hotel_box table.plan_list th {
  /*文字消去*/
  font-size: 0;
  /*高さ調整*/
  line-height: 2px;
  /*列固定幅解除*/
  width: auto;
}
/*コースリスト・テーブルセル*/
.hotel_box table.plan_list td {
  /*上部余白調整*/
  padding-top: 6px;
}

/*支払方法列*/
/*
.hotel_box table.plan_list th:nth-child(2),
.hotel_box table.plan_list td:nth-child(2) {
  display: none;
}
*/

/*料金列、空室状況列*/
.hotel_box table.plan_list td:nth-child(2),
.hotel_box table.plan_list td:nth-child(3),
.hotel_box table.plan_list td:nth-child(4) {
  /*縦並び*/
  display: block;
}

/*料金列*/
.hotel_box table.plan_list td:nth-child(3) {
  /*折り返し抑止*/
  white-space: nowrap;
}

/*在庫カレンダー*/
.stock_calendar {
  /*非表示*/
  display: none;
}

/*料金*/
.col3{
    /*上間隔を狭くする*/
    margin-top: -5px;
}

/*
==================================================
アイコンの説明
==================================================
*/
#explain {
  /*非表示*/
  display: none;
}

