/*----------共通----------*/
body{
	background-color:#fff;
	font-size:15px;
	line-height:1.6em;
}

a {
	color:#007bbb;
}



/*----------ヘッダー----------*/
.site-description{
  font:normal 0.6rem sans-serif;
  text-align:center;
  line-height:1.5em;
  color:#fff;
  margin:0 0 5px 0;
  padding:3px;
  background-color:#039;
}

#wrapper{
	width:95%;
	margin:0 auto;
	padding:5px 0 0;
	background-color:#fff;
}

.head_logo{
	display:block;
	width:75%;
	margin:5px auto;
}


.bn_menu_mobile{
	width:70%;
	background-color:#390;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	margin:10px auto;
}

.bn_menu_mobile a{
	color:#fff;
	padding:5px 5px 5px 33px;
	background:url('/shop/item/maruden/design/img01/ico_glass.jpg') left no-repeat;
	margin:0;
	font-size:0.8rem;
}

/*------------ ハンバーガーメニューここから -------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: rgba(255,255,255,0.95);
}

.menu-btn p{
	padding:34px 0 0;
	font-size:10px;
	color:#039;
}

.menu-btn span{
	top:18px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #039;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/*メニュー内*/

.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(255,255,255,0.95);
    transition: all 0.5s;/*アニメーション設定*/
}


.menu-content ul {
    padding: 0 1em;
    margin:0;
    height:100%;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.menu-content ul li {
    list-style: none;
    text-align:left;
    font-weight:bold;
}

.menu-content ul li.top {
    padding-top:70px;
}	

.menu-content ul li.cat {
    border-bottom: dotted 1px #aaa;
    color:#444;
    font-weight:bold;
    font-size:1em;
    padding:1.5em 0.3em 0.5em;
    margin-bottom:0.2em;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#036;
    text-decoration: none;
    padding: 0.7em 0.2em 0.7em 0.5em;
    position: relative;
}


#menu-btn-check:checked ~ .menu-content {
    left: 30%;/*メニューを画面内へ*/
}

/*------------ ハンバーガーメニューここまで -------------*/




/* --------- 商品一覧 --------- */

 /* サムネイル幅 */
.FS2_container_ItemList .thumbnail{
	width:100%;
}

/* 商品名 */
.fs_goods_container td{
	font-size:0.9rem;
	line-height:1.4em;
	padding:4px;
}

.fs_goods_container td a{
	color:#039;
	font-weight:bold;
}

/* 価格 */
.FS2_itemPrice_text{
	line-height:1.8em;
}

.FS2_special_price,
.FS2_itemPrice_addition{
	font-size:0.7rem;
}

.itemPrice{
	color:#c00;
}

/* 在庫切れ表示 */
.itemStock FS2_noStockText{
}

.user_content p{
	margin:1em 0.5em;
}


/* --------- 商品詳細 --------- */

h1.itemTitle{
	font-size:1.2rem;
	line-height:1.4em;
}

.FS2_body_Goods_GoodsDetail .itemPrice{
	font-size:1.2rem;
	font-weight:bold;
	color:#c00;
}

.FS2_point{
	font-size:0.8rem;
}

.FS2_contents_container{
	width:90%;
	margin:0.5em auto;
	padding:0.5em;
}

.FS2_contents_container p{
	margin:1em 0.5em;
}

.item_syousai{
	border-collapse:collapse;
}

.item_syousai th,
.item_syousai td{
	border-collapse:collapse;
	border:solid 1px #000;
	padding:8px 10px;
	font-weight:normal;
	font-size:0.9rem;
	line-height:1.5em;
}

.item_syousai th{
	background-color:#f0f0f0;
	width:30%;
}

.FS2_ItemComment strong{
	font-weight:600;
	color:#ff6347;
	font-size:110%;
}

.FS2_ItemComment .notice{
	color:#036;
	font-size:90%;
	font-weight:600;
	padding:0.5em 0.6em;
	border:solid 1px #036;
	text-align:center;
	margin:2em 0 1em;
	border-radius:0.4em;
	box-shadow:1px 1px 1px #f5f5f5;
}

.FS2_ItemComment h2{
	color:#333;
	font-size:1.5em;
	padding:0.5em 0 0.3em;
	margin:1em 0 0.5em;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings: "palt";
	font-family:serif;
}

.FS2_ItemComment h3{
	color:#dc143c;
	font-size:1.3em;
	padding:0.5em 0 0.3em;
	margin:1.3em 0 0.2em;
	font-weight:800;
	line-height:1.5em;
	border-bottom:solid 3px #dc143c;
	letter-spacing:0.05em;
	font-feature-settings: "palt";
}

.FS2_ItemComment .howto{
	display:inline-block;
	background:#444;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	padding:0.1em 0.7em;
	box-shadow:2px 2px 0 #ccc;
	margin:0.5em 0 0;
}

.FS2_ItemComment  .banner_link{
	box-shadow:0 1px 3px #666;
}

a.bn_furusato{
	width:100%;
	height:auto;
	margin:1em 0 2em;
	display:block;
}

/*アイコン*/
ul.FS2_original_icons{
	margin:0.2em 0;
	overflow:hidden;
}

.FS2_original_icons li.ico_original img{
	width:auto;
	height:20px;
	vertical-align:middle;
}

.FS2_ItemComment p.award strong{
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	display: inline-block;
	background: #b8860b;
	margin:0.4em 0;
	padding:0.3em 0.7em;
	position: relative;
	overflow: hidden;
	text-shadow:0 1px 0 #946a02;
	border-radius:0.3em;
}


/* ボタンをキラッとさせる */
.FS2_ItemComment p.award strong:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 80) 41%, rgba(255, 255, 255, 0) 0%);
  animation: shine 5s infinite; /* inifiniteによりずっと続ける */
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/*レターパックの注意点*/
.FS2_ItemComment ul.letterpack_note{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}

.FS2_ItemComment ul.letterpack_note li{
	width:95%;
	font-size:0.9em;
	padding:0.5em 0.8em;
	margin:0.8em 0;
	line-height:1.6em;
	background:#F8F5F3;
	border-radius:0.4em;
}


/* --------- カートの中 --------- */
.FS2_Cart_Item_table td{
	padding:3px;
}

.FS2_Cart_Item_table td img{
	width:100px;
}

.FS2_Cart_Item_table td .FS2_itemname{
	font-weight:bold;
	line-height:1.4em;
}






/*----------フッターコメント----------*/
/* ログイン非表示 */
.FS2_login_logout{display:none;}

/* 検索フォーム非表示 */
.FS2_Search{display:none;}

 /* メルマガ申込・停止非表示 */
.FS2_mailmagazine_entry_cancel{display:none;}

 /* 特定商取引法に基づく表示非表示 */
.FS2_businessdeal{display:none;}

 /* 送料とお支払い方法について非表示 */
.FS2_postagesettlelist{display:none;}

 /* 個人情報の取り扱いについて非表示 */
.FS2_privacypolicy{display:none;}







/*----------フッター----------*/
.footer{
	width:95%;
	margin:20px auto 10px;
	padding:0;
	background-color:#fff;
}

.footer a{
	color:#000;
}

.footer h5{
	background-color:#f0f0f0;
	color:#039;
	font-weight:bold;
	font-size:1.0rem;
	text-align:center;
	padding:5px 0;
	margin:10px 0;
}

.souryou{
	width:100%;
	margin:1em 0;
}

.footer p,
.footer .souryou,
.footer .souryou td{
	font-size:0.8rem;
	line-height:1.6em;
	padding:0 3px;
}

.footer .souryou td{
	border-bottom:dashed 1px #aaa;
	padding:5px 10px;
}

.footer_menu{
	text-align:center;
}

/*商品メニュー*/
.footer h4.category{
	text-align:center;
	color:#036;
	font-size:1em;
	font-weight:bold;
	margin:0.5em 0;
}

.footer table.category{
	table-layout:fixed;
	width:100%;
}


.footer .category th{
	width:15%;
	border:solid 1px #ddd;
	overflow:hidden;
}

.footer .category td{
	width:35%;
	vertical-align:middle;
	font-size:0.9em;
	font-weight:400;
	line-height:1.2em;
	padding:0 0 0 5px;
	border:solid 1px #ddd;
}

.footer .category td span{
	font-size:0.8em;
}

.footer .category th img{
 	width:100%;
	height:3.5em;
	object-fit:cover;
	display:block;
}

.footer .category td a{
	display:block;
}

.footer table.category .blink{
	display:inline-block;
	font-size:10px;
	color:#c9171e; /*レッド*/
	font-weight:normal;
	animation: flash 1s ease infinite;
	margin:0 0.3em;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}



.mobile_only{
display:block;
}
