@charset "UTF-8";
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, "メイリオ", Osaka, Meiryo, "Helvetica Neue", YuGothicM, YuGothic, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  color: #222; }

/* 上付文字のサイズ */
sup {
  vertical-align: super;
  font-size: 55%;
  letter-spacing: -1px; }

/*グローバルメニュー*/
#menu {
  display: flex;
  position: relative;
  background: #440101;
  z-index: 100;
  width: 986px;
  margin: 0 auto 10px; }

#menu .menu_list {
  width: 33.33%; }

#menu .menu_list span {
  border: 1px solid #ccc;
  display: block;
  padding: 8px 0 !important;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  color: #fff;
  background: #bb0000;
  background: -moz-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  background: -webkit-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  background: linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  text-decoration: none;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
  font-weight: bold;
  line-height: 1.4; }

#menu .menu_list .sub {
  border: 1px solid #ccc;
  display: block;
  padding: 8px 0 !important;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  color: #fff;
  background: #bb0000;
  background: -moz-linear-gradient(90deg, #440101, #9f2a2a, #440101);
  background: -webkit-linear-gradient(90deg, #440101, #9f2a2a, #440101);
  background: linear-gradient(90deg, #440101, #9f2a2a, #440101);
  text-decoration: none;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
  font-weight: bold;
  line-height: 1.4; }

#menu .menu_list span:hover {
  color: #bb0000;
  background: #ffc100;
  background: -moz-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  background: -webkit-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  background: linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  text-decoration: none;
  cursor: pointer; }

#menu .menu_list a:hover {
  text-decoration: none; }

.menu_contents li span {
  color: #fff;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif; }

.menu_contents li span:hover {
  text-decoration: underline;
  cursor: pointer; }

/* menulist 装飾 */
.menu_contents ul li {
  position: relative; }

.menu_contents ul li::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: .625em;
  left: -.785em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #ffc100;
  border-bottom: 1px solid #ffc100;
  transform: rotate(-45deg); }

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  z-index: 100; }

#logo {
  position: relative;
  width: 986px;
  margin: 10px auto 0;
  text-align: left;
  z-index: 0; }

.container {
  width: 986px; }

.box_wrapper {
  background-color: #fef1d2; }

.box_wrapper .column {
  width: 100%;
  margin-bottom: 60px; }

.box_wrapper .column.column_style-2,
.box_wrapper .column.column_style-3 {
  display: flex;
  justify-content: space-around; }

.box_wrapper .column.column_style-2 .box_inner {
  width: calc(calc(100% - 30px)/2);
  margin: 20px 30px 0 0; }

.box_wrapper .column.column_style-3 .box_inner {
  width: calc(calc(100% - 60px)/2);
  margin: 20px 30px 0 0; }

.box_wrapper .column.column_style-2 .box_inner:last-of-type,
.box_wrapper .column.column_style-3 .box_inner:last-of-type {
  margin: 20px 0 0 0; }

.carousel {
  width: 991px;
  height: 230px;
  margin-top: 20px;
  overflow: hidden; }

/* WEBで簡単に確認・変更！ */
.three-step {
  border: #c1b3b3 solid 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  margin: 0px 80px; }

/* WEBクーポン */
.coupon {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0px 108px 0 126px;
  margin-bottom: 22px;
  color: #fff;
  text-align: left; }

.ygtag {
  border: 0;
  overflow: hidden; }

/*毎月”旬の美味しさ”をお届け！*/
#course-now .bgi-paper {
  background: #f1f0d4;
  border-radius: 10px;
  margin: 0px 45px; }
#course-now .notes {
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 60px 30px;
  text-align: left; }

.lp-ttl img {
  width: 100%;
}