@charset "utf-8";

/*オレンジ色読み込み*/
@import url("color-orange.css");

/*写真*/

h3{
	font-weight: normal;
	margin-bottom: 0.5em;
}

/*<< 付加*/
h3:before{
	content: "\300A";
	margin-right: 0.5em;
}

/*>> 付加*/
h3:after{
	content: "\300B";
	margin-left: 0.5em;
}

/* PCのみ */
@media screen and (min-width: 768px) {

.eiyoukanri .box{
	width: 49%;
	text-align: center;
}

.eiyoukanri{
	display: flex;
	justify-content: space-between;
}

.eiyoukanri img{
	width: 270px;
	height: 203px;
}

.eiyoukanri .cake,
.eiyoukanri .event-meal{
	display: flex;
	justify-content: space-between;
}


/*お誕生日ケーキ*/
.cake {}

/*行事食*/
.event-meal{}

}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	.cake img,
	.event-meal img{
	margin-bottom: 10px;
}
}

/*調剤室*/
.dispensary{}