/****** media query ******/
/****** other ******/

.h_yellow {
	font-size: 1.3em;
	margin-bottom:20px;
  padding: 0.5em 0.5em 0.5em 1em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #ffdd4d;/*背景色*/
  border-bottom: solid 3px #ea581f;/*下線*/ }

.img-shadow {
  padding:0 !important;
}
.img-shadow img {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.kitchen_car_area {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.2em;
}

.item-pay {
	align-items: normal;
}

.item-pay__contet {
	flex-basis: 100%;
}

.flex-img p {
	margin-bottom: 40px;
}

div.mfp_err {
font-size: 0.8em;
}

@media only screen and (min-width: 700px) {
	.flex-img p {
		margin-top: 40px;
        margin-bottom: 200px;
    }