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

 file name  : rooms.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  margin-top: 40px;
}
.con_link .lst_link {
  display: flex;
  justify-content: center;
}
.con_link .lst_link .box_link {
  border-left: 1px solid #d1d1d1;
}
.con_link .lst_link .box_link:last-of-type {
  border-right: 1px solid #d1d1d1;
}
.con_link .lst_link .box_link a {
  transition: 0.2s;
}
.con_link .lst_link .box_link a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	.con_hotel
----------------------------------------------------------- */
.con_hotel {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.con_hotel .box_txt .btn_hotel {
  margin-top: 30px;
}
.con_hotel .box_txt .btn_hotel a {
  display: block;
  font-size: 15px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  padding: 12px 0;
  transition: 0.2s;
  position: relative;
}
.con_hotel .box_txt .btn_hotel a:before {
  content: "";
  background-color: #595959;
  width: 15px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 43%;
  transform: rotate(30deg);
}
.con_hotel .box_txt .btn_hotel a:after {
  content: "";
  background-color: #595959;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.con_hotel .box_txt .btn_hotel a:hover {
  color: #fff !important;
  background-color: #333;
}
.con_hotel .box_txt .btn_hotel a:hover:before, .con_hotel .box_txt .btn_hotel a:hover:after {
  background-color: #fff;
}

/* -----------------------------------------------------------
	.con_parking
----------------------------------------------------------- */
.con_parking {
  background-color: #f7f7ef;
  padding: 40px;
  margin-top: 80px;
}
.con_parking h2 {
  text-align: center;
}
.con_parking .inner_parking {
  display: flex;
  margin-top: 40px;
}
.con_parking .inner_parking .box_left {
  width: 360px;
  margin-right: 50px;
}
.con_parking .inner_parking .box_left .box_img:nth-of-type(2n) {
  margin-top: 40px;
}
.con_parking .inner_parking .box_left .btn_parking {
  margin-top: 30px;
}
.con_parking .inner_parking .box_left .btn_parking a {
  display: block;
  font-size: 15px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  padding: 12px 0;
  transition: 0.2s;
  position: relative;
}
.con_parking .inner_parking .box_left .btn_parking a:before {
  content: "";
  background-color: #595959;
  width: 15px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 43%;
  transform: rotate(30deg);
}
.con_parking .inner_parking .box_left .btn_parking a:after {
  content: "";
  background-color: #595959;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.con_parking .inner_parking .box_left .btn_parking a:hover {
  color: #fff !important;
  background-color: #333;
}
.con_parking .inner_parking .box_left .btn_parking a:hover:before, .con_parking .inner_parking .box_left .btn_parking a:hover:after {
  background-color: #fff;
}
.con_parking .inner_parking .box_txt {
  flex: 1;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  margin-top: 80px;
}
.con_access h2 {
  text-align: center;
}
.con_access .lst_route {
  margin-top: 40px;
}
.con_access .lst_route .box_route {
  margin-top: 60px;
}
.con_access .box_sightseeing .box_intro {
  height: 660px;
  background-image: url(../access/bg_map.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 70px;
}
.con_access .box_sightseeing .box_intro h3 {
  font-size: 28px;
  font-weight: 400;
  color: #bc8017;
}
.con_access .box_sightseeing .box_intro .txt_intro {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 30px;
}
.con_access .box_sightseeing .lst_spot {
  display: flex;
}
.con_access .box_sightseeing .lst_spot .box_spot {
  width: 300px;
  margin-right: 25px;
}
.con_access .box_sightseeing .lst_spot .box_spot:nth-of-type(3n) {
  margin-right: 0;
}
.con_access .box_sightseeing .lst_spot .box_spot:nth-of-type(n+4) {
  margin-top: 40px;
}
.con_access .box_sightseeing .lst_spot .box_spot h3 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.con_access .box_sightseeing .lst_spot .box_spot h3:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 15px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../access/ic_pin.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.con_access .box_sightseeing .lst_spot .box_spot h3 .tit_main {
  font-size: 20px;
  font-weight: 500;
}
.con_access .box_sightseeing .lst_spot .box_spot h3 .tit_sub {
  font-size: 16px;
  font-weight: 500;
  color: #909090;
}
.con_access .box_sightseeing .lst_spot .box_spot .txt_spot {
  margin-top: 20px;
}
.con_access .box_sightseeing .lst_spot .box_spot .txt_time {
  display: flex;
  align-items: center;
  background-color: #f0ece9;
  padding: 5px 15px;
  margin-top: 10px;
}
.con_access .box_sightseeing .lst_spot .box_spot .txt_time:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../access/ic_car.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.con_access .box_sightseeing .lst_spot .box_spot .txt_time .inner_txt {
  font-weight: 500;
  font-size: 16px;
}
.con_access .box_sightseeing .lst_spot .box_spot .txt_time .inner_txt span {
  font-size: 20px;
}
