/*ランキング部分*/
.boxA:after{
   content: "";
   display: block;
   clear: both
  }


.rank_p {
    height: 147px;
    background-color: antiquewhite;
}

.item_name{
   font-size: 1.6rem;
   height:70px}

.rank1{
    border: solid;
    float: left;
    width: 33.3333%;
    padding: 1%}
.rank2{
    border: dashed;
    float: left;
    width: 33.3333%;
    padding: 1%}
.rank3{
    border: solid;
    float: left;
    width: 33.3333%;
    padding: 1%}


/*categoryページのCSS*/
.cathead {
    background-color: #373941;
    color: #ffffff;
    text-align: center;
}

.intro {
    align-content: center;
}

.style-logo {
    display: block;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

.lead {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 18px;
    color: #373941;
    padding: 10px;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
/*バナーの余白*/
.banner{margin-top:15px;
}


/*バナーの並び*/
.top-banner{
	display: flex;
	flex-wrap:wrap;
　　　　　 list-style: none;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
　　　　　list-style: none;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}


/* スマホコラムパーツ2列表示 */
div.fs-pt-column--2 {
    display: flex;
    flex-wrap: wrap;
}

div.fs-pt-column--2 > a {
    flex-basis: 50%;
}

.fs-pt-column__item {
    color: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 1px;
    text-decoration: none;
}

/*ショッピングカートページ*/
@media screen and (max-width: 768px) {
.fs-body-cart .fs-c-orderTotalTable th {
  background-color: #eee;
}
.fs-body-cart .fs-c-cartTable__row {
  grid-template-columns: 1fr auto;
  grid-column-gap: 16px;
}
.fs-body-cart .fs-c-cartTable__dataCell--product {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity {
  grid-column: 2;
  grid-row: 1;
}
.fs-body-cart .fs-c-cartTable__dataCell--action {
  grid-column: 2;
  grid-row: 2;
}
.fs-body-cart .fs-c-button--cancel--cart {
  text-align: right;
}
.fs-body-cart .fs-c-cartTable__actionButton__container--buyItLater,
.fs-body-cart .fs-c-cartTable__dataCell--subtotal,
.fs-body-cart .fs-c-cartTable__dataCell--point {
  display: none;
    }
}

.fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    display: block;
    height: auto;
    max-width: 101px;
    width: 100%;
}

.fs-c-button--image > img {
    display: block;
    max-width: 79%;
    margin-left: auto;
    margin-right: auto;
}


.fs-c-productList__list__item {
    border-bottom: 1px solid #f7f7f7;
    padding: 16px 8px;
    
}

.fs-l-main{background:#ffffff}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border: 2px solid #cccccc;
    border-radius: 0px;
    padding: 4px 5px;
    font-size: large;
}

.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 8px;
    font-size: larger;
}

.fs-c-radio__radioLabelText {
    flex-grow: 1; 
    color: #f7f7f7;
}

.fs-c-radio__radioLabelText {
    flex-grow: 1;
    color: #33416f;
}

.fs-c-button--primary {
    background: #ce5204;
    border: 1px solid #ce5204;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 320px;
}

.fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: 1.5rem;
}

/*サイドバー*/
.fs-p-drawer{background:#e1e8ed}
.fs-p-logo__lead{max-width: 150px}
.fs-l-header{background:#ffffff}
.fs-p-drawerButton__label{font-size:1.5rem}



/*画像など*/
.fs-c-slick .slick-slide img {display: block;
    
}

.map {
 position: relative;
 width: 100%;
 padding-top: 75%;
}
.map iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*トップページバナー*/
.fs-p-logo__lead{font-size: 90%}
.fs-c-documentArticle__heading{font-size: 130%; padding: 20; background: #006db8}

.fs-c-breadcrumb {
    font-size: 2.0rem;
}

.fs-p-logo__image {
    max-height: 150px;}
.small {
    display: block;
    width: 300px;
    float: left;
    padding: 10px 10px 30px 10px;
}

header.fs-l-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 130px;
align-items: center;
}


.fs-p-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 250px;
}

/*文章*/
.comment{
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", sans-serif;
font-size: 18px;
background-position-x: center;
font-weight: 500
}

.text_strong, {
    background: url(https://kurashikiya2525.itembox.design/item/strong.png) repeat-x center bottom;
    background-image: url(https://kurashikiya2525.itembox.design/item/strong.png);
    background-position-x: center;
    background-position-y: bottom;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;

}

/*リボン見出し*/
.ribon {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

.ribon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*見出しボーダー強調*/
.border  {
  position: relative;
  padding: 1.5rem 1rem;
  
}

.border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*縫い目*/
.nuime {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 11px;
  font-weight: bold;
}

/*下線*/
.underbar{
   padding: 0.5rem 1rem;
  border-bottom: 3px dotted #000;
  
}



