@charset "utf-8";

#history .banner {
    text-align: center;
}

#history .banner img {
    width: 800px;
    margin: 30px auto 0;
    display: block;
    border-radius: 20px;
}

#history .banner img:hover {
    opacity: 0.8;
    transition: 0.5S;
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.bo {
    font-size: 56px !important;
}

.sub {
    font-size: 18px !important
}

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents p,
#contents li,
#contents dt,
#contents dl,
#contents a {
    font-weight: none;
    font-family: "メイリオ", Meiryo, Helvetica, sans-serif;
}

#contents .oshirase {
    display: block;
    font-size: 18px;
    background: #F27797;
    color: #fff;
    width: 500px;
    text-align: center;
    margin: 20px auto;
    border-radius: 50px;
    padding: 10px 0;
}

#contents .oshirase:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.2s;
    color: #fff;
}



@media print,
screen and (min-width: 769px) {

    .sp {
        display: none !important;
    }

    #history {
        padding-bottom: 50px;
    }


    #history .header {
        width: 1020px;
        margin: 40px auto;
        position: relative;
    }

    #history .header h1 {
        line-height: 1em;
        font-size: 34px;
        text-align: center;
    }

    #history .header .read {
        line-height: 1.75em;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

    #history .space_1 {
        letter-spacing: -0.1em;
    }

    #history .space_3 {
        letter-spacing: -0.3em;
    }

    #history .header .links {
        position: absolute;
        right: 0;
        top: 0;
    }

    #history .header .links li a {
        display: block;
        background-color: #e8e6e6;
        padding: 5px;
        text-align: right;
        width: 82px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #history .header .links li a:hover {
        opacity: 0.65;
    }




    #history .since {
        margin-top: 50px;
    }

    #history .since h2 {
        text-align: center;
        border-bottom: 1px #ccc solid;
    }

    #history .since h2 span {
        line-height: 1em;
        position: relative;
        top: 0.5em;
        display: inline-block;
        background-color: #fff;
        font-size: 22px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-left: 20px;
        padding-right: 20px;
    }

    #history .since .items {
        margin-top: 50px;
        width: 1020px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }


    #history .since .items .item {
        background-image: url(../img/dish_back.png);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        overflow: hidden;
    }

    #history .since .items .item:not(.photo) {
        cursor: pointer;
    }

    #history .since .items .item:not(.photo) .shadow {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition-duration: 400ms;
        transition-property: opacity;
        transition-timing-function: ease;
    }

    #history .since .items .item:not(.photo):hover .shadow {
        opacity: 1;
        transition-duration: 0ms;
    }


    #history .since .items .item .content {
        padding-top: 20px;
        position: relative;
    }

    #history .since .items .item .yyyy {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #history .since .items .item .yyyy img {
        height: 20px;
        width: auto;
    }

    #history .since .items .item .label {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
    }

    #history .since .items .item .label img {
        width: 100%;
    }

    #history .since .items .item .label.start {
        width: 140px;
    }


    #history .since .items .item .dish {}

    #history .since .items .item .dish img {
        width: 100%;
    }


    #history .since .items .item .product img {
        width: 100%;
    }

    #history .since .items .item .cap {
        text-align: center;
        font-size: 20px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        */ margin-top: 20px;
        line-height: 2.3em;
    }





    #history .since .items .item.t22 {
        width: calc(247.5px * 2 + 10px);
        height: calc(247.5px * 2 + 0px);
    }

    #history .since .items .item.t22 .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #history .since .items .item.t22 .product {
        margin-top: 20px;
    }

    #history .since .items .item.t22 .product img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



    #history .since .items .item.t11 {
        width: calc(247.5px * 1);
        height: calc(247.5px * 1);
    }

    #history .since .items .item.t11 .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



    #history .since .items .item.t21 {
        width: calc(247.5px * 2 + 10px);
        height: calc(247.5px * 1);
    }

    #history .since .items .item.t21 .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



    #history .since .items .item.t12 {
        width: calc(247.5px * 1);
        height: calc(247.5px * 2 + 10px);
    }

    #history .since .items .item.t12 .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }





    #history .since .items .item.t31 {
        width: calc(247.5px * 3 + 20px);
        height: calc(247.5px * 1);
    }

    #history .since .items .item.t31 .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }







    #history .since .items .item.poster {
        width: calc(247.5px * 1);
        height: calc(247.5px * 1);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    #history .since .items .item.poster img {
        display: block;
        width: auto;
        height: 90%;
    }






    #history .since .items .item.photo {
        width: calc(247.5px * 1);
        height: calc(247.5px * 1);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }


    #history #since2020 .items .item.photo {
        width: calc(247.5px * 2);
        height: calc(247.5px * 2);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }



    #history .since .items .item.photo img {
        display: block;
        width: 100%;
        height: 100%;
    }




}



@media only screen and (max-width: 768px) {

    #history .banner.top img {
        width: 95%;
        margin: 10px auto 20px;
    }


    #history .banner img {
        width: 90%;
        margin: 20px auto 20px;
    }

    #history .banner.bottom img {
        position: relative;
        bottom: -250px;
    }

    .bo {
        font-size: 210% !important;
    }

    .sub {
        font-size: 90% !important
    }

    .pc {
        display: none !important;
    }

    #contents .oshirase {
        width: 90%;
        font-size: 14px;
        margin: 20px auto 40px;
    }


    #history img {
        width: 100%;
    }

    #history {
        padding-bottom: 300px;
    }

    #history .header {
        margin: 20px auto;
        position: relative;
    }

    #history .header h1 {
        line-height: 1em;
        font-size: 6vw;
        text-align: center;
    }

    #history .header .read {
        line-height: 1.75em;
        font-size: 3.4vw;
        text-align: center;
        margin-top: 20px;
    }

    #history .header .links {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: 20px;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    #history .header .links li {
        width: calc(100vw / 4 - 2px);
    }

    #history .header .links li a {
        display: block;
        background-color: #e8e6e6;
        padding: 5px;
        text-align: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }


    #history .since {
        margin-top: 2px;
        position: relative;
    }

    #history .since h2 {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    #history .since h2 span {
        line-height: 1.2em;
        font-size: 5vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        */
    }

    #history .since .items {
        position: relative;
    }


    #history .since .items .item {
        background-image: url(../img/dish_back.png);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        overflow: hidden;
    }



    #history .since .items .item .content {
        padding-top: 3vw;
    }

    #history .since .items .item .yyyy {
        position: absolute;
        right: 3vw;
        top: 3vw;
    }

    #history .since .items .item .yyyy img {
        height: 4vw;
        width: auto;
    }

    #history .since .items .item .label {
        position: absolute;
        left: 0;
        top: 0;
        width: 20vw;
    }

    #history .since .items .item .label img {
        width: 100%;
    }

    #history .since .items .item .label.start {
        width: 20vw;
    }


    #history .since .items .item .dish {}

    #history .since .items .item .dish img {
        width: 100%;
    }


    #history .since .items .item .product img {
        width: 100%;
    }

    #history .since .items .item .cap {
        text-align: center;
        font-size: 4vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        */ margin-top: 1vw;
        font-weight: bold;
        line-height: 1.3em;
    }


    #history .since .items .item.t22_sp {
        width: calc((100vw - 4px) / 3 * 2 + 2px);
        height: calc((100vw - 4px) / 3 * 2 + 2px);
    }

    #history .since .items .item.t22_sp .dish img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #history .since .items .item.t22_sp .product {
        margin-top: 3vw;
    }

    #history .since .items .item.t22_sp .product img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



    #history .since .items .item.t11_sp {
        width: calc((100vw - 4px) / 3 * 1);
        height: calc((100vw - 4px) / 3 * 1);
    }

    #history .since .items .item.t11_sp .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }


    #history .since .items .item.t12_sp {
        width: calc((100vw - 4px) / 3 * 1);
        height: calc((100vw - 4px) / 3 * 2 + 2px);
    }

    #history .since .items .item.t12_sp .dish img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



    #history .since .items .item.t21_sp {
        width: calc((100vw - 4px) / 3 * 2 + 2px);
        height: calc((100vw - 4px) / 3 * 1 + 0px);
    }

    #history .since .items .item.t21_sp .dish img {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }






    #history .since .items .item.t31_sp {
        width: calc((100vw - 4px) / 3 * 3 + 4px);
        height: calc((100vw - 4px) / 3 * 1);
    }

    #history .since .items .item.t31_sp .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }







    #history .since .items .item.poster {
        width: calc((100vw - 4px) / 3 * 1);
        height: calc((100vw - 4px) / 3 * 1);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    #history .since .items .item.poster img {
        display: block;
        width: auto;
        height: 90%;
    }






    #history .since .items .item.photo {
        width: calc((100vw - 4px) / 3 * 1);
        height: calc((100vw - 4px) / 3 * 1);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }


    #history .since .items .item.photo img {
        display: block;
        width: 100%;
        height: 100%;
    }








}