/*画像アスペクト比制御*/
.imgWrapper{
	position: relative;
}
.pt50{
	padding-top: 50%;
}
.pt56{
	padding-top: 56.25%;
}
.pt80{
	padding-top: 80%;
}
.pt100{
	padding-top: 100%;
}
.imgWrapper > img{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	transform: translateY(-50%);
}
/*画像角丸*/
.imgWrapper.imgWrapper__radius {
	border-radius: 5px;
	overflow: hidden;
}
/* ボーダー */
.bl_info {
	padding: 30px 50px!important;
	border: 2px solid #2CC47C;
	border-radius: 10px;
}

/*ヘルパー
 *===================================*/
/*アラインメインと*/
.hp_align-center{
	text-align: center!important;
}
.hp_align-left{
	text-align: left!important;
}
.hp_align-right{
	text-align: right!important;
}
.hp_align-justify{
	text-align: justify!important;
}

/*フロート*/
.hp_fL{
	float: left;
}
.hp_fR{
	float: right;
}
.hp_clearfix::after{
	display: block;
	content: "";
	clear: both;
}

/*ディスプレイ*/
@media screen and (min-width: 960px) {
/*PCレイアウトで隠す*/
    .tb{display:none;}
    .sp{display:none;}
    .sptb{display:none;}
}
@media screen and (max-width: 959px) and (min-width: 600px)  {
/*TBレイアウトで隠す*/
    .pc{display:none;}
    .sp{display:none;}
}
@media screen and (max-width: 599px) {
    /*SPレイアウトで隠す*/
    .pc{display:none;}
    .tb{display:none;}
    .pctb{display:none;}
}

/*===========テキスト===========*/
.hp_attentionColor {
	color: #FD4E09;
}
.hp_bold {
	font-weight: bold;
}

/*エレメント
 *===================================*/
/*===========ボタン===========*/
/*基本*/
.el_btn-wrapper{
	margin-top: 40px;
}
@media screen and (max-width: 959px){
.el_btn-wrapper{
    margin-top: 20px;
}
}
.el_btn{
	display: inline-block;
	width: 260px;
	max-width: 100%;
	box-sizing: border-box;
	line-height: 1.25;
	padding: 16px 10px;
	background-color: #FFFFFF;
	border: 2px solid currentColor;
	font-size: 1rem;
	font-weight: bold;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .16);
	color: #18A36E;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.el_btn:focus,
.el_btn:hover{
	border-color: transparent;
	background-color: #18A36E;
	color: #FFFFFF;
}

/*電話でお問い合わせ*/
.el_btn.el_btnTel{
	position: relative;
	padding-right: 2em;
	padding-left: 1.38em;
	border-radius: 5px;
}
.el_btnTel::after{
	content: '\f054';
	position: absolute;
	top: 50%;
	right: .83em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}

/*LINEでお問い合わせ*/
.el_btn.el_btnLine{
	position: relative;
	padding-right: 2em;
	padding-left: 1.38em;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #2CB85E;
	border-color: transparent;
	display: block;
	margin: 0 auto;
}
.el_btn.el_btnLine:focus,
.el_btn.el_btnLine:hover{
	transform: translateY(-5px);
}
.el_btnLine::after{
	content: '\f054';
	position: absolute;
	top: 50%;
	right: .83em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}
.el_imgBox {
  position: relative;
  padding: 10%;
  overflow: hidden;
	display: inline;
	margin-right: .5em;
}
.el_imgBox_inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  height: 100%;
}

/*並列*/
.el_btn_wrapper__flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.el_btn_wrapper__flex > *:last-child{
	margin-right: 0;
}
.el_btn_wrapper__flex > .el_btn{
	margin: 10px;
}

/*===========ボタン===========*/
/*基本*/
.el_label {
	display: inline-block;
	padding: .2em 1.8em;
	background-color: #FD4E09;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	border-radius: 100px;
}


/*===========画像===========*/
.el_imgWrapper__fR,
.el_imgWrapper__fL
{
	width: 500px;
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 2.7%;
	margin-bottom: 2.7%;
}
div.el_imgWrapper__fL{
	margin-left: 0;
	margin-right: 2.7%;
}
.el_imgWrapper__3set{
	width: 500px;
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin-bottom: 2.7%;
	margin-right: 2.7%;
}
.horizontal:nth-child(odd) .el_imgWrapper__3set{
	float: right;
	margin-right: 0;
	margin-left: 2.7%;
}
.el_imgWrapper__fR.el_imgWrapper__w20p{
	width: 20%;
}
@media screen and (max-width: 599px) {
.el_imgWrapper__fR.el_imgWrapper__w20p{
	width: 50%;
}
}

/*===========リンクレイアー===========*/
a.el_linkLayer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
/*===========テキストカラー===========*/
.el_attention {
  color: #FF5B38;
  font-weight: bold;
}

/*ブロック
 *===================================*/
/*===========メディア===========*/
.bl_media_imgWrapper img{
	width: 100%;
}
.bl_media_body{
	flex: 1;
}
.bl_media_body > *:last-child{
	margin-bottom: 0;
}
.bl_media_ttl{
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
}
.bl_media_txt{
	font-size: 0.875rem!important;
}
@media screen and (max-width: 599px){
	.bl_media_imgWrapper{
		margin-bottom: 20px;
	}
}

/*===========テーブル===========*/
.bl_horizTable > table th,
.bl_horizTable > table td
{
	text-align: left!important;
	padding: .5em 2em!important;
}

/*===========カード===========*/
.bl_card{
	padding: 20px;
	border: 1px solid #DDD;
	background: #FFF;
	box-sizing: border-box;
}
@media screen and (max-width: 599px){
	.bl_card{
		padding: 15px;
	}
}
.bl_card__radius {
	border-radius: 10px;
	position: relative;
}
.bl_card > h4.bl_card_title{
	margin-top: 1em!important;
	margin-bottom: 0!important;
}
.bl_card > p.bl_card_txt{
	margin-top: 1em!important;
	margin-bottom: 0!important;
	font-size: 0.875rem!important;
}
.bl_card__radius > .imgContainer{
	border-radius: 5px;
	overflow: hidden;
}
.bl_card__radius > .imgContainer > .imgWrapper{
	transition: .3s;
}
.bl_card__radius > .el_linkLayer:hover ~ .imgContainer > .imgWrapper{
	transform: scale(1.2);
}
