@charset "UTF-8";
.con_bankumei .box_rsv {
  width: 100%;
  max-width: 1280px;
  margin: auto; }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .con_bankumei .box_rsv {
      width: 90%; } }
  @media only screen and (max-width: 1024px) {
    .con_bankumei .box_rsv {
      width: 91.66667%; } }

@media only screen and (max-width: 767px) {
  .con_main .box_img img {
    object-position: 50% 0; } }

@media only screen and (max-width: 767px) {
  .con_foot_catch .img img {
    object-position: 50% 0; } }

.fsz40 {
  line-height: 1.8;
  font-size: 223%;
  font-family: "游明朝", "Yu Mincho", YuMincho,"Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fsz40 {
      font-size: 156%;
      line-height: 1.8; } }
  @media only screen and (max-width: 767px) {
    .fsz40 {
      font-size: 128%;
      line-height: 1.8; } }

.slick-dots {
  bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      bottom: 8px !important; } }
  .slick-dots li button {
    color: #fff !important; }
    .slick-dots li button:before {
      color: #fff !important;
      opacity: 1 !important; }
  .slick-dots li.slick-active button {
    color: #fff !important; }
    .slick-dots li.slick-active button:before {
      color: #da958f !important; }

.slick-slider {
  outline: none !important;
  margin-bottom: 80px !important; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slick-slider {
      margin-bottom: 50px !important; } }
  @media only screen and (max-width: 767px) {
    .slick-slider {
      margin-bottom: 2.2em !important; } }

.con_pnav {
  margin-top: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_pnav {
      margin-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .con_pnav {
      margin-top: 1em; } }
  .con_pnav .pnav {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .con_pnav .pnav {
        flex-wrap: wrap; } }
    .con_pnav .pnav li {
      display: flex; }
      @media only screen and (min-width: 1025px) {
        .con_pnav .pnav li {
          width: 22.36111%; }
          .con_pnav .pnav li:not(:first-child) {
            margin-left: 3.51852%; } }
      @media print {
        .con_pnav .pnav li {
          width: 22.36111%; }
          .con_pnav .pnav li:not(:first-child) {
            margin-left: 3.51852%; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_pnav .pnav li {
          width: calc(90% / 2);
          margin: 0 2.5% 1em; } }
      @media only screen and (max-width: 767px) {
        .con_pnav .pnav li {
          width: 49%;
          margin: 0 0 2% 2%; }
          .con_pnav .pnav li:nth-child(2n+1) {
            margin-left: 0; } }
      .con_pnav .pnav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        line-height: 1.3;
        padding: .8em .8em;
        letter-spacing: .15em;
        font-size: 100%;
        font-family: "游明朝", "Yu Mincho", YuMincho,"Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
        text-decoration: none;
        position: relative;
        border-bottom: 1px solid #888888;
        transition: color 400ms ease; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_pnav .pnav li a {
            font-size: 84%; } }
        @media only screen and (max-width: 767px) {
          .con_pnav .pnav li a {
            font-size: 89%; } }
        .con_pnav .pnav li a:hover {
          color: #da958f; }
          .con_pnav .pnav li a:hover:before {
            width: 100%; }
          .con_pnav .pnav li a:hover:after {
            transform: translateY(0.2em); }
        .con_pnav .pnav li a:after {
          content: "\f3d0";
          font-family: "Ionicons";
          padding-left: .5em;
          display: inline-block;
          transition: transform 400ms ease; }
        .con_pnav .pnav li a:before {
          content: '';
          width: 0;
          height: 1px;
          background: #da958f;
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 0;
          margin: 0 auto;
          transition: width 400ms ease; }
        @media only screen and (max-width: 767px) {
          .con_pnav .pnav li a .fs {
            display: block;
            width: 100%;
            font-size: 89%; } }

.con_intro {
  width: 1820px;
  max-width: 95%;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .con_intro {
      max-width: 90%; } }
  .con_intro .box_intro {
    margin-top: 80px;
    padding-bottom: 170px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_intro .box_intro {
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .con_intro .box_intro {
        margin-top: 2em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_intro .box_intro {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .con_intro .box_intro {
        padding-bottom: 1em; } }
    .con_intro .box_intro .box_slider {
      margin-bottom: 0 !important;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .con_intro .box_intro .box_slider > div img {
          width: 100%;
          height: 210px;
          object-fit: cover;
          object-position: 50%; } }
      .con_intro .box_intro .box_slider .slick-dots {
        width: 95%;
        z-index: 50;
        text-align: right;
        position: absolute;
        bottom: .8em;
        left: 0 important; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_intro .box_intro .box_slider .slick-dots {
            width: 97%; } }
        @media only screen and (max-width: 767px) {
          .con_intro .box_intro .box_slider .slick-dots {
            width: 95.7%; } }
        .con_intro .box_intro .box_slider .slick-dots li {
          display: inline-block;
          width: 5px;
          height: 5px;
          background: #FFF;
          border-radius: 1em;
          cursor: pointer;
          transition: background 400ms;
          margin: 0 2px; }
          @media only screen and (max-width: 767px) {
            .con_intro .box_intro .box_slider .slick-dots li {
              width: 5px;
              height: 5px;
              margin: 0 3px; } }
          .con_intro .box_intro .box_slider .slick-dots li:not(:first-child) {
            margin-left: 17px; }
            @media only screen and (max-width: 1440px) {
              .con_intro .box_intro .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_intro .box_intro .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (max-width: 767px) {
              .con_intro .box_intro .box_slider .slick-dots li:not(:first-child) {
                margin-left: .5em; } }
          .con_intro .box_intro .box_slider .slick-dots li:hover, .con_intro .box_intro .box_slider .slick-dots li.slick-active {
            background: #da958f; }
      .con_intro .box_intro .box_slider .slick-arrow {
        position: absolute;
        z-index: 50;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
        .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
          position: absolute;
          top: 48%;
          transform: translateY(-50%);
          z-index: 50;
          cursor: pointer;
          transition: opacity 400ms;
          height: 100%;
          display: flex;
          align-items: center;
          width: 50%; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (max-width: 767px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (min-width: 1025px) and (max-width: 1731px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
              height: 400px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
              height: 350px;
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev, .con_intro .box_intro .box_slider .slick-arrow.next {
              height: 90%;
              width: 50%; } }
          .con_intro .box_intro .box_slider .slick-arrow.prev:hover, .con_intro .box_intro .box_slider .slick-arrow.next:hover {
            opacity: .7; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev img, .con_intro .box_intro .box_slider .slick-arrow.next img {
              width: 20px !important;
              min-width: 7%; } }
          @media only screen and (max-width: 767px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev img, .con_intro .box_intro .box_slider .slick-arrow.next img {
              height: auto;
              width: 14px !important;
              min-width: 5%; } }
        .con_intro .box_intro .box_slider .slick-arrow.prev {
          left: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_intro .box_intro .box_slider .slick-arrow.prev {
              left: 0; } }
          .con_intro .box_intro .box_slider .slick-arrow.prev img {
            margin-left: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_intro .box_intro .box_slider .slick-arrow.prev img {
                margin-left: 5%; } }
        .con_intro .box_intro .box_slider .slick-arrow.next {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          right: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_intro .box_intro .box_slider .slick-arrow.next {
              right: 0; } }
          .con_intro .box_intro .box_slider .slick-arrow.next img {
            transform: scale(-1, 1);
            margin-right: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_intro .box_intro .box_slider .slick-arrow.next img {
                margin-right: 5%; } }
      .con_intro .box_intro .box_slider:hover .slick-arrow {
        opacity: 1;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
    .con_intro .box_intro .txt_info {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .con_intro .box_intro .txt_info {
          text-align: left; } }
      .con_intro .box_intro .txt_info .txt_st {
        margin-top: 28px;
        letter-spacing: 0;
        line-height: 2; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_intro .box_intro .txt_info .txt_st {
            margin-top: 20px; } }
        @media only screen and (max-width: 767px) {
          .con_intro .box_intro .txt_info .txt_st {
            margin-top: 0.8em; } }
      .con_intro .box_intro .txt_info .txt_c {
        margin-top: 20px;
        line-height: 2; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_intro .box_intro .txt_info .txt_c {
            margin-top: 18px; } }
        @media only screen and (max-width: 767px) {
          .con_intro .box_intro .txt_info .txt_c {
            margin-top: 0.5em; } }

.con_kissho {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 200px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_kissho {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_kissho {
      padding-bottom: 1em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_kissho {
      margin-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .con_kissho {
      margin-bottom: 2.5em; } }
  .con_kissho:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, transparent, #ffffff 60%, #111 100% transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 60%, #111111 100%);
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
    @media only screen and (max-width: 767px) {
      .con_kissho:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
  .con_kissho .flex_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1820px;
    max-width: 95%;
    margin: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .flex_wrap {
        display: flex; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .flex_wrap {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .flex_wrap {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-top: 2em; } }
  .con_kissho .box_images {
    width: 46.15385%;
    margin-right: 2.1978%; }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_images {
        display: none; } }
  .con_kissho .box_txt_kissho {
    width: 50.27473%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .box_txt_kissho {
        width: 50%; } }
    @media only screen and (min-width: 350px) and (max-width: 791px) {
      .con_kissho .box_txt_kissho {
        width: 49%; } }
    @media only screen and (min-width: 350px) and (max-width: 768px) {
      .con_kissho .box_txt_kissho {
        width: 48%; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_txt_kissho {
        width: 100%; } }
    .con_kissho .box_txt_kissho .txt_kissho {
      line-height: 2;
      width: 72.52747%; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_txt_kissho .txt_kissho {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_txt_kissho .txt_kissho {
          width: 100%; } }
  .con_kissho .ct_basic {
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .con_kissho .ct_basic {
        margin-bottom: .5em; } }
    .con_kissho .ct_basic span.jp {
      margin-top: 10px;
      letter-spacing: .075em; }
  .con_kissho .intro_txt {
    margin-top: 57px;
    padding-left: 5.5%;
    box-sizing: border-box;
    letter-spacing: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .intro_txt {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .intro_txt {
        margin-top: 0em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .intro_txt {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .intro_txt {
        padding-left: 0; } }
    @media only screen and (min-width: 1025px) and (max-width: 1400px) {
      .con_kissho .intro_txt br {
        display: none; } }
    @media only screen and (min-width: 1025px) and (max-width: 1499px) {
      .con_kissho .intro_txt {
        font-size: 167%; } }
  .con_kissho .txt_kissho {
    margin: 30px 0 50px;
    padding-left: 5.5%;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .txt_kissho {
        margin: 20px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .txt_kissho {
        margin: 0.5em 0 1em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .txt_kissho {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .txt_kissho {
        padding-left: 0; } }
  .con_kissho .txt_setouchi {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .txt_setouchi {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .txt_setouchi {
        margin-top: 1.5em; } }
    .con_kissho .txt_setouchi span {
      font-size: 134%;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .con_kissho .txt_setouchi span {
          font-size: 128%; } }
  .con_kissho .box_top {
    position: relative; }
    .con_kissho .box_top:before {
      background: url(../../hotspring/images/bg_texture_r.png) no-repeat;
      content: '';
      background-size: cover;
      position: absolute;
      width: 27em;
      height: 40em;
      top: -48%;
      right: -5%;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_top:before {
          width: 10em;
          height: 20em;
          top: 14%;
          transform: translateY(14%); } }
    @media only screen and (min-width: 768px) and (max-width: 790px) {
      .con_kissho .box_top .box_images {
        padding-right: 1em;
        padding-bottom: .3em; } }
  .con_kissho .box_bot {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -513px;
    margin-bottom: 76px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .box_bot {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_bot {
        margin-top: 10px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1830px) {
      .con_kissho .box_bot {
        margin-top: -400px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1704px) {
      .con_kissho .box_bot {
        margin-top: -186px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1438px) {
      .con_kissho .box_bot {
        margin-top: -9%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1432px) {
      .con_kissho .box_bot {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .box_bot {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_bot {
        margin-bottom: 1.4em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_kissho .box_bot {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap-reverse; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_bot {
        width: 100%;
        max-width: 90%;
        margin: auto;
        display: flex !important;
        flex-wrap: wrap-reverse; } }
    .con_kissho .box_bot:after {
      background: url(../../hotspring/images/bg_texture_l.png) no-repeat;
      content: '';
      background-size: cover;
      position: absolute;
      width: 27em;
      height: 40em;
      bottom: -14%;
      left: -5%;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot:after {
          width: 10em;
          height: 20em;
          top: 14%;
          transform: translateY(14%); } }
    .con_kissho .box_bot .text_box {
      margin-top: 100px;
      box-sizing: border-box;
      width: 46.15385%;
      padding-left: 17.85714%;
      padding-bottom: 1em; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_bot .text_box {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot .text_box {
          margin-top: 1.5em; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_bot .text_box {
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot .text_box {
          padding-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_bot .text_box {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot .text_box {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1159px) {
        .con_kissho .box_bot .text_box {
          padding-left: 2em; } }
      .con_kissho .box_bot .text_box p {
        line-height: 2; }
        .con_kissho .box_bot .text_box p span {
          font-size: 134%;
          font-weight: bold;
          margin-top: 1em;
          margin-bottom: 10px;
          display: block; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_kissho .box_bot .text_box p span {
              margin-top: 1em; } }
          @media only screen and (max-width: 767px) {
            .con_kissho .box_bot .text_box p span {
              margin-top: 0.5em; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_kissho .box_bot .text_box p span {
              margin-bottom: 10px; } }
          @media only screen and (max-width: 767px) {
            .con_kissho .box_bot .text_box p span {
              margin-bottom: 5px; } }
          @media only screen and (max-width: 767px) {
            .con_kissho .box_bot .text_box p span {
              font-size: 128%; } }
    .con_kissho .box_bot .images_box {
      width: 50%;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_bot .images_box {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot .images_box {
          width: 100%; } }
      .con_kissho .box_bot .images_box img {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_bot .images_box {
          order: 1; } }
  .con_kissho .box_table {
    width: 1176px;
    max-width: 95%;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_table {
        max-width: 90%; } }
    .con_kissho .box_table.mb {
      margin-bottom: 120px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_table.mb {
          margin-bottom: 80px; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_table.mb {
          margin-bottom: 2em; } }
    @media only screen and (max-width: 767px) {
      .con_kissho .box_table {
        padding-top: 1.5em;
        margin-bottom: 2em; } }
    .con_kissho .box_table .tb_title {
      margin-bottom: .7em; }
    .con_kissho .box_table .txt {
      margin-top: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_kissho .box_table .txt {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .con_kissho .box_table .txt {
          margin-top: 1em; } }

.con_nagomi {
  position: relative; }
  .con_nagomi:before {
    background: url(../../hotspring/images/bg_texture_r.png) 100% 0 no-repeat;
    background-size: 36% auto;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_nagomi:before {
        background: url(../../hotspring/images/bg_texture_r.png) 100% 0 no-repeat;
        background-size: 66% auto; } }
    @media only screen and (max-width: 767px) {
      .con_nagomi:before {
        background: url(../../hotspring/images/bg_texture_r.png) 100% 0 no-repeat;
        background-size: 100% auto; } }
  .con_nagomi .nagomi_box {
    width: 1280px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 190px;
    padding-bottom: 170px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_nagomi .nagomi_box {
        margin-bottom: 140px; } }
    @media only screen and (max-width: 767px) {
      .con_nagomi .nagomi_box {
        margin-bottom: 3em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_nagomi .nagomi_box {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .con_nagomi .nagomi_box {
        padding-bottom: 3em; } }
    .con_nagomi .nagomi_box:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background-image: -webkit-linear-gradient(left, transparent, #ffffff 60%, #111 100% transparent);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 60%, #111111 100%);
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_nagomi .nagomi_box:before {
          width: 89%;
          background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
      @media only screen and (max-width: 767px) {
        .con_nagomi .nagomi_box:before {
          width: 89%;
          background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
    .con_nagomi .nagomi_box .box_slider {
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 1025px) {
        .con_nagomi .nagomi_box .box_slider {
          margin-bottom: 60px !important; } }
      @media print {
        .con_nagomi .nagomi_box .box_slider {
          margin-bottom: 60px !important; } }
      @media only screen and (max-width: 1024px) {
        .con_nagomi .nagomi_box .box_slider {
          margin-bottom: 20px !important; } }
      .con_nagomi .nagomi_box .box_slider .slick-dots {
        width: 95%;
        z-index: 50;
        text-align: right;
        position: absolute;
        bottom: .8em;
        left: 0 important; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_nagomi .nagomi_box .box_slider .slick-dots {
            width: 97%; } }
        @media only screen and (max-width: 767px) {
          .con_nagomi .nagomi_box .box_slider .slick-dots {
            width: 95.7%; } }
        .con_nagomi .nagomi_box .box_slider .slick-dots li {
          display: inline-block;
          width: 5px;
          height: 5px;
          background: #FFF;
          border-radius: 1em;
          cursor: pointer;
          transition: background 400ms;
          margin: 0 2px; }
          @media only screen and (max-width: 767px) {
            .con_nagomi .nagomi_box .box_slider .slick-dots li {
              width: 5px;
              height: 5px;
              margin: 0 3px; } }
          .con_nagomi .nagomi_box .box_slider .slick-dots li:not(:first-child) {
            margin-left: 17px; }
            @media only screen and (max-width: 1440px) {
              .con_nagomi .nagomi_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_nagomi .nagomi_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (max-width: 767px) {
              .con_nagomi .nagomi_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: .5em; } }
          .con_nagomi .nagomi_box .box_slider .slick-dots li:hover, .con_nagomi .nagomi_box .box_slider .slick-dots li.slick-active {
            background: #da958f; }
      .con_nagomi .nagomi_box .box_slider .slick-arrow {
        position: absolute;
        z-index: 50;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
        .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
          position: absolute;
          top: 48%;
          transform: translateY(-50%);
          z-index: 50;
          cursor: pointer;
          transition: opacity 400ms;
          height: 100%;
          display: flex;
          align-items: center;
          width: 50%; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (max-width: 767px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (min-width: 1025px) and (max-width: 1731px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              height: 400px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              height: 350px;
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev, .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              height: 90%;
              width: 50%; } }
          .con_nagomi .nagomi_box .box_slider .slick-arrow.prev:hover, .con_nagomi .nagomi_box .box_slider .slick-arrow.next:hover {
            opacity: .7; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev img, .con_nagomi .nagomi_box .box_slider .slick-arrow.next img {
              width: 20px !important;
              min-width: 7%; } }
          @media only screen and (max-width: 767px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev img, .con_nagomi .nagomi_box .box_slider .slick-arrow.next img {
              height: auto;
              width: 14px !important;
              min-width: 5%; } }
        .con_nagomi .nagomi_box .box_slider .slick-arrow.prev {
          left: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.prev {
              left: 0; } }
          .con_nagomi .nagomi_box .box_slider .slick-arrow.prev img {
            margin-left: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_nagomi .nagomi_box .box_slider .slick-arrow.prev img {
                margin-left: 5%; } }
        .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          right: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_nagomi .nagomi_box .box_slider .slick-arrow.next {
              right: 0; } }
          .con_nagomi .nagomi_box .box_slider .slick-arrow.next img {
            transform: scale(-1, 1);
            margin-right: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_nagomi .nagomi_box .box_slider .slick-arrow.next img {
                margin-right: 5%; } }
      .con_nagomi .nagomi_box .box_slider:hover .slick-arrow {
        opacity: 1;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
    .con_nagomi .nagomi_box .box_txt_nagomi {
      margin-bottom: 63px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_nagomi .nagomi_box .box_txt_nagomi {
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .con_nagomi .nagomi_box .box_txt_nagomi {
          margin-bottom: 1.3em; } }
      .con_nagomi .nagomi_box .box_txt_nagomi .ct_basic {
        margin-bottom: 42px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_nagomi .nagomi_box .box_txt_nagomi .ct_basic {
            margin-bottom: 42px; } }
        @media only screen and (max-width: 767px) {
          .con_nagomi .nagomi_box .box_txt_nagomi .ct_basic {
            margin-bottom: 0.5em; } }
      .con_nagomi .nagomi_box .box_txt_nagomi .intro_txt {
        letter-spacing: 0;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_nagomi .nagomi_box .box_txt_nagomi .intro_txt {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .con_nagomi .nagomi_box .box_txt_nagomi .intro_txt {
            margin-bottom: 20px; } }
      .con_nagomi .nagomi_box .box_txt_nagomi .txt_nagomi {
        line-height: 2; }
    .con_nagomi .nagomi_box .box_table .tb_title {
      margin-bottom: .7em; }
    .con_nagomi .nagomi_box .box_table .txt {
      margin-top: 30px;
      line-height: 2; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_nagomi .nagomi_box .box_table .txt {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .con_nagomi .nagomi_box .box_table .txt {
          margin-top: 1em; } }

.con_mori {
  position: relative; }
  .con_mori:after {
    background: url(../../hotspring/images/bg_texture_l.png) 0 800px no-repeat;
    background-size: 36% auto;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_mori:after {
        background: url(../../hotspring/images/bg_texture_l.png) 0 bottom no-repeat;
        background-size: 66% auto; } }
    @media only screen and (max-width: 767px) {
      .con_mori:after {
        background: url(../../hotspring/images/bg_texture_l.png) 0 80% no-repeat;
        background-size: 100% auto; } }
  .con_mori .mori_box {
    width: 1280px;
    max-width: 90%;
    margin: auto;
    padding-bottom: 170px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_mori .mori_box {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .con_mori .mori_box {
        padding-bottom: 3em; } }
    .con_mori .mori_box.none {
      padding-bottom: 0px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_mori .mori_box.none {
          padding-bottom: 0px; } }
      @media only screen and (max-width: 767px) {
        .con_mori .mori_box.none {
          padding-bottom: 0em; } }
    .con_mori .mori_box .box_slider {
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 1025px) {
        .con_mori .mori_box .box_slider {
          margin-bottom: 60px !important; } }
      @media print {
        .con_mori .mori_box .box_slider {
          margin-bottom: 60px !important; } }
      @media only screen and (max-width: 1024px) {
        .con_mori .mori_box .box_slider {
          margin-bottom: 20px !important; } }
      .con_mori .mori_box .box_slider .slick-dots {
        width: 95%;
        z-index: 50;
        text-align: right;
        position: absolute;
        bottom: .8em;
        left: 0 important; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_mori .mori_box .box_slider .slick-dots {
            width: 97%; } }
        @media only screen and (max-width: 767px) {
          .con_mori .mori_box .box_slider .slick-dots {
            width: 95.7%; } }
        .con_mori .mori_box .box_slider .slick-dots li {
          display: inline-block;
          width: 5px;
          height: 5px;
          background: #FFF;
          border-radius: 1em;
          cursor: pointer;
          transition: background 400ms;
          margin: 0 2px; }
          @media only screen and (max-width: 767px) {
            .con_mori .mori_box .box_slider .slick-dots li {
              width: 5px;
              height: 5px;
              margin: 0 3px; } }
          .con_mori .mori_box .box_slider .slick-dots li:not(:first-child) {
            margin-left: 17px; }
            @media only screen and (max-width: 1440px) {
              .con_mori .mori_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_mori .mori_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: 12px; } }
            @media only screen and (max-width: 767px) {
              .con_mori .mori_box .box_slider .slick-dots li:not(:first-child) {
                margin-left: .5em; } }
          .con_mori .mori_box .box_slider .slick-dots li:hover, .con_mori .mori_box .box_slider .slick-dots li.slick-active {
            background: #da958f; }
      .con_mori .mori_box .box_slider .slick-arrow {
        position: absolute;
        z-index: 50;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
        .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
          position: absolute;
          top: 48%;
          transform: translateY(-50%);
          z-index: 50;
          cursor: pointer;
          transition: opacity 400ms;
          height: 100%;
          display: flex;
          align-items: center;
          width: 50%; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (max-width: 767px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
              display: flex; } }
          @media only screen and (min-width: 1025px) and (max-width: 1731px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
              height: 400px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
              height: 350px;
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev, .con_mori .mori_box .box_slider .slick-arrow.next {
              height: 90%;
              width: 50%; } }
          .con_mori .mori_box .box_slider .slick-arrow.prev:hover, .con_mori .mori_box .box_slider .slick-arrow.next:hover {
            opacity: .7; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev img, .con_mori .mori_box .box_slider .slick-arrow.next img {
              width: 20px !important;
              min-width: 7%; } }
          @media only screen and (max-width: 767px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev img, .con_mori .mori_box .box_slider .slick-arrow.next img {
              height: auto;
              width: 14px !important;
              min-width: 5%; } }
        .con_mori .mori_box .box_slider .slick-arrow.prev {
          left: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_mori .mori_box .box_slider .slick-arrow.prev {
              left: 0; } }
          .con_mori .mori_box .box_slider .slick-arrow.prev img {
            margin-left: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_mori .mori_box .box_slider .slick-arrow.prev img {
                margin-left: 5%; } }
        .con_mori .mori_box .box_slider .slick-arrow.next {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          right: 0;
          transform: translateX(-17.65625%, -50%); }
          @media only screen and (max-width: 1024px) {
            .con_mori .mori_box .box_slider .slick-arrow.next {
              right: 0; } }
          .con_mori .mori_box .box_slider .slick-arrow.next img {
            transform: scale(-1, 1);
            margin-right: 10%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .con_mori .mori_box .box_slider .slick-arrow.next img {
                margin-right: 5%; } }
      .con_mori .mori_box .box_slider:hover .slick-arrow {
        opacity: 1;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
    .con_mori .mori_box .box_txt_nagomi {
      margin-bottom: 63px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_mori .mori_box .box_txt_nagomi {
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .con_mori .mori_box .box_txt_nagomi {
          margin-bottom: 1.3em; } }
      .con_mori .mori_box .box_txt_nagomi .txt_pink {
        font-family: "游明朝", "Yu Mincho", YuMincho,"Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
        font-size: 134%;
        color: #da958f; }
      .con_mori .mori_box .box_txt_nagomi .ct_basic {
        margin-bottom: 42px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_mori .mori_box .box_txt_nagomi .ct_basic {
            margin-bottom: 42px; } }
        @media only screen and (max-width: 767px) {
          .con_mori .mori_box .box_txt_nagomi .ct_basic {
            margin-bottom: 0.5em; } }
      .con_mori .mori_box .box_txt_nagomi .intro_txt {
        margin-bottom: 20px;
        letter-spacing: 0; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_mori .mori_box .box_txt_nagomi .intro_txt {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .con_mori .mori_box .box_txt_nagomi .intro_txt {
            margin-bottom: 20px; } }
      .con_mori .mori_box .box_txt_nagomi .txt_nagomi {
        line-height: 2; }
    .con_mori .mori_box .box_table {
      margin-bottom: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_mori .mori_box .box_table {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .con_mori .mori_box .box_table {
          margin-bottom: 1em; } }
      .con_mori .mori_box .box_table .tb_title {
        margin-bottom: .7em; }
    .con_mori .mori_box .txt {
      margin-top: 30px;
      line-height: 2; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_mori .mori_box .txt {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .con_mori .mori_box .txt {
          margin-top: 1em; } }

.con_onsen {
  width: 1175px;
  max-width: 90%;
  margin: auto;
  padding-bottom: 170px;
  margin-bottom: 170px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_onsen {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_onsen {
      padding-bottom: 3em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_onsen {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_onsen {
      margin-bottom: 3em; } }
  .con_onsen:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, transparent, #ffffff 60%, #111 100% transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 60%, #111111 100%);
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_onsen:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
    @media only screen and (max-width: 767px) {
      .con_onsen:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
  .con_onsen .box_head {
    text-align: center; }
    .con_onsen .box_head .st_basic {
      display: inline-block;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_onsen .box_head .st_basic {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        .con_onsen .box_head .st_basic {
          margin-bottom: 0.5em; } }
  .con_onsen .box_table {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_onsen .box_table {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .con_onsen .box_table {
        margin-bottom: 1em; } }
  .con_onsen .box_note p {
    line-height: 2;
    text-indent: -1em;
    margin-left: 1em; }

.con_bankumei {
  margin-bottom: 200px;
  position: relative;
  padding-bottom: 140px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_bankumei {
      margin-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .con_bankumei {
      margin-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con_bankumei {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_bankumei {
      padding-bottom: 1em; } }
  .con_bankumei:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, transparent, #ffffff 60%, #111 100% transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 60%, #111111 100%);
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
    @media only screen and (max-width: 767px) {
      .con_bankumei:before {
        width: 89%;
        background-image: -webkit-linear-gradient(left, transparent, #ffffff 55%, #111 100% transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff 55%, #111111 100%); } }
  .con_bankumei .flex_wrap {
    display: flex;
    width: 1820px;
    max-width: 95%;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 767px) {
      .con_bankumei .flex_wrap {
        max-width: 90%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .flex_wrap {
        margin: 0 auto 40px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .flex_wrap {
        margin: 0 auto 2em; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .flex_wrap {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-top: 2em; } }
  .con_bankumei .box_images {
    width: 46.42857%;
    margin-left: 2.08791%;
    order: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_images {
        margin-left: 1em; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_images {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em; } }
    .con_bankumei .box_images p {
      margin-top: 40px; }
  .con_bankumei .box_txt_kissho {
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_txt_kissho {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_txt_kissho {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%; } }
    .con_bankumei .box_txt_kissho .leftbox {
      margin-left: 17.58242%;
      box-sizing: border-box; }
      @media only screen and (min-width: 1025px) and (max-width: 1820px) {
        .con_bankumei .box_txt_kissho .leftbox {
          padding-left: 2%; } }
      @media only screen and (min-width: 1025px) and (max-width: 1080px) {
        .con_bankumei .box_txt_kissho .leftbox {
          padding-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_bankumei .box_txt_kissho .leftbox {
          margin-left: 0; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_txt_kissho .leftbox {
          order: 1;
          margin-left: 0; } }
    .con_bankumei .box_txt_kissho .box {
      margin-top: 100px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_bankumei .box_txt_kissho .box {
          padding-left: 0;
          margin-top: 10px; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_txt_kissho .box {
          order: 2;
          padding-left: 0;
          margin: 10px 0 20px; }
          .con_bankumei .box_txt_kissho .box img {
            width: 100%;
            height: 210px;
            object-fit: cover;
            object-position: 50%; } }
  @media only screen and (max-width: 767px) {
    .con_bankumei .ct_basic {
      margin-bottom: .5em; } }
  @media only screen and (min-width: 1025px) and (max-width: 1080px) {
    .con_bankumei .ct_basic .en {
      font-size: 89%; } }
  .con_bankumei .intro_txt {
    margin-top: 57px;
    padding-left: 5.5%;
    box-sizing: border-box;
    letter-spacing: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .intro_txt {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .intro_txt {
        margin-top: 1.2em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .intro_txt {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .intro_txt {
        padding-left: 0; } }
    @media only screen and (min-width: 1025px) and (max-width: 1419px) {
      .con_bankumei .intro_txt {
        font-size: 167%; }
        .con_bankumei .intro_txt br {
          display: none; } }
  .con_bankumei .txt_kissho {
    padding-right: 3.2967%;
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 5.5%;
    line-height: 2;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .txt_kissho {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .txt_kissho {
        margin-top: 0.5em; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .txt_kissho {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .txt_kissho {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .txt_kissho {
        padding-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .txt_kissho {
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .txt_kissho {
        padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .con_bankumei .box_top {
      margin-bottom: 1.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 995px) {
    .con_bankumei .box_top .box_images {
      padding-left: 1em; } }
  .con_bankumei .box_bot {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -470px;
    margin-bottom: 76px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_bot {
        margin-top: -40px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_bot {
        margin-top: 10px; } }
    @media only screen and (min-width: 1600px) and (max-width: 1820px) {
      .con_bankumei .box_bot {
        margin-top: -350px; } }
    @media only screen and (min-width: 1540px) and (max-width: 1599px) {
      .con_bankumei .box_bot {
        margin-top: -250px; } }
    @media only screen and (min-width: 1450px) and (max-width: 1539px) {
      .con_bankumei .box_bot {
        margin-top: -150px; } }
    @media only screen and (min-width: 1420px) and (max-width: 1449px) {
      .con_bankumei .box_bot {
        margin-top: -80px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1419px) {
      .con_bankumei .box_bot {
        margin-top: 0;
        padding-top: 1em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_bot {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_bot {
        margin-bottom: 1.4em; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_bot {
        width: 100%;
        display: flex !important;
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_bot {
        width: 100%; } }
    .con_bankumei .box_bot:after {
      background: url(../../hotspring/images/bg_texture_l.png) no-repeat;
      content: '';
      background-size: cover;
      position: absolute;
      width: 27em;
      height: 40em;
      bottom: -55%;
      left: -5%;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot:after {
          width: 10em;
          height: 20em;
          top: 14%;
          transform: translateY(14%); } }
    .con_bankumei .box_bot .text_box {
      margin-top: 100px;
      box-sizing: border-box;
      width: 46.15385%;
      order: 1; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_bankumei .box_bot .text_box {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .text_box {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .text_box {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .text_box {
          order: 1; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_bankumei .box_bot .text_box {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .text_box {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      .con_bankumei .box_bot .text_box span {
        font-size: 134%;
        font-weight: bold;
        margin-top: 1em;
        display: block; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .con_bankumei .box_bot .text_box span {
            margin-top: 1em; } }
        @media only screen and (max-width: 767px) {
          .con_bankumei .box_bot .text_box span {
            margin-top: 0.5em; } }
        @media only screen and (max-width: 767px) {
          .con_bankumei .box_bot .text_box span {
            font-size: 128%; } }
    .con_bankumei .box_bot .images_box {
      width: 50%; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .con_bankumei .box_bot .images_box {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .images_box {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .con_bankumei .box_bot .images_box {
          margin-bottom: 1.4em !important; } }
  .con_bankumei .box_table {
    width: 1176px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 90px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_table {
        max-width: 95%; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_table {
        max-width: 90%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_table {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_table {
        margin-bottom: 1.5em; } }
    .con_bankumei .box_table .tb_title {
      margin-bottom: .7em; }
  @media only screen and (min-width: 768px) {
    .con_bankumei .box_rsv {
      max-width: 1176px; } }
  @media only screen and (max-width: 767px) {
    .con_bankumei .box_rsv {
      margin-bottom: 1em;
      width: 90%; } }
  .con_bankumei .box_rsv .box_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 18px; }
    .con_bankumei .box_rsv .box_btn ul li {
      width: 32.66667%;
      padding: 0 .33333333333%; }
      .con_bankumei .box_rsv .box_btn ul li p span i {
        color: #fff; }
      .con_bankumei .box_rsv .box_btn ul li .btn {
        width: 100%; }
      .con_bankumei .box_rsv .box_btn ul li:hover p a span i {
        color: #111; }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_rsv .box_btn ul {
        margin-bottom: 0; }
        .con_bankumei .box_rsv .box_btn ul li {
          width: 100%;
          margin-bottom: .5em; }
          .con_bankumei .box_rsv .box_btn ul li p.btn__plain-b {
            background: #fff; } }
  .con_bankumei .box_rsv .box_btn:nth-child(2) ul {
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .con_bankumei .box_rsv .box_btn:nth-child(2) ul {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_rsv .box_btn:nth-child(2) ul {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .con_bankumei .box_rsv .box_btn:nth-child(2) ul li:last-child {
        /* style */
        margin-bottom: 2em; } }
