@charset "UTF-8";
/* font family */
/* fon weight */
/*----------
	おでかけ カテゴリートップ
----------*/
/* mainv */
.un-mainv {
    width: 100%;
    height: 400px;
    position: relative;
}

.un-mainv__pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.un-mainv__pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.un-mainv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 186px;
    height: 136px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.un-mainv__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: solid 1px #008803;
    border-radius: 10px;
}

.un-mainv__text {
    width: 100%;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
}

.un-mainv__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
}

.un-mainv__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: "";
    background: url(/assets/img/icon-service/tour.svg) no-repeat center center/contain;
}

@media (min-width: 751px) {
    .un-mainv__title {
        width: 280px;
        height: 168px;
    }
    .un-mainv__text {
        font-size: 4.4rem;
    }
    .un-mainv__icon {
        width: 56px;
        height: 56px;
    }
    .un-mainv__icon::before {
        width: 56px;
        height: 56px;
    }
}
.un-anchor {
    margin-top: 30px;
}
.un-anchor__inner {
    padding: 20px;
    border-radius: 20px;
    background: #F6F6E4;
}
@media (min-width: 751px) {
    .un-anchor {
        margin-top: 60px;
    }
    .un-anchor__inner {
        padding: 30px;
    }
}

.un-secbg-green {
    padding: 60px 0;
    position: relative;
}
.un-secbg-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 40px 40px 0;
    background-color: #e4fbea;
    z-index: -1;
}
@media (min-width: 751px) {
    .un-secbg-green::before {
        border-radius: 0 60px 60px 0;
        width: calc(50% + 660px);
    }
}

.un-secbg-yellow {
    padding: 60px 0;
    position: relative;
}
.un-secbg-yellow::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px 0 0 40px;
    background-color: #F6F6E4;
    z-index: -1;
}
@media (min-width: 751px) {
    .un-secbg-yellow::before {
        border-radius: 60px 0 0 60px;
        width: calc(50% + 660px);
    }
}

.un-sarea__map {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.un-sarea__pic {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #D6F4FF;
    border: solid 4px #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.un-sarea__pic > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 111.4%;
    height: auto;
    transform: translate(-20.6%, 1.4%) rotate(12deg);
}

.un-sarea__area {
    position: absolute;
}

.un-sarea__area__link {
    display: block;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    text-decoration: none;
}

.un-sarea__area__title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    color: #202020;
    text-align: center;
    padding-top: 28px;
    position: relative;
}

.un-sarea__area__title::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 16px;
    height: 23px;
    content: "";
    -webkit-mask: url(/assets/img/travel/top/icon_area.svg) no-repeat center center/contain;
    mask: url(/assets/img/travel/top/icon_area.svg) no-repeat center center/contain;
    background: #008803;
}

.un-sarea__area__titlestext {
    display: block;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}

.un-sarea__area.un-sarea__area--tohoku {
    top: calc((100vw - 30px) * 0.24);
    left: calc((100vw - 30px) * 0.695);
}

.un-sarea__area.un-sarea__area--kanto {
    top: calc((100vw - 30px) * 0.635);
    left: calc((100vw - 30px) * 0.595);
}

.un-sarea__area.un-sarea__area--shinetsu {
    top: calc((100vw - 30px) * 0.31);
    left: calc((100vw - 30px) * 0.073);
}

.un-sarea__area.un-sarea__area--kanto .un-sarea__area__title::before {
    background: #BE2D76;
}

.un-sarea__area.un-sarea__area--shinetsu .un-sarea__area__title::before {
    background: #0F60B1;
}

.un-sarea__box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.un-sarea__box:nth-of-type(n+2) {
    margin-top: 10px;
}

.un-sarea__box__title {
    display: inline-block;
    padding: 0 0 0 36px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
}

.un-sarea__box__title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 36px;
    content: "";
    -webkit-mask: url(/assets/img/travel/top/icon_area.svg) no-repeat center center/contain;
    mask: url(/assets/img/travel/top/icon_area.svg) no-repeat center center/contain;
    background: #008803;
}

.un-sarea__box__titlestext {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    margin-top: 2px;
}

.un-sarea__box__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 16px;
}

.un-sarea__box__item {
    width: 33.3333%;
    padding: 0 4px;
}

.un-sarea__box__item:nth-of-type(n+4) {
    margin-top: 12px;
}

.un-sarea__box__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    background: #008803;
    border-radius: 17px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.un-sarea__box__link::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    content: "";
    -webkit-mask: url(/assets/img/icon/chev-right.svg) no-repeat center center/contain;
    mask: url(/assets/img/icon/chev-right.svg) no-repeat center center/contain;
    background: #fff;
}

.un-sarea__box__linkinner {
    width: 100%;
    padding: 0 15px 0 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.un-sarea__box--kanto .un-sarea__box__title::before {
    background: #BE2D76;
}

.un-sarea__box--kanto .un-sarea__box__link {
    background: #BE2D76;
}

.un-sarea__box--shinetsu .un-sarea__box__title::before {
    background: #0F60B1;
}

.un-sarea__box--shinetsu .un-sarea__box__link {
    background: #0F60B1;
}

@media (min-width: 751px) {
    .un-sarea__map {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .un-sarea__pic {
        width: 100%;
        height: 0;
        padding-top: 100%;
        background: #D6F4FF;
        border: solid 4px #fff;
        border-radius: 20px;
        overflow: hidden;
    }
    .un-sarea__pic > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 111.4%;
        height: auto;
        transform: translate(-20.6%, 1.4%) rotate(12deg);
    }
    .un-sarea__area.un-sarea__area--tohoku {
        top: 15%;
        left: 10.7%;
    }
    .un-sarea__area.un-sarea__area--kanto {
        top: 15%;
        left: 28.8%;
    }
    .un-sarea__area.un-sarea__area--shinetsu {
        top: 33%;
        left: 10.7%;
    }
    .un-sarea__area__link {
        width: calc((100vw - 60px) * 0.156);
        height: calc((100vw - 60px) * 0.156);
        min-width: 125px;
        min-height: 125px;
        max-width: 156px;
        max-height: 156px;
        border-radius: 20px;
        border: solid 2px #fff;
        padding: 18px 0;
        transition: all 0.3s;
    }
    .un-sarea__area__title {
        font-size: 2.4rem;
        padding-top: 40px;
        transition: all 0.3s;
    }
    .un-sarea__area__title::before {
        width: 24px;
        height: 35px;
    }
    .un-sarea__area__titlestext {
        font-size: 1.8rem;
    }
    .un-sarea__area--tohoku .un-sarea__area__link:hover {
        border: solid 2px #008803;
    }
    .un-sarea__area--tohoku .un-sarea__area__link:hover .un-sarea__area__title {
        color: var(--color-text-green);
    }
    .un-sarea__area--kanto .un-sarea__area__link:hover {
        border: solid 2px #BE2D76;
    }
    .un-sarea__area--kanto .un-sarea__area__link:hover .un-sarea__area__title {
        color: #BE2D76;
    }
    .un-sarea__area--shinetsu .un-sarea__area__link:hover {
        border: solid 2px #0F60B1;
    }
    .un-sarea__area--shinetsu .un-sarea__area__link:hover .un-sarea__area__title {
        color: #0F60B1;
    }
    .un-sarea__box {
        display: block;
        padding: 0;
    }
    .un-sarea__box:nth-of-type(n+2) {
        margin-top: 0;
    }
    .un-sarea__box__item:nth-of-type(n+4) {
        margin-top: 0;
    }
    .un-sarea__box .un-sarea__box__list {
        margin-top: 0;
    }
    .un-sarea__box .un-sarea__box__title {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .un-sarea__box .un-sarea__box__item {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        padding: 0;
    }
    .un-sarea__box__link {
        transition: all 0.3s;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(1) {
        top: 25%;
        left: 67.4%;
        width: 96px;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(2) {
        top: 44%;
        left: 55.6%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(3) {
        top: 53.5%;
        left: 56.4%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(4) {
        top: 50.5%;
        left: 44.9%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(5) {
        top: 62%;
        left: 52.4%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(6) {
        top: 59%;
        left: 39.4%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__item:nth-of-type(7) {
        top: 69.5%;
        left: 50.2%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(1) {
        top: 73.5%;
        left: 33.6%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(2) {
        top: 69.5%;
        left: 39.2%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(3) {
        top: 77%;
        left: 46.9%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(4) {
        top: 78.5%;
        left: 36.1%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(5) {
        top: 83%;
        left: 35.1%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(6) {
        top: 82.5%;
        left: 46.7%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(7) {
        top: 87.5%;
        left: 32.5%;
        width: 96px;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(8) {
        top: 79%;
        left: 25%;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__item:nth-of-type(9) {
        top: 84%;
        left: 21.2%;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__item:nth-of-type(1) {
        top: 63.5%;
        left: 32.3%;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__item:nth-of-type(2) {
        top: 74%;
        left: 23.5%;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__item:nth-of-type(3) {
        top: 75.5%;
        left: 11%;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__item:nth-of-type(4) {
        top: 70%;
        left: 15%;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__item:nth-of-type(5) {
        top: 69%;
        left: 26%;
    }
    .un-sarea__box.un-sarea__box--tohoku .un-sarea__box__link:hover {
        background: #005C02;
    }
    .un-sarea__box.un-sarea__box--kanto .un-sarea__box__link:hover {
        background: #761445;
    }
    .un-sarea__box.un-sarea__box--shinetsu .un-sarea__box__link:hover {
        background: #093057;
    }
}
#service .c-imagelink__image {
    height: auto;
    padding-bottom: 67%;
}
#service .c-imagelink__image img {
    height: auto;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.un-strain__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.un-strain__item {
    width: 50%;
    padding: 0 7.5px;
}

.un-strain__item:nth-of-type(n+3) {
    margin-top: 25px;
}

.un-strain__link {
    display: block;
    text-decoration: none;
}

.un-strain__text {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    color: #202020;
    margin-top: 8px;
}

.un-strain__link--blank .un-strain__icon {
    display: inline-block;
    margin: 0 0 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}

.un-strain__link--blank .un-strain__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-mask: url(/assets/img/icon/blank.svg) no-repeat center center/contain;
    mask: url(/assets/img/icon/blank.svg) no-repeat center center/contain;
    background: #202020;
}

@media (min-width: 751px) {
    .un-strain__list {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }
    .un-strain__item {
        width: 25%;
        padding: 0 12.5px;
    }
    .un-strain__item:nth-of-type(n+3) {
        margin-top: 0;
    }
    .un-strain__text {
        font-size: 1.6rem;
        transition: all 0.3s;
    }
    .un-strain__link:hover .un-strain__text {
        color: var(--color-text-green);
    }
    .un-strain__link--blank .un-strain__icon {
        width: 14px;
        height: 14px;
    }
    .un-strain__link--blank .un-strain__icon::before {
        width: 14px;
        height: 14px;
        transition: all 0.3s;
    }
    .un-strain__link--blank:hover .un-strain__icon::before {
        background: #008803;
    }
}
.un-sptoggle {
    margin-top: 30px;
}
@media (max-width: 750px) {
    .un-sptoggle.un-train__box {
        display: grid;
        grid-template-rows: 60px 0fr;
        transition: grid-template-rows 0.4s ease;
    }
    .un-sptoggle.un-train__box.is-active {
        grid-template-rows: 60px 1fr;
    }
    .un-sptoggle__title {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 40px 0 15px;
        background: #fff;
        border-bottom: solid 1px #ddd;
        position: relative;
        font-weight: var(--fb-reg);
        font-size: 1.6rem;
        line-height: 1.4;
        color: var(--color-text);
    }
    .un-sptoggle__title::before {
        display: none;
    }
    .un-sptoggle__title::after {
        position: absolute;
        top: 50%;
        right: 10px;
        translate: 0 -50%;
        width: 12px;
        height: 12px;
        content: "";
        background: url(/assets/img/icon/chev-down.svg) no-repeat center center/contain;
        transition: rotate 0.2s;
    }
    .un-train__box.is-active .un-sptoggle__title::after {
        background: url(/assets/img/icon/chev-up.svg) no-repeat center center/contain;
    }
    .un-sptoggle__content {
        background-color: #fff;
        /* padding: 0 15px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        transition: height 0.3s ease;
        height: 0;
        pointer-events: none; */
        padding: 0 15px;
        overflow: hidden;
        transition: padding 0.4s;
    }
    .un-sptoggle__content > *:first-child {
        margin-top: 20px;
    }
    .un-sptoggle__content > *:last-child {
        margin-bottom: 20px;
    }
    .un-sptoggle.is-active .un-sptoggle__title::before {
        rotate: 180deg;
    }
    .un-sptoggle.is-active .un-sptoggle__content {
        /* height: calc-size(auto, size);
        pointer-events: all; */
    }
}
@media (min-width: 751px) {
    .un-sptoggle {
        margin-top: 50px;
    }
    .un-sptoggle__title {
        display: none;
    }
    .un-sptoggle .c-text-cardlink__inner {
        border-color: #fff;
    }
    .un-sptoggle .c-imagelink__inner {
        border-color: transparent;
    }
}
@media (hover: hover) {
    .un-sptoggle .c-text-cardlink__inner:hover {
        border-color: var(--color-theme-main);
    }
    .un-sptoggle .c-imagelink__inner:hover {
        border-color: var(--color-theme-main);
    }
}/*# sourceMappingURL=travel-categorytop.css.map */