@charset "utf-8";

.mainVisual {
	width: 100vw;
	height: 100vh;
	margin: 0 0 50px;
	background: transparent url('/img/mainvisual.jpg') no-repeat right center;
	background-size: cover;
}

	/* .mainVisual img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 100% 0;
	} */
	
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.mainVisual {
		height: 75vh;
	}
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.mainVisual {
		height: 70vh;
		background: transparent url('/img/mainvisual_sp.jpg') no-repeat center center;
		background-size: 100% auto;
		margin-bottom: 0;
	}
}

/*----------------- #contentsBlock -----------------*/

.karaage-bento .flex-left,
.karaage-bento .flex-right {
	width: calc((100% - 80px) / 2);
}

.karaage-bento .flex-left .img-skew {
	border-radius: 70px 8px 70px 8px;
	overflow: hidden;
	transform: skew(-5deg);
	border: 2px solid rgb(71, 54, 21);
	box-shadow: 5px 5px 25px rgba(255, 81, 0, 0.5);
}

.karaage-bento .flex-left .tip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.karaage-bento .flex-left .tip li {
	border: 1px solid #fff;
	margin: 3px 5px;
	padding: 0 12px;
	border-radius: 5px;
}

.karaage-bento .flex-left .tip li span {
	font-size: 0.75em;
	font-weight: normal;
}

.karaage-bento .flex-left p {
	/* line-height: 2.0; */
}

.karaage-bento .flex-right {
	font-size: 3.5rem;
	text-align: left;
	font-weight: bold;
	text-align: center;
}

.karaage-bento .flex-right .line-link {
	border: 3px solid #06c755;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 40px 10px 20px;
	border-radius: 10px;
	color: #06c755;
	font-size: 2.5rem;
	position: relative;
	transition: 0.3s all ease;
}

.karaage-bento .flex-right .line-link:hover {
	background: #06c755;
	color: #fff;
	text-decoration: none;
	padding: 10px 50px 10px 30px;
}

.karaage-bento .flex-right .line-link::after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-weight: normal;
}

.karaage-bento .flex-right .sns-link {
	display: flex;
	justify-content: space-between;
}

.karaage-bento .flex-right .sns-link li {
	text-align: center;
	width: 100%;
	font-size: 5.0rem;
}

.karaage-bento .flex-right .sns-link li a {
	color: #fff;
}

.company-about .flex-left,
.company-about .flex-right {
	width: calc((100% - 80px) / 2);
}

.gmap .container {
	margin: 0 auto 20px;
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.karaage-bento .flex-left .img-skew {
		width: 80% !important;
		margin: 0 auto;
	}

	.karaage-bento .flex-right {
		font-size: 5.0vw;
	}

	.karaage-bento .flex-right .line-link {
		font-size: 4.8vw;
	}
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.karaage-bento .flex-right {
		margin: 40px 0 0;
		padding: 40px 0 0;
		border-top: 1px solid #555;
	}
}