@charset "UTF-8";
/* TOPページ FV */
#breadcrumbs {
    z-index: 5;
}
.top {
    background: #675E84;
    padding-bottom: 50px;
}
.top .top__img {
    position: relative;
    z-index: 2;
}
.top .top__img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.top .top__img img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: 50% 100%;
    vertical-align: top;
}
.top .top__text {
    position: relative;
    padding: 0 0;
    z-index: 5;
}
.top .top__text::before {
    content: '';
    width: 212px;
    height: 82px;
    background-image: url(/images/yado/theme/private/top_img01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -355px;
    left: -150px;
}
.top .top__text::after {
    content: '';
    width: 212px;
    height: 82px;
    background-image: url(/images/yado/theme/private/top_img02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: -95px;
}
.top .top__text p {
	color: #fff;
}
.top .top__text .top__text-right {
    width: 100%;
    max-width: 1083px;
    position: absolute;
    bottom: 82px;
}
.top .top__text .top__text-title {
    position: absolute;
    width: 911px;
    height: auto;
    top: -556px;
    left: 0;
}
.top .top__text .top__text-title img {
    width: 100%;
    max-width: 911px;
    height: auto;
    filter:drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.top .top__text .top__text-main img {
    width: 100%;
    max-width: 426px;
    height: auto;
}
.top .top__text .top__text-sub {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 300;
    line-height: 1.75;
}
.top .top__text .top__ranking {
    margin-top: 31px;
}
.top .top__text .top__ranking a {
    font-size: 18px;
	font-weight: 400;
    color: #FFF;
    text-decoration: underline !important;
}
.top .search__text {
	font-size: 34px;
	font-weight: 500;
    color: #FFF;
}
.top .areaSearchIcon {
    fill: #FFF;
}

/* エリア別で探す */
.area_search_pc .AreaBlock li a {
    color: #675E84;
    background: #FAF7EA;
    border: 1px solid #675E84;
}
.area_search_pc .AreaBlock li a:hover {
    color: #FFF;
    background: #513E76;
}
.area_search_pc .PrefectureBlock li a {
    color: #675E84;
    background: #FFF;
    border: 1px solid #675E84;
}
.area_search_pc .PrefectureBlock li a:hover {
    color: #FFF;
    background: #513E76;
}

/* 旅色編集部Pick up */
.theme_pickup  {
    background: #675E84;
}
.theme_pickup .pickup__title  {
    background: #513E76;
}
.theme_pickup .pickup__title img  {
    max-width: 346px;
}
.theme_pickup .pickup__title::before {
    content: '';
    width: 140px;
    height: 12px;
    background-image: url(/images/yado/theme/private/pickup_title_img_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 284px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__title::after {
    content: '';
    width: 140px;
    height: 12px;
    background-image: url(/images/yado/theme/private/pickup_title_img_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% + 284px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__item-num {
    color: #675E84;
}
.theme_pickup .pickup__item-num span {
    color: #675E84;
}
.theme_pickup .info__btn a {
	color: #675E84;
	border: 1px solid #675E84;
}

/* 宿のタイプ */
.theme_type_pc {
    padding-top: 0;
}
.theme_type_pc .theme_type-title {
    padding: 24px 0 22px;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 111px;
    background: #FAF7EA;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
    max-width: 564px;
    vertical-align: top;
}
.theme_type_pc .type .type__title img {
    max-width: 578px;
}
.theme_type_pc .type .illust {
    max-width: 377px;
    margin: 100px auto 0;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
    padding-right: 1.5%;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__img,
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__text {
    padding-right: 8.44%;
}
.theme_type_pc .theme_type-main .type:nth-child(1) .type__img {
    margin-top: 38px;
}
.theme_type_pc .theme_type-sub {
    background: #FDFBF0;
    border-radius: 20px;
    margin-top: 40px;
    padding: 62px 3% 65px;
    box-sizing: border-box;
}
.theme_type_pc .theme_type-sub .type-sub__title img {
    width: 100%;
    max-width: 348px;
    height: auto;
}
.theme_type_pc .theme_type-sub .type-sub__list {
    display: flex;
    margin-top: 20px;
}
.theme_type_pc .theme_type-sub .type-sub__list .type-sub__item {
    width: 32%;
    max-width: 360px;
    margin-right: 2%;
}
.theme_type_pc .theme_type-sub .type-sub__list .type-sub__item:nth-child(3n) {
    margin-right: 0;
}
.type-sub__item .item__img img {
    width: 100%;
    max-width: 360px;
    height: auto;
}
.type-sub__item  .item__title {
    font-size: 20px;
    font-weight: 400;
    color: #675E84;
    margin-top: 15px;
}
.type-sub__item  .item__text {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.75;
    margin-top: 10px;
}

/* シーン別特集 */
.theme_scene {
    background: -moz-linear-gradient(top, #FDE9D6, #F0C7C2 52%, #BEB7EA);
    background: -webkit-linear-gradient(top, #FDE9D6, #F0C7C2 52%, #BEB7EA);
    background: linear-gradient(to bottom, #FDE9D6, #F0C7C2 52%, #BEB7EA);
}
.theme_scene .theme_scene-title img {
    max-width: 1139px;
}
.theme_scene .theme_scene-nav {
    max-width: 927px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 70px 12%;
}
.theme_scene .theme_scene-nav li {
    width: 28.5%;
    max-width: 248px;
    text-align: center;
    margin-right: 7%;
}
.theme_scene .theme_scene-nav li:last-child {
    margin-right: 0;
}
.theme_scene .theme_scene-nav li a {
    display: block;
}
.theme_scene .theme_scene-nav li a span {
    display: block;
    height: 38px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #675E84;
}
.theme_scene .theme_scene-nav li a:hover {
    opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
    max-width: 221px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav li a:hover .nav__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.theme_scene .theme_scene-nav .nav__text {
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 2px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
    padding-bottom: 0;
}
.theme_scene .theme_scene-nav li a:hover span::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #675E84;
    display: block;
    margin: 0 auto;
}
.theme_scene .theme_scene-nav li.theme_scene-nav01 a:hover span::after {
    width: 50%;
}
.theme_scene .theme_scene-nav li.theme_scene-nav02 a:hover span::after {
    width: 70%;
}
.theme_scene .top__text {
    width: 55%;
    max-width: 555px;
    margin-right: 4%;
}
.theme_scene .top__text-sub {
    max-width: 538px;
    line-height: 1.75;
    margin-top: 30px;
}
.theme_scene .top__title {
    text-align: center;
}
.theme_scene .top__title img {
    max-width: 543px;
}
.theme_scene .top__img {
    width: 41%;
}
.theme_scene .top__img img {
    max-width: 410px;
}
.theme_scene .yado__text-main {
    color: #675E84;
}
.theme_scene .yado__text-sub .more {
    color: #675E84
}
.theme_scene .search__text {
    color: #675E84;
}
.theme_scene .area_search_pc .area__list > li .alphabet {
    color: #675E84;
}
.theme_scene .area_search_pc .area__list > li .prefList > li a {
    color: #675E84;
}
.theme_scene .area_search_pc .area__list > li .prefList > li + li::before {
    color: #675E84;
}

.bottom .area_search_pc .area__list > li .alphabet {
    color: #675E84;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #675E84;
}
.bottom .area_search_pc .area__list > li .prefList > li + li::before {
    color: #675E84;
}

.theme_scene .info__btn a {
	color: #675E84;
	border: 1px solid #675E84;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #675E84;
}

/* 下層 エリア別で探す */
.bottom .search__text {
    color: #675E84;
}
.bottom .areaSearchIcon {
    fill: #675E84;
}

/* 検索結果ページ */
.search .search__text-title {
    width: 100%;
    margin-right: calc(100% - 48% - 380px);
    padding: 0;
    box-sizing: border-box;
    text-align: left;
}
.search .search__text-title img {
    width: 100%;
    max-width: 913px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.theme__top .theme__title {
    color: #675E84;
    font-family: "Jost", serif;
}
.theme__top .theme__title span {
    color: #675E84;
    font-family: "Jost", serif;
    font-size: 22px;
}
.theme__top .theme__text {
    line-height: 1.563;
}
.theme__top .theme__ranking a {
    color: #675E84;
}


/* 404ページ */
.top404 .top404__text-title {
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}
.top404 .top404__text-title img {
    width: 100%;
    max-width: 585px;
    height: auto;
    filter:drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 1120px) {
    .top .top__text::before {
        width: 180px;
        height: 70px;
    }
    .top .top__text::after {
        width: 180px;
        height: 70px;
        right: -165px;
    }
    .top .top__text .top__text-title {
       width: 100%;
    }
}
@media screen and (max-width: 599px) {
    /* TOPページ FV */
    .top {
        padding-bottom: 35px;
    }
    .top .top__img img {
        height: 465px;
    }
    .top .top__text {
        padding: 23px 0 30px;
    }
    .top .top__text::before {
        width: 133px;
        height: 52px;
        top: -255px;
        left: -56px;
    }
    .top .top__text::after {
        content: '';
        width: 133px;
        height: 52px;
        top: -77px;
        right: -45px;
    }
    .top .top__text .top__text-right {
        width: 100%;
        margin-left: 0;
        
        position: static;
    }
    .top .top__text .top__text-title {
        top: -422px;
    }
    .top .top__text .top__text-title img {
        max-width: 390px;
    }
    .top .top__text .top__text-main img {
        max-width: 311px; 
    }
    .top .top__text .top__text-sub {
        font-size: 16px;
        margin-top: 0;
    }
    .top .top__text .top__ranking {
        margin-top: 15px;
    }
    .top .top__text .top__ranking a {
        font-size: 18px;
    }
    .top .search__text {
        font-size: 30px;
        margin-top: 0;
    }

    /* エリア別で探す */
    .area_search_sp .AreaBlock .noLink {
        background: #FAF7EA;
    }
    .area_search_sp .AreaBlock li a {
        background: #FAF7EA;
        color: #675E84
    }
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet,
	.area_search_sp .AreaBlock .num {
        color: #675E84;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        color: #675E84;
        background: #F5F0D7;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #675E84;
        border-right: 1px solid #675E84;
    }

    /* 旅色編集部Pick up */
    .theme_pickup .pickup__title img  {
        max-width: 218px;
    }
    .theme_pickup .pickup__title::before {
        width: 56px;
        background-image: url(/images/yado/theme/private/pickup_title_img_sp.svg);
        left: calc(50% - 152px);
    }
    .theme_pickup .pickup__title::after {
        width: 56px;
        background-image: url(/images/yado/theme/private/pickup_title_img_sp.svg);
        left: calc(50% + 152px);
    }
    .theme_pickup .info__name {
        border-left: 3px solid #513E76;
    }

    /* 宿のタイプ */
    .theme_type_sp .theme_type-title {
        height: 88px;
        text-align: center;
        padding: 20px 0;
    }
    .theme_type_sp .theme_type-title img {
        max-width: 355px;
    }
    .theme_type_sp .theme_type-title::before {
        background-color: #FAF7EA;
        height: 88px;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
        background: #BC94C1;
    }
    .theme_type_sp .theme_type-sub {
        margin-top: 40px;
        position: relative;
    }
    .theme_type_sp .theme_type-sub .type-sub__title {
        padding: 30px 5% 0;
    }
    .theme_type_sp .theme_type-sub .type-sub__title img {
        max-width: 238px;
    }
    .theme_type_sp .theme_type-sub .swiper-slide {
        height: auto;
    }
    .theme_type_sp .theme_type-sub .type-sub__item {
        width: 100%;
        height: 100%;
        padding: 19px 5% 25px;
        border: 0;
        box-sizing: border-box;
    }
    .theme_type_sp .theme_type-sub .type-sub__item:nth-child(odd) {
        border-right: 0;
    }
    .theme_type_sp .theme_type-sub .type-sub__item .type__img {
        margin-top: 16px;
    }
    .theme_type_sp .theme_type-sub .type-sub__item .type__img img {
        border-radius: 15px;
    }
    .theme_type_sp .theme_type-sub .type-sub__item .type__text {
        font-size: 15px;
        font-weight: 300;
        margin-top: 16px;
        line-height: 1.6;
    }
    .theme_type_sp .theme_type-sub .swiper-container {
        margin-bottom: 40px;
        position: unset;
        background: #FDFBF0;
        border-radius: 20px;
    }
    .theme_type_sp .theme_type-sub .swiper-button-prev, .theme_type_sp .theme_type-sub .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 55px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    .theme_type_sp .theme_type-sub .swiper-button-prev::before, .theme_type_sp .theme_type-sub .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 33%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .theme_type_sp .theme_type-sub .swiper-button-prev.slick-disabled:before,
    .theme_type_sp .theme_type-sub .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .theme_type_sp .theme_type-sub .swiper-button-next:hover:before,
    .theme_type_sp .theme_type-sub .swiper-button-next:focus:before {
        opacity: 1;
    }
    .theme_type_sp .theme_type-sub .swiper-button-prev {
        left: -4%;
    }
    .theme_type_sp .theme_type-sub .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 10px;
    }
    .theme_type_sp .theme_type-sub .swiper-button-next {
        right: -4%;
    }
    .theme_type_sp .theme_type-sub .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -1px;
    }
    .theme_type_sp .theme_type-sub .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -30px;
    }
    .theme_type_sp .theme_type-sub .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .theme_type_sp .theme_type-sub .swiper-pagination-bullet {
        border: 0;
        width: 25%;
        height: 5px;
        display: inline-block;
        border-radius: 0;
        background: #F2F2F2;
        opacity: 1;
    }
    .theme_type_sp .theme_type-sub .swiper-pagination-bullet-active {
        background: #BC94C1;
    }
    .type-sub__item .item__text {
        font-size: 15px;
        line-height: 1.6;
    }

    /* シーン別特集 */
    .theme_scene .theme_scene-title img {
        max-width: 326px;
    }
    .theme_scene .theme_scene-nav {
        padding: 30px 0 20px;
    }
    .theme_scene .theme_scene-nav li {
        width: 33%;
        max-width: 115px;
        margin-right: 0;
        column-gap: 7%;
    }
    .theme_scene .theme_scene-nav li a span {
        font-size: 16px;
    }
    .theme_scene .theme_scene-nav .nav__img {
        max-width: 98px;
    }
    .theme_scene .theme_scene-nav li a:hover .nav__img {
        transition: none;
        transform: unset;
    }
    .theme_scene .theme_scene-nav .nav__text {
        padding-top: 6px;
        max-width: 98px;
    }
    .theme_scene .theme_scene-nav .theme_scene-nav01 a:hover span::after,
    .theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after,
    .theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {
       display: none;
    }
    .theme_scene .top__text {
        width: 100%;
        margin-right: 0;
    }
    .theme_scene .top__img {
        width: 100%;
        text-align: center;
    }
    .theme_scene .top__title img {
        max-width: 324px;
    }
    .theme_scene .top__img {
        top: 99px;
    }
    .theme_scene .top__img img {
        max-width: 260px;
    }
    .theme_scene .search__text {
        font-size: 15px;
        border-left: 5px solid #BC94C1;
        margin-top: 35px;
    }
    .theme_scene .top__text-sub {
        margin-top: 275px;
    }
    .theme_scene .area_search_sp .AreaBlock li:not(.sub_list).active .alphabet {
        color: #675E84;
    }

    /*エリアページ*/
    .theme__top .theme__title {
        font-size: 25px;
    }
    .theme__top .theme__title span {
        font-size: 16px;
    }

    /* 検索結果ページ */
    .search .search__text-title {
        width: 100%;
        max-width: 267px;
        margin-right: 0;
    }
    .search .search__text-title img {
        max-width: 267px; 
    }

    /* 404ページ */
    .top404 .top404__text-wrap {
        display: block;
    }
    .top404 .top404__text-title {
        padding: 28px 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
    }
    .top404 .top404__text-title img {
        max-width: 287px;
    }
}
/*ランキング*/
.ranking .ranking__title .small,
.ranking .ranking__title .large {
    font-weight: 500;
    font-family: "Jost", serif;
}
.ranking .ranking__text {
	line-height: 1.563;
}
.ranking .ranking__img .ranking__date {
	font-size: 12px;
	font-weight: 300;
	border: none;
	padding: 0;
	top: auto;
	bottom: 24px;
}
.bottom .area_search_pc .area__list > li .alphabet {
    color: #675E84;
}
.bottom .area_search_pc .area__list > li .prefList > li a {
    color: #675E84;
}