@charset "utf-8";
/*==================================================
	アロエドリンク
==================================================*/
#drink {
	border-bottom: 2px solid #FF9900;
}
#drink h3.pad_top {
	padding-top: 30px;
}
/**/
#drink .box {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
}
#drink .box.nm {
	margin-bottom: 0;
}
#drink .box .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 261px);
	gap: 40px 0;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#drink .box .grid {
		grid-template-columns: repeat(3, 33%);
	}
	#drink .enjoy .img_rit {
		width: 200px;
	}
	.footer_contact02 .txt {
		font-weight: 500;
		font-size: 20px;
	}
	.footer_contact02 .tel .txt {
		font-size: 18px;
		margin-left: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.main.sub_page p.pad {
		margin-left: 0;
	}
	#drink .img_rit {
		margin-left: 0;
		margin-bottom: 15px !important;
		text-align: center;
		float: none;
	}
	#drink .box .grid {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px 2%;
	}
	#drink .box .grid img {
		width: 49%;
	}
	#drink .box .grid img:last-of-type {
		margin: 0 auto;
	}
	#drink .enjoy .img_rit {
		margin: 0 auto;
	}
	#drink .enjoy  .pad_top {
		padding-top: 10px;
	}
	.footer_contact02 .txt {
		margin-bottom: 10px !important;
	}
	.footer_contact02 .tel .txt {
		display: block;
		margin-top: 10px;
	}
}