@charset "utf-8";

/** --------------------------------------------------------------------------------
 * 全体
 */
html {
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
}

body {
  height: 100%;
  line-height: 1.5;/* 18px相当 */
  color: #583920;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 75%;/* 12px相当 */
}

a:link, a:visited, a:hover, a:active {
  color: #436789;
}

#wrap {
  margin: 0 auto;
  width: 950px;
}

/** --------------------------------------------------------------------------------
 * #header
 */
#header {
  position: relative;
  z-index: 10;
  zoom: 1;
}

#header:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#header p {
  float: left;
}

#header p.cart {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}

/** --------------------------------------------------------------------------------
 * #container
 */
#container,
#mainImage .inner {
  zoom: 1;
}

#container:after,
#mainImage .inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

/** --------------------------------------------------------------------------------
 * #mainImage
 */
#mainImage {
  margin: -20px -30px 0;
  background: url("/images/pc/contents/common/mainImage/topLine.gif") no-repeat 50% 0;
  position: relative;
}

#mainImage .inner {
  padding: 29px 30px;
  background: url("/images/pc/contents/common/mainImage/bottomLine.gif") no-repeat 50% 100%;
}

#mainImage h1,
#mainImage .errorTitle,
#mainImage dl {
  float: left;
}

#mainImage.underPage h1,
#mainImage .errorTitle, {
  float: none;
}

#mainImage.underPage h1 img,
#mainImage.underPage .errorTitle img {
  margin: -4px 0;
}

#mainImage dl {
  margin-right: -30px;
  position: relative;
}

#mainImage dl dt {
  margin-right: -30px;
  position: absolute;
}

#mainImage dl dd ul li {
  position: absolute;
}

#mainImage dl dd ul li.index {
  top: 98px;
  left: 16px;
}

#mainImage dl dd ul li.roast {
  top: 222px;
  left: 12px;
}

#mainImage dl dd ul li.fresh {
  top: 263px;
  left: 178px;
}

/* hoverでアニメーション設定 */
.motion:hover img {
  -webkit-animation-name: motion;
     -moz-animation-name: motion;
          animation-name: motion;
  -webkit-animation-duration: 0.6s;/* 0.6秒かけて実行 */
     -moz-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;/* ゆっくり開始してゆっくり終了 */
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;/* alternateにするとアニメーションを逆再生する */
     -moz-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 0s;/* 実行までの待ち時間 */
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: scale(1);
  }
  
  33% {
    -webkit-transform: scale(1.07);
  }
  
  66% {
    -webkit-transform: scale(0.95);
  }
  
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes motion {
  0% {
    -moz-transform: scale(1);
  }
  
  33% {
    -moz-transform: scale(1.07);
  }
  
  66% {
    -moz-transform: scale(0.95);
  }
  
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes motion {
  0% {
    transform: scale(1);
  }
  
  33% {
    transform: scale(1.07);
  }
  
  66% {
    transform: scale(0.95);
  }
  
  100% {
    transform: scale(1);
  }
}

/** --------------------------------------------------------------------------------
 * #main
 */
#main {
  margin: 14px 0 30px 30px;
  float: right;
  width: 590px;
}

/** ----------------------------------------
 * カートを見る
 */
.cartButton {
  margin: -7px 0 13px;
  text-align: right;
}

.cartButton.fewSpace {
  margin-top: -18px;
}

/** ----------------------------------------
 * BOX
 */
.box {
  margin-bottom: 30px;
  padding: 4px;
  border: 1px solid #b4a7a0;
  background-color: #f4f3eb;
  zoom: 1;
}

.box .inner {
  padding: 3px;
  border: 1px solid #b4a7a0;
  background-color: #fff;
  zoom: 1;
}

.box .inner.space {
  margin-top: 3px;
}

.box .basicTitle {
  margin-bottom: 2px;
  border: 1px solid #b4a7a0;
  background-color: #efeee8;
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px rgba(255,255,255,0.5) inset;
     -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px rgba(255,255,255,0.5) inset;
      -ms-box-shadow: 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px rgba(255,255,255,0.5) inset;
       -o-box-shadow: 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px rgba(255,255,255,0.5) inset;
          box-shadow: 1px 1px 1px rgba(255,255,255,0.5) inset, -1px -1px 1px rgba(255,255,255,0.5) inset;
}

.box .basicTitle img {
  margin-right: -20px;
}

.box .contentBox {
  padding: 1px;
  border: 1px solid #b4a7a0;
  background: url("/images/pc/contents/common/box/topBg.gif") no-repeat 50% 1px;
  zoom: 1;
}

.box .contentBox.space {
  margin-top: 3px;
}

.box .contentBoxInner {
  padding: 16px;
  background: url("/images/pc/contents/common/box/bottomBg.gif") no-repeat 50% 100%;
  zoom: 1;
}

.box .contentBoxInner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.box p.text {
  padding: 30px 20px;
}

/** ----------------------------------------
 * タイトル
 */
h2.title,h3.title,h4.title,h5.title,h6.title {
  margin-bottom: 20px;
}

.imageTitle {
  margin-bottom: 20px;
}

.giftMessage {
  margin: -3px -8px 7px 0;
}

/** ----------------------------------------
 * 画像
 */
.rightImage {
  float: right;
  padding: 0 0 20px 30px;
}

.rightImage.nonSpace {
  padding-bottom: 0;
}

/** ----------------------------------------
 * リスト
 */
ul.normal.space {
  padding: 15px;
}

ul.normal li {
  padding-left: 15px;
  line-height: 2.0;
  background: url("/images/pc/contents/common/simpleMarker.gif") no-repeat 0 0.8em;
}

ul.normal.divide {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dotted #b4a7a0;
  border-bottom: 1px dotted #b4a7a0;
}

/** ----------------------------------------
 * トップページ
 */
/* 店舗紹介 */
#caffe {
  border: 1px solid #b4a7a0;
  border-width: 0 1px;
}

#caffe .inner {
  margin: 0 5px;
  padding-bottom: 2px;
  background: url("/images/pc/contents/common/bg.jpg") repeat 0 0;
  zoom: 1;
}

#caffe .inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#caffe .main {
  margin-left: -6px;
  padding-bottom: 16px;
  float: left;
  width: 366px;
}

#caffe .main dl,
#caffe .main p {
  margin-left: 6px;
  padding: 0 0 0 33px;
}

#caffe .main dl {
  margin-top: -14px;
  font-size: 117%;
  position: relative;
}

#caffe .main dl dt {
  padding: 1px 0;
  clear: both;
  float: left;
  width: 8em;
  color: #fff;
  background-color: #583920;
  text-align: center;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
      -ms-border-radius: 100px;
       -o-border-radius: 100px;
          border-radius: 100px;
}

#caffe .main dl dd {
  margin: 0 0 16px;
  padding: 1px 0 1px 16px;
  overflow: hidden;
  zoom: 1;
}

#caffe .main dl dd span {
  font-weight: bold;
}

#caffe .main p {
  line-height: 2.0;
}

#caffe .main p span {
  display: inline-block;
  background: url("/images/pc/contents/common/dot.png") repeat-x 0 100%;
  font-weight: bold;
  line-height: 2.2;
}

#caffe .map {
  margin-right: -6px;
  padding-bottom: 16px;
  float: left;
  width: 224px;
}

#caffe .map p.button {
  margin-right: 1px;
  border-right: 5px solid #fff;
  text-align: center;
}

#caffe h3 {
  padding-top: 5px;
  background: url("/images/pc/contents/top/caffe/line.jpg") no-repeat 50% 0;
}

#caffe h3,
#caffe .menu {
  margin: 0 -1px;
}

/** ----------------------------------------
 * 注文
 */
/* 飾りタイトル */
.orderDecorationTitle {
  margin-top: 10px;
  margin-bottom: -4px;
  padding-right: 5px;
  text-align: center;
  position: relative;
}

.orderDecorationTitle p.cartButton {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 23px;
  right: 0;
}

.contentBox.coffeeList,
.contentBox.popularList,
.contentBox.giftList {
  background-image: none;
}

.contentBox.coffeeList .contentBoxInner,
.contentBox.popularList .contentBoxInner,
.contentBox.giftList .contentBoxInner {
  background-image: none;
  margin: -16px;
}

.box .bean {
  margin: 2px 0 0;
  border: 1px solid #b4a7a0;
  border-bottom: 0 none;
}

.coffeeList table tr.title th,
.popularList table tr.title th,
.giftList table tr.title th {
  padding: 10px 5px;
  background-color: #f9f8f2;
  text-align: center;
  color: #583920;/* 上書き */
  background-image: none;
  font-weight: bold;
}

.popularList table tr.title th.ranking {
  width: 100px;
}

.popularList table tr td.name span {
  display: block;
  color: #c00;
  font-weight: normal;
}

.popularList table tr.title th.name {
  width: 50%;
}

.popularList table tr td {
  text-align: center;
}

.coffeeList table tr.title th.name {
  width: 60%;
}

.coffeeList table tr th,
.coffeeList table tr td,
.popularList table tr th,
.popularList table tr td,
.giftList table tr th,
.giftList table tr td {
  padding: 10px 5px;
  border-bottom: 1px solid #dcd4cf;
  vertical-align: middle;
}

.popularList table tr.main th,
.popularList table tr.main td {
  border-bottom: 1px dotted #dcd4cf;
}

.coffeeList table tr td.detail,
.popularList table tr td.detail {
  padding: 0;
}

.coffeeList table tr td.detail img,
.popularList table tr td.detail img {
  cursor: pointer;
}

.coffeeList table tr.last th,
.coffeeList table tr.last td,
.popularList table tr.last th,
.popularList table tr.last td,
.giftList table tr.last th,
.giftList table tr.last td {
  border-bottom: 0 none;
}

.coffeeList table tr th,
.popularList table tr th {
  padding: 10px 10px 10px 22px;
  background: url("/images/pc/contents/common/roundMarker.png") no-repeat 8px 50%;
  text-align: left;
}

.coffeeList table tr td,
.popularList table tr.main td {
  text-align: center;
}

.popularList table tr td.name {
  text-align: left;
  font-weight: bold;
}

.coffeeList table tr td.notes {
  color: #dcd4cf;
}

.coffeeList table tr td.notes span.soldOut {
  color: #c00;
}

.popularList table tr td.message {
  padding-right: 20px;
  padding-left: 22px;
  text-align: left;
}

.giftList table tr.title th {
  padding-right: 0;
  padding-left: 0;
}

.giftList table tr.title th.set {
  width: 13%;
}

.giftList table tr.title th.price {
  width: 15%;
}

.giftList table tr td.price {
  color: #679977;
  font-size: 117%;
}

.giftList table tr td.name {
  text-align: left;
}

.giftList table tr td {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  vertical-align: middle;
}

.giftList table tr td.set {
  font-weight: bold;
}

#main .giftList table ul.normal {
  padding-left: 10px;
}

#main .giftList table ul.normal li {
  line-height: 1.5;
  background-position: 0 0.5em;
}

#main .giftList table th.form {
  width: 186px;
}

#main .giftList table td.form {
  border-left: 1px dotted #dcd4cf;
}

#main .giftList table td.form .button {
  margin-top: 5px;
}

#main .giftList table td span {
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px;
  background-color: #f1ede8;
  display: block;
  color: #995050;
}

/** ----------------------------------------
 * 珈琲注文ウィンドウ
 */
.coffeeBox {
  padding-bottom: 30px;
  width: 566px;
  position: absolute;
  z-index: 500;
  background: url("/images/pc/contents/order/index/coffee/bottomBg.png") no-repeat 0 100%;
}

.coffeeBox .inner {
  padding: 0 19px;
  background: url("/images/pc/contents/order/index/coffee/middleBg.png") repeat-y 0 3px;
  zoom: 1;
}

.coffeeBox .inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.coffeeBox .mainTitle {
  padding-bottom: 9px;
  color: #583920;
  background: url("/images/pc/contents/order/window/mainTitleLine.png") no-repeat 0 100%;
  font-size: 22px;
  font-family: "Times New Roman",serif;
  font-weight: bold;
}

.coffeeBox .mainTitle span {
  display: block;
  padding: 24px 60px 10px 48px;
  min-height: 29px;
  background: url("/images/pc/contents/order/window/mainTitleBg.png") no-repeat 0 0;
}

.coffeeBox .mainTitle span img {
  margin-right: 10px;
  vertical-align: middle;
}

.coffeeBox .subTitle {
  display: table;
  height: 71px;
  width: 100%;
  color: #4e8d68;
  background: #fff url("/images/pc/contents/order/window/subTitleBg.gif") no-repeat 0 50%;
  font-size: 18px;
  text-align: center;
}

.coffeeBox .subTitle h5 {
  display: table-cell;
  padding-right: 120px;
  padding-left: 120px;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: bold;
}

*+html .coffeeBox .subTitle {
  display: block;
  height: auto;
  min-height: 71px;
}

*+html .coffeeBox .subTitle h5 {
  display: block;
  padding-top: 24px;
  padding-bottom: 15px;
}

.coffeeBox div.graph,
.coffeeBox div.main {
  float: left;
}

.coffeeBox div.graph {
  margin-top: 30px;
  margin-left: 7px;
  width: 240px;
}

.coffeeBox div.main {
  width: 261px;
  line-height: 1.8;
}

.coffeeBox div.main .sellBox {
  margin-top: 15px;
  border: 1px solid #b4a7a0;
}

.coffeeBox div.main .sellBox p.price {
  padding: 5px;
  border-bottom: 1px solid #b4a7a0;
  background-color: #e5e2d6;
  text-align: center;
  font-size: 125%;
}

.coffeeBox div.main .sellBox p.price span {
  margin-left: 1em;
  font-weight: bold;
}

.coffeeBox div.main .sellBox p.soldOut {
  padding: 15px 0;
  text-align: center;
}

.coffeeBox div.main form p.value {
  padding: 15px 15px 8px;
  text-align: center;
}

.coffeeBox div.main form p.value .number {
  width: 4.5em;
}

.coffeeBox div.main form p.value .grind {
  margin-left: 6px;
  width: 7.5em;
}

.coffeeBox div.main form p.button {
  margin-bottom: 15px;
  text-align: center;
}

/* 閉じる */
.coffeeBox .close {
  position: absolute;
  top: 28px;
  right: 32px;
  cursor: pointer;
}

.coffeeBox .viewCart {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dotted #b4a7a0;
  text-align: center;
}

/** ----------------------------------------
 * 買い物カゴ
 */
.cart table {
  text-align: center;
}

.cart table tr th,
.cart table tr td {
  padding: 10px 5px;
  border-bottom: 1px solid #dcd4cf;
  vertical-align: middle;
}

.cart table tr.title th {
  border-top: 1px solid #b4a7a0;
  border-bottom: 1px solid #b4a7a0;
  background-color: #efeee8;
  font-weight: bold;
}

.cart table tr.title th.stockNumber {
  border-left: 1px solid #b4a7a0;
  width: 80px;
}

.cart table tr.title th.unitPrice {
  width: 70px;
}

.cart table tr.title th.quantity {
  width: 70px;
}

.cart table tr.title th.price {
  border-right: 1px solid #b4a7a0;
  width: 70px;
}

.cart table tr td.stockNumber  {
  padding-left: 10px;
  text-align: left;
}

.cart table tr td.name {
  text-align: left;
}

.cart table tr td.name span {
  margin-left: 5px;
  color: #458861;
}

.cart table tr td.quantity input {
  margin-right: 5px;
  width: 2em;
}

.cart table .delete {
  font-size: 93%;
  text-decoration: none;
}

.cart table tr td.button {
  text-align: right;
}

.cart table tr td.button * {
  cursor: pointer;
}

div.formButton {
  margin-top: 3px;
  padding: 15px 0;
  background-color: #efeee8;
  text-align: center;
}

div.formButton form,
div.formButton form p {
  display: inline-block;
}

*+html div.formButton form,
*+html div.formButton form p {
  display: inline;
  zoom: 1;
}

*+html div.formButton form p input {
  margin: 0 5px;
}

/** ----------------------------------------
 * 流れ
 */
ol.flow {
  margin: 0 2em 25px;
  padding-top: 10px;
  border-top: 1px dotted #b4a7a0;
  color: #458861;
  list-style-type: decimal;
  font-family: "Times New Roman",serif;
  font-size: 250%;
  line-height: 20px;
  font-style: italic;
}

ol.flow li {
  padding-bottom: 30px;
  background: url("/images/pc/contents/order/flow/arrow.gif") no-repeat 50% 100%;
}

ol.flow li.last {
  padding-bottom: 0;
  background: none;
}

ol.flow li div {
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4a7a0;
  color: #583920;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 40%;
  font-style: normal;
}

ol.flow li.last span {
  color: #458861;
  font-size: 150%;
}



/** ----------------------------------------
 * 汎用フォーム
 */
.form table tr th,
.form table tr td {
  padding: 10px;
  border-bottom: 1px solid #dcd4cf;
  vertical-align: middle;
}

.form table tr th {
  width: 200px;
  font-weight: bold;
}

.form table tr td input {
  width: 80%;
}

.form table tr td textarea {
  width: 94%;
  height: 3em;
}

.form table tr td textarea.inquiryBody {
  height: 15em;
}

.form table tr td input.short {
  width: 4em;
}

.form table tr td span {
  font-weight: bold;
  color: #458861;
}

.form table tr.last th,
.form table tr.last td {
  border-bottom: 0 none;
}

/** ----------------------------------------
 * 汎用テーブル
 */
.basicTable table tr th,
.basicTable table tr td,
.shippingChargeTable tr th,
.shippingChargeTable tr td {
  padding: 15px 10px;
  border-bottom: 1px solid #dcd4cf;
  vertical-align: middle;
}

.basicTable table tr.last th,
.basicTable table tr.last td,
.shippingChargeTable tr.last th,
.shippingChargeTable tr.last td {
  border-bottom: 0 none;
}

.basicTable table tr th {
  width: 150px;
  font-weight: bold;
}

.basicTable table tr th.banner {
  padding: 15px 0;
  width: 200px;
}

.basicTable table tr th.banner span {
  padding-left: 6px;
  border-left: 5px solid #699a79;
  display: block;
  text-align: left;
}


.basicTable table tr td.grind {
  border-left: 1px dotted #dcd4cf;
  color: #2d8d24;
  font-size: medium;
  text-align: center;
  font-weight: bold;
}

.shippingChargeTable tr.title th,
.shippingChargeTable tr.title td {
  background-color: #efeee8;
  border-bottom: 0 none;
  font-weight: bold;
  text-align: center;
}

.shippingChargeTable tr th {
  width: 80%;
  font-weight: bold;
  text-align: left;
}

.shippingChargeTable tr td {
  text-align: center;
}

/** ----------------------------------------
 * 汎用リスト
 */
table td dl.normal {
  margin-left: -15px;
}

dl.normal dt {
  margin-bottom: 5px;
  padding: 1px 15px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  display: inline-block;
  color: #fff;
  background-color: #583920;
}

*+html dl.normal dt {
  display: inline;
  zoom: 1;
}

dl.normal dd {
  margin-bottom: 10px;
  padding-left: 15px;
}

dl.line dt {
  margin-bottom: 15px;
  padding-left: 6px;
  border-left: 5px solid #689a77;
  color: #689a77;
  font-size: 150%;
  font-weight: bold;
  font-family: serif;
}

dl.line dd {
  margin-left: 11px;
}

/** ----------------------------------------
 * エラーページ
 */
#main .errorTitle {
  margin-top: 60px;
  margin-bottom: 15px;
  color: #689a77;
  font-size: 48px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}

#main .errorMessage {
  margin: 20px 20px 60px 20px;
  font-size: 117%;
  text-align: center;
}

/** ----------------------------------------
 * エラーボックス
 */
.errorBox {
  margin: 20px 40px;
  padding: 2px;
  border: 3px solid #dfc2c2;
}

.errorBox div {
  padding: 30px;
  background-color: #ecdfdf;
}

.errorBox h3 {
  margin-bottom: 20px;
  color: #a95a5a;
  font-size: medium;
  text-align: center;
}

.errorBox ul {
  margin-left: 1.5em;
  list-style-type: square;
  color: #c88f8f;
}

.errorBox ul span {
  color: #a95a5a;
}

/** --------------------------------------------------------------------------------
 * エラー
 */
.error {
  margin: 15px 60px;
  padding: 3px;
  border: 3px solid #c66;
  zoom: 1;
}

.error div {
  background-color: #fee;
}

.error h3 {
  padding: 3px 10px;
  border-bottom: 3px solid #fff;
  color: #fff;
  background-color: #c66;
  font-weight: bold;
}

.error ul {
  padding: 1.2em 1.2em 1.2em 3em;
  list-style-type: square;
  color: #c66;
}

/** ----------------------------------------
 * 汎用テキスト
 */
.center {
  margin: 30px 20px;
  font-size: 117%;
  text-align: center;
}

.right {
  margin-top: 1em;
  text-align: right;
}

.color {
  color: #689a77;
}

.clear {
  padding-top: 1.6em;
  clear: both;
}

.bold {
  font-weight: bold;
}

.lh {
  line-height: 1.8;
}

#contents .fontL {
  font-size: 150%;
}

.notes {
  color: #966060;
}

div.notes,
p.notes {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}


/** ----------------------------------------
 * うまさの秘訣
 */
ul.secretList {
  padding: 0 0 25px 250px;
  background-color: #fff;
  zoom: 1;
}

ul.secretList:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

ul.secretList li {
  float: left;
}

.basicTitle ul.secretList li img {
  margin-right: 13px;
}

.orderButton {
  padding: 10px 20px;
  text-align: center;
}

/** --------------------------------------------------------------------------------
 * #sidebar
 */
#sidebar {
  margin-top: -16px;
  float: right;
  width: 330px;
}

#sidebar h2 img {
  margin: 0 -1px;
}

/* マスター */
#sidebar .caffe {
  margin-bottom: 14px;
}

#sidebar .caffe p {
  position: relative;
  z-index: 5;
}

#sidebar .caffe p.greeting {
  background: url("/images/pc/sidebar/caffe/bg.jpg") no-repeat 0 0;
}

#sidebar .caffe .secret {
  margin-top: -137px;
  padding-left: 21px;
  position: relative;
  height: 314px;
  background: url("/images/pc/sidebar/caffe/secret/bg.jpg") no-repeat 0 0;
}

#sidebar .caffe .secret h3 {
  padding-top: 137px;
  position: relative;
}

#sidebar .caffe .secret ul li {
  position: absolute;
  z-index: 10;
}

#sidebar .caffe .secret ul li.index {
  top: 140px;
  left: 160px;
}

#sidebar .caffe .secret ul li.roast {
  top: 165px;
  left: 252px;
}

#sidebar .caffe .secret ul li.fresh {
  top: 229px;
  left: 188px;
}

/* 人気商品 */
#sidebar .popular {
  position: relative;
  margin-bottom: 14px;
}

#sidebar .popular p {
  position: absolute;
  top: 95px;
  left: 21px;
  margin-bottom: 14px;
}

/* 注文 */
#sidebar .order {
  margin-bottom: 20px;
}

#sidebar .order h2 img {
  margin-left: -30px;
}

#sidebar .order div.wrap {
  padding: 0 5px 5px;
  border: 1px solid #b4a7a0;
  border-top: 0 none;
}

#sidebar .order div.wrap ul.main,
#sidebar .order div.wrap div.inner {
  padding: 0 14px 14px;
  background: url("/images/pc/contents/common/bg.jpg") repeat 0 0;
}

#sidebar .order div.wrap ul li {
  border: 1px solid #b4a7a0;
  border-top: 0 none;
  background-color: #fff;
}

#sidebar .order div.wrap ul li.first {
  padding-bottom: 5px;
  border-bottom: 0 none;
  background: #fff url("/images/pc/sidebar/order/line.gif") no-repeat 50% 100%;
}

#sidebar .order div.wrap ul li:last-of-type {
  padding-bottom: 10px;
}

#sidebar .order div.wrap ul li a {
  display: block;
}

#sidebar .order .payment {
  margin-top: 10px;
}

#sidebar .order .payment,
#sidebar .order .gift {
  margin-bottom: 9px;
}

#sidebar .order .gift img,
#sidebar .order .popular img {
  margin-left: -1px;
}

/*
#sidebar .linkBox {
  margin-bottom: 20px;
  border: 1px solid #b4a7a0;
}

#sidebar .linkBox img {
  border: 5px solid #fff;
}
*/

#sidebar p.lecture,
#sidebar p.popular {
  margin-top: 20px;
}

#sidebar .simpleMenu {
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 21px;
  height: 175px;
  background: url("/images/pc/sidebar/simpleMenu/bg.gif") no-repeat 0 0;
}

#sidebar .simpleMenu li {
  padding-top: 1px;
  background: url("/images/pc/sidebar/simpleMenu/line.gif") no-repeat 0 0;
}

#sidebar .simpleMenu li.first {
  padding-top: 0;
  background-image: none;
}

/** --------------------------------------------------------------------------------
 * #footer
 */
#footer {
  padding: 10px 0 0;
  min-width: 950px;
  background-color: #897865;
}

#footer .inner {
  margin: 0 auto -13px;
  padding-bottom: 33px;
  width: 950px;
  position: relative;
  background: url("/images/pc/footer/smallArticles.png") no-repeat 0 100%;
}

#footer .inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#footer,
#footer a {
  color: #fff;
  text-decoration: none;
}

/** ----------------------------------------
 * menu & table
 */
#footer dl,
#footer .calendar {
  float: left;
  width: 296px;
}

#footer dl dt,
#footer .calendar h2 {
  margin-bottom: 10px;
  height: 61px;
  line-height: 62px;
  background: #583920 url("/images/pc/footer/title/basic.gif") no-repeat 0 50%;
  text-align: center;
  font-size: 134%;
}

/** ----------------------------------------
 * menu
 */
#footer dl {
  margin-right: 31px;
}

#footer dl dt {
  padding-left: 16px;
}

#footer dl.cafee dt {
  background-image: url("/images/pc/footer/title/cafee.gif");
}

#footer dl.order dt {
  background-image: url("/images/pc/footer/title/order.gif");
}

#footer dl dd ul li {
  margin: 6px 10px;
  font-size: 117%;/* 14px相当 */
}

#footer dl dd ul li a {
  padding-left: 18px;
  background: url("/images/pc/footer/menuMarker.gif") no-repeat 0 50%;
}

/** ----------------------------------------
 * table
 */
#footer .calendar .wrap {
  margin: 7px -4px 0;
  padding: 0 4px 4px;
  background-color: #f0e8df;
  zoom: 1;
}

#footer .calendar h2 {
  margin-bottom: 4px;
  padding-top: 4px;
  background: url("/images/pc/footer/title/calendar.gif") no-repeat 0 4px;
  line-height: 40px;
  height: 40px;
}

#footer .calendar .prev,
#footer .calendar .next {
  margin-top: -31px;
  position: absolute;
}

#footer .calendar .prev img,
#footer .calendar .next img {
  vertical-align: top;
}

#footer .calendar .prev {
  margin-left: 10px;
}

#footer .calendar .next {
  margin-left: 271px;
}

#footer .calendar table {
  color: #583920;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
}

#footer .calendar table .sun {
  color: #752b2b;
}

#footer .calendar table .sat {
  color: #3c4054;
}

#footer .calendar table th,
#footer .calendar table td {
  font-size: 12px;
  font-weight: bold;
}

#footer .calendar table th {
  background-color: #d2c5b9;
}

#footer .calendar table td span {
  margin: 2px 0 0;
  display: block;
  height: 5px;
  background-color: #9bc098;
}

#footer .calendar table td span.holiday {
  background-color: #d95e45;
}

#footer .calendar table td span.sellOnly {
  background-color: #e4c262;
}

#footer .calendar p.message {
  padding: 5px 0 2px;
  color: #583920;
}

/** ----------------------------------------
 * copyright
 */
#footer p.copyright {
  padding: 16px 0;
  clear: both;
  background: url("/images/pc/footer/bg.gif") repeat 0 0;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}
