@charset "utf-8";

/* TOPのみ打ち消し */
#main {
    padding-bottom: 0;
    margin-top: -80px;
}

#header .logo .mask_logo_image {
    background-color: #ffffff;
}

#header.nav_fixed .logo .mask_logo_image {
    background-color: #000;
}

#header .nav_main a,
#header .nav_sub a,
#header .menu_btn span,
#header .menu_btn span:before,
#header .menu_btn span:after {
    color: #fff;
}

#header .menu_btn span:nth-of-type(1)::before,
#header .menu_btn span:nth-of-type(1)::after {
    background-color: #fff;
}

#header.nav_fixed .nav_main a,
#header.nav_fixed .nav_sub a,
#header.nav_fixed .menu_btn span,
#header.nav_fixed .menu_btn span:before,
#header.nav_fixed .menu_btn span:after,
#header #menu_btn_check:checked~.menu_btn span:nth-of-type(2)::after {
    color: #000;
}

#header.nav_fixed .menu_btn span:nth-of-type(1)::before,
#header.nav_fixed .menu_btn span:nth-of-type(1)::after,
#header #menu_btn_check:checked~.menu_btn span:nth-of-type(1)::before,
#header #menu_btn_check:checked~.menu_btn span:nth-of-type(1)::after {
    background-color: #000;
}


@media screen and (max-width: 880px) {
    #header #menu_btn_check:checked~.nav_p .logo .mask_logo_image {
        background-color: #000;
    }

    #header .nav_main a,
    #header .nav_sub a {
        color: #000;
    }
}




/* = ビジュアル = */
.main_visual {
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}

@media screen and (max-width: 880px) {
    .main_visual {
        padding-top: 150px;
    }
}

.main_visual::before {
    content: "";
    width: 120%;
    height: 130%;
    background-image: url(../../images/bg_mv.webp);
    opacity: .9;
    background-position: center center;
    filter: blur(7px) brightness(75%);
    background-size: cover;
    z-index: -1;
    position: absolute;
    right: -10%;
    top: -15%;
}

.main_visual_slider .slick-slide {
    width: 100%;
    max-width: 450px;
    transition: 0.8s;
}

.main_visual_slider .slick-slide figure {
    position: relative;
    overflow: hidden;
    transform: rotate(10deg);
    transition: 0.8s;
    margin: 30px;
    border-radius: 20px;
}

.main_visual_slider .slick-slide:nth-child(even) figure {
    transform: rotate(-10deg);
}

.main_visual_slider.transform_reverse .slick-slide figure {
    transform: rotate(-10deg);
}

.main_visual_slider.transform_reverse .slick-slide:nth-child(even) figure {
    transform: rotate(10deg);
}

.main_visual_slider li figure::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.main_visual_slider li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 580px) {
    .main_visual_slider .slick-slide figure {
        margin: 20px;
    }
}



/* = 流れるスライド = */
.images_run_slider .img_slider li figure {
    position: relative;
}

.images_run_slider .img_slider li figure::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.images_run_slider .img_slider li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* = お知らせ/店舗一覧共通指定 = */

#group_shop h2,
#group_news h2 {
    position: relative;
    z-index: 2;
    text-align: center;
}

#group_shop h2 span,
#group_news h2 span {
    display: block;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

#group_shop h2 .sub,
#group_news h2 .sub {
    display: inline-block;
    font-size: 12px;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    z-index: 1;
    line-height: 1;
    color: #fff;
    background: rgb(0, 0, 0);
    border-top: 1px solid #CB9C00;
}






/* お知らせ */
#group_news {
    padding-bottom: 70px;
    position: relative;
}

#group_news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    margin-top: -60px;
    z-index: 1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .9) 60%, rgba(255, 255, 255, .7) 100%);
}

@media screen and (max-width: 840px) {

    #group_news::after {
        height: 70px;
        margin-top: -50px;
    }
}

#group_news ul+.btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    background-color: #fff;
    text-align: center;
}

#group_news ul+.btn:hover {
    background-color: #DFB320;
}




/* = 店舗ブロック大枠 = */
#group_shop {
    position: relative;
}

/* = 店舗一覧説明 = */
#group_shop .group_shop_text {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 640px) {
    #group_shop .group_shop_text {
        text-align: left;
    }

    #group_shop .group_shop_text br{
        display: none;
    }
}


/* = ショップリスト = */
.nav_list_item_brand {
    position: relative;
}

.nav_list_item_brand .list {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.nav_list_item_brand .list .item {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 0.65em;
}

@media screen and (max-width: 940px) {

    .nav_list_item_brand .list .item {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 790px) {

    .nav_list_item_brand .list .item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 440px) {
    .nav_list_item_brand .list .item {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}


.nav_list_item_brand .list .item a {
    background-color: #fff;
    color: #000;
    padding: 10px;
    position: relative;
    border-radius: 500px;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
}

.nav_list_item_brand .list .item a:hover {
    background-color: #D5A300;
    color: #fff;
}



/* mainエリア共通 */
#main {
    padding-bottom: 0px;
    background-image: none;
}



.shop_list {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 180px;
    background-image: url(../../images/illust_sapporo.svg);
    background-repeat: no-repeat;
    background-position: 95% 100%;
    background-size: 50%;

}

@media screen and (max-width: 580px) {
    .shop_list {
        background-position: 50% 100%;
        background-size: 50%;
    }
}

.shop_list .item {
    position: relative;
    width: 31%;
    margin-top: 40px;
    margin-left: 1.15%;
    margin-right: 1.15%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    padding-top: 0px;
    /*打ち消し*/
    padding-bottom: 25px;
    /*打ち消し*/
}

@media screen and (max-width: 940px) {
    .shop_list .item {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}

@media screen and (max-width: 640px) {
    .shop_list .item {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

.item_brand_images {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item_brand_images img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    z-index: 1;
}

.item_brand_images .shop_logo {
    max-width: 30%;
    max-height: 50%;
    z-index: 3;
    left: 15%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    object-fit: contain;
}

.item_brand_images::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.nologo::after {
    display: none;
}

.item_brand_conts {
    width: 86%;
    height: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.item_brand_conts dt {
    font-weight: 700;
    padding-top: 20px;
}

.item_brand_conts dt span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.item_brand_conts .item_address,
.item_brand_conts .item_access {
    position: relative;
    padding-left: 22px;
    padding-top: 10px;
    font-size: 12px;
}

.item_brand_conts .item_address::before,
.item_brand_conts .item_access::before {
    display: block;
    width: 1em;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'Material Icons';
    font-size: 20px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.item_brand_conts .item_address::before {
    content: 'location_on';
}

.item_brand_conts .item_access::before {
    content: 'directions_transit_filled';
}


.item_brand_conts .item_link {
    margin-top: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.item_brand_conts .item_link .btn {
    width: 100%;
    padding: 10px 15px;
    padding-right: 40px;
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0);
    border: 1px solid #D5A300;
}

.item_brand_conts .item_link .item_reservation {
    width: 5em;
    margin-left: 0.5em;
    padding: 8px 10px;
    padding-right: 15px;
    text-align: center;
    color: #fff;
    background: rgb(186, 143, 0);
}

.item_brand_conts .item_link .item_reservation::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 500px;
    transition: all 1s ease-out;
    background: rgb(186, 143, 0);
    background: linear-gradient(0deg, rgba(186, 143, 0, 1) 0%, rgba(213, 163, 0, 1) 100%);
}

.item_brand_conts .item_link .item_reservation:hover {
    color: #fff;
    background: rgb(253, 29, 29);
    background: linear-gradient(135deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    transition: all 1s ease-out;
}

.item_brand_conts .item_link .item_reservation:hover::before {
    opacity: 0;
}

.item_brand_conts .item_link .item_reservation:after {
    font-family: 'Zen Kaku Gothic New', "BIZ UDGothic", "BIZ UDPGothic", serif;
    content: '予約';
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    right: 50%;
    transform: translate(50%, -50%) rotate(0deg);
    -webkit-transform: translate(50%, -50%) rotate(0deg);
}

.item_brand_conts .item_link .item_reservation:hover::before,
.item_brand_conts .item_link .item_reservation:hover::after {
    opacity: 0;
}







.group_company {
    background-color: #D5A300;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.group_company::before,
.group_company::after {
    content: '';
    position: absolute;
}

.group_company::before {
    width: 60%;
    height: 120%;
    background-image: url(../../images/bg_group_company.webp);
    opacity: .8;
    background-position: center center;
    filter: blur(10px) brightness(85%);
    background-size: cover;
    z-index: 1;
    right: -10%;
    top: -10%;
}

.group_company::after {
    width: 55%;
    height: 150%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #D5A300;
    transform: rotate(-10deg);
}

.group_company .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .group_company .container {
        display: block;
    }

    .group_company::after {
        width: 60%;
    }

    .group_company::before {
        filter: blur(0px) brightness(85%);
        background-position: center right;
    }

}

@media screen and (max-width: 580px) {
    .group_company {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .group_company::after {
        display: none;
    }

    .group_company::before {
        width: 120%;
        height: 120%;
        filter: blur(10px) brightness(45%);
        background-position: center center;
    }
}

.group_company .inner {
    width: 50%;
}

.group_company .inner h2 {
    margin-bottom: 1em;
    font-weight: 500;
    color: #fff;
}

.group_company .btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 14em;
    border: none;
}

@media screen and (max-width: 767px) {
    .group_company .btn {
        margin-top: 30px;
        max-width: 300px;
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .group_company .inner {
        width: 100%;
        color: #fff;
    }

    .group_company .btn {
        margin-left: auto;
    }
}

.group_company .btn:hover {
    color: #fff;
    background-color: #D5A300;
}

.group_company .btn:hover::after {
    color: #fff;
}