@charset "UTF-8";
/* CSS Document */

.about-box li:nth-of-type(2n) .flex{
	flex-direction: row-reverse;
}

.about-box li h2,
.affiliate h2{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-box li h2 span{
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Lato','Noto sans JP',sans-serif;
	margin-right: 20px;
}

.about-box li h2 span.line-blue{
	vertical-align: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #00894F;
}

.about-box li p,
.affiliate p{
	line-height: 2.5;
	margin-bottom: 20px;
}

.about-box .shopinfo{
	border: 1px solid #D5D3D3;
	padding: 10px 20px;
}

.about-box .restaurant-img img:first-of-type{
	width: 100%;
	margin-bottom: 20px;
}
.about-box .restaurant-img img:last-of-type{
	float: right;
}



/*------------------------------------------------
*
*　sp
--------------------------------------------------*/
@media screen and (max-width:768px){
	.about-box .flex{
		display: block;
	}
	
	.about-box .w-49{
		width: 100%;
	}
	
	.about-box li h2,
	.affiliate h2{
		font-size: 2.4rem;
	}
	
	.about-box li h2 span{
		font-size: 1.6rem;
	}
	
	.about-box li h2 span.line-blue {
   		vertical-align: 5px;
		padding-bottom: 2px;
	}
	
	.about-box img.sp{
		margin-bottom: 20px;
	}
	
	
	.about-box .restaurant-img{
		margin-bottom: 20px;
	}
	
	.about-box .restaurant-img img:nth-of-type(2){
		width: 58%;
	}
	
	.about-box .restaurant-img img:last-of-type{
		float: none;
		width: 40%;
	}

}
