@charset "UTF-8";
/* TOPページ FV */
.top {
    background: #6288B6;
}
.top .top__img {
    position: relative;
}
.top .top__img img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: 50% 100%;
    vertical-align: top;
}
.top .top__img::before {
    content: '';
    width: 100%;
    height: 575px;
    background-color: rgba(0,0,0,0.3);
    z-index: 0;
    position: absolute;
}
.top .top__text {
    width: 92%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    padding: 75px 0 50px;
}
.top .top__text p {
	color: #fff;
}
.top .top__text .top__text-right {
    max-width: 975px;
    margin-top: 130px;
    z-index: 1;
}
.top .top__text::after {
    content: '';
    width: 197px;
    height: 250px;
    background-image: url(/images/yado/theme/ittogashi/top_img01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -131px;
    right: -35px;
    z-index: 1;
}
.top .top__text .top__text-title {
    width: 100%;
    max-width: 980px;
}
.top .top__text .top__text-title img {
    width: 100%;
    max-width: 980px;
    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: 540px; 
    height: auto;
}
.top .top__text .top__text-sub {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 300;
}
.top .top__text .top__ranking {
    margin-top: 20px;
}
.top .top__text .top__ranking a {
    font-size: 18px;
	font-weight: 500;
    color: #FFF;
    text-decoration: underline !important;
}


/* エリア別で探す */
.top .areaSearchIcon {
    fill: #FFF;
}

/* 旅色編集部Pick up */
.theme_pickup  {
    background: #6288B6;
}
.theme_pickup .pickup__title  {
    background: #3C679B;
}
.theme_pickup .pickup__title::before {
    content: '';
    width: 321px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: calc(50% - 415px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.theme_pickup .pickup__title::after {
    content: '';
    width: 321px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: calc(50% + 415px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.theme_pickup .info__btn a {
	color: #3C679B;
	border: 1px solid #3C679B;
}

.theme_type_pc {
    padding-top: 0;
}
.theme_type_pc .theme_type-title {
    height: 60px;
    padding: 15px 0 8px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}
.theme_type_pc .theme_type-title::before {
    content: '';
    width: 100vw;
    height: 60px;
    background: #D6A9A9;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}
.theme_type_pc .theme_type-title img {
    max-width: 763px;
}

/* シーン別特集 */
.theme_scene {
    background: -moz-linear-gradient(top, #F2C9C2, #DBE686 52%, #9AE3E6);
    background: -webkit-linear-gradient(top, #F2C9C2, #DBE686 52%, #9AE3E6);
    background: linear-gradient(to bottom, #F2C9C2, #DBE686 52%, #9AE3E6);
}
.theme_scene .theme_scene-comment {
    font-size: 30px;
    font-weight: 400;
    color: #3C679B;
    text-align: center;
    margin-top: 40px;
}
.theme_scene .theme_scene-comment::after {
    content: '↓↓↓';
    display: block;
}
.theme_scene .theme_scene-nav {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 55px 0;
    margin: 0 auto;
}
.theme_scene .theme_scene-nav li {
    width: 28.5%;
    max-width: 265px;
    text-align: center;
    margin-right: 7.25%;
}
.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:hover {
    opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
    max-width: 248px;
    -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 li a span {
    display: block;
    height: 38px;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #3C679B;
}
.theme_scene .theme_scene-nav .nav__text {
    max-width: 138px;
    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: #3C679B;
    display: block;
    margin: 0 auto;
}
.theme_scene .theme_scene-nav .theme_scene-nav01 a:hover span::after {
    /* width: 80%; */
}
.theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after{
    width: 30%;
}
.theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {
    width: 70%;
}
.theme_scene .yado__text-main {
    color: #3C679B;
}
.theme_scene .yado__text-sub .more {
    color: #3C679B;
}
.theme_scene .search__text {
    color: #3C679B;
}
.theme_scene .info__btn a {
	color: #3C679B;
	border: 1px solid #3C679B;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #3C679B;
}

/* 下層 エリア別で探す */
.bottom .search__text {
    color: #6288B6;
}
.bottom .areaSearchIcon {
    fill: #6288B6;
}

/* 検索結果ページ */
.search .search__text-title {
    box-sizing: border-box;
}
.search .search__text-title img {
    width: 100%;
    max-width: 982px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.theme__top .theme__title {
    color: #6288B6;
}
.theme__top .theme__title span {
    color: #6288B6;
}
.theme__top .theme__ranking a {
    color: #6288B6;
}

/* 404ページ */
.top404 .top404__text-title img {
    width: 100%;
    max-width: 613px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 1280px) {
    /* .top .top__img img {
        height: 539px;
    }
    .top .top__img::after {
        height: 163px;
        background-image: url(/images/yado/theme/ittogashi/top_wave_pc.svg);
        background-size: 100% 163px;
        bottom: -1px;
    }
    .top .top__text {
        margin-top: 0;
        padding: 43px 0 56px;
    }
    .top .top__text .top__text-title {
        top: -104px;
    } */
}
@media screen and (max-width: 1120px) {
    /* .top .top__img::after {
        height: 100px;
        background-size: 100% 100px;
    }
    .top .top__text .top__text-title {
        top: -50px;
        width: 300px;
    } */
}
@media screen and (max-width: 900px) {
    /* .top .top__text .top__text-title {
        width: 240px;
    } */
}
@media screen and (max-width: 599px) {
    /* TOPページ FV */
    .top {
        padding-bottom: 35px;
    }
    .top .top__img img {
        height: 465px;
    }
    .top .top__img::before {
        height: 465px;
    }
    .top .top__text {
        padding: 45px 0 20px;
        height: 465px;
        box-sizing: border-box;
    }
    .top .top__text .top__text-right {
        width: 100%;
        margin-left: 0;
    }
    .top .top__text::after {
        width: 104px;
        height: 108px;
        bottom: -66px;
        right: 0;
    }
    .top .top__text .top__text-title img {
        max-width: 360px;
    }
    .top .top__text-right {
        margin-top: 20px;
    }
    .top .top__text-main img {
        width: 100%;
        max-width: 245px;
        height: auto; 
    }
    .top .top__text-sub {
        font-size: 16px;
        font-weight: 300;
        color: #FFF;
        margin-top: 10px;
    }
    .top .top__ranking {
        margin-top: 10px;
    }
    .top .top__ranking a {
        color: #FFF;
        font-size: 18px;
        line-height: 1.4;
        text-decoration: underline !important;
        margin-top: 15px;
    }


    /* エリア別で探す */
    .area_search_sp .AreaBlock .noLink {
        background: #EDE8D2;
    }
    .area_search_sp .AreaBlock li a {
        background: #EDE8D2;
    }
    .area_search_sp .AreaBlock li,
    .area_search_sp .AreaBlock .noLink .alphabet {
        color: #3C679B;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        color: #3C679B;
        background: #E6DDBD;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #3C679B;
        border-right: 1px solid #3C679B;
    }
    


    /* 旅色編集部Pick up */
    .theme_pickup .pickup__title::before {
        left: calc(50% - 279px);
    }
    .theme_pickup .pickup__title::after {
        left: calc(50% + 279px);
    }

    /* シーン別特集 */
    .theme_scene .theme_scene-comment {
        font-size: 14px;
        margin-top: 20px;
    }
    .theme_scene .theme_scene-nav {
        max-width: 360px;
        padding: 20px 0;
    }
    .theme_scene .theme_scene-nav li {
        width: 30%;
        max-width: 110px;
        margin-right: 5%;
    }
    .theme_scene .theme_scene-nav li a span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        font-size: 16px;
        line-height: 1.3;
    }
    .theme_scene .theme_scene-nav .nav__img {
        max-width: 93px;
    }
    .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: 68px;
    }
    .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__title {
        text-align: center;
    }
    .theme_scene .top__img {
        top: 128px;
    }
    .theme_scene .search__text {
        border-left: 5px solid #A6BDD8;
    }

    /* 検索結果ページ */
    .search .search__text-title {
        width: 100%;
    }

    /* 404ページ */
    .top404 .top404__text-title img {
        max-width: 320px;
    }
}