/* CSS Document */

/* エステ（オーガニック精油）
-------------------------------------------------- */

/*  pc/sp共通  */
	#menu .txt td strong { color: #860e29; }
	.txt_in .price strong { color: #860e29; }
/*  pc/sp共通  */

	@media (min-width: 751px) {

		#organic h4 {
			background: #ea9aa5;
			margin-bottom: 30px;
			text-align: center;
			font-size: 26px;
			font-weight: normal;
			color: #FFF;
			padding: 0.5em 0;
		}
		#organic h4 span {
			background: #845e4b;
			margin-bottom: 30px;
			padding: 0.2em 0.5em;
		}
		.e_course {
			width: 32%;
		}
		.e_course:nth-of-type(2) {
			margin-right: 2%;
			margin-left: 2%;
		}
		.e_course h5 {
			background: #845e4b;
			color: #FFF;
			font-size: 22px;
			font-weight: normal;
			text-align: center;
			padding: 0.5em 0;
			margin-bottom: 20px;
		}
		.e_course .img {
			text-align: center;
		}
		.e_course .img img {
			width: 90%;
		}
		.e_course .txt {
			padding: 1em 1.5em;
			color: #860e29;
		}
		.e_course .txt_in {
			border-bottom: 1px dotted #860e29;
			margin-bottom: 20px;
		}
		.e_course .txt_in .price {
			text-indent: -1em;
			padding-left: 1em;
			font-size: 20px;
		}
		.e_course .txt_in .price::before {
			content: "◆";
		}
		.e_course .txt_in .price span {
			font-size: 16px;
		}

}

/* ------------------------------------------------------------ */

	@media (max-width: 750px) {

		#organic h4 {
			background: #ea9aa5;
			margin-bottom: 4vw;
			/*text-align: center;*/
			font-size: 5vw;
			font-weight: normal;
			color: #FFF;
			padding: 0.5em 1em;
		}
		#organic h4 span {
			background: #845e4b;
			margin-bottom: 4vw;
			padding: 0.2em 0.5em;
		}
		.e_course {
			margin-bottom: 8vw;
		}
		.e_course h5 {
			background: #845e4b;
			color: #FFF;
			font-size: 4vw;
			font-weight: normal;
			text-align: center;
			padding: 0.5em 0;
			margin-bottom: 4vw;
		}
		.e_course .img {
			text-align: center;
		}
		.e_course .img img {
			width: 90%;
		}
		.e_course .txt {
			padding: 1em 1.5em;
			color: #860e29;
		}
		.e_course .txt_in {
			border-bottom: 1px dotted #860e29;
			margin-bottom: 2vw;
		}
		.e_course .txt_in .price {
			text-indent: -1em;
			padding-left: 1em;
			font-size: 4vw;
		}
		.e_course .txt_in .price::before {
			content: "◆";
		}
		.e_course .txt_in .price span {
			font-size: 3.3vw;
		}


}