@charset "utf-8";
/* CSS Document */

/*ナビ*/
.nav_onsen.main .active.theonsen {
  display: block;
  line-height: 1.2;
  padding: 2% 0 0.5% !important;
}
.nav_theonsen {
  position: relative;
  z-index: 1;
}
.border_bottom {
  border-bottom: 1px solid #333;
  margin: 0 0 5px;
  padding: 0 0 25px;
}
/*テキスト*/
.fs1_8 {
  font-size: 1.8rem;
}
/*タイトル*/
.logo_viewtabi {
  width: 100px;
  margin: 20px auto 0;
}
.logo_viewtabi:hover {
  opacity: .6;
}
.top .section.ttl_small>h2 {
  margin: 20px auto 0;
}
.ttl_small>h2>img {
  width: 85%;
  margin: 0 auto;
}
/*温泉名*/
.nb_listitem.theonsen .codeitem_area {
  font-size: 1.5rem;
}
.nb_listitem.theonsen .codeitem_area:before {
  top: 1rem;
  left: 0.5rem;
}
.nb_listitem.theonsen .codeitem_area:after {
  color: #ccc;
  top: 0.5rem;
}
.nb_listitem.theonsen .codeitem_tag, .ichiran .theonsen dd {
  border-color: #ccc;
}
/*施設*/
.logo_theonsen .details_box {
  position: relative;
}
.logo_theonsen .details_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/feature/onsen/images/theonsen/logo_theonsen_01.png) no-repeat 0 0 / 65px 32px;
  width: 65px;
  height: 32px;
  right: -5px;
  top: -5px;
}
/*リスト*/
.cmn_contents .list_color_theonsen .clm_osusume_area.list_arrow_1>ul>li:before,
.cmn_contents .list_color_theonsen .clm_osusume_area.list_arrow_1>ul>li::after {
  border-color: #bbb;
}
/*現地レポート*/
.box_note.theonsen {
  background: #f5f7ec;
}
.ace-section:has(>.box_content) {
  width: 235px;
  margin-right: 10px;
}
.box_note.theonsen .box_content {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 10px;
  height: 100%;
}
.box_note.theonsen .box_content:hover {
  opacity: .7;
}
.box_note.theonsen .box_content img {
  aspect-ratio: 640 / 396;
}
.box_note.theonsen .box_content .ac_area {
  color: #222;
  font-size: 1.3rem;
  margin: 5px auto;
  padding: 0 0 0 15px;
  position: relative;
}
.box_note.theonsen .box_content .ac_area::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  width: 4px;
  height: 4px;
  z-index: 10;
  border-radius: 50%;
  background-color: #fff;
}
.box_note.theonsen .box_content .ac_area::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 50% 50% 50% 0;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box_note.theonsen .box_content .ac_txt {
  color: #222;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
/*カルーセル*/
.wrap_slide {
  position: relative;
  display: flex;
}
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 0 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide 
{
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.swiper-pagination-bullet {
  background: #999;
}
/*バナー*/
.bnr_clm2> .banner {
  width: 50% !important;
  padding: 10px;
}
.bnr_clm2> .banner a {
  background: none;
}
.bnr_clm2> .banner .textitem {
  padding: 0 0 0 15px;
  line-height: 1.4;
}
/*よくあるご質問*/
.acc_QandA.theonsen .btn_question {
  background: #f5f7ec;
}
.acc_QandA.theonsen .btn_question .inner_question::before, .acc_QandA.theonsen .box_answer > li .inner_answer::before {
  color: #aaa;
}
.acc_QandA.theonsen .btn_question .btn_mark, .acc_QandA.theonsen .btn_question .btn_mark::before {
  background: #aaa;
}
/*記事*/
.article_container.bnr_clm2 {
  display: flex;
}
.article_container .banner a {
  display: flex;
}
.article_container .banner .ttlitem {
  font-weight: bold;
  margin: 0 auto 10px;
}
/*-----PC-----*/
@media screen and (min-width: 768px) {
  .wrap_slide .swiper {
    padding: 0;
  }
  .base_prod:has(.swiper-container) {
    margin-bottom: 30px;
  }
	/*カルーセルなし 非表示*/
	.no_swipe .swiper-button-prev,
	.no_swipe .swiper-button-next,
	.no_swipe .swiper-pagination,
  .swiper-container:has(>.no_swipe) .swiper-button-prev,
  .swiper-container:has(>.no_swipe) .swiper-button-next,
	.swiper-container:has(>.no_swipe) .swiper-pagination {
		display: none !important;
	}
  /*びゅうたび*/
  .box_note.theonsen .swiper-wrapper {
    justify-content: center;
  }
  .box_note.theonsen .swiper-wrapper>.swiper-slide {
    width: 25%!important;
  }
}
/*-----SP-----*/
@media screen and (max-width: 767px) {
  .nav_theonsen li {
    width: 33% !important;
  }
  .logo_theonsen .details_box {
    padding: 30px 0 0;
  }
  .logo_theonsen .details_box::before {
    left: 0;
    top: -5px;
  }
  .clm2_right .logo_theonsen .details_box {
    padding: 0;
  }
  .clm2_right .logo_theonsen .details_box::before {
    right: 0;
    left: unset;
    top: 0;
  }
  .box_note.theonsen .box_content .ac_txt {
    height: auto;
  }
  .bnr_clm2> .banner {
    width: 94% !important;
    margin: 2% 3% !important;
  }
  .bnr_clm2> .banner a {
    display: block;
  }
  .bnr_clm2> .banner .imageitem {
    width: 100%;
  }
  .bnr_clm2> .banner .textitem {
    margin: 10px auto;
    width: 100%;
    padding: 0;
  }
  .bnr_clm2> .banner .textitem .leaditem {
    font-size: 1.4rem;
  }
  .article_container.bnr_clm2 {
    flex-direction: column;
  }
  .article_container .banner a {
    display: flex;
  }
  .article_container .banner .textitem {
    font-size: 1.4rem;
    margin: 0 0 0 10px;
  }
}