@charset "utf-8";

body {
	color: #111;
	background-color: #fff;
	font-family:游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
	
}

	
.category_card2 a{
	text-decoration:none;
	color: #000;
	}


.tel_ {
    float: left;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: bold;
    font-family:游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
	}
	

.tell_ p{
	float: left;
	}
	
	
.address_ {
    font-size: 0.7em;
    margin-left: 12px;
    letter-spacing: -0.02em;
    float:left;
	}

body{
    font-family:游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
	
	}

	
.category_card2 a{
	text-decoration:none;
	color: #000;
	}
	

/*-----------★PCのみ---------------*/

@media screen and (min-width:980px){
body {
	font-size: 16px;
}

.pcNone{
	display:none;
	}
	
#main{
	width:1200px;
	margin:0 auto;
	}
	
.category_card{
	width: 33%;
	float: left;
	padding: 0px 20px;
	height: 650px;
	text-align:center;
	}
	
.category_card img{
	width: auto;
	height: auto;
	max-width: 337px;
	max-height: 260px;
	}

.card__img-dummy{
		width: auto;
	height: 260px;
	}

.category_card2{
	padding: 8px;
	text-align:left;
	font-size: 0.8em;
	}

.card__title{
	font-size:10px;
	}

.category_card2 h3{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 18px;
	position: relative;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #333;
	font-weight: bolder;
	}

.category_card2 h3::after {
  display: block;
  width: 5px;
  height: 23px;
  position: absolute;
  left: 7px;
  background-color: #fff0;
  content: '';
}

.card__excerpt{
	margin:0px;
	line-height: 1.8em;
	}
}


/*---★スマホ------------------------*/

@media screen and (max-width:960px){

.spNone {
  display: none !important;
}

body {
	font-size: 16px;
}
.category_main{
	
	}


.category_card{
	width: 50%;
	float: left;
	padding: 0px 3px;
	text-align:center;
	min-height: 40em;
	}
	
.category_card img{
	width: auto;
	height: auto;
	max-height: 37%;
	max-width: 100%;
	}

.category_card2{
	padding: 8px;
	text-align:left;
	}

.card__title{
	font-size:10px;
	}

.category_card2 h3{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 18px;
	position: relative;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #333;
	font-weight: bolder;
	}

.category_card2 h3::after {
  display: block;
  width: 5px;
  height: 23px;
  position: absolute;
  left: 7px;
  background-color: #fff0;
  content: '';
}

.card__excerpt{
	margin: 0px;
	line-height: 1.5em;
	font-size: 1em;
	float: left;
	}

}

@media screen and (max-width: 460px){
.category_card {
  min-height: 40em;
  text-align: center;
}
}