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

/*------------------------------------------------------------------------------
  ã‚ˆãã‚ã‚‹è³ªå•é›†
------------------------------------------------------------------------------*/
.qaCont{
	margin-bottom: 40px;
}

/**/
.qaCont .qaBox{
	margin-bottom: 30px;
}

.qaCont dl{
	margin-bottom: 20px;
}
.qaCont dl dt{
	background-color: #e0eff8;
	color: #004b6e;
	padding: 10px 40px 10px 35px;
	font-size: 17px;
	position: relative;
}
.qaCont dl dt:before{
	content: "";
	display: block;
	background-image: url(../../_images/contents/icon_question.png);
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.1s ease-out;
}
.qaCont dl dt:after{
	content: "â–¼";
	display: block;
	color: #004b6e;
	width: 24px;
	height: 24px;
	font-size: 24px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.1s ease-out;
}
.qaCont dl dd{
	margin-left: 10px;
	padding: 0 10px 0 50px;
	position: relative;
}
.qaCont dl dd:before{
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background-color: #ffc731;
	background-image: url(../../_images/contents/icon_answer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}
.qaCont dl dd p{
	margin: 10px 0;
}

/*é–‹é–‰*/
.qaCont dl input{
	display: none;
}
.qaCont dl dd{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.qaCont input:checked + label + dd{
	max-height: 400px;
}
.qaCont input:checked + label dt:after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


@media screen and (max-width: 768px) {
	.qaCont ul{
		margin: 30px 0;
	}
	.qaCont ul li{
		width: 31%;
		height: auto;
		margin: 0 1%;
		border-radius: 10px;
	}
	.qaCont ul li a{
		width: auto;
		height: auto;
		padding: 5px;
	}
	.qaCont ul li.orderBtn{
		background: #de3838;
	}
	.qaCont ul li.orderBtn a:hover{
		background: #ee8585;
	}
	.qaCont ul li.nouhinBtn{
		background: #194eb6;
	}
	.qaCont ul li.nouhinBtn a:hover{
		background: #6fa1de;
	}
	.qaCont ul li.designBtn{
		background: #cf3c01;
	}
	.qaCont ul li.designBtn a:hover{
		background: #e37f1d;
	}
}

@media screen and (max-width: 768px) {
	#container .itemCateH2 p{
		width: 95%;
		margin: auto;
	}
}

/*------------------------------------------------------------------------------
  ä¼šç¤¾æƒ…å&nbsp;±
------------------------------------------------------------------------------*/
/*----------ä¼šç¤¾æ¦‚è¦/ç‰¹å®šå•†å–å¼•----------*/
.shopCont table td ul.address li{
	display: inline-block;
	padding: 0;
}
.shopCont table td ul.address li:before{
	display: none;
}
.shopCont table td ul.address li:first-of-type:after{
	content: "/";
	display: inline-block;
	position: static;
	margin: 0 5px 0 10px;
}
.shopCont table td ul.address li.mail{
	display: block;
}

/**/
.shopCont .accessBox{
	margin: 30px 0;
}
.shopCont .accessBox iframe{
	width: 100%;
	height: 400px;
}

.shopCont .accessBox dl{
	width: 700px;
	margin: auto;
	border: 2px solid #007db7;
}
.shopCont .accessBox dl dt{
	background: #007db7;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.shopCont .accessBox dl dd{
	padding: 20px;
}
.shopCont .accessBox dl dd ul{
	margin-bottom: 20px;
}
.shopCont .accessBox dl dd ul li{
	background: linear-gradient(to bottom, #fff 0%, #fff 70%, #ffefbd 70%, #ffefbd 100%);
	padding: 0 10px;
	line-height: 2.0em;
}
.shopCont .accessBox dl dd p{
	font-size: 15px;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.shopCont .accessBox{
		width: 95%;
		margin: 0 auto 20px;
	}

	.shopCont .accessBox dl{
		width: 90%;
	}
}


/*----------ã‚µã‚¤ãƒˆãƒãƒªã‚·ãƒ¼/ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼----------*/
.shopCont .policyBox {
	margin: 30px;
	padding: 30px;
	border: 1px solid #007db7;
}
.shopCont .policyBox p{
	margin: 8px 0;
}
.shopCont .policyBox ul{
	margin: 15px 0;
}
/**/
.shopCont .policyList{
	margin: 30px 0;
}
.shopCont .policyList dl{
	margin-bottom: 25px;
}
.shopCont .policyList dl dt{
	background: #e6f3f9;
	margin-bottom: 10px;
	padding: 8px 15px;
	font-size: 16px;
	border-bottom: 2px solid #9ecfe6;
	position: relative;
}
.shopCont .policyList dl dt:before{
	content: "â–&nbsp;";
	display: inline-block;
	color: #007db7;
	margin-right: 5px;
}
.shopCont .policyList dl dd{
	padding: 0 20px;
}

.shopCont ul.shopList{
	margin-top: 10px;
}
.shopCont ul.shopList li{
	position: relative;
	padding-left: 15px;
}
.shopCont ul.shopList li:before{
	content: "â–&nbsp;";
	display: block;
	color: #007db7;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**/
.shopContact{
	margin: 60px 30px;
	padding: 20px;
	border-top: 4px double #5298b9;
	border-bottom: 4px double #5298b9;
}
.shopContact .h3title{
	background: #527687;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
}
.shopContact .h3title h3{
	font-size: 16px;
	font-weight: bold;
}

.shopContact ul.shopInfo{
	background: url(../../_images/contents/company_logo.gif) no-repeat left;
	width: 80%;
	margin: 20px auto;
	padding: 10px 10px 10px 120px;
	box-sizing: border-box;
	border-top: 1px solid #272652;
	border-bottom: 1px solid #272652;
}
.shopContact ul.shopInfo li{
	line-height: 2.0em;
}

@media screen and (max-width: 768px) {
	.shopCont .policyBox {
		margin: 30px 2%;
		padding: 15px;
	}

	.shopContact{
		margin: 60px 2%;
		padding: 10px;
	}
	
	.shopContact ul.shopInfo{
		background: url(../../_images/contents/company_logo.gif) no-repeat center 5px;
		width: 100%;
		padding: 100px 10px 10px 10px;
	}
}

/*----------ã‚µã‚¤ãƒˆãƒžãƒƒãƒ—----------*/
.shopCont .sitemapBox{
    margin: 0 0 30px;
}
.shopCont .sitemapBox &gt; dl{
    margin: 0 0 30px;
}
.shopCont .sitemapBox &gt; dl &gt; dt{
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #007bb4;
    border-bottom: 1px solid #007bb4;
}
.shopCont .sitemapBox dl dd ul {
    display: flex;
    flex-wrap: wrap;
}
.shopCont .sitemapBox dl dd ul li{
    width: 32%;
    margin: 5px 1% 5px 0;
    line-height: 1.4em;
}
.shopCont .sitemapBox dl dd ul li a{
    display: block;
    padding: 3px 0 3px 15px;
    position: relative;
}
.shopCont .sitemapBox dl dd ul li a:hover{
    background-color: #cff6f6;
}
.shopCont .sitemapBox dl dd ul li a span{
    display: inline-block;
    font-size: 12px;
}
.shopCont .sitemapBox dl dd ul li a:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 3px solid #007db7;
    border-right: 3px solid #007db7;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 7px;
}



@media screen and (max-width: 768px) {
    .shopCont .sitemapBox &gt; dl{
        width: 95%;
        margin: 0 auto 30px;
    }

}
@media screen and (max-width: 540px) {
    .shopCont .sitemapBox dl dd ul li{
        width: 46%;
        margin: 5px 2%;
    }
}






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