@charset "utf-8";
/*============================================
共通
============================================*/
* img {
  width: 100%;
}
#onsen,
#onsen .onsen_wrapper {
  font-family: "hiragino-W3","Hiragino Kaku Gothic ProN","メイリオ", sans-serif!important;
}

/*--- メインビジュアル ---*/
#onsen .onsen_mv {
  width: 100%;
}

/*--- 見出し ---*/
#onsen h2 {
  line-height: 1.6;
  margin-bottom: 16px;
  padding: 0;
  color: #ea500d;
  border: none;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#onsen h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #ea500d;
  font-size: 32px;
  text-align: center;
}
#onsen h3 strong {
  position: relative;
  padding: 3px 23px 4px;
  background: linear-gradient(to right,  #ef741f 0%,#f68e30 38%,#e24400 100%);
  color: #fff;
  border-radius: 100vw;
  font-size: 20px;
}
#onsen h3 strong::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -44px;
  width: 80px;
  height: 45px;
  background-image: url(../../_img/onsen/251128/yuge.webp);
  background-size: 80px 45px;
  background-repeat: no-repeat;
  background-position: top center;
}
#onsen h4 {
  line-height: 2.4;
  padding-left: 20px;
  color: #2f221b;
  border-left: 1px solid #ea510e;
  font-size: 22px;
  font-weight: bold;
}

/*--- コンテンツ ---*/
#onsen .onsen_wrapper {
  background: #fcf3e8;
}
#onsen p {
  line-height: 1.75;
  color: #2f221b;
  font-size: 16px;
  text-align: center;
}

/* リード */
#onsen .onsen_lead {
  margin-bottom: 92px;
}
#onsen .onsen_lead .onsen_notes {
  display: block;
}
#onsen .onsen_notes {
  color: #574d48;
  font-size: 12px;
}

/* 温泉シリーズ */
#onsen .onsen_series {
  position: relative;
  margin-bottom: 62px;
}
#onsen .onsen_title {
  display: flex;
  width: 264px;
  height: 130px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin: 0 0 0 -132px;
  align-items: center;
  justify-content: center;
  background-image: url(../../_img/onsen/onsen_series_title.png);
  background-repeat: no-repeat;
  background-size: 264px 130px;
  z-index: 1;
}
#onsen .onsen_title p {
  line-height: 0.8;
  margin-top: 30px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#onsen .onsen_title p span {
  font-size: 18px;
}
#onsen .onsen_series ul {
  display: flex;
  position: relative;
  padding: 80px 100px 26px;
  justify-content: space-between;
  background: url(../../_img/onsen/bg_pattern.png) repeat;
  border-radius: 32px;
}
#onsen .onsen_series ul::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #fcd3a6;
}
#onsen .onsen_series .onsen_products {
  margin-top: 5px;
  color: #ffffff;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 8px rgba(234,80,13,1), 5px 0 10px rgba(247,96,14,1), 10px 5px 20px rgba(247,96,14,1), -5px 0 10px rgba(234,80,13,1), -10px -5px 20px rgba(247,96,14,1), 0 0 5px rgba(234,80,13,1);
}

/* あったかポイント */
#onsen .onsen_point ol {
  list-style: none;
}
#onsen .point_title {
  display: flex;
  align-items: center;
}
#onsen .onsen_logic-img {
  width: 334px;
  height: auto;
  margin: 8px auto;
}
#onsen .onsen_point ol {
  display: flex;
  width: 760px;
  margin: 0 auto;
  justify-content: space-between;
}
#onsen .onsen_point ol li {
  width: 47.5%;
}
#onsen .point_title .point_num {
  width: 80px;
  height: auto;
  margin-left: -20px;
}
#onsen .onsen_point ol li p {
  text-align: left;
}
#onsen .point_text {
  margin: 13px 0 0;
}


/*============================================
PC only
============================================*/
@media (min-width: 769px) {
  #onsen .sp {
    display: none;
  }
  #onsen .onsen_mv {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #onsen .ctts_inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #onsen .onsen_wrapper {
    padding: 22px 40px 50px;
  }
  #onsen .onsen_series .onsen_products {
    margin-top: 12px;
  }
}
  
/*============================================
SP only
============================================*/
@media screen and (max-width: 768px) {
  #onsen .pc {
    display: none;
  }
  #onsen .ctts_inner {
    margin: 0 auto;
    overflow: hidden;
  }
  #onsen .onsen_wrapper {
    padding: 5.5vw 4vw 8vw;
  }
  #onsen p {
    line-height: 1.78;
    font-size: 3.73vw;
    text-align: left;
  }
  #onsen .onsen_lead {
    margin-bottom: 17.5vw;
  }
  #onsen .onsen_lead p {
    font-size: 3.73vw;
    text-align: left;
  }
  #onsen .onsen_notes {
    font-size: 2.93vw;
  }

  /*--- 見出し ---*/
  #onsen h2 {
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
  }
  #onsen h3 {
    line-height: 1.6;
    margin-bottom: 1vw;
    font-size: 5.6vw;
  }
  #onsen h3 strong {
    padding: 0.8vw 4.26vw 1vw;
    font-size: 3.46vw;
  }
  #onsen h3 strong::after {
    top: -4.3vw;
    right: -7vw;
    width: 14.13vw;
    height: 8vw;
    background-size: 14.13vw 8vw;
  }
  #onsen h4 {
    line-height: 2.6;
    padding-left: 2.93vw;
    font-size: 4vw;
  }

  /* 温泉シリーズ */
  #onsen .onsen_title {
    top: -11.33vw;
    width: 46.13vw;
    height: 22.66vw;
    margin: 0 0 0 -23.07vw;
    background-size: 46.13vw 22.66vw;
  }
  #onsen .onsen_title p {
    line-height: 0.9;
    margin-top: 6vw;
    font-size: 5.6vw;
  }
  #onsen .onsen_title p span {
    font-size: 3.2vw;
  }
  #onsen .onsen_series {
    margin-bottom: 8.5vw;
  }
  #onsen .onsen_series ul {
    padding: 14vw 4vw 8vw;
  }
  #onsen .onsen_series ul::before {
    margin-left: -4px;
    border: 8px solid transparent;
    border-top: 11px solid #fcd3a6;
  }
  #onsen .onsen_series ul li {
    width: 31.5%;
  }
  #onsen .onsen_series .onsen_products {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17vw;
    line-height: 1.4;
    font-size: 3.73vw;
  }

  /* あったかポイント */
  #onsen .onsen_point ol {
    width: 100%;
  }
  #onsen .onsen_logic-img {
    width: 80.2vw;
    margin: 1.7vw auto;
  }
  #onsen .point_title .point_num {
    width: 17vw;
    margin-left: -3.5vw;
  }
  #onsen .point_text {
    margin: 3vw 0 0;
  }

}