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

/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px) {
  .nonePC {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }

  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }

/*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/

  body {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    line-height: 160%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    font-family: "Noto Sans JP";
    background: url(../images/bg_white.jpg) repeat;
    background-size: auto; /*--背景画像のサイズ--*/
    text-align: justify; // Required for IE and Edge
    text-align-last: right;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  a {
    color: #fff;
  }

  /* ページトップへ戻る */
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }

  .center {
    text-align: center;
  }

  span.coution{
    color: #9a0024;
  }

  /*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/

  header {
    background-color: #000;
    height: 90px;
    margin: -15px auto 0 auto;
    width: 100%;
  }

  header h1 {
    float: left;
    margin: 18px 20px 0 15px;
  }

  div.headtitle {
    margin: 0 auto;
    width: 1200px;
  }

  /*///////////////////////////////////////////////


フッター


///////////////////////////////////////////////*/

  footer {
    background: #000;
    clear: both;
    color: #fff;
    color: #fff;
    font-size: 80%;
    margin: 0 auto 0 auto;
    padding: 2% 0;
    text-align: center;
  }

  /*///////////////////////////////////////////////


メインビジュアル


///////////////////////////////////////////////*/

  section.main {
    margin: 0 auto;
    text-align: center;
  }

  .mainimg img {
    margin-top: -15px;
  }

  /*////////////////////////////

サブナビ

////////////////////////////*/

  .my-parts {
    padding-top: 30px;
  }

  .my-parts ul {
    display: flex;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    width: 1100px;
  }

  .my-parts ul::after {
    clear: both;
    content: "";
    display: block;
  }

  .my-parts ul li {
    border-right: 1px dotted #fff;
    border-top: 1px dotted #fff;
    box-sizing: border-box;
    width: 32%;
  }

  .my-parts ul li a {
    background: #b8193f;
    color: #fff799;
    display: block;
    font-weight: 600;
    padding: 10% 3%;
    text-align: center;
    text-decoration: none;
  }

  .my-parts ul li a:hover {
    background: #008859;
  }

  /*///////////////////////////////////////////////


ケーキボックス


///////////////////////////////////////////////*/

  div.cakebox {
    background: url(../images/bg_cake.png) no-repeat;
    background-position: center;
    background-size: 1060px;
    height: 800px;
    margin: 50px auto 0;
  }

  div.cakeinfobox {
    margin: 0 auto;
    padding-top: 80px;
    width: 1000px;
  }

  p.maincake img {
    border-radius: 10px;
    margin-top: 50px;
    width: 420px;
  }

  div.cakeL {
    float: left;
  }

  div.cakeR {
    float: right;
    width: 410px;
    margin-top: 170px;
    margin-right: 10px;
  }

  dl.maincake dt {
    border-top: 1px solid #cd9c14;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding-top: 15px;
  }

  dl.maincake dd.price {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #cd9c14;
    padding-bottom: 5px;
    color: #fff;
  }

  dl.maincake dd {
    line-height: 220%;
    color: #fff;
  }

  dl.maincake dd a {
    line-height: 220%;
    color: #fff;
  }

  span.tax {
    font-size: 80%;
  }

  span.icon {
    background-color: #cd9c15;
    font-size: 85%;
    color: #fff;
    padding: 3px 10px;
    margin-right: 5px;
  }

  span.iconcake01 {
    background-color: #fff !important;
    font-size: 85%;
    color: #c30d23 !important;
    padding: 3px 10px;
    margin-right: 5px;
    /* margin-left: -290px; */
  }

  span.iconcake {
    background-color: #cd9c15;
    font-size: 85%;
    color: #fff;
    padding: 3px 10px;
    margin-right: 5px;
  }

  dd.period {
    margin-bottom: 5px;
  }

  dd.infotxt {
    font-size: 90%;
    margin: 3% 0;
    line-height: 160% !important;
  }

  dd.infotxt002 {
    font-size: 88%;
    margin: 5% 0 0 0;

    line-height: 160% !important;
    border-top: 1px solid #cd9c14;
    padding: 10px 0 0;
    text-align: left;
    text-align: justify !important; // Required for IE and Edge
    text-align-last: right !important;
  }

  .centerpc {
    line-height: 160% !important;
    border-top: 1px solid #cd9c14;
    padding: 20px 0 0;
    margin: 20px 0;
    text-align: center !important;
    display: block !important;
  }

  dd.shop a {
    color: #000;
    font-size: 90%;
  }

  dd.partytxt {
    text-align: left;
    font-size: 88%;
    text-align: justify !important; // Required for IE and Edge
    text-align-last: right !important;
    margin-top: 8px;
    line-height: 160% !important;
  }

  /*///////////////////////////////////////////////


コンテンツタイトル


///////////////////////////////////////////////*/

  h2.title {
    text-align: center;
    margin: 5% auto 30px auto;
  }

  h2.title_scd {
    text-align: center;
    padding: 3% 0;
    margin: 3% auto 0%;
  }

  h2.title_push {
    text-align: center;
    margin: -20px 0 -100px 0;
  }

  /*///////////////////////////////////////////////


アイテム紹介ボックス：3列


///////////////////////////////////////////////*/

  section.contentsitem {
    padding: 2%;
    overflow: hidden;
  }

  .contentsitem-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contentsitem-box {
    margin-bottom: 3rem;
    padding: 1% 2% 5%;
    width: 28%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
  }

  .contentsitem-boxtwo {
    margin-bottom: 3rem;
    padding: 1% 2% 5%;
    width: 45%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
  }

  .contentsitem-boxtwoo {
    margin-bottom: 2rem;
    padding: 1.3% 2% 5%;
    width: 44%;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    border: double 6px #f2af47;
  }

  /* --------------------------------------------

 * ホットメニュー
 
 * -------------------------------------------- */

  div.hotmenu {
    padding: 50px;
  }

  p.itemphoto img {
    width: 100%;
    height: auto;
  }

  section.pushitem {
    background: url(../images/bg_hot.jpg) repeat;
    width: 1200px;
    margin: 0 auto;
  }

  p.illust {
    margin-top: 40px;
  }

  .mlm10 {
    margin-left: -40px;
  }

  .mbm30 {
    margin-bottom: -30px !important;
  }

  .lefttxt {
    text-align: left !important;
    display: block;
  }

  /*///////////////////////////////////////////////


アイテム紹介ボックス：4列


///////////////////////////////////////////////*/

  .contentsitem-box002 {
    margin-bottom: 3rem;
    padding: 1% 2%;
    width: 45%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    background: url(../images/bg_white.jpg) repeat;
    border-radius: 5px;
  }

  /*///////////////////////////////////////////////


コンンテンツ紹介ボックス


///////////////////////////////////////////////*/

  dl.iteminfo,
  dt,
  dd {
    padding: 0;
    margin: 0;
    font-size: 95%;
  }

  dl.iteminfo dd.name {
    font-size: 105%;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #cd9c14;
    border-bottom: 1px solid #cd9c14;
    padding: 5% 0;
    margin-bottom: 3%;
  }

  dl.iteminfo dd.nameleft {
    font-size: 105%;
    font-weight: bold;
    border-top: 1px solid #cd9c14;
    border-bottom: 1px solid #cd9c14;
    padding: 5% 0;
    margin-bottom: 3%;
  }

  dl.iteminfo dd.name02 {
    font-size: 105%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #cd9c14;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }

  span.period {
    letter-spacing: 0.2em;
    background-color: #cd9c15;
    color: #fff;
    padding: 1% 4%;
    display: block;
    text-align: center;
    font-size: 88%;
    margin: 3% 0;
  }

  dt.oeuvrephoto img {
    width: 90%;
    height: auto;
    margin: 5% auto 5%;
    display: block;
  }

  dl.iteminfo dd.limited {
    font-size: 90%;
    text-align: center;
  }

  dl.iteminfo dd.limited002 {
    font-size: 95%;
    text-align: center;
    margin-bottom: 15%;
  }

  dl.iteminfo dd.txt {
    font-size: 90%;
    margin-top: 6%;
    padding-bottom: 20%;
  }

  dl.iteminfo dd.txt02 {
    font-size: 90%;
    margin-top: 6%;
    padding-bottom: 5%;
  }

  dl.iteminfo dd.txtcenter {
    font-size: 95%;
    margin-top: 6%;
    padding-bottom: 15%;
    text-align: center;
  }

  p.shoplinkbtn a {
    color: #000;
    font-size: 80%;
    text-align: center !important;
    display: block;

    position: absolute;
    right: 0;
    left: 0;
    bottom: 3%;
  }

  span.quantity {
    color: #a37f46;
  }

  span.cenova {
    color: #fff;
    font-size: 85%;
    background-color: #6cbb5a;
    padding: 2px 8px;
    font-weight: normal;
    margin: 1% 0;
  }

  span.person {
    color: #fff;
    font-size: 85%;
    background-color: #c30d23;
    padding: 2px 8px;
    font-weight: normal;
  }

  dd.special {
    margin: 20px 0 0;
  }

  /*///////////////////////////////////////////////


チキン販売イベント


///////////////////////////////////////////////*/

  div.foodevent {
    border: 3px solid #1a3f29;
    padding: 3%;
    width: 985px;
    text-align: center;
    font-weight: 500;
    line-height: 200%;
    margin: 3% 0;
  }

  p.mos img {
    width: 30%;
    height: auto;
  }

  div.beyoevent {
    padding: 3%;
    width: 900px;
    text-align: center;
    font-weight: 500;
    line-height: 200%;
    margin: 0 auto;
  }

  p.beyo img {
    width: 65%;
    height: auto;
  }

  p.beyotxt {
    border: 3px solid #ccc;
    padding: 3%;
    margin: 4% auto;
    width: 520px;
  }

  p.cafeimg img {
    width: 75%;
    height: auto;
  }

  p.cafetxt {
    padding: 0 0 5% 0;
  }

  div.cafebox {
    background: #fcf8f0;
    padding: 5% 3%;
  }

  /*///////////////////////////////////////////////


コンンテンツ紹介ボックス


///////////////////////////////////////////////*/

  section.contents-index {
    width: 1100px;
    margin: 80px auto;
  }

  div.bghead {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  div.bgmid {
    margin: -90px auto 0;
    display: block;
    text-align: center;
    background: url(../images/bg_mid.png);
    background-size: 1200px;
    background-position: center;
    background-repeat: repeat-y;
  }

  div.bgfoot {
    margin: -90px auto 50px;
    display: block;
    text-align: center;
  }

  /*////////////////////////////

レコメンド記事

////////////////////////////*/

  section.articlesbox {
    margin: 10% auto 10%;
    text-align: center;
    letter-spacing: 0em;
  }

  ul.articles {
    margin-left: -40px !important;
    display: block;
  }

  ul.articles li {
    display: inline-block;
    margin: 3% 1% 0;
  }

  ul.articles li img {
    border: 1px solid #ddd;
  }

  p.recotxt {
    font-size: 90%;
    margin-top: -10px;
  }

  p.spnone {
    font-size: 160%;
    font-weight: 800;
  }

  p.spnone {
    position: relative;
    display: inline-block;
    padding: 0 75px;
  }

  p.spnone:before,
  p.spnone:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #999;
  }

  p.spnone:before {
    left: 0;
  }
  p.spnone:after {
    right: 0;
  }

  /*///////////////////////////////////////////////


アプリキャンペーン


///////////////////////////////////////////////*/

  div.appbox {
    width: 800px;
    margin: 3% auto 6%;
    border: 7px double #dab83e;
    padding: 5%;
  }

  dl.appcampain,
  dt,
  dd {
    padding: 0;
    margin: 0;
  }

  dl.appcampain dt {
    background-color: #cd9c15;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    font-size: 110%;
    letter-spacing: 3px;
    margin: 3% 0;
  }

  dl.appcampain dd {
  }

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

  /*////////////////////////////

キャンペーン

////////////////////////////*/

  div.campaign {
    margin: 3% 0;
    padding: 1% 0;
  }

  .mtm5 {
    margin-bottom: -15px;
    display: block;
  }

  .mtm40 {
    margin-top: -40px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt5 {
    margin-top: 5px;
  }

  span.smallfontlowson {
    font-weight: normal;
    font-size: 80%;
    line-height: 160% !important;
    display: block;
    margin-top: 5px;
  }

  /* --------------------------------------------

 * フェードナビゲーション
 
 * -------------------------------------------- */

  #header2 {
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: -125px 0 0 0;
  }

  .my-partsfade ul {
    list-style: none;
    margin: 2% 0 5% 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .my-partsfade ul li {
    display: table-cell;
    box-sizing: border-box;
    font-size: 90%;
    letter-spacing: 1px;
  }

  .my-partsfade ul li a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #fff799;
    background: #b8193f;
    text-align: center;
    border-right: 1px dotted #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }

  .my-partsfade ul li a:hover {
    background: #008859;
    color: #fff799;
  }

  /* --------------------------------------------

クーポン
 
 * -------------------------------------------- */

  p.coupon {
    text-align: center;
    margin: 40px 0;
  }

  p.maintxt {
    text-align: center;
    letter-spacing: 1px;
    margin: -20px 0 30px 0;
  }

  p.coution {
    font-size: 90%;
    text-align: left;
    padding: 30px;
  }

  div.coutionbox {
    width: 1250px;
    margin: 0 auto 100px;
  }

  .noneunderline {
    border: none !important;
    margin-top: -8px !important;
  }
}
