/*-----------------------------------
style
-----------------------------------*/
a:hover{
  color: #E8313A;
  outline: none;
  text-decoration: none!important;
}

a:active {
  color: #E8313A;
  outline: none;
  text-decoration: none!important;
}
.filterArea{
    width: 98%;
    margin: 10px auto 0 auto;
    padding: 20px;
    background-color: #F8F7EF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.filterArea h1{
	text-align: center;
	margin-bottom: 20px;
}

.filterArea .filter_life,
.filterArea .filter_tag{
	margin-bottom: 10px;
}

.filterArea h2{
	margin-bottom:5px;
}

.line01 {	
color: #000000;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #dc143c;/*上線*/
border-bottom: solid 3px #dc143c;/*下線*/
font-size: 120%;
text-align: center;
width:100%;    
}


.resultArea{
	margin: 20px;
}

.productArea {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
}
.productCntArea p {
	text-align: right;
	padding-right: 20px;
	font-size: 100%;
	color:#A4A4A4;
    margin-bottom: 0em;
}
.productArea .product {
	width: calc(50% - 20px);
	margin: 10px 10px 20px 10px;
}
.productArea .product .photo {
	margin-bottom: 10px;
}
.productArea .product img {
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.productArea .product .productTitle {
    line-height: 2em;
    font-size: 20px;
    background: linear-gradient(transparent 97%, pink 97%);
    
}
.productArea .product .productLife {
	line-height: 2;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: right;
}
.productArea .product .tag {
	margin-bottom: 5px;
}
.productArea .product .tag li {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 3px;
	background: #C0C0C0;
	color: #2D2D2D;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.productArea .product .description .description3 {
    line-height: 2;
}
p{margin-top:0;margin-bottom:0rem!important}

.tel {
margin: 0;
    
}



.tel a {
color: mediumblue;
font-weight: normal;
}
.tel a:hover {
color:crimson;
text-decoration: none;
}



/* googlemap button */
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-size: 0.8rem;   
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* kensaku checkbox */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  display: block;
  float: left;    
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
    
  margin-top: 4px;
  border: 1px solid #999;
  border-radius: 10px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: deeppink;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid deeppink;
  border-right: 3px solid deeppink;
}

.filter_keyword{
    clear: left;
}

hr.style1 {
    display: none;
}


.btn-custom {
  background-color: #FF1493;
  color: #ffffff;
}


/* スマホ版設定 */
@media (max-width: 767px) {
.filterArea{
	width: 98%;
	padding: 10px 10px 20px 10px;
}
.productCntArea p {
	padding-right: 10px;
}
.productArea {
	padding: 5px;
}
.productArea .product {
	width: calc(98% - 10px);
	margin: 5px 5px 10px 5px;
}
.productArea .product .productTitle {
	line-height: 2;
	font-size: 20px;
    margin-top: 20px;
    border-top:solid 1px pink; 
}  


 
.deco{
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid dimgray;
    }
 
.deco span{
    font-size: 12px;    
    color:dimgray;
}


.deco2 {
     position: relative;
     padding:0.5em 0.5em 0.5em 1.4em;
     border: 1px solid #ddd;
     border-radius: 5px;
}
 
.deco2::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color: deeppink;
}
  
    
    
    
}

 /* 768px以上用（PC用）の記述 -----------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {


.title h2 {
 background: url(../images/navi/h3_title_shop.png) no-repeat left center;
 font-size: 14px;
 color: #ffffff;
 font-weight: bold;
 letter-spacing: 1px;
 height: 30px;
 width:100%;
 margin-top: 10px;	
 margin-bottom: 10px;
 padding-left:18px;
 padding-top: 5px;
 text-shadow: 1px 1px 0 #332563;
 border-left: solid 0px #ffffff;/*左線*/	
}
	  
/* PCでは電話をかけない--*/
    
a[href^="tel:"] {
		pointer-events: none;
	}
  
.tel a {
color: black;
font-weight: normal;
}    
}
