@charset "UTF-8";
/* CSS Document */

.back {
    background-image: url(../img/gourmet_back.png);
    background-size: 4465px 8716px;
    background-repeat: no-repeat;
    background-position: center top;
}
#contents img {
    width: 100%;
    height: auto;
}

#contents h1 {
    font-size: 0;
    display: block;
    text-align: center;
    padding: 96px 0 50px;
}
#contents h1 .tt {
    width: 911px;
    height: auto;
}

#contents .tabset {
    padding-bottom: 200px;
}
#contents .tab_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0;
}
#contents .tab_header img {
    width: 500px;
    height: auto;
}
#contents .tab_content {
    background-color: #ffe000;
    padding-top: 48px;
}
#contents .tab_content .items {
    padding: 0 50px;
    background-image: url(../img/gourmet_dot_v.png);
    background-size: 4px auto;
    background-repeat: repeat-y;
    background-position: center top;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contents .tab_content .items :nth-child(n+6) {
    display: none;
}
#contents .item {
    width: 412px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}
#contents .item .img {
    font-size: 0;
    padding-bottom: 15px;
}
#contents .item p {
    text-align: justify;
    word-break: break-all;
}
#contents .item .info {
    padding-top: 15px;
}
#contents .item .iline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    padding-top: 6px;
}
#contents .item .iline strong {
    background-color: #f1891b;
    color: #FFF;
    text-align: center;
    width: 116px;
    line-height: 28px;
}
#contents .item .iline strong + p {
    width: calc(100% - 126px);
    line-height: 28px;
    font-feature-settings: 'palt';
}
#contents .item .iline:last-child strong + p {
    line-height: 1.5;
}
#contents .dotline {
    width: 100%;
    height: 88px;
    background-image: url(../img/gourmet_dot_h.png);
    background-size: auto 4px;
    background-repeat: no-repeat;
    background-position: center;
}
#contents .noitem {
    width: 412px;
}

#contents .btn {
    width: 548px;
    margin: 0 auto;
    padding: 35px 0 60px;
}
#contents .btn img {
    width: 100%;
    height: auto;
}
#contents .btn a {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#contents .btn a.more {
    background-image: url(../img/gourmet_mbtn.png);
}
#contents .btn a.more:hover {
    background-image: url(../img/gourmet_mbtn_on.png);
}
#contents .btn a.close {
    background-image: url(../img/gourmet_close.png);
    display: none;
}
#contents .btn a.close:hover {
    background-image: url(../img/gourmet_close_on.png);
}
#contents .ftxt {
    padding: 40px 50px 0;
}
#contents .ftxt span {
    display: block;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
}
#contents .backhomebtn {
    width: 766px;
    margin: 76px auto 0;
}
#contents .backhomebtn img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .back {
        background-image: none;
    }
    #contents h1 {
        padding: 50px 0 30px;
    }
    #contents h1 .tt {
        width: 100%;
    }
    #contents .tabset {
        padding-bottom: 60px;
    }
    #contents .tab_header a,#contents .tab_header span {
        width: 49.5%;
    }
    #contents .tab_header img {
        width: 100%;
    }
    #contents .tab_content {
        padding-top: 0;
    }
    #contents .tab_content .items {
        background-image: none;
        padding: 20px 20px 0;
        gap: 30px;
    }
    #contents .item {
        width: 100%;
        font-size: 12px;
        background-image: url(../img/gourmet_dot_h.png);
        background-size: auto 4px;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 30px;
    }
    #contents .item .iline strong {
        width: 90px;
    }
    #contents .item .iline strong + p {
        width: calc(100% - 100px);
    }
    #contents .dotline {
        display: none !important;
    }
    #contents .btn {
        width: 100%;
        padding: 30px 0;
    }
    #contents .noitem {
        display: none !important;
    }
    #contents .backhomebtn {
        width: 100%;
        margin: 30px auto;
    }
    #contents .ftxt {
        padding: 30px 20px 0;
        font-size: 12px;
    }
}