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

 file name  :hotspring.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	ページ設定
-----------------------------------------------------------*/
#hotspring .gnav ul li.gnav_hot {
  border-bottom: 3px solid #64ad5d;
}

/*----------------------------------------------------
	.タイトル指定
----------------------------------------------------*/
.wrp_pgtit .con_pgtitle {
  background: url(../hotspring/images/bg_title.jpg) center 0 no-repeat;
}
.wrp_pgtit .con_pgtitle h2.title {
  background: url(../hotspring/images/st_title.png) 10px center no-repeat;
}

/*----------------------------------------------------
	.wrp_slider　	スライダー部分
----------------------------------------------------*/
/*カスタマイズ用追記CSS Start*/
.wrp_slider {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  .wrp_slider {
    display: none;
  }
}
.wrp_slider .tl_iyasi {
  position: absolute;
  top: 15%;
  left: 8%;
  z-index: 4;
  width: 17%;
}
.wrp_slider .tl_iyasi img {
  width: 100%;
}
.wrp_slider .slider {
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
  z-index: 2;
}
.wrp_slider .slider .bg_slbottom {
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 3;
  background: url(../hotspring/images/img_slider_bottom.png) right bottom no-repeat;
  background-size: contain;
  padding-top: 169px;
}
.wrp_slider .slider .bg_slbottom img {
  width: 100%;
}
.wrp_slider .slider .bx-wrapper {
  margin: 0 auto 0px;
  /*メインスライダーとサムネイルの間の余白を変更*/
  position: relative;
  z-index: 2;
}
.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction, .wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction {
  position: absolute;
  top: 47%;
  width: 100%;
  display: none;
}
.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev, .wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-prev {
  overflow: hidden;
  height: 0;
  padding-top: 49px;
  width: 48px;
  float: left;
  margin-left: 5px;
  background: url(../rooms/cottage/images/icon-arrow-prev01.png) left center no-repeat;
}
.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next, .wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-next {
  overflow: hidden;
  height: 0;
  padding-top: 49px;
  width: 48px;
  float: right;
  margin-right: 5px;
  background: url(../rooms/cottage/images/icon-arrow-next01.png) right center no-repeat;
}
.wrp_slider .slider .bx-wrapper .bx-pager {
  position: absolute;
  left: 74px;
  bottom: 25px;
  z-index: 10;
}
.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item {
  float: left;
}
.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  width: 70px;
  height: 0;
  padding-top: 10px;
  margin: 0 5px;
  overflow: hidden;
  background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 -10px no-repeat;
}
.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 0 no-repeat;
}
.wrp_slider .slider .bx-wrapper ul.bxslider01 li {
  display: block;
  width: 100%;
  /*メインスライダーの横幅*/
  height: auto;
  /*メインスライダーの縦幅*/
}
.wrp_slider .slider .bx-wrapper ul.bxslider01 li img {
  display: block;
  width: 100%;
  height: auto;
}
.wrp_slider .slider .controlWrap {
  width: 625px;
  display: block;
  position: relative;
  margin: 0 auto;
  float: right;
  top: -50px;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  .wrp_slider .slider .controlWrap {
    display: none;
  }
}
.wrp_slider .slider .controlWrap ul#bx-pager {
  height: 130px;
}
.wrp_slider .slider .controlWrap ul#bx-pager li {
  float: left;
  margin-right: 10px;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a {
  display: block;
  width: 300px;
  height: auto;
  padding-top: 30px;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #fbf6e3;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a.col_blue.active {
  background: url(../hotspring/images/ic_arrow_b.png) no-repeat center 10px;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a.col_blue.active img {
  border: 4px solid #1E3B7B;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a.col_red.active {
  background: url(../hotspring/images/ic_arrow_o.png) no-repeat center 10px;
}
.wrp_slider .slider .controlWrap ul#bx-pager li a.col_red.active img {
  border: 4px solid #C6561A;
}
.wrp_slider .slider .controlWrap p#PrevIcon a {
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  background: url(../rooms/cottage/images/icon-arrow-prev01.jpg) left center no-repeat;
  color: #fff;
  top: 20px;
  left: -20px;
  text-indent: -9999px;
}
.wrp_slider .slider .controlWrap p#NextIcon a {
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  background: url(../rooms/cottage/images/icon-arrow-next01.jpg) left center no-repeat;
  color: #fff;
  top: 20px;
  right: -20px;
  text-indent: -9999px;
}

/*カスタマイズ用追記CSS End*/
/*----------------------------------------------------
	.con_intro　	イントロ
----------------------------------------------------*/
.con_intro {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
.con_intro:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_intro {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 736px) {
  .con_intro {
    margin-bottom: 9%;
  }
}
.con_intro .st_smp1 {
  margin-bottom: 20px;
}
.con_intro .st_smp1 h3 {
  background-image: url(../hotspring/images/st_basic.png);
}
.con_intro .intro_sp .img {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 736px) {
  .con_intro .intro_sp .img {
    display: block;
  }
}
.con_intro .intro_sp .box_txt {
  width: 100%;
  font-size: .9em;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
}
@media only screen and (max-width: 736px) {
  .con_intro .intro_sp .box_txt {
    padding-left: 0;
    width: 94%;
    margin: 20px auto 0;
  }
}
.con_intro .intro_sp .box_txt .box_txt {
  width: 100%;
  font-size: .9em;
  position: relative;
  z-index: 10;
  padding-left: 30px;
}
@media only screen and (max-width: 736px) {
  .con_intro .intro_sp .box_txt .box_txt {
    padding-left: 0;
    width: 94%;
    margin: 20px auto 0;
  }
}

/*----------------------------------------------------
	.con_hotspring　	メインコンテンツ
----------------------------------------------------*/
.con_hotspring {
  *zoom: 1;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.con_hotspring:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_hotspring {
    width: 82%;
  }
}
@media only screen and (max-width: 736px) {
  .con_hotspring {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotspring {
    width: 100%;
  }
}
.con_hotspring .con_point {
  background: url(../hotspring/images/bg_point.jpg) top left repeat-x;
  border: 3px solid #e7dba5;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point {
    padding: 20px 1% 2%;
  }
}
.con_hotspring .con_point .wrp_h5 {
  float: left;
  width: 28%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5 {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.con_hotspring .con_point .wrp_h5 h5.point {
  position: relative;
  top: -20px;
  height: 0;
  overflow: hidden;
  margin-right: 4%;
  background: url(../hotspring/images/st_point.png) 0 0 no-repeat;
  background-size: contain;
  padding-top: 85%;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5 h5.point {
    width: 100%;
    background-size: 36%;
    padding-top: 26%;
    background-position: center top;
  }
}
.con_hotspring .con_point .wrp_h5 p {
  float: left;
  margin: -45px 0 0;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5 p {
    margin: -30px 0 0;
    font-size: .9em;
    text-align: center;
    width: 100%;
  }
}
.con_hotspring .con_point .wrp_point {
  float: right;
  width: 72%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_point {
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_hotspring .con_point .wrp_point .box_point {
  float: left;
}
.con_hotspring .con_point .wrp_point .box_point img {
  display: block;
}
.con_hotspring .con_point .wrp_point li {
  padding: 2%;
  width: 50%;
  background: url(../hotspring/images/line_dot.png) top right repeat-y;
  background-size: 1%;
}
.con_hotspring .con_point .wrp_point li:last-child {
  background: none;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_point li {
    width: 100%;
    float: none;
    background: none;
  }
  .con_hotspring .con_point .wrp_point li img {
    width: 100%;
  }
  .con_hotspring .con_point .wrp_point li h5 img {
    width: 65%;
    margin: 0 auto;
  }
}

.con_hotspring .con_point .wrp_h5_lady {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .con_hotspring .con_point .wrp_h5_lady {
  float: none;
  margin: 0 auto;
  width: 20%;
  }
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5_lady {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.con_hotspring .con_point .wrp_h5_lady h5.point {
  position: relative;
  top: 50px;
  height: 0;
  overflow: hidden;
  margin-right: 4%;
  background: url(../hotspring/images/st_lady.png) 0 0 no-repeat;
  background-size: contain;
  padding-top: 85%;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5_lady h5.point {
    width: 100%;
    background-size: 40%;
    padding-top: 26%;
    top:20px;
    background-position: center top;
  }
}
.con_hotspring .con_point .wrp_h5_lady p {
  float: left;
  margin: -45px 0 0;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_h5_lady p {
    margin: -30px 0 0;
    font-size: .9em;
    text-align: center;
    width: 100%;
  }
}

.con_hotspring .con_point .wrp_point_lady {
  float: right;
  width: 76%;
}
@media only screen and (max-width: 1024px) {
  .con_hotspring .con_point .wrp_point_lady {
  float: none;
  width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_point_lady {
    width: 100%;
  }
}
.con_hotspring .con_point .wrp_point_lady .box_point {
  float: left;
}
.con_hotspring .con_point .wrp_point_lady .box_point img {
  display: block;
}
.con_hotspring .con_point .wrp_point_lady li {
  padding: 2% 10%;
  width: 50%;
  background: url(../hotspring/images/line_dot.png) top right repeat-y;
  background-size: 3px;
}
.con_hotspring .con_point .wrp_point_lady li:last-child {
  background: none;
}

.con_hotspring .con_point .wrp_point_lady li p {
  width: 161px;
  margin: 5px auto 0;
}

@media only screen and (max-width: 736px) {
  .con_hotspring .con_point .wrp_point_lady li {
    width: 100%;
    float: none;
    background: none;
    padding: 2%;
  }
  .con_hotspring .con_point .wrp_point_lady li img {
    width: 100%;
  }
  .con_hotspring .con_point .wrp_point_lady li h5 img {
    width: 75%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	.con_bath
----------------------------------------------------*/
.con_bath {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.con_bath:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_bath {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_bath {
    margin-bottom: 10px;
  }
}
.con_bath .wrp ul {
  padding-bottom: 30px;
}
.con_bath .wrp ul li {
  background: url("../images/common/border_skin.png") 0 0 repeat-x;
  padding-top: 6px;
  float: left;
  width: 24%;
  position: relative;
  margin-left: 1.3%;
  -webkit-box-shadow: 0px 4px 4px #e4e4e4;
  -moz-box-shadow: 0px 4px 4px #e4e4e4;
  box-shadow: 0px 4px 4px #e4e4e4;
}
.con_bath .wrp ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .con_bath .wrp ul li:first-child {
    margin: 0 1% 20px;
  }
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li:first-child {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_bath .wrp ul li {
    width: 48%;
    margin-left: 0;
    margin: 0 1% 20px;
  }
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}
.con_bath .wrp ul li .photo {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_bath .wrp ul li .photo {
    height: 230px;
  }
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li .photo {
    height: 10%;
  }
  .con_bath .wrp ul li .photo img {
    height: auto;
    width: 100%;
  }
}
.con_bath .wrp ul li .photo img {
  width: 100%;
}
.con_bath .wrp ul li .txt {
  width: 100%;
}
.con_bath .wrp ul li .txt h5.type {
  position: relative;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
  line-height: 1.2em;
  padding: 2.6% 3% 4%;
  position: relative;
  font-size: 1.6em;
  background: #f8f2db;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li .txt h5.type {
    font-size: 1.5em;
  }
}
.con_bath .wrp ul li .txt h5.type:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  display: block;
  background: url(../hotspring/images/bg_icon_water.png) bottom right no-repeat;
  width: 192px;
  height: 0;
  padding-top: 193.6px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.con_bath .wrp ul li .txt h5.type span {
  font-size: .55em;
  display: block;
  opacity: .65;
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li .txt h5.type span {
    font-size: .6em;
  }
}
.con_bath .wrp ul li .txt .wrp_sweet_l {
  width: 100%;
  padding: 0 0 20px;
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li .txt .wrp_sweet_l {
    padding: 0;
  }
}
.con_bath .wrp ul li .txt .wrp_sweet_l p {
  margin-bottom: 10px;
  padding: 5% 6% 2.5%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .con_bath .wrp ul li .txt .wrp_sweet_l p {
    padding: 5% 6%;
    font-size: .8em;
  }
}

/*----------------------------------------------------
	.con_outline　	概要
----------------------------------------------------*/
.con_outline {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  padding-top: 6px;
  background: url(../images/common/border_skin.png);
  margin-bottom: 80px;
}
.con_outline:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_outline {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_outline {
    margin-bottom: 20px;
  }
}
.con_outline .wrp_outline {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  background: #fcf9eb;
  padding: 2%;
}
.con_outline .wrp_outline:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_outline .wrp_outline {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_outline .wrp_outline {
    padding: 2% 0;
  }
}
.con_outline .wrp_outline .st_smp2 {
  display: block;
  height: 0;
  overflow: hidden;
  background: url("../hotspring/images/st_center.png") center center no-repeat;
  padding-top: 109px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_outline .wrp_outline .st_smp2 {
    background: none !important;
    padding: 15px 0 10px;
    height: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    text-align: center;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .con_outline .wrp_outline .st_smp2 span {
    font-size: .8em;
    display: block;
    font-family: "Times New Roman";
    color: #dfc47a;
  }
}
.con_outline .wrp_outline .wrp .txt {
  width: 100%;
  margin: 20px 0 0 0;
}

/*----------------------------------------------------
	.con_spend　	入浴前後のおすすめの過ごし方
----------------------------------------------------*/
.con_spend {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.con_spend:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_spend {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .con_spend {
    margin-bottom: 30px;
  }
}
.con_spend .st_rborder {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 10px;
  background: url(../rooms/petcottage/images/bg_border_intro.jpg) repeat-x center center;
}
.con_spend .st_rborder p {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.con_spend .wrp_spend {
  /*width: 100%;*/
  width: 75%;
  margin: 0 auto;
}
.con_spend .wrp_spend .box_spend {
  /*width: 25%;*/
  width: 33.33333%;
  padding: 5px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_spend .wrp_spend .box_spend {
    width: 50%;
  }
}
.con_spend .wrp_spend .box_spend .wrp_img {
  width: 100%;
  padding: 15px;
  background: url(../hotspring/images/bg_box.png) 0 0 no-repeat;
}
@media only screen and (max-width: 736px) {
  .con_spend .wrp_spend .box_spend .wrp_img {
    padding: 2%;
  }
}
.con_spend .wrp_spend .box_spend .wrp_img img {
  width: 100%;
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_beige {
  display: block;
  margin: 10px auto 0;
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_beige a {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .con_spend .wrp_spend .box_spend .wrp_img .btn_beige a {
    font-size: .7em;
  }
}
@media only screen and (max-width: 736px) {
  .con_spend .wrp_spend .box_spend .wrp_img .btn_beige a div {
    padding: 7px 4px !important;
  }
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_etht a {
  width: 145px;
  background-image: url(../hotspring/images/btn_ethte_s.jpg);
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_etht a div {
  padding-top: 32px;
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_karaoke a {
  width: 150px;
  background-image: url(../hotspring/images/btn_karaoke_s.jpg);
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_karaoke a div {
  padding-top: 32px;
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_tablet a {
  width: 127px;
  background-image: url(../hotspring/images/btn_tabletennis_s.jpg);
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_tablet a div {
  padding-top: 32px;
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_boutiq a {
  width: 164px;
  background-image: url(../hotspring/images/btn_boutique_s.jpg);
}
.con_spend .wrp_spend .box_spend .wrp_img .btn_boutiq a div {
  padding-top: 32px;
}

/*----------------------------------------------------
	.b-radius　	画像角丸スタイル
----------------------------------------------------*/
.b-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*----------------------------------------------------
	.con_day	日帰り入浴のご案内
----------------------------------------------------*/
.con_day {
  *zoom: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 2%;
  margin-bottom: 50px;
  border: #dfc47a 3px solid;
  background: url(../rooms/images/bg_leaf-pattern.jpg) 0 0 repeat-x;
}
.con_day:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .con_day {
    width: 100%;
  }
}
.con_day .wrp_day {
  padding: 2%;
}
@media only screen and (max-width: 1024px) {
  .con_day .wrp_day {
    padding: 2% 0;
  }
}
@media only screen and (max-width: 736px) {
  .con_day .wrp_day {
    padding: 2% 0 5%;
  }
}
.con_day .wrp_day .st_day {
  display: block;
  height: 0;
  overflow: hidden;
  background: url("../hotspring/images/st_day.png") center center no-repeat;
  padding-top: 100px;
  margin-bottom: 20px;
  padding-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_day .wrp_day .st_day {
    background: none !important;
    padding: 15px 0 10px;
    height: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
    text-align: center;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .con_day .wrp_day .st_day span {
    font-size: .8em;
    display: block;
    font-family: "Times New Roman";
    color: #dfc47a;
  }
}
.con_day .wrp_day .box_day {
  overflow: hidden;
}
.con_day .wrp_day .box_day .box_img {
  float: left;
  width: 39%;
}
@media only screen and (max-width: 736px) {
  .con_day .wrp_day .box_day .box_img {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 736px) {
  .con_day .wrp_day .box_day .box_img .img_day {
    margin-bottom: 20px;
    text-align: center;
  }
}
.con_day .wrp_day .box_day .txt_day {
  float: right;
  width: 58%;
}
@media only screen and (max-width: 736px) {
  .con_day .wrp_day .box_day .txt_day {
    width: 100%;
    float: none;
  }
}
.con_day .wrp_day .box_day .txt_day .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .con_day .wrp_day .box_day .txt_day .txt {
    padding: 1%;
  }
}
.con_day .wrp_day .box_day .txt_day table {
  margin-bottom: 30px;
}
.con_day .wrp_day .box_day .txt_day table th {
  padding: 15px 14px;
}
.con_day .wrp_day .box_day .txt_day table td ul {
  list-style-position: inside;
}
.con_day .wrp_day .box_day .txt_day table td ul li {
  list-style-type: disc;
  padding: 5px 0;
  line-height: 1.2;
}
.con_day .wrp_day .box_day .txt_day table td ul li strong {
  color: #ac2e16;
  font-weight: bold;
}
.con_day .wrp_day .box_day .txt_day table td ul li span {
  color: #ac2e16;
  font-size: 0.9em;
}
.con_day .wrp_day .box_day .txt_day .btn_day {
  margin: 0 auto;
  width: 195px;
}
.con_day .wrp_day .box_day .txt_day .btn_day a {
  background-image: url("../hotspring/images/btn_day.png");
  width: 195px;
}
.con_day .wrp_day .box_day .txt_day .btn_day a div {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_day .wrp_day .box_day .txt_day .btn_day {
    width: 80%;
  }
}


@media only screen and (min-width: 737px) {
  .tbl_basic .view_sp{
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .tbl_basic.price {
    display: none;
  }
}

.txt_day p{
  margin: -30px 0 30px 0;
}
@media only screen and (max-width: 736px) {
  .txt_day p{
    display: none;
  }
}
.tbl_basic.price th{
  text-align: center;
  /*width: 15%!important;*/
  width: auto;
  border-left: 1px solid #d3c58f;
  border-right: 1px solid #d3c58f;
}
.tbl_basic.price td{
  text-align: center;
  border-left: 1px solid #d3c58f;
  border-right: 1px solid #d3c58f;
}