/* ヘッダー */
.sub_h1_con {
	height: 150px;
	position: relative;
	margin-top: 50px;
	font-size: 20px;
}
.sub_h1_con:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}
.sub_h1_con img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.sub_h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	width: 100%;
	text-align: center;
}

/* パンくずリスト */
.bread_con {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 14px;
	/* color: #000000; */
	overflow: auto;
	white-space: nowrap;
}
.bread_con>div>span {
	position: relative;
	/* color: #666; */
}
.bread_con>div>span a {
	display: inline;
}
.bread_con_single {
	margin-top: 50px;
}

.sub_item:not(:last-child) {
	margin-bottom: 20px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	/* ヘッダー */
  .sub_h1_con {
    height: 400px;
		font-size: 28px;
  }

	.sub_head_2 {
		font-size: 18px;
		padding: 15px 30px;
		margin-bottom: 15px;
	}

  /* パンくずリスト */
  .bread_con {
		font-size: 12px;
    margin-bottom: 80px;
		padding-top: 15px;
	  padding-bottom: 15px;
  }
	.bread_con_single {
		margin-top: 70px;
	}
}

/****************************** PC ******************************/
@media (min-width: 1025px){


	/* ヘッダー */
  .sub_h1_con {
		margin-top: 70px;
  }
	.sub_item:not(:last-child) {
		margin-bottom: 80px;
	}

	/* 検索 */
	.srch_cncnt_container {
		display: flex;
		justify-content: space-between;
	}
	.srch_cncnt_container>section:first-child {
		width: 30%;
	}
	.srch_cncnt_container>section:last-child {
		width: 65%;
	}

	.s_search_con {
		padding: 40px 25px;
		border-radius: 15px;
	}

	.s_search_head {
		font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
	}

	.s_search_list {
		margin-bottom: 30px;
	}
	.s_search_item {
		height: 110px;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	}
	.s_search_item:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_search_item a {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.s_search_item img {
		margin-bottom: 8px;
		width: auto;
		height: 60px;
		filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	}
	.s_search_item h3 {
		font-size: 14px;
	}

}
