<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a { text-decoration: none; }
.inner { max-width: 1200px; }
#onlineshop .contents { padding: 50px 0; }
#main { width:72%; order:2; }
#sidebar { width:24%; order:1; }


/* category ---------------- */
.conTtl { padding-bottom: .8em; line-height: 1.3; }
.conTtl .en { display: block; font-size: 13px; }

.shop-cat-nav { margin-top: 30px; }
.shop-cat-nav&gt;li { position: relative; width: 25%; text-align: center; }
.shop-cat-nav&gt;li&gt;a { display: block; padding: .5em 1em .4em; text-decoration: none; line-height: 1.3; letter-spacing: .1em; }
.shop-cat-nav&gt;li&gt;a:hover { background: #eff3f8; color: #333; }
.shop-cat-nav .en { display: block; font-size:0.625em; }

.shop-pan { margin-bottom: 20px; }

.orderLink { margin-bottom: 30px; justify-content: flex-end; -webkit-justify-content: flex-end; }
.orderLink &gt;li { position: relative; }
.orderLink &gt;li:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 0;
  width: 1px; height: 100%; background: #ccc;
  }
.orderLink &gt;li&gt;a { padding: 0 1em; text-decoration: none; color: #333; }

.itemList { max-width: 1000px; margin: 0 auto; }
.itemList.flex { margin-left:-3.33%; }
.itemList.flex &gt; li { width:30%; margin-left:3.33%; margin-bottom: 3%; }

.itemList&gt;li&gt;a { text-decoration: none; }
.itemList&gt;li&gt;a:hover { color: #333; }
.itemList .item_data { margin-top: 1em; }
.itemList .item_data .name { margin: 0; line-height: 1.3; }
.itemList .item_data .price { margin: 0; font-size: 1.25em; font-weight: bold; }
.itemList .item_data .price .tax { margin-left: .5em; font-size: 13px; color: #aaaaaa; }

/* side_categories */
.btn_cart_see { margin-bottom: 20px; }

.side_cat_title { display:none; }
.side_categories .cname &gt; a { display:block; margin-bottom:.2em; padding:.5em 2em .5em 1em; line-height:1.4; font-weight:bold; background:#223355; position:relative; text-decoration: none; color: #fff; }
.side_categories .cname &gt; a::after {
  content:""; position:absolute; top:50%; right:1em;
  display:block; width:8px; height:8px; margin-top:-4px;
  border:1px solid;
  border-color:transparent transparent #fff #fff;
  transform:rotate(-45deg) translateY(-50%);
  -webkit-transform:rotate(-45deg) translateY(-50%);
  }
  .side_categories .cname &gt; a.open::after {
    margin-top:0;
    border-color:#fff #fff transparent transparent;
    }

.side_categories &gt; .list &gt; li + li { margin-top:1.5em; }
.side_categories .sub1 { font-size:.95em; }
.side_categories .sub1 &gt; li { width: 100%; padding:6px 1em 5px; border-bottom:1px dotted #aaa; }
.side_categories .sub1 &gt; li &gt; a { display:block; font-weight:bold; text-decoration: none;   }
.side_categories .sub2 &gt; li { margin-left:1em; }

/* details ---------------- */
#onlineshop #contents &gt; section { padding-top: 0; }
.details { margin-bottom: 50px; }

/*商品詳細画像*/
.item-imgbox { width: 100%; }
#slider{ position: relative; width: 80%; margin: 0 auto 10px; }
#slider img { width: 100%; }
#thumbnail_slider { position: relative; width: 80%; margin: 0 auto 10px; }
#thumbnail_slider li { margin: 0 2px; }
#thumbnail-item img { width: 98%; margin: 0 auto; }
#thumbnail_slider .slick-current { background: #000; }
#thumbnail_slider .slick-current img { opacity: .5; }
.slick-arrow { display: block;
  width: 20px; height: 20px;
  border-top: solid 2px #ccc; border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
.slick-next { right: -30px; }
.slick-prev { left: -30px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.slick-prev:before, .slick-next:before { display: none!important; }

/*ピンチインアウトできない対策*/
.slick-slider { -ms-touch-action: auto; touch-action: auto; }


/*商品詳細テキスト*/
.item-cat li { margin-right:5px; margin-bottom:5px; font-size:14px; }
.item-cat a { display:inline-block; padding:0 16px; text-decoration:none; background:#223355; border:1px solid #223355; color: #fff; }
.item-cat a:hover { color:#223355; background: #fff; }

.item-txtbox { width: 100%; }
.item-txtbox .item-price { font-size: 1.75rem; }
.item-txtbox .item-price .tax { margin-left: .5em; font-size: 13px; color: #aaaaaa; }
.item-txtbox .item-name { font-size: 1.25em; font-weight: bold; }

.d_data { margin-bottom: 10px; }
.d_data dt { position: relative; width: 30%; margin-bottom: 10px; padding-left: 12px; font-size: 1.15em; font-weight: bold; }
.d_data dt::before { content: ""; position: absolute; top: 50%; left: 0;
  width: 4px; height: 1em;
  transform: translateY(-50%); background: #698aab; 
  }
.d_stock dt { float: left; clear: left; }

.d_data table { width: 100%; font-size: 15px; }
.d_data table tr &gt; th { width: 26%; border: 1px solid #eee; font-weight: bold; background: #fafafa; }
.d_data table tr &gt; td { margin-bottom: 10px; border: 1px solid #eee; }


.cartBtn { position: relative; display:block; width: 100%; padding:.8em 1em .7em;
  font-size: 1.125em; text-decoration: none; text-align: center; 
  border: 1px solid #698aab; border-radius: 100px;
  background: #698aab; color: #fff; 
  transition: all .3s; outline: none; 
  }
/*.cartBtn::before { content: ""; position: absolute; top: 50%; left:25%;
  width: 40px; height: 40px;
  background: url("../img/common/icon_cart.png") no-repeat center;
  background-size: 20px;
  transform:translateY(-50%);
  }*/
.cartBtn:hover { color: #223355; background: #fff; border-color:#223355; }
/*.cartBtn:hover::before { background-image:url("../img/common/icon_cart_blue.png"); }*/
.cartBtn.soldout { border-color: #ccc; background: #ccc; }
.cartBtn.soldout:hover { color: #fff; }


/* form ボタン*/
.btn_cart { position:relative; display:block; padding:.5em 2em .5em 3.5em;
  color:#fff; text-align:center;
  text-decoration:none; font-family:"tbcgothic-std",sans-serif; font-size:1em;
  letter-spacing:.1em; border:none; background:#86add5; cursor:pointer;
  -webkit-transition:all .5s; transition:all .5s }
.btn_cart:before { content:""; position:absolute; top:.75em; width:1.2em; height:1.2em; margin-left:-1.7em; background:url("../img/common/ico_cart.svg") no-repeat center / 100%; }
.btn_cart:hover { text-decoration:none; color:#fff; background:#223355; }


.item-txtbox .linkbox { justify-content: flex-end; -webkit-justify-content: flex-end; }
.item-txtbox .linkbox&gt;li { position: relative; margin-left: 1em; }
.item-txtbox .linkbox&gt;li::before { content: ""; position: absolute;
  top: 50%; left: 0; width: 0; height: 0;
  border: 4px solid transparent; border-left: 8px solid #698aab; transform: translateY(-50%);
  }
.item-txtbox .linkbox&gt;li&gt;a { padding-left: 1em; font-size: .8em; text-decoration: none; }


.form.cart .num-update { display:inline-block; width:1.8em; height:1.8em; margin:0 .2em; color:#fff; font-size:.7em; font-weight:bold; text-align:center; cursor:pointer; border-radius:50%; background:#333; -webkit-transition:all .5s; transition:all .5s; }
.form.cart .num-update:hover { opacity:.7; }

/* お買い物メニュー(cart)*/
.shop_menu1 { margin:60px auto; padding:.5em; background:rgba(201, 201, 201, 0.5); }
.shop_menu1 li { position:relative; font-size:.938em; }
.shop_menu1 li:before {
  content: ""; display: block; margin: auto 0;
  position: absolute; top: 50%; left: 0;
  width: 6px ; height: 6px;
  border-top: solid 2px #333; border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate( 45deg );
}
.shop_menu1 li:not(:last-child) { margin-right:1.8em; }
.shop_menu1 li a { display:block; padding-left:1.5em; color:#000; }
.shop_menu1 li a:hover { text-decoration:none; opacity:.5; }

/* お買い物メニュー(shoping) */
.shop_menu2 { width: 100%; margin: 50px auto 0; padding: 20px 0;
  font-size: .87em; background: none; border-top: 1px solid #eee;
  justify-content: flex-start;
  }
.shop_menu2 li { position:relative; font-size:.938em; }
.shop_menu2 li:before {
  content: ""; display: block; margin: auto 0;
  position: absolute; top: 50%; left: 0;
  width: 6px ; height: 6px;
  border-top: solid 2px #333; border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate( 45deg );
}
.shop_menu2 li:not(:last-child) { margin-right:1.8em; }
.shop_menu2 li a { display:block; padding-left:1.5em; color:#000; }
.shop_menu2 li a:hover { text-decoration:none; opacity:.5; }

.white-popup { width:auto; max-width:500px; margin:20px auto; padding:20px; background:#FFF; position:relative; }

/* カート追加完了 */
.addCartBox .done { text-align:center; }
.addCartBox li { width:48%; }
.addCartBox li a { display:block; text-align:center; border: 1px solid #698aab; cursor: pointer; }
.addCartBox .btn_cart_add::before { left:20%; }
.addCartBox li .btn_close { padding:.5em 2em; color: #333; }
.addCartBox li .btn_close:hover { background:#eff3f8; }


.nav_btn { margin-top:50px; }
.nav_btn li { width: 100%; text-align: center; margin-bottom: 10px }
.nav_btn .btn_close { display:block; padding:.8em 1em; border:1px solid #ccc;}
.nav_btn .btn_cart {  padding:.8em 2em .8em 3.5em; }
.nav_btn .btn_cart:before { top: 1em; }




/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {
  
  /* shopping top ---------------- */
  .cat-btn { margin: 80px auto; }
  .cat-btn&gt;li { width: 49%; margin-bottom: 20px; }
  
  /* category ---------------- */
  .shop-cat-nav&gt;li::before { content: ""; position: absolute; top: 0; left: 0;
    width: 1px; height: 100%; background: #ccc;
    }
  .shop-cat-nav&gt;li:last-child::after { content: ""; position: absolute; top: 0; right: 0;
    width: 1px; height: 100%; background: #ccc;
    }

  /* details ---------------- */
  /*商品詳細画像*/
  .item-imgbox { width: 55%; }
  
  /*商品詳細テキスト*/
  .item-txtbox { width: 40%; }
  
}

/* 960px以上(PC) */
@media screen and (min-width: 960px) {
 
}



/* ================================================================
  タブレット
=================================================================== */
/* 1024以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {

}

/* 959以下 (タブレット以下) */
@media screen and (max-width: 959px) {
  
  
}


/*768px 以下 */
@media screen and (max-width: 768px) {
  #main { width:100%; }
  #sidebar { width:100%; }
  .side_cat_title { display:block; margin-bottom:1em; padding:5px; color:#fff; text-align:center; font-size:1.2em; background:#506b81; border:1px solid #32424d; }
  .side_categories { display:none; }
}

/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px){

  #onlineshop .pageHead { margin-bottom: 30px; }
  
  /* category ---------------- */
  .shop-cat-nav { width: 94%; margin: 30px auto 0; }
  .shop-cat-nav&gt;li { width: 49%; margin-bottom: 2%; }
  .shop-cat-nav&gt;li&gt;a { letter-spacing: 0; padding: .5em 0; background: #eff3f8; }
  
  .itemList { justify-content: space-between; -webkit-justify-content: space-between; }
  .itemList.flex li { width:48%; margin-left:2%; }
  .itemList.flex li .item-name { display:none; }
  .itemList.flex { margin-left:-2%; }
  .itemList.flex li .price { bottom:0; }
  
  
  /* details ---------------- */
  .d_data dt { width: 100%; }
  
  .addCartBox li { width:100%; }
  .addCartBox li + li { margin-top:.5em; }












}

</pre></body></html>