@charset "euc-jp";
body {
background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
color: #333;
-webkit-font-smoothing: antialiased;
box-sizing:border-box;
}

a {color: #333;}
a:hover {
  color: #ccc;
  text-decoration: none;
}
.flex {display: flex; flex-wrap: wrap;}
.btn {border-radius: 0;}

ul, ol, form, p {margin: 0;}

/** layout **/
.container {
  width: 100%;
  max-width:1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
.container {
  width:  initial;
  max-width: initial;
  margin: initial;
}
}

/** header **/
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}
.promo {background: #238c00;}
.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

@media (max-width: 768px) {
.header-top {display:none;}
}

.header__section {text-align: center;}
.header-search {
position: relative;
  margin-top: 20px;
  width:100%;
}
.header-search i {
  position: absolute;
  top: 10px;
}
.header-search__box {
 width: 70%;
 padding: 20px 20px 20px 50px;
  border-radius: 3px;
  background: none;
  border: none;
  color: #333;
  box-sizing:border-box;
}
.header-search__box:focus {
  /*background: #fff;*/
}
.header-bottom-text{
 width: 70%;
  margin:0 auto;
  padding:20px 0;
   border-top: 1px solid #000;
  color:#000;
  font-weight:bold;
}
.header-bottom-text p {
  font-size:22px;
  padding:10px;
  color:#F00;
}
.header-bottom-text_new {
 width: 70%;
  margin:0 auto;
  padding:25px;
  background-color:#7D829D;
  border-radius: 40px;
  font-size:18px;
  font-weight:bold;
}
.header-bottom-text_new a {color:#fff; text-decoration:none; }
.header-bottom-text_new a:hover {opacity: 0.7;}

@media (max-width: 768px) {
.header-search__box { width: 90%; padding: 20px 20px 20px 30px;}
.header-bottom-text{width:100%;}
.header-bottom-text p{font-size:18px;}
.header-bottom-text_new {width: 90%; padding:10px; font-size:16px;}
 .header-bottom-text_new span {display:none;}
}

.header-tools {
float: right;
margin:  0;
text-align: right;
}
.header-tools__unit {
display: inline;
line-height: 1.4;
}
.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}
.header-tools__count { padding: 0 2px; font-size: 14px;}
.header__logo-img {margin: 0;}
.header__logo-img img {height:80px;}

@media (max-width: 768px) {
 .header__logo-img {display:none;}
}

.header__logo { margin: 0;}
.header-gnavi {
  list-style-type: none;
  position: relative;
 margin:20px 0;
}
.header-gnavi__unit {display: inline;}
.header-gnavi__link {padding: 15px 30px;}
.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}
.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
  box-sizing:border-box;
}
.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 33%;
  max-width:300px;
  display: inline-block;
  vertical-align: top;
  box-sizing:border-box;
}
.mega-navi__link { display: block; width: 100%;}

/* slider */
#slider div {width:100% ; max-width: 1080px !important;}
.slider {
  margin: 10px auto 60px;
  width:100%;
  max-width: 1080px;
}
.slider .bx-wrapper { z-index: 0; margin-bottom: 0;}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {  font-size: 18px; padding: 10px;}

@media (max-width: 768px) {
.slider .bx-wrapper .bx-caption span { font-size: 12px;}
.slider .bx-wrapper .bx-caption { display:none;}
}

.slider .bx-wrapper .bx-pager { padding-top: 20px !important; bottom: -30px !important;}

/* main */
.main__section {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}
.main__section--product { padding: 20px 0 60px;}

/* sidebar */
.sidebar__section {
  float: left;
  width: 20%;
  padding:20px;
  box-sizing:border-box;
}
.sidebar__section a:hover img {opacity: 0.7;}

@media (max-width: 768px) {
.sidebar__section { display: none !important; }
}

.menu__section { margin-bottom: 60px;}
.more-prd span { cursor: pointer;}
.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}
.sort--sub-layer { min-width: 200px; width: 100%;}

/* contents */
.contents__section {
  float: right;
  width: 80%;
  padding:20px;
  box-sizing:border-box;
}

@media (max-width: 768px) {
.contents__section { width: 100%; padding:0 20px;}
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 30px;
}
.product-list__section { position: relative;}
.free-space__section { background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;}

.sub-list { padding-bottom: 60px;  font-size: 0;}
.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 30%;
  font-size: 14px;
}
.sub-list__img { padding-bottom: 10px;}
.sub-list__link { display: block;}
.sub-list__name { display: block;}
.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info { margin-top: 40px;}
.info-list { list-style-type: none;}
.info-list__unit { padding-bottom: 30px;}
.info-list__date { display: block;  padding-bottom: 10px;}

/** favorite **/
.product__fav-item { margin-top: 10px;}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item button:hover {
color: #ff7373;
}
.product__fav-item .fav-items { color: #ff7373;}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* history */
.history__section,.favorite__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding: 60px 0px;
}
@media (max-width: 768px) {
.history__section,.favorite__section { padding: 20px;}
}

/** footer **/
.footer__section { border-bottom: 1px solid #000;}
.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
.footer__guide { display:none;}
}

.guide__col {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.guide__col--one-third {
  width: 33%;
  padding:10px;
  box-sizing:border-box;
}
.guide__col--half { width: 50%;}
.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.guide__list { margin: 0;}
.guide__name { padding-bottom: 15px;}
.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi { margin-bottom: 40px;}
.shop-owner { overflow: hidden;}
.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.shop-owner__info {
  float: left;
  width: 290px;
}
.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}
.shop-owner__memo {
  line-height: 1.8;
}
.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}
.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}
.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
  width:20%;
}

@media (max-width: 768px) {
.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
  width:50%;
}
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {  padding: 20px 0;  font-size: 10px;}
.copyright { margin: 0 0 10px;}
.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/** menu-list **/
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}
.menu-list--more-prd {
  margin: 20px 0;
}
.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}
.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit { position: relative;}

/* calender
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
} */

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}
.product-list__unit {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-list__unit-sm { width: 19%; margin:0.5%;}

@media (max-width: 768px) {
.product-list {  padding:0;}
.product-list__unit-sm { width: 32%;}
}

.product-list__unit-md { width: 25%;}

.recommend__section .product-list li,.seller__section .product-list li,.together__section .product-list li,.contents__section .product-list li {
  width: 32%;
  margin-bottom:20px;
  margin-right:2%;
}
.recommend__section .product-list li:nth-child(3n),.seller__section .product-list li:nth-child(3n) ,.together__section .product-list li:nth-child(3n) ,.contents__section .product-list li:nth-child(3n) {
  margin-right:0%;
}
.category-list li { width: 49% !important;}
.category-list li:nth-child(2n) { margin-right:0% !important;}
.category-list li:nth-child(3n) { margin-right:2% !important;}


@media (max-width: 768px) {
.recommend__section .product-list li,.seller__section .product-list li,.together__section .product-list li,.contents__section .product-list li{
  width: 49%;
  margin-bottom:10px;
  margin-right:2%;
}
  .recommend__section .product-list li:nth-child(3n),.seller__section .product-list li:nth-child(3n) ,.together__section .product-list li:nth-child(3n) ,.contents__section .product-list li:nth-child(3n){
  margin-right:2%;
}
.recommend__section .product-list li:nth-child(2n),.seller__section .product-list li:nth-child(2n) ,.together__section .product-list li:nth-child(2n),.contents__section .product-list li:nth-child(2n) {
  margin-right:0%;
}
  .category-list li {
 width: 100% !important;
  margin-right:0% !important;
} 
}

.product-list__unit--sidebar { display: block; margin: 0 0 20px;}
.product-list__image:hover { opacity: 0.8;}
.product-list__image--sm { max-width: 110px;}
.product-list__text { display: block;}
.product-list__name {
  font-weight: bold;
  margin: 10px 10px 0 10px;
  text-align: left;
}
.product-list__name--sidebar { margin-top: 0; margin-left: 10px;}
.product-list__expl {
  margin: 10px 10px 0 10px;
  text-align: left;
}
.product-list__prices {
  margin: 0 10px;
  text-align: left;
  font-size:120%;
}
.product-list__prices--sidebar { margin-left: 0px;}
.product-list__price-regular { text-decoration: line-through;}
.product-list__price-soldout { color: #ff0000;}
.product-list__discount-rate { color: #ff0000;}
.pull-left,.pull-right{ width:100%; } 
.pull-right .product-list__name--sidebar{ margin:10px 0px 0px 0px;} 
.rank-box a img { width:100%;} 
.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}
.rank-box--sidebar { top: 10px;}
.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}
.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}
.rank-number-color--1 { background: #ffea22;}
.rank-number-color--2 { background: #cbcbcb;}
.rank-number-color--3 { background: #d9a300;}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled { color: #ccc;}
.pagenation-prev {
  position: absolute;
  left: 0;
}
.pagenation-pos { line-height: 0.8;}
.pagenation-pos__number { margin: 0 5px; font-size: 22px;}
.pagenation-next { position: absolute; right: 0;}

/* product */
.product__section { margin-bottom: 120px;}
.product__section h2 { border-bottom: none; font-size: 22px;}
.product__explain {
  padding-top: 30px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product__model { color: #666;}
.product__image-main { text-align: center;}
.product__image-thumb { z-index: 9999;}
.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
  z-index: 9999;
}

.image__thumb {
padding: 2px;
border: 2px solid #fff;
z-index: 9999;
}
.image__thumb--active { border: 2px solid #ddd;}

.product__guide { padding: 0 0 30px;}
.product__price-part { font-size: 22px;  padding-bottom: 5px;}
.product__price-regular { padding-bottom: 5px;}
.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}
.product__discount {  color: #ff0000;}
.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}
.product__related-list__link { display: block; padding: 5px 0;}
.product__related-list__link span { padding-left: 15px;}
.related-list { text-align: right; padding-right: 15px;}
.related-list__unit { display: inline-block;}

/* option detail */
.option-detail__section { padding: 20px; text-align: center;}
.option-detail__table th { text-align: center;}
.option-detail__table td { text-align: center;}
.option-detail__price--regular { text-decoration: line-through;}
.option-detail__discount { color: #ff0000;}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}
.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}
.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/** Module **/
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
@media (max-width: 768px) {
.favorite__section .section__title-h2,.history__section .section__title-h2 {
  margin: 0;
}
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn__addcart, .btn__quick, .btn__soldout { padding: 20px 0 22px 0;}
.btn__addcart i, .btn__quick i, .btn__soldout i { margin-right: 10px;}
.btn__addcart span, .btn__quick span, .btn__soldout span { vertical-align: middle;}
.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm { font-size: 12px;}
.txt--md { font-size: 14px;}
.txt--lg { font-size: 16px;}
.txt--c { text-align: center;}
.txt--r { text-align: right;}
.txt--red { color: #ff0000;}
.txt--gray { color: #999;}
.border--none {  border: none;}
.mar-t--20 { margin-top: 20px;}
.mar-b--20 { margin-bottom: 20px;}
.mar-b--60 { margin-bottom: 60px;}
.width--110 { width: 110px;}
.width--160 { width: 160px;}
.hide { display: none;}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { outline: none;}

/* スマホ用メニュー */
@media (min-width: 769px) {
 #header_sp,#drawer,#overlay{display:none; } 
 } 

@media (max-width: 768px) {
 #header_sp {height:45px; } 
.header-gnavi { display:none; } 
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding-top:10px;
  height:45px;
}
.toolbar__inner {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap { display: table-cell;}
.toolbar__item a i { vertical-align: middle;}
.toolbar__item--menu { padding-left:2%;  padding-top:10px;}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}
.toolbar__logo img {height:40px;}
.toolbar__item--cart { width:10%; padding-top:10px;}
.toolbar__item--cart .toolbar__item__count {
font-weight: bold;
margin: 0 0 0 4px;
vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in { color: #ff5722;}

/* ヘッダー */
.section--shopname {padding-top: 65px;}

/* ドロワー */
.drawer.open {left: 0;}
.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drawer__item--close { padding: 20px; text-align: right;}
.drawer__item--close a { color: #212121;}
.drawer__item { border-bottom: 1px solid #e0e0e0;}
.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer__item__name__text { width: 70%; vertical-align: middle;}
.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item { border: none;  line-height:200%;}
.drawer__item--accordion .linklist__item a { padding: 10px 20px;}
.u-ac--active { border-bottom: 1px solid #e0e0e0;}
  /** モーダル **/
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
}

.calerndar_wrap{ width: 60%; margin-bottom:50px;}

@media (max-width: 768px) {
.calerndar_wrap{ width: 100%;}
}

/* おすすめ商品ランダム表示 */
.random__item { display: none;}
.reco_random1 div {
	width: 18%;
	margin: 1%;
	border-radius: 50%;
	overflow: hidden;
}
.reco_random2  {
	padding:0 10%;
  margin-bottom:40px;
    background-image: url("https://www.katodesign.co.jp/hashimakura/img/common/reco_random2_back.png");
  background-repeat:  no-repeat;         
    background-position:center center; 
    background-size:cover;  
}
.reco_random2 div {
	width: 15%;
	margin:0 5%;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 768px) {
.reco_random1 div,   .reco_random2 div { width: 29%; margin: 2%;}
.reco_random2  { padding:0; margin-bottom:0;  background-image:none;}
}

.reco_random1 div a img,.reco_random2 div a img {width: 100%; transform: scale(1.1, 1.1);}
.reco_random1 div a img:hover,.reco_random2 div a img:hover {
	transform: scale(1.4, 1.4);
	transition-duration: 0.3s;
}

 /* お知らせ */
.information {color:#F00;}




