@charset "utf-8";
body,select,input{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;}
/* ------------------------------------------

店舗一覧

------------------------------------------ */

/* Hides from IE Mac */
* html .section,* html .section ul li {height: 1%;}
.section,.section ul li {display:block;}
/* End Hack */

/*content追記*/
#content .store h1 {
	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{
	display:flex;
	justify-content:space-between;
}
#content .storeNav01 ul li{
  width:49%;
  border:#ccc solid 1px;
}
#content .storeNav01 ul li a{
  position:relative;
  display:block;
  color:#2192DE;
  font-size:18px;
  font-weight:bold;
  padding:19px 5px 19px 19px;
  background-color:#fff;
  /*background-position:left center;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url(/store/renew2020/images/nav01.jpg);*/
}
#content .storeNav01 ul li a:hover{
	text-decoration:none;
	opacity:.7;
	transition:opacity .35s;
}
#content .storeNav01 ul li:nth-child(2) a{
  color:#d58738;
  /*background-image:url(/store/renew2020/images/nav02.jpg);*/

}
#content .storeNav01 ul li a::after{
	content:"";
	position:absolute;
	display:inline-block;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	border-right:#2192DE solid 2px;
	border-bottom:#2192DE solid 2px;
	transform:rotate(45deg);
}
#content .storeNav01 ul li:nth-child(2) a::after{
	border-right:#d58738 solid 2px;
	border-bottom:#d58738 solid 2px;
}

#content #caregroup{
	
}
#content .title_h2{
	font-size:16px;
	padding:6px 10px 7px;
	background:#2192DE;
	color:#fff;
	margin: 40px 0 0;
}
#content #foodgroup .title_h2{
	background:#d58738;
}
#content .storeList01{
	margin:30px 0 0 0;
}
#content .storeList01 .title_h3{
	font-size:16px;
	background:none;
	margin: 0 auto 30px;
	border-bottom:#2192DE solid 1px;
	padding:0 0 2px;
}
#caregroup .storeList01 .btn_area{
	text-align:center;
	margin:30px auto;
}
#caregroup .storeList01 .btn_area a{
	position:relative;
	display:inline-block;
	width:355px;
	padding: 18px 0 18px 0;
	color:#333;
	font-size:16px;
	font-weight:bold;
	border:#ccc solid 1px;
	border-radius:5px;
	background:url(/store/renew2020/images/map-icon.png) transparent 20px center no-repeat;
	box-sizing:border-box;
}
#caregroup .storeList01 .btn_area a:hover{
	opacity:.7;
	transition:opacity .35s;
}
#caregroup .storeList01 .btn_area a::after{
	content:"";
	position:absolute;
	display:inline-block;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	width:7px;
	height:7px;
	border-top:#2192DE solid 2px;
	border-right:#2192DE solid 2px;
	transform:rotate(45deg);
}
#content .storeList01 ul.col3{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
}
#content .storeList01 ul.col3 li{
	display:flex;
	flex-wrap:wrap;
	width:232px;
	border:#ccc solid 1px;
	box-sizing:border-box;
	margin: 0 22px 20px 0;
}
#content .storeList01 ul.col3 li:nth-of-type(3n){
	margin:0 0 20px;
}
#content .storeList01 .listInner{
	position:relative;
	display:block;
	padding: 15px 10px 20px 14px;
}
#content .storeList01 .ttl{
	display:block;
	font-size: 17px;
	font-weight:bold;
	color:#333;
	margin-bottom: 15px;
}
#content .storeList01 .ttl span{
	display:block;
	font-weight:normal;
	font-size:16px;
}
#content .storeList01 .ttl .fs{
	font-size:14px;
}
#content .storeList01 a{
	width:100%;
	color:#333;
	text-decoration:none;
}
#content .storeList01 a:hover img{
	opacity:.7;
	transition:.35s;
}
#content .storeList01 .senior_service a:hover{
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	transition:.35s;
}
#content .storeList01 a:hover .ttl,
#content .storeList01 a:hover .title_s{
	text-decoration:underline;
}
#content .storeList01 span.txt{
	font-size:14px;
}
#care_senior_service .listInner::before,
#foodgroup .listInner::before{
	content:"";
	position:absolute;
	display:inline-block;
	right: 5px;
	top: 5px;
	width:12px;
	height:10px;
	background:url(/store/renew2020/images/ico_blank.png) transparent left top no-repeat;
}
#care_senior_service .noBefore::before,
#foodgroup .noBefore::before{
	content: none;
}
#content .sectionInner{
    	margin-bottom:30px;
    }
#content .senior_service{
	margin-bottom:60px;
}
#content .senior_service ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#content .senior_service ul li{
	width:365px;
	margin:0 0 10px;
	
}
#content .senior_service ul li a{
  position:relative;
  display:block;
  padding:15px 5px 10px 135px;
  height:110px;
  box-sizing:border-box;
  border:#ccc solid 1px;
}
#content .senior_service ul li a::before{
	position:absolute;
	content:"";
	display:inline-block;
	width:120px;
	height: 100%;
	top:0;
	left:0;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:contain;
}
#content .senior_service ul li:nth-of-type(1) a::before{
	background-image:url(/store/renew2020/images/pict11.jpg);
}
#content .senior_service ul li:nth-of-type(2) a::before{
	background-image:url(/store/renew2020/images/pict17.jpg);
}
#content .senior_service ul li:nth-of-type(3) a::before{
	background-image:url(/store/renew2020/images/pict09.jpg);
}
#content .senior_service ul li:nth-of-type(4) a::before{
	background-image:url(/store/renew2020/images/pict08.jpg);
}
#content .senior_service ul li a:hover::before{
  opacity:.7;
  transition:opacity .35s;
}
#content .senior_service ul li a::after{
	position:absolute;
	content:"";
	display:inline-block;
	right: 7px;
	  top: 7px;
	  width: 12px;
	  height: 10px;
	  background: url(/store/renew2020/images/ico_blank.png) transparent left top no-repeat;
}
#content .senior_service .title_s{
	font-size:18px;
	font-weight:bold;
}
#content .senior_service .title_s span{
	display:block;
	font-size:16px;
	font-weight:normal;
}
#content .senior_service .text{
	position:absolute;
    bottom:15px;
    font-size:14px;
}
@media screen and (max-width: 667px) {
	#content .store h1 {
    border-bottom: 4px solid #900;
    font-size: 17px;
    padding: 12px 10px 12px;
    margin-bottom: 10px;
	}
	#content .leadTxt{
		padding:0 10px;
	}
	#caregroup{
		padding:0 10px;
	}
	#foodgroup{padding:0 10px 40px;}
	#content .storeNav01 ul li a{
		padding: 10px 10px 10px 20px;
		font-size:12px;
		background-size:contain;
	}
	#content .storeNav01 ul li a::after{
		right:10px;
		width:6px;
		height:6px;
	}
	#content .title_h2{
	  font-size:19px;
	}
	#content .storeList01 {
	  margin: 20px 0 0;
	}
	#caregroup .storeList01 .btn_area a {
	  width: 90%;
	  padding: 16px 0;
	  font-size: 15px;
	  background-size:36px auto;
	}
	#content .storeList01 ul.col3{
		justify-content:space-between;
	}
    #content .storeList01 ul.col3 li {
	  width: 49%;
	  margin: 0 0 10px 0;
	}
	#content .storeList01 ul.col3 li:nth-of-type(3n) {
	  margin: 0 0 10px;
	}
	#content .storeList01 ul.col3 li img{
		width:100%;
		height: auto;
	}

    #content .storeList01 .listInner{
    	padding: 10px 10px 10px;
    }
    #content .storeList01 .ttl{
    	font-size:16px;
    	margin-bottom:12px;
    }
    #content .storeList01 .ttl span{
    	display:block;
    	font-size:15px;
    	font-weight:normal;
    }
    #content .storeList01 .ttl .fs{
    	font-size:13px;
    }
    #content .storeList01 .txt{
    	font-size:13px;
    }
    #content .sectionInner{
    	margin-bottom:30px;
    }
    #content .senior_service ul li{
		width:100%;
		margin:0 0 10px;	
	}
	#content .senior_service ul li a{
	  width:100%;
	  height: 105px;	
	  padding:15px 5px 10px 135px;
	}
    #content .senior_service .title_s{
	font-size:16px;
	}
	#content .senior_service .title_s span{
		font-size:15px;
	}
	#content .senior_service ul li a::before {
      width: 116px;
      height: 100%;
 }
}

/*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;
}



#area #container #wrapper{
    width: 100%;
}

#area #content{
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 20px auto;
		text-align: left;
}

#content .storeList01 ul.col4{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:83%;
  margin: 0 auto;
}
#content .storeList01 ul.col4 li{
	display:flex;
	flex-wrap:wrap;
	width:232px;
	border:#ccc solid 1px;
	box-sizing:border-box;
	margin: 0 22px 20px 0;
}
#content .storeList01 ul.col4 li:nth-of-type(4n){
	margin:0 0 20px;
}
#content .storeList01 ul.col4 li.smArea {
	position: relative;
}

#content .storeList01 ul.col4 li.smArea .prefSelectWrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
}
#content .storeList01 .smArea .prefSelectWrap{
	position: relative;
	width: 90%;
}
#content .storeList01 .smArea .prefSelectWrap:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: #23c3d6;
	pointer-events: none;
}
#content .storeList01 .smArea .prefSelectWrap:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 14px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(-135deg);
	pointer-events: none;
}
#content .storeList01 .smArea .prefSelect{
	width: 100%;
	padding: 5px;
	margin: auto;
	background: #ffffff;
	border: #767676 1px solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#content .storeList01 .smArea .prefSelect::-ms-expand {
	display: none;
}
#content .storeList01 .smArea .listInner{
	padding-bottom: 40px;
}

@media screen and (max-width: 667px) {
	#content .storeList01 ul.col4{
    width: 100%;
		justify-content:space-between;
	}
    #content .storeList01 ul.col4 li {
	  width: 49%;
	  margin: 0 0 10px 0;
	}
	#content .storeList01 ul.col4 li:nth-of-type(4n) {
	  margin: 0 0 10px;
	}
	#content .storeList01 ul.col4 li img{
		width:100%;
		height: auto;
	}

	#area #content{
    margin: 0 auto;
  }
}

