/** Shopify CDN: Minification failed

Line 21:62 Expected ":"
Line 22:62 Expected ":"

**/
.login-judgement { background:#333; color:#fff;}
.judge-content { max-width:980px; margin:0 auto; padding:1vh 4%;}
img { max-width:100%; height:auto;}
.judge-login p { font-weight:bold; font-size:110%; margin-block-start:0; margin-block-end:0;}
.judge-logout p { text-align:center; margin-bottom:34px;}
.judge-logout a { display:block; padding:3px 5px; text-align:center; text-decoration:none; color:#aa0000; background:#fff; max-width:240px; margin:20px auto; font-size:120%; border-radius: 5px; border:1px solid;}

/*ログイン完了ページ*/
.customer.account { background:#f1f1f1;}


/*トップページ*/
.shopify-section .collection { padding:0;}
.shopify-section .collection ul { padding:36px 0; border-bottom:1px dotted;}
.shopify-section .collection ul:blank { padding:0; border-none;}
.shopify-section .collection ul:empty { padding:0; border-none;}

/*商品*/
table { width:100%; max-width:480px; }
table, th, td { border-collapse:collapse; border:1px solid #ddd; text-align:center;} 
table th { background:#f7eded; font-weight:bold; color:#7d5454; width:25%;}

strong {
  color: #bf6156;
}
h1,h2,h3,h4,h5,h6 { font-weight:bold;}
.product h2 {
  color: #bf6156;
  padding: 8px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin:40px 0 20px;
}
.product h3 {
  background: #d1db5e;
  font-size: 110%;
  padding: 7px 12px;
  color: #fff;
  border-radius:5px;
  margin:4vh 0 2vh;
}
/*.product h3:first-of-type {}*/
.product h4 {
  color: #e3975d;
  font-size: 110%;
  border-bottom: 1px dotted;
  padding:3px 0;
  margin:30px 0 15px;
}
.product h5 {
  font-size: 105%;
  color: #a2ad7d;
  margin:12px 0 8px;;
}
.product h5:before { content:"✓"; font-size:120%;}

small { color:#9e7d78; line-height:1.2; }
p {margin-block-start:0;}

dl {
  margin: 0 0 2vh;
  padding: 2vh 4%;
  background: #fff7f8;
}
dt {
  color: #8c516b;
  margin: 0;
}
dd {
  font-size: 90%;
  margin: 0 2%;
  color: #6b4732;
}

dd ul { margin:0;}

ul li { margin:0 0 1.8vh; line-height:1.4;}

figure { margin: 0 0 2vh;}
figure img { margin:0;}
figure figcaption { font-size:85%; color:#bbb;}