@charset "UTF-8";
/* CSS Document */
h2.white {
	color: #fff;
	font-size: 16px;
	padding-bottom: 12px;
	letter-spacing: 0.1em;
}
h3.white {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
h3.black {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
h1 {
	/*float: left;*/
	text-align: left;
	font-size: 16px;
	/*color: #FFF;*/
	line-height: 20px;
}
.f14_gray {
	font-size: 14px;
	letter-spacing: 0.07em;
	text-align: left;
	color: #666;
}
.f16_bold {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.07em;
	text-align: left;
	font-weight: 700;
}
.bold_s_red {
	font-size: 11px;
	color: #F00;
	font-weight: 700;
}
.f12 {
	font-size: 12px;
	letter-spacing: 0.07em;
	text-align: left;
	color: #666;
}
.f18_bold_red {
	font-size: 18px;
	line-height: 22px;
	color: #FF0000;
	letter-spacing: 0.07em;
	text-align: left;
	font-weight: 700;
}
.f18_bold {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-align: left;
	font-weight: 700;
}

.f20_bold_red {
	font-size: 20px;
	line-height: 22px;
	color: #FF0000;
	letter-spacing: 0.07em;
	text-align: left;
	font-weight: 700;
}

.f16_bold_red {
	font-size: 16px;
	line-height: 22px;
	color: #FF0000;
	letter-spacing: 0.07em;
	text-align: left;
	font-weight: 700;
}
.f11 {
	font-size: 12px;
	text-align: left;
	color: #000;
}

.bold {
    font-weight: 700;
    padding: 15px;
    font-size: 12px;
    text-decoration-color: crimson;
}

.campaign_sub {
	background-color: #FFF;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

.form_sub_text {
	font-size: 12px;
	line-height: 18px;
	display: block;
	padding-top: 5px;
}
.red{
color: #FF0000;
}
.yellow-star{
color: #FFC600;
}
.cb{
clear:both;
}
/*テキスト点滅*/
.blinking {
	margin-left: 10px;
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
/*------------------------------
google web fonts
------------------------------*/
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }










/*======================================================
TOPページに表示させる　横浜エリアのキャンペーン
======================================================*/
.banner_food_top{
	height:130px;
/*	width:950px;*/
/*	margin:0px auto;*/
/*	background:url("/img/banner_top_food.png")no-repeat;*/
/*	background-size: cover;*/
	position:relative;
	text-align: center;
}
/*
.banner_food_top .inner{
	display:flex;
	width:600px;
	height:200px;
	position: absolute;
	left:140px;
	top:0px;
}
*/
.banner_food_top .inner img{
	height:130px;
	margin: 0 2%;
}
