@charset "UTF-8";

.color-azabu {
    color: #c19c00 !important;
}

.border-azabu {
    border-color: #c19c00 !important;
}

.c-jisage {
    text-indent: -1em;
    padding-left: 1em;
}

.bg-nesyellow {
    background-color: rgb(255, 235, 153) !important;
}

.bg-neswhite {
    background-color: #fff !important;
}

.form-font .ajax-loader {
    display: none !important;
}

@media (max-width: 767px) {
    .form-font input,
    textarea {
        font-size: 16px !important;
    }
}

.common_campaign_title img {
    height: 30px !important;
}

.campaign_top_box a {
    transition-duration: 0.3s;
}

.campaign_top_box a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .common_campaign_title img {
        height: 20px !important;
    }
}

.footer_bannar_sections_box .left_img {
    max-width: 360px;
}

.footer_bannar_sections_box img {
    transition-duration: 0.3s;
}

.footer_bannar_sections_box img:hover {
    opacity: 0.7;
}

.campaign_outlink svg {
    width: 25px !important;
}

.campaign_outlink svg {
    top: 13px !important;
}

.footer_2nd_campoaign_img {
    height: 50px !important;
}

@media (max-width: 767px) {
    .footer_bannar_sections_box .left_img {
        max-width: 500px;
    }

    .campaign_outlink span {
        right: 10px !important;
    }

    .campaign_outlink svg {
        right: -25px !important;
        opacity: 1 !important;
    }

    .footer_bannar_sections_box .page-omotenashi__box__button.is-type02 a:hover span {
        animation: none !important;
        transform: none !important;
        transition: 0.3s !important;
    }

    .footer_bannar_sections_box .page-omotenashi__box__button.is-type02 a:hover svg {
        opacity: 0 !important;
    }

    .footer_bannar_sections_box .page-omotenashi__box__button.is-type02 .campaign_outlink:hover svg {
        opacity: 1 !important;
    }

    .campaign_outlink svg {
        top: 10px !important;
    }
}

@media (max-width: 441px) {
    .footer_2nd_campoaign_img {
        height: auto !important;
    }
}

.page-top-hiroo_bread a, li {
    color: #555555;
}

.page-top-hiroo_bread .bread1 a {
    color: #c19c00 !important;
}

.page-top-hiroo_bread {
    background-color: #f4f2ea !important;
}


/* 広尾LP */
.scroll-fixonly {
    background-color: rgba(255, 255, 255, 0.9) !important;
    display: none;
}

.scroll-fixonly ul {
    align-items: center;
    margin-bottom: 0 !important;
    list-style: none !important;
    width: 80%;
    margin: 0 auto;

}

.scroll-fixonly a {
    font-family: "Noto Serif JP", serif !important;
    font-size: 18px;
    padding: 10px 20px;
    transition-duration: .3s;
    color: #333333 !important;
    display: inline-block;
}

.scroll-fixonly a:hover {
    color: #c19c00 !important;
}

.scroll-lp-menu .scroll-fixonly {
    display: block !important;
}

.hiroo-lp-header #header-wrap {
    height: 70px !important;
}

.initial-color #header-wrap {
    background-color: #F4F2EA !important;
}

.hiroo-lp-header .tel-num {
    font-size: 32px !important;
    letter-spacing: 0.09em !important;
    position: relative;
    top: -3px;
    color: #333333 !important;
}

.hiroo-lp-header .holidays {
    position: relative;
    top: -4px;
    color: #333333 !important;
}

.hiroo-lp-header .header__logo img {
    width: 100px;
    height: auto;
}

.hiroo-lp-header .header__logo {
    height: auto !important;
}

.hiroo-lp-header .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hiroo-lp-header .clearfix::after {
    /* display: block; */
    clear: both;
    content: none !important;
}

.hiroo-lp-header .header_tel {
    margin-right: 20px;
}

.hiroo-lp-header.header {
    height: auto !important;
}

#header.hiroo-lp-header.sticky-header:not(.static-sticky) {
    height: 70px !important;
}

.hiroo-lp-header .lp_sec-cv-area-btn .lp_sec-cv-area-btn-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.hiroo-lp-header .lp_sec-cv-area-btn {
    transition-duration: 0.3s;
}

.lp_sec-cv-area-btn-1 {
    /* opacity: 0.7; */
    transition-duration: .3s;
}


#header.sticky-header #header-wrap {
    position: fixed;
}

#header.sticky-header #header-wrap {
    position: initial;
    transition: 0.3s;
}

#header.scroll-lp-menu #header-wrap {
    position: fixed !important;
    transition-duration: .3s;
    transform: translateY(0px) !important;
    transition: 0.3s;
}

.scroll-lp-menu #header-wrap {
    background-color: rgba(255, 255, 255, 0.9) !important;
}


@media (max-width: 991px) {
    .hiroo-lp-header #header-wrap {
        opacity: 1 !important;
        position: initial !important;
        justify-content: end !important;
        margin-right: 10px;
    }

    .hiroo-lp-header .header__logo a {
        display: block !important;
        margin-left: 10px !important;
    }

    .hiroo-lp-header .tel-num {
        font-size: 30px !important;
    }

    .hiroo-lp-header .lp_sec-cv-area-btn-1 {
        width: 200px !important;
        font-size: 20px !important;
    }

    #header.hiroo-lp-header {
        position: relative !important;
    }

    .scroll-fixonly ul {
        width: 100%;
    }

    .hiroo-lp-header #primary-menu {
        opacity: 1 !important;
        position: initial !important;
        justify-content: end !important;
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .hiroo-lp-kv__menu {
        display: none;
    }

    .hiroo-lp-kv__line {
        display: none;
    }

    .hiroo-lp-header #header-wrap {
        display: none !important;
    }

    .hiroo-lp-kv {
        padding-top: 0px;
    }

    .stretched {
        padding-top: 0px !important;
    }

}

.hiroo-lp-header .lp_sec-cv-area-btn .lp_sec-cv-area-btn-1 {
    /* opacity: 0.7; */
    transition-duration: .3s;
}

.hiroo-lp-header .lp_sec-cv-area-btn .lp_sec-cv-area-btn-1:after {
    content: '無料見学予約';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, #d1c99f 20%, #c4b479 82%) !important; */
    /* background: #55412A !important; */
    /* background: radial-gradient(circle, #ede7ab 20%, #d6c16f 82%) !important; */
    background: radial-gradient(circle, #ded898 20%, #c0ab57 82%) !important;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 5px;
}

.hiroo-lp-header .lp_sec-cv-area-btn a .lp_sec-cv-area-btn-1:before {
    content: '無料見学予約';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #F3EEBB 20%, #E4D081 82%) !important;
    z-index: 2;
    transition: all 0.5s;
    border-radius: 5px;
    /* アニメーション実行時間 */
}

.hiroo-lp-header .lp_sec-cv-area-btn:hover .lp_sec-cv-area-btn-1:before {
    /* opacity: 0.7; */
    /* background: radial-gradient(circle, #d1c99f 20%, #c4b479 82%) !important; */
    z-index: 0 !important;
    transition: all 0.5s;
}

.hiroo-lp-header .lp_sec-cv-area-btn:hover .lp_sec-cv-area-btn-1:after {
    opacity: 0.9 !important;
    transition: all 0.5s;
    /* background: radial-gradient(circle, #d1c99f 20%, #c4b479 82%) !important; */
}

.hiroo-lp-header .lp_sec-cv-area-btn .lp_sec-cv-area-btn-1 {
    position: relative;
    background: transparent !important;
    letter-spacing: 0.15em;
}

.hiroo-lp-header .lp_sec-cv-area-btn-1:hover {
    -webkit-filter: initial !important;
    filter: initial !important;
}


.lp-sp-icon1::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    background-image: url(/wp-content/themes/glamoroush/assets/img/lp_sec-cv-area-2-tel2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lp-sp-icon2::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 23px;
    position: absolute;
    background-image: url(/wp-content/themes/glamoroush/assets/img/lp_sec-cv-area-2-mail.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lp-sp-icon3::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(/wp-content/themes/glamoroush/assets/img/lp_sec-cv-area-2-line.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hiroo-lp-kv__line {
    width: 150px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.hiroo-lp-kv {
    position: relative;
}

.hiroo-lp-kv__menu {
    background-color: rgba(68, 42, 3, 0.65) !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 63px;
}

.hiroo-lp-kv__menu a {
    color: #FFFFFF !important;
    font-family: "Noto Serif JP", serif !important;
    font-size: 18px;
    padding: 10px 20px;
    transition-duration: .3s;
}

.hiroo-lp-kv__menu a:hover {
    color: #c19c00 !important;
}


.hiroo-lp-kv__menu ul {
    align-items: center;
    margin-bottom: 0 !important;
    list-style: none !important;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .hiroo-lp-kv__menu ul {
        width: 100%;
    }

    .hiroo-lp-kv__line {
        bottom: 63px;
        right: 20px;
    }
}

.lp-sp-menu {
    display: none;
}

.lp-sp-menu_fixonly {
    display: none;
}

@media (max-width: 767px) {
    .lp-sp-menu {
        height: 50px;
        background-color: #FFFFFF;
        display: block !important;
    }

    .lp-sp-menu_fixonly {
        height: 50px;
        background-color: #FFFFFF;
    }

    .lp-sp-menu .lp_sec-cv-area-btn-1 {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 0px !important;
        font-size: 22px !important;
    }

    .lp-sp-menu_fixonly .lp_sec-cv-area-btn-1 {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 0px !important;
        font-size: 22px !important;
    }

    .lp-sp-menu_1 {
        width: 40%;
    }

    .lp-sp-menu_2 {
        width: 20%;
    }

    .lp-sp-menu_2 a {
        display: inline-block;
        height: 100%;
    }

    .lp-sp-menu_2 a div {
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .lp-sp-menu_2_border {
        border-right: 2px solid #C19C00;
    }

    .lp-sp-menu_fix {
        width: 100%;
        height: 50px !important;
        background: #FFFFFF;
        z-index: 100;
        transform: translateY(0px);
        top: 0;
    }

    .lp-sp-menu_fixonly {
        width: 100%;
        height: 50px !important;
        background: #FFFFFF;
        z-index: -100;
        bottom: 0;
        position: fixed;
        display: block !important;
        opacity: 0;
        transition-duration: .3s;
    }

    .p-fixed {
        z-index: 100;
        opacity: 1;
        transition-duration: .3s;

    }

    .p-fixed_hide {
        opacity: 0;
        z-index: 100;
        transition-duration: .3s;
    }

}

.fade_scroll #header-wrap {
    transform: translateY(-70px);
}


.hiroo-lp-kv__menu_trans {
    transform: translateY(-63px) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.hiroo-lp-kv__menu_fix {
    background-color: rgba(255, 255, 255, 0.9) !important;
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    z-index: 100 !important;
    transform: translateY(0px) !important;
    transition: 0.3s;
}


.hiroo-lp-kv__menu_fix a {
    color: #555555 !important;
}

.lp-side-cv {
    opacity: 0;
    z-index: -100;
    transition-duration: 0.3s;
}

.lp-side-cv-block {
    opacity: 1;
    z-index: 100;
    transition-duration: 0.3s;
}

.lp_sec-bg-others .page-access .content-wrap .access__box .access__pin {
    display: inline-block !important;
    position: relative !important;
    transition-duration: .3s;
}

.lp_sec-bg-others .page-access .content-wrap .access__box .access__pin::before {
    left: 0px !important;
    top: 4px !important;
    transition-duration: .3s;
}

#hiroo-map2 {
    height: auto !important;
}


.hover-change-imgbox .hover-change-imgbox_chird {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: .3s;
}

.hover-change-imgbox2 {
    width: 490px;
}

@media (max-width: 767px) {
    .hover-change-imgbox2 {
        width: 80%;
        margin: 0 auto;
    }
}

.opacity-1 {
    opacity: 1 !important;
}

.hiroo-lp-kv .mv-h1-block-access-yokohama {
    background-image: none !important;
    min-height: 390px;
}

.page-top .hiroo-lp-mv .page-omotenashi__slider__title img {
	height: 118px;
}
@media (max-width: 991px) {
    .hiroo-lp-mv .page-omotenashi__slider__hero {
        top: 0;
    }
}
@media (max-width: 767px) {
    .page-top .hiroo-lp-mv .page-omotenashi__slider__title {
        margin: 0;
    }
    .page-top .hiroo-lp-mv .page-omotenashi__slider__title img {
        height: auto;
        margin: 0 auto;
        width: 300px;
    }
}

/* 広尾LP end */
