@charset "utf-8";
.notoNormal {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500
}
.notoBold {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900
}
.fruitGratin {
	background: #fff;
	max-width: 950px;
	margin: 30px auto;
	line-height: 1;
}
.fruitGratin *, .fruitGratin *::after, .fruitGratin *::before {
	box-sizing: border-box;
	font-size: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #000000;
}
.fruitGratin a {
	text-decoration: none;
}
.fruitGratin a:hover {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
.fruitGratin .banner {
	background: url("img01-2.jpg") 50% 50% no-repeat #f9f8f5;
	background-size: 100% auto;
	padding: 30px;
	display: flex;
	justify-content: flex-end;
}
.fruitGratin .banner .text {
	background: url("img02-2.png") 20px 0 no-repeat rgba(255, 255, 255, .75);
	padding: 100px 30px 30px;
}
.fruitGratin h2 {
	border-top: 2px dashed #d52f2f;
	text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1);
}
.fruitGratin h2 span {
	display: block;
	color: #d52f2f;
	white-space: nowrap;
}
.fruitGratin h2 span.ln01 {
	margin: 15px 0 0;
}
.fruitGratin h2 span.ln02 {
	margin: 10px 0 0;
	font-size: 42px;
}
.fruitGratin .ln03 {
	margin: 15px 0 0;
	color: #d52f2f;
	border: 1px solid #d52f2f;
	font-size: 14px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, .3);
	padding: 0 1em;
	line-height: 1.2;
}
.fruitGratin .ln03 br {
	display: none;
}
.fruitGratin .chirashi {
	margin: 20px 0 0;
}
.fruitGratin .chirashi a {
	height: 40px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff9000;
	color: #fff;
	position: relative;
}
.fruitGratin .chirashi a svg {
	fill: #fff;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fruitGratin .chirashi a:hover {
	background: #d52f2f;
}
.fruitGratin .contact {
	padding: 35px 0;
	width: 80%;
	margin: 0 auto;
}
.fruitGratin .contact .hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fruitGratin .contact .hd span {
	padding: 0 1em;
	white-space: nowrap;
}
.fruitGratin .contact .hd::before, .fruitGratin .contact .hd::after {
	content: "";
	border-top: 2px dotted #ccc;
	height: 2px;
	width: 100%;
}
.fruitGratin .contact ul {
	display: flex;
	justify-content: center;
}
.fruitGratin .contact li {
	width: calc((100% - 3%)/2);
	margin-top: 15px;
}
.fruitGratin .contact li:nth-child(2) {
	margin-left: 3%;
}
.fruitGratin .contact a {
	height: 50px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e1e8d9;
	color: #336600;
	border: 1px solid #336600;
	position: relative;
}
.fruitGratin .contact a div {
	color: #336600;
}
.fruitGratin .contact a svg {
	fill:#336600;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fruitGratin .contact a:hover {
	background: #336600;
	color: #fff;
}
.fruitGratin .contact a:hover,
.fruitGratin .contact a:hover div,
.fruitGratin .contact a:hover span {
	color: #fff;
}
.fruitGratin .contact a:hover svg {
	fill:#fff;
}
.fruitGratin .contact .open {
	display: block;
	font-size: 13px;
	margin: 5px 0 0;
}
@media screen and (max-width: 800px) {
	.fruitGratin .banner {
		padding-bottom: 35vw;
		background: url("img01-3.jpg") 50% 50% no-repeat #f9f8f5;
		background-size: cover;
	}
	.fruitGratin .chirashi {
		margin: 4vw 0 0;
	}
}
@media screen and (max-width: 700px) {
	.fruitGratin .contact ul {
		display: block;
		justify-content: center;
		margin: 30px 0 0;
	}
	.fruitGratin .contact li,
	.fruitGratin .contact li:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 500px) {
	.fruitGratin .banner {
		padding: 20px 5vw 65vw;
		justify-content: center;
	}
	.fruitGratin .banner .text {
		background-size: calc(100% - 20px) auto;
		padding: 70px 5vw 5vw;
	}
	.fruitGratin h2 span.ln01 {
		font-size: 14px;
	}
	.fruitGratin h2 span.ln02 {
		font-size: 32px;
	}
	.fruitGratin .ln03 {
		height: 45px;
		font-size: 13px;
	}
	.fruitGratin .ln03 br {
		display: inline;
	}
}



svg {
	height: 22px;
	width: 22px;
}