@charset "UTF-8";


/*========================================

  エネリア食堂

========================================*/
#com_pagetop_a .ttl_box h1 {
	width: 480px;
	margin: 0 auto;
	background-color: #faf5d8;
}

#com_pagetop_a .ttl_box h1 img {
	width: 330px;
	height: 140px;
}

@media screen and (max-width: 767px) {
	#com_pagetop_a .ttl_box h1 {
		width: 55vw;
		margin: 0 auto;
	}

	#com_pagetop_a .ttl_box h1 img {
		width: 40vw;
		height: auto;
		padding-bottom: 3vw;
	}
}



/* #sec001 */
#sec001 {
	padding-top: 50px;
	padding-bottom: 180px;
}

#sec001 .copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
}

#sec001 .day {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 30px;
	padding: 1.2em 0;
}

#sec001 .day dt,
#sec001 .day dd {
	font-size: 18px;
}

#sec001 .day dt {
	margin-right: 1.5em;
}

#sec001 .com_white_box {
	position: relative;
	margin-top: 60px;
}

#sec001 .com_white_box h2 {
	position: relative;
	color: #604015;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: .8em 0;
}

#sec001 .com_white_box h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 1050px;
	height: 6px;
	display: block;
	background-image: url(../img/dot_pc.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec001 .com_white_box h2::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 1050px;
	height: 6px;
	display: block;
	background-image: url(../img/dot_pc.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec001 .com_white_box .menu {
	display: block;
	color: #604015;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
}

#sec001 .com_white_box .note {
	display: block;
	color: #604015;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-top: 40px;
}

#sec001 .com_white_box .box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 40px;
}

#sec001 .com_white_box .box .item {
	width: 500px;
	text-align: left;
	margin-top: 50px;
}

#sec001 .com_white_box .box .item span img {
	border-radius: 10px;
}

#sec001 .com_white_box .box .item .date {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 0 25px 25px 0;
	background-color: #604015;
	margin-top: 15px;
	padding: 0 1.5em;
}

#sec001 .com_white_box .box .item h3 {
	color: #604015;
	font-size: 26px;
	font-weight: 600;
	border-left: 4px solid #604015;
	margin-top: 15px;
}

#sec001 .com_white_box .box .item h3 span {
	display: block;
	border-bottom: 4px solid #faf5d8;
	padding: .3em 0;
	padding-left: 1em;
}

#sec001 .com_white_box .box .item p {
	color: #604015;
	font-size: 20px;
	text-align: left;
	margin-top: .5em;
}

#sec001 .com_white_box .box .item p .price {
	display: block;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 8vw;
		padding-bottom: 30vw;
	}

	#sec001 .copy {
		font-size: 3.6vw;
		line-height: 1.7em;
	}

	#sec001 .day {
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 5vw;
		padding: 1.2em 0;
	}

	#sec001 .day dt,
	#sec001 .day dd {
		font-size: 3.6vw;
	}

	#sec001 .day dt {
		margin-right: 0;
	}

	#sec001 .com_white_box {
		margin-top: 8vw;
	}

	#sec001 .com_white_box h2 {
		font-size: 5vw;
		padding: 1em 0;
		border-top: 2px dotted #604015;
		border-bottom: 2px dotted #604015;
	}

	#sec001 .com_white_box h2::before {
		display: none;
	}

	#sec001 .com_white_box h2::after {
		display: none;
	}

	#sec001 .com_white_box .menu {
		font-size: 3.8vw;
		margin-top: 3vw;
	}

	#sec001 .com_white_box .note {
		font-size: 3.6vw;
		text-align: left;
		margin-top: 1em;
	}

	#sec001 .com_white_box .box {
		flex-direction: column;
	}

	#sec001 .com_white_box .box .item {
		width: 100%;
		margin-top: 5vw;
	}

	#sec001 .com_white_box .box .item span img {
		border-radius: 3vw;
	}

	#sec001 .com_white_box .box .item .date {
		font-size: 3.4vw;
		line-height: normal;
		border-radius: 0 100vh 100vh 0;
		margin-top: 2vw;
		padding: .6em 1.5em;
	}

	#sec001 .com_white_box .box .item h3 {
		font-size: 4vw;
		margin-top: 3vw;
	}

	#sec001 .com_white_box .box .item p {
		font-size: 3.4vw;
	}

	#sec001 .com_white_box .box .item p .price {
		font-size: 4vw;
	}
}



/* #sec002 */
#sec002 {
	position: relative;
	background-color: #ffed80;
	padding-top: 50px;
	padding-bottom: 240px;
}

#sec002:before {
	position: absolute;
	content: "";
	top: -100px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100px;
	background-image: url(/assets/img/bg_06_pc.png);
	background-size: 100% 100px;
	background-repeat: no-repeat;
}

#sec002 .sec_innr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec002 .sec_innr .boxL {
	display: flex;
	align-items: center;
}

#sec002 .sec_innr .boxL .photo img {
	width: 260px;
	border-radius: 100vh;
}

#sec002 .sec_innr .boxL .shop {
	text-align: left;
	margin-left: 40px;
}

#sec002 .sec_innr .boxL .shop span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 5px;
	background-color: #604015;
	padding: .3em 1em;
}

#sec002 .sec_innr .boxL .shop strong {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: .3em;
}

#sec002 .sec_innr .boxL .shop address {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-top: .5em;
}

#sec002 .sec_innr .boxL .shop address strong {
	font-size: 30px;
	margin-top: 0;
	font-weight: 500;
	letter-spacing: 1px;
}

#sec002 .sec_innr .boxR iframe {
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 0;
		padding-bottom: 40vw;
	}

	#sec002:before {
		position: absolute;
		content: "";
		top: -100px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100px;
		background-image: url(/assets/img/bg_06_sp.png);
		background-size: 150% 100px;
		background-position-x: center;
		background-repeat: no-repeat;
	}

	#sec002 .sec_innr {
		flex-direction: column;
	}

	#sec002 .sec_innr .boxL {
		flex-direction: column;
	}

	#sec002 .sec_innr .boxL .photo img {
		width: 70%;
		margin: 0 auto;
	}

	#sec002 .sec_innr .boxL .shop {
		text-align: center;
		margin-left: 0;
		margin-top: 4vw;
	}

	#sec002 .sec_innr .boxL .shop span {
		font-size: 4vw;
		border-radius: 2vw;
		padding: .3em 1em;
		margin-top: 3vw;
	}

	#sec002 .sec_innr .boxL .shop strong {
		font-size: 6vw;
	}

	#sec002 .sec_innr .boxL .shop address {
		font-size: 3.4vw;
	}

	#sec002 .sec_innr .boxL .shop address strong {
		font-size: 6vw;
	}


	#sec002 .sec_innr .boxR {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
		margin-top: 8vw;
	}

	#sec002 .sec_innr .boxR iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 2vw;
	}
}



/* #sec003 */
#sec003 {
	position: relative;
	background-color: #faf5d8;
}

@media screen and (max-width: 767px) {}