body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.logo img {
	width:100%;
}

.NotoSansJP {
	font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width:1024px) {
	.handmaderecipe-logo img {
		max-width: 680px;
	}
}

@media (max-width:767px) { 
	#handmaderecipe {
		font-size:85%;
		padding-top: 45px;
	}
}

@media (max-width:639px) {
	html #handmaderecipe {
		
	}
}


.handmaderecipe-content a {
	color: #009944;
	text-decoration: underline;
}

.handmaderecipe-footer a {
	text-decoration: underline;
	color: #000;
}

.handmaderecipe-content p {
	margin-bottom: 2.0em;
}

.handmaderecipe-h2 {
	background: linear-gradient(transparent 60%, rgba(0,154,68,.15) 0%);
}

.handmaderecipe-footer .grid-image {
	min-width:55px;
	max-width:55px;
}


/********************

everymonth

********************/

#everymonth section {
	padding: 0;
}


#everymonth {
	width:100%;
	line-height: 1.8;
	color: black;
}



#everymonth p {
	margin-bottom: 1.2em;
}

#everymonth a {
	text-decoration: underline;
}

#everymonth img {
	max-width:100%;
	height: auto;
}

.inner660 {
	max-width:660px;
	margin: 0 auto;
	width:90%;
	position: relative;
}

.iframe-content {
	position: relative;
	width: 100%;
	padding: 69% 0 0 0;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-shadow20 {
	box-shadow:0px 0px 45px -10px rgba(0,0,0,0.2);
	display: block;
}

.box-shadow20 img {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#everymonth #everymonth-header {
	background: #DEF0E2;
	padding: 1.5em 0;
	
}

.everymonth-num {
	position: absolute;
	right:0;
	top:0;
	line-height: 1;
}

.everymonth-num span {
	font-size: 3em;
	font-weight: bold;
	color: black;
}

.everymonth-h2 img {
	display: block;
}

@media screen and (max-width:480px) {
	.everymonth-num {
		top:-5px;
	}
	.everymonth-num span {
		font-size: 2.5em;
		font-weight: bold;
		color: black;
	}

	.everymonth-h2 img {
		display: block;
		width: 167px;
	}
}

.everymonth-h3 {
	font-size: 1.3em;
	padding: 1.8em 0;
	font-weight: bold;
}


.pt3em {
	padding-top: 3em;
}

.pt4em {
	padding-top: 4em;
}

.pt5em {
	padding-top: 5em;
}

.pt6em {
	padding-top: 6em;
}


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

.ev-item {
	margin-bottom: 1.8em;
}

.ev2 {
	width:48%;
}

.ev3 {
	width: 31%;
}

@media screen and (max-width:480px) { 
	.flex-ev {
		display: block;
	}
	.ev2 {
		width:100%;
	}

	.ev3 {
		width: 100%;
	}
}

.ev-item a,
.ev-item img {
	display: block;
	color: #999999;
}

.ev-title {
	font-size:.9em;
	padding: .4em 0;
	line-height: 1.4;
}

.ev-item-box {
	background: #F9F9F9;
	width: 44%;
	padding: 2em 2%;
}

@media screen and (max-width:480px) { 
	.ev-item-box {
		width: 96%;
	}
}

.ev-item-box-link a {
	display: block;
	background: #A7ECAE;
	color: #000;
	text-decoration: none !important;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	padding: .3em 0;
}

.ev-item-box-title {
	text-align: center;
	font-weight: bold;
	padding-bottom: .5em;
}

.ev-item-box-title a {
	text-decoration: none !important;
}

.ev-item-box-image img {
	display: block;
	padding-bottom: 1em;
}

.green-link {
	font-weight: bold;
	font-size:.9em;
}

.green-link a {
	display: inline-block;
	background: #A7ECAE;
	color: #000;
	text-decoration: none !important;
	text-align: center;
	border-radius: 5px;
	padding: .15em 2em;
}

#everymonth-footer {
	background: #DEF0E2;
	padding: 1.5em 0 !important;
	margin: 2em 0 0 0;
	text-align: center;
}

#everymonth-footer li {
	display: inline-block;
	margin: 0 .3em;
}

#everymonth-footer li a {
	text-decoration: none !important;
}

#everymonth-footer li a:hover {
	text-decoration: underline !important;
}

#everymonth-footer .current {
	font-weight: bold;
}

.footer-h3 {
	text-align: center;
	margin-bottom: .8em;
}

.font80 {
	font-size:.8em;
}