@charset "utf-8";
.ho-top__title {
	color: #eb6d1c;
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;	
	font-weight: 600;
}

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

	.el-d-section .el-carousell {
		margin-bottom: 0;		
	}
}

@media screen and (max-width: 699px) {
	.ho-top__title {
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1.3;
	}
}

/*エリエール北海道とは*/
.ho-top-about {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background-image: url("/_var/elleair-hokkaido/top/ho-top-bg01-2_pc.png"), url("/_var/elleair-hokkaido/top/ho-top-bg02-2_pc.png");
	background-size: 264px 354px, 270px 287px;
	background-position: top right, bottom left;
	background-repeat: no-repeat;
	font-size: 15px;
	padding: 25px 0 10px;
	box-sizing: border-box;
	line-height: 2;
	letter-spacing: -0.03em;
}	

@media screen and (max-width: 699px) {
	.ho-top-about{
		background-image: url("/_var/elleair-hokkaido/top/ho-top-bg01_sp.png"), url("/_var/elleair-hokkaido/top/ho-top-bg02_sp.png");
		background-size: 195px 283px, 207px 276px;
		padding: 90px 15px 30px;
		margin-top: -45px;
	}
}

.ho-top-about__inner {
	width: 100%;
	max-width: 630px;
	margin: auto;
}

.ho-top-about__text span {
	display: block;
	margin-top: 1.5em;
}

@media screen and (min-width: 700px) {
	.ho-top-about__images {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px 0 15px;
	}
}

@media screen and (max-width: 699px) {
	.ho-top-about__images {
		margin: 24px 0 10px;
	}
	
	.ho-top-about__image {
		width: 80%;
		display: block;
		margin: 0 auto 30px;
	}
	
	.ho-top-about__image:last-child {
		margin-bottom: 0;
	}
	
	.ho-top-about__image img {
		width: 100%;
	}
}

.ho-top-about__image-text {
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

.ho-top-about__line {
	padding-top: 22px;
	padding-bottom: 55px;
	text-align: center;
}

@media screen and (max-width: 699px) {
	.ho-top-about__line {
		padding-top: 25px;
		padding-bottom: 55px;
	}
}


/*特長*/
.ho-top-features {
	line-height: 2;
	font-size: 15px;
}

.ho-top-features__inner {
	width: 100%;
	max-width: 910px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

@media screen and (max-width: 699px) {
	.ho-top-features__inner {
		padding-bottom: 30px;
	}
}

.ho-top-features .ho-top__title {
	margin-bottom: 20px;
}

.ho-top-features__block-title {
	font-size: 19px;
	color: #ed6d00;
	font-weight: 600;
}

@media screen and (min-width: 700px) {
	.ho-top-features__blocks {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 68px;
	}
	
	.ho-top-features__blocks:nth-child(even) {
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	}
	
	.ho-top-features__block {
		width: 47.8%;
	}
	
	.ho-top-features__block-title {
		padding-top: 10px;
	}
	
	.ho-top-features__block img {
		width: 100%;
	}
}

@media screen and (max-width: 699px) {
	.ho-top-features__blocks {
		margin-bottom: 57px;
	}
	
	.ho-top-features__block-title {
		line-height: 1.4;
	}
	
	.ho-top-features__block-image {
		margin-bottom: 17px;
	}
	
	.ho-top-features__block-image img {
		width: 100%;
	}
}

.ho-top-features__block-button {
	width: 300px;
	margin-top: 8px;
}

@media screen and (max-width: 699px) {
	.ho-top-features__block-button {
		margin: 19px auto 0;
	}
}

.ho-top-features__block-link {
	color: #eb6d1c!important;
	font-weight: 600;
	line-height: 1.26;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	box-sizing: border-box;
	width: 100%;
	border: 1.5px solid #eb6d1c;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	height: 60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.03em;
}

@media screen and (max-width: 699px) {
	.ho-top-features__block-link {
		padding-top: 0;
	}
}

.ho-top-features__block-link:after {
	content: '';
	width: 18px;
	height: 18px;
	border-top: 2.5px solid #eb6d1c;
	border-right: 2.5px solid #eb6d1c;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}


