@charset "utf-8";


.mainimg {
	margin-bottom: 4rem;
}

.bx-wrapper .bx-pager {
	display: none;
}

/*メイン画像のテキスト*/
.mainimg_text {
	width: auto;
	margin: 3rem auto 0;
}

.mainimg_text img {
	width: 40%;
	max-width: 11em;
}


.mainimg_text .text {
	padding: 1em;
	text-align: center;
	background-color: rgba(255,255,255,0.50);
}

#contents .mainimg_text .text p {
	margin: 0.4rem;
	padding: 0;
	line-height: 1.5;
}

.mainimg_text .logotype {
	font-size: 1.3em;
	color: #191919;
}

.mir-rinen {
	font-size: 1.3em;
	line-height: 1.6;
}

.mir-rinen .color2 {
	font-size: 1.5em;
}

.mir-rinen .inner {
	width: auto;
	margin-bottom: 2rem;
	padding: 0.7em 1em;
	border-radius: 2rem;
	background-image: url("../images/common/bg_05.png");
	background-repeat: repeat;
	background-size: 20%;
}

.keyword .card {
	padding: 1em;
	border: none;
	border-radius: 0.8rem;
	line-height: 1.65;
	text-align: center;
}

.keyword .card-1 {
	background-image: url("../images/cafeteria/bg_02.png");
	background-repeat: repeat;
	background-size: 26%;
}



@media (min-width:576px) {
	
	.mir-rinen {
		font-size: 1.5em;
	}
	
	.mir-rinen .inner {
		padding: 1em 1.5em;
	}
	
}

@media (min-width:768px){
	
	/*.mainimg_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
		max-width: 45em;
		margin: 0;
	}*/
	
	.mainimg_text {
		width: 100%;
		max-width: 45em;
	}
	
	.mir-rinen {
		font-size: 2.3em;
	}
	
}