@charset "UTF-8";
/*----------------------------------------------------
    Menu
----------------------------------------------------*/

/* menu_list
---------------------------*/
.menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 3rem;
}
.menu_list li{
    width: 24%;
}
.menu_list li a{
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 1rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.menu_list li a:hover{
    opacity: 1;
}
.menu_list li a{
    background-color: #a6a6a6;
}
.menu_list li a:hover,
.menu_list li a.active{
    background-color: #5a335d;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .menu_list li a{
        font-size: 18px;
        padding: 3rem 0;
    }
}
@media screen and (max-width:767px) {
    .menu_list{
        margin-bottom: 1rem;
    }
    .menu_list li{
        width: 48.5%;
    }
    .menu_list li a{
        font-size: 14px;
        margin-bottom: .6rem;
    }
}

/* ttl_area
---------------------------*/
.ttl_area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3rem;
    margin-bottom: 3rem;
}
.ttl_area h3{
    font-size: 54px;
    color: #6c4851;
    text-align: center;
    margin-bottom: 3rem;
}
.ttl_area ul{
    background-color: rgba(255,255,255,0.8);
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ttl_area ul li{
    color: #5a335d;
    font-size: 21px;
    position: relative;
    padding-left: 1.25em;
    margin-right: 1em;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .ttl_area{
        padding: 2rem;
        margin-bottom: 3rem;
    }
    .ttl_area h3{
        font-size: 38px;
        margin-bottom: 2rem;
    }
    .ttl_area ul li{
        width: 48%;
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .ttl_area{
        padding: 1.6rem 1rem;
        margin-bottom: 2rem;
    }
    .ttl_area h3{
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .ttl_area ul{
        padding: 1rem;
        display: block;
    }
    .ttl_area ul li{
        width: 100%;
        font-size: 14px;
    }
}

/* menu_area
---------------------------*/
.menu_area {
    border-top: 1px solid #ebe8dc;
    padding: 2rem 0;
}
.menu_area h4.ttl_sub_01{
    margin-bottom: 0;
}
.menu_area .price {
    font-size: 24px;
    text-align: right;
    margin-bottom: 1rem;
}
.menu_area .price .price-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: baseline;
    align-items: baseline;
    justify-content: flex-end;
}
.menu_area .price .price-item>span {
    padding-left: 15px;
}
.menu_area .price .price-item>span:first-child {
    padding-left: 0;
}
@media (max-width: 767px) {
    .menu_area .price .price-item span.yen {
        min-width: 175px;
    }
    .menu_area .price .price-item:first-child:last-child span.yen {
        min-width: inherit;
    }
}
@media (min-width: 768px) {
    .menu_area .price .price-item span.yen {
        min-width: 250px;
    }
    .menu_area .price .price-item:first-child:last-child span.yen {
        min-width: inherit;
    }
}
.menu_area .price .price-item span.yen span{
    font-size: 166.66%;
}
.menu_area h5{
    color: #dc9ec0;
    font-size: 24px;
    margin-bottom: 1rem;
}
.menu_area p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.6rem;
}
.cat_block{
    margin-bottom: 1.6rem;
}
.cat_block .cat_01,
.cat_block .cat_02,
.cat_block .cat_03{
    display: inline-block;
    margin: 0.25rem;
    padding: .2rem .4rem;
    color: #fff;
    border-width: 1px;
    border-style: solid;
}
.cat_block .cat_01{
    color: #e36664;
    border-color: #e36664;
}
.cat_block .cat_02{
    color: #367614;
    border-color: #367614;
}
.cat_block .cat_03{
    color: #42818f;
    border-color: #42818f;
}

@media screen and (max-width:767px) {
    .menu_area {
        border-top: 1px solid #ebe8dc;
        padding: 2rem 0;
    }
    .menu_area .price {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .menu_area h5{
        font-size: 18px;
        margin-bottom: .6rem;
    }
    .menu_area p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .cat_block{
        margin-bottom: 1rem;
        font-size: 10px;
    }
}


/* sec02
---------------------------*/
#sec02{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#sec02 .menu_area {
    border-top: none;
    padding: 2rem 0;
}
#sec02 .menu_area h4.ttl_sub_01{
    margin-bottom: 1rem;
}
#sec02 .menu_area h4.cat_01{
    color: #367614;
    border-bottom: 1px solid #367614;
}
#sec02 .menu_area h4.cat_02{
    color: #42818f;
    border-bottom: 1px solid #42818f;
}
#sec02 .menu_area h4.cat_03{
    color: #e36664;
    border-bottom: 1px solid #e36664;
}
#sec02 .menu_area h4.cat_04{
    color: #42818f;
    border-bottom: 1px solid #42818f;
}
@media screen and (max-width:767px) {
    #sec02{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #sec02 .menu_area {
        padding: 0 0 1rem;
    }
}

.menu_list {
    position: relative;
    z-index: 1;
}

.tab-content {
    position: relative;
    z-index: 0;
}

.tab-content .tab-pane, .tab-content .active .tab-pane {
    display: block !important;
}

.tab-content .tab-pane {
    pointer-events: none;
    opacity: 0;
}

.tab-content .tab-pane.active {
    pointer-events: all;
    opacity: 1;
}

.tab-pane .inbox {
    height: 0;
    position: absolute;
    top: 30px;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease all;
}

.tab-pane.active .inbox {
    height: auto;
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: all;
    transition: .5s ease all;
}

.no-image-menu {
    padding-bottom: 1rem;
    border-bottom: 1px solid #6c4851;
    color: #6c4851;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .no-image-menu {
        display: block;
    }
}

.menu_area .no-image-menu h4.ttl_sub_01 {
    padding: 0;
    border: none;
}

.menu_area .no-image-menu .price {
    margin: 0;
}
