@charset "UTF-8";
/* CSS Document */

#wrapper_l #contents_area {
	background: #030409;
}

#wrapper_l .cont_img {
	max-width: 100%;
	height: auto;
}
#wrapper_l #contents_area .MV_txt_01 {
	margin: -20px auto 0;
}
#wrapper_l #contents_area .MV_txt_02 {
	margin: 40px auto 0;
}
#wrapper_l #contents_area h3 {
	font-size: 24px;
	color: #fff100;
	font-weight: bold;
	margin: 40px auto 0;
	padding: 0;
	line-height: 1.2;
}
#wrapper_l #contents_area .cont_bnr-box {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 20px auto 0;
}
#wrapper_l #contents_area .cont_bnr {
	max-width: 227px;
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, 0.6);
}
#wrapper_l #contents_area .cont_bnr .cont_img {
	width: 100%;
}


#wrapper_l #contents_area .cont-01-bk {
	width: 100%;
	height: auto;
	margin: 50px auto -68px;
}
#wrapper_l #contents_area .cont-01 {
	background: #f8e5ed;
	padding: 0 20px 60px;

}
#wrapper_l #contents_area .cont-01 h3 {
	margin: 0 auto;
}
#wrapper_l #contents_area .cont-01 h4 {
	font-size: 24px;
	color: #291b2b;
	font-weight: bold;
	margin: 50px auto 20px;
	padding: 0;
	line-height: 1.2;
}
#wrapper_l #contents_area .cont-01 .cont_p {
	font-size: 16px;
	color: #291b2b;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 20px;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 20px auto 0;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont-01_flex-box__box {
	max-width: 330px;
	padding: 10px 0;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont_p {
	text-align: left;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont_p .cont_span {
	font-size: 14px;
	color: #f11156;
	font-weight: bold;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont_bnr-a {
	margin: 40px 0 0;
	display: table;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont_bnr-a .cont_img {
	width: 100%;
	max-width: none;
}
#wrapper_l #contents_area .cont-01 .cont-01_flex-box .cont_img {
	max-width: 280px;
}


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%;
}
