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

 file name  : room.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/*Animate */
#htlContents {
  width: 1270px !important;
  margin: 0px auto !important;
  min-width: 1270px !important;
  background: #fff;
}

/* -----------------------------------------------------------
	ボタン　
----------------------------------------------------------- */
.btn {
  transition: opacity 200ms ease-in;
  width: 300px;
  margin: 40px auto 0;
  font-size: 15px;
}

.btn:hover {
  opacity: 0.75;
}

.btn a {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #006bb6;
  border: 1px solid #006bb6;
  padding: 1em 0;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
  transition: opacity 200ms ease-in;
  font-weight: bold;
}

.btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}

/* -----------------------------------------------------------
	客室ページ
----------------------------------------------------------- */
#rooms .con_int {
  margin-top: 65px;
}
#rooms .con_int h3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#rooms .con_int .lnk_pnav {
  display: flex;
  justify-content: center;
}
#rooms .con_int .lnk_pnav li {
  transition: opacity 200ms ease-in;
  font-size: 15px;
  position: relative;
  border-left: solid 1px #333;
}
#rooms .con_int .lnk_pnav li:first-child {
  width: 120px;
}
#rooms .con_int .lnk_pnav li:nth-child(2) {
  width: 155px;
}
#rooms .con_int .lnk_pnav li:nth-child(3) {
  width: 172px;
}
#rooms .con_int .lnk_pnav li:last-child {
  border-right: solid 1px #333;
  width: 226px;
}
#rooms .con_int .lnk_pnav li a {
  display: block;
  line-height: 1;
  color: #006bb6;
  padding: 0.7em 0;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
  transition: opacity 200ms ease-in;
  font-weight: bold;
}
#rooms .con_int .lnk_pnav li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
#rooms .con_room h3,
#rooms .con_point h3,
#rooms .con_info h3,
#rooms .con_sdgs h3 {
  text-align: center;
  margin-top: 120px;
}
#rooms .con_room .st {
  margin-bottom: 60px;
}
#rooms .con_room .box_roomlnk {
  margin-bottom: 40px;
}
#rooms .con_room .box_roomlnk .room_pnav {
  display: flex;
  justify-content: center;
}
#rooms .con_room .box_roomlnk .room_pnav li {
  transition: opacity 200ms ease-in;
  width: 220px;
  margin: 5px;
  position: relative;
}
#rooms .con_room .box_roomlnk .room_pnav li a {
  display: block;
  line-height: 1;
  color: #006bb6;
  padding: 1em 15px;
  font-size: 14px;
  font-weight: normal !important;
  text-decoration: none !important;
  border: 1px solid #006bb6;
  border-radius: 0.5em;
  transition: opacity 200ms ease-in;
  font-weight: bold;
}
#rooms .con_room .box_roomlnk .room_pnav li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
#rooms .con_room .box_room .sst {
  margin-bottom: 18px;
}
#rooms .con_room .box_room .img {
  margin-bottom: 30px;
}
#rooms .con_room .box_room .box_data {
  display: flex;
}
#rooms .con_room .box_room .box_data .box_txt {
  width: 60%;
  margin-right: 40px;
}
#rooms .con_room .box_room .box_data .box_txt .sst {
  font-size: 18px;
  font-weight: bold;
  color: #006bb6;
}
#rooms .con_room .box_room .box_data .box_txt .txt {
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}
#rooms .con_room .box_room .box_data .box_txt .txt span {
  font-size: 14.5px;
}
#rooms .con_room .box_room .box_data .box_txt table {
  width: 100%;
  font-size: 14px;
}
#rooms .con_room .box_room .box_data .box_txt table td,
#rooms .con_room .box_room .box_data .box_txt table th {
  border-bottom: 0.5px dotted #707070;
  text-align: left;
}
#rooms .con_room .box_room .box_data .box_txt table th {
  padding: 10px 30px;
  font-weight: normal;
  width: 30%;
}
#rooms .con_room .box_room .box_data .box_txt table td {
  width: 70%;
  padding: 10px 30px 5px 10px;
}
#rooms .con_room .box_room .box_data .box_img {
  width: 40%;
}
#rooms .con_room .box_room .box_btn {
  display: flex;
  margin-bottom: 50px;
}
#rooms .con_room .box_room .box_btn .btn2 {
  margin: 40px 10px 0 auto;
}
#rooms .con_room .box_room .box_btn .btn3 {
  margin: 40px auto 0 10px;
}
#rooms .con_point .st {
  margin-bottom: 55px;
}
#rooms .con_info .st {
  margin-bottom: 55px;
}
#rooms .con_info .box_info {
  margin-top: 40px;
}
#rooms .con_info .box_info h4 {
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #006bb6;
}
#rooms .con_sdgs {
  margin-bottom: 85px;
  background: url(../rooms/images/bg_s_reaf.jpg) no-repeat 20px 600px;
}
#rooms .con_sdgs .box_into .st {
  margin-bottom: 25px;
}
#rooms .con_sdgs .box_into p {
  margin-bottom: 35px;
  text-align: center;
  font-size: 15px;
}
#rooms .con_sdgs .box_sdgs {
  margin-bottom: 70px;
  text-align: center;
}
#rooms .con_sdgs .box_sdgs h4 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}
#rooms .con_sdgs .box_sdgs img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
#rooms .con_sdgs .box_sdgs .txt {
  margin-bottom: 25px;
  font-size: 15px;
}
#rooms .con_sdgs .box_sdgsroom h4 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}
#rooms .con_sdgs .box_sdgsroom .box_work {
  display: flex;
}
#rooms .con_sdgs .box_sdgsroom .box_work .work {
  width: 50%;
}
#rooms .con_sdgs .box_sdgsroom .box_work .work img {
  margin-bottom: 30px;
}
#rooms .con_sdgs .box_sdgsroom .box_work .work p {
  margin-bottom: 55px;
  font-size: 15px;
}
#rooms .con_sdgs .box_sdgsroom .box_work .work:first-child {
  margin-right: 25px;
}
#rooms .con_sdgs .box_sdgsroom .box_work .work:nth-child(2) {
  margin-left: 25px;
}
