@charset "UTF-8";

/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 680px) {
  .noneSP {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .smallfont {
    font-size: 90%;
  }

  .smallfont2 {
    font-size: 80%;
  }

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


ベース・共通項目


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

  body {
    background: url(../images/bg_white.jpg) repeat;
    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";
    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: 70px;
    right: -20px;
  }

  #pageTop img {
    width: 50%;
  }

  img {
    width: 100%;
    height: auto;
  }

  span.coution {
    color: #9a0024;
  }

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


ヘッダ


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

  header {
    width: 100%;
    padding: 10px 0;
    margin: -19px auto 0 auto;
    background: #000;
  }

  header h1 {
    height: 45px;
  }

  header h1 img {
    width: 100px;
    height: auto;
    float: left;
    margin: 10px 0 0 20px;
  }

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


メインビジュアル


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

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

  section.main img {
    width: 100%;
    height: auto;
  }

  p.maintxt {
    text-align: center;
    font-size: 70%;
    letter-spacing: 0;
  }

  p.coupon {
    padding: 10px 20px;
  }

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


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


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

  section.contents-index {
    width: 96%;
    background: url(../images/bg_white.jpg) repeat;
    margin: 0 auto;
    padding: 20px 0;
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

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

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

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

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

サブナビ

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

  .my-parts {
    margin: 10px 15px 0;
  }
  .my-parts ul {
    list-style: none;
    margin: -15px 0 0 0;
    padding: 0;
  }
  .my-parts ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .my-parts ul li {
    float: left;
    width: 33%;
    box-sizing: border-box;
    line-height: 120%;
  }
  .my-parts ul li a {
    background: #b8193f;
    border-bottom: 1px dotted #fff799;
    border-right: 1px dotted #fff799;
    color: #fff799;
    display: block;
    font-size: 82%;
    font-weight: 600;
    line-height: 1.3;
    padding: 14px 10px;
    text-align: center;
    text-decoration: none;
  }

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

タイトル

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

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

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

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


ケーキボックス


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

  div.cakebox {
    padding: 0 10px;
    margin: 1%;
    border-radius: 6px;
  }

  div.cakesp {
    background: url(../images/bg_cakesp_02.png) repeat;
    background-size: contain;
    margin-top: -20px;
  }

  div.cakeR {
    padding: 10px;
  }

  .spmtm10 {
    margin-top: -20px;
  }

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

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

  dl.maincake dd.price {
    border-bottom: 1px solid #cd9c14;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    margin-top: -7px;
    padding-bottom: 5px;
    text-align: center;
  }

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

  dl.maincake dd.period {
    margin: 10px 0;
  }

  dl.maincake dd.limited {
    border-top: 1px solid #cd9c14;
    border-bottom: 1px solid #cd9c14;
    padding: 13px 0;
    line-height: 1.5;
    font-size: 90%;
  }

  dl.maincake dd a {
    color: #fff;
    margin: 10px 0;
  }

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

  span.icon {
    background-color: #cd9c15;
    font-size: 80%;
    color: #fff;
    padding: 3px 7px;
    margin-right: 5px;
    width: 90%;
  }

  dd.period {
    margin-bottom: 5px;
    font-size: 88%;
  }

  span.iconcake01 {
    background-color: #fff;
    font-size: 80%;
    color: #c30d23 !important;
    padding: 3px 6px;
    text-align: center !important;
  }

  dd.infotxt {
    font-size: 85%;
    margin: 3% 0;
    line-height: 160% !important;
    border-top: 1px solid #cd9c14;
    border-bottom: 1px solid #cd9c14;
    padding: 5% 0;
  }

  dd.infotxt002 {
    font-size: 85% !important;
    margin: 5% 0 0 0;
    padding: 5% 0;
    line-height: 160% !important;
    border-top: 1px solid #cd9c14;
    border-bottom: 1px solid #cd9c14;
    text-align: left !important;
    text-align: justify !important; // Required for IE and Edge
    text-align-last: right !important;
  }

  dd.shop a {
    color: #000;
    font-size: 80%;
    text-align: center;
    display: block;
  }

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

  dl.iteminfo dd.name {
    font-size: 100%;
    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.limited {
    font-size: 90%;
    text-align: center;
  }

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

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

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

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

  .contentsitem-box {
    padding: 1% 12px;
    margin: 0 auto 30px;
    width: 86%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
  }

  .contentsitem-boxtwo {
    padding: 1% 12px;
    margin: 0 auto 30px;
    width: 86%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
  }

  .contentsitem-boxtwoo {
    padding: 1% 12px;
    margin: 0 auto 30px;
    width: 86%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
    border: double 4px #f2af47;
  }

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

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

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

  p.iteminfo img {
    width: 94%;
    text-align: center;
  }

  p.spheadcake {
    margin-bottom: -25px;
    z-index: 1000;
    position: relative;
  }

  p.spheadcakefoot {
    margin-top: -30px;
  }

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


アプリキャンペーン


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

  div.appbox {
    margin: 3% auto;
    border: 5px double #dab83e;
    padding: 3% 3% 0%;
  }

  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;
    font-size: 90%;
  }

  dl.appcampain dd {
    font-size: 85%;
    line-height: 160%;
    margin: 2% 0;
  }

  p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 90%;
    margin: 0;
  }

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


CSSアニメーションボタン
	
	
///////////////////////////////////////////////*/

  /* ここから下がボタンのCSS ルルカ*/
  .c-buttonluluca {
    outline: none;
    display: inline-block;
    width: inherit;
    min-width: 70%;
    text-align: center;
    background-color: #009859;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 15px;
    opacity: 1 !important;
    border: 1px solid #009859;
    margin: 10% auto;
    text-align: center;
    display: block;
    border-radius: 50px;
  }
  .c-buttonluluca span {
    position: relative;
    z-index: 99;
    letter-spacing: 0.1em;
  }
  .c-buttonluluca:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    border-radius: 50px;
  }

  .c-buttonluluca svg {
    width: 35px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: all 0.1s;
  }
  .c-buttonluluca:hover {
    color: #009859 !important;
    border: 1px solid #009859;
  }
  .c-buttonluluca:hover:after {
    width: 100%;
  }
  .c-buttonluluca:hover svg path {
    stroke: #009859;
  }

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


背景アニメーション
	
	
///////////////////////////////////////////////*/

  canvas {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
  }

  #c1 {
    opacity: 0;
  }

  #c2 {
    background: #000;
  }

  #canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

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


フッター


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

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

  footer p img {
    width: 25%;
    margin-top: 10px;
  }

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

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

  #header2 {
    position: fixed;
    height: 0px;
    width: 100%;
    z-index: 1000;
    padding: 3% 0 4% 0;
    bottom: 0;
  }

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

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

  .my-partsfade ul li a {
    display: block;
    text-decoration: none;
    color: #fff799;
    background-color: #c30d23;
    text-align: center;
    border-right: 1px dotted #fff;
    font-weight: bold;
    height: 50px;
    line-height: 130%;
    padding-top: 20px;
  }

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

  .spmtm10 {
    margin-top: 0px !important;
    display: block !important;
  }

  .spnoneline {
    border: none !important;
  }

  p.coution {
    font-size: 80%;
    padding: 0 20px 30px;
  }

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

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

  .spmbm20 {
    margin-bottom: -20px;
  }

  section.pushitem {
    background: url(../images/bg_hot.jpg) repeat;
    margin: 0 auto 30px;
    padding-bottom: 10px;
  }

  .sptxt {
    text-align: left !important;
  }
}
