@charset "UTF-8";
/* /onsen/css/index_pc.css */

/* タイトル str */
.main__visual {
  position: relative;
  background-image: url("/attending/onsen/images/main__visual__BP21-034553.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 370px;
  margin-bottom: 50px;
}

.main__visual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* タイトル end */

/* ページアンカー str */
.anchor__contents__items {
  display: inherit;
  padding: 20px 0;
}

.anchor__contents__item {
  display: inline-block;
}

.anchor__contents__item:not(:last-of-type) {
  border-right: solid 1px #E6E6E6;
  margin-right: 5px;
  padding-right: 20px;
}

.anchor__contents__link {
  padding-right: 20px;
}

.anchor__district__items {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 2px #B5B5B5;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 60px 50px;
}

.anchor__district__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
}

.anchor__district__link::before {
  content: "";
  display: block;
  top: calc(50% - 2px);
  right: 1.5px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.5s;
  z-index: 5;
}
/* ページアンカー end */

/* エリアから温泉地を探す str */
.Tour--onsen__img img {
  width: 100%;
  height: auto;
}
/* エリアから温泉地を探す end */

/* 人気の温泉地ランキング str */
#ranking .Common21__inner {
  padding-bottom: 50px;
}

.Tour--onsen__name.rank {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.Tour--onsen__name.rank::before {
  content: "";
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  margin: -3px 10px 0 0;
}

.Tour--onsen__name.rank01::before {
  background-image: url(/attending/onsen/common/images/icn__rank01.png);
}

.Tour--onsen__name.rank02::before {
  background-image: url(/attending/onsen/common/images/icn__rank02.png);
}

.Tour--onsen__name.rank03::before {
  background-image: url(/attending/onsen/common/images/icn__rank03.png);
}

.Tour--onsen__name.rank04::before {
  background-image: url(/attending/onsen/common/images/icn__rank04.png);
}
/* 人気の温泉地ランキング end */

/* 泉質・効能から温泉地を探す str */
.onsen__efficacy--wrapper {
  padding-bottom: 50px;
}

.efficacy__wrapper {
  margin-bottom: 20px;
}

.efficacy__title,
.efficacy__contents {
  -moz-box-shadow: 0px 2px 5px 0px #777777;
  -webkit-box-shadow: 0px 2px 5px 0px #777777;
  -ms-box-shadow: 0px 2px 5px 0px #777777;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.efficacy__title {
  position: relative;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}

.efficacy__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translateY(-50%);
}

.efficacy__title--arrow {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.efficacy__title--arrow::before,
.efficacy__title--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  display: block;
  background-color: #fff;
  width: 8px;
  height: 2px;
  transform: translateY(-50%);
  z-index: 10;
}

.efficacy__title--arrow::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .efficacy__title--arrow::before {
  transform: translateY(-50%) rotate(0);
}

.efficacy__title span:first-child {
  font-size: 1.8rem;
  width: 20%;
}

.efficacy__title span:last-child {
  font-size: 1.8rem;
  font-weight: normal;
}

.efficacy__contents {
  overflow: hidden;
  display: block;
  padding: 20px;
}

/* .efficacy__wrapper:first-child .efficacy__contents {
  display: block;
} */

.efficacy__contents--details {
  float: left;
  width: calc(100% - 332px - 20px);
  font-size: 1.6rem;
}

.efficacy__contents--details dt {
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 30px;
}

.efficacy__contents--details dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/attending/onsen/common/images/icon__hotspring.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 20px;
}

.efficacy__contents--details dd:not(:last-child) {
  margin-bottom: 20px;
}

.efficacy__contents--details a {
  text-decoration: underline;
}

.efficacy__contents .image {
  float: right;
  position: relative;
  width: 332px;
  height: 290px;
}

.efficacy__contents .image img {
  transition: all 0.5s;
}

.efficacy__contents .image:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}

.efficacy__contents .image span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  padding: 0 3px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #333;
}
/* 泉質・効能から温泉地を探す end */

/* 温泉地のトリビア + よくあるご質問 str */
.onsen__guidance__wrapper {
}

.onsen__guidance__outer {
  position: relative;
  margin-bottom: 200px;
  /* background-color: #f4e6dc;
  background: url("/attending/onsen/images/bg__wave--top.svg"),url("/attending/onsen/images/bg__wave--btm.svg");
  background-repeat: no-repeat,no-repeat;
  background-position: top,bottom;
  background-size: contain,contain; */
}

.onsen__guidance__outer::before,
.onsen__guidance__outer::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/attending/onsen/images/bg__wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 136px;
}

.onsen__guidance__outer::before {
  top: -135px;
}

.onsen__guidance__outer::after {
  bottom: -135px;
  transform: rotate(180deg);
  z-index: -1;
}

.onsen__guidance__inner {
  background-color: #f4e6dc;
  margin: 135px 0;
}

.onsen__guidance__wrapper h3 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

.onsen__guidance__wrapper h3 .ttl__deco {
  position: relative;
}

.onsen__guidance__wrapper h3 .ttl__deco::before,
.onsen__guidance__wrapper h3 .ttl__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 32px;
}

.onsen__guidance__wrapper h3 .ttl__deco::before {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%);
  left: -100px;
}

.onsen__guidance__wrapper h3 .ttl__deco::after {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%) scale(-1, 1);
  right: -100px;
}

.hotspring__trivia {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: solid 1px #C3C3C3;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
}

.hotspring__trivia:nth-of-type(3) {
  display: block;
}

.hotspring__trivia--image .Tour--onsen__button{
  width: 400px;
  margin: 30px auto 0;
}

.hotspring__trivia--ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 30px;
}

.hotspring__trivia--ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/attending/onsen/common/images/icon__hotspring.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
}

.hotspring__trivia--ttl span {
  font-size: 1.6rem;
  font-weight: 400;
}

.hotspring__trivia--txt {
  font-size: 1.6rem;
}

.hotspring__trivia--txt a {
  text-decoration: underline;
}

.hotspring__trivia--link {
  font-weight: 600;
  text-decoration: underline;
}

.hotspring__trivia--details {
  width: calc(100% - 436px - 20px);
}

.hotspring__trivia--image {
  width: 436px;
  height: auto;
}

.trivia--image__items {
  display: flex;
  justify-content: space-between;
}

.trivia--image__item {
  position: relative;
  width: 132px;
  text-align: center;
}

.trivia--image__item span {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  border: solid 2px #F87040;
  border-radius: 100px;
  background-color: #f4e6dc;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 20px;
}

.trivia--image__item img {
  transition: all 0.5s;
}

.trivia--image__item:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}

.hotspring__trivia--inner {
  display: flex;
  justify-content: space-between;
  width: 980px;
  height: auto;
  margin: 10px auto 0;
}

.hotspring__trivia--guidance {
  width: 480px;
}

.hotspring__trivia--guidance .trivia--guidance__img {
	height: 269px;
    overflow: hidden;
}

.trivia--guidance__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 0;
}

.qa__contents--outer:not(:last-child) {
  margin-bottom: 20px;
}

.trivia--guidance__img img {
  width: 100%;
}

.qa__title {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px;
  cursor: pointer;

  -moz-box-shadow: 0px 2px 5px 0px #777777;
  -webkit-box-shadow: 0px 2px 5px 0px #777777;
  -ms-box-shadow: 0px 2px 5px 0px #777777;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

.qa__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translateY(-50%);
}

.qa__title--arrow {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.qa__title--arrow::before,
.qa__title--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  display: block;
  background-color: #fff;
  width: 8px;
  height: 2px;
  transform: translateY(-50%);
  z-index: 10;
}

.qa__title--arrow::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .qa__title--arrow::before {
  transform: translateY(-50%) rotate(0);
}

.qa__contents {
  display: none;
  padding: 20px 0 0;

  -moz-box-shadow: 0px 2px 5px 0px #777777;
  -webkit-box-shadow: 0px 2px 5px 0px #777777;
  -ms-box-shadow: 0px 2px 5px 0px #777777;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  background-color: #fff;

}

.qa__contents--outer:last-child .qa__contents {
  display: block;
}

.qa_contents--txt {
  font-size: 1.6rem;
  padding: 0 20px 20px;
}

.qa_contents--title {
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

.qa__contents--inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}

.qa__contents--group01 {
  width: 48%;
}

.qa__contents--group01:nth-child(1),
.qa__contents--group01:nth-child(2) {
  margin-bottom: 20px;
}

.qa__contents--lebel01 {
  position: relative;
  font-size: 1.5rem;
  padding-left: 30px;
}

.qa__contents--lebel01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/attending/onsen/common/images/icon__hotspring.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
}

.qa__contents--lebel01 span {
  font-size: 1.3rem;
  margin-right: 10px;
}

.qa__contents--caption01 {
  font-size: 1.6rem;
}

.qa__contents--inner02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.qa__contents--group02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qa__contents--group02:not(:last-child) {
  margin-bottom: 20px;
}

.qa__contents--lebel02 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 30px;
}

.qa__contents--lebel02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/attending/onsen/common/images/icon__hotspring.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
}

.qa__contents--lebel02 span {
  font-size: 1.2rem;
  margin-right: 10px;
}


.qa__contents--caution {
  width: calc(100% - 313px - 20px);
}

.qa__contents--image {
  width: 313px;
  height: auto;
}

.qa__contents--image li:first-child {
  margin-bottom: 20px;
}

.qa__manner--items {
  font-size: 1.6rem;
  padding: 0 20px 20px;
}

.qa__manner--item {
  position: relative;
  padding-left: 30px;
}

.qa__manner--item:not(:last-child) {
  margin-bottom: 10px;
}

.qa__manner--item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/attending/onsen/common/images/icon__hotspring.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
}
/* 温泉地のトリビア + よくあるご質問 end */

/* 旅の情報 str */
.onsen__information__wrapper h3 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.onsen__information__wrapper h3 .ttl__deco {
  position: relative;
}

.onsen__information__wrapper h3 .ttl__deco::before,
.onsen__information__wrapper h3 .ttl__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 32px;
}

.onsen__information__wrapper h3 .ttl__deco::before {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%);
  left: -100px;
}

.onsen__information__wrapper h3 .ttl__deco::after {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%) scale(-1, 1);
  right: -100px;
}

.onsen__information__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 100px;
}

.onsen__information__group {
  width: calc(96% / 2);
  display: flex;
  flex-wrap: wrap;
}

.onsen__information__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  /*border: solid 2px var(--theme-color);*/
  border-radius: 10px;
  /*padding: 20px;
  transition: background-color 0.5s*/
}

.onsen__information__link img{
	width:100%;
}

.onsen__information__link svg {
  height: 60px;
  margin: 0 auto;
}

.onsen__information__link {
  box-shadow: 0px 0px 0px 2px var(--theme-color) inset;
  transition: box-shadow .3s;
}

.onsen__information__link:hover {
  box-shadow: 0px 0px 0px 4px var(--theme-color) inset;
}

.merchandise-1 {
  fill: #f87040;
  transition: 0.5s
}

.guide-1,
.guide-2 {
    fill: none;
}

.guide-1 {
    stroke-linecap: square;
}

.guide-2 {
    stroke: #f87040;
    stroke-linecap: round;
    stroke-width: 2px;
    transition: 0.5s
  }

.guide-3,
.guide-4 {
    stroke: none;
}

.guide-4 {
    fill: #f87040;
    transition: 0.5s
  }

.onsen__information__link:hover .merchandise-1,
.onsen__information__link:hover .guide-4 {
  fill: #fff;
}

.onsen__information__link:hover .guide-2 {
  stroke: #fff;
}

.onsen__information__ttl {
  font-size: 15px;
  color: var(--theme-color);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  padding-right: 15px;
  transition: color 0.5s
}

.onsen__information__link:hover .onsen__information__ttl {
  color: #fff;
}

.onsen__information__link--arrow {
  position: relative;
}

.onsen__information__link--arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -15px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.5s;
}

.onsen__information__link:hover .onsen__information__link--arrow::before {
  border-color: #fff;
}

.onsen__information__cap {
  font-size: 1.3rem;
  margin: 5px auto 0;
}

/* 旅の情報 str */
.onsen__feature__wrapper h3 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.onsen__feature__wrapper h3 .ttl__deco::before,
.onsen__feature__wrapper h3 .ttl__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 32px;
}

.onsen__feature__wrapper h3 .ttl__deco::before {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%);
  left: -100px;
}

.onsen__feature__wrapper h3 .ttl__deco::after {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%) scale(-1, 1);
  right: -100px;
}
/* 旅の情報 end */

/* その他おすすめ特集 str */
.onsen__feature__wrapper h3 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.onsen__feature__wrapper h3 .ttl__deco::before,
.onsen__feature__wrapper h3 .ttl__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 32px;
}

.onsen__feature__wrapper h3 .ttl__deco::before {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%);
  left: -100px;
}

.onsen__feature__wrapper h3 .ttl__deco::after {
  background-image: url("/attending/onsen/common/images/title__deco.png");
  transform: translateY(-50%) scale(-1, 1);
  right: -100px;
}

.swiper-slider__outer {
  position: relative;
}

.feature__wrapper {
  margin-bottom: 100px;
}
/* その他おすすめ特集 end */

/* swiper */
.swiper-wrapper {
  padding-bottom: 30px;
}

.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;

    top: calc(50% - 15px);

    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;

    transition: all 0.3s;

    background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
}

.swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal>.swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 10px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  border-top: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
}

#hyperBn img {
  width: 100%;
}

.trivia--image__item img {
	width: 100%;
}

/* start_アクセシビリティ対応 */
.directionButton {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 16px 64px;
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #dc3a00;
  font-size: 16px;
}

.directionButton::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(45deg);
}

.directionButton:hover {
  text-decoration: underline;
}

.Tour--onsen__button--outer {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.Tour--onsen__button--outer form {
  width: 90%;
  margin: 0 auto;
}

.Tour--onsen__button {
  position: relative;
  width: 90%;
  margin: auto auto 0 auto;
  padding: 0;
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #dc3a00;
  font-size: 14px;
}

.Tour--onsen__button::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(45deg);
}

.Tour--onsen__button--outer form .Tour--onsen__button {
  width: 100%;
}

.Tour--onsen__button:not(:has(.Tour--onsen__link)):not(:has(.Tour--onsen__link--trivia)) {
  padding: 10px;
}

.Tour--onsen__link {
  display: block;
  padding: 10px;
}

.Tour--onsen__button:hover {
  text-decoration: underline;
}

.Tour--onsen__link--trivia {
  color: #dc3a00;
  border: 0;
}

.Tour--onsen__link--trivia::after {
  content: none;
}

.Tour--onsen__link--trivia:hover {
  background-color: transparent;
  color: inherit;
}
/* end_アクセシビリティ対応 */
