@charset "UTF-8";
/*----------------------------------------------------
	base setting
----------------------------------------------------*/
/*----------------------------------------------------
	mixin
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
#header {
  background: url(../images/header/bg_header.png) center 0 no-repeat;
}
#header .wrp_header h1 {
  color: #fff;
  font-weight: normal;
  padding-top: 5px !important;
  margin: 0 !important;
}
#header .wrp_header .con_header {
  margin-top: 20px;
}

/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#homepage #gnav ul li.gnav_top a {
  background-position: bottom;
}

/*----------------------------------------------------
	.con_slide　	スライド
----------------------------------------------------*/
.con_slide {
  width: 1100px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.con_slide .slider {
  overflow: hidden;
  height: 560px;
}
.con_slide .bx-viewport {
  width: 1024px !important;
  margin: 0 auto;
}
.con_slide .bx-controls-direction a {
  height: 0;
  overflow: hidden;
  display: block;
  top: 270px;
  width: 61px;
  padding-top: 61px;
  position: absolute;
  z-index: 60;
}
.con_slide .bx-controls-direction .bx-prev {
  background: url(../images/home/btn_arrow_l.png) 0 0 no-repeat;
  left: 0;
}
.con_slide .bx-controls-direction .bx-next {
  background: url(../images/home/btn_arrow_r.png) 0 0 no-repeat;
  right: 0;
}
.con_slide .box_pickup {
  position: absolute;
  width: 230px;
  right: 100px;
  top: 20px;
  overflow: hidden;
  z-index: 10000;
}
.con_slide .box_pickup .wrp_pickup {
  background: url(../images/common/bg_base_r3.png) 0 0 repeat;
  margin-bottom: 10px;
}
.con_slide .box_pickup .wrp_pickup a {
  background: url(../images/home/bg.png) 0 bottom no-repeat;
  display: block;
  padding-bottom: 20px;
}
.con_slide .box_pickup .wrp_pickup a:hover {
  color: #fff;
  opacity: 0.8;
}
.con_slide .box_pickup .wrp_pickup a .st {
  text-align: center;
  margin-bottom: 5px;
}
.con_slide .box_pickup .wrp_pickup a .photo {
  text-align: center;
  padding: 0 10px 5px;
}
.con_slide .box_pickup .wrp_pickup a .txt {
  background: url(../images/common/ic_txt_arrow.png) 0 3px no-repeat;
  color: #fff;
  padding-left: 15px;
  margin: 0 10px;
}
.con_slide .box_pickup .wrp_pickup:after {
  content: url(../images/home/img_oke.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

/*客室スライド　ぺジャー*/
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  position: absolute;
  bottom: 16px;
  left: 40%;
  z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

#bx-pager {
  margin: 0 auto 50px;
  width: 1024px;
}
#bx-pager a {
  margin-left: 6px;
  position: relative;
  display: inline-block;
  width: 196px;
}
#bx-pager a img {
  margin-top: 15px;
  border: 3px solid #f8f3e1;
}
#bx-pager a:first-child {
  margin-left: 0;
}
#bx-pager a.active img {
  border: 3px solid #b34844;
}
#bx-pager a.active:after {
  content: "▲";
  color: #b34844;
  position: absolute;
  top: 0;
  left: 95px;
  font-size: 140%;
}

/*----------------------------------------------------
	.con_news　	最新情報
----------------------------------------------------*/
.con_news {
  background: url(../images/common/bg_base_w2.png) 0 0 repeat;
  margin-top: 20px;
  position: relative;
}
.con_news .wrp_news {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
.con_news .wrp_news h3 {
  text-align: center;
  position: absolute;
  left: 45%;
  top: -10px;
}
.con_news .wrp_news .box_news {
  overflow: hidden;
  margin: 90px 0 20px;
}
.con_news .wrp_news .box_news .box {
  float: left;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  width: 180px;
  margin: 0 0 10px 30px;
}
.con_news .wrp_news .box_news .box:first-child {
  margin-left: 0;
}
.con_news .wrp_news .box_news .box a {
  display: block;
  padding: 5px;
}
.con_news .wrp_news .box_news .box a:hover {
  background-color: #fce3e3;
}
.con_news .wrp_news .box_news .box .photo {
  width: 170px;
  height: 127px;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.con_news .wrp_news .box_news .box .cate {
  background-color: #736153;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin: 10px 0;
  font-size: 90%;
}
.con_news .wrp_news .box_news .box .txt {
  padding: 0 5px 20px;
  background: url(../images/common/ic_txt_arrow.png) right bottom no-repeat;
}
.con_news .wrp_news .btn_basic {
  width: 250px;
  margin: 0 auto 30px;
}

/*----------------------------------------------------
	.con_calender　	イベントカレンダー
----------------------------------------------------*/
.con_calender {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.con_calender .wrp_calender {
  width: 1024px;
  margin: 60px auto;
  background: url(../images/event/bg_calender.png) 0 35px no-repeat;
  overflow: hidden;
}
.con_calender .wrp_calender h3 {
  text-align: center;
  margin-bottom: 75px;
}
.con_calender .wrp_calender .photo {
  float: left;
  margin: 0 5px;
  width: 255px;
  overflow: hidden;
}
.con_calender .wrp_calender .photo img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #8E1E1A;
  width: 100%;
}
.con_calender .wrp_calender .box_calender {
  margin: 0 5px;
}
.con_calender .wrp_calender .box_calender .month {
  position: absolute;
  left: 510px;
  top: 80px;
  vertical-align: middle;
  color: #fff;
  font-family: 'Average', serif;
  line-height: 1;
  font-size: 200%;
}
.con_calender .wrp_calender .box_calender .month span {
  font-size: 280%;
  padding-left: 5px;
}
.con_calender .wrp_calender .box_calender .btn_pager {
  position: absolute;
  top: 110px;
  right: 100px;
}
.con_calender .wrp_calender .box_calender .btn_pager li {
  float: left;
  padding-left: 30px;
}
.con_calender .wrp_calender .box_calender .btn_pager li a {
  width: 79px;
  height: 0;
  overflow: hidden;
  padding-top: 37px;
  display: block;
}
.con_calender .wrp_calender .box_calender .btn_pager li:first-child {
  padding-left: 0;
}
.con_calender .wrp_calender .box_calender .btn_pager li.btn_prev a {
  background: url(../images/event/btn_prevmonth.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender .btn_pager li.btn_prev a:hover {
  background-position: 0 -37px;
}
.con_calender .wrp_calender .box_calender .btn_pager li.btn_next a {
  background: url(../images/event/btn_nextmonth.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender .btn_pager li.btn_next a:hover {
  background-position: 0 -37px;
}
.con_calender .wrp_calender .box_calender table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 744px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.con_calender .wrp_calender .box_calender table .week th {
  width: 106px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background: url(../images/common/bg_base_w1.png) 0 0 repeat;
  text-align: center;
  padding: 30px;
  border-left: 1px solid #ebe3da;
  border-bottom: 1px solid #ebe3da;
}
.con_calender .wrp_calender .box_calender table .week th:first-child {
  border-left: none;
}
.con_calender .wrp_calender .box_calender table tr td {
  width: 106px;
  border-left: 1px solid #ebe3da;
  border-bottom: 1px solid #ebe3da;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  vertical-align: top;
}
.con_calender .wrp_calender .box_calender table tr td .box {
  padding: 5px;
}
.con_calender .wrp_calender .box_calender table tr td .box .date {
  font-family: Arial, serif;
  font-size: 150%;
  font-weight: bold;
  padding-left: 5px;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li {
  font-size: 85%;
  margin-bottom: 8px;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li a {
  padding-left: 20px;
  text-decoration: underline;
  display: block;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li a:hover {
  color: #9E322A;
  text-decoration: none;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.massa a {
  background: url(../images/event/ic_massege.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.star a {
  background: url(../images/event/ic_star.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.cut a {
  background: url(../images/event/ic_cut.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.dish a {
  background: url(../images/event/ic_dish.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.kids a {
  background: url(../images/event/ic_kids.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td .box ul li.ladi a {
  background: url(../images/event/ic_ladies.png) 0 0 no-repeat;
}
.con_calender .wrp_calender .box_calender table tr td:first-child {
  border-left: none;
}
.con_calender .wrp_calender .box_calender table tr td.sat {
  background-color: #F3F4F9;
}
.con_calender .wrp_calender .box_calender table tr td.sat .box .date {
  color: #4d65aa;
}
.con_calender .wrp_calender .box_calender table tr td.sun {
  background-color: #f9f1f1;
}
.con_calender .wrp_calender .box_calender table tr td.sun .box .date {
  color: #902020;
}
.con_calender .wrp_calender .box_calender table tr.last td {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.con_calender .wrp_calender .box_calender table:before {
  content: url(../images/event/bg_calender_b.png);
  position: absolute;
  bottom: -20px;
}
.con_calender .check {
  position: absolute;
  top: 100px;
  left: 50px;
}

/*----------------------------------------------------
	.con_hotspring　	13種のお風呂
----------------------------------------------------*/
.con_hotspring {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 80px;
}
.con_hotspring .scroll_hotspring {
  overflow: hidden;
}
.con_hotspring .scroll_hotspring li {
  width: 390px !important;
  float: left;
}
.con_hotspring .scroll_hotspring li img {
  vertical-align: bottom;
}
.con_hotspring .scroll_hotspring li.half {
  width: 194px !important;
}
.con_hotspring .wrp_txt {
  width: 1280px;
  margin: 0 auto;
  background: url(../images/home/bg_wave.png) 200px bottom no-repeat;
  overflow: hidden;
}
.con_hotspring .wrp_txt h3 {
  float: left;
}
.con_hotspring .wrp_txt .box_txt {
  width: 750px;
  float: left;
  padding-top: 85px;
  margin-left: -70px;
}
.con_hotspring .wrp_txt .box_txt .txt {
  margin-bottom: 30px;
}
.con_hotspring .wrp_txt .box_txt .btn_basic {
  width: 250px;
  float: right;
}

/*----------------------------------------------------
	.con_facilities　	充実した館内施設
----------------------------------------------------*/
.con_facilities {
  width: 100%;
  background: url(../images/common/bg_base_w2.png) 0 0 repeat;
  position: relative;
}
.con_facilities h3 {
  text-align: center;
  position: absolute;
  left: 45%;
  top: -10px;
}
.con_facilities .wrp_facilities {
  width: 832px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.con_facilities .wrp_facilities .box_facilities {
  width: 184px;
  float: left;
  margin: 110px 0 60px 24px;
}
.con_facilities .wrp_facilities .box_facilities .box {
  background: #fff url(../images/common/line_top.jpg) 0 0 repeat-x;
  padding: 10px 10px 0;
  border: 1px solid #f0e6c2;
  overflow: hidden;
}
.con_facilities .wrp_facilities .box_facilities .box .photo {
  text-align: center;
  margin-bottom: 20px;
}
.con_facilities .wrp_facilities .box_facilities .box .photo2 {
  text-align: center;
  margin-bottom: 10px;
}
.con_facilities .wrp_facilities .box_facilities .box h4 {
  text-align: center;
  margin-bottom: 10px;
}
.con_facilities .wrp_facilities .box_facilities .box .txt {
  padding-bottom: 50px;
}
.con_facilities .wrp_facilities .box_facilities .btn_basic {
  width: 150px;
  margin: -20px auto 0;
}
.con_facilities .wrp_facilities:after {
  content: url(../images/home/img_comic.png);
  position: absolute;
  top: 100px;
  left: 0;
}

/*----------------------------------------------------
	.con_facilities　	充実した館内施設
----------------------------------------------------*/
.con_hotel {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.con_hotel .box_hotel {
  width: 1024px;
  margin: 80px auto 20px;
  border-top: 1px solid #ebe3da;
  -moz-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff url(../images/home/img_hotel.jpg) 0 bottom no-repeat;
}
.con_hotel .box_hotel .box_txt {
  width: 610px;
  float: right;
  padding: 50px 30px 20px;
}
.con_hotel .box_hotel .box_txt h4 {
  margin-bottom: 20px;
}
.con_hotel .box_hotel .box_txt .txt {
  margin-bottom: 20px;
}
.con_hotel .box_hotel .box_txt .btn_basic {
  float: right;
  width: 190px;
}
.con_hotel:after {
  content: url(../images/home/img_otoku.png);
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------
	.con_notice	お知らせ
----------------------------------------------------*/
.con_notice {
  width: 900px;
  margin: 2em auto 2.4em;
  color: #b34844;
}
.con_notice .box_inner {
  border: 5px solid #b34844;
  text-align: center;
  padding: 3em 0;
  background: #fefff4;
  line-height: 2;
}
.con_notice .box_inner h3 {
  font-size: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", "Times New Roman", serif;
}
.con_notice .box_inner .box_notice dt, .con_notice .box_inner .box_notice dd {
  display: inline-block;
}
.con_notice .box_inner .box_notice dl {
  font-size: 1.4em;
}
.con_notice .box_inner .box_notice .txt {
  margin-bottom: 1.4em;
}
.con_notice .box_inner .box_notice .annotation {
  margin-top: .7em;
}

/*----------------------------------------------------
  #fixed  追従バナー
----------------------------------------------------*/
#fixed {
  position: fixed;
  right: 30px;
  bottom: 35px;
  width: 163px;
  z-index: 100;
}
#fixed img {
  max-width: 100%;
}