/*ここからscroll_navi装飾*/
#scroll_navi{
    margin-top: 20px;
    margin-bottom: 10px;
}

#scroll_navi ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    overflow: hidden;
}

#scroll_navi ul li{
    float: left;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 10px;
}

#scroll_navi ul li a{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: rgb(176,146,87);
    
}
/*ここまでscroll_navi装飾*/


/*ここからcake装飾*/
#cake h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#cake figure{
    margin-bottom: 30px;
    
}

#cake figure img{
    width: 100%;
    
}


#cake figure figcaption{
    color: rgb(255,255,255);
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 5px;
}



/*ここまでcake装飾*/

/*ここからbirthdayCake装飾*/
#birthdaycake h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#birthdaycake figure{
    margin-bottom: 30px;
    
}

#birthdaycake figure img{
    width: 100%;
    
}

#birthdaycake figure figcaption{
    color: rgb(255,255,255);
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 5px;
}
/*ここまでbirthdayCake装飾*/


/*ここからevent装飾*/
#event h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#event figure{
    margin-bottom: 30px;
    
}

#event figure img{
    width: 100%;
    
}

#event figure figcaption{
    color: rgb(255,255,255);
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 5px;
}

/*ここからevent装飾*/


/*ここからgift装飾*/
#gift h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#gift figure{
    margin-bottom: 30px;
    
}

#gift figure img{
    width: 100%;
    
}

#gift figure figcaption{
    color: rgb(255,255,255);
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 5px;
}

/*ここからgift装飾*/


/*ここからicecream装飾*/
#icecream h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
}

#icecream figure{
    margin-bottom: 30px;
    
}

#icecream figure img{
    width: 100%;
    
}

#icecream figure figcaption{
    color: rgb(255,255,255);
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 5px;
}

/*ここからicecream装飾*/

@media screen and (min-width:768px){
    
    /*ここからscroll_navi装飾*/
    #scroll_navi{
        margin-top: 40px;
        margin-bottom: 30px;
    }

    #scroll_navi ul{
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
        overflow: hidden;
    }

    #scroll_navi ul li{
        float: left;
        width: 20%;
        text-align: center;
        margin-bottom: 10px;
    }

    #scroll_navi ul li a{
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: rgb(176,146,87);

    }
    /*ここまでscroll_navi装飾*/
    
    #cake h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #birthdaycake h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #event h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #gift h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #icecream h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }

}


@media screen and (min-width:1200px){
    
    /*ここからscroll_navi装飾*/
    #scroll_navi{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    #scroll_navi ul.scroll_navi_first{
        margin-top: -40px;
        margin-bottom: -30px;
    }

    #scroll_navi ul{
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
        overflow: hidden;
    }

    #scroll_navi ul li{
        float: left;
        width: 20%;
        text-align: center;
        border-left: rgb(176,146,87) solid 1px;
        margin-bottom: 10px;
    }
    
    #scroll_navi ul li:last-child{
        border-right: rgb(176,146,87) solid 1px;
    }

    #scroll_navi ul li a{
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: rgb(176,146,87);

    }
    /*ここまでscroll_navi装飾*/
    
    #cake h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #birthdaycake h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #event h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #gift h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }
    
    #icecream h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
    }


}


