@charset "utf-8";

#main .ttl {
    margin-bottom: 0px;
    background-image: none;
    background-color: #5D0909;
    padding: 15px;
    text-align: center;
}

.jptype #main .ttl {
    background-color: transparent;
}

#main .ttl::before {
    display: none;
}

#main .ttl figure {
    max-width: 150px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#main .ttl figure img {
    /*    width: auto;
    height: auto;*/
    object-fit: contain;
}

#main .ttl span {
    display: block;
    font-size: 18px;
    margin-top: 0.5em;
}

#main,
#main::after {
    background-image: none;
}



/* スライダースタイル */
.main_slider {
    margin: 0 auto 50px;
    opacity: 0;
    transition: 2s;
}

.noMV .main_visual {
    /* メインビジュアルなし店舗のbosy クラス */
    display: none;
}


.main_visual .main_slider {
    width: 100%;
}

.main_visual .slick-initialized {
    opacity: 1
}

/* 位置調整スタイル */
.main_visual .adjustment .slick-list {
    overflow: visible;
    transform: translateX(-35%);
}

@media screen and (max-width: 1200px) {
    .main_visual .adjustment .slick-list {
        transform: translateX(-42%);
    }
}

@media screen and (max-width: 767px) {
    .main_visual .adjustment .slick-list {
        transform: translateX(-50%);
    }
}

.main_visual .slick-slide figure {
    overflow: hidden;
    position: relative;
}

.main_visual .slick-slide figure:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.main_visual .slick-slide figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 540px) {}





#group_approach .item_approach {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}

#group_approach .item_approach .contents, #group_approach .item_approach .fade_images {
    width: 50%;
}

#group_approach .item_approach .contents h4 {
    font-size: 30px;
    margin-bottom: 0.5em;
}

#group_approach .item_approach .contents h5 {
    font-size: 24px;
    margin-bottom: 1em;
}

#group_approach .item_approach .fade_images {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 0%;
}

#group_approach .item_approach:nth-child(even) .fade_images {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 0%;
}

#group_approach .item_approach .fade_images,
#group_approach .item_approach:nth-child(even) .contents {
    order: 1;
}

#group_approach .item_approach .contents,
#group_approach .item_approach:nth-child(even) .fade_images {
    order: 2;
}

#group_approach .item_approach .contents {
    padding-left: 4%;
    padding-right: 0%;
}

#group_approach .item_approach:nth-child(even) .contents {
    padding-left: 0%;
    padding-right: 4%;
}


@media screen and (max-width: 767px) {

    #group_approach .item_approach {
        display: block;
    }

    #group_approach .item_approach .contents, #group_approach .item_approach .fade_images {
        width: 100%;
    }

    #group_approach .item_approach:nth-child(even) .fade_images {
        margin-left: 0%;
    }

    #group_approach .item_approach:nth-child(even) .fade_images,
    #group_approach .item_approach:nth-child(odd) .fade_images {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    #group_approach .item_approach .contents,
    #group_approach .item_approach:nth-child(odd) .contents {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}







#group_menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#group_menu .sec_ttl_h3 {
    margin-bottom: 20px;
}

#group_menu .tab_ttl {
    width: 100%;
    margin-bottom: 20px;
}

#group_menu .tab_ttl .headline_text {
    font-size: 20px;
}

#group_menu .tab_ttl .list_icon {
    display: flex;
    margin-bottom: 1em;
}

#group_menu .tab_ttl .list_icon li {
    display: inline-block;
    background-color: #DFB320;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 0.5em;
}

#group_menu .tab_menu01 {
    width: calc(100% - 110px);
}



/*メニュー タブ内部*/
.tab_menu01 .tab_detail_item ol {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.tab_menu01 .tab_detail_item ol li {
    width: 100%;
}

.tab_menu01 .tab_detail_item ol li+li {}

.tab_menu01 .tab_detail_item ol li figure {
    width: 100%;
    position: relative;
    text-align: center;
}

.tab_menu01 .tab_detail_item ol li figure::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.tab_menu01 .tab_detail_item ol li figure img {
    position: absolute;
    width: 100%;
    max-width: 800px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.tab_menu01 .tab_detail_item ol li p {
    width: 100%;
}

.tab_menu01 .tab_detail_item h6 {
    font-size: 20px;
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
    #group_menu .tab_menu01 {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .tab_menu01 .tab_detail_item ol li {
        width: 96%;
        margin-left: 3%;
    }

    .tab_menu01 .tab_detail_item ol li figure {
        width: 35%;
    }

    .tab_menu01 .tab_detail_item ol li p {
        width: 60%;
    }

}

/* 大杯 */

.side_bnr {
    margin-top: 50px;
    color: #DFB320;
}

.side_bnr a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DFB320;
}

.side_bnr a:hover {
    color: #fff;
    background-color: #DFB320;
}

.side_bnr a figure {
    width: 35%;
}

.side_bnr a div {
    width: calc(100% - 40%);
}

.side_bnr a h4 {
    font-size: 30px;
}

.side_bnr a h4 span, .side_bnr a h4 p {
    display: inline-block;
    font-size: 18px;
}

.side_bnr a h4 span {
    display: inline-block;
    font-size: 16px;
}






.shop_list .item:nth-child(odd) .shop_detail {
    order: 1;
}

.shop_list .item:nth-child(odd) figure {
    order: 2;
}

.shop_detail_contacts li.item_shoppage:nth-child(2) {
    width: 100%;
}


/* ニュー三幸のあゆみ */

.section_ayumi {
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width:1200px) {
    .section_ayumi {
        overflow: hidden;
    }
}

.section_ayumi h2 {
    width: 100%;
}

.section_ayumi .inner_text {
    width: 46%;
}

.section_ayumi .inner_text p+p {
    margin-top: 2em;
}

.section_ayumi .inner_text h4 {
    line-height: 1.6;
    margin-bottom: 1em;
}

.section_ayumi .inner_text figure {
    width: 60%;
    max-width: 260px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

.section_ayumi .inner_img {
    position: absolute;
    left: 50%;
    top: -50px;
    width: 50%;
    max-width: 769px;
}

@media screen and (max-width:1060px) {
    .section_ayumi .inner_img {
        width: 60%;
    }
}

@media screen and (max-width:639px) {
    .section_ayumi .inner_text {
        width: 100%;
    }

    .section_ayumi .inner_img {
        position: static;
        left: 0%;
        top: -0px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}


.company_history {
    margin-top: 50px;
}

.company_history ul {
    position: relative;
}

.company_history ul::before {
    content: '';
    background-color: #E6D5B3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60px;
    width: 5px;
    height: 100%;
    z-index: 1;
}

.company_history ul li {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 5;
}

.company_history ul li p {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    width: 135px;
    height: 120px;
    position: relative;
    z-index: 10;
}

.company_history ul li p::before {
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    background-color: #E6D5B3;
    border-radius: 200px;
    z-index: -1;
    top: 0;
    left: 0;
}


.company_history ul li p span {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 3px;
}

.company_history ul li dl {
    width: 100%;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    padding-right: 20px;
    padding-left: 20px;
}

.company_history ul li dl dt {
    font-size: 20px;
    font-weight: 700;
}

.company_history ul li dl dd+dt {
    margin-top: 15px;
}

.company_history ul li figure {
    -ms-flex-negative: 2;
    flex-shrink: 2;
    width: 200px;
    max-width: 200px;
}

@media screen and (max-width:639px) {
    .company_history ul::before {
        content: '';
        background-color: #E6D5B3;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        width: 5px;
        height: 100%;
        z-index: 1;
        opacity: .2;
    }

    .company_history ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company_history ul li p {
        font-size: 18px;
        width: 100px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .company_history ul li p::before {
        width: 105px;
        height: 40px;
    }

    .company_history ul li p span {
        display: none;
    }

    .company_history ul li dl {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .company_history ul li figure {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 400px;
    }

    .company_history ul li figure img {
        max-width: 200px;
    }
}