@charset "utf-8";
/* CSS Document */
:root{
	--font-notosans: 'Noto Sans JP', serif;
	--font-ten-mincho: "ten-mincho-text", serif;
    --font-times: "times-new-roman", sans-serif;
    --font-size-pc: 16px;
    --content-width-pc: 1104px;
    --default-color-h-black: #2C2A29;
    --default-color-h-bg1: #f5f7fa;
    --default-color-h-bg2: #E9ECF2;
	--content-color-relax: #f9f4d9;
	--content-color-food: #ffeaea;
    --content-color-sight: #e0ecf3;
    --content-color-blue: #2fa0e1;
}

.nopc {
    display: none
}
.main {
    font-family: var(--font-notosans);
    font-size: var(--font-size-pc);
    color: var(--default-color-h-black);
    position: relative;
    -webkit-text-size-adjust: none;/*ipad safari対策*/
    & a {
		&:hover {
			opacity: 0.8;
			transition: all 0.6s ease;
		}
	}
    & img {
        max-width: 100%;
    }
    & .container {
        width: var(--content-width-pc);
        margin: 0 auto;
    }
}
/*-----------------------------------------------
共通見出し
-----------------------------------------------*/
:is(#enjoy, #hotel, #tour, #charter) h2 {
    font-family: var(--font-ten-mincho);
    text-align: center;
    font-size: 32px;
    padding-top: 36px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 36px;
    #enjoy & {background-image: url("../images/icon-star.svg");}
    #hotel & {background-image: url("../images/icon-hotel.svg");}
    #tour & {background-image: url("../images/icon-plane.svg");}
    #charter & {background-image: url("../images/icon-plane.svg");}
    margin-bottom: 40px;
}
/*-----------------------------------------------
ナビ
-----------------------------------------------*/
#gnavi {
    width: 100%;
    background-color: #f8f7f1;
    & ul {
        width: var(--content-width-pc);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        & li {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.05em;
            flex: 1 0 auto;
            text-align: center;
            & a {
                display: block;
                padding: 20px 0;
                position: relative;
                text-decoration: none;
                color: inherit;
                &::after {
                    content: "|";
                    font-weight: 400;
                    position: absolute;
                    right: 0;
                }
                li:last-child & {
                    &::after {
                        content: none;
                    }                 
                }
                li:first-child & {
                    background: url("../images/icon-flower.svg") no-repeat left center / 26px;
                    padding-left: 5px;
                }
            }
        }
    }
}
/*ナビ固定・位置取得*/
.fix-navi:has(.fixed) {
	height: 61px;
}
#gnavi.fixed {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
    & li a.active {
        position: relative;
        &::before {
            position: absolute;
            bottom: 10px;
            right: 0;
            left: 0;
            margin: 0 auto;
            content: "";
            width: 88%;
            height: 2px;
            display: block;
            background-color: #888;            
        }
    }
}
/*-----------------------------------------------
MV
-----------------------------------------------*/
#mv {
	width: 100%;
    height: 870px;
    background: url("../images/main-bg-pc.jpg") no-repeat top center / cover;
    & .title {
        padding-top: 110px;
        text-align: center;
    }
}
/*-----------------------------------------------
リード
-----------------------------------------------*/
#lead {
    width: 100%;
    background-image: url("../images/lead/bg-wave.png"),url("../images/lead/bg-pc.jpg") ;
    background-repeat: no-repeat,no-repeat;
    background-position: bottom center,top -100px center;
    & .container {
        padding: 96px 0 152px;
        position: relative;
    }
    & h2 {
        margin-bottom: 24px;
        & span:nth-child(1) {
            display: block;
            font-family: var(--font-ten-mincho);
            font-size: 32px;
            font-weight: 400;
            line-height: 1.3;
        }
        & span:nth-child(2) {
            display: block;
            font-family: var(--font-times);
            font-size: 80px;
            font-weight: 400;
            line-height: 1.3;
            font-style: italic;
        }        
    }
    & .lead-text {
        width: 430px;
        font-family: var(--font-ten-mincho);
        font-size: 17px;
        margin-bottom: 40px;
    }
    & .info {
        width: 430px;
        background-color: rgba(255,255,255,0.3);
        box-shadow: 0px 0px 3px #9db2ca;
        padding: 8px;
        font-size: 13px;
        & h3 {
            font-family: var(--font-times);
            font-size: 18px;
            font-weight: bold;
        }
    }
    & .ph-box {
        margin-top: 64px;
        text-align: center;
        & h3 {
            font-family: var(--font-times);
            font-size: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            &::before,&::after {
                content: "";
                height: 1px;
                width: 100px;
                background-color: #000;;
                margin: 0 10px;
            }
        }
        & p {
            font-family: var(--font-ten-mincho);
            font-size: 24px;
            margin-bottom: 32px;
        }
        & .ph-list {
            display: flex;
            justify-content: space-between;
            & li {
                width: calc(95% / 4);
                aspect-ratio: 1;
                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}

/*-----------------------------------------
マップ
-----------------------------------------*/
#lead .map {
    position: absolute;
    right: 0;
    top: 124px;
    width: 660px;
    height: 500px;
	background: url("../images/lead/map-pc.png") no-repeat;
    
    & #spots {
        & .zoombox{
            display:block;
            width:165px;
            height:133px;
            position:relative;
            box-shadow:1px 1px 0px 1px rgba(0,0,0,0.25);
            box-sizing: content-box;
            border:5px solid #fff;
            z-index:1;
        }
        & .inner{
            display:block;
            width:100%;
            height:100%;
            position:absolute;
            background-color:#fff;
            overflow:hidden;
        }
        & .active .zoombox{
            z-index:2;
        }
        & .photo{
            width:100%;
            position:relative;
            & img {
                width:100%;
                vertical-align: bottom;
                height: 100%;
            }
        }
        & h3 {
            font-size:14px;
            font-weight:bold;
            margin: 5px 0 0;
            position: relative;
            &::after {
                font-family: 'Material Symbols Rounded';
                content: "\e5cc";
                margin-left: 5px;
                display: inline-block;
                transform: translateY(2px);
            }
        }
        & .active h3 {
            font-size: 15px;
            &::after {
                display: none;
            }
        }
        & .comment{
            font-size: 14px;
            text-align: justify;
        }
        & .spot {
            position: absolute;
        }
        & #spot1{left:205px;top:0px;}
        & #spot2{right:10px;top:40px;}
        & #spot3{right:30px;top:430px;}
        & .pos a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }
    }
}
/*-----------------------------------------
楽しむタブ
-----------------------------------------*/
#enjoy {
    width: 100%;
    padding: 40px 0 0;
    & #tab {
        width: var(--content-width-pc);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        & li {
            width: 240px;
            height: 240px;
            border-radius: 50%;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
            text-align: center;
            margin: 0 20px 70px;
            padding-top: 70px;
            display: block;
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: top 35px center;
            background-size: 30px;
            position: relative;
            &.relax {background-color: var(--content-color-relax);background-image: url("../images/enjoy/icon-relax.svg");}
            &.food {background-color: var(--content-color-food);background-image: url("../images/enjoy/icon-food.svg");}
            &.sight {background-color: var(--content-color-sight);background-image: url("../images/enjoy/icon-sight.svg");}
            & .text1 {
                font-family: var(--font-times);
                font-weight: bold;
                font-size: 20px;
            }
            & .text2 {
                font-family: var(--font-ten-mincho);
                font-size: 14px;
                margin-bottom: 15px;
            }
            & .text3 {
                font-family: var(--font-ten-mincho);
                font-size: 16px;

            }
            &.select {
                box-shadow: none;
                &::after {
                    position: absolute;
                    bottom: -71px;
                    right: 0;
                    left: 0;
                    margin: 0 auto;
                    content: "";
                    width: 240px;
                    height: 65px;
                    display: block;
                    mask-image: url("../images/enjoy/fukidashi.svg");
                    mask-size: contain;
                    mask-repeat: no-repeat;
                    mask-position: center;
                }
                .relax& {
                    &::after {background-color: var(--content-color-relax);}
                }
                .food& {
                    &::after {background-color: var(--content-color-food);}
                }
                .sight& {
                    &::after {background-color: var(--content-color-sight);}
                }
            }
            &:hover {
                opacity: 0.8;
                transition: all 0.6s ease;
            }
        }
    }
}
/*-----------------------------------------
楽しむコンテンツ
-----------------------------------------*/
/*共通*/
#enjoy {
    & .disnon {
		display: none;
	}
    & .tab-conts {
        width: 100%;
        margin-top: -1px;/*隙間調整*/
		#relax& {background-color: var(--content-color-relax);}
		#food& {background-color: var(--content-color-food);}
		#sight& {background-color: var(--content-color-sight);}
        padding: 40px 0 136px;
	}
    & h3 {
        text-align: center;
        font-size: 48px;
        letter-spacing: 0.05em;
        font-family: var(--font-times);
        display: flex;
        align-items: center;
        justify-content: center;
        &::before,&::after {
            content: "";
            height: 1px;
            width: 100px;
            background-color: #000;;
            margin: 0 20px;
        }
    }
    & .h3sub {
        text-align: center;
        font-size: 16px;
        font-family: var(--font-ten-mincho);
        margin-bottom: 40px;
    }
    & .intro {
        padding: 0 0 64px;
        font-family: var(--font-ten-mincho);
        & dt {
            font-size: 34px;
            line-height: 1.3;
            text-align: center;
            margin-bottom: 24px;
        }
        & dd {
            width: 80%;
            margin: 0 auto;
            font-size: 18px;
        }
    }
}
/*リラクゼーション*/
#enjoy #relax {
    & .relax-main {
        width: 100%;
        margin-bottom: 40px;
        & img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        & span {
            display: block;
            font-size: 13px;
            text-align: right;
        }
    }
    & .relax-ph-list {
        display: flex;
        justify-content: space-between;
        & li {
            width: calc(96% / 3);
            & span {
                display: block;
                font-size: 13px;
            }
        }
    }
}
/*フード*/
#enjoy #food {
    & .container {
        position: relative;
    }
    & .intro {
        position: absolute;
        left: 0;
        top: 150px;
        & dt {
            text-align: left;
        }
        & dd {
            width: 42%;
            margin: 0 auto 0 0;
        }
    }
    & .food-list {
        width: 100%;
        height: 1380px;
        background: url("../images/enjoy/food-bg-pc.png") no-repeat top center;
        position: relative;
        & li {
            position: absolute;
            width: 280px;
            & .obi {
                display: inline-block;
                background-color: #ffaba6;
                font-size: 18px;
                font-weight: 500;
                padding: 0 10px;
                margin-bottom: 40px;
            }
            & h4 {
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 16px;
            }
            & .text {
                font-size: 14px;
                font-weight: 500;
                -webkit-text-stroke: 3px var(--content-color-food);
                text-stroke: 3px var(--content-color-food);
                paint-order: stroke;
            }
            &:nth-child(1) {top:40px;left:592px;}
            &:nth-child(2) {top:332px;left:292px;}
            &:nth-child(3) {top:796px;left:0px;}
            &:nth-child(4) {top:615px;left:800px;}
            &:nth-child(5) {top:755px;left:572px;}
            &:nth-child(6) {top:1064px;left:630px;width:300px;}
            &:nth-child(7) {top:1194px;left:39px;width:330px;}
        }
    }
}
/*観光*/
#enjoy #sight {
    & .sight-ph-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        & li {
            width: calc(96% / 3);
            & .detail {
                & dt {
                    margin-bottom: 16px;
                    & span:nth-child(1) {
                        font-family: var(--font-times);
                        font-size: 28px;
                        font-style: italic;
                    }
                    & span:nth-child(2) {
                        display: block;
                        font-size: 16px;
                        font-weight: 700;
                    }
                }
                & dd {
                    font-size: 16px;
                    text-align: justify;
                }
            }
        }
        & li.wide {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            & img {
                width: 63%;
            }
            & .detail {
                width: 34%;
            }
        }
    }
}
/*-----------------------------------------------
テーマパーク
-----------------------------------------------*/
#themepark {
    background-color: #fff;
    position: relative;
    padding: 96px 0 64px;
    
    &::before,&::after {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        background: url("../images/enjoy/park-bg.png") repeat-x;
        position: absolute;
        left: 0;
    }
    &::before {top: 0;}
    &::after {bottom: 0;}
    & h2 {
        position: absolute;
        top: -80px;
        right: 0;
        left: 0;
        text-align: center;
    }
    & .park-main {
        width: 100%;
        height: 500px;
        position: relative;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        & .al {
            position: absolute;
            left: 0;
            bottom: -50px;
        }
    }
    & h3 {
        padding: 40px 0 24px;
        text-align: center;
        & span:nth-child(1) {
            display: block;
            font-size: 18px;
            font-weight: 700;
        }
        & span:nth-child(2) {
            display: block;
            font-size: 40px;
            font-weight: 900;
            color: var(--content-color-blue);
        }        
    }
    & .park-text {
        text-align: center;
        line-height: 1.8;
        margin-bottom: 40px;
    }
}
#themepark .slider-conts {
    margin: 0 8px;
    & .detail {
        padding-top: 8px;
        & .cate {
            font-size: 14px;
            letter-spacing: 0.1em;
            font-weight: 700;
            color: var(--content-color-blue);
        }
        & .title {
            font-size: 20px;
            line-height: 1.3;
            font-weight: 700;
            margin-bottom: 8px;
        }
        & .text {
            font-size: 14px;
            text-align: justify;
        }
    }
}

/*-----------------------------------------------
ホテル 全体＆ナビ
-----------------------------------------------*/
#hotel {
    width: 100%;
    padding: 40px 0 0;
    background-color: var(--default-color-h-bg1);
    & .hotel-navi {
        width: var(--content-width-pc);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding-bottom: 56px;
        & li {
            width: 120px;
            margin: 0 10px;
            position: relative;
            & a {
                display: block;
                text-decoration: none;
                color: inherit;
            }
            & img {
                border-radius: 8px;
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
                &:hover {
                    box-shadow: none;
                }
            }
            & span {
                padding-top: 5px;
                display: block;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.3;
                text-align: center;
            }
            &::after {
                position: absolute;
                bottom: -23px;
                right: 0;
                left: 0;
                font-family: 'Material Symbols Rounded';
                font-size: 24px;
                line-height: 1.0;
                text-align: center;
                content: '\e313';
            }
        }
    }
    & .hotel-wrap {
        padding: 40px 0 64px;
        &:nth-child(odd) {
            background-color: var(--default-color-h-bg2);
        }
    }
}
/*-----------------------------------------------
ホテル 内容
-----------------------------------------------*/
#hotel {
    & h3 {
        text-align: center;
        margin-bottom: 32px;
        & span:nth-child(1) {
            display: inline-block;
            border-bottom: solid 1px var(--default-color-h-black);
            padding: 0 10px;
            font-size: 38px;
            line-height: 1.3;
            font-family: var(--font-times);
            font-style: italic;
        }
        & span:nth-child(2) {
            display: block;
            font-size: 18px;
            font-family: var(--font-ten-mincho);
        }
        &::before {
            content: "";
            height: 30px;
            display: block;
            margin: 0 auto;
            background: url("../images/icon-hotel-title.svg") no-repeat top center;
            background-size: contain;
        }
    }
    & .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        & + .flex {
            margin-top: 40px;
        }
    }
    & .hotel-main {
        .flex & {
            width: 46%;
            aspect-ratio: 3 / 2;
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    & .intro {
        padding: 40px 0 64px;
        font-family: var(--font-ten-mincho);
        & dt {
            font-size: 28px;
            line-height: 1.3;
            text-align: center;
            margin-bottom: 24px;
        }
        & dd {
            width: 80%;
            margin: 0 auto;
            font-size: 18px;
        }
        .flex & {
            width: 50%;
            padding: 24px 0 0 0;
            & dt {
                text-align: left;
            }
            & dd {
                width: 100%;
            }
        }
    }
    & .data-box {
        width: 34%;
        & h4 {
            font-family: var(--font-ten-mincho);
            font-size: 18px;
        }
        & .data-text {
            background-color: #d9dee6;
            padding: 16px;
            font-size: 14px;
        }
    }
    & .room-box {
        width: 62%;
        & h4 {
            font-family: var(--font-ten-mincho);
            font-size: 18px;
        }
        & .room-slider {
            background-color: #fff;
            padding: 16px 24px;
            & .slider-conts {
                display: flex;
                justify-content: space-between;
                & img {
                    width: 52%;
                }
                & .room-text-wrap {
                    width: 45%;
                    & h5 {
                        font-size: 18px;
                        font-weight: 700;
                        margin-bottom: 8px;
                    }
                    & .room-text {
                        font-size: 14px;
                        margin-bottom: 16px;
                    }
                    & .room-note {
                        display: inline-block;
                        background-color: var(--default-color-h-bg2);
                        font-size: 13px;
                        padding: 0 8px;
                    }
                }
            }
        }
    }
    & .ph-box {
        margin-top: 40px;
        & .ph-list {
            display: flex;
            justify-content: space-between;
            & li {
                width: calc(95% / 4);
                aspect-ratio: 1;
                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}
/*モーベンピック　ファミリー*/
#hotel {
    .family-ttl {
        text-align: center;
        padding: 40px 0;
        & img {
            width: 230px;
            margin-bottom: 8px;
        }
        & h4 {
            font-size: 34px;
            font-weight: 900;
            color: var(--content-color-blue);
            margin-bottom: 16px;
        }
        & p {
            font-size: 18px;
        }
    }
    .slider-conts {
        margin: 0 8px;
    }
}

/*-----------------------------------------------
おすすめツアー
-----------------------------------------------*/
#tour,#charter {
    width: 100%;
    padding: 40px 0 96px;
    & h3 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        padding: 5px 10px;
        background-color: #002f6f;
        color: #fff;
        margin-bottom: 24px;
        &:not(:first-of-type) {
            margin-top: 64px;
        }
    }
    & .more-btn {
        text-align: center;
        padding-top: 64px;
        & a {
            background-color: #333;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
			width: 600px;
            padding: 16px 0;
            text-decoration: none;
            display: inline-block;;
            border-radius: 100px;
            min-width: 256px;
            &::after {
                font-family: 'Material Symbols Rounded';
                content: "\e5cc";
                margin-left: 5px;
                display: inline-block;
                transform: translateY(2px);
            }
        }
    }
    & .bnr-area {
        text-align: center;
        margin-top: 64px;
        & h4 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        & a {
            display: block;
        }
    }
}
#charter {
    background-color: #fffad9;
}

/*-----------------------------------------------
トップへ戻るボタン
-----------------------------------------------*/
#footlink {
	width: 100%;
	background-color: #fffad9;
	padding: 0 0 64px;
	text-align: center;
	& .btn {
        text-align: center;
        & a {
            background-color: #875c0b;
            color: #fff;
            font-size: 18px;
            text-align: center;
            width: 600px;
            padding: 16px 0;
            text-decoration: none;
            display: inline-block;;
            border-radius: 100px;
            min-width: 256px;
            &::after {
                font-family: 'Material Symbols Rounded';
                content: "\e5cc";
                margin-left: 5px;
                display: inline-block;
                transform: translateY(2px);
            }
        }
    }
}

/*-----------------------------------------------
スライダー調整
-----------------------------------------------*/
.main {
    & .slick-prev, .slick-next {
        top: 45%;
        width: 35px;
        height: 35px;
        z-index: 100;
    }
    & .slick-prev {
        left: -46px;
    } 
    & .slick-next {
        right: -42px;
    }
    & .room-slider .slick-prev {
        left: -22px;
    } 
    & .room-slider .slick-next {
        right: -15px;
    }
    & .slick-prev:before, .slick-next:before {
        color: #999;
        font-size: 40px;
    }
    & .slick-dots {
        position: static;
    }
    & .slick-dots li button:before {
        font-size: 12px;
    }
    & .slick-dots > li:first-child:last-child {
        display: none;
    }
}
.is-ipad .main {
    & .slick-prev, .slick-next {
        width: 56px;
        height: 56px;
    }
    & .slick-prev {
        left: -39px;
    } 
    & .slick-next {
        right: -36px;
    }
    & .room-slider .slick-prev, .room-slider .slick-next {
        top: 53%;
    }
    & .room-slider .slick-prev {
        left: -28px;
    } 
    & .room-slider .slick-next {
        right: -28px;
    }
    & .slick-prev:before, .slick-next:before {
        font-size: 54px;
    }
}
/*-----------------------------------------------
検索・TEL調整
-----------------------------------------------*/
#searchArea {
    padding-top: 64px;
	background-color: var(--default-color-h-bg1);
	padding-bottom: 64px;
}
/*#inqbox {
    width: var(--content-width-pc)!important;
}*/

/*------------------------------------------------
	ページトップボタン
--------------------------------------------------*/
.goTop{
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100;
}
.goTop a{
    width: 40px;
    height: 40px;
	display: flex;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s ease-out;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(105, 113, 128, .5);
    text-decoration-line: none;
}
.goTop a:hover{
	opacity: .8;
}
.goTop a p{
	color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.is-ipad {
    & .goTop a {
        width: 50px;
        height: 50px;
        & p {
            font-size: 30px;
        }
    }
}
/*------------------------------------------------
	パンくず
--------------------------------------------------*/
.ui-static-breadcrumb {
    overflow-x: auto;
    overflow-y: hidden
}

.ui-static-breadcrumb-list {
    display: flex;
    padding: 8px 16px;
    gap: 8px;
    width: max-content
}

.ui-static-breadcrumb-item {
    list-style: none;
    display: flex;
    align-items: center;
    color: #2c2a29;
    font-size: 12px;
    gap: 11px
}

.ui-static-breadcrumb-link {
    text-decoration: none;
    color: #697180;
    transition: color .3s ease-out;
    display: flex;
    align-items: center;
    gap: 4px
}
.ui-static-breadcrumb-link i {
	font-size: 12px;
    color: #acb5bf;
    transition: .2s ease-out;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
}

.ui-static-breadcrumb-link:hover,.ui-static-breadcrumb-link.focused {
    color: #3064d5
}

.ui-static-breadcrumb-link:hover .ui-static-icon,.ui-static-breadcrumb-link.focused .ui-static-icon {
    color: #3064d5
}