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

file name  : hotel_original.css
author     : Ability Consultant
style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* -----------------------------------------------------------
共通
----------------------------------------------------------- */
#contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#contents h3 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#contents p {
  font-size: 15px;
}
#contents .box_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  border: solid 1px #006CB7;
  border-radius: 25px;
  text-decoration: none;
  color: #006CB7 !important;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.2s;
  margin: 0 auto;
}
#contents .box_btn a:hover {
  color: #fff !important;
  background-color: #006CB7;
}
#contents .box_btn a::after {
  font-family: 'FontAwesome';
  content: '\f0a9';
  margin-left: 3px;
}

/* 背景
----------------------------------------------------------- */
/* TOPページ
----------------------------------------------------------- */
#homepage #slideshow .c_slider {
  background: url(../images/home/slide01.jpg) 0 0 no-repeat, url(../../images/home/slide02.jpg) 100% 0 no-repeat, url(../../images/home/slide03.jpg) 200% 0 no-repeat, url(../../images/home/slide04.jpg) 300% 0 no-repeat, url(../../images/home/slide05.jpg) 400% 0 no-repeat;
}
#homepage #sl_i1:target ~ #slideshow .thumbnail li:first-child a:before {
  left: 0%;
  background: url(../images/home/Thumb01_on.jpg) no-repeat left top;
}
#homepage .thumbnail li:nth-child(1) a {
  background: url(../images/home/Thumb01_off.jpg) no-repeat left top;
}
#homepage .slide_item div:nth-child(1) a {
  background: url(../images/home/slide01_off.jpg) no-repeat left top;
}

.box_rent {
  padding-left: 82px;
}
.box_rent ul li {
  margin-left: 7px !important;
}

/* #htlSide-A
----------------------------------------------------------- */
#htlSide-A {
  padding-top: 985px;
}

/* .con_bn_airplane
----------------------------------------------------------- */
.con_bn_airplane {
  margin-top: 20px;
}

/* .con_bnr 楽天バナー
----------------------------------------------------------- */
.con_bnr_ishigaki {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.con_bnr_ishigaki li {
  margin-right: 5px;
}
.con_bnr_ishigaki li:last-of-type {
  margin-right: 0;
}

/* メインイメージ .con_mainimg .st
----------------------------------------------------------- */
.con_mainimg .st {
  position: absolute;
  display: block;
  width: 1000px;
  height: 280px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

/* 航空券付きプラン
----------------------------------------------------------- */
.con_plan {
  background: url(../images/home/bg_plan.jpg) repeat;
  height: 90px;
  padding: 15px;
  margin-top: 20px;
}
.con_plan .box_l {
  float: left;
}
.con_plan .box_r {
  float: right;
}
.con_plan .box_r h3 {
  margin-bottom: 15px;
}
.con_plan .box_r ul li {
  float: left;
  margin-left: 5px;
}

/* 各コンテンツのタイトル
----------------------------------------------------------- */
.con_aut, .con_roo_fac, .con_bre, .con_acc {
  margin: 80px 0 110px;
}

.con_aut h2, .con_roo_fac h2, .con_bre h2, .con_acc h2 {
  text-align: center;
  margin-bottom: 50px;
}

/* 客室＆館内施設
----------------------------------------------------------- */
.con_roo_fac .box_roo, .con_roo_fac .box_cafe {
  margin-bottom: 80px;
}
.con_roo_fac .box_inf {
  margin-bottom: 80px;
}
.con_roo_fac .box_inf h3 {
  margin-bottom: 55px;
}
.con_roo_fac .box_inf .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.con_roo_fac .box_inf .flex li {
  width: 420px;
  margin-right: 50px;
}
.con_roo_fac .box_inf .flex li:last-of-type {
  width: 480px;
  margin-right: 0;
}
.con_roo_fac .box_inf .flex li p {
  font-feature-settings: "pwid";
  margin-bottom: 20px !important;
}
.con_roo_fac .box_inf .flex li .box_btn a {
  margin-left: 0 !important;
}
.con_roo_fac .box_roo .sentence {
  margin-bottom: 50px;
}
.con_roo_fac .box_roo .box_point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.con_roo_fac .box_cafe .box_facility {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}
.con_roo_fac .box_cafe .box_facility li {
  width: 33.3%;
  text-align: center;
  border-right: solid 1px #000;
}
.con_roo_fac .box_cafe .box_facility li:last-of-type {
  border-right: none;
}

/* 朝食
----------------------------------------------------------- */
.con_bre h3 {
  text-align: left;
  background-color: transparent;
  padding: 0;
}
.con_bre .sentence {
  margin-bottom: 50px;
}
.con_bre .txt_mor {
  margin-top: 30px;
  margin-bottom: 20px;
}
.con_bre .detail {
  width: 442px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.con_bre .detail li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2em;
  border-bottom: dotted 1px #999999;
  padding: 0 20px;
}
.con_bre .detail li .first {
  display: inline-block;
  width: 110px;
}

/* アクセス
----------------------------------------------------------- */
.con_acc .txt_intro, .con_acc .txt_route, .con_acc .sentence {
  margin-bottom: 30px;
}
.con_acc .flex {
  display: flex;
  margin-bottom: 30px;
}
.con_acc .flex li {
  width: 50%;
  border-right: dotted 2px #999999;
}
.con_acc .flex li:last-of-type {
  text-align: right;
  border-right: none;
}

.con_intro {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.con_link_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.con_link_btn li:first-of-type {
  margin-right: 15px;
}

.con_route {
  margin-bottom: 120px;
}
.con_route h2 {
  text-align: center;
  margin-bottom: 80px;
}
.con_route .box_route_map, .con_route .box_route_acc li:first-of-type {
  margin-bottom: 80px;
}

.con_sight {
  margin-bottom: 120px;
}
.con_sight h2 {
  text-align: center;
  margin-bottom: 80px;
}
.con_sight .box_sight_main {
  margin-bottom: 80px;
}

.con_spot {
  margin-bottom: 120px;
}
.con_spot .box_spot_list {
  display: flex;
  flex-wrap: wrap;
}
.con_spot .box_spot_list li {
  width: 300px;
  margin-right: 25px;
  margin-bottom: 80px;
}
.con_spot .box_spot_list li:nth-child(3), .con_spot .box_spot_list li:nth-child(6) {
  margin-right: 0;
}
.con_spot .box_spot_list li .box_spot_img {
  margin-bottom: 20px;
}
.con_spot .box_spot_list li h3 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 5px;
}
.con_spot .box_spot_list li .txt {
  font-size: 15px !important;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.con_spot .coution {
  font-weight: bold !important;
}
