@charset "UTF-8";
/* ===================================================================
CSS information
 file name  : catering.css author     : Ability Consultant style info : 更新用グループWEBサイト予約特典CSS
=================================================================== */
/* =================================================================== .con_title
=================================================================== */
.con_title { position: relative; width: 1280px; background-color: #eee; margin: 24px auto 0; }
@media only screen and (max-width: 1279px) and (min-width: 768px) { .con_title { width: 96%; margin: 2rem auto 0; } }
@media only screen and (max-width: 767px) { .con_title { width: 96%; margin: 2rem auto 0; } }
.con_title .box_img { width: 100%; height: auto; }
.con_title .box_rogo { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.con_title .box_rogo img { width: 100%; height: auto; }
@media only screen and (max-width: 1279px) and (min-width: 768px) { .con_title .box_rogo { width: 40%; } }
@media only screen and (max-width: 767px) { .con_title .box_rogo { width: 60%; } }

/* =================================================================== 既存レイアウトの上書き
=================================================================== */
.f-cms-news__cnt-news__list { width: 100%; float: none; }

.f-base--mt2-em { margin-bottom: 80px; }
