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

 file name  : hotspring.css
 author     : Ability Consultant
 style info : 温泉
=================================================================== */
.box_container, .con_price {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .box_container, .con_price {
    width: 95%;
  }
}
@media print {
  .box_container, .con_price {
    width: 95%;
  }
}
.ie8 .box_container, .ie8 .con_price {
  width: 95%;
}

.box_container:after, .row:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	common hotspring
----------------------------------------------------------- */
.box_container {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}

.row_tbl {
  display: table;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.slide_overflow_style {
  overflow: hidden;
}
.slide_overflow_style .box_slide_inner {
  margin: 0 -25px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide_inner {
    margin: 0;
  }
}
.slide_overflow_style .box_slide {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .slide_overflow_style .box_slide {
    max-width: 80%;
  }
}
@media print {
  .slide_overflow_style .box_slide {
    max-width: 80%;
  }
}
.ie8 .slide_overflow_style .box_slide {
  max-width: 80%;
}
@media only screen and (max-width: 1260px) {
  .slide_overflow_style .box_slide {
    max-width: 70%;
  }
}
@media print {
  .slide_overflow_style .box_slide {
    max-width: 70%;
  }
}
.ie8 .slide_overflow_style .box_slide {
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide {
    max-width: 100%;
  }
}
.slide_overflow_style .box_slide .img_label {
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .img_label {
    right: 0;
    max-width: 20%;
  }
}
.slide_overflow_style .box_slide .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.slide_overflow_style .box_slide .slick-slide {
  position: relative;
  outline: 0;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-slide {
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }
}
.slide_overflow_style .box_slide .slick-slide .slide_inner {
  position: relative;
}
.slide_overflow_style .box_slide .slick-slide .img_thumb {
  width: 100%;
}
.slide_overflow_style .box_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 27px;
  height: 58px;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.slide_overflow_style .box_slide .slick-arrow:active {
  opacity: 0.8;
}
.slide_overflow_style .box_slide .slick-prev {
  left: -14px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-prev {
    left: -4%;
  }
}
.slide_overflow_style .box_slide .slick-next {
  right: -14px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-next {
    right: -4%;
  }
}
.slide_overflow_style .box_slide .slick-dots {
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-dots {
    bottom: 10px;
  }
}
.slide_overflow_style .no_slide .img_label {
  right: 0;
}
.slide_overflow_style .no_slide img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  position: relative;
  background-image: url(../hotspring/images/bg_title-pc.jpg);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../hotspring/images/bg_title-sp.jpg);
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 0;
  }
}
.con_intro .box_bg {
  max-width: 1800px;
  background: transparent url(../hotspring/images/bg_intro.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 75px 30px 65px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_bg {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_bg {
    padding: 2.5em 0;
  }
}
.con_intro .box_top {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top {
    margin-top: -200px;
  }
}
.con_intro .box_top .st_high_ver {
  display: table;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  top: -165px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .st_high_ver {
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .st_high_ver {
    position: relative;
    left: -30%;
    right: auto;
    top: 200px;
    bottom: auto;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.con_intro .box_top .img .img_big {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .img .img_big {
    margin-bottom: 20px;
  }
}
.con_intro .box_top .img .img_small {
  position: relative;
  left: -30%;
  top: -130px;
  margin-bottom: -130px;
}
@media only screen and (max-width: 1260px) {
  .con_intro .box_top .img .img_small {
    left: -10%;
    top: -60px;
    margin-bottom: -60px;
  }
}
@media print {
  .con_intro .box_top .img .img_small {
    left: -10%;
    top: -60px;
    margin-bottom: -60px;
  }
}
.ie8 .con_intro .box_top .img .img_small {
  left: -10%;
  top: -60px;
  margin-bottom: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .img .img_small {
    left: -6%;
    top: -30px;
    max-width: 60%;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .img .img_small {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_wrp {
    text-align: center;
  }
}
.con_intro .box_top .txt {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 119%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_top .txt {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt.sp_lr {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    text-align: center;
    line-height: 1.8;
  }
}
.con_intro .box_top .txt .translate_right {
  position: relative;
  left: 6px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt .translate_right {
    position: static;
  }
}
.con_intro .box_top .txt .md {
  font-size: 164%;
}
.con_intro .box_top .txt .lg {
  font-size: 200%;
  letter-spacing: 4px;
}
.con_intro .box_top .cell_left {
  width: 35%;
}
.con_intro .box_top .cell_right {
  width: 165px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .cell_right {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .cell_right {
    text-align: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .cell_left,
  .con_intro .box_top .cell_midde,
  .con_intro .box_top .cell_right {
    display: block;
    width: 100%;
  }
}
.con_intro .box_other .txt_top {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_other .txt_top {
    text-align: center;
  }
}
.con_intro .box_other ul {
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_other ul {
    margin: 0;
  }
}
.con_intro .box_other ul li {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_other ul li {
    width: 100%;
    padding: 0;
  }
}
.con_intro .box_other ul li table {
  width: 100%;
}
.con_intro .box_other ul li table tr th,
.con_intro .box_other ul li table tr td {
  border-bottom: 1px solid #1d0f06;
  padding: 4px 10px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_other ul li table tr th,
  .con_intro .box_other ul li table tr td {
    display: block;
  }
}
.con_intro .box_other ul li table tr th {
  width: 13%;
  text-align: center;
  border-bottom-width: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_other ul li table tr th {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_other ul li table tr th {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_ancho
----------------------------------------------------------- */
.con_ancho {
  padding: 60px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ancho {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho {
    padding: 2.5em 0;
  }
}
.con_ancho .st_catch {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_ancho .st_catch {
    margin-bottom: 20px;
  }
}
.con_ancho .txt {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ancho .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho .pagenav_txt .txt {
    font-size: .75em;
    margin: 1em auto 0;
    width: 95%;
  }
}
.con_ancho .btn_ghost {
  text-align: center;
  margin-bottom: 5em;
}
.con_ancho .pagenav_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.con_ancho .pagenav_common .box_cat {
  border-right: 2px dotted #8a7f70;
  margin-right: 10px;
  padding-right: 10px;
}
.con_ancho .pagenav_common .box_cat:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.con_ancho .pagenav_common .box_cat .st_sm {
  font-size: 0.75em;
  background-color: #d0c2ae;
  font-weight: bold;
  margin-bottom: .5em;
  padding: .25em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ancho .pagenav_common .box_cat .st_sm {
    font-size: 0.65em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho .pagenav_common .box_cat .st_sm {
    font-size: 0.5em;
  }
}
.con_ancho .pagenav_common .box_cat ul li a .caption {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: .3em 0;
}

/* -----------------------------------------------------------
	.con_hotspring
----------------------------------------------------------- */
.con_hotspring .box_list .list .item {
  padding: 100px 0 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_list .list .item {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_list .list .item {
    padding: 2.5em 0;
  }
}
.con_hotspring .box_list .list .item:nth-child(2n+1) {
  background: transparent url(../images/common/bg_texture_02.png) repeat left top;
}
.con_hotspring .box_list .list .item .box_title_item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_list .list .item .box_title_item {
    margin-bottom: 20px;
  }
}
.con_hotspring .box_list .list .item .box_title_item .st_high {
  padding-top: 10px;
}
.con_hotspring .box_list .list .item .box_title_item .st_high span.jp em {
  display: block;
  font-size: 67%;
}
.con_hotspring .box_list .list .item .box_title_item .st_high.nonebg {
  background: none;
}
.con_hotspring .box_list .list .item .box_slide_wrp {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_list .list .item .box_slide_wrp {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_list .list .item .box_slide_wrp {
    margin-bottom: 20px;
  }
}
.con_hotspring .box_list .list .item .box_detail .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_list .list .item .box_detail .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_price
----------------------------------------------------------- */
.con_price {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price {
    padding-top: 2.5em;
  }
}
.con_price .st_sm02 {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_price .scroll {
    overflow: scroll;
  }
}
.con_price table {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con_price table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price table {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_price table {
    margin-bottom: 30px;
  }
}
.con_price table tr th {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_price table tr th {
    width: 15%;
  }
}
@media print {
  .con_price table tr th {
    width: 15%;
  }
}
.ie8 .con_price table tr th {
  width: 15%;
}
.con_price table tr th.bl {
  border-left: 1px dotted #8a7f70;
}
@media only screen and (max-width: 767px) {
  .con_price table tr th.bl {
    border-left: 0;
    border-top: 1px solid #8a7f70;
  }
}
@media only screen and (min-width: 768px) {
  .con_price table tr td {
    width: 30%;
  }
}
@media print {
  .con_price table tr td {
    width: 30%;
  }
}
.ie8 .con_price table tr td {
  width: 30%;
}

/* -----------------------------------------------------------
	.con_one_day
----------------------------------------------------------- */
.con_one_day {
  padding: 100px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day {
    padding: 2.5em 0 0;
  }
}
.con_one_day .box_reservation {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .con_one_day .box_reservation {
    padding: 2.5em 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .row_tbl {
    display: block;
  }
}
.con_one_day .box_reservation .cell_main {
  padding-top: 2%;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1260px) {
  .con_one_day .box_reservation .cell_main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print {
  .con_one_day .box_reservation .cell_main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ie8 .con_one_day .box_reservation .cell_main {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main {
    padding: 0;
  }
}
.con_one_day .box_reservation .cell_main .st_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.3;
  color: #1d0f06;
  text-align: center;
  border-bottom: 1px solid #605750;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main .st_title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .st_title {
    margin-bottom: 20px;
  }
}
.con_one_day .box_reservation .cell_main .st_title .md {
  display: block;
  font-size: 107%;
  line-height: 1.76471;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .st_title .md {
    margin-bottom: 10px;
  }
}
.con_one_day .box_reservation .cell_main .st_title .lg {
  display: block;
  font-size: 194%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main .st_title .lg {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .st_title .lg {
    font-size: 150%;
  }
}
.con_one_day .box_reservation .cell_main .img_thumb {
  text-align: center;
  margin-bottom: 20px;
}
.con_one_day .box_reservation .cell_main .txt {
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main .txt {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .txt {
    text-align: left;
  }
}
.con_one_day .box_reservation .cell_main .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_one_day .box_reservation .cell_main .btn a {
    min-width: 0;
  }
}
.con_one_day .box_reservation .cell_thumb {
  width: 54%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_thumb {
    margin-bottom: 20px;
  }
}
.con_one_day .box_reservation .cell_thumb img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_thumb img {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con_one_day .box_reservation .cell_main,
  .con_one_day .box_reservation .cell_thumb {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	お茶蒸しコンテンツ
----------------------------------------------------------- */
.box_detail .col_detail {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
.box_detail .col_detail {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.box_detail .col_detail .st_mid {
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .box_detail .col_detail .st_mid {
    margin-bottom: 20px;
  }
}
.box_detail .col_detail .st_mid span.jp em {
  font-size: 65%;
}
.box_detail .col_detail .st_mid span.jp,
.box_detail .col_detail .st_mid span.en {
  display: inline-block;
  vertical-align: middle;
}
.box_detail .col_detail .txt {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_detail .col_detail .txt {
    margin-bottom: 30px;
  }
}
.box_detail .col_tbl {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box_detail .col_detail,
  .box_detail .col_tbl {
    width: 100%;
  }
  }
.sp_br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #lnk_rooms_07 .box_detail table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1024px) {
  #lnk_rooms_07 .box_detail .scroll {
    overflow: scroll;
  }
}
