@charset "utf-8";

/* ------------------------------------------

店舗一覧

------------------------------------------ */

/* Hides from IE Mac */
* html .section,* html .section ul li {height: 1%;}
.section,.section ul li {display:block;}
/* End Hack */

/*content追記*/
#content .store h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 4px solid #900;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 22px;
}
#content .storeNav01{
	margin:30px 0 0 0;
	padding:10px;
	background:#f1f1f1;
}
#content .storeNav01 ul li{
	float:left;
	margin:0 10px 0 0;
}
#content .storeNav01 ul li:nth-child(2){
	margin:0;
}
#content .storeNav01 ul li a:hover img{
	opacity:0.8;
}
#content .storeList01{
	margin:30px 0 0 0;
}
#content .storeList01 h3{
	padding:8px 14px 6px;
	background:#015294;
	color:#fff;
	font-size:92%;
}
#content .storeList01 .list01{
	overflow:hidden;
	padding:20px 23px 30px 24px;
	background:#eef7fe;
	border:1px solid #c5d0da;
	border-top:0;
}

#content .storeList01 .list01 ul li{
	width:216px;
	float:left;
	margin:20px 18px 0 0;
	background:#fff;
	border:1px solid #ddd;
}
#content .storeList01 .list01 ul li:nth-child(-n+3){
	margin-top: 0;
}
#content .storeList01 .list01 ul li:nth-child(3n){
	margin-right:  0;
}

#content .storeList01 .list01 ul li a{
	display:block;
	min-height:202px;
	font-size:106%;
	line-height:1.2;
}
#content .storeList01 .list01 ul li a img.listImg01{
	display:block;
}
#content .storeList01 .list01 ul li a span.listInner{
	display:block;
	padding:10px 15px 0;
}
#content .storeList01 .list01 ul li a em.ttl{
	display:block;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/common/images/ico.gif) no-repeat 0 0.6em;
	line-height: 160%;
	font-size:106%;
	color:#000;
	zoom: 1;
}
#content .storeList01 .list01 ul li a span.txt{
	display:block;
	margin:8px 0 0 0;
	line-height:1.34;
}
#content .storeList01 .list01 ul li a:hover{
	text-decoration:none;
	color:inherit;
}

#content .storeList01 .list01 ul li a:hover img.listImg01{
	opacity:0.8;
}

#content .storeList01 .list01 ul li a:hover em.ttl{
	text-decoration:underline;
	color:#000;
}

#content .storeList01 .list01 ul li a:hover span.text{
	text-decoration:none;
}

#content .storeList01.listBlue01 h3{
	background:#015294;
}

#content .storeList01.listBlue01 .list01{
	background:#eef7fe;
	border:1px solid #c5d0da;
}

#content .storeList01.listRed01 h3{
	background:#c45527;
}

#content .storeList01.listRed01 .list01{
	padding-top:24px;
	background:#fcf2ed;
	border:1px solid #e2d1ca;
}
#tab01,#tab02{
	display: none;
}
@media screen and (max-width: 667px) {
	#content .store h1 {
		margin-bottom:10px;
    padding: 12px 10px 12px;
    color: #fff;
    background-color: #A70000;
    border-top: 1px solid #C84D4D;
		border-bottom: 0;
    font-size: 17px;
	}
	#content .leadTxt{
		margin: 0 10px;
	}
	#content .storeNav01{
		padding: 0;
		background: #fff;
		border-bottom:1px solid #cccccc;
		margin-top: 15px;
	}
	#content .storeNav01 .tabBtn{
		display:table;
		width:100%;
		padding:0 8px;
		box-sizing:border-box;
		margin-bottom:-1px;
	}
	#content .storeNav01 .tabBtn li{
		float: none;
		display:table-cell;
		padding:0 2px;
		margin: 0;
	}
	#content .storeNav01 .tabBtn li label{
		display: block;
		cursor:pointer;
	}
	#tab01:checked ~ .storeNav01 .tab02 .on_img,
	#tab01:checked ~ .storeNav01 .tab01 .off_img,
	#tab02:checked ~ .storeNav01 .tab01 .on_img,
	#tab02:checked ~ .storeNav01 .tab02 .off_img,
	#tab01:checked ~ #foodgroup,
	#tab02:checked ~ #caregroup{
		display:none;
	}
	#tab01:checked ~ .storeNav01 .tab01 .on_img,
	#tab01:checked ~ .storeNav01 .tab02 .off_img,
	#tab02:checked ~ .storeNav01 .tab02 .on_img,
	#tab02:checked ~ .storeNav01 .tab01 .off_img,
	#tab01:checked ~ #caregroup,
	#tab02:checked ~ #foodgroup{
		display:block;
	}
.tabAreaLineUnder .btn.act:before,
.tabSwitchCss .tab1:checked ~ .tabAreaLineUnder .btnTab1:before,
.tabSwitchCss .tab2:checked ~ .tabAreaLineUnder .btnTab2:before{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 3px;
	right: 3px;
	height: 3px;
	background-color: #fff;
}
/*cssで切り替えタブ*/
.tabSwitchCss .tabCont{
	display: none;
}
.tabSwitchCss .tab1:checked ~ .tabCont1,
.tabSwitchCss .tab2:checked ~ .tabCont2{
	display: block;
}
	#content .storeNav01 .tabBtn li img{
		width: 100%;
		height: auto;
	}
	#content .storeList01{
		margin:0;
	}
	#content .storeList01 h3{
		display: none;
	}
	#content .storeList01 .list01 ul{
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	#content .storeList01 .list01 ul li{
		width:49%;
		margin:10px 2% 0 0;
		box-sizing: border-box;
	}
	#content .storeList01 .list01 ul li:nth-child(-n+3),
	#content .storeList01 .list01 ul li:nth-child(3n){
		margin:10px 2% 0 0;
	}
	#content .storeList01 .list01 ul li:nth-child(-n+2){
		margin-top: 0;
	}
	#content .storeList01 .list01 ul li:nth-child(2n){
		margin-right:  0;
	}
	#content .storeList01 .list01 ul li a{
		min-height:auto;
	}
	#content .storeList01 .list01 ul li a img.listImg01{
		width: 100%;
		height: auto;
	}
	#content .storeList01 .list01 ul li a span.listInner{
		padding:8px;
	}
	#content .storeList01 .list01 ul li a em.ttl{
		background-position: 0 0.5em;
		font-size:13px;
	}
	#content .storeList01 .list01 ul li a span.txt{
		margin:3px 0 0 0;
		font-size: 12px;
	}
	#content .storeList01.listBlue01 .list01,
	#content .storeList01.listRed01 .list01{
		padding:15px 10px 30px;
		border:0;
	}
}

/*sidebar追記*/
#sidebar .noOpenMenu .ct dd li a {
    background-image: url("/common/images/ico-service.gif");
}

#sidebar .openMenu .ct dt a {
    background-image: url("/common/images/ico-service.gif");
}

#sidebar .openMenu .ct dd {
    background-color: #F4F4F4;
	border-bottom: 1px solid #dddddd;
    display: none;
	padding: 0;
	text-indent: 0;
}

#sidebar .openMenu .ct dd h3 {
	background-color: #e1e1e1;
	padding: 3px 0 3px 8px;
}

#sidebar .openMenu .ct dd ul {
    padding: 5px 8px 5px 20px;
}

#sidebar .openMenu .ct dd ul li a {
    background-image: url("/common/images/ico-service.gif");
}


#sidebar .openMenu ul.none {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#sidebar .openMenu ul.none li {
    background-image: url("/common/images/dot-white.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding: 8px 8px 8px 20px;
    text-indent: -12px;
}

#sidebar .openMenu ul.none li.last {
    background-image: none;
}

#sidebar .openMenu ul.none li a {
    background-image: url("/common/images/ico-service.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

#footer .mainContents h2 a {
    background-image: url("/common/images/ico-service.gif");
	background-position: 0 -499px;
}

/*footer追記*/
#footer .mainContents .left li,
#footer .mainContents .right li {
	background-image: url("/common/images/dot-glay.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
	margin: 0 10px 7px 0;
	padding: 0 0 8px;
}

#footer .mainContents .left li.last,
#footer .mainContents .right li.last {
	background-image: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#footer .mainContents .left li a,
#footer .mainContents .right li a {
    background-image: url("/common/images/ico-service.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}

/*sidebar追記*/
#area #sidebar .openMenu .title .service,
#service #sidebar .openMenu .title .service {
	background-color: #cd3434;
}

#area #sidebar .noOpenMenu .title .area,
#service #sidebar .noOpenMenu .title .area {
	background-color: #ff6868;
}

/*hbのwv化追記*/
.b01 {
	border-bottom: solid 1px #0066cc;
}

.hb_table {
	padding: 10px 0;
}

.nList .nListH1 {
    width: 740px;
    margin: 0 0 15px 0;
    padding: 8px 0 6px 0;
    font-weight: bold;
    text-indent: 22px;
    background: #CCCCCC url(/privacy/network/images/nl_title740.gif) no-repeat left top;
}

.hb_search {
	font-size: small;
}

p a:visited,
td a:visited {
	text-decoration: none;
    color: #09C;
}
	
p a:link,
td a:link {
	text-decoration: none;
    color: #06C;
}

p a:hover,
td a:hover {
    text-decoration:underline;
	color: #F60;
}

p a:active,
td a:active {
    text-decoration:underline;
	color: #F60;
}

.s-title {
	font-size: small;
}

.hb_address {
	width: 350px;
}

.hb_tel {
	width: 145px;
}

