@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');


/*======================================

	common 
	
========================================*/


html {
	color: #555555;
	background-color: #ffffff;
	font-family: sans-serif;
	background-color: #ffffff;
}





	


/*======================================

	common text
	
========================================*/



p {
	color: #555555;
	font-size: 15px;
	line-height: 30px;
}

a{
	color:#555555;
	text-decoration: underline;	
}

a:hover{
	color: #bd2d2f;
}


a img{
border:none;
padding:0 0 0 0;
margin:0 0 0 0;
transition: all  0.5s ease;
}
a img:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


figure{
	width:100%;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
figure img{
	width:100%;
	height:auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

section{
	text-align: left;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



.clear{
	clear:both;
	height: 0px;
	overflow: hidden;
}






/*======================================

	page-top
	
========================================*/
#page-top {
display: none;
position: fixed;
bottom: 15px;
right: 15px;
font-size: 12px;
	}
#page-top a {
	background: #bd2d2f;
	text-decoration: none;
	color: #fff;
	width: 45px;
	padding: 3px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}




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

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 3% 0px 3% ;
	text-align : center ;
	background-color: #ffffff;
	border-top: 1px solid #333;
}






.mobile-nav-wrapper {
display: block;
z-index: 99;

}



.mobile-nav-wrapper input {
  display: none;
}
.cp_fullscreenmenu {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 24px;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(33,33,33,0.7) 100%);
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
	font-size: 21px;
	position: relative;
	top: 40%;
	margin-top: -170px;
	padding-bottom: 20px;
	text-align: center;
}
.cp_fullscreenmenu .menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li a {
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
}
.cp_fullscreenmenu .menu ul li a:hover {
	color: #ed6d00;
}
.cp_fullscreenmenu .menu ul li:hover {

}

.cp_fullscreenmenu .menu ul li.menucont-sns {
	display: inline-block;
	margin: 15px 0px 0 0px;
}
.cp_fullscreenmenu .menu ul li.menucont-sns a {
	display: inline-block;
	margin: 0 6px 0 6px;
}
.cp_fullscreenmenu .menu ul li.menucont-sns a img {
	width: 36px;
}

.cp_fullscreenmenu .menu ul li.menucont-onlinestore {
	display: block;
	margin: 15px 0px 0 0px;
}

.cp_fullscreenmenu .menu ul li.menucont-onlinestore a img {
	width: 128px;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-10%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
	top: 0px;
	right: 21px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 15px;
	cursor: pointer;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
	top: -11px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
	top: 7px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background-color: #bd2d2f;
	transition: all 0.1s ease;
}
.cp_fullscreenmenu .open {
	top: 18px;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -11px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 7px;
	content: '';
}

.mobilemenu-inner{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.mobilemenu{
	width: 50%;
	margin: 0 auto 0 auto;
}

.mobilemenu-category a{
	width: 80%;
	margin: 0 auto 9px auto;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	font: 15px;
	border:1px solid #fff;
}

.mobilemenu-info{
	margin-top: 36px;
}

.mobilemenu-info a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	font: 15px;
}

.mobilemenu-global{
	margin-top: 36px;
}
.mobilemenu-global a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	font: 15px;
}



/*======================================

	layout
	
========================================*/

.top-contents-wrapper{
	width:100%;
	min-width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
}


#contents-wrapper{
	width:95%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent;
	clear:both;
}

#contents-wrapper-nl{
	width:95%;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	clear:both;
}

#main-col{
	width:100%;
	position: relative;
	float:none;
	text-align: left;
	margin: 0 0px 0 0;
	padding: 0px 0 0px 0 ;
	background: transparent;
}




#side-col{
	width:100%;
	float:none;
	text-align: left;
	margin: 90px 0 0 0;
	padding: 0px 0 0 0 ;
	background: #fff;
}






/*======================================

	h2
	
========================================*/

.page-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:23px;
	line-height: 1;
	letter-spacing:0em;
	padding: 0 0 0 0;
	margin: 30px auto 30px auto;
	display: flex;
	align-items: center;
	width: 100%;
}

.page-h2 a{
	text-decoration: none;
}

.page-h2:before,
.page-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.page-h2:before {
    margin-right: 1rem;
}

.page-h2:after {
    margin-left: 1rem;
}



/*======================================

	header
	
========================================*/

#header{
	width:100%;
	height:10px;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0 ;
	background-color: transparent;
	display: none;
}




/*======================================

	description
	
========================================*/

#description-wrapper{
	width:600px;
	height:35px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	background-color: transparent;
	float:left;
	display: none;
}

#description{
	width:640px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 12px 0 0px 0 ;
	background-color: transparent;
}

#description p{
	font-size:11px;
	line-height: 12px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font-style: normal;
	color:#aaaaaa;
}


/*======================================

	#gnavi
	
========================================*/



#gnavi-wrapper {
	width:310px;
	height:35px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	text-align: left;
	float: right;
	background-color: #fff;
	display: none;
}

#gnavi {
	width:310px;
	height:35px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	text-align: left;
	background: transparent url(../i/gnavi_bg.png) no-repeat 0 0px;
}

#gnavi ul {
margin:0 0 0 0;
padding:0 0 0 0; 
list-style-type:none;          
}

#gnavi li {
font-size:12px;
overflow:hidden;
float:left; 
}


#gnavi .to-auction a{
	height:35px;
	width:150px;        
	float:left; 
	text-indent:-9999em;
	margin:0 10px 0px 0px;
	padding:0 0 0 0;  
	display: inline;
	background: transparent url(../i/gnavi_bg.png) no-repeat 0px 0px;
}
#gnavi .to-auction a:hover{
	background: transparent url(../i/gnavi_bg.png) no-repeat 0px -35px;
}

#gnavi .to-home a{
	height:35px;
	width:150px;        
	float:left; 
	text-indent:-9999em;
	margin:0 0px 0px 0px;
	padding:0 0 0 0;  
	display: inline;
	background: transparent url(../i/gnavi_bg.png) no-repeat -160px 0px;
}
#gnavi .to-home a:hover{
	background: transparent url(../i/gnavi_bg.png) no-repeat -160px -35px;
}




/*======================================

	head-navi
	
========================================*/

.head-navi{
	width: 100%;
	min-width: 100%;
	margin: 0px auto 24px auto;
	padding: 0 15px 0 30px;
	display: flex;
	justify-content: space-between;
}

.head-navi-left{
	width: 100%;
	text-align: center;
}
.head-navi-right{
	width: 70%;
	text-align: right;
	display: none;
}


.head-main-logo{
	width: 140px;
	height: 60px;
	margin: 12px auto 0px auto;
}
.head-main-logo img{
	width: 100%;
	height: auto;
	margin: 6px 0 0 0;
}

.head-navi-topage{
	width: 100%;
	margin: 48px 0 0 0;
	display: flex;
	justify-content: flex-end;
}
.head-navi-topage a{
	display: inline-block;
	padding: 0px 12px 0px 12px;
	font-size:14px;
	border-right: 1px solid #ddd;
}
.head-navi-topage a#head-navi-topage-to-blog{
	border-left: 1px solid #ddd;
}

.head-navi-topage a{
	text-decoration: none;
}







/*======================================

	head-function 
	
========================================*/

.head-function {
	width: 100%;
	min-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 30px auto;
	display: block;
	justify-content: space-between;
}


.head-function-left {
	width: 100%;
	background: #fff;
	display: block;
	justify-content: space-between;
}
.head-function-right {
	display: block;
	top:0;
	width: 100%;
	background: transparent;
}

.head-function-search{
	width: 100%;
}
.head-function-category{
	width: 100%;
}


.navi-category {
	margin:12px 0 0 0;
	padding:0 0 0 0; 
	width: 100%;
	height:auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.navi-category a {
	display: block;
	margin:0 0 0 0px;
	padding:0 0 0 0; 
	width: 50%;
	height:30px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-decoration: none;
	background: #fff;
	padding: 4px 0 0 0;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
}

.navi-category a#navi-category-to-ukiyoe{
	border-left: 1px solid #ddd;
}
.navi-category a#navi-category-to-book{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.navi-category a#navi-category-to-feature{
	border-bottom: 1px solid #ddd;
}


a.head-cart{
	display: block;
	width: 70px;
	border-radius: 12px;
	background: #bd2d2f;
	height:36px;
	position: fixed;
	top:12px;
	right: 12px;
	z-index: 30;
}

a.head-cart:hover{
	opacity: 0.7;
}

.head-cart-inner{
	width: 100%;
}


img.head-cart-icon{
	width: 18px;
	height: 18px;
	position:absolute;
	top: 50%;
	right: 12px;
	transform: translate(0%,-50%);
}





.cartin-volume{
	width: 24px;
	height: 24px;
	position:absolute;
	top: 50%;
	left : 12px;
	transform: translate(0%,-50%);
	border-radius: 50%;
	background: #fff;
	font-size:11px;
	line-height: 0;
	padding: 12px 0 0 0;
	font-weight: bold;
	color: #bd2d2f;
}




#head-searchform-box {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0px 0 0px;
	text-align: left;
	color: #000000 ;
}


#head-searchform {  
	width: 100%;
    display: block;  
    height: 36px;  
    position: relative; 
    padding:0;
    margin: 0;
    border: 1px solid #ccc;  
}  
#head-keywords  {  
	font-size: 14px;
    width: 240px;  
    position: absolute;  
    top: 6px;  
    left: 12px;  
    border: 0px solid #FFF;  
    outline: 0;
}  
#head-searchBtn {  
    position: absolute;  
    top: 9px;  
    right: 21px;  
    background: url(../i/btn_search.png) left top no-repeat;   
    height:18px;
    width:18px;
	border:solid 0px #EEA34A;
	color:#fff;
	text-indent: -9999em;
	cursor: pointer;
}  







/*======================================

	footer
	
========================================*/



#footer-wrapper {
	background: #ffffff;
	width: 100%;
	padding: 33px 0 20px 0;
	margin: 0px 0 0 0;
	clear: both;
	text-align: center;
	color: #000000 ;
	border-top:1px solid #cccccc;
}

#footer {
	background: #ffffff;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px auto 0 auto;
	clear: both;
	text-align: left;
	color: #000000 ;
	border-top:0px solid #cccccc;
}

#footer-wrapper p {
	font-size:12px;
	line-height: 20px;
	color:#333;
}




/*======================================

	footernavi-nav
	
========================================*/

.footer-nav01{
	width: 100%;
	display: block;
	justify-content:center;
	flex-flow: center;
	margin: 0 0 33px 0;
}

.footer-nav01 a{
	font-size:15px;
	text-decoration: none;
	display: block;
	padding: 9px 0px 9px 0px;
	margin: 0 0px 12px 0px;
	border:1px solid #ccc;
	text-align: center;
}
.footer-nav01 a.last-child{
	border-right:1px solid #ccc;
}


.footer-nav02{
	width: 100%;
	margin: 0 0 24px 0;
	text-align: center;
}

.footer-nav02 a{
	font-size:13px;
	text-decoration: none;
	display: inline-block;
	padding: 2px 15px 2px 15px;
	margin: 0 3px 12px 3px;
	border:1px solid #ccc;
}
.footer-nav02 a.last-child{
	border-right:1px solid #ccc;
}


/*======================================

	footer-banner
	
========================================*/



.footer-banner{
	width: 100%;
	margin:0 0 0 0;
	padding:0 0 0 0; 
	list-style-type:none;
	text-align: center;
}

.footer-banner a{
	display: inline-block;
	margin: 6px;
}


.footer-banner a img {
	height: 39px;
	width: auto;
}


.footer-mid-clear{
	display: none;
}


/*======================================

	copyright
	
========================================*/



#copyright {
	width:100%;
	height:37px;
	clear:both;
	margin: 20px auto 0 auto;
	padding:0 0 0 0;
	text-align: center;
	color:#999;
}

#copyright p {
	color:#999;
	font-size:12px;
}




/*======================================

	breadcrumbs
	
========================================*/

#breadcrumbs-wrapper {
	width: 100%;
	padding: 0px 0 0px 0;
	margin: 0px auto 0 auto;
	clear: both;
	text-align: center;
	display: none;
}


#breadcrumbs {
	text-align: left;
	margin:0px 0 20px 0;
	padding:0 0 0px 0;
	color: #cccccc ;
	height:20px;
	display: none;
	}

#breadcrumbs li{
	font-size:12px;
	float:left;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#999;
}

#breadcrumbs li a{
	color:#555555;
}

#breadcrumbs li a:hover{
	color:#bd2d2f;
}



/*======================================

	footer-mid
	
========================================*/

.footer-mid{
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:60px auto 0px auto;
	padding:60px 0 0px 0;
	text-align: center;
}

h3.footer-info-h3{
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	line-height: 1.2;
	font-weight: 500;
	padding:0 0 12px 3px;
	margin:0 0 12px 0;
	border-bottom:1px solid #ccc;
	text-align: left;
}



/*======================================

	footer-recent
	
========================================*/

.footer-recent-wrapper{
	width:100%;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 48px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-recent{
	width:100%;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}


h2.footer-recent-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:18px;
	line-height: 1;
	border-bottom:0px solid #ccc;
	padding: 0 0 18px 0;
	margin: 0px auto 24px auto;
	display: flex;
	align-items: center;
	width: 85%;
}

.footer-recent-h2:before,
.footer-recent-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bd2d2f;
}

.footer-recent-h2:before {
    margin-right: 1rem;
}

.footer-recent-h2:after {
    margin-left: 1rem;
}


.footer-recent-cell-wrapper{
	width: 100%;
	min-width: 100%;
	margin: 0px auto 30px auto;
	padding: 0 24px 0 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-recent-cell{
	width: 49%;
	margin: 0 0 24px 0;
}

.footer-recent-thum{
	width: 100%;
	text-align: center;
	margin: 0 0 9px 0;
	padding: 6px;
	background: #fff;
}

img.footer-recent-thum-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 90px;
	object-fit: scale-down;
}

.footer-recent-title{
	font-size:14px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
}


.footer-recent-title a{
	text-decoration: none;
}



/*======================================

	footer-info
	
========================================*/

.footer-info-wrapper{
	width:100%;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 0px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-info{
	width:90%;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}

.footer-info-box{
	vertical-align: top;
	width:100%;
	margin:0 0 20px 0;
	padding:15px 0px 10px 0px;
	border-top:0px solid #00a199;
	border-bottom:0px solid #ccc;
	border-left:0x solid #ccc;
	border-right:0px solid #ccc;
	background: #fff;
	text-align: left;
}
.footer-info-banner{
	width: 100%;
	margin: 30px 0 0px 0;
}
.footer-info-banner a{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.footer-info-banner img{
	width: 100%;
}

/*======================================

	footer-info
	
========================================*/
.footer-store{
	width:100%;
}
.footer-store p{
	font-size: 14px;
	line-height: 1.8;
}

/*======================================

	footer-blog
	
========================================*/

.footer-blog-wrapper{
	width:100%;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 48px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-blog{
	width:90%;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}


h2.footer-blog-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:21px;
	line-height: 1;
	border-bottom:0px solid #ccc;
	padding: 0 0 18px 0;
	margin: 0px auto 24px auto;
	display: flex;
	align-items: center;
	width: 100%;
}

.footer-blog-h2:before,
.footer-blog-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.footer-blog-h2:before {
    margin-right: 1rem;
}

.footer-blog-h2:after {
    margin-left: 1rem;
}

.footer-blog-h2 a{
	text-decoration: none;
}



.blog-box{
	vertical-align: top;
	width:30%;
	margin:0 0 30px 0;
	padding:0px 0px 0px 0px;
	border-top:0px solid #00a199;
	border-bottom:0px solid #ccc;
	border-left:0x solid #ccc;
	border-right:0px solid #ccc;
	background: #fff;
	text-align: left;
}

.blog-box figure{
	padding:0;
}

.blog-box figure img{
	border-radius: 0px;

}

.blog-date{
	font-size: 13px;
	text-align: left;
	color:#999999;
	font-weight: normal;
	margin: 6px 0px 6px 0;
	padding: 0 0px 0 0;
}

.blog-box-h3{
	border: none;
	font-size:13px;
	font-weight: 500;
	line-height: 1.8;
	padding:0 0 0 0;
	margin: 3px 0px 0px 0;
	text-align: left;
}
.blog-box a{
	text-decoration: none;
}

.glid-cat {
	text-align: left;
	display: inline-block;
	background: #ccc;
	color:#666;
	font-size:10px;
	line-height: 11px;
	padding:4px 8px 4px 8px;
	margin:0 0 2px 0;
	overflow: hidden;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
.glid-cat a{
	color:#fff;
}


/*======================================

	more 
	
========================================*/


a.footer-to-blog{
	display: inline-block;
	width:80%;
	font-size:14px;
	color: #000;
	background: #fff;
	border: 1px solid #666;
	padding:6px 0px 6px 0px;
	margin: auto;
	text-decoration: none;
}

a.footer-to-blog:hover{
	color:#fff;
	background: #bd2d2f;
}



/*======================================

	footer-calendar 
	
========================================*/

.footer-calendar{
	width:100%;
	padding:0 0 0 0;
	margin:0px 0 0 0;
	clear:both;
	text-align: left;
	overflow: hidden;
}

.footer-calendar p{
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height: 20px;
}



.calendar{ 
	font-size:14px;
	color:#444;
	padding:0 0 0 0;
	margin:0 0 0 0;
	clear:both;
	width:100%;
}

.calendar caption{ 
	font-weight: normal;
	text-align:left;
	font-size: 16px;
	margin: 9px 0 9px 0;
}

	
.calendar th{ 
	font-weight: normal;
	text-align:right;
	padding-right: 15px;
	padding-top:3px;
	}

.calendar td{ 
	text-align:right;
	padding-right: 18px;
	padding-top:3px;
	background: #fff;
}

.calendar th.sun{ 
	color:#bd2d2f;
}
.calendar td.sun{ 
	color:#bd2d2f;
}

.calendar td.today{ 
	color:#999;
	font-weight: bold;
}

.to-othermonth{
	width:100%;
	padding:0;
	margin: 0;
	text-align: right;
}


.to_thismonth,.to_nextmonth{
	font-size: 15px;
}




/*======================================

	top-kaitori 
	
========================================*/

.footer-kaitori{
	width:100%;
	padding:0 0 0 0;
	margin:0px 0 0 0;
	clear:both;
	text-align: left;
}




.footer-kaitori-body{
	padding:0 0 20px 0;
	margin:0 0 0 0;
	background: transparent url(../i/top_kaitori_bg.png) no-repeat 0 10px;
}

.footer-kaitori-body p{ 
	font-size: 14px;
	line-height: 2;
}

.footer-to-kaitori{
	display: block;
	width:100%;
	font-size:14px;
	color: #000;
	background: #fff;
	border: 0px solid #666;
	padding:0px 0px 0px 0px;
	margin: 20px auto 0 auto;
}

.footer-to-kaitori a{
	display: block;
	width:100%;
	font-size:15px;
	font-weight: 600;
	color: #fff;
	background: #bd2d2f;
	border: 1px solid #bd2d2f;
	padding:12px 0px 12px 0px;
	text-decoration: none;
	text-align: center;
}

.footer-to-kaitori a:hover{
	opacity: 0.75;
}



/*======================================

	to-pagetop
	
========================================*/


#to-pagetop {
	width:100%;
	padding: 0px 0 0px 0;
	margin: 30px auto 20px auto;
	position: relative;
	text-align: center;
}
#to-pagetop p a {
	margin: 0 auto 0 auto;
	background: transparent; ;
	position: relative;
}






div.notice-freeshipping{
	width:100%;
	margin: 0 auto 20px auto;
}
div.notice-freeshipping img{
	width:100%;
	height: auto;
}



div.notice-jp,div.notice-en{
	width:100%;
	margin: 0 auto 20px auto;
	text-align: left;
	border: 1px solid #bd2d2f;
	padding: 0px 12px 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.notice-jp p,div.notice-en p{
	display: none;
}

h4.notice-h4{
	font-size:16px;
	line-height: 1;
	padding: 20px 0 20px 0px;
	color:#bd2d2f;
	cursor: pointer;
	margin: 0px 0 0px 0;
	text-align: center;
}
h4.notice-h4:before{
	content: '▶';
	display: inline-block;
	color:#bd2d2f;
	margin: 0 12px 0 0;
}
h4.notice-h4:after{
	content: '◀';
	display: inline-block;
	color:#bd2d2f;
	margin: 0 0px 0 12px;
}




/*======================================

	top-item-cell
	
========================================*/

.top-item-cell-wrapper{
	width: 100%;
	min-width: 100%;
	margin: 30px auto 30px auto;
	padding: 0 0px 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-item-cell{
	width: 48%;
	margin: 0 0 24px 0;
}

.top-item-cell-thum{
	width: 100%;
	text-align: center;
	margin: 0 0 9px 0;
	padding: 6px;
	background: #f9f9f9;
	position: relative;
}

.list-recommend-icon{
	position: absolute;
	top:0;
	left: 0;
	z-index: 50;
	width: 30px;
	height: 30px;
}

img.top-item-cell-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 90px;
	object-fit: scale-down;
}

.top-item-cell-title{
	font-size:14px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 9px 0 9px;
}


.top-item-cell-title a{
	text-decoration: none;
}



/*======================================

	more 
	
========================================*/



a.top-to-list{
	display: block;
	width:300px;
	font-size:14px;
	color: #000;
	background: #fff;
	border: 1px solid #bd2d2f;
	padding:9px 0px 9px 0px;
	margin: 20px auto 0 auto;
	text-decoration: none;
}

a.top-to-list:hover{
	color:#fff;
	background: #bd2d2f;
}





}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {



/*======================================

	common text
	
========================================*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0% 0px 0% ;
	text-align : center ;
	background-color: #ffffff;
	border-top: 1px solid #333;
}

p {
	color: #555555;
	font-size: 15px;
	line-height: 30px;
}

a{
	color:#555555;
	text-decoration: underline;	
}

a:hover{
	color: #bd2d2f;
}


a img{
border:none;
padding:0 0 0 0;
margin:0 0 0 0;
}

a:hover img{
border:none;
padding:0 0 0 0;
margin:0 0 0 0;
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}




.mobile-nav-wrapper {
display: none;
z-index: 99;

}

/*======================================

	layout
	
========================================*/

.top-contents-wrapper{
	width:100%;
	min-width: 1080px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	clear:both;
}

#contents-wrapper{
	width:1080px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	clear:both;
}

#contents-wrapper-nl{
	width:1080px;
	min-width: 1080px;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	clear:both;
}

#main-col{
	width:780px;
	position: relative;
	float:right;
	text-align: left;
	margin: 0 0px 0 0;
	padding: 0px 0 0px 0 ;
	background: transparent;
}

#side-col{
	width:220px;
	position: relative;
	float:left;
	text-align: left;
	margin: 0 0px 0 0;
	padding: 0px 0 0px 0 ;
	background: transparent;
}

#center-col{
	width:780px;
	position: relative;
	float:none;
	text-align: left;
	margin: 0 auto 60px auto;
	padding: 0px 0 0px 0 ;
	background: transparent;
}



.contents-2column{
	width:1080px;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	display: flex;
	justify-content: space-between;
}


.left-half{
	width:520px;
}

.right-half{
	width:520px;
}


/*======================================

	h2
	
========================================*/

.page-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:30px;
	line-height: 1;
	letter-spacing:0.1em;
	padding: 0 0 0 0;
	margin: 21px auto 45px auto;
	display: flex;
	align-items: center;
	width: 100%;
}

.page-h2 a{
	text-decoration: none;
}

.page-h2:before,
.page-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.page-h2:before {
    margin-right: 1rem;
}

.page-h2:after {
    margin-left: 1rem;
}




/*======================================

	header
	
========================================*/

#header{
	width:100%;
	min-width: 1080px;
	height:35px;
	text-align: center;
	margin: 0 auto 0px auto;
	padding: 0 0 0 0 ;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
}


/*======================================

	description
	
========================================*/

#description-wrapper{
	width:50%;
	min-width:550px;
	height:35px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 12px ;
	background-color: transparent;
	float:left;
}

#description{
	width:50%;
	min-width:550px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 12px 0 0px 0 ;
	background-color: transparent;
}

#description p{
	font-size:11px;
	line-height: 12px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font-style: normal;
	color:#aaaaaa;
}
#description h1{
	font-size:11px;
	line-height: 12px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font-style: normal;
	font-weight: normal;
	color:#aaaaaa;
}


/*======================================

	#gnavi
	
========================================*/



#gnavi-wrapper {
	width:520px;
	height:35px;
	margin: 0 0 0 0;
	padding:0 12px 0 0;
	text-align: right;
	float: right;
}

#gnavi {
	width:100%;
	height:35px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	text-align: right;
}

#gnavi ul {
	margin:0 0 0 0;
	padding:0 0 0 0; 
	list-style-type:none;
}

#gnavi li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding:0 0 0 0; 
	margin: 0 0 0 0px;
	width: 115px;
}

#gnavi li a{
	display: block;
	background-color: #000;
	color:#fff;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius: 0px 0px 9px 9px;
}
#gnavi li a.now{
	display: block;
	background: #bd2d2f;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 0;
	border-left:1px solid #bd2d2f;
	border-bottom:1px solid #bd2d2f;
	border-right:1px solid #bd2d2f;
	border-radius: 0px 0px 9px 9px;
}

#gnavi li a:hover{
	background: #bd2d2f;
	color: #fff;
	border-left:1px solid #bd2d2f;
	border-bottom:1px solid #bd2d2f;
	border-right:1px solid #bd2d2f;
}


/*======================================

	head-navi
	
========================================*/

.head-navi{
	width: 100%;
	min-width: 1080px;
	margin: 0px auto 24px auto;
	padding: 0 15px 0 30px;
	display: flex;
	justify-content: space-between;
}

.head-navi-left{
	width: 30%;
	text-align: left;
}
.head-navi-right{
	width: 70%;
	text-align: right;
}


.head-main-logo{
	width: 200px;
	height: 80px;
	margin: 6px 0 0px 0;
}

.head-navi-topage{
	width: 100%;
	margin: 48px 0 0 0;
	display: flex;
	justify-content: flex-end;
}
.head-navi-topage a{
	display: inline-block;
	padding: 0px 12px 0px 12px;
	font-size:13px;
	border-right: 1px solid #ddd;
}
.head-navi-topage a#head-navi-topage-to-blog{
	border-left: 1px solid #ddd;
}

.head-navi-topage a{
	text-decoration: none;
}







/*======================================

	head-function 
	
========================================*/

.head-function {
	width: 100%;
	min-width: 1080px;
	padding: 0px 15px 0px 15px;
	margin: 15px auto 30px auto;
	display: flex;
	justify-content: space-between;
}


.head-function-left {
	width: 900px;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.head-function-right {
	width: 120px;
	background: transparent;
}

.head-function-search{
	width: 270px;
	background: #fff;
}
.head-function-category{
	width: 620px;
}


.navi-category {
	margin:0 0 0 0;
	padding:0 0 0 0; 
	width: 100%;
	height:30px;
	display: flex;
	justify-content: flex-end;
}

.navi-category a {
	display: block;
	margin:0 0 0 0px;
	padding:0 0 0 0; 
	width: auto;
	height:36px;
	border-right: 1px solid #ddd;
	text-decoration: none;
	background: transparent;
	padding: 7px 15px 0 15px;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
}

.navi-category a#navi-category-to-ukiyoe{
	border-left: 1px solid #ddd;
	padding: 7px 24px 0 24px;
}




a.head-cart{
	display: block;
	width: 100%;
	border-radius: 12px;
	background: #bd2d2f;
	height:36px;
	position: relative;
}

a.head-cart:hover{
	opacity: 0.7;
}

.head-cart-inner{
	width: 100%;
}


img.head-cart-icon{
	width: 24px;
	height: 24px;
	position:absolute;
	top: 50%;
	left: 30px;
	transform: translate(0%,-50%);
}





.cartin-volume{
	width: 24px;
	height: 24px;
	position:absolute;
	top: 50%;
	right : 33px;
	transform: translate(0%,-50%);
	border-radius: 50%;
	background: #fff;
	font-size:11px;
	line-height: 0;
	padding: 12px 0 0 0;
	font-weight: bold;
	color: #bd2d2f;
}




#head-searchform-box {
	width: 270px;
	padding: 0 0 0 0;
	margin: 0 0px 0 0px;
	text-align: left;
	color: #000000 ;
}


#head-searchform {  
    width: 270px;  
    display: block;  
    height: 36px;  
    position: relative; 
    padding:0;
    margin: 0;
    border: 1px solid #ccc;  
}  
#head-keywords  {  
	font-size: 14px;
    width: 240px;  
    position: absolute;  
    top: 6px;  
    left: 12px;  
    border: 0px solid #FFF;  
    outline: 0;
}  
#head-searchBtn {  
    position: absolute;  
    top: 9px;  
    right: 15px;  
    background: url(../i/btn_search.png) left top no-repeat;   
    height:18px;
    width:18px;
	border:solid 0px #EEA34A;
	color:#fff;
	text-indent: -9999em;
	cursor: pointer;
}  




/*======================================

	topic 
	
========================================*/



#head-topic {
	width: 1080px;
	padding: 6px 0 6px 0;
	margin: 0px auto 20px auto;
	clear: both;
	text-align: center;
	color: #000000 ;
	border-bottom:1px solid #cccccc;
}







/*======================================

	footer
	
========================================*/



#footer-wrapper {
	background: #ffffff;
	width: 100%;
	padding: 33px 0 20px 0;
	margin: 0px 0 0 0;
	clear: both;
	text-align: center;
	color: #000000 ;
	border-top:1px solid #cccccc;
}

#footer {
	background: #ffffff;
	width: 1080px;
	padding: 0 0 0 0;
	margin: 0px auto 0 auto;
	clear: both;
	text-align: left;
	color: #000000 ;
	border-top:0px solid #cccccc;
}

#footer-wrapper p {
	font-size:12px;
	line-height: 20px;
	color:#333;
}




/*======================================

	footernavi-nav
	
========================================*/

.footer-nav01{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 33px 0;
}

.footer-nav01 a{
	font-size:14px;
	width: 200px;
	text-decoration: none;
	display: block;
	padding: 9px 0px 9px 0px;
	margin: 0 0px 0 0px;
	border:1px solid #ccc;
	text-align: center;
}
.footer-nav01 a.last-child{
	border-right:1px solid #ccc;
}


.footer-nav02{
	width: 100%;
	display: flex;
	justify-content:center;
	flex-flow: center;
	margin: 0 0 24px 0;
}

.footer-nav02 a{
	font-size:13px;
	text-decoration: none;
	display: inline-block;
	padding: 2px 15px 2px 15px;
	border-left:1px solid #ccc;
}
.footer-nav02 a.last-child{
	border-right:1px solid #ccc;
}



/*======================================

	footer-banner
	
========================================*/



.footer-banner{
	width: 100%;
	margin:0 0 0 0;
	padding:0 0 0 0; 
	list-style-type:none;
	text-align: center;
}

.footer-banner a{
	display: inline-block;
	margin: 6px;
}


.footer-banner a img {
	height: 39px;
	width: auto;
}


.footer-mid-clear{
	display: none;
}


/*======================================

	copyright
	
========================================*/



#copyright {
	width:980px;
	height:37px;
	clear:both;
	margin: 20px auto 0 auto;
	padding:0 0 0 0;
	text-align: center;
	color:#999;
}

#copyright p {
	color:#999;
	font-size:12px;
}


/*======================================

	breadcrumbs
	
========================================*/

#breadcrumbs-wrapper {
	width: 100%;
	min-width: 1080px;
	padding: 0px 0 0px 15px;
	margin: 0px auto 0 auto;
	clear: both;
	text-align: center;
}


#breadcrumbs {
	width: 100%;
	min-width: 1080px;
	text-align: left;
	margin:0px auto 12px auto;
	padding: 0px 0 0px 15px;
	color: #cccccc ;
	height:20px;
	}

#breadcrumbs li{
	font-size:12px;
	float:left;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#999;
}

#breadcrumbs li a{
	color:#555555;
}

#breadcrumbs li a:hover{
	color:#bd2d2f;
}



/*======================================

	footer-mid
	
========================================*/

.footer-mid{
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:60px auto 0px auto;
	padding:60px 0 0px 0;
	text-align: center;
}

h3.footer-info-h3{
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	line-height: 1.2;
	font-weight: 500;
	padding:0 0 12px 3px;
	margin:0 0 12px 0;
	border-bottom:1px solid #ccc;
	text-align: left;
}






/*======================================

	footer-recent
	
========================================*/

.footer-recent-wrapper{
	width:100%;
	min-width: 1080px;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 48px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-recent{
	width:1080px;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}


h2.footer-recent-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:21px;
	line-height: 1;
	border-bottom:0px solid #ccc;
	padding: 0 0 18px 0;
	margin: 0px auto 24px auto;
	display: flex;
	align-items: center;
	width: 450px;
}

.footer-recent-h2:before,
.footer-recent-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.footer-recent-h2:before {
    margin-right: 1rem;
}

.footer-recent-h2:after {
    margin-left: 1rem;
}


.footer-recent-cell-wrapper{
	width: 100%;
	min-width: 1080px;
	margin: 30px auto 30px auto;
	padding: 0 24px 0 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-recent-cell{
	width: 10%;
	margin: 0 1% 24px 1%;
}

.footer-recent-thum{
	width: 100%;
	text-align: center;
	margin: 0 0 9px 0;
	padding: 6px;
	background: #fff;
}

img.footer-recent-thum-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 120px;
	object-fit: scale-down;
}

.footer-recent-title{
	font-size:15px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 12px 0 12px;
}


.footer-recent-title a{
	text-decoration: none;
}



/*======================================

	footer-info
	
========================================*/

.footer-info-wrapper{
	width:100%;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 0px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-info{
	width:1080px;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}

.footer-info-box{
	vertical-align: top;
	width:30%;
	margin:0 0 30px 0;
	padding:15px 0px 10px 0px;
	border-top:0px solid #00a199;
	border-bottom:0px solid #ccc;
	border-left:0x solid #ccc;
	border-right:0px solid #ccc;
	background: #fff;
	text-align: left;
}

.footer-info-banner{
	width: 100%;
	margin: 30px 0 0px 0;
}
.footer-info-banner a{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.footer-info-banner img{
	width: 100%;
}
/*======================================

	footer-info
	
========================================*/
.footer-store{
	width:100%;
}
.footer-store p{
	font-size: 14px;
	line-height: 1.8;
}

/*======================================

	footer-blog
	
========================================*/

.footer-blog-wrapper{
	width:100%;
	border-top:0px solid #ccc;
	border-bottom:0px dotted #f9e7a9;
	margin:0px auto 48px auto;
	padding:0px 0 0px 0;
	text-align: center;
}

.footer-blog{
	width:1080px;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background: transparent;
}


h2.footer-blog-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:21px;
	line-height: 1;
	border-bottom:0px solid #ccc;
	padding: 0 0 18px 0;
	margin: 0px auto 24px auto;
	display: flex;
	align-items: center;
	width: 450px;
}

.footer-blog-h2:before,
.footer-blog-h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

.footer-blog-h2:before {
    margin-right: 1rem;
}

.footer-blog-h2:after {
    margin-left: 1rem;
}

.footer-blog-h2 a{
	text-decoration: none;
}



.blog-box{
	vertical-align: top;
	width:14.5%;
	margin:0 10px 0px 10px;
	padding:0px 0px 0px 0px;
	border-top:0px solid #00a199;
	border-bottom:0px solid #ccc;
	border-left:0x solid #ccc;
	border-right:0px solid #ccc;
	background: #fff;
	text-align: left;
}

.blog-box figure{
	padding:0;
}

.blog-box figure img{
	border-radius: 0px;

}

.blog-date{
	font-size: 13px;
	text-align: left;
	color:#999999;
	font-weight: normal;
	margin: 6px 0px 6px 0;
	padding: 0 0px 0 0;
}

.blog-box-h3{
	border: none;
	font-size:13px;
	font-weight: 500;
	line-height: 1.8;
	padding:0 0 0 0;
	margin: 3px 0px 0px 0;
	text-align: left;
}
.blog-box a{
	text-decoration: none;
}

.glid-cat {
	text-align: left;
	display: inline-block;
	background: #ccc;
	color:#666;
	font-size:10px;
	line-height: 11px;
	padding:4px 8px 4px 8px;
	margin:0 0 2px 0;
	overflow: hidden;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
.glid-cat a{
	color:#fff;
}




/*======================================

	footer-calendar 
	
========================================*/

.footer-calendar{
	width:100%;
	padding:0 0 0 0;
	margin:0px 0 0 0;
	clear:both;
	text-align: left;
	overflow: hidden;
}

.footer-calendar p{
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height: 20px;
}



.calendar{ 
	font-size:14px;
	color:#444;
	padding:0 0 0 0;
	margin:0 0 0 0;
	clear:both;
	width:100%;
}

.calendar caption{ 
	font-weight: normal;
	text-align:left;
	font-size: 16px;
	margin: 9px 0 9px 0;
}

	
.calendar th{ 
	font-weight: normal;
	text-align:right;
	padding-right: 15px;
	padding-top:3px;
	}

.calendar td{ 
	text-align:right;
	padding-right: 18px;
	padding-top:3px;
	background: #fff;
}

.calendar th.sun{ 
	color:#bd2d2f;
}
.calendar td.sun{ 
	color:#bd2d2f;
}

.calendar td.today{ 
	color:#999;
	font-weight: bold;
}

.to-othermonth{
	width:100%;
	padding:0;
	margin: 0;
	text-align: right;
}


.to_thismonth,.to_nextmonth{
	font-size: 15px;
}




/*======================================

	top-kaitori 
	
========================================*/

.footer-kaitori{
	width:100%;
	padding:0 0 0 0;
	margin:0px 0 0 0;
	clear:both;
	text-align: left;
}




.footer-kaitori-body{
	padding:0 0 20px 0;
	margin:0 0 0 0;
	background: transparent url(../i/top_kaitori_bg.png) no-repeat 0 10px;
}

.footer-kaitori-body p{ 
	font-size: 14px;
	line-height: 2;
}

.footer-to-kaitori{
	display: block;
	width:100%;
	font-size:14px;
	color: #000;
	background: #fff;
	border: 0px solid #666;
	padding:0px 0px 0px 0px;
	margin: 20px auto 0 auto;
}

.footer-to-kaitori a{
	display: block;
	width:100%;
	font-size:15px;
	font-weight: 600;
	color: #fff;
	background: #bd2d2f;
	border: 1px solid #bd2d2f;
	padding:12px 0px 12px 0px;
	text-decoration: none;
	text-align: center;
}

.footer-to-kaitori a:hover{
	opacity: 0.75;
}




/*======================================

	more 
	
========================================*/


a.footer-to-blog{
	display: block;
	width:240px;
	font-size:14px;
	color: #000;
	background: #fff;
	border: 1px solid #666;
	padding:9px 0px 9px 0px;
	margin: 40px auto 0 auto;
	text-decoration: none;
}

a.footer-to-blog:hover{
	color:#fff;
	background: #bd2d2f;
}


/*======================================

	mobile nav
	
========================================*/

#mobile-header {
	display: none;
}

#navigation{
	display: none;
}



div.notice-freeshipping{
	width:980px;
	margin: 0 auto 20px auto;
}

div.notice-jp,div.notice-en{
	width:980px;
	margin: 0 auto 20px auto;
	text-align: left;
	border: 1px solid #bd2d2f;
	padding: 0px 12px 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.notice-jp p,div.notice-en p{
	display: none;
}

h4.notice-h4{
	font-size:16px;
	line-height: 1;
	padding: 20px 0 20px 0px;
	color:#bd2d2f;
	cursor: pointer;
	margin: 0px 0 0px 0;
	text-align: center;
}
h4.notice-h4:before{
	content: '▶';
	display: inline-block;
	color:#bd2d2f;
	margin: 0 12px 0 0;
}
h4.notice-h4:after{
	content: '◀';
	display: inline-block;
	color:#bd2d2f;
	margin: 0 0px 0 12px;
}





/*======================================

	top-item-cell
	
========================================*/

.top-item-cell-wrapper{
	width: 100%;
	min-width: 1080px;
	margin: 30px auto 30px auto;
	padding: 0 24px 0 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-item-cell{
	width: 16%;
	margin: 0 0 24px 0;
}

.top-item-cell-thum{
	width: 100%;
	text-align: center;
	margin: 0 0 9px 0;
	padding: 6px;
	background: #f9f9f9;
	position: relative;
}

.list-recommend-icon{
	position: absolute;
	top:0;
	left: 0;
	z-index: 50;
	width: 36px;
	height: 36px;
}

img.top-item-cell-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 150px;
	object-fit: scale-down;
}

.top-item-cell-title{
	font-size:15px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 12px 0 12px;
}


.top-item-cell-title a{
	text-decoration: none;
}



/*======================================

	more 
	
========================================*/



a.top-to-list{
	display: block;
	width:420px;
	font-size:15px;
	color: #000;
	background: #fff;
	border: 1px solid #bd2d2f;
	padding:12px 0px 12px 0px;
	margin: 20px auto 0 auto;
	text-decoration: none;
}

a.top-to-list:hover{
	color:#fff;
	background: #bd2d2f;
}




}/*//end  min-width: 481px ///////////////////////*/







