/* ==========================================================================
   header
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* p-header
   ----------------------------------------------------------------- */
.close
{
    display: none;
}

.p-header
{
    position: absolute;
    z-index: 510;
    top: auto;
    right: 0;
    bottom: 0;

    width: 30vw;
    max-width: 530px;
    margin-bottom: 100px; 

    -webkit-transition: .8s; 

    transition: .8s;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header
    {
        margin-bottom: 5.23256vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header
    {
        margin-bottom: 5.40541vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header
    {
        margin-bottom: 10.74219vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header
    {
        margin-bottom: 14.32292vw;
    }
}

@media screen and (max-width: 1479px)
{
    .p-header
    {
        width: auto;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header
    {
        margin-bottom: 6vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header
    {
        width: 97%;
    }
}

.p-header.on-load
{
    position: fixed;
    top: 0;
    bottom: auto;

    margin-top: 60px;
    margin-bottom: 0;

    background: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load
    {
        margin-top: 3.13953vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load
    {
        margin-top: 3.24324vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load
    {
        margin-top: 6.44531vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.on-load
    {
        margin-top: 8.59375vw;
    }
}

.p-header__inner
{
    position: relative;

    width: 100%;
    padding: 10px;
}

.p-header__menuWrap
{
    padding-left: 15px; 

    border-left: 3px solid #c6920f;
}

.p-header__en
{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;

    margin-bottom: 10px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__en
    {
        font-size: 1.16279vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__en
    {
        font-size: 1.35135vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__en
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__en
    {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__en
    {
        font-size: 14px;

        margin-bottom: 5px;
    }
}

.p-header__text
{
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;

    margin-bottom: 10px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__text
    {
        font-size: 1.45349vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__text
    {
        font-size: 1.68919vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__text
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__text
    {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__text
    {
        font-size: 18px;

        margin-bottom: 7px;
    }
}

.p-header__tel
{
    font-family: 'Montserrat', sans-serif;
}

.p-header__tel a
{
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400; 
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-decoration: none;
    text-decoration: none;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__tel a
    {
        font-size: 2.61628vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__tel a
    {
        font-size: 3.04054vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel a
    {
        font-size: 3.95508vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a
    {
        font-size: 5.27344vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a
    {
        font-size: 28px;
    }
}

.p-header__tel a img
{
    width: 30px;
    margin-right: 3px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__tel a img
    {
        width: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__tel a img
    {
        width: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel a img
    {
        width: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a img
    {
        width: 2.20313vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a img
    {
        width: 20px;
    }
}

.p-header__heading-container
{
    position: absolute;
    z-index: 80; 
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    background: url(../image/example-bg.jpg);
    background-position: center center;
    background-size: cover;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header__heading-container__inner
{
    width: 100%;
}

@media screen and (min-width: 1024px)
{
    .p-header__heading-container__inner
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__heading-container__inner
    {
        padding: 0vw 4vw 0vw 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-header__heading-container__inner
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

.p-header__heading-container__inner.realestate
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 
    height: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (min-width: 1024px)
{
    .p-header__heading-container__inner.realestate
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__heading-container__inner.realestate
    {
        padding: 5.33vw 4vw 0vw 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-header__heading-container__inner.realestate
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

.p-header__heading-container__inner.realestate .p-page__heading__inner
{
    width: 100%;
}

@media screen and (max-width: 767px)
{
    .p-header__heading-container__inner.realestate .p-page__heading__inner
    {
        display: block; 

        margin-bottom: 30vw;
    }
}

.p-header__heading-container__inner.realestate .head-title
{
    display: inline-block;

    margin-bottom: 5px;

    text-align: left;

    border-bottom: 1px solid #1552b4;
}

@media screen and (max-width: 767px)
{
    .p-header__heading-container__inner.realestate .head-title
    {
        padding-bottom: 0;
    }
}

.p-header__heading-container__inner.realestate .head-title .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
}

.p-header__heading-container__inner.realestate .head-title .en
{
    line-height: .8;
}

.p-header__heading-container__inner.realestate .head-title .jp
{
    text-align: left;
}

.p-header__heading-container__inner.realestate .r-headline__jp
{
    display: block;

    margin-top: 15px;
}

.sub_mv
{
    position: relative;

    width: 100%;
    height: 350px;
}

@media screen and (max-width: 767px)
{
    .sub_mv
    {
        height: 250px;
    }
}

.sub_mv .bk_img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: auto;

    opacity: .4;
}

.sub_mv .head-title
{
    text-align: center;

    color: #3b3b3b;
}

.sub_mv .head-title .en
{
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1;

    position: relative;
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    margin-bottom: 20px;

    color: #c6920f;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .en
    {
        font-size: 1.56977vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .en
    {
        font-size: 1.82432vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .en
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .en
    {
        font-size: 17px;
    }
}

.sub_mv .head-title .en:after
{
    display: block;

    width: 76px;
    height: 1px;
    margin-left: 20px; 

    content: '';

    background: #1a1a1a;
}

.sub_mv .head-title .jp
{
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.3; 

    color: #3b3b3b;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .jp
    {
        font-size: 2.90698vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .jp
    {
        font-size: 3.37838vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp
    {
        font-size: 4.39453vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp
    {
        font-size: 5.85938vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp
    {
        font-size: 4.8vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp
    {
        font-size: 6.35vw;
    }
}

.sub_mv .head-title .txt
{
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .txt
    {
        font-size: 2.03488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .txt
    {
        font-size: 2.36486vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .txt
    {
        font-size: 3.07617vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .txt
    {
        font-size: 4.10156vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .txt
    {
        text-align: left;
    }
}

/* sub-header
   ----------------------------------------------------------------- */
.sub-header
{
    position: relative;
    z-index: 1000; 

    display: block;
    display: block;
    overflow: hidden;
    overflow: hidden;

    width: 100%;

    background: url(../image/footer_bg.jpg);
    background-position: center center;
    background-size: cover;
}

.sub-header:before
{
    position: absolute;
    z-index: 0; 

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .6);
}

.sub-header .headlogo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: .3s;

    transition: .3s;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;
}

@media screen and (max-width: 1479px)
{
    .sub-header .headlogo
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.sub-header .headlogo .logo
{
    width: 560px; 

    -webkit-transition: .3s; 

    transition: .3s;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub-header .headlogo .logo
    {
        width: 32.55814vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub-header .headlogo .logo
    {
        width: 37.83784vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub-header .headlogo .logo
    {
        width: 60.15625vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub-header .headlogo .logo
    {
        width: 131.25vw;
    }
}

.sub-header__main
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}

@media screen and (max-width: 767px)
{
    .sub-header__main
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.sub-header__wrap
{
    -webkit-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 767px)
{
    .sub-header
    {
        width: 100%;
    }
}

.sub-header__inner
{
    position: relative;

    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
    padding-right: 20px;
    padding-bottom: 28px; 
    padding-left: 20px;

    -webkit-transition: .3s;

    transition: .3s;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub-header__inner
    {
        padding-top: 1.46512vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub-header__inner
    {
        padding-top: 1.51351vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub-header__inner
    {
        padding-top: 3.00781vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub-header__inner
    {
        padding-top: 4.01042vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub-header__inner
    {
        padding-bottom: 1.46512vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub-header__inner
    {
        padding-bottom: 1.51351vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub-header__inner
    {
        padding-bottom: 3.00781vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub-header__inner
    {
        padding-bottom: 4.01042vw;
    }
}

@media screen and (min-width: 768px)
{
    .sub-header__inner
    {
        width: 100%; 
        max-width: 1720px;
    }
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav .c-heading
{
    color: #fff;
}

.p-gnav__telwrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-gnav__tel
{
    font-family: 'Montserrat', sans-serif;

    display: inline-block; 

    margin-bottom: 90px;
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel
    {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.p-gnav__tel a
{
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;

    display: block; 

    -webkit-transition: all .5s; 

    transition: all .5s;
    text-decoration: none;
    text-decoration: none;

    color: #003b82;
    border-radius: 100px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__tel a
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__tel a
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel a
    {
        font-size: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel a
    {
        font-size: 9.375vw;
    }
}

.p-gnav__tel span
{
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;

    display: block; 

    -webkit-transition: all .5s; 

    transition: all .5s;

    color: #003b82;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__tel span
    {
        font-size: 1.45349vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__tel span
    {
        font-size: 1.68919vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel span
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel span
    {
        font-size: 17px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-gnav__tel
    {
        display: none;
    }
}

.p-gnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-gnav__list
    {
        width: 650px;
        margin: 0 auto;
    }
}

.p-gnav__item
{
    font-weight: 400;
}

@media screen and (min-width: 1024px)
{
    .p-gnav__item:nth-child(3n + 1)
    {
        width: 30%;
    }
    .p-gnav__item:nth-child(3n + 2)
    {
        width: 35%;
    }
    .p-gnav__item:nth-child(3n + 3)
    {
        width: 35%;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__item
    {
        width: auto;
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-gnav__item:nth-child(odd)
    {
        width: 47%;
    }
    .p-gnav__item:nth-child(even)
    {
        width: 53%;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__item
    {
        width: 100%; 
        margin-bottom: 3em;
    }
}

.p-gnav__link
{
    display: block; 

    text-decoration: none;
}

@media screen and (min-width: 768px)
{
    .p-gnav__link
    {
        margin-bottom: 10px;
    }
}

.p-gnav__link .en
{
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;

    position: relative;

    margin-bottom: 10px; 

    color: #003b82;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__link .en
    {
        font-size: 2.90698vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__link .en
    {
        font-size: 3.37838vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__link .en
    {
        font-size: 5.37109vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__link .en
    {
        font-size: 11.71875vw;
    }
}

.p-gnav__link .jp
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__link .jp
    {
        font-size: 1.04651vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__link .jp
    {
        font-size: 1.21622vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__link .jp
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__link .jp
    {
        font-size: 17px;
    }
}

.p-gnav__link .jp:after
{
    display: block;

    width: 50px;
    height: 1px;
    margin-left: 15px; 

    content: '';

    background: #003b82;
}

.p-gnav__icon
{
    font-size: 0;

    text-align: left;
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon
    {
        width: 9.33333vw;
        margin: 0vw 2.67vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__icon
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon img
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon--mail
    {
        width: 8vw;
    }
}

.p-gnav__contact
{
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-gnav__contact
    {
        margin: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__contact
    {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__logo
    {
        width: 48vw;
        margin: 0vw auto 8vw auto;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__logo
    {
        width: 260px;
        margin: 0 auto 20px;
    }
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
.p-breadcrumbs
{
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs
    {
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__nav
    {
        position: relative;

        overflow-x: scroll;

        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 24px;
        font-size: 3.2vw; 

        display: table;

        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 14px;
        font-size: 1.4rem; 

        display: block;
    }
}

.p-breadcrumbs__item
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item
    {
        display: table-cell;

        vertical-align: middle;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__item
    {
        display: inline;
    }
}

.p-breadcrumbs__than
{
    margin: 0 5px;
}

.p-breadcrumbs__link
{
    font-weight: 400;

    text-decoration: none;
}

.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}
