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

/*タブレット用css*/
@media screen and (max-width: 1024px){
	
.container{
	padding: 0 5%;
	box-sizing: border-box;
}

	
}/* タブレット end */


/*スマホcss*/
@media screen and (max-width: 896px){
	
#mobile-head {
	height: 50px;
	background: rgba(255,255,255,0.8);
}
.logo{
	top:15px;
	left: 10px;
	width: 65%;
}

#mobile-head .logo img {
	max-width:100%;
	max-height: 45px;
	width: auto;
	height: auto;
}
footer{
	/*padding-bottom: 70px;*/
}
footer .container{
	text-align: center;
}
.copy{
	font-size:70%;
	text-align:center;
}

footer h3 img{
	width: 40%;
	margin-top: 40px;
}
.f_tel{
	margin: 10px auto 0;
	width: 70%;
}

.breadcrumbs{
	margin-top:0;
}
section{
	margin-bottom:50px;
}
.table01 th{
	width:40%;
}
.g_navi li br{
	display: none;
}
.g_navi li ul.child li{
	padding: 10px 0 0 0;
}
	
.g_navi li ul.child li a:before{
	content: "→";
	padding-left: 10px;
}
	.g_navi li.btn a{
		border:solid 1px #000;
		border-radius: 5px;
		display: block;
		padding: 5px 10px;
		text-align: center;
	}

.sub_navi_box ul{
	float: none;
	padding: 20px 0;
}
.sub_navi_box ul li{
	float: left;
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.sub_navi_box ul li a{
	opacity: 0.6;
	display: block;
	border: solid 1px #666;
	padding: 7px;
	text-align: center;
}
	#slide_menu{
		width: 100%;
	}
#page_top {
	z-index:9999;
}
#page_top a img{
	height: auto;
	width: 60px;
}


iframe{
	height: 350px;
}

#pagebottom span{
	display: block;
}

.item_slider_box .bx-wrapper .bx-prev {
	display: none;
}

.item_slider_box .bx-wrapper .bx-next {
	display: none;
}
.slide_on{
	width: 95%;
	height: auto;
	left: 2.5%;
}

.pagetitle {
	margin-bottom: 30px;
	background-position: center 35%;
	overflow: hidden;
	text-align: center;
	letter-spacing: 5px;
	background-image: none;
	height: 140px;
	padding-top: 50px;
}
.pagetitle h2{
	text-align: center;
	padding: 0 5% 0;
}
.pagetitle h2 span{
	display: block;
	padding-left: 0;
	margin-top: 10px;
}
.pagetitle img{
	width: 100%;
	height: auto;
}
section h3{
	font-size:190%;
	margin: 0 0 30px;
}
section h4{
	font-size:130%;
}
.price{
	font-size: 150%;
}
.breadcrumbs{display: none;}

.bg02 .more{
	margin-top: -45px;
}
table {
    border-collapse: collapse!important;
    border-spacing: 0!important;
}
tr.cartjs_product_num th{
	padding: 0!important;
	width: 10%!important;
}
tr.cartjs_product_num td input{
	padding: 12px!important;
	border-radius: 0;
}
.tel_no{
	font-size: 200%;
}
.product_detail{
	margin-bottom: 40px;
	border-bottom: solid 1px #333;
	padding-bottom: 20px;
}
span.list_gift{
	width: 20px;
	height: 100px;
	background-size: 100% 100%;
}
.kodawari01, .kodawari02, .kodawari03, .kodawari04{
	background-size: 160% auto;
}	
.kodawari01 h4, .kodawari02 h4, .kodawari03 h4, .kodawari04 h4{
	margin-bottom: 40px;
}	
.page{
	padding: 0 5%;
}	
}/* sp end */</pre></body></html>