/* TOPページ */
/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/
.top_slid {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.slid_msg {
  color: #fff;
  width: max-content;
  line-height: 1.7;
  position: absolute;
  text-shadow: 2px 2px 5px #4d4d4d;
  top: 46%;
  left: 6%;
  z-index: 3;
  font-weight: 500;
  text-align: left;
}
.slid_msg span {
  font-size: 20px;
}
@media screen and (max-width:896px) {
  .top_slid {
    margin-top: 60px;
  }
  .slid_msg {
    width: max-content;
    font-size: 20px;
    top: 70%;
    left: 20px;
  }
  .slid_msg span {
    font-size: 16px;
  }
}
.top_slider {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }
  .top_slider .swiper-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}
.color_bk {
  color: #333;
}
.color_bk a {
  color: #555;
}
.color_gr {
  color: #CFCFCF;
}
.color_fgr {
  color: #F0F0F0;
}
.top_news {
  padding: 0;
  background: #fff;
}
.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 span {
  font-size: 14px;
}
.top_news h2 a {
  color: #C0C0C0;
}
.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
}
.top_news ul li a {
  color: #2D2D2D;
  font-size: 13px;
}
@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}
.top_news ul li span.date {
  padding: 0 22px 0 30px;
  color: #2D2D2D;
}
.top_news ul li span.cate {
  color: #fff;
  background: #716f6c;
  padding: 6px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }
  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.top_news ul li span.cate a {
  color: #fff;
}
/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}
ul.media_list li {
  width: 25%;
  margin-top: 0px;
}
ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}
ul.media_list li.txt p {
  text-align: left;
}
ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}
ul.media_list .image img {
  width: 100%;
  height: auto;
}
ul.media_list p {
  text-align: center;
  margin: 10px 0;
}
.top_location {
  padding: 80px 0;
}
.top_location h2 {
  font-size: 3rem;
  line-height: 1.7;
  color: #272521;
  font-weight: 500;
}
.top_location p {
  margin-top: 40px;
  line-height: 2.2;
  padding: 0;
  text-align: center;
}
/* ------------------ 基本リセット ------------------ */
* {
  box-sizing: border-box;
}
/* ------------------ スライダー共通 ------------------ */
.swiper-content-box {
  overflow: hidden;
}
.swiper-content-box .swipers {
  position: relative;
  box-sizing: border-box;
}
.swiper-content-box .swipers img {
  max-width: 100%;
}
.swiper-content-box .swipers .swiper-slide .img-box, .swiper-content-box .swipers .swiper-slide .thumb-box {
  position: relative;
  box-sizing: border-box;
}
.swiper-content-box .swipers .swiper-slide .img-box > img, .swiper-content-box .swipers .swiper-slide .thumb-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.swiper-content-box .swipers .swiper-slide .img-box, .swiper-content-box .swipers .swiper-slide .thumb-box {
  padding-bottom: 60%;
}
.swiper-content-box .swipers .swiper-slide .thumb-box {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-content-box .swipers .swiper-slide .thumb-box:hover, .swiper-content-box .swipers .swiper-slide.swiper-slide-thumb-active .thumb-box {
  opacity: 1;
}
.swiper-content-box .swipers .swiper-button-next, .swiper-content-box .swipers .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.swiper-content-box .swipers .swiper-button-next:after, .swiper-content-box .swipers .swiper-button-prev:after {
  font-size: 20px;
  color: #575757;
}
/* ------------------ トップボックス ------------------ */
.top_box .topwrapper, .top_box_re .topwrapper {
  width: 64.5%;
  object-fit: cover;
}
.top_box .topwrapper .topinner, .top_box_re .topwrapper .topinner {
  float: left;
  overflow: hidden;
}
.top_box_re .topwrapper .topinner {
  float: right;
}
.top_box .topwrapper img, .top_box_re .topwrapper img {
  height: auto;
}
.top_box .feature_txtarea.test2, .top_box_re .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.top_box .feature_txtarea.test2 {
  right: 0;
}
.top_box_re .feature_txtarea.test2 {
  left: 0;
}
/* ------------------ .txtbar縦書き ------------------ */
.slide.txtbar {
  position: relative;
}
.slide.txtbar .txtbar-pc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 28px;
  padding: 10px;
  text-indent: 0.5em;
}
/* ------------------ レスポンシブ ------------------ */
@media screen and (max-width: 896px) {
  .slide.txtbar .txtbar-pc {
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 8px;
  }
  .top_box .topwrapper, .top_box_re .topwrapper {
    width: 100%;
  }
  .top_box .feature_txtarea.test2, .top_box_re .feature_txtarea.test2 {
    max-width: 1030px;
    width: 92%;
    height: auto;
    position: static;
    top: 56px;
  }
  .top_box .topwrapper .topinner, .top_box_re .topwrapper .topinner {
    float: unset;
    width: 100%;
    min-width: 100%;
  }
  .slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-content-box .swipers .swiper-button-next, .swiper-content-box .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-content-box .swipers .swiper-button-next:after, .swiper-content-box .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .top_feature_bk {
    padding: 10% 0;
  }
  .top_location {
    padding: 80px 0 30px;
  }
  .top_location h2 {
    font-size: 1.8rem;
  }
  .top_imgbox .img {
    width: 100%;
    height: 210px;
    margin-bottom: 3px;
  }
  .top_imgbox .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}
.top_box, .top_box_re {
  width: 100%;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;
}
.top_box_re {
  justify-content: flex-end;
}
.top_box .feature_mainimg, .top_box_re .feature_mainimg {
  width: 52%;
  object-fit: cover;
}
.top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.top_box .feature_txtarea {
  max-width: 950px;
  width: 50%;
  height: 530px;
  position: absolute;
  top: 36px;
  right: 0;
  background: rgba(237, 229, 213, 0.8);
}
.top_box_re .feature_txtarea {
  max-width: 950px;
  width: 50%;
  height: 530px;
  position: absolute;
  top: 36px;
  left: 0;
  background: rgba(237, 229, 213, 0.8);
}
.top_textarea_p {
  padding: 3rem 5rem;
  height: 476px;
}
.sauna .top_textarea_p {
  height: 436px;
}
.saunaservice .top_textarea_p {
  height: auto;
}
.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem !important;
  line-height: 1.3;
}
.top_textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #332a1e;
}
.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}
@media screen and (max-width:896px) {
  .top_box, .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
  .top_box .feature_mainimg, .top_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
  .top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
    height: auto;
    margin-bottom: 0;
  }
  .top_box .feature_txtarea, .top_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .top_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 100%;
  }
  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 100%;
  }
  .top_textarea_p h3 span.point_n {
    font-size: 4rem;
  }
  .top_textarea_p {
    padding: 10% 5%;
    height: auto;
  }
  .top_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .top_textarea_p p {
    font-size: 1.4rem;
  }
}
/*周辺観光*/
.top_area {
  padding: 80px 0;
}
.slick-tour-wrapper {
  margin: 0 auto;
}
.slick-tour-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
  transition: 0.3s;
}
.slick-tour-item:hover {
  transform: translateY(-4px);
}
.tour-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.tour-title {
  font-weight: bold;
  padding: 10px;
  color: #333;
}
.tour-desc {
  color: #666;
  padding: 15px 10px;
  line-height: 1.4;
}
/* スリックの余白調整 */
.slick-slide {
  padding: 10px;
}
/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .tour-thumb img {
    height: 160px;
  }
}
.top_access {
  padding: 40px 0 30px;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}
.top_access .g_map {
  width: 94%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 40px;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
.top_access ul {
  width: 94%;
  margin: 0 auto 20px;
}
@media screen and (max-width:896px) {
  .top_access .g_map {
    width: 100%;
  }
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  color: #333;
  padding: 20px 0 0;
  border-top: 1px solid #C3C3C3;
}
.top_access li:last-child {
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 26px 0 14px;
  }
}
.top_access li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #272521;
}
@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
  }
}
.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #272521;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_access li p {
    width: auto;
    padding: 5px 14px;
    border-left: none;
  }
}
.top_access li p span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
}
.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}
.top_access .car_map {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width:896px) {
  .top_access .car_map {
    width: 94%;
  }
}
.top_access .car_map img {
  width: 100%;
  height: auto;
}
.top_access .checkin_box {
  width: 100%;
  margin: 0px auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #272521;
}
.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  color: #272521;
  text-align: center
}
.top_access p.checkin {
  font-size: 1.8rem;
  color: #272521;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl span {
  background: #f5f6f6;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #272521;
}
.top_access p.note {
  padding-top: 20px;
  color: #C8C8C8;
}
/*20240917 TOP魅力画像*/
* {
  box-sizing: border-box;
}
.topinner {
  width: calc(100% - 100px);
  max-width: 1000px;
  min-width: 600px;
}
.slider-main img {
  min-height: auto !important;
  object-fit: cover;
}
.slide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.slide.txtbar {
  position: relative;
}
.slide.txtbar .txtbar-pc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 28px;
  padding: 10px;
  text-indent: 0.5em;
}
.slider-thumb {
  margin-top: 20px;
}
.slider-thumb .slide > span {
  height: 100px;
}
.slick-slide img {
  width: 100%;
}
.top_box .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  right: 0;
  background: rgba(233, 230, 223, 0.8);
}
.top_box_re .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  left: 0;
  background: rgba(233, 230, 223, 0.8);
}
.top_box .topwrapper, .top_box_re .topwrapper {
  width: 64.5%;
  object-fit: cover;
}
.top_box .topwrapper .topinner {
  float: left;
}
.top_box_re .topwrapper .topinner {
  float: right;
}
.top_box .topwrapper img, .top_box_re .topwrapper img {
  height: auto;
}
.slick-next {
  display: none !important;
}
.slider-thumb .slick-track {
  transform: unset !important;
}
@media screen and (max-width:896px) {
  .slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }
  .slide > span {
    margin: 0;
    /*★*/
  }
  .slide.txtbar .txtbar-sp {
    font-size: 20px;
    left: 0;
    text-indent: 3em;
  }
  .top_box .topwrapper, .top_box_re .topwrapper {
    width: 100%;
  }
  .slider-thumb {
    margin-top: 0;
  }
  .slider-thumb .slide > span {
    height: 80px;
    padding: 10px;
  }
  .sauna .slider-thumb .slide > span {
    padding: 3px;
  }
  .top_box .feature_txtarea.test2, .top_box_re .feature_txtarea.test2 {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .top_box .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 92%;
  }
  .top_box_re .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 92%;
  }
  .top_box .topwrapper .topinner, .top_box_re .topwrapper .topinner {
    float: unset;
    width: 100%;
    min-width: 100%;
  }
}
/*充実の設備*/
.facilities_section {
  padding: 80px 20px;
  background: #f9f9f9;
}
.facilities_slide {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.facilities_slide__img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.facilities_slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.facilities_slide__title {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(95, 67, 43, 0.6);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  z-index: 2;
  max-width: 80%;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.facilities_slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0;
  list-style: none;
}