@charset "utf-8";

/*----------------------------------------
	 下層タブ
-----------------------------------------*/

#fwCms_wrapper .sweets003_tab ul{padding: 0 0;display: flex;flex-wrap: nowrap;justify-content: space-between;}
#fwCms_wrapper .sweets003_tab ul li{text-align: center;width:49%;display: flex;}
#fwCms_wrapper .sweets003_tab ul li a{
	color:#ffffff;background-color:#f9a89d;text-shadow: 1px 1px 2px #fa877f;
}
@media screen and (min-width: 768px) {
#fwCms_wrapper .sweets003_tab ul{padding:0 0;}
#fwCms_wrapper .sweets003_tab ul li{text-align: center;width: calc(50% - 5px);min-height:85px;}
#fwCms_wrapper .sweets003_tab ul li a{display: flex;justify-content: center;align-items: center;color:#ffffff;background-color:#f9a89d;text-shadow: 1px 1px 2px #fa877f;padding:0 15px;}
#fwCms_wrapper .fmt_content_nav.sum-sweets_nav_PC li a{min-height: 0px;}
#fwCms_wrapper .sweets003_tab ul.fmt_content_nav li a:hover{opacity: 0.5;}
	}