/* スマホ　460px以下 */
@media only screen and (max-width: 460px){
  img{
    width: 100%;

  }
}

#toppage #main_con ul li article p{
    white-space: inherit;
}
#header .header_info .shop{
    font-size: 0.94rem;
}
body{
background-size:auto;
}

#event .topiclist .day{
display:none;
}

#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}


/*詳細前次ボタン調整*/

#navmenu li:nth-child(2) a span,#navmenu li:nth-child(3) a span
{font-size:0;line-height:1;}

#navmenu li:nth-child(2) a span:before
{font-size:1rem;
content:'次へ';}

#navmenu li:nth-child(3) a span:before
{font-size:1rem;
content:'前へ';}

@media screen and (max-width: 768px) {
#navmenu li:nth-child(2) a span:before,#navmenu li:nth-child(3) a span:before
{font-size:0.7rem;}
}

/*詳細前次ボタン調整 end*/


/* marquee 調整 */
.marquee ul
{animation:scrollmarquee 30s linear infinite;}


/* ヘッダー営業時間文字サイズ調整 */
#header .header_info .shop, #header .header_info .time {
    font-size: inherit;
}