@charset "UTF-8";

.main-shop{
  margin-bottom: 40px;
}

.main-shop .main-visual{
  background-image: url(/img/contents/header_shop.jpg);
}

#content h1,#content h2 {
  padding: 0 0 10px 0;
  background: url(/img/bg_h2_contents_01.gif) left bottom no-repeat;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

#content h3 {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}

#content table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border: 1px solid #999999;
}

#content table th {
  background-color: #EEEEEE;
  padding: 9px;
  border: 1px solid #999999;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

#content table td {
  background-color: #FFFFFF;
  padding: 9px;
  border: 1px solid #999999;
  color: #333333;
  line-height: 150%;
  font-size: 16px;
}

#content table .search-zipcode{
  font-size: 12px;
  padding: 2px 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

#content table .ttl td {
  background-color: #EEE;
}

#side_menu ul li a{
  font-size: 100%;
  text-decoration: none;
}

#side_menu ul#menu-onlineshopCart li{
  background: #000;
  padding: 2px;
}

#side_menu ul#menu-onlineshopCart li a{
  display: flex;
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 20px 15px 0;
}

#side_menu ul#menu-onlineshopCart li a::before{
  content:url(/img/icon_cart.png);
  margin-right: 10px;
}

#side_menu ul#menu-onlineshop{
  margin-top: 20px;
}

#side_menu ul#menu-onlineshop li {
  border-bottom: 1px solid #CFCFCF;
}

#side_menu ul#menu-onlineshop li a{
  padding: 15px 10px;
  display: block;
}

#side_menu ul#menu-onlineshop li:first-child {
  border-top: 1px solid #CFCFCF;
}

#intro p{
  margin-bottom: 40px;
}

.detail-syohin {
  margin-bottom: 1em;
  padding: 0px 0px 20px 0px;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 4px #999;
  -moz-box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
}

.detail-syohin::after{
  content:"";
  clear:both;
}

.detail-syohin h4.product-name {
  background-color: #444;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  padding: 0.5em;
  margin-bottom: 20px;
  margin-left: 0px;
}

.p-main-photo {
  display: block;
  float: left;
  width: 320px;
  height: auto;
  margin-right: 0px;
  margin-left: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-main-info {
  width: 410px;
  display: block;
  float: left;
}

.setsumei {
  padding: 0px 20px 20px 0;
  line-height: 1.7em;
}

.setsumei .loopimg{
  display: none;
}

.field_price {
  text-align: right;
  color: #BE0000;
  margin-bottom: 8px;
  font-size: 16px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.skuform{
  text-align: right;
  padding-right: 20px;
}

.skuform .skuquantity {
  width: 4em;
  padding: 0.3em;
  margin-left: 0.5em;
}
.skuform input[type=submit] {
	margin-top: 0.5em;
	padding: 4px 15px 3px 28px;
	border-radius: 15px;
	border:none;
	box-shadow: 0 0px 3px rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	min-height: 28px;
	background-color: #AF7900;
	background: url("/img/icon-into-cart.png") 4px center,linear-gradient(top, #AF7900, #825304);
		background: url("/img/icon-into-cart.png") 4px center,-moz-linear-gradient(top, #AF7900, #825304);
		background: url("/img/icon-into-cart.png") 4px center,-ms-linear-gradient(top, #AF7900, #825304);
		background: url("/img/icon-into-cart.png") 4px center,-webkit-gradient(linear, center top, center bottom, from(#AF7900), to(#825304));
		background: url("/img/icon-into-cart.png") 4px center,-webkit-linear-gradient(top, #AF7900, #825304);
	background-repeat: no-repeat;
}
.skuform input[type=submit]:hover {
	box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
	color: #fff;
	background-color: #AF7900;
	background: url("/img/icon-into-cart.png") 4px center,linear-gradient(top, #825304, #AF7900);
		background: url("/img/icon-into-cart.png") 4px center,-moz-linear-gradient(top, #825304, #AF7900);
		background: url("/img/icon-into-cart.png") 4px center,-ms-linear-gradient(top, #825304, #AF7900);
		background: url("/img/icon-into-cart.png") 4px center,-webkit-gradient(linear, center top, center bottom, from(#825304), to(#AF7900));
		background: url("/img/icon-into-cart.png") 4px center,-webkit-linear-gradient(top, #825304, #AF7900);
		background-repeat: no-repeat;
}

.confiem_notice{
  padding: 10px 0 20px;
}

.header_explanation{
  line-height: 150%;
}


@media screen and (min-width: 769px){
  #mainInner {
      margin: 0 auto;
      width: 1024px;
      padding: 50px 0 50px 0;
  }

  #content {
    width: 750px;
    float: left;
  }

  #content h1,#content h2 {
    font-size: 26px;
  }

  #sidebar {
    width: 240px;
    float: right;
  }
}

@media screen and (max-width: 768px){
  #mainInner {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0 50px 0;
  }

  #content,#sidebar {
    width: 100%;
  }

  #content h1,#content h2 {
    font-size: 24px;
  }

  #intro p,.p-main-info ,.skuform{
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px){
  .p-main-photo {
    width: 49%;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 300px;
    margin-left: 2.5%;
  }

  .p-main-info {
    width: 48%;
    float: right;
  }
}

@media screen and (max-width: 640px){
  #cart .quantity, #cart .price, #cart .unitprice,#cart .subtotal{
    width: auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Arial, Helvetica, sans-serif;
  }

  .noSP{
    display: none;
  }

  #content table th {
    padding: 8px 3px 8px 8px;
    font-size: 12px;
    padding-left:1.2em;
    position: relative;
  }

  #content table#cart_table th.price, #content table#cart_table th.quantity, #content table#cart_table th.subtotal,
  #content table#confirm_table th {
    padding: 8px 6px;
  }

  #content table th em{
    display: block;
    position: absolute;
    left:2px;
    top:8px;
  }
  
  #content table td {
    padding: 8px 3px 8px 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px){
  #content h1,#content h2 {
      text-align: center;
  }

  .detail-syohin h4.product-name {
    background: #E3A942;
    color: #000;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .p-main-photo {
    float: none;
    width: 100%;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }

  .p-main-photo img{
    width:100%;
  }

  .p-main-info {
    width: auto;
    display: block;
    float: none;
  }

  .setsumei {
    padding: 0px 20px 20px;
  }
}
