@charset "UTF-8";

.menu-cont:first-of-type {
  margin-top: 0;
}

/*                個人情報保護法
======================================================= */
.privacy h3 {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.privacy .mg_bottom_none {
  margin-bottom: 0;
}

.privacy .example_title {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy ul {
  font-size: 14px;
}

.privacy ul li {
  list-style-type: none;
}

.privacy ul li.disc_indent {
  list-style-type: disc;
  margin-left: 1.5em;
}

.privacy ol {
  margin-left: 0;
}

.privacy ol li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.privacy ol li .num_indent {
  text-indent: -1em;
}

.privacy ol.Share li ul {
  margin-left: 0;
}

.privacy .privacy_invoice {
  text-decoration: underline;
}

/*                メニュー
======================================================= */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

.pc_only {
  display: block;
}

/*          メニュー ケーキ オンライン販売
======================================================= */
#online_cake h2 {
  text-align: center;
  font-weight: bold;
}

#online_cake p.notice {
  color: #000;
}

#online_cake .link_online {
  text-align: center;
}

#online_cake .link_online span {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

#online_cake #menu-lineup ul li span.icon {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #online_cake p.notice {
    font-size: 15px;
  }
}

/*          おすすめメニュー 　スタイル追加
======================================================= */
.menu-cont_description.content_left {
  width: 80%;
  margin: 0 auto;
}

.menu-cont_description.content_left p{
  text-align: left;
}

.menu-cont p.cont_title {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .menu-cont_description.content_left {
    width: 100%;
  }
}