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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap');

:root {
  --theme-color: #F87040;
}

img {
    image-rendering: -webkit-optimize-contrast;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.Common21__inner {
  width: 1024px;
  margin: 0 auto;
}

.area__tour--group {
  padding-bottom: 30px;
}

.area__tour--group:last-child {
  margin-bottom: 50px;
}

.onsen__popular--wrapper {
  margin-bottom: 50px;
}

.onsen__area--wrapper {
  margin-bottom: 50px;
}

/* 見出し str */
h2 {
  background-color: #f5f5f5;
  font-size: 3.0rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding: 1rem 0;
}

h2 span {
  border-bottom: 3px solid var(--theme-color);
}

.area__ttle {
  position: relative;
  font-size: 2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 10px;
}

.area__ttle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--theme-color);
  width: 5px;
  height: 2.4rem;
}
/* 見出し end */

/* テキスト str */
.seo  {
  margin-bottom: 30px;
}

.text {
  text-align: left;
}

.text b {
  display: block;
  text-align: center;
}
/* テキスト end */

/* アンカー コンテンツ str */
.anchor__contents__items {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 60px;
}

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

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

.anchor__contents__link::before {
  content: "";
  display: block;
  top: calc(50% - 2px);
  right: 1px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.5s;
  z-index: 5;
}

.anchor__contents__link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translateY(-50%);
  z-index: 1;
}
/* アンカー コンテンツ end */

/* ツアー str */
.Tour--onsen__wrapper {
  display: flex;
  justify-content: flex-start;
}

/* .Tour--onsen__link {
  display: block;
  width: 100%;
  height: 100%;
} */

.Tour--onsen__group {
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Tour--onsen__group figure{
  content-visibility: auto;
  contain-intrinsic-size: 179px;
  height: 179px;
    overflow: hidden;
    position: relative;
}

.Tour--onsen__group form {
  margin-top: auto;
}

/* .Tour--onsen__img img {
  width: 100%;
  height: auto;
} */

.Tour--onsen {
  display: flex;
  flex-direction: column;
  width: calc(calc(1024px / 4) - 15px);
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #fff;
  padding-bottom: 10px;
  overflow: hidden;
}

.area__tour--group .Common21__inner {
  border-bottom: dashed 2px #B5B5B5;
  padding-bottom: 50px;
}

.Tour--onsen:not(:last-child) {
  margin-right: 20px;
}

.Tour--onsen__name {
  border-bottom: solid 1px #333;
  font-weight: 700;
  margin: 15px 9px 5px;
  padding-bottom: 10px;
}

.Tour--onsen__caption {
  margin: 10px 10px 5px;
}

.Tour--onsen__button--outer {
  margin-top: auto;
}

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

.Tour--onsen__button {
  width: 100%;
   margin-top: auto;
  padding: 10px 10px 0;
}

.single .Tour--onsen__button {
  margin-top: auto;
}

.Tour--onsen__button--link {
  display: block;
  position: relative;
  border: solid 2px var(--theme-color);
  border-radius: 5px;
  color: var(--theme-color);
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  transition: color 0.5s, background-color 0.5s;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.Tour--onsen__button--link:hover {
  background-color: var(--theme-color);
  color: #fff;
}

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

.Tour--onsen__button--link:hover::before {
  border-color: #fff;
}
/* ツアー end */

/* ブログ str */
.blog__wrapper {
  margin-bottom: 100px;
}

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

.blog__wrapper h3 .ttl__deco {
  position: relative;
}

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

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

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

.list-blogs {
  display: flex;
  justify-content: space-between;
}

.list-blogs___item {
  display: flex;
  justify-content: space-between;
  width: calc(98% / 2);
  padding: 10px;
  transition: background-color 0.5s;
}

.list-blogs___item:hover {
  background-color: rgba(248, 112, 64, 0.1);
}

.item-blogs {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.item-blogs::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.blogs-thumb {
  width: 175px;
  height: auto;
}

.blogs-thumb img {
  width: 100%;
  height: auto;
}

.blogs-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 175px - 20px);
}

.blogs-group .tag {
  font-size: 1.6rem;
  line-height: 1;
  padding: 3px 10px;
  border: 1px solid var(--theme-color);
  border-radius: 3px;
}

.blogs-group .date {
  color: #707070;
  font-size: 1.4rem;
  vertical-align: 2px;
}
/* ブログ end */

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

.feature__wrapper h3 .ttl__deco {
  position: relative;
}

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

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

.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 */
.Common21__fill-btn {
  width: 315px;
  padding:0;
  /*padding: 14px 65px 14px 40px;
  background-color: var(--theme-color);
  font-family: 'M PLUS Rounded 1c', sans-serif;*/
}

.Common21__fill-btn img{
	width:100%;
}

.Common21__fill-btn:hover {
  color: var(--theme-color);
  background-color: white;
  box-shadow: 0px 0px 0px 1px var(--theme-color) inset;
}

.Common21__fill-btn::after {
	content:none;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.Common21__fill-btn:hover::after {
  border-color: var(--theme-color);
}
/* ボタン end */

/* おすすめ特集 str */
.swiper-banner-container .swiper-slide a {
  display: block;
}

.bannerCassette_content {
  width: 100%;
}

.bannerCassette_content p.bannerImg {
  width: 220px;
  height: auto;
}
.bannerCassette_content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* おすすめ特集 end */


.efficacy__contents .image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* start_モジュール調整 */
.onsen__Search__wrapper {
	padding-bottom: 50px;
}

.Search_module--horizontal #Search {
    border: solid 1px #C3C3C3;
    border-radius: 5px;
}

.Search_module--horizontal .Search__submit-wrap {
  position: static !important;
}

.Search_module--horizontal .Search__hit-wrap {
  width: auto !important;
  text-align: left !important;
  margin-right: 20px;
}

.Search_module--horizontal .Search__detail-btn {
  top: 114px;
  bottom: auto !important;
  height: 40px;
  line-height: 1.2;
}

/* end_モジュール調整 */


.onsen__theme--items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}

.onsen__theme--item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.onsen__theme--item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  right: 10px;
  z-index: 1;
}

.onsen__theme--item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 20px;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.onsen__theme--item {
  position: relative;
  width: calc(98% / 2);
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  transition: opacity .3s;
}

.onsen__theme--item:hover {
  opacity: .7;
}

.onsen__theme--item img {
  width: 100%;
  height: auto;
}

.onsen__theme--link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 2.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0px -47px 0px 0px #ffffff inset;
}

.onsen__theme--item:nth-last-child(-n+2) {
    margin-bottom: 30px;
}

/* アクセシビリティ対応 */
.Tour--onsen__link--trivia {
  position: relative;
  display: block;
  border: solid 2px var(--theme-color);
  border-radius: 8px;
  font-size: 1.8rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  color: var(--theme-color);
  text-align: center;
  padding: 0.75rem 0;
}

.Tour--onsen__link--trivia::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: translateY(-50%) rotate(45deg);
}

.Tour--onsen__link--trivia:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.Tour--onsen__link--trivia:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.onsen__blog__cap {
  font-size: 1.3rem;
  line-height: 1.8em;
  margin-bottom: 15px;
  text-align: center;
}
