
#c_369 .dog_btn {
    width: 100%;
    border-radius: 50px;
    background-color: #333;
    text-align: center;
}
#c_369 .dog_btn a {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    display: block;
}

/*------------------------------------------
タブアコーディオン
------------------------------------------*/
#c_369 .wrap_tab {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#c_369 .wrap_tab .col_4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
#c_369 .wrap_tab .col_4 li {
    font-size: 16px;
    padding: 7px 0;
    border: solid 1px;
    border-radius: 5px;
    width: 100%;
}
/* タブ中身 */ 
#c_369 .tab-container{
    width: 100%;
    display: flex;
    border: 0;
}
#c_369 .tab-container > li {
    color: #222;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#c_369 .tab-container > li::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    right: 11%;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    transform: rotate(135deg);
}
#c_369 .tab-container > li.current::after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
#c_369 .tab-container > li.tab.current {
    color: #fff;
    background-color: #d44446;
    transition: 0.5s all;
}
#c_369 .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
#c_369 .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#c_369 .menu-container {
    position: relative;
    width: 100%;
    padding: 0;
}
#c_369 .menu-container > .menu-box {
    display: none;
    padding: 10px 0 0;
}
#c_369 .menu-box {
    box-sizing: border-box;
    padding: 30px 20px 20px;
}
#c_369 .tab-container > li.tab:hover,
#c_369 .tab-container > li.tab.current:hover{
    opacity: 1;
}

#c_369 .menu-container{
    position: relative;
    width: 100%;
    padding: 0;
}
#c_369 .menu-container > .menu-box{
    display: none;
    padding: 1% 3%;
    border: none;
}
#c_369 .menu-container > .menu-box.current{
    display: block;
}

#c_369 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
#c_369 .item_2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
#c_369 .item_2 > li {
    text-align: center;
    border: solid 3px #f3ead0;
    box-sizing: border-box;
}
#c_369 .item_2 li dl {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#c_369 .item_2 li .text {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 5px;
    background-color: #f3ead0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#c_369 .item_2 li .name {
    font-size: 16px;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    line-height: 22px;
}
#c_369 .item_2 li .price_area:last-child {
    border-top: 1px #222 dashed;
}
#c_369 .item_2 li .price_area a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 10px;
}
#c_369 .item_2 li .price_area a::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 39%;
    right: 3%;
    border-top: solid 2px #ea0012;
    border-right: solid 2px #ea0012;
    transform: rotate(45deg);
}
#c_369 .item_2 li .price_area .price {
    font-size: 22px;
    margin-left: 5px;
}
#c_369 .item_2 li .price_area .intax {
    color: #ea0012;
}