/* CSS Document */

/*page01*/




section{display:block; padding:0; position:relative;}
#sec01{position:relative; padding:2.5%; margin-bottom:10%; box-sizing:border-box;}
#sec01 img#title-01{width:100%; box-sizing:border-box;}
#sec01 img#ramen{display:block; position:relative; width:55%; margin:15% auto 5%; z-index:2;}
#sec01 img#spec{position:absolute; z-index:1; top:160px; left:10px; width:100%;}
#sec01 p{position:absolute; z-index:3; font-size:13px; text-shadow: 0 0 2px white, 0 0 1em white, 0 0 0.2em white;}
#sec01 #spec-01{top:250px; left:65px; width:270px;}
#sec01 #spec-02{top:255px; right:45px; width:165px;}
#sec01 #spec-03{top:595px; left:50px; width:190px;}
#sec01 #spec-04{top:570px; right:35px; width:190px;}

#sec02{width:95%; position:relative; padding:2.5%; box-sizing:border-box; background:#FFFDE1; margin:0 auto;}
#sec02 #title-02{width:100%;}
#sec02 #image-01{width:200px; margin-left:2%;}
#sec02 p{font-size:15px;}

#sec03{width:95%; position:relative; box-sizing:border-box; margin:3% auto;}
#sec03 img{width:100%; margin:0;}



