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

 file name  : rooms.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
#contents {
  margin-top: 80px;
}

/* -----------------------------------------------------------
	.con_movie
----------------------------------------------------------- */
#contents .con_movie video {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
#contents .con_rooms {
  margin-top: 120px;
}
#contents .con_rooms .rooms_slider {
  margin-top: 30px;
}
#contents .con_rooms .box_point {
  margin-top: 30px;
  background-image: url(../images/home/bg_point.jpg);
}
#contents .con_rooms .box_point .s_point {
  background: #fff;
}
#contents .con_rooms .box_point .s_point h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#contents .con_rooms .box_point .s_point h3 span {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.8em;
  background-size: 200% 0.35em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffe898 50%);
  transition: background-position 2s ease 0.1s;
}
#contents .con_rooms .box_point .s_point h3 span em {
  font-size: 30px;
}
#contents .con_rooms .box_point .s_point ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#contents .con_rooms .box_point .s_point ul li {
  width: 25%;
  text-align: left;
  box-sizing: border-box;
}
#contents .con_rooms .box_point .s_point ul li:last-child {
  padding-left: 20px;
}

/* -----------------------------------------------------------
	.con_cafe
----------------------------------------------------------- */
#contents .con_cafe {
  margin-top: 120px;
}
#contents .con_cafe .cafe_slider {
  margin-top: 30px;
}
#contents .con_cafe .box_icon {
  margin-top: 30px;
}
#contents .con_cafe .box_drink {
  margin-top: 50px;
  position: relative;
}
#contents .con_cafe .box_drink h3 {
  text-align: center;
  padding: 1.5em 0 1.5em;
}
#contents .con_cafe .box_table {
  margin: 20px auto 0;
}
#contents .con_cafe .box_table tr th {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #535353;
  padding: 6px 0;
}
#contents .con_cafe .box_table tr td {
  width: 300px;
  font-size: 14px;
  border-bottom: 1px dotted #535353;
  padding: 6px 20px;
}

/* -----------------------------------------------------------
	.con_breakfast
----------------------------------------------------------- */
#contents .con_breakfast {
  margin-top: 120px;
}
#contents .con_breakfast .box_menu {
  margin-top: 40px;
}
#contents .con_breakfast .breakfast_slider {
  margin-top: 30px;
}
#contents .con_breakfast .box_cafe {
  margin-top: 30px;
}
#contents .con_breakfast .box_table {
  margin: 20px auto 0;
}
#contents .con_breakfast .box_table tr th {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #535353;
  padding: 6px 0;
}
#contents .con_breakfast .box_table tr td {
  width: 300px;
  font-size: 14px;
  border-bottom: 1px dotted #535353;
  padding: 6px 20px;
}

/* -----------------------------------------------------------
	.con_other
----------------------------------------------------------- */
#contents .con_other {
  margin-top: 120px;
}
#contents .con_other .box_access {
  margin-top: 40px;
}
#contents .con_other .box_access .lst_route .box_route:nth-of-type(n+2) {
  margin-top: 60px;
}
#contents .con_other .box_sightseeing .box_intro h3 {
  margin-top: 80px;
  font-size: 28px;
  font-weight: 400;
  color: #bc8017;
  text-align: center;
}
#contents .con_other .box_sightseeing .box_intro .txt_intro {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}
#contents .con_other .box_sightseeing .box_intro .map {
  margin-top: 20px;
  height: 630px;
  text-align: center;
}
#contents .con_other .box_sightseeing .btn_sightseeing a {
  transition: 0.2s;
}
#contents .con_other .box_sightseeing .btn_sightseeing a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	iframe（スライダー）に充てるcss
----------------------------------------------------------- */
iframe {
  height: 500px;
}

.slide-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.slide-dots li:not(:last-child) {
  margin-right: 15px;
}
.slide-dots li button {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10000px;
  text-indent: -9999px;
  padding: 0;
}
.slide-dots li.slick-active button {
  background-color: #fff;
}
