@charset "UTF-8";
/* ご利用料金とご利用時間 */
.price_time {
	background: #FDFBF8;
}

.price_time_contents {
	margin-bottom: 48px;
}

.price_time_contents:nth-child(2) .ttl_h3_price_time {
	background: rgba(194, 219, 121, 0.4);
}

.price_time_contents:last-child {
	margin-bottom: 0;
}

.ttl_h3_price_time {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #643E2F;
	letter-spacing: 0.2em;
	background: rgba(240, 183, 116, 0.4);
	margin-bottom: 32px;
}

.border_text {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #643E2F;
	margin-bottom: 24px;
}

.border_text_orange .border_sp {
	position: relative;
	z-index: 1;
	display: block;
}

.border_text_orange .border_sp::after {
	content: "";
	display: inline-block;
	width: 80%;
	max-width: 296px;
	height: 8px;
	background: rgba(240, 183, 116, 0.4);
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 40px;
	z-index: -1;
}

.border_text_green span {
	position: relative;
	z-index: 1;
	display: block;
}

.border_text_green span::after {
	content: "";
	display: inline-block;
	width: 80%;
	max-width: 240px;
	height: 8px;
	background: rgba(194, 219, 121, 0.4);
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 40px;
	z-index: -1;
}

.price_time_text {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
}

/* カフェメニュー */
.wrap_menu_contents {
	border: 1px solid #8F7E61;
	padding: 8px;
	position: relative;
}

.wrap_menu_contents::before, .wrap_menu_contents::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: transparent;
	position: absolute;
}

.wrap_menu_contents::before {
	top: -1px;
	left: -1px;
	border-top: 1px solid #F9FCF1;
	border-left: 1px solid #F9FCF1;
}

.wrap_menu_contents::after {
	top: -1px;
	right: -1px;
	border-top: 1px solid #F9FCF1;
	border-right: 1px solid #F9FCF1;
}

.inner_menu_contents {
	background: #fff;
	padding: 48px 0;
	text-align: center;
}

.inner_menu_contents::before, .inner_menu_contents::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: transparent;
	position: absolute;
}

.inner_menu_contents::before {
	bottom: -1px;
	left: -1px;
	border-bottom: 1px solid #F9FCF1;
	border-left: 1px solid #F9FCF1;
}

.inner_menu_contents::after {
	bottom: -1px;
	right: -1px;
	border-bottom: 1px solid #F9FCF1;
	border-right: 1px solid #F9FCF1;
}

.menu_contents {
	margin-bottom: 48px;
}

.menu_contents:last-child {
	margin-bottom: 0;
}

.ttl_h3_menu {
	max-width: 240px;
	margin: 0 auto 40px;
}

.ul_menu li {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #643E2F;
	margin-bottom: 24px;
}

.ul_menu li:last-child {
	margin-bottom: 0;
}

.ul_menu li span {
	display: none;
}

@media (min-width: 769px) {
	/* ご利用料金とご利用時間 */
	.price_time .inner_section {
		max-width: 840px;
	}
	.border_text {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.3em;
	}
	.border_text_orange .border_sp {
		display: inline;
	}
	.border_text_orange .border_sp::after {
		content: none;
	}
	.border_text_orange .border_pc {
		display: inline-block;
		position: relative;
		z-index: 1;
		padding: 0 10px;
	}
	.border_text_orange .border_pc::after {
		content: "";
		display: inline-block;
		width: 100%;
		max-width: none;
		height: 16px;
		background: rgba(240, 183, 116, 0.4);
		position: absolute;
		bottom: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 40px;
		z-index: -1;
	}
	.border_text_green span::after {
		height: 16px;
	}
	.price_time_text {
		max-width: 760px;
		margin: 0 auto;
	}
	/* カフェメニュー */
	.inner_menu_contents {
		padding: 40px 0;
	}
	.ttl_h3_menu {
		max-width: 212px;
		margin: 0 auto 40px;
	}
	.ul_menu li span {
		display: inline;
	}
}