@CHARSET "UTF-8";
/* WEBチラシ */
/*=== チラシ画像メモ
チラシヨコ：　w:150 × h:106
チラシタテ：　w:77 × h:110
========================================================*/

#mainflyer { text-align:center; padding:60px; border:1px solid #ddd; box-sizing:border-box; margin-bottom:80px; }
.period { max-width:400px; margin:0 auto; font-size:20px; padding:10px 0 5px; border-bottom:2px solid; }
#flyerList .flyerHeadline { position:relative; padding-top:8px; padding-bottom:8px; padding-left:55px; color:#e60012; background-repeat:no-repeat; background-size:contain; background-position:center left; }
#flyerList .fH-fukuoka { background-image:url(../images/flyerheadline-fukuoka.png); }
#flyerList .fH-saga { background-image:url(../images/flyerheadline-saga.png); }
#flyerList .flyerFlex { -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-bottom:80px; padding:50px 40px 30px; border:1px solid #eee; box-sizing:border-box; background:#fae1e6; }
#flyerList .flyerFlex .itemBox { width:23%; margin-bottom:30px; text-align:center; padding:10px 13px; border:2.2px solid #e60012; box-sizing:border-box; background:#fff; }
#flyerList .flyerFlex figure { overflow:hidden; margin-bottom:8px; }
#flyerList .flyerFlex figure iframe+p { display:none; }
#flyerList .flyerFlex p.shop-txt { font-size:20px; font-weight:bold; padding:18px 0; border-top:1.5px solid #eee; margin:0; }
#flyerList .flyerFlex .flyerButton { max-width:160px; margin:0 auto; padding:4px 0; font-size:14px; text-align:center; background:#ffaf00; border-radius:8px; }
#flyerList .flyerFlex .itemBox a figure img { -moz-transition:-moz-transform 0.3s linear; -webkit-transition:-webkit-transform 0.3s linear; -o-transition:-o-transform 0.3s linear; -ms-transition:-ms-transform 0.3s linear; transition:transform 0.3s linear; }
#flyerList .flyerFlex .itemBox a:hover figure img { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }

/*--- レイワ ---------------------------------------*/
.reiwaBox figure { padding-top:10px; }
.reiwaBox figure img { width:auto; }
.reiwaBox figure+p { padding-bottom:18px; font-size:11.06px; color:rgba(60, 60, 60); font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }
.reiwaBox p.date-txt { line-height:1.6; }
.reiwaBox p.noImage { max-width:170px; margin:75px auto; font-size:14px; color:rgba(60, 60, 60); font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }
#flyerList .flyerFlex .transparent { color:transparent; background:transparent; border-color:transparent; }
#selectTab { display:none; }
@media screen and (max-width:768px) {
	.flexBox { display:-webkit-box; display:-ms-flexbox; display:flex; }
	#mainflyer { padding:30px; }
	#flyerList .flyerFlex { padding:30px 20px 10px; }
	#flyerList .flyerFlex .itemBox { width:48%; }
	#flyerList .flyerFlex p.shop-txt { font-size:18px; }
}
@media all and (max-width:480px) {
	#selectTab { display:block; }
	#selectTab ul { padding-left:0; justify-content:space-between; }
	#selectTab ul li { width:48%; padding:15px 0; text-align:center; background:#e60012; font-weight:bold; list-style:none; }
	#selectTab ul li a { color:#fff; }
	#flyerList .flyerFlex .itemBox { width:100%; }
}
@media all and (max-width:469px) {
	.period { max-width:300px; font-size:15px; }
}
@media all and (max-width:392px) {
	#mainflyer { padding:20px 12px; }
	#flyerList .flyerFlex p.shop-txt { font-size:16px; }
	#flyerList .flyerFlex .flyerButton { font-size:12px; }
}