@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;
  line-height:160%;
}
a { color: #333;}
a:hover {
  color: #ccc;
  text-decoration: none;
}
dl {margin:10px 0;}
.pc {display: block;}
.sp {display: none;}

@media only screen and (max-width: 768px) {
.pc {display: none;}
.sp {display: block;}
}
.flex_center {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.flex_top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
 align-items: flex-start;
}
.btn {border-radius: 0;}

ul, ol, form, p {margin: 0;}
h1, form {display: inline;}
.link_img a:hover img {opacity: 0.7;}

/* お知らせ */
.information  {
  font-weight:bold;
  text-align:left;
  margin-bottom:20px;
}
.information p {
  font-size:16px;
  font-weight:bold;
  color:#F00;
}
/* layout*/
.container {
  width: 100%;
  max-width:1400px;
  margin: 0 auto;
box-sizing:border-box;
}
@media only screen and (max-width: 768px) {
.container {padding: 0 2%;}
}
/* header */
.promo__seciton {
  background-color: #c50018;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #c50018;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #c50018;
}
@media (max-width: 768px) {
.header-top {
  display:none;
}
}
.header-top {
  background-color:#c50018;
}
.header__logo-img img {
  width:150px;
    margin: 10px;
}
.header__search_pc,.header__search_sp {
 width:auto;
  flex:1 1;
 background-color:#9b000c;
}
.header__search_sp {margin:0 1%;}
.header__search_pc form,.header__search_sp form   {
  height:40px;
  padding:2px;
}
.header__search_pc div select,.header__search_sp div select {
  background-color:#9b000c;
  color:#fff;
  font-weight:bold;
  border:none;
    height:40px;
}
.header__search_pc div input,.header__search_sp div input {
box-sizing: border-box;
  height: initial;
height:40px;
border: 1px solid #9b000c;
}
.header__search_pc div button,.header__search_sp div button {
 border:none;
background-color:transparent;
height:40px;
}
.header__search_pc div button i,.header__search_sp div button i {
 color:#FFF;
  font-size:26px;
}
/* 検索ボックスカスタマイズ　ここから */
.select-wrap {
	position: relative;
	height: 40px;
	overflow: hidden;
	width: 30%;
}
.select-wrap:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f107";
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;

	line-height: 43px;
	pointer-events: none;
}
.select-wrap  select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	border: 1px solid #ddd;
	color: #828c9a;
	width: 100%;
	border-radius: 0px;/* 角丸 */
}
.select-wrap select option {
	background-color: #fff;
	color: #333;
}
.select-wrap select::-ms-expand {
 display: none;
}
.select-wrap select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
	color: #fff;/* 下三角の色　*/
}
.select-wrap.select-primary > select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
/* 検索ボックスカスタマイズ　ここまで */

.header-tools__unit {
 margin:10px;
  flex:0 1 auto;
  }
.fa-li {
  position: static !important;
    }
.header-tools__unit a {
  color:#fff;
  }
.header-tools__unit a:hover {
  color:#cc5517;
  }

.header-tools__btn {
  position: relative;
  padding: 7px 15px;
  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__section {
  text-align: center;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
 padding:10px 0;
  background-color:#eeefef;
}
.header-gnavi__unit {
  display: inline;
  white-space:nowrap;
}
.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #999;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #999;
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
  background: #fff;
  z-index: 50;
  text-align: left;
  box-sizing:border-box;
}

.mega-navi__unit {
  padding: 0px 5%;
  text-align: center;
  max-width:300px;
  display: inline-block;
  vertical-align: top;
  box-sizing:border-box;
}

.mega-navi__link {
  display: block;
  width: 100%;
}
.header-bottom-text{
 width: 100%;
  margin:0 auto;
  font-weight:bold;
}
.header-bottom-text p{
 font-size:24px;
color:#F00;
 padding:15px 10px 10px 10px;
}
.header-bottom-text p span{
  font-size:14px;
    color:#000;
}
@media (max-width: 768px) {
  .header-bottom-text{
  padding:0px;
}
  .header-bottom-text p{
  font-size:16px;
    margin-bottom:5px;
}
}

/* main */
.main__section {
  overflow: hidden;
}
/* sidebar */
.sidebar__section {
 width: 200px;
  padding:15px;
  box-sizing:border-box;

}
.sidebar__section a:hover img {
opacity: 0.7;
}
@media (max-width:1000px) {
.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 {
 width:auto;
  flex:1 1;
  padding:15px;
  box-sizing:border-box;
}
@media (max-width: 768px) {
.contents__section {
  width: 100%;
 padding:0;
}
}

.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;
}

.recommend-list, .seller-list, .together-list {
}

.sub-list {
  padding-bottom:10px;
  margin-bottom: 50px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 20%;
  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-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;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
.history__section,.favorite__section {
  padding: 20px;
}
}
/* footer */
.footer__section {
  background-color:#e5e5e6;
}
@media (max-width: 768px) {
.footer__section {
padding-top:20px;
}
}
.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #999;
}

@media (max-width: 768px) {
.footer__guide {
  display:none;
}
}
.guide__col {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.guide__col--one-third {
  width: 32%;
  padding:2%;
  box-sizing:border-box;
}
.guide__col--half {width: 50%;}
.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  font-size: 16px;
}

.guide__list {margin: 0;}
.guide__name {padding-bottom: 15px;}
.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #333;
  line-height:170%;
}
.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-top 20px;
}
.sns-list_sp {
  list-style-type: none;
  padding: 20px 0 0 20px;
}
.sns-list_top {
  list-style-type: none;
}
.sns-list_top li  a {
color:#fff;
  font-size:20px;
}
.sns-list__unit {
  font-size:24px;
  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 {
  width:50%;
  padding-top:10px;
}
}

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

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

/* menu-list */
.menu-list {
  margin: 5px 0 0;
  list-style-type: none;
}
.menu-list--more-prd {margin: 20px 0;}
.menu-list__unit a:hover {
  color:#000;
  background-color:#e5e5e6;
}
.menu-list__link {
  display: table;
  padding: 5px 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;
  padding-right:10px;
}
.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;
}
.product-list__unit a img {
  padding-bottom:10px;
}
.product-list__unit-sm {
  width: 18%;
}
.category-list li {
  width: 49% !important;
}
.category-list li:nth-child(2n) {
  margin-right:0% !important;
}
.subcategory-list {
  border-bottom: 1px solid #999;
}
.subcategory-list li {
  width: 14.2% !important;
  margin-right:0% !important;
}
@media (min-width: 769px) {
.recommend__section .product-list li,.seller__section .product-list li,.together__section .product-list li,.contents__section .product-list li {
  width: 18.4%;
  margin-bottom:20px;
  margin-right:2%;
}
.recommend__section .product-list li:nth-of-type(5n),.seller__section .product-list li:nth-of-type(5n) ,.together__section .product-list li:nth-of-type(5n) ,.contents__section .product-list li:nth-of-type(5n) {
  margin-right:0%;
}
}
@media screen and (min-width:601px) and ( max-width:768px) {
.recommend__section .product-list li,.seller__section .product-list li,.together__section .product-list li,.contents__section .product-list li{
  width: 23%;
  margin-bottom:10px;
   margin-right:2%;
}
.recommend__section .product-list li:nth-of-type(3n),.seller__section .product-list li:nth-of-type(3n) ,.together__section .product-list li:nth-of-type(3n) ,.contents__section .product-list l:nth-of-type(3n){
  margin-right:0;
}
}
@media (max-width: 600px) {
.recommend__section .product-list li,.seller__section .product-list li,.together__section .product-list li,.contents__section .product-list li{
  width:  31.3%;
  margin-bottom:10px;
 margin-right:2%;
}
  .recommend__section .product-list li:nth-of-type(3n),.seller__section .product-list l:nth-of-type(3n) ,.together__section .product-list li:nth-of-type(3n) ,.contents__section .product-list li:nth-of-type(3n){
  margin-right:0;
}
}
@media (max-width: 768px) {
 .category-list li {
width: 100% !important;
margin-right:0% !important;
} 
.subcategory-list li {
width: 24% !important;
margin-right:0% !important;
}
.product-list {padding:0;}
.product-list__unit-sm {width: 31%;}
}
.product-list__unit-md {width: 25%;}

.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--sidebar {
  margin-top: 0;
  margin-left: 10px;
}
.product-list__prices {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: 0;
  left: 0;
  z-index: 5;
}
.rank-box--sidebar {top: 10px;}
.rank-number {
  padding-top: 5px;
  background: #f4f2f1;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 25px;
  display: block;
  text-align: center;
  font-size:12px;
}
.rank-number--sidebar {
  padding: 0;
  width: 22px;
  height: 22px;
}
.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: 60px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
  line-height:140%;
}

.product__model {
  color: #333;
}

.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 #999;
}

.product__guide {
  padding: 0 0 60px;
}



.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}
.product__related-list {
  border-top: dashed 2px #6091d3;
}
.product__related-list__unit {
  border-bottom: dashed 2px #6091d3;
  padding:10px 0;
  font-weight:bold;
}
.product__related-list__unit a {color:#6091d3;}
.product__related-list__unit a:hover {color:#7da8db;}
.product__related-list__unit i {
  padding-right: 5px;
}
.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-bottom:10px;
  padding:10px 0;
  border-bottom: 1px solid #999;
  font-size: 20px;
}

.section__title-h2 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .section__title-h2 {
  font-size: 16px;
}
.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: 10px 0 12px 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:55px; } 
.header-gnavi {display:none; } 
.toolbar {
  position: fixed;
  width: 100%;
  background-color: #c50018;
  z-index: 1000;
  padding-top:10px;
  height:45px;
}
.toolbar__inner {
  margin: 0;
  padding: 0;
}
.toolbar__item {
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #fff;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}
.toolbar__item--menu {
  padding-left:10px;
width:30%;
}
}

.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}
.toolbar__logo { width:auto; flex-grow: 3;}
.toolbar__logo a  {display:block;}
.toolbar__logo a img {height:35px;}
.toolbar__item--cart {
padding-right:10px;
width:30%;
}
.toolbar__item--cart a {float:right;}
.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: -350px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width:350px;
  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;
  font-weight:bold;
    color: #fff;
  background-color:#c50018;
}
.drawer__item--close a {color: #fff;}
.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: 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;
 clear: both;
}
.linklist__item_all{
    width:100%;
  padding-left:20px;
}
.drawer__item--accordion .linklist__item {
display: inline-block;
width:24%;
}

.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%;
  }
}



/* slickスライダー  slide_header*/
.slide_header div {
width: 100%;
height: 20vw; 
  margin-bottom:10px;
  }
@media screen and (max-width: 768px) {
.slide_header div {
height:40vw; 
  }
}
.slide_header div img {
width: 100%;
height: 100%; 
object-fit: cover;
font-family: 'object-fit: cover;' /*  【js】 IE対策  */
  }
.slide_header .slick-dots {
	bottom:0;
}
.slide_header .slick-dots li  {
  width:5%;
  }
.slide_header .slick-dots li button:before, .slide_header .slick-dots li.slick-active button:before{
  content: '';
   opacity:.5;
  width:100%;
  height: 3px;
  background-size: contain;
}
.slide_header .slick-dots li button:before {
  background-image: url(https://www.rakuten.ne.jp/gold/tokiya-pro/image/gourmet-style/line01.png);
}
.slide_header .slick-dots li.slick-active button:before{
  background-image: url(https://www.rakuten.ne.jp/gold/tokiya-pro/image/gourmet-style/line02.png);
}
.slick-dotted {
  margin-bottom:0 !important;
  }
/* slider */
#slider_top01 div {
  width:100% ;
}
.slider {
  margin: 10px  auto 60px;
  width:100%;
  max-width: 1400px;
}
.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 .section__title-h2{
  border:none;
  margin-bottom:0;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}
.bx-wrapper .bx-prev {
    background: url(https://www.kaneshotoki.co.jp/image/tokiya-pro/controls.png) no-repeat 0 -32px !important;
}
.bx-wrapper .bx-next {
    background: url(https://www.kaneshotoki.co.jp/image/tokiya-pro/controls.png) no-repeat -43px -32px !important;
}

/*フッターリンク */
.p-footer-bottom__link {
clear: both;
  width:100%;
  padding-bottom:30px 0;
}
.p-footer-bottom__link a img {width:18%; margin-right:1%;
}
@media (max-width: 599px) {
.p-footer-bottom__link a img {width:48%;}
}
/* トップへ戻る　固定 */
.pagetop {
 position: fixed;
 bottom: 10px;
 right: 0px;
}
 /* 商品検索フォーム */
 .side_search  {position: relative;}
@media screen and (max-width: 767px) {
.side_search  {margin:10px;}
}

.side_search select {margin-bottom:10px;}
.l-header-search__input {
    flex: 1;
    border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
    box-sizing: border-box;
    padding-right: 60px;
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
}
.l-header-search__submit {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0;
width:30px;
  height:30px; 
    border: 0;
    background: none;
}
.side_search .l-header-search__submit i  {
  font-size:20px;
}