@charset "utf-8";
/*------------------------------------------------------------------*/
/*     特選おせち用CSS                                              */
/*------------------------------------------------------------------*/


/* 共通設定
------------------------------------------------------------------- */
/* コンテンツ領域設定
--------------------------------------------------------- */

  /*---------- 説明文章領域 ----------*/
  #contentsDescFrame { margin-bottom: 40px; }

    #contentsDescFrame h3 {
      margin: 0 0 7px 0;
      padding: 0 0 7px 0;
    }

      #contentsDescFrame h3 span {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.4em;
        border-bottom: 1px solid #000;
      }

    #contentsDescFrame p {
      font-size: 0.9em;
      line-height: 1.6em;
    }


  /*---------- ビジュアル領域 ----------*/
  #visualArea img {
    width: 100%;
    height: auto;
  }


  /*---------- 商品説明領域 ----------*/
  .goodsFrame {
    margin: 40px 0;
    overflow: hidden;
  }

    .goodsPhoto {
      width: 500px;
      margin: 0 30px 0 0;
      float: left;
    }

      .goodsPhoto img { width: 100%; }

    .goodsText {
      width: 450px;
      float: left;
    }

      .goodsText h4 {
        margin: 0 0 10px 0;
        padding: 5px 0 0;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.4em;
      }

        .goodsText h4 span {
          margin: -5px 0 0;
          padding: 5px 8px;
          color: #fff;
          font-size: 0.8em;
          vertical-align: middle;
          background: rgb(240,101,67);
          border-radius: 5px;
          display: inline-block;
        }

      .goodsText ul {
        font-size: 0.9em;
        line-height: 1.4em;
      }

        .goodsText ul li { padding: 7px 0; }

          .goodsText ul li span {
            width: 100px;
            float: left;
          }

          .goodsText ul li .goodsItem {
            width: 350px;
            float: left;
          }

            .goodsText ul li .goodsItem strong {
              margin: -5px 0 0;
              color: #f40;
              font-size: 1.4em;
              display: inline-block;
            }

            .goodsText ul li .goodsItem span {
              margin: 0 0 5px;
              float: none;
              display: block;
            }

            .goodsText ul li .goodsItem p {
              margin: 0 0 15px;
              line-height: 1.6em;
            }


  /*----- プレゼント -----*/
  #presentBase {
    width: 800px;
    margin: 0 auto 10px auto;
    padding: 20px 0;
    border: 2px solid #f06543;
    border-radius: 10px;
    background: rgb(255,243,238);
  }

    #presentBase p { text-align: center; }

    #presentBase ul {
      width: 710px;
      margin: 10px auto 0;
    }

      #presentBase ul li {
        margin: 5px 0 0;
        padding: 10px 0;
        font-size: 1.1em;
        color: #f06543;
        font-weight: bold;
      }

        #presentBase ul li span {
          margin: 0 10px 0 0;
          padding: 5px 10px;
          color: #fff;
          font-size: 0.9em;
          border-radius: 20px;
          background: rgb(240,101,67);
        }

        #presentBase ul li span.giftText {
          margin: 0 5px;
          padding: 0;
          color: #f40;
          font-size: 1.2em;
          border: 0;
          background: none;
          display: inline-block;
        }


  /*---------- ご利用ガイド領域 ----------*/
  #guideFrame  {
    margin-bottom: 40px;
    overflow: hidden;
  }

    #guideFrame table {
      width: 980px;
      border-collapse: collapse;
      border-top: 1px solid #d9d9d9;
    }

      #guideFrame table tr { border-bottom: 1px solid #d9d9d9; }

        #guideFrame table tr th {
          width: 200px;
          padding: 20px 0 20px 20px;
          text-align: left;
          vertical-align: top;
          font-weight: bold;
        }

          #guideFrame table tr th span {
            padding: 3px 0 3px 7px;
            border-left: 5px solid #000;
            display: block;
          }

        #guideFrame table tr td { padding: 20px 0; }

            #guideFrame table tr td strong span {
              color: #f40;
              font-size: 1.2em;
            }

            #guideFrame table tr td span.exchangeText {
              margin: 10px 0 0;
              color: #f40;
              font-size: 1.1em;
              display: inline-block;
            }

            #guideFrame table tr td p.attentionText {
              margin: 5px 0 0;
              font-size: 0.9em;
              line-height: 1.6em;
            }


    /*----- ご注文方法・お支払い -----*/
    dl.orderDlGuide,
    dl.payDlGuide { margin: 10px 0 0; }

    dl.orderDlGuide:first-of-type { margin: 15px 0 0; }

      dl.orderDlGuide dt,
      dl.payDlGuide dt {
        width: 130px;
        float: left;
      }

        dl.orderDlGuide dt span,
        dl.payDlGuide dt span {
          font-weight: bold;
          line-height: 1.4em;
        }

      dl.orderDlGuide dd,
      dl.payDlGuide dd { line-height: 1.6em; }

    ul.payUlGuide {
      margin: 10px 0 10px 130px;
      padding: 15px;
      background: rgb(240,240,240);
    }

      ul.payUlGuide li {
        margin: 0 20px 0 0;
        font-size: 0.9em;
        float: left;
      }

        ul.payUlGuide li span {
          margin: 0 5px 0 0;
          padding: 2px 8px;
          color: #fff;
          border-radius: 5px;
          background: rgb(85,85,85);
        }


      /*----- 他ページ遷移ボタン -----*/
      ul.orderULBtn {
        margin: 10px 0 10px 130px;
        overflow: hidden;
      }

        ul.orderULBtn li {
          margin: 0 20px 0 0;
          float: left;
        }

          ul.orderULBtn li a {
            width: 150px;
            margin: 0 auto;
            padding: 15px 0;
            color: #000;
            text-decoration: none;
            text-align: center;
            border: 1px solid #d9d9d9;
            border-radius: 5px;
            display: block;
          }

            ul.orderULBtn li a img {
              width: 15px;
              height: 15px;
              margin: 0 5px 0 0;
              vertical-align: bottom;
              display: inline-block;
            }

            ul.orderULBtn li a:hover {
              color: #fff;
              background: rgb(85,85,85);
            }


    /*----- 配送方法 -----*/
    .sendBox {
      width: 380px;
      margin: 10px 0 0;
      padding: 10px;
      background: rgb(240,240,240);
    }
      
        .sendBox p span { font-weight: bold; }


    /*----- PDFボタン -----*/
    #pdfBtnBase { margin: 10px 0 0 130px; }
    
      #pdfBtnBase a {
        width: 500px;
        padding: 15px 0;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        background-color: rgb(193,144,75);
        display: block;
      }

        #pdfBtnBase a img {
          width: 15px;
          height: 15px;
          margin: 0 5px 0 0;
          vertical-align: bottom;
          display: inline-block;
        }

        #pdfBtnBase a:hover {
          color: #fff;
          background: rgb(85,85,85);
        }













/* スマートフォン端末設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {


/* 共通設定
------------------------------------------------------------------- */
/* PC用領域非表示化設定
--------------------------------------------------------- */
#visualArea { display: none; }


/* コンテンツ領域設定
--------------------------------------------------------- */

  /*---------- ページタイトル領域 ----------*/
  .titleBase { margin: 30px auto 30px; }


  /*---------- 説明文章領域 ----------*/
  #contentsDescFrame { margin-bottom: 0; }

      #contentsDescFrame h3 span {
        padding: 5px 0;
        display: block;
      }


  /*---------- 商品説明領域 ----------*/
  .goodsPhoto {
    width: 100%;
    margin: 0;
    float: none;
  }

  .goodsText {
    width: 100%;
    float: none;
  }

    .goodsText h4 {
      margin: 5px 0 10px;
      font-size: 1.15em;
    }

      .goodsText ul li span {
        width: 60px;
        padding: 5px 8px;
        text-align: center;
        font-weight: bold;
        background: rgb(217,217,217);
        border-radius: 5px;
        float: none;
        display: block;
      }

      .goodsText ul li .goodsItem {
        width: 100%;
        margin: 10px 0 0;
        float: none;
      }

        .goodsText ul li .goodsItem strong { margin: 0; }

        .goodsText ul li .goodsItem span {
          width: 100%;
          padding: 0;
          text-align: left;
          background: none;
        }

        .goodsText ul li .goodsItem p:last-child { margin: 0; }


  /*----- プレゼント -----*/
  #presentBase {
    width: 100%;
    box-sizing: border-box;
  }

    #presentBase p { line-height: 1.6em; }
    #presentBase ul { width: 92%; }

      #presentBase ul li {
        padding: 5px 0;
        font-size: 1.0em;
        line-height: 1.6em;
      }

        #presentBase ul li span {
          width: 40px;
          margin: 0 0 5px;
          padding: 10px;
          text-align: center;
          display: block;
        }

          #presentBase ul li span.giftText {
            width: auto;
            margin: 0;
            font-size: 1.0em;
          }


  /*---------- ご利用ガイド領域 ----------*/
  #guideFrame table { width: 100%; }

    #guideFrame table tr th,
    #guideFrame table tr td {
        width: 100%;
        float: left;
    }

    #guideFrame table tr th { padding: 20px 0 0; }

      #guideFrame table tr td p {
        margin: 0 0 0 15px;
        line-height: 1.6em;
      }

        #guideFrame table tr td p.attentionText { margin: 5px 0 0 15px; }

        #guideFrame table tr td span.exchangeText {
          margin: 10px 0 0 15px;
          font-size: 1.0em;
          font-weight: bold;
        }

        #guideFrame table tr td strong span { margin: 0 0 0 15px; }


    /*----- ご注文方法・お支払い -----*/
    dl.orderDlGuide,
    dl.orderDlGuide:first-of-type,
    dl.payDlGuide { margin: 20px 0 0 15px; }
    
      dl.orderDlGuide dt,
      dl.payDlGuide dt {
        width: 100%;
        margin: 0 0 7px;
        padding: 0 0 7px;
        float: none;
      }

        dl.orderDlGuide dt span,
        dl.payDlGuide dt span {
          padding: 0 0 4px 0;
          border-bottom: 1px solid #000;
        }

        dl.orderDlGuide dd span {
          margin: 5px 0 0 0;
          display: block;
        }

    ul.payUlGuide { margin: 10px 0; }

      ul.payUlGuide li {
        margin: 0 0 20px 0;
        float: none;
      }

      ul.payUlGuide li:last-child { margin: 0; }


      /*----- 他ページ遷移ボタン -----*/
      ul.orderULBtn { margin: 15px 0 0; }

        ul.orderULBtn li {
          margin: 0 0 10px 0;
          float: none;
        }

        ul.orderULBtn li:last-child { margin: 0; }

          ul.orderULBtn li a {
            width: 100%;
            box-sizing: border-box;
          }


    /*----- 配送方法 -----*/
    .sendBox {
      width: 100%;
      margin: 10px 0 0 15px;
    }

        .sendBox p span {
          margin: 0 0 5px;
          display: block;
        }


    /*----- PDFボタン -----*/
    #pdfBtnBase { margin: 15px 0 0 15px; }

      #pdfBtnBase a { width: 100%; }











}