@charset "euc-jp";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
/*vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
time {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
body {
line-height: 1;
}
main {
  display: block;
  font-size: 13px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
b,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}

/* settings */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
#contents a {
  color: #469bdb;
}

img {
  opacity: 1;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-backface-visibility: hidden; /* chrome */
  -ms-interpolation-mode: bicubic; /* IE */
}
a:hover img {
  opacity: .75;
}

p {
  font-size: 12px;
  line-height: 1.8em;
}

@media (max-width: 480px){
  p {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 1.4pt;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}
.cf {
  zoom:1;
}

/*
 * layout
 */
#search {
  width: 100%;
  margin: 0;
}
#search input[type="text"] {
  width: 250px;
  height: 30px;
  float: left;
  margin-right: 5px;
}
#search input[type="submit"] {
  width: 50px;
  height: 30px;
  float: left;
}
#search select {
  width: 150px;
  height: 30px;
  float: left;
  margin-right: 5px;
}

.hd-top {
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  z-index: 999;
  color: #555;
  width: 100%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

.hd-top-in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 0 0 0;
}
.hd-top-in-l {
  float: left;
}
.hd-top-in-l form input {
  border: 0;
  border:solid 1px #ccc;
}
.hd-top-in-r {
  float: right;
}
.hd-top-in-r ul {
  padding: 0;
  margin: 0;
  float: right;
}
.hd-top-in-r li {
  float: left;
}
.hd-top-in-r li a {
  display: block;
  color: #777;
  padding: 5px;
  font-size: 12px;
}
.hd-top-in-r li a:hover {
  color: #555;
}

.hd-mid-in {
  max-width: 1000px;
  margin: 0 auto;
  color: #555;
}
.hd-mid-in .hd-mid-r a {
  display: block;
  padding: 8px;
  color: #777;
}
.hd-mid-in .hd-mid-r a:hover {
  color: #555;
}
.hd-mid-in .hd-mid-r ul {
  padding: 0;
  margin: 0;
}
.hd-mid-in .hd-mid-r li {
  float: left;
  margin: 0;
}
.hd-mid-in .hd-mid-r li:first-child {
  float: left;
  margin-left: 0px;
}

.hd-mid-r {
  float: right;
}

#hd-txt {
  width: 100%;
}
#hd-txt p {
  max-width: 1000px;
  padding: 8px 0 0 0;
  color: #555;
  font-size: 12px;
  font-weight: normal;
}
.col36 {  width: 36%;}
.col24 {  width: 24%;}
.col19 {  width: 19%;}



#wrapper {
  padding-top: 73px;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.container750 {
  max-width: 750px;
}

/* contents */

#contents {
  float: right;
  padding: 0;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

  #news{
    border: 2px solid #ddd; 
    padding: 8px; 
    border-radius: 8px;
  }

/* side */

#side {
  margin: 0;
  padding: 0;
  max-width: 230px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

#side h3 {
  font-size: 18px;
  text-align: center;
  padding: 8px;
}
.side-bg {
  padding: 8px;
  background: #fff;
}

/* カート */
.cart-info {
  padding: 10px;
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  background: #fff;
}
.cart-info h5 {
  font-weight: bold;
  font-size: 15px;
}
.cart-info h6 {
  font-weight: normal;
  font-size: 15px;
}
.top-cart-btn {
   margin-top: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px 10px;
	border-radius: 15px;
    text-decoration: none!important;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .3s;
}
.top-cart-btn:hover {
    color: #ff0000;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.cart-favo {
  width: 140px;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 12px;
  text-align: center;
}
.cart-login {
  font-size: 12px;
}
.cart-login li {
  font-size: 12px;
  padding: 3px;
}
.cart-info table td,
.cart-info table th {
  padding: 3px;
  font-weight: normal;
  vertical-align: middle;
}

a.square_btn{
  display: inline-block;
  padding: 1em 0.7em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff!important;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  margin: 20px auto 20px auto;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.kouseisho {
  border: #0094e8 2px solid;
  text-align: center;
  max-width: 500px;
}

.LN-QR {
  background-color: #00B900;
  border-radius: 20px;
  padding: 10px;
}

.LN-QR-t {
  font-size: 2em;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.LN-QR img {
  display: block;
  width: 75%;
  margin: 10px auto;
}

.LN-QR-sp a img {
  display: block;
  margin: 0 auto;
}

.sid-ctgr-li {
  width: 100%;
  padding: 0;
  margin: 0 auto 30px auto;
  font-size: 0.83rem;
  font-weight: bold;
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}
.sid-ctgr-li ul {
  width: 100%;
  padding: 4px;
}
.sid-ctgr-li li {
  width: 100%;
  display: block;
}
.sid-ctgr-li li img {
  margin: 0 5px 0 0;
}
.sid-ctgr-li li a {
  padding: 10px 0 10px 0;
  display: inline-block;
  width: 100%;
  color: #555;
  font-weight: normal;
}
.sid-ctgr-li li a:hover {
  background: #EFF9FF;
}
.sid-ctgr-li .sid-ctgr-li-chl{
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
.sid-ctgr-li li .sid-ctgr-li-chl a {
	width: auto;
    display: inline-block;
    text-decoration: none;
    background-color: #f5f5f5;
    padding: 3px 10px;
    border-radius: 8px;
    margin: 0 3px 5px 3px;
}
.sid-ctgr-li li .sid-ctgr-li-chl a:hover{
	background-color: #e3f4fa;
}


/*コンテンツ*/
.cont_li li {
  border-top: 1px solid #eee;
}
/* footer */
#footer-wrapper {
  border-top: 3px solid #367dc9;
  max-width: 100%;
  background: #333;
  color: #ccc;
}
#footer-wrapper a {
  color: #eee;
}
#footer-wrapper p {
  font-size: 12px;
}
#footer-wrapper hr {
  border-top: 1px dotted #222;
  border-bottom: 1px dotted #444;
}
#footer-wrapper h4 {
  font-size: 18px;
}
#footer-wrapper h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-menu {
  margin-top: 20px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  background: #555;
  color: #fff;
  font-size: 12px;
}
.footer-menu ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.footer-menu ul li {
  float: left;
  margin-left: 20px;
}
.footer-menu ul li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent solid 6px;
  border-left-color: #f00;
}
.footer-menu ul li a {
  display: inline-block;
  color: #fff;
  padding: 10px 5px 10px 5px;
}
.footer-menu ul li a:hover {
  background-color: rgba(200,200,200,0.85);
}

.foot-mn2 {
  width: 100%;
  margin-top: 20px;
  background: #367dc9;
  color: #fff;
  font-size: 12px;
}
.foot-mn2 p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 0 20px 5px 0;
}
.foot-mn2 ul {
  margin: 0 auto;
  max-width: 768px;
}
.foot-mn2 ul li {
  float: left;
}
.foot-mn2 ul li a {
  display: inline-block;
  color: #fff;
  padding: 10px;
}
.foot-mn2 ul li a:hover {
  color: #fff;
}

/* footer goriyou */
.ftr-gryu {
  margin: 20px auto 20px auto;
  padding: 20px;
  max-width: 1000px;
  border: 2px solid #222;
  box-sizing: border-box;
}
.ftr-gryu-l , .ftr-gryu-r {
  width: 48.5%;
  box-sizing: border-box;
}
.ftr-gryu-l {
  float: left;
  margin: 0 20px 0 auto;
}
.ftr-gryu-r {
  float: right;
}
.ftr-brdr-w {
  border: 2px solid #555;
  padding: 20px;
  border-radius: 8px;
}
.ftr-brdr-w ul {
  list-style-type: circle;
  margin-left: 20px;
}
.ftr-brdr-w ul li {
  font-size: 12px;
}

.ftr-brdr-w ul.contact-list {
  margin-left: 0;
}
.contact-list {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}
.contact-list li {
  width: 49%;
  list-style-type: none;
}
.contact-list li img {
  display: block;
  margin : 0 auto;
  height: auto;
}
.foot-cmpy {
  clear: both;
  max-width: 1000px;
  padding: 20px;
  margin: 20px auto 0 auto;
  background: #444;
  border-radius: 8px;
}
.foot-cmpy-logo {
  float: left;
}
.foot-cmpy address {
  float: right;
}

@media (max-width: 768px){
  .contact-list {
    display: block;
  }
  .contact-list li {
    width: auto;
    margin: 0 auto 20px;
  }
  .contact-list li img {
    width: auto;
  }

  .foot-mn2 {
    padding-bottom: 60px;
  }
}

/* temp */

/* 見出し */
.midashi-topic {
  background: #efefef;
  padding: 8px;
  color: #222;
  font-size: 16px;
  margin-bottom: 16px;
}

.midashi-fukidashi {
  padding: 15px 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #367dc9, #367dc9 4px,#3981ce 3px, #3981ce 8px);
  background: repeating-linear-gradient(-45deg, #367dc9, #367dc9 4px,#3981ce 3px, #3981ce 8px);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
}
.midashi-fukidashi span {
  font-weight: bold;
}

/* 見出し2　*/
.midashi2 {
  position: relative;
  padding: 5px 0;
  font-size: 24px;
  font-weight: normal;
}
.midashi2:after {
  content: "";
  display: block;
  height: 7px;
  background: -moz-linear-gradient(to right, rgb(54, 125, 201), transparent);
  background: -webkit-linear-gradient(to right, rgb(54, 125, 201), transparent);
  background: linear-gradient(to right, rgb(54, 125, 201), transparent);
  margin-top: 5px;
}

.midashi-center {
  clear: both;
  position: relative;
  color: #367dc9;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.midashi-center:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #367dc9;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.midashi-syou {
  margin-top: 5px;
  font-size: 18px;
  color: #34b3e2;
}


.midashi-check {
  position: relative;
  color: #222;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  width: 100%;
  font-size: 18px;
}
.midashi-check:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c check';
  font-weight: bold;
  background: skyblue;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}


.midashi-comment {
  position: relative;
  background: #d0ecff;
  padding: 0.4em 0.5em;
  border-left: solid 2em skyblue;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.midashi-comment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.4em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.midashi-center2 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  color: #367dc9;
}
.midashi-center2::before,
.midashi-center2::after {
  content: '';
  position: absolute;
  top: 49.5%;
  display: inline-block;
  width: 60px;
  height: 6px;
  border-top: solid 2px #367dc9;
  border-bottom: solid 2px #367dc9;
}
.midashi-center2::before {left:0;}
.midashi-center2::after {right: 0;}

.box-fukidashi {
  position: relative;
  margin: 1em 0 1em 40px;
  padding: 8px 15px;
  background: #fff0c6;
  border-radius: 30px;
}
.box-fukidashi:before{
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 14px;
  left: -40px;
  bottom: 0;
  color: #fff0c6;;
}
.box-fukidashi:after{
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 21px;
  left: -23px;
  bottom: 0;
  color: #fff0c6;;
}

.midashi3 {
  padding: 8px 0;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.midashi3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
@media (max-width: 468px){
  .midashi3 {
    font-size: 24px;
  }
  .midashi-center2 {
    padding: 0 20px;
  }
  .midashi-center2::before, .midashi-center2::after {
    width: 15px;
  }
}

.box-point {
  margin: 2em auto;
  background: #dcefff;
  width: 95%;
}
.box-point .box-title {
  font-size: 1.1em;
  background: #5fb3f5;
  padding: 8px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box-point p {
  padding: 15px 20px;
  margin: 0;
  color: #222;
}

.box24 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 1em 0;
  background: #e6f4ff;
  color: #222;
}
.box24::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e6f4ff;
  width: 0;
  height: 0;
}
.box24 p {
  margin: 0;
  padding: 0;
}

.box-ue {
  position: relative;
  padding: 0.5em 0.7em;
  background: #e5f5ff;
  color: #222;
  font-weight: normal;
  margin: 2rem 0;
  border-radius: 12px;
}
.box-ue::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e5f5ff;
}
.box-ue p {
    margin: 0;
    padding: 0;
}

.box26 {
    position: relative;
    margin: 1em 0;
    padding: 0.8em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 0;
}
.box26 ul li {
  margin-top: 16px;
}

.l-com p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7em;
}

#contents div.return-btn {
  clear: both;
  text-align: center;
  margin: 30px 0 30px 0;
}
#contents div.return-btn a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
#contents div.return-btn a:hover {
  background: #6ac8f2;
}
#contents div.return-btn a:active {
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
}

/* table 1 */
.table1 {
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0 20px 0;
  max-width: 100%;
  border: 2px solid #ddd;
}
.table1 td {
  width: 70%;
}
.table1 th {
  width: 30%;
  background: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.table1 td,
.table1 th {
  padding: 10px;
  border: 1px solid #ddd;
}

.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

dl.tokusei-list dt {
  margin-bottom: 10px;
  font-size: 16px;
}
dl.tokusei-list dt::before {
  content: '・';
}
dl.tokusei-list dd {
  font-size: 14px;
  margin: 0 0 20px 20px;
}

.updated-time {
  text-align: right;
  font-size: 12px;
  padding: 10px;
}

.kome {
  font-size: 12px;
}

@media (max-width: 768px) {
  .table1 th,
  .table1 td {
    width: 100%;
    display: block;
  }
}

/*kakaku-table*/
.kakaku-table {
  background: #fff;
}
.kakaku-table th {
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  background: #f9f9f9;
}
.kakaku-table .product-tokka {
  color:#ff0000;
  font-weight: bold;
}
.kakaku-table tr:hover {
    background-color: #fff4f4;
}


.bg-box {
  max-width: 700px;
  padding: 0.5em 1em;
  margin: 1em auto;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
}
.bg-shadow {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.box-kakoi {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px;
  border: solid 2px #FFC107;
  background-color: #fff;
}
.box-kakoi .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 2px 10px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-size: 16px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}


/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_50 { font-size: 50px; }
.txt_c_333 {color: #333;}

@media (max-width: 480px){
  .txt_16-sp {
    font-size: 16px;
  }
  .txt_18-sp {
    font-size: 18px;
  }
  .txt_20-sp {
    font-size: 20px;
  }
    .txt_30-sp {
    font-size: 30px;
  }
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

.bgc_w{
  background-color: #fff;
}

/*block*/
.block {
  display: block;
}
.in-block {
  display: inline-block;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }

.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }

.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }

.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }

.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }

.mar_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }

.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_10 { padding: 10px; }
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

.col80 {
  width: 80%;
}

@media (max-width: 768px) {
  .mar_t_10-pad {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .mar_t_10-sp {
    margin-top: 10px;
 }
 .txt_r-sp {
  text-align: right;
 }
}

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  #contents {
    max-width: 100%;
  }
  #side {
    padding: 0 5px 0 5px;
  }
}

@media (max-width: 768px) {
  /* ~768px */
  #wrapper {
    padding: 0;
    margin: 0;
  }
  .container {
    margin: 0 5px;
    padding: 0;
  }

  #side {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .footer-menu ul li {
    float: none;
    width: 85%;
  }
  .footer-menu ul li a {
    width: 85%;
  }

  .midashi-fukidashi {
    padding: 10px 5px;
    font-size: 18px;
  }
  .midashi2 {
    padding: 5px 0;
    font-size: 18px;
  }
  .midashi3 {
    font-size: 16px;
  }

  .ftr-gryu-l {
    float: none;
    width: 100%;
  }
  .ftr-gryu-r {
    float: none;
    width: 100%;
  }


  .ftr-brdr-w {
    margin-top: 20px;
  }

  .hd-top-sp {
    width: 100%;
    position: static;
    margin: 0;
    background-color:rgba(54, 125, 201);
    color: #fff;
    padding: 5px 10px;
  }
  .hd-top-sp h2{
    width: calc( 100% - 175px);
  }

  .sp-fxd-bx {
    width: 100%;
    z-index: 15;
    display: flex;
    justify-content: space-between;
  }

  .hdr-t-lg-sp {
    margin: 0 10px;
    width: calc( 100% - 175px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hdr-t-lg-sp a {
    display: block;
  }
  .hdr-t-tl-sp {
    width: 150px;
  }
  .hdr-t-tl-sp > li > a  {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255,0.9) ;
    color: #000;
    text-align: center;
    padding: 7px;
  }

  .pad_tr_5 {
    padding: 5px 5px 0 0;
  }

  .productlist-unit {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {

  .hd-top-sp {
    padding: 5px;
  }
  .hd-top-sp h2{
    width: auto;
  }

  .sp-fxd-bx {
    display: block;
  }

  .hdr-t-lg-sp {
    max-height: 32px;
    width: auto;
  }

  .hdr-t-tl-sp {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 3px;
  }
  .hdr-t-tl-sp > li > a {
    padding: 5px 15px;
  }
  .pad_tr_5 {
    padding: 0;
  }
  .flex-ai-b-sp {
    display: flex;
    align-items: flex-end;
  }


  .product-box-wrap {
    margin-top: 8px;
  }

}

/* icons */
.icon-fire {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-fire {
  display: inline-block;
  width: 31px;
  height: 50px;
  background: url(https://img17.shop-pro.jp/PA01271/064/etc/icon-fire.png) no-repeat;
}


/* EFFECTS */
.t-red {
  color: #c93636;
}
.t-blue {
  color:#0091C5;
}
.t-skyblue {
  color: skyblue;
}
.t-lightgreen {
  color: lightgreen;
}
.t-tred {
  color: red;
}
.t-tagbg {
  color: #00BCD4;
}
.t-ora_ye {
  color: #ffb03f;
}
.t-w {
  color: #fff;
}
.t-gray {
  color: #ddd;
}
.t-gray2 {
  color: #979797;
}
.t-gunjo {
  color: #5472cd;
}
.t-b1 {
  font-weight: bold;
  font-size: 14px;
}
.t-b2 {
  font-weight: bold;
  font-size: 16px;
}


.bg-white {
  background: #fff;
}


/* js */
/* page top */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 999;
}
.page-top a {
  background-color: rgba(51,51,51,0.3);
  text-decoration: none;
  color: #fff;
  width: 75px;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
}
.page-top a:hover {
  text-decoration: none;
  background-color: rgba(51,51,51,0.7);
}

@media (max-width: 768px) {
  .page-top {
    bottom: 65px;
    right: 10px;
  }
}
/* 営業日カレンダー */
#side .tbl_calendar {
  margin: 20px auto;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
#side .tbl_calendar th, #side .tbl_calendar td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.eigyoubi-cal {
  text-align: center;
  border: 1px solid #ddd;
}
.eigyoubi-cal p {
  text-align: left;
  padding-left: 10px;
}
.eigyoubi-cal span {
   color: #ff8787;
}
.eigyoubi-cal h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  background: #e32656;
  color: #fff;
  padding: 5px 0 5px 0;
}
.eigyoubi-cal caption {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .side_cal {
    display: flex;
  }
}

/* item list関係 */
div.list-kataban,
div.list-teika,
div.web-tokka {
  padding: 2px;
  color: #fff;
  width: 75px;
  font-size: 14px;
  text-align: center;
}
div.list-kataban {
  background: #555;
}
div.list-teika {
  background: #FDBD59;
  margin-top: 5px;
}
div.item_teika {
  font-size: 14px;
  color: #555;
  padding: 5px 0 5px 0;
}
.item_teika s {
  color: #888;
}

div.web-tokka {
  background: #FF4200;
  margin-top: 5px;
}
div.item_dat {
  padding: 5px 0 5px 0;
  font-size: 16px;
}

div.item_model {
  margin: 5px 0 5px 0;
  color: #555;
}
div.item_model span {
  font-size: 14px;
  color: #555;
  padding: 5px 0 5px 0;
}

.hr-price {
  padding: 0;
  margin: 2px 0 5px 0;
  border-top: 1px dashed #efefef;
}

.pri {
  color: #f64174;
  font-weight: bold;
}
.pri span {
  font-size: 12px;
}

.item-icon p {
  line-height: 18px;
  font-size: 10px;
}

.item-icon img + img {
  margin-left: 5px;
}

/* ソート */
p.sort_list {
  margin-bottom: 15px;
  text-align: right;
  font-size: 0.8em;
  border-bottom: 1px dotted #ddd;
}
/*.sort_selected,*/
.marker1 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}
  ul.sort_list {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
  }

  ul.sort_list li {
    width: fit-content;
    margin: 0 5px 10px 0;
  }

  ul.sort_list li > a , ul.sort_list li > span {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
  }

  ul.sort_list li > a:hover , ul.sort_list li > a:focus {
    background-color: #cce4ff;
    text-decoration: none;
  }


  ul.sort_list li > .sort_selected {
    background-color: #367dc9;
    color: #fff;
  }


.item-name {
  font-weight: bold;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 18px;
  background: -webkit-repeating-linear-gradient(-45deg, #FEFEFE, #FEFEFE 3px,#FAFAFA 3px, #FAFAFA 4px);
  background: repeating-linear-gradient(-45deg, #FEFEFE, #FEFEFE 3px,#FAFAFA 3px, #FAFAFA 5px);
  position: relative;
  padding: 0.8em;
  line-height: 1.5;
}
.item-name::before,
.item-name::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.item-name::before {
  top: 0;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #ddd;
}
.item-name::after {
  bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #bbb;
}


@media only screen and (max-width:768px) {
  p.sort_list {
    text-align: center;
  }
}



/* mega menu */
#mdd_overlay{
background:#000;
opacity:0;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
z-index:100;
}
#mdd_nav_wrap {
width: 768px;
margin-right: auto;
margin-left: auto;
}

/*
-- Level1 -------------------------  */
div.mdd_lv1 {
  display: flex;
  justify-content: space-between;
}
.mdd_lv1 > ul {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 200;
}
.mdd_lv1 > ul > li {
  color: #555;
}

.mdd_lv1 > ul li a , .mdd_lv1 > ul li button {
  display: block;
  cursor: pointer;
  color: #777;
  padding: 8px;
}
@media screen and (max-width: 850px) {
  header .mdd_lv1 > ul li a, header .mdd_lv1 > ul li button {
    font-size: 12px;
  }
}

.mdd_lv1 > ul li a:hover,.mdd_lv1 ul li button:hover {
  color: #555;
  text-decoration: underline;
}
/*-- Level2 -------------------------  */
ul.mdd_lv2 {
  display: none;
  position: absolute;
  top: 32px;
  left: 0px;
  background: rgba(255,255,255,0.99);
  width: 768px;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 6px rgba(51,51,51,0.2);
}
.mdd_lv1 > ul li:hover ul.mdd_lv2 {
  display:block;
}
ul.mdd_lv2 li {
  margin: 8px 0;
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
}
ul.mdd_lv2 li a {
  padding: 5px;
  color: #555;
}
ul.mdd_lv2 li a:hover {
  text-decoration: underline;
  background: #EFF9FF;
  color: #000;
}
/*
-- Level3 -------------------------  */
ul.mdd_lv3 {
  position: static;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
}
ul.mdd_lv3 li {
  width: 32%;
  margin: 0;
  padding: 0;
}

ul.mdd_lv3 li img {
  margin-right: 10px;
}
ul.mdd_lv3 li a {
  color: #555;
  font-size: 12px;
}
/* メニューのコンテンツ用 */
ul.cntnts-li-st {
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
}
ul.cntnts-li-st li {
  width: 45%;
  margin: 0 16px;
  padding: 0;
}

ul.cntnts-li-st li a {
  font-size: 12px;
  padding: 10px 0 10px 0 !important;
}

/*SP下部固定メニュー*/
.sp-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
.sp-nav > ul {
  display: flex;
  align-items: stretch;
}
.sp-nav > ul > li {
  width: 20%;
  border-right: #fff 1px solid;
}
.sp-nav > ul > li > a , .sp-nav > ul > li > button {
  display: block;
  width: 100%;
  background-color: #367dc9;
  padding: 8px 5px 5px 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.sp-nav > ul > li > a:active , .sp-nav > ul > li > a:hover , .drawer-open .sp-nav > ul > li > button {
  background-color: #0094e8;
  text-decoration: none;
}

.sp-nav > ul > li:last-child {
  border-right: none;
}

/*ハンバーガー関連*/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-navi-wrap {
  display: none;
}

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 10002;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dr-dr-mn-itm img {
  margin-right: 5px;
}

.drwr-mn-i {
  font-size: 1.1rem;
  display: block;
  padding: .6rem;
  text-decoration: none;
  color: #222;
}

.drwr-mn-i:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

#search-sp input[type="text"] {
  width: 87%;
  margin: 0 0 0 12px;
  height: 30px;
}

.drawer-select1 {
  width: 220px;
  margin-left: 12px;
}

.drawer-hr1 {
  width:95%;
  margin:5px auto;
}

.drw-bnr1 {
  margin-top: 20px;
}
.drw-bnr1 > a > img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sp-nav-close::after {
  content: "";
  display: block;
  width: 0;
  height: 80px;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*---Left----*/

.drawer--left .drawer-nav {
  left: -20rem;

  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav {
  left: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

/*bug対策*/
.s_drawer-overlay.s_overlay-on,
.s_drawer-open .s_drawer-overlay.s_overlay-on {
  display: none;
}

.drawer-dropdown > button {
  width: 100%;
  text-align: left;
}
/*!------Dropdown--------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.dr-dr-mn-mar15 > li {
  margin: 15px 0;
}

.dr-dr-mn-mar5 > li {
  margin: 5px 0;
}

.dr-dr-mn-mn1 > li > a , .dr-dr-mn-mn2 > li > a  {
  display: block;
  text-decoration: none;
  color: #222;
}
.dr-dr-mn-mn1 > li > a {
  padding: 0 0.75rem 0 1.5rem;
}
.dr-dr-mn-mn2 > li > a {
  padding: 10px 0.75rem 10px 1.5rem;
}

.dr-dr-mn-mn1 > li > a:hover , .dr-dr-mn-mn2 > li > a:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret ▲が回るやつ*/

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*ハンバーガー関連ここまで*/


.sold-out {
  font-weight: bold;
  color: #c93636;
}

@media screen and (max-width: 481px) {
  .tab-pc {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .only-phone {
    display: none;
  }

}

.search-form input[type="text"]{
  max-width: 100%;
  margin: 16px 0;
}
.search-form input[type="submit"]{
  margin-left: 8px;
}
:placeholder-shown {
  font-size: 12px;
  color: #ddd;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  font-size: 12px;
  color: #ddd;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 12px;
  opacity: 1;
  color: #ddd;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 12px;
  opacity: 1;
  color: #ddd;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 12px;
  color: #ddd;
}


/*　お気に入り  */
.product-list__fav-items {
  margin: 0px;
  width: 100%;
  vertical-align: middle;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #464646;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
  vertical-align: middle;
}
.product-list__fav-items .fav-items:after {
  content: '済';
}

.product-list__fav-items svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
}

.links {
  max-width: 1000px;
  margin: 20px auto;
  background: #fff;
  color: #000;
  padding: 16px;
  border-radius: 8px;
}
.links a {
  color: #000!important;
}
.links img {
  width: auto;
  height: 50px;
}
.favo-list-btn {
  border:1px solid #ddd;
  border-radius: 5px;
  padding:3px 20px 3px 20px;
}

/*　商品ページの装飾用 */
/* iOSのバグ用に角丸テーブルは禁止 */
.item-disc {
  font-size: 12px;
  line-height: 18px;
}
#contents .item-disc a {
  font-size: 12px;
  text-decoration: none;
  color: #555!important;
  display: block;
}
#contents .item-disc a:hover {
  color: #aaa!important;
}
.product-box-wrap {
  background: #fff;
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.product-box-wrap p {
  line-height: 18px;
}
.product-box {
  margin:0px;
  padding: 8px;
}


table.tbl-b {
  border-collapse: collapse;
  width: 100%;
}
table.tbl-b th,
table.tbl-b td {
  border: solid 1px #ddd;
  padding: 16px;
}

.scroll {
  font-size: 14px;
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 12px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
@media screen and (max-width:980px) {
  .scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll-info {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
}
.scroll-info {
  display: none;
}
.size-table th {
  background-color: #efefef;
}
@media screen and (max-width: 980px) {
  .scroll-info {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
}
/* for safari */
.col-lg-6 {
  width: 49.5%;
}
.col-lg-4 {
  width: 33.2%;
}
.col-lg-3 {
  width: 24.5%
}
.col-lg-2 {
  width: 16%;
}
@media (max-width: 768px){
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-4 {
    width: 32.5%;
  }
  .col-sm-3 {
    width: 24.5%;
  }
}
@media (max-width: 480px){
  .col-sm-4 {
    width: 32.5%;
  }
  .col-sm-3 {
    width: 24.5%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-6 {
    width: 49.5%;
  }
  .col-xs-4 {
    width: 33%;
  }
}

ul.check-list {
  display: block;
  padding: 0.7em 0em 0.7em 3em;
  position: relative;
}
ul.check-list li {
  display: block;
  padding: 0.4em 0;
}
ul.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: lightgreen;
  font-size: 1.3em;
  font-weight: bold!important;
}
.option-list {
  font-size: 12px;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ranking ランキング */
.ranking-list h5 {
  margin-top: 18px;
  font-size: 24px;
}
.ranking-list li {
  background: #fff;
  color: #222;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #efefef;
  margin-bottom: 24px;
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}
.ranking-topic {
  border-top: 1px dotted #222;
}
.ranking-comment p {
  font-size: 14px;
}
@media (max-width: 468px){
  .ranking-comment p {
    font-size: 12px;
  }
}
.ranking-comment span:first-child {
  font-weight: bold;
}

.btn-red {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #bc1c1c;
  color: #FFF!important;
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 4px #9b1a14;
  border-radius: 8px;
}
.btn-red:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
a.btn-red:hover {
  text-decoration: none;
}

.check-info {
  padding: 16px;
  background: #f9f9f9;
  margin: 16px 0;
}
.check-info h5 {
  font-size: 16px;
  font-weight: bold;
}
.check-info p {
  margin: 16px 0;
}
.souryou-muryou {
  padding: 4px;
  background: #bf0000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}


@media (max-width:468px) {
  .product-xs-list-img {
    width: 40%;
    float: left;
  }
  .item-icon img {
    width: 30px;
    height: auto;
  }
}

.info-window {
  width: 100%;
  padding: 8px 2px;
  color: #fff;
  background: rgba(0,0,0,0.5)!important;
  font-size: 12px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}

.category-list-flex p {
  line-height: 1.5;
}
.category-list-flex li div {
  padding: 8px;
  border: 1px solid #efefef;
}
.category-list-flex h3 {
  font-weight: normal;
}
ul.category-list-flex li a {
  display: block;
}
ul.category-list-flex li {
  display: block;
  margin-top: 16px;
  display:flex;
}
@media (max-width: 468px) {
  .category-list-flex p {
    line-height: 1.3;
    font-size: 12px;
  }
  .category-list-flex h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
  .category-list-flex h3 span {
    display: block;
  }
}


/* 20210226　追加分 */
ul.flex2col1,ul.flex2col2,ul.flex3col1,ul.flex3col2,.flex4col1,.flex4col2 {
    display:flex;
    flex-wrap:wrap;
}
@media only screen and (max-width:480px) {
    /*sp時一列*/
    ul.flex2col1,ul.flex3col1,.flex4col1 {
        display:block;
    }
}
/*2つ並びのリスト（flex）現時点では、空調服は間を15px*/
ul.flex2col1 > li , ul.flex2col2 > li{
    list-style-type: none;
	width: calc((100% - 15px) / 2);
    margin: 0 14.9px 15px 0;
}
ul.flex2col1 > li:nth-child(2n) , ul.flex2col2 > li:nth-child(2n)  {margin-right: 0;}
@media only screen and (max-width:480px) {
    ul.flex2col1 > li{
        width: 100%;
        margin: 0 0 15px 0;
    }
}
/*3つ並びのリスト（flex）*/
ul.flex3col1 > li,ul.flex3col2 > li{
    list-style-type: none;
	width: calc((100% - 30px) / 3);
	margin: 0 14.9px 15px 0;
}
ul.flex3col1 > li:nth-child(3n),ul.flex3col2 > li:nth-child(3n) {margin-right: 0;}
@media only screen and (max-width:480px) {
    ul.flex3col1 > li{
        width: 100%;
        margin: 0 0 15px 0;
	}
}
/*3つ並びのリスト2（flex,SP時2つ並び）*/
@media only screen and (max-width:480px) {
    ul.flex3col2 > li{
        list-style-type: none;
        width: calc((100% - 15px) / 2);
        margin: 0 14.9px 15px 0;
    }
    ul.flex3col2 > li:nth-child(3n) {margin-right: 14.9px;}
    ul.flex3col2 > li:nth-child(2n) {margin-right: 0;}
    ul.flex3col2 > li:nth-child(6n) {margin-right: 0;}
}

/*4つ並びのリスト（flex）*/
ul.flex4col1 > li,ul.flex4col2 > li{
    list-style-type: none;
	width: calc((100% - 45px) / 4);
	margin: 0 14.9px 15px 0;
}
ul.flex4col1 > li:nth-child(4n),ul.flex4col2 > li:nth-child(4n) {margin: 0 0 15px 0;}
@media only screen and (max-width:480px) {
    ul.flex4col1 > li{
        width: 100%;
        margin: 0 0 15px 0;
    }
}
/*4つ並びのリスト2（flex,SP時2つ並び）*/
@media only screen and (max-width:480px) {
    ul.flex4col2 > li{
        list-style-type: none;
        width: calc((100% - 15px) / 2);
        margin: 0 14.9px 15px 0;
    }
    ul.flex4col2 > li:nth-child(2n) {margin-right: 0;}
}

/*上付き文字用*/
sup{
    font-size:0.5em;
}

/*フッター宅配ロゴ*/
.takuhai-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* ----SNSシェアアイコン---- */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    white-space: nowrap;
}
.fa-note:before {
  content: "n";
  font-family: Verdana;
  font-weight: bold;
  white-space: nowrap;
}
#contents .snsshare-p {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}
.snsshare-box ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
}
#contents ul.snsshare li a {
    display: block;
    text-align: center;
    width: 80px;
    padding: 5px;
    transition: 0.3s;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
#contents ul.snsshare li i {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}
li.twitter a {
    background-color: #000;
    border: #000 1px solid;
}
li.facebook a {
    background-color: #3a8df7;
    border: #3a8df7 1px solid;
}
li.hatena a {
    background-color: #45b5f7;
    border: #45b5f7 1px solid;
}
li.line a {
    background-color: #00B900;
    border: #00B900 1px solid;
}
li.pocket a {
    background-color: #ff7b7b;
    border: #ff7b7b 1px solid;
}
#contents ul.snsshare li.note a {
  background-color: #fff;
  color: #040000;
  border: #040000 1px solid;
}
#contents ul.snsshare li a:hover , #contents ul.snsshare li a:focus {
    background-color: #fff;
}
#contents ul.snsshare .twitter a:hover , #contents ul.snsshare .twitter a:focus {
    color: #000;
}
#contents ul.snsshare .facebook a:hover , #contents ul.snsshare .facebook a:focus {
    color: #3a8df7;
}
#contents ul.snsshare .hatena a:hover , #contents ul.snsshare .hatena a:focus {
    color: #45b5f7;
}
#contents ul.snsshare .line a:hover , #contents ul.snsshare .line a:focus {
    color: #00B900;
}
#contents ul.snsshare .pocket a:hover , #contents ul.snsshare .pocket a:focus {
    color: #ff7b7b;
}
#contents ul.snsshare .note a:hover , #contents ul.snsshare .note a:focus {
  color: #fff;
  background-color: #040000;
}


@media only screen and (max-width:768px) {
    .sns-sp-hidden {
        display: none;
    }
    #contents ul.snsshare li a {
        display: block;
        width: 42px;
        padding: 10px;
    }
    #contents ul.snsshare li i {
        font-size: 20px;
        margin-right: 0;
    }
}

/*スマホのみTEL常時表示用*/
@media only screen and (max-width:768px) {
  .sp-fixed-tel {
    background-color: rgba(54, 125, 201, 0.9);
    width: 100%;
    height: 92px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    position: fixed;
    z-index: 100;
    color: #fff;
    bottom: 0;
    overflow: hidden;
  }

  .sp-fixed-tel > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sp-fixed-tel > ul > li {
    width: 48%;
  }

  .sp-fixed-tel > ul > li a {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255,0.9) ;
    color: #367dc9;
    text-align: center;
    padding: 10px;
  }


.line-h15 {
  line-height: 1.5em;
}
}


.flex {
  display: flex;
}
.flex-jc-s {
  justify-content: flex-start;
}
.flex-jc-sb {
  justify-content: space-between;
}

.flex-jc-sa {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-ai-c {
  align-items: center;
}

.flex-ai-stretch {
  align-items: stretch;
}
.flex-ai-end {
  align-items: flex-end;
}


.product-box-img {
  width: 100%;
}

@media only screen and (max-width:768px) {
  .block-pad {
    display: block;
  }
}

@media only screen and (max-width:480px) {
  .block-sp {
    display: block;
  }
}



  /*最近チェックしたswiper*/
  .wiper-k6col3 .swiper-wrapper {
    width: 100%;
  }

  .swiper-k6col3 .swiper-slide {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin-bottom: 18px;
  }

  .swiper-k6col3 .swiper-pagination-bullets {
    position: static;
    margin: 8px 0;
  }

  .swiper-k6col3 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }

  .swiper-k6col3 .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }

  .snsf-p {
    text-align: center;
    font-size: 12px;
    padding: 5px;
  }
  .snsf-p::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #555;
    transform: rotate(-30deg);
    margin-right: 10px;
    position: relative;
    top: 3px;
  }

  .snsf-p::after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #555;
    transform: rotate(30deg);
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

/*事務サイトへのリンク*/
.jmlnk {
  border: #f3235e 5px solid;
}

.jmlnk a {
  display: block;
  padding: 10px;
}

.jmlnk p {
  background-color: #f3235e;
  padding: 10px 10px 0 10px;
  color: #fff;
}

.snsf-p {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.snsf-p::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #555;
  transform: rotate(-30deg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.snsf-p::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #555;
  transform: rotate(30deg);
  margin-left: 10px;
  position: relative;
  top: 3px;
}


/*クーポン表示　クーポン不使用時非表示*/
/*.page-top {
  bottom: 65px;
}

body .coupon-modal.is-mini .coupon-box-modal {
  display: none;
}
#coupon {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #bc1c1c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  z-index: 10000;
}

#coupon::after {
  content: "お得なクーポン";
}



@media only screen and (max-width:768px) {

#coupon {
  bottom: 52px;
  right: 10px;
}

.page-top {
  bottom: 95px;
}

}*/

