html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
}

body {
  text-align: center;
  background: #e0d3b8;
  color: #653202;
  cursor: auto;
  font: normal normal 12px/1.5 sans-serif;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  padding: 5px 0 10px;
}

ul, ol {
  margin: 10px 0;
  padding: 0 0 0 20px;
}

dl {
  margin: 10px 0;
}

a {
  color: #c3b291;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #c3b291;
}

a:hover {
  color: #ff8800;
  text-decoration: underline;
}

a:focus,
a:active {
  color: #ff9900;
}

em {
  font-weight: bold;
  color: #912314;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #ee4477;
}

ins {
  font-weight: bold;
  color: #cc0033;
  text-decoration: none;
}

mark {
  font-weight: bold;
  color: #5b5905;
}

del {
  text-decoration: line-through;
}

q {
  quotes: none;
}

hr {
  display: none;
}

img {
  border: none;
  color: #fff;
  background: transparent;
  vertical-align: bottom;
}

embed, object {
  outline: 0;
  vertical-align: bottom;
}

blockquote {
  margin: 15px 0;
  padding: 10px 15px 3px;
  background: #faf6ed;
}

pre {
  background: #eee;
  margin: 1em 0;
  padding: 0 20px;
  overflow: auto;
  width: auto;
}

code {
  color: #5b5905;
  font-family: sans-serif;
  letter-spacing: 0;
}

input,
textarea {
  vertical-align: inherit;
}

input:focus,
select:focus,
textarea:focus {
  background: #fafafa;
}

/******************************************************************** clearfix
*/
#container:after,
.clearfix:after,
.item-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/******************************************************************** utilities
*/
.aL {
  text-align: left;
}

.aC {
  text-align: center;
}

.aR {
  text-align: right;
}

.fR {
  float: right;
}

.fL {
  float: left;
}

.clr {
  float: none;
  clear: both;
}

.temp-notes {
  font-size: 120%;
  color: #c00;
  font-weight: bold;
  background: #f8f8f8;
  margin: 1em;
  padding: 1em;
}

/******************************************************************** general
*/
@media all and (orientation: landscape) {
  .landscape-none {
    display: none;
  }
}
.exactly {
  width: 100%;
}

.img-frame,
.img-left,
.img-right {
  padding: 1px;
}

.img-frame {
  margin: 5px 0 10px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
}

textarea,
input[type="text"] {
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[size="5"] {
  width: 50px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

#gmaps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  margin: 5px 0;
  color: #d1bd94;
}
#gmaps strong {
  color: #653202;
}

#googlemapsContainer {
  width: 100%;
  height: 100%;
}

.mp0 {
  margin:0;
	padding:0;
}

/******************************************************************** structure
*/
@media screen and (min-width: 961px) {
  html {
    background: #333;
  }

  body {
    width: 320px;
    margin: 0 auto;
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

header {
  position: relative;
  height: 122px;
  border-bottom: 1px solid #070707;
  background-color: #0e0e0e;
}
header h1 {
  height: 57px;
  padding-top: 16px;
  text-align: center;
}

#container {
  padding: 0 12px;
}

footer {
  background-color: #0e0e0e;
}
footer p {
  padding: 10px;
  color: #6f5f3e;
  letter-spacing: 0;
  text-align: center;
}

/******************************************************************** header
*/
.contact-box {
  height: 49px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c3a66d;
}
.contact-box li {
  display: inline;
}
.contact-box a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: block;
  text-align: center;
}
.contact-box li:first-child a {
  float: left;
  border-right: 1px solid #625437;
}
.contact-box li:last-child a {
  float: right;
  border-left: 1px solid #c3a66d;
}

/******************************************************************** container
*/
.h3-a, .item-box h3, .campagin .campagin-item h4 {
  padding: 15px 0 10px;
  font-size: 14px;
  color: #653202;
}

.h3-b, .campagin .campagin-box h3, .shop h3 {
  clear: both;
  padding: 10px 0 10px 22px;
  font-size: 13px;
  background: url(../img/common/arrow1.png) no-repeat 3px 12px;
  background-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  line-height: 1.3;
}

#container h1 {
  margin: 0 -12px;
  padding: 12px;
  background: #0e0e0e;
  color: #fff;
  font-size: 18px;
}
#container h2 {
  margin: 0 -12px;
  padding: 14px 14px 14px 34px;
  font-size: 16px;
  border-top: 1px solid #a39067;
  border-bottom: 1px solid #a39067;
  background: url(../img/common/icon0.png) no-repeat 12px 50%;
  background-size: 16px;
  background-color: #d7c6a2;
  color: #653202;
}

table {
  width: 100%;
  border: 1px solid #d1bd94;
  border-collapse: collapse;
  margin: 12px 0 4px;
  color: #fff;
}

caption {
  text-align: left;
}

th {
  white-space: nowrap;
}

th,
td {
  padding: 7px 10px;
  border-collapse: collapse;
  border: 1px solid #d1bd94;
  text-align: left;
}

th {
  background: #494337;
}

td {
  background: #222222;
}

.icon, .item-box h3 span, .campagin .campagin-item h4 span {
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 12px;
  letter-spacing: 0;
  color: #0e0e0e;
  border-radius: 2px;
  background: #d0bc94;
}

span.italic {
  padding: 0 !important;
  font-size: 14px !important;
  color: #c96404 !important;
  font-style: italic;
  background: none !important;
}

span.cau {
  font-size: 10px;
  color: #900;
}

.number {
  padding: 10px 0 0;
  text-align: right;
  font-size: 10px;
}

.price {
  padding: 0 0 15px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #b60031;
  letter-spacing: 0;
}

.campaign-banner {
  margin: 7px 0;
}

.caution {
  margin: 0 -12px;
  padding: 18px 12px 13px 30px;
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}
.caution li {
  padding-bottom: 5px;
}

.check {
  padding: 10px 0 10px 22px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  background: #d1bd94 url(../img/common/icon1.png) no-repeat 0 50%;
  background-size: 16px;
  background-color: transparent;
}

.list-none {
  margin-left: 0;
  list-style: none;
}

.item-container .item-box:last-child {
  border-bottom: none;
}

.item-box {
  margin: 0 -12px;
  padding: 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #c2a770;
}
.item-box h3 {
  margin: 0 -12px 10px;
  padding: 8px 12px;
  border-bottom: 1px solid #c2a770;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.item-box h3 br + span {
  margin-left: 0;
}
.item-box ul {
  margin: 0;
  padding: 0 0 0 130px;
}
.item-box li {
  padding-bottom: 5px;
}
.item-box li ul {
  padding: 0 0 0 15px;
}
.item-box .aR {
  margin-top: 4px;
  padding: 0;
}

.memo {
  color: #b60031;
}

.excolor, .item-box h3 .excolor {
  color: white;
  background-color: #ed9ab3;
}

.single-button a {
  color: white;
  border: 1px solid #570007;
  background: url(../img/common/arrow3.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, from(#8a000f), to(#6d0009));
  background: url(../img/common/arrow3.png) no-repeat 100% 50%, -webkit-linear-gradient(top, #8a000f, #6d0009);
  background: url(../img/common/arrow3.png) no-repeat 100% 50%, linear-gradient(top, #8a000f, #6d0009);
  background-size: 17px 10px, 100%;
}

.single-button-base a, .single-button a {
  display: block;
  margin: 10px 0 5px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

/******************************************************************** site-nav
*/
#site-nav {
  background-color: #0e0e0e;
}
#site-nav h1 {
  padding: 12px 12px 8px;
  color: #8f743d;
  border-bottom: 1px solid #323130;
}
#site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-nav li {
  display: inline;
}
#site-nav a {
  display: block;
  padding: 16px 30px 15px 12px;
  text-decoration: none;
  border-bottom: 1px solid #323130;
  background: url(../img/common/arrow0.png) no-repeat 100% 50%;
  background-color: #211e1a;
  background-size: 20px 14px;
}

/******************************************************************** home
*/
.home #container h1 {
  margin: 0 -12px;
  padding: 14px 14px 14px 34px;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #252525;
  background: url(../img/common/icon0.png) no-repeat 12px 50%;
  background-size: 16px;
  background-color: #0e0e0e;
}
.home #main {
  margin: 0 -12px;
  padding: 0;
}
.home #spot {
  text-align: center;
  margin-bottom: 4px;
}
.home #spot h2 {
  padding: 8px 0 3px !important;
}
.home #spot h3 {
  color: #900 !important;
  font-weight: bold;
  text-decoration: underline;
  padding: 6px 0 9px;
  font-size: 14px;
}
.home #spot p {
  color: #653202 !important;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.home #container .news {
  background: none repeat scroll 0 0 #d0bc94;
  border-bottom: 1px solid #625437;
  margin: 0 -12px;
  padding: 12px 12px 5px;
}
.home #container .news h2 {
  padding: 3px 0 3px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #912314;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  border: none !important;
  background: none !important;
  letter-spacing: -1px;
}
.home #container .news p {
  padding: 0 0 5px;
  color: #fff;
}
.home #container .news a {
  color: #912314;
}
.home #container .news .detail {
  margin-bottom: 20px;
}
.home #container .news .detail:last-child {
  margin-bottom: 10px;
}
.home .date {
  margin-left: -12px;
}
.home .submission {
  padding: 2px 12px;
  background: #0e0e0e;
}
.home .expiration {
  padding-left: 5px;
  color: #0e0e0e;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
.home #banners {
  margin: 0 -12px;
  padding: 3px 12px 11px;
  text-align: left;
  background: #c3a66d;
}
.home #banners h2 {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: -1px -1px 0px #6d5017;
  border: none !important;
  margin-left: 0;
  background: none !important;
  text-align: center;
}
.home #banners p {
  color: #653202;
}
.home #banners .date {
  text-align: left;
  margin-left: -12px;
  color: #FFF;
}
.home #banners .small {
  color: #FFF;
  padding: 0 0 5px;
}
.home #banners a {
  display: block;
  color: #FFF;
}

/******************************************************************** campagin
*/
.campagin .campagin-box {
  margin: 0 -12px;
  padding: 0 12px 12px;
}
.campagin .campagin-box:last-child {
  border-bottom: 1px solid #4c4c4c;
}
.campagin .campagin-box h2 {
  margin-bottom: 10px !important;
}
.campagin .campagin-item {
  border-top: 1px dotted #6e6e6e;
}
.campagin .campagin-item em {
  font-size: 14px;
}
.campagin .campagin-item ul {
  margin: 10px 0 10px 110px;
}
.campagin .campagin-item .aR {
  margin-top: 4px;
  padding: 0;
}

/******************************************************************** pickup
*/
.pickup .check {
  padding-left: 32px;
  background-position: 12px 50%;
}
.pickup .gift-banner {
  margin: 0 -12px;
  padding: 0 12px 18px;
  border-bottom: 1px solid #4c4c4c;
}
.pickup .ver1 {
  background: #f5f1e8;
  padding: 10px 8px 0;
  margin-top: 0;
  letter-spacing: 0;
}
.pickup .ver1 dt {
  font-weight: bold;
  font-size: 14px;
}
.pickup .ver1 dd {
  padding-bottom: 10px;
}
.pickup section {
  position: relative;
}
.pickup section #button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -139px;
  padding: 0;
}

/******************************************************************** shop
*/
.shop #map-box {
  margin: 0 -12px;
  padding: 0 12px 18px;
  border-bottom: 1px solid #4c4c4c;
}
.shop table dl {
  margin: 0;
}
.shop table dd {
  padding: 5px 0 10px;
}
.shop table dd:last-child {
  padding-bottom: 0;
}
.shop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop ul li {
  padding-bottom: 10px;
}
.shop ul li:nth-child(1) {
  color: #5d417e;
  font-weight: bold;
}
.shop ul li:nth-child(2) {
  color: #01a6ca;
  font-weight: bold;
}
.shop ul dl {
  margin: 0;
}
.shop ul dl dt {
  color: #f97f12;
  font-weight: bold;
}

.shop p.pickup {
  color: #912314;
  padding: 0 0 20px;
}

.shop p.attention a {
  color: #C00;
}

/******************************************************************** privacy
*/
.privacy #container {
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4c4c;
}
.privacy #container h1 + p {
  padding: 15px 0 0;
}
.privacy #container h2 {
  margin: 15px -12px 5px;
  font-size: 14px;
}
