 =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  border: 0;
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.8pt;
  color: #080000;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
p{
  margin: 0;
}
/*p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 0px;
  border-left-width: 3px;
  border-left-style: none;
  font-size: 14px;
  text-justify: inter-ideograph;
  padding-top: 0px;
  padding-bottom: 0px;
}*/
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
  margin: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
a:visited{
  color: #330000;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
#fixed-bar a img {
	float: right;
}


/* =Structure
----------------------------------------------- */


/* header */
header{
  margin: 0 auto;
  position: relative;
}

header a{
  text-decoration: none;
}

.hamburger-menu{
  display: none;
}

#sidebar{
  display: none;
}

.logo{
  text-align: center;
  margin-top: 50px;
}

.logo img{
  margin-bottom: 12px;
}

.logo p{
  color: #330000;
  font-weight: bold;
  font-size: 15px;
}
.logo h1 {
  font-size: 15px;
  margin: 0;
}

/* mark */
.mark{
  top: -25px;
  right: 0;
  width: 178px;
  position: absolute;
}

.login, .cart{
  text-align: center;
  width: 35%;
  float: left;
  line-height: 100%;
  margin-bottom: 10px;
}

.login a, .cart a{
  color: #330000;
}

.login a:hover, .cart a:hover, .contact:hover,{
  opacity: 0.9;
}

.login img, .cart img{
  padding-bottom: 5px;
}

.contact{
  clear: both;
  background-color: #330000;
  padding: 12px 0 12px 16px;
  line-height: 140%;
}

.contact a{
  color: #fff;
}

.contact span{
  font-size: 20px;
}
/* /mark */

/* nav */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 1260px;
  width: 98%;
  margin: 50px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px #413e2f solid;
  box-sizing: border-box;
}

.dropmenu li:last-child{
  border-right: 1px #413e2f solid;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #fff;
  color: #330000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 5px;
  border-top: 1px solid #fff;
  background: #000;
  opacity: 0.8;
  text-align: center;
  color: #fff;
}
.dropmenu li:hover > a{
  background: #fff;
}
.dropmenu li a:hover{
  background: #dddddd;
}

#normal li ul{
  display: none;
}

#normal li:hover ul{
  display: block;
}

.home li a{
  padding: 0;
}


/* /nav */
/* /header */

/* top */
.top{
  width: 80%;
  margin: 0 auto 80px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 4%;
}

.top ul{
  overflow: hidden;
  list-style-type: none;
}

.top li{
  float: left;
  width: 32.3333%;
}

.detail-top {
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
  padding: 20px 0 40px 0;
}

.detail-top ul{
  overflow: hidden;
  list-style-type: none;
}

.detail-top1 {
  float: left;
  width: 300px;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto;
  background-color: #330000;
}

.detail-top2 {
  float: right;
  width: 300px;
  padding: 10px 0;
  margin: 10px auto;
  background-color: #330000;
  text-align: center;
}

.detail-top1 a {
  color: #fff;
  text-decoration: none;
}

.detail-top2 a {
  color: #fff;
  text-decoration: none;
}




/* /top */

/* detail */
h2 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  margin: 0 0 50px 0;
  font-weight: normal;
}

.detail-title{
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 50px;
}

/* キャンペーン */
.campaign_title {
  font-size: 26px;
  line-height: 1.5em;
  color: #f00;
  text-align: center;
  padding-bottom: 40px;
}
/* キャンペーン */


.detail-contents{
  width: 98%;
  margin: 0 auto 90px;
  max-width: 1260px;
  overflow: hidden;
}

.detail-contents img{
  width: 100%;
}

.detail-content-left, .detail-content-right{
  width: 48.25%;
  overflow: hidden;
}

.detail-content-left{
  float: left;
}

.detail-content-right{
  float: right;
}

/* detail-content-left */
.left-top{
  margin-bottom: 25px;
  position: relative;
}

.left-items{
  overflow: hidden;
}

/*.top-photo-ano{
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
}*/

.top-photo-ano{
  display: none;
}
.size_pb40 { padding-bottom: 40px;}
#panel { width: 100%;}
#panel dt {
    width: 100%;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    float: none;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
 #panel dt img { width: auto; height: auto;}
 #panel dd {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.5em;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}









.left-items-row1{
  overflow: hidden;
  margin-bottom: 25px;
}

.left-items-row2{
  overflow: hidden;
  margin-bottom: 20px;
}

.left-items-row li{
  width: 15%;
  float: left;
  list-style-type: none;
}

.left-items-row img{
  width: 100%;
}

.items-padding{
  padding-left: 2%;
}
/* /detail-content-left */

/* detail-content-right */
h3 {
  font-size: 20px;
  color: #333333;
  padding-bottom: 15px;
  line-height: 2em;
  font-weight: normal;
  margin: 0;
}

.item-name{
  font-size: 20px;
  color: #333333;
  padding-bottom: 15px;
  line-height: 2em;
}

.item-explain{
  font-size: 14px;
  color: #333333;
  line-height: 27px;
}
.item-explain01{
  font-size: 14px;
  color: #333333;
  line-height: 27px;
  padding: 20px 0 40px;
}
.red01 { color: #f00;}

.right-top{
  padding-bottom: 35px;
  border-bottom: 1px #ccc solid;
}

/* item-select */
.item-select{
  margin-bottom: 40px;
  border-bottom: 1px #ccc solid;
  padding-top: 15px;
}
.pt20 { padding-top: 20px !important;}

dl{
  overflow: hidden;
}

dt, dd{
  float: left;
}

dt{
  padding-top: 20px;
  font-size: 16px;
  color: #333333;
}

.quantity{
  background-color: #eee;
  border: 2px #aaa solid;
  border-radius: 5px;
  width: 65px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}

select{
  background-color: #eee;
  border: 2px #aaa solid;
  border-radius: 5px;
  width: 125%;
  height: 56px;
}

.submit{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.submit-button{
  background-color: #660000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px 0;
}
/* /item-select */

.delivery{
  text-align: center;
  margin: 25px 0 35px;
}

.delivery a{
  color: #333333;
  font-size: 14px;
}

.item-expalins{
  margin-bottom: 40px;
}

.printing{
  margin-bottom: 10px;
}

.explain-links{
  width: 70%;
  margin: 20px auto 0;
  
  overflow: hidden;
}

.type, .number{
  width: 47.5%;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 5px;
  padding: 18px;
}

.type a, .number a{
  text-decoration: none;
  font-size: 14px;
}

.type{
  float: left;
}

.number{
  float: right;
}

/* /detail-content-right */

/* contents5 */
#articles-wrap{
  overflow: hidden;
}

#articles{
  width: 98%;
  margin: 50px auto 70px;
  max-width: 1260px;
  overflow: hidden;
}

.article{
  width: 33.333%;
  float: left;
}

.contents5-article{
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.contents5-photo{
  width: 30%;
  float: left;
}

.contents5-photo img{
  width: 100%;
}

.contents5-text{
  width: 60%;
  float: right;
  margin: 0 5%;
}

.text-top{
  color: #330000;
  line-height: 20pt;
}

.text-date{
  color: #999999;
  font-size: 12px;
  padding: 8% 0 0 13px;
}



/* footer */
footer{
  border-top: 1px #ccc solid;
  color: #330000;
  padding-bottom: 70px;
}

/* footer-top */
.footer-top{
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px #ccc solid;
}

.sns{
  overflow: hidden;
  width: 13%;
  position: relative;
  margin: 0 auto 50px;
}

.footer-instagram{
  position: absolute;
  left: 0;
}

.line{
  position: absolute;
  right: 0;
  top: 0;
}

.facebook{
  text-align: center;
}
/* /footer-top */

/* footer-contents-wrap */
.footer-contents-wrap{
  clear: both;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-contents-wrap ul{
  list-style-type: none;
}

.footer-contents-wrap a{
  text-decoration: none;
  color: #330000;
}

.links{
  box-sizing: border-box;
  width: 25%;
  border-left: 1px #330000 solid;
  padding-left: 10px;
  float: left;
  height: 256px
}

.item-list-top{
  font-size: 16px;
  padding-bottom: 40px;
  font-weight: bold;
}

.item-list-link{
  line-height: 40px;
}

/* footer-bottom */
.footer-bottom{
  clear: both;
}

.copyright{
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}
/* /footer-bottom */
 /* /footer */




.font12 {font-size: 12px;}








@media screen and (max-width: 925px){
  /* header */
  .hamburger-menu{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }

  #sidebar{
    clear: both;
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 2;
    width: 250px;
    height: auto;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #fff;
    /*display: none;*/
  }

  #cancel{
    position: absolute;
    top: 18px;
    left: 16px;
  }

  .sidebar-list{
    margin: 70px auto 25px;
    width: 90%;
  }

  .sidebar-list li{
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
    color: #330000;
    font-size: 16px;
  }

  .sidebar-list li a:visited{
    color: #330000;
  }

  #sidebar ul{
    list-style-type: none;
  }

  .sidebar-child, .sidebar-child2, .sidebar-child3, .sidebar-child4{
    display: none;
  }

  .child{
    clear: both;
    height: 24px;
  }

  .sidebar-child li, .sidebar-child2 li, .sidebar-child3 li, .sidebar-child4 li{
    padding-top: 5px;
    padding-bottom: 10px;
    width: auto;
    margin-left: 30px;
  }

  .home{
    padding-bottom: 7px;
  }

  .counsel{
    border-right: 0;
  }

  .mark{
    top: 0;
    position: relative;
    float: none;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin: 5px auto 0;
    box-sizing: border-box;
  }

  .icons{
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    width: 60%;
    padding-bottom: 2px;
  }

  .login, .cart{
    padding-top: 10px;
    margin: 0;
  }

  .login{
    padding-left: 30%;
    text-align: center;
  }

  .cart{
    float: right;
  }

  .contact{
    clear: none;
    width: 40%;
    float: right;
    padding: 10px 0;
    text-align: center;
  }

  .contact a{
    font-size: 12px;
  }

  .contact span{
    font-size: 16px;
  }

  .logo{
    margin: 20px 0 30px;
  }

  #nav-wrap{
    display: none;
  }
  /* /header */

  /* top */
  .top{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }

  .top li{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .detail-top3{
    padding-left: 0;
  }
  /* /top */

  /* detail */
  h2 {
    font-size: 20px;
  }
  .detail-title{
    font-size: 20px;
  }

  .detail-content-left, .detail-content-right{
    width: 100%;
    float: none;
  }

  .detail-content-left{
    margin-bottom: 40px;
  }

  dd{
    margin-left: 20px;
  }

  select{
    width: 100%;
  }

  
  h3 { text-align: center;}
  .item-name{
    text-align: center;
  }

  .item-explain{
    font-size: 13px;
  }

  .explain-links{
    width: 100%;
    font-size: 13px;
  }

  .type, .number{
    padding: 15px;
  }

  /* article */
  #articles{
    margin-bottom: 50px;
  }
  .article{
    width: 100%;
  }

  .text-top{
    line-height: 18pt;
    font-size: 14px;
  }

  .text-date{
    padding-top: 4%;
  }
  /* /article */
  /* /detail */

  footer {
      padding-bottom: 40px;
  }

  .footer-top{
    padding-bottom: 0;
  }

  .sns{
    width: 50%;
  }

  .links{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .item-list-top{
    padding-bottom: 15px;
  }

  .copyright{
    padding-top: 0;
  }
  /* /footer */
}





@media screen and (max-width: 640px){
  
  .detail-top1, .detail-top2 {
    float: none;
  }

}


