@charset "UTF-8";
/* =====
 * /hotsprings レイアウト
============================================================================= */
/* -----
 * PageHeadVisual
----------------------------------------------------------------------------- */
#PageHeadVisual {
  background-image: url(../images/hotsprings/head-visual.jpg);
}

/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle .title {
  width: 133px;
}

/* -----
 * HotspringsContents
----------------------------------------------------------------------------- */
#HotspringsContents {
  margin-top: 35px;
}

#HotspringsContents .keyvisual {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

#HotspringsContents .keyvisual .slider-items {
  position: relative;
  overflow: hidden;
}

#HotspringsContents .keyvisual .slider-items .slilder-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#HotspringsContents .contents1 {
  position: relative;
  z-index: 100;
}

#HotspringsContents .contents1 .catch {
  width: 185px;
  float: right;
  margin: 50px 225px 0 0;
  position: relative;
}

#HotspringsContents .contents1 .catch:before {
  display: block;
  content: "";
  width: 580px;
  height: 557px;
  background: transparent url(../images/hotsprings/contents1-catch-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -244px;
  left: -115px;
}

#HotspringsContents .contents1 .image {
  width: 250px;
  position: absolute;
  right: -25px;
  bottom: -70px;
}

#HotspringsContents .contents1 .copy {
  width: 291px;
  float: left;
  margin: 80px 0 0 110px;
}

#HotspringsContents .contents2 {
  display: table;
  table-layout: fixed;
  margin-top: 70px;
}

#HotspringsContents .contents2 .slider {
  width: 600px;
  display: table-cell;
}

#HotspringsContents .contents2 .slider .slider-items {
  position: relative;
  overflow: hidden;
}

#HotspringsContents .contents2 .slider .slider-items .slilder-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#HotspringsContents .contents2 .info {
  display: table-cell;
  padding-left: 60px;
  vertical-align: bottom;
  line-height: 2;
}

#HotspringsContents .contents2 .info > p {
  margin: 0;
}

#HotspringsContents .contents2 .info > p.notes {
  font-size: 10px;
  margin: 0;
}

#HotspringsContents .contents2 .info table {
  width: 100%;
  border-collapse: separate;
  line-height: 1.875;
  margin-top: 60px;
  border-bottom: 1px dashed #8e8e8e;
}

#HotspringsContents .contents2 .info table th, #HotspringsContents .contents2 .info table td {
  font-size: 12px;
  border-top: 1px dashed #8e8e8e;
  vertical-align: top;
  padding: 0.5em 0;
}

#HotspringsContents .contents2 .info table th {
  font-weight: normal;
  text-align: left;
  width: 1%;
  white-space: nowrap;
  padding-right: 1.5em;
  padding-left: 0.5em;
  color: #005f3f;
}

#HotspringsContents .contents2 .info table h4 {
  display: table;
  border-bottom: 1px solid #005f3f;
  margin-bottom: -1em;
  font-weight: normal;
}

#HotspringsContents .contents3 {
  margin-top: 130px;
  line-height: 1.85;
  position: relative;
}

#HotspringsContents .contents3:before {
  display: none;
  content: "";
  width: 764px;
  height: 752px;
  background: transparent url(../images/hotsprings/contents3-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -40px;
  left: -165px;
  z-index: -1;
}

#HotspringsContents .contents3 .top .text {
  width: 620px;
  overflow: hidden;
  padding: 0 0 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

#HotspringsContents .contents3 .top .text h3 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.14em;
  margin: 0;
}

#HotspringsContents .contents3 .top .text h4 {
  color: #005f3f;
  margin-bottom: -0.5em;
  font-size: 16px;
}

#HotspringsContents .contents3 .top .image {
  width: 207px;
  margin-left: 0;
  float: left;
}

#HotspringsContents .contents3 .bottom {
  margin-top: 30px;
  background-color: #f4f4f4;
  padding: 0 30px 40px;
}

#HotspringsContents .contents3 .bottom h3 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background: transparent url(../images/common/line-wave.png) 50% 0 no-repeat;
  -webkit-background-size: 51px 12px;
          background-size: 51px 12px;
  padding-top: 30px;
  margin: 0;
  position: relative;
  top: -5px;
  letter-spacing: 0.14em;
}

#HotspringsContents .contents3 .bottom ul {
  list-style: none;
  padding: 0;
}

#HotspringsContents .contents3 .bottom ul li {
  width: 130px;
  float: left;
  margin-right: 24px;
}

#HotspringsContents .contents3 .bottom ul li:last-child {
  margin-right: 0;
}

#HotspringsContents .contents3 .bottom ul li h4 {
  font-size: 16px;
  line-height: 1.375;
  color: #005f3f;
  text-align: center;
  margin: 0;
}

#HotspringsContents .contents3 .bottom ul li p {
  font-size: 12px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHeadVisual
  ----------------------------------------------------------------------------- */
  #PageHeadVisual {
    background-image: url(../images/hotsprings/head-visual-sp.jpg);
  }
  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle .title {
    width: 67px;
  }
  /* -----
   * HotspringsContents
  ----------------------------------------------------------------------------- */
  #HotspringsContents {
    margin-top: 25px;
  }
  #HotspringsContents .keyvisual {
    width: auto;
  }
  #HotspringsContents .contents1 .catch {
    width: 111px;
    float: none;
    margin: 25px auto 0;
  }
  #HotspringsContents .contents1 .catch:before {
    width: 339px;
    height: 335px;
    top: -143px;
    left: -78px;
  }
  #HotspringsContents .contents1 .image {
    width: auto;
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-top: -27px;
  }
  #HotspringsContents .contents1 .image img {
    width: 154px;
  }
  #HotspringsContents .contents1 .copy {
    width: 214px;
    float: none;
    margin: 25px auto 0;
  }
  #HotspringsContents .contents2 {
    display: block;
    margin-top: 40px;
  }
  #HotspringsContents .contents2 .slider {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
  #HotspringsContents .contents2 .info {
    display: block;
    padding: 0;
  }
  #HotspringsContents .contents2 .info > p {
    font-size: 13px;
  }
  #HotspringsContents .contents2 .info > p.notes {
    font-size: 11px;
  }
  #HotspringsContents .contents2 .info table {
    width: auto;
    max-width: 80%;
    margin: 40px auto 0;
  }
  #HotspringsContents .contents3 {
    margin-top: 40px;
  }
  #HotspringsContents .contents3:before {
    width: 450px;
    height: 443px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-56%);
            transform: translateX(-56%);
  }
  #HotspringsContents .contents3 .top .text {
    width: 90%;
    padding: 50px 0 0;
    margin: 0 auto;
    float: none;
  }
  #HotspringsContents .contents3 .top .text h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #HotspringsContents .contents3 .top .text h4 {
    font-size: 14px;
  }
  #HotspringsContents .contents3 .top .image {
    width: 157px;
    margin: 2em auto 0;
    float: none;
  }
  #HotspringsContents .contents3 .bottom {
    margin-top: 0;
    padding: 0 15px 10px;
  }
  #HotspringsContents .contents3 .bottom h3 {
    font-size: 15px;
    top: -2px;
    -webkit-background-size: 25px 6px;
            background-size: 25px 6px;
    padding-top: 15px;
    letter-spacing: 0.14em;
  }
  #HotspringsContents .contents3 .bottom ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding-bottom: 1.5em;
  }
  #HotspringsContents .contents3 .bottom ul li:nth-child(odd) {
    padding-right: 15px;
  }
  #HotspringsContents .contents3 .bottom ul li:nth-child(even) {
    padding-left: 15px;
  }
  #HotspringsContents .contents3 .bottom ul li h4 {
    font-size: 13px;
    line-height: inherit;
  }
  #HotspringsContents .contents3 .bottom ul li p {
    font-size: 10px;
  }
}
