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

 file name  : hotel_rooms.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* ----------------------------------------
	.con_roo
---------------------------------------- */
#contents .con_roo h3 {
  display: flex;
  align-items: center;
  height: 77px;
  padding: 0;
}
#contents .con_roo h3 img {
  margin-left: 35px;
}
#contents .con_roo table tr th {
  width: 60px;
}

/* ----------------------------------------
	.con_main
---------------------------------------- */
#contents .con_main {
  margin-top: 16px;
}

/* ----------------------------------------
	.con_roo
---------------------------------------- */
#contents .con_roo .box_roo .txtarea {
  width: 630px;
}
#contents .con_roo .box_roo .txtarea .box_caution {
  border-top: solid 1px #eee;
  padding-top: 10px;
  margin-top: 10px;
}
#contents .con_roo .box_roo .txtarea .box_caution > p {
  line-height: 1.5em;
}

/* ----------------------------------------
	.con_pick
---------------------------------------- */
#contents .con_pick {
  display: flex;
  background-color: #ecf2d5;
  margin-top: 80px;
}
#contents .con_pick .box_txt {
  flex: 1;
  padding: 40px 0;
  margin-top: 30px;
}
#contents .con_pick .box_txt h3 {
  text-align: center;
}
#contents .con_pick .box_txt h2 {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #1c0e05;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
#contents .con_pick .box_txt .txt_pick {
  font-size: 14px;
  color: #1c0e05;
  text-align: center;
  line-height: 1.6em;
  margin-top: 10px;
}

/* ----------------------------------------
	.con_sleep
---------------------------------------- */
#contents .con_sleep {
  padding: 60px 0;
  margin-top: 80px;
  position: relative;
}
#contents .con_sleep h3 {
  text-align: center;
}
#contents .con_sleep .box_sleep {
  margin-top: 40px;
}
#contents .con_sleep .box_sleep > ul {
  display: flex;
  justify-content: center;
}
#contents .con_sleep .box_sleep > ul > li {
  width: 230px;
}
#contents .con_sleep .box_sleep > ul > li:nth-of-type(n+2) {
  margin-left: 10px;
}
#contents .con_sleep .box_sleep > ul > li h3 {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
#contents .con_sleep .box_sleep > ul > li .txt_service {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 5px;
}
