@charset "UTF-8";

/* ============================================
        上書き
============================================= */
.contentIndent {
    margin-top: 35px;
    padding-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
    #breadCrumbs {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 67px;
    }
    .contentIndent {
        margin-top: 49px;
        padding-bottom: 100px;
    }
    #MainTitle {
        margin-bottom: 0;
    }
    #MainTitle .MainTitle_h1 {
        padding: 28px 44px 28px 114px;
    }
    #MainTitle .MainTitle_h1 .MainTitle_icon {
        width: 90px;
    }
    .flavorButtonWrap {
        margin-bottom: 80px
    }
}


/* ============================================
        メニューページ　
============================================= */
h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1;
    width: 89.33vw;
    margin: 100px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}

@media print, screen and (min-width: 768px) {
    h1{
        font-size: 3.0rem;
        width: 1024px;
        margin: 46px auto 0;
    }
    h1 div{
        width: 100%;
        margin-top: 22px;
    }
    h1 .subtitle_text{
        font-size: 1.6rem;
        margin-right: 13px;
    }
}

/* ----- 商品のリンク ----- */
.menuProductBlock{
    width: 100%;
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
}
.menuProductBlock a{
    position: relative;
    margin-top: 5px;
}
.menuProductBlock a:first-child{
    margin-top: 0px;
}
.menuProductBlock a img{
    width: 100%;
}
.menuProductBlock .menuProductBlock_set{
    display: flex;
    margin-top: 5px;
}
.menuProductBlock .menuProductBlock_set a{
    width: 50%;
    margin-top: 0;
}

@media print, screen and (min-width: 768px) {
    .menuProductBlock{
        margin-top: 45px;
        gap: 25px;
    }
    .menuProductBlock a {
        margin-top: 0px;
    }
    .menuProductBlock a:hover{
        opacity: 0.6;
    }
    .menuProductBlock a {
        position: relative;
        margin-top: 5px;
    }
    .menuProductBlock a img,
    .menuProductBlock .menuProductBlock_set{
        width: 324px;
    }
    .menuProductBlock .menuProductBlock_set img{
        width: 100%;
    }
}

/* ----- ドライアイスについて、商品価格について ----- */
.menuBlock{
    padding-top: 58px;
}
.menuBlock h3{
    font-size:1.9rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.menuBlock h3:before,
.menuBlock h3:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}
.menuBlock h3:before{
    margin-right: 8px;
}
.menuBlock h3:after{
    margin-left: 8px;
}
.menuBlock_text01{
    font-size:1.3rem;
    line-height: 1.5384;
    margin-top: 27px;
}
.menuDryiceBlock_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.7333vw;
    margin-top: 22px;
}
.menuDryiceBlock_item{
    width: 41.866vw;
}
.menuDryiceBlock_item img{
    width: 100%;
}
.menuDryiceBlock_item p{
    font-size: 1.1rem;
    line-height: 1.545;
    margin-top: 21px;
}
.menuBlock_text02{
    font-size: 1.1rem;
    line-height: 1.545;
    margin-top: 33px;
}

@media print, screen and (min-width: 768px) {
    .menuBlock{
        padding-top: 102px;
    }
    .menuBlock h3{
        font-size:2.6rem;
    }
    .menuBlock h3:before{
        margin-right: 20px;
    }
    .menuBlock h3:after{
        margin-left: 20px;
    }
    .menuBlock_text01{
        font-size:1.6rem;
        line-height: 1.625;
        margin-top: 22px;
    }
    .menuDryiceBlock_box{
        width: 800px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: unset;
        margin: 44px auto 0;
    }
    .menuDryiceBlock_item{
        width: 238px;
    }
    .menuDryiceBlock_item p{
        font-size: 1.2rem;
        line-height: 1.666;
        margin-top: 16px;
    }
    .menuBlock_text02{
        font-size: 1.2rem;
        line-height: 1.666;
        margin-top: 36px;
    }
}

/* リンクボタン */
.menuBtnBlock{
    margin-top: 57px;
}
.menuBtnBlock a{
    margin-top: 35px;
}
.menuBtnBlock a:first-child{
    margin-top: 0px;
}
.menuBtn{
    width: 100%;
    display: block;
    background-color: #F04E98;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
a.menuBtn:link, a.menuBtn:visited {
    color: #FFF;
}
.menuBtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}

@media print, screen and (min-width: 768px) {
    .menuBtnBlock{
        margin-top: 95px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .menuBtnBlock a{
        margin-top: 0px;
    }
    .menuBtnBlock a:first-child{
        line-height: 1.33333;
        padding: 10px 18px;
    }
    .menuBtn{
        width: 324px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
        cursor: pointer;
        margin-top: 0;
        transition: 0.5s;
    }
    .menuBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .menuBtn:hover,
    a.menuBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
}
