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

img {
    image-rendering: -webkit-optimize-contrast;
}

.Tour--onsen__wrapper {
    flex-wrap: wrap;
}

.Tour--onsen {
    margin-bottom: 20px;
}

.Tour--onsen:nth-child(3n) {
    margin-right: 0;
}

/*==============================================
タイトル str
*/
.main__visual .h1__group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hs__name {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--theme-color);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: -10px;
    padding: 5px 30px;

}

/*
タイトル 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__contents__item:not(:last-of-type) {
    border-right: solid 1px #E6E6E6;
    padding-right: 20px;
}

/*
ページアンカー end
==============================================*/

/*==============================================
ツアー str
*/
.Tour--onsen {
    width: calc(calc(1024px / 3) - 15px);
}

#ranking .Tour--onsen {
    width: calc(calc(1024px / 4) - 15px);
}

#ranking .Tour--onsen:nth-child(3n) {
    margin-right: 20px;
}

#ranking .Tour--onsen:nth-child(4n) {
    margin-right: 0;
}

.Tour--onsen__img img {
    width: 100%;
    height: auto;
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   display:block;
}

/*
ツアー end
==============================================*/

/*==============================================
地図から温泉地を探す str
*/
.area__map__wrap {
    background-color: #f4e6dc;
    margin-bottom: 50px;
    padding: 60px 0;
}

.area__map__item {
    position: absolute;
    width: 150px;
    height: auto;
    text-align: center;
}

.area__map__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: gray;
}

.area__map__item a {
    display: block;
    position: relative;
}

.area__map__item img {
    border-radius: 50%;
    overflow: hidden;
}

/*
.map--item__inner {
    position: relative;
}  */

.area__map__item img {
    position: relative;
    width: 107px;
    height: 107px;
    transition: all 0.5s;
}


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

.area__map__item span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.1rem;
    line-height: 1;
    color: #f87040;
    padding: 5px 20px;
}

/*
地図から温泉地を探す end
==============================================*/

/*==============================================
ランキング str
*/
.onsen__hotel--group .Tour--onsen__button {
    margin-top: auto;
}

/*
ランキング end
==============================================*/

/*==============================================
泉質・効能から温泉地を探す str
*/
.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: none;
    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 a {
	font-size: 1.8rem;
	font-weight: 600;
}

.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;
    font-size: 1.2rem;
    color: #fff;
    z-index: 10;
}

/*
  泉質・効能から温泉地を探す end
  ==============================================*/

/*==============================================
人気の温泉地から探す str
*/
.onsen__popular--wrapper h3 {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.onsen__popular--wrapper h3 .ttl__deco {
    position: relative;
}

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

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

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

.onsen__popular--items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onsen__popular--item {
    width: calc(96% / 4);
    margin-bottom: 20px;

    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color: #000;
}

.onsen__popular--item a {
    display: block;
    transition: opacity 0.5s;
}

.onsen__popular--item a:hover {
    opacity: 0.5;
}

.onsen__popular--group {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.onsen__popular--group img {
    width: 100%;
    height: auto;
}

.onsen__popular--name {
    font-size: 1.5rem;
    padding: 10px 15px;
}

/*
人気の温泉地から探す end
==============================================*/

/*==============================================
その他のエリアから探す str
*/
.onsen__area--wrapper h3 {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.onsen__area--wrapper h3 .ttl__deco {
    position: relative;
}

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

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

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

.onsen__area--items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onsen__area--item {
    position: relative;
    width: calc(96% / 3);
    margin-bottom: 20px;
}

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

.onsen__area--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    line-height: 1.3;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: background-color 0.5s;
}

.onsen__area--link:hover {
    background-color: inherit;
}

.onsen__area--item:nth-last-child(-n+3) {
    margin-bottom: 100px;
}

/*
その他のエリアから探す end
==============================================*/