@charset "UTF-8";



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




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

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

#detail-wrapper{
	width:100%;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0 ;
	background: transparent  ;
	clear:both;
}

#detail-photo{
	width:100%;
	text-align: center;
	margin: 0px auto 20px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	
}

.photo-main{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}
.photo-main h2{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}

.photo-main img.photo-width{
	width: 90%;
	height: auto;
}

.photo-main img.photo-width-other{
	width: 80%;
	height: auto;
}
.photo-main img.photo-width-XS{
	width: 80%;
	height: auto;
}
.photo-main img.photo-width-S{
	width: 85%;
	height: auto;
}
.photo-main img.photo-width-M{
	width: 90%;
	height: auto;
}
.photo-main img.photo-width-L{
	width: 95%;
	height: auto;
}
.photo-main img.photo-width-XL{
	width: 100%;
	height: auto;
}


.photo-main img.photo-height{
	height: 300px;
	width: auto;
}

.photo-main img.photo-height-other{
	width: 250px;
	height: auto;
}
.photo-main img.photo-height-XS{
	height: 250px;
	width: auto;
}
.photo-main img.photo-height-S{
	height: 280px;
	width: auto;
}
.photo-main img.photo-height-M{
	height: 300px;
	width: auto;
}
.photo-main img.photo-height-L{
	height: 350px;
	width: auto;
}
.photo-main img.photo-height-XL{
	height: 400px;
	width: auto;
}



#item-info{
	width: 100%;
	display: block;
	background: transparent;
	margin: 0 0 45px 0;
}


#item-info-left{
	width:100%;
	text-align: left;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	float:none;
}

#item-info-right{
	width:100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	float:none;
}







p#price{
	color:#cc3333;font-size:16px;font-weight:bold;margin:20px 0 30px 0;padding:0 0 0 0;text-align: center;
}
p#price2{
	color:#cc3333;font-size:13px;font-weight:bold;margin:20px 0 30px 0;padding:0 0 0 0;text-align: center;
}



.form-btn,.cart-btn, .print-btn{
	display: block;
	width:200px;
	margin: 0 auto 21px auto;
}

.form-btn form,.cart-btn form ,.print-btn form{
	width:200px;
}



.cart-btn input{
	width:200px;
	font-size:13px;
	color: #cc3333;
	border: 1px solid #cc3333;
	padding:10px 10px 10px 30px;
	margin: auto;
	font-weight: bold;
	background: #fff url(../i/cart_icon_red.png) no-repeat 20px 6px;
	background-size: 24px auto;
}
.cart-btn input:hover{
	opacity: 0.7;

		cursor: pointer;
}

.form-btn input{
	width:200px;
	font-size:13px;
	color: #cc3333;
	border: 1px solid #cc3333;
	padding:10px 10px 10px 30px;
	margin: auto;
	font-weight: bold;
	background: #fff url(../i/mail_icon_red.png) no-repeat 20px 9px;
	background-size: 19px auto;
}
.form-btn input:hover{
	opacity: 0.7;
		cursor: pointer;
}



#item-info-footer{
	width:100%;
	height:30px;
	clear:both;
}



.to-prev{
	font-size:14px;
	width:100%;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}


.to-prev-mid{
	font-size:14px;
	width:100%;
	text-align: center;
	margin: 45px auto 45px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}

.to-prev-bottom{
	font-size:14px;
	width:100%;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}




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

	h3 
	
========================================*/

#workdetail {
	width:100%;
	margin: 20px 0 16px 0;
	padding:10px 0 8px 0;
	text-align: left;
	background: transparent ;
	line-height: 10px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	clear:both;
}

#itemdetail {
	width:100%;
	margin: 20px 0 16px 0;
	padding:10px 0 8px 0;
	text-align: left;
	background: transparent ;
	line-height: 10px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	clear:both;
}




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

	h3 
	
========================================*/
.detail-h3-wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 45px 0 18px 0;
	border-bottom: 1px solid #ccc;
}

.detail-h3 {
	font-size:18px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin: 0px 0 0px 0;
	padding: 0 0 6px 6px;
	border-bottom: 0px solid #ccc;
	text-align: left;
}

.detail-h3-left{
	width: 50%;
}

.detail-h3-right{
	width: 50%;
	text-align: right;
}

.detail-to-another{
	font-size: 11px;
	text-decoration: none;
}

.detail-to-another i{
	font-size: 13px;
	text-decoration: none;
	color: #cc3333;
	display: inline-block;
	margin-right: 6px;
}


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

	detail-thum-box
	
========================================*/

#detail-thum{
	width:100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
}


.detail-thum{
	width:100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.detail-thum-box{
	width:60px;
	height:60px;
	border:1px solid #ddd;
	padding: 2px;
	margin: 6px;
}

.detail-thum-box img{
	object-fit:contain;
	width:100%;
	height:100%;
	padding: 2px;
}


#detail-thum ul{
	float:left;
	background: #fff;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#detail-thum ul li{
	position: relative;
	float: left;
	list-style: none; 
	margin: 0px 8px 8px 0;
	padding: 0 0 0 0;
	border: 1px solid #eee;
	padding: 2px;
	}
#detail-thum ul li p{
	margin: 0px 0px 0px 0;
	padding: 0 0 0 0;
	line-height: 1px;
}
#detail-thum img{
	height:40px;
	width:auto;
	}



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

	data 
	
========================================*/


.detail-data {
	font-size:15px;
	line-height: 27px;
	margin: 0 0 0 0;
	padding:0 0 0 0px;
	display: block;
	}


.detail-data dt{
	font-size:13px;
	display: block;
	margin: 6px 0 0 0;
	padding:0px 6px 0px 6px;
	width: 100%;
	color:#999;
	font-weight:bold;
}

.detail-data  dd{
	display: block;
	margin: 0px 0 0 0;
	padding:0px 6px 6px 6px;
	color:#555;
	border-bottom:1px dotted #ddd;
}

.detail-data  dd span{
	display: block;
}


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

	kaitori-banner 
	
========================================*/
#kaitori-banner{
	width:100%;
	height: auto;
	margin: 45px 0 60px 0;
}
#kaitori-banner img{
	width:100%;
	height: auto;
}


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

	related 
	
========================================*/


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

.related-item{
	width: 100%;
	margin: 45px 0 0 0;
}

.related-item-wrapper{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.related-item-box{
	width: 32%;
	background: #fff;
	padding: 0 1.5% 0 1.5%;
	margin: 0px 0 18px 0;
}

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

img.related-item-thum-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 90px;
	object-fit: scale-down;
	margin: 0 0 0px 0;
}
.related-item-title a{
	font-size:14px;
	text-decoration: none;
	margin: 3 0 0px 0;
}





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

	tag
	
========================================*/

#tag{
	width:100%;
	background: #fff;
	margin:45px 0px 0px 0;
	padding:0 0px 0px 0;
	text-align: left;
	font-size: 13px;
	color:#555;
}


#tag a{
	display: inline-block;
	font-size:13px;
	background: #fff;
	margin:0 6px 10px 0;
	padding:4px 15px 4px 15px;
	text-decoration: none;
	border:1px solid #ddd;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
#tag a:hover{
	background: #ddd;
	color:#555;
}




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

	sns
	
========================================*/
#sns-share{
	width:100%;
	background: #fff;
	margin:0 0px 0px 0;
	padding:0 0px 0px 0;
	text-align: center;
	list-style: none;
}
#sns-share li{
	width:28px;
	display: inline-block;
	background: #fff;
	margin:0 8px 0px 8px;
	padding:0 0px 0px 0;
}





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






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



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

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

#detail-wrapper{
	width:960px;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0 ;
	background: transparent  ;
	clear:both;
}



#detail-photo{
	width:820px;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;
	
}

.photo-main{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}
.photo-main h2{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}

.photo-main img.photo-width{
	width: 600px;
	height: auto;
}

.photo-main img.photo-width-other{
	width: auto;
	height: auto;
}
.photo-main img.photo-width-XS{
	width: 400px;
	height: auto;
}
.photo-main img.photo-width-S{
	width: 500px;
	height: auto;
}
.photo-main img.photo-width-M{
	width: 600px;
	height: auto;
}
.photo-main img.photo-width-L{
	width: 700px;
	height: auto;
}
.photo-main img.photo-width-XL{
	width: 800px;
	height: auto;
}


.photo-main img.photo-height{
	height: 600px;
	width: auto;
}

.photo-main img.photo-height-other{
	width: auto;
	height: auto;
}
.photo-main img.photo-height-XS{
	height: 400px;
	width: auto;
}
.photo-main img.photo-height-S{
	height: 500px;
	width: auto;
}
.photo-main img.photo-height-M{
	height: 600px;
	width: auto;
}
.photo-main img.photo-height-L{
	height: 700px;
	width: auto;
}
.photo-main img.photo-height-XL{
	height: 800px;
	width: auto;
}


#item-info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: transparent;
	margin: 0 0 45px 0;
}

#item-info-left{
	width:660px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	background: transparent  ;
}

#item-info-right{
	width:240px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	background: transparent;
}


#item-footer{
	width:100%;
	text-align: left;
	margin: 0 auto 0px auto;
	padding: 0 0 0px 0 ;
	background: transparent  ;
}



p#price{
	color:#cc3333;font-size:16px;font-weight:bold;margin:20px 0 30px 0;padding:0 0 0 0;text-align: center;
}
p#price2{
	color:#cc3333;font-size:13px;font-weight:bold;margin:20px 0 30px 0;padding:0 0 0 0;text-align: center;
}


.form-btn,.cart-btn, .print-btn{
	display: inline-block;
	width:240px;
	margin: 0 0px 21px 0px;
}

.form-btn form,.cart-btn form ,.print-btn form{
	width:240px;
}



.cart-btn input{
	width:240px;
	font-size:13px;
	color: #cc3333;
	border: 1px solid #cc3333;
	padding:10px 10px 10px 30px;
	margin: auto;
	font-weight: bold;
	background: #fff url(../i/cart_icon_red.png) no-repeat 40px 6px;
	background-size: 24px auto;
}
.cart-btn input:hover{
	color: #fff;
	background: #cc3333 url(../i/cart_icon_white.png) no-repeat 40px 6px;
	background-size: 24px auto;

		cursor: pointer;
}

.form-btn input{
	width:240px;
	font-size:13px;
	color: #cc3333;
	border: 1px solid #cc3333;
	padding:10px 10px 10px 30px;
	margin: auto;
	font-weight: bold;
	background: #fff url(../i/mail_icon_red.png) no-repeat 40px 6px;
	background-size: 24px auto;
}
.form-btn input:hover{
	color: #fff;
	background: #cc3333 url(../i/mail_icon_white.png) no-repeat 40px 6px;
	background-size: 24px auto;
}








.to-prev{
	font-size:14px;
	width:100%;
	min-width:1080px;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0 0 0 15px ;
	background: transparent  ;	
}

.to-prev-mid{
	display: none;
	font-size:14px;
	width:100%;
	text-align: center;
	margin: 0px auto 45px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}

.to-prev-bottom{
	font-size:14px;
	width:100%;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0 ;
	background: transparent  ;	
}


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

	h3 
	
========================================*/

.detail-h3-wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 45px 0 18px 0;
	border-bottom: 1px solid #ccc;
}

.detail-h3 {
	font-size:18px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin: 0px 0 0px 0;
	padding: 0 0 6px 6px;
	border-bottom: 0px solid #ccc;
	text-align: left;
}

.detail-h3-left{
	width: 50%;
}

.detail-h3-right{
	width: 50%;
	text-align: right;
}

.detail-to-another{
	font-size: 14px;
	text-decoration: none;
}

.detail-to-another i{
	font-size: 16px;
	text-decoration: none;
	color: #cc3333;
	display: inline-block;
	margin-right: 6px;
}




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

	detail-thum-box
	
========================================*/

#detail-thum{
	width:100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
}


.detail-thum{
	width:100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.detail-thum-box{
	width:100px;
	height:100px;
	border:1px solid #ddd;
	padding: 2px;
	margin: 6px;
}

.detail-thum-box img{
	object-fit:contain;
	width:100%;
	height:100%;
	padding: 2px;
}

#detail-thum ul{
	float:left;
	background: #fff;
	left:50%;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#detail-thum ul li{
	position: relative;
	left: -50%; 
	float: left;
	list-style: none; 
	margin: 0px 7px 0px 0;
	padding: 0 0 0 0;
	width:100px;
	height:100px;
	border:1px solid #ccc;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#detail-thum ul li p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0;
	padding: 0 0 0 0;
	line-height: 1px;
}
#detail-thum ul li img{
	}


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

	data 
	
========================================*/


.detail-data {
	width: 100%;
	font-size:15px;
	line-height: 27px;
	margin: 0 0 0 0;
	padding:0 0 0 0px;
}


.detail-data dt{
	font-size:14px;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding:6px 0 6px 6px;
	width: 170px;
	height:10px;
	color:#999;
	font-weight:bold;
}

.detail-data  dd{
	margin: 0 0 0 0;
	padding:6px 0 6px 180px;
	color:#555;
}

.detail-data  dd span{
	display: block;
}


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

	kaitori-banner 
	
========================================*/
#kaitori-banner{
	width:100%;
	height: auto;
	margin: 60px auto 60px auto;
}
#kaitori-banner img{
	width:100%;
	height: auto;
}


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

	related 
	
========================================*/


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

.related-item{
	width: 100%;
	margin: 45px 0 0 0;
}

.related-item-wrapper{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.related-item-box{
	width: 16.6%;
	background: #fff;
	padding: 0 1.5% 0 1.5%;
	margin: 0px 0 18px 0;
}

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

img.related-item-thum-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	height: 120px;
	object-fit: scale-down;
	margin: 0 0 0px 0;
}
.related-item-title a{
	font-size:14px;
	text-decoration: none;
	margin: 3 0 0px 0;
}






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

	tag
	
========================================*/

#tag{
	width:100%;
	background: #fff;
	margin:0 0px 0px 0;
	padding:0 0px 0px 0;
	text-align: left;
	font-size: 13px;
	color:#555;
}


#tag a{
	display: inline-block;
	font-size:13px;
	background: #fff;
	margin:0 6px 10px 0;
	padding:4px 15px 4px 15px;
	text-decoration: none;
	border:1px solid #ddd;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
#tag a:hover{
	background: #ddd;
	color:#555;
}



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

	sns
	
========================================*/
#sns-share{
	width:100%;
	background: #fff;
	margin:24px 0px 0px 0;
	padding:0 0px 0px 0;
	text-align: center;
	list-style: none;
}
#sns-share li{
	width:28px;
	display: inline-block;
	background: #fff;
	margin:0 8px 0px 8px;
	padding:0 0px 0px 0;
}



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