@charset "utf-8";

/* CSS Document */

body table tr td div p {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 2.5em;
	color: #333333;
}

div p {
	margin: 0;
	padding: 0;
}

a:link {
	color: #996600;
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #996600;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #CC9900;
	text-decoration: underline;
	font-size: 12px;
}

a:active {
	color: #CC9900;
	text-decoration: underline;
	font-size: 12px;
}

a.cap:link {
	color: #003300;
	text-decoration: none;
	font-size: 12px;
}

a.cap:visited {
	color: #003300;
	text-decoration: none;
	font-size: 12px;
}

a.cap:hover {
	color: #006600;
	text-decoration: underline;
	font-size: 12px;
}

a.cap:active {
	color: #006600;
	text-decoration: underline;
	font-size: 12px;
}

.frame {
	width: 800px;
	padding: 6px 0;
	margin: 0 auto;
	border: #999 solid 1px;
	background: url(images/bg_frame.gif) 600px 890px no-repeat;
	overflow: hidden;
}

.txt {
	font-size: 12px;
	line-height: 2em;
	color: #333333;
}

.mb3 { margin-bottom: 3px; }

.txt_s { line-height: 1.5em; }

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.lhm { line-height: 1.8em; }

#breadcrumbs h1 { font-weight: normal; }

.list_shop {
	list-style: none;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.list_shop li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 175px;
	text-align: center;
}

.list_shop li:nth-child(4n) { margin-right: 0; }

.list_shop > li > a {
	display: block;
	color: #000;
}

.list_shop > li > a:hover {
	text-decoration: none;
	background-color: #fff6f6;
}

.list_shop h3 {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto 10px;
	width: 175px;
	height: 36px;
	background-color: #F1EDE7;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	color: #960;
}

.list_shop > li > a:hover h3 { color: #C90; }

.small {
	font-size: 10px;
	padding-left: 15px;
	line-height: 1.5em;
}


.location .box1{margin-bottom:20px;}

.location .box1 .left_col{
	width:533px;
	float:left;
	margin-right:20px;
}

.location .box1 .right_col{
	float:right;
	padding:0 15px;
}

.location .box2{
	background:#eee7dc;
}

.location .box2 .inner{
	max-width:500px;
	margin:0 auto;
	
}

.location .box2 p{
	display:block;
	float:left;
	background:none;
}

.location .box2 p.bnr1{
	margin-right:40px;
}

.location .box2 p a{
	display:inline-block;
}

.location .box2 p.bnr2{padding:20px 0 10px;}

.frame{padding:0;}

.frame_inner{padding:6px;}
.list_contact{display: flex;list-style: none;padding: 0;margin: 5px 0;}
.list_contact li{width: calc((100% - 10px) / 2);margin-right: 10px;}
.list_contact li:last-child{margin-right: 0;}
.contact_txt{font-size: 12px;}

.box_02 .contact_ct{}
.list_contact02{list-style: none;padding: 0;margin: 0;display: flex;align-items: center;}
.list_contact02 li{width: calc((100% - 20px) / 3);margin-right: 10px;}
.list_contact02 li:last-child{margin-right: 0;}
.box_02 .contact_txt{font-size: 12px;text-align: left;padding-left: 20px;}
.box_02 .contact_ct_sp{display: none;}
/* responsive */

@media (max-width: 640px) {

	.location .box1 .left_col{
		width:100%;
		float:none;
		margin:0 0 10px;
		box-sizing:border-box;
	}
	.location .box1 .right_col{
		float:none;
		width:176px;
		
	}
	
	.list_shop li{
		width:48%;
		margin-right:0;
	}
	
	.list_shop li:nth-child(odd){
		margin-right:4%;
	}
	
	.list_shop li h3{
		width:100%;
		display:block;
		height:auto;
		padding:10px 0;
		
	}
/*
	.box_02.contact_ct{margin:20px 0;padding: 15px;box-sizing: border-box;}
	.list_contact02{flex-direction: column;}
	.list_contact02 li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.list_contact02 li img{width: 100%;}
	.box_02.contact_ct img{margin: 0;}
*/
.box_02 .contact_ct_pc{display: none;}
.box_02 .contact_ct_sp{display: block;padding: 15px 5px;}
.list_contact02_sp{list-style: none;padding: 0;margin: 0;}
.contact_phone a{font-size: 20px;text-align: left;color: #000;font-weight: bold;line-height: 1em;font-family: "�q���M�m���� ProN","Hiragino Mincho ProN","������",YuMincho,"HG����E","MS P����",MS PMincho,serif;}
.list_contact02_sp li{margin-bottom: 15px;}
.list_contact02_sp li:last-child{margin-bottom: 0;}
.contact_phone a .contact_txt_sub{font-size: 14px;}
}

@media (max-width: 530px) {
	
	.location .box2 p{
		text-align:center;
		width:100%;
		float:none;
	}
	
	.location .box2 p.bnr2{padding:0px 0 10px;}
}

