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

	 ヒーローイメージ

 ======================================= */
#hero {
	margin-bottom: 1rem;
}
/* =======================================

	 ページのトップに戻る

 ======================================= */

.rtt {
		margin-top: 1rem;
}
/* =======================================

	 コンテンツ1

 ======================================= */
#con1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.time {
	margin-top: 3rem;
	float: left;
	width: 20%;
}
div.text {
	margin-top: 3rem;
	float: right;
	width: 80%;
}

div.text img,div.text2 img {
	margin-bottom: 1rem;
}
#con1 h2 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#momonoka div.text p span,#momonoka div.text2 p span {
	font-weight: bold;
	text-decoration: underline;
	color: #FF7BAC;
}
#momoplus div.text p span,#momoplus div.text2 p span {
	font-weight: bold;
	text-decoration: underline;
	color: #7AC943;
}
div.text2,div.text3 {
	margin-top: 3rem;
	margin-right: 0;
	margin-left: auto;
	width: 80%;
}
#con1 p+h2 {
	margin-top: 2rem;
}
#con1 .momochan {
	width: 60%;
	margin-top: 1rem;

}
div.text3,div.text4 {
		margin-bottom: 5rem;
}
/* =======================================

	 バナー

 ======================================= */
.bana {
	margin-top: 3rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bana a {
	display: block;
}
.bana a img {
	margin-top: 1rem;
}

/* =======================================

	ももの香プラス

 ======================================= */
div.ampm {
	text-align: center;
	width: 5.4rem;
	height: 1.6rem;
	background-color: #7AC943;
	border-radius: 0.5rem;
 }
 div.ampm p {
	color: #FFFFFF;
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: bold;
 }
 p+div.ampm {
	 margin-top: 1rem;
 }
 #momoplus div.text {
	margin-top: 3rem;
	float: right;
	width: 100%;
}
#sche {
	text-align: center;
}
#sche h2 {
	line-height: 2rem;
	height:2rem;
	background-color: #7AC943;
	color:#FFFFFF
}