/* html, body {
	width: 100%;
	height: 80%;
 } */

 .bg-slider {
	width: 100%;
	height: 800px;
	object-fit: cover;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: start;
	justify-content: center;
}

.bg-slider__title {
	margin-top: 45px;
	color: #fff;
	font-size: 24px;
}

#info_box {
	margin-bottom: 110px;
	display: inline-block;
	width: 100%;
	max-width: 727px;
	height: 168px;
	background-color: #fff;
	border-radius: 10px;
}

#info_txt p {
	margin: 0 10px;
	text-align: center;
}

.flex-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-container .shop-box {
	margin: 10px;
}

.flex-container .shop-box p {
	text-align: center;
}

.line-flex-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.line-box > a {
	margin: 0 40px;
}

.line-box img {
	padding-bottom: 15px;
}


.flex-container__profile {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile_half {
	width: 100%;
	max-width: 480px;
}

.profile_half .sp {
	display: none;
}

.profile_half h3 {
	margin-left: 65px;
	text-align: left;
}

.profile_half p {
	margin-left: 65px;
	font-size: 15px;
	line-height: 1.5em;
}

.sns {
	margin: -20px 0 30px 62px;
	text-align: left;
}

.sns a {
	margin: 10px 10px 10px 0;
}

.sns a:hover {
	opacity: 0.8;
}

.sns a img {
	width: 30px;
}

hr {
	display: none;
}


@media screen and (max-width: 480px) {

	.bg-slider {
		width: 100%;
		height: 320px;
		object-fit: contain;
		background-position:center center;
		background-size: cover;
		display: flex;
		align-items: start;
		justify-content: center;
	}

	.bg-slider__title {
		margin-top: 20px;
		font-size: 28px;
	}

	#info_box {
		margin-bottom: 60px;
		width: 100%;
		max-width: 440px;
	}
	
	#info_txt {
		font-size: 20px;
	}
	
	.flex-container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
	
	.flex-container > .shop-box {
		width: 100%;
	}

	.line-box > a {
		margin: 2px 5px;
	}

	.line-box > a > img {
		width: 150px;
	}

	.flex-container__profile {
		display: block;
		width: 100%;
		max-width: 440px;
		
	}

	.flex-container__profile img {
		width: 300px;
		/* max-width: 300px; */
	}

	/* .profile_half {
		max-width: 440px;
	} */

	/* .profile_half .pc {
		display: none;
	}

	.profile_half .sp {
		display: block;
	} */
	
	.profile_half h3 {
		margin: 30px auto 10px;
		text-align: left;
	}
	
	.profile_half p {
		margin: 0;
		font-size: 15px;
		line-height: 1.5em;
	}

	.sns {
		margin: 10px 0 0 -5px;
	}

	hr {
		display: block;
		width: 100%;
	}

}