/* 共通 */
p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* .top-text {
  font-size: 24px;
  font-weight: normal;
} */

.section-group .bg:nth-child(even) {
	background-color: #f8ecf4;
	margin-top: 68px;
}

.sp-br {
	display: none;
}

/* サービス概要（上部説明） */
/* .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
} */

/* サービス一覧セクション */
.cafe-content {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 164px;
}

.cafe-title {
	font-size: 28px;
	margin-bottom: 128px;
}

.cafe-img {
	width: 47%;
	border-radius: 20px;
}

.cafe-360 {
	aspect-ratio: 960 / 380;
	margin-top: 6em;
	margin-bottom: 3em;
	border-radius: 20px;
	overflow: hidden;
}

.cafe-text {
	width: 53%;
	text-align: left;
	font-weight: normal;
	margin: 60px 0;
	padding-left: 30px;
}

.sub-title {
	font-size: 24px;
	display: flex;
	align-items: center;
	position: relative;
}

.sub-title::before,
.sub-title::after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background: #333333;
}

.sub-title::before {
	margin-right: 60px;
}

.sub-title::after {
	margin-left: 60px;
}

.lunch-title {
	margin-top: 70px;
}

.cafe-menu {
	border-bottom: 2px solid #333333;
	margin-bottom: 68px;
}

.menu-list {
	max-width: 790px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 56px;
	margin-inline: auto;
}
.menu-list li {
	position: relative;
}

.menu-list img {
	width: 100%;
	border-radius: 20px;
}

.menu-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px 0 8px;
}

.menu-name p {
	font-size: 24px;
}

.price {
	margin-left: auto;
}

.cafe-event {
	font-size: 32px;
	background: linear-gradient(transparent 50%, #f2d9e7 50%);
	display: inline-block;
	margin: 60px 0 56px;
	margin-inline: auto;
}

/* お弁当のご予約について */
/* .lunch {
  border-bottom: 2px solid #333333;
  padding-bottom: 56px;
  margin-bottom: 68px;
} */

.call-wrapper {
	background-color: #f8ecf4;
	margin: 60px 0 48px;
}

.call-inner {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0 15px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.call-title {
	margin-top: 40px;
}

.lunch-content {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.lunch-img {
	width: 47%;
	border-radius: 20px;
}

.lunch-text {
	text-align: left;
	width: 53%;
	padding-left: 30px;
}

.lunch-catch {
	font-size: 28px;
}

.lunch-comment {
	font-weight: normal;
	margin-top: 30px;
	text-align: justify;
}

.lunch-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	margin-top: 56px;
}

.lunch-menu li {
	border: 2px solid #333333;
	border-radius: 20px;
	overflow: hidden;
}

.lunch-menu li > img {
	width: 100%;
}

.menu-text {
	padding: 10px 16px 32px;
}

.store-name {
	font-size: 28px;
	text-align: left;
}

.bk-btn {
	width: 100%;
	margin-top: 24px;
}

.time-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	max-width: 1000px;
	/* margin-inline: auto; */
	margin-top: 10px;
}

.time-table tr {
	border-bottom: 2px solid #e5e5e5;
	height: 70px;
}

.time-table tr:first-child {
	height: 56px;
}

.time-table th,
.time-table td {
	border-right: 2px solid #e5e5e5;
}

.time-table th {
	font-size: 20px;
}

.time-table th:first-child {
	width: 184px;
}

.time-table td:first-child {
	font-size: 24px;
	font-weight: bold;
}

.time-table td:not(:first-child) {
	font-size: 30px;
}

.times .time-table .hyphen {
	font-size: 20px;
	font-weight: bold;
}

.order-stop {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	/* margin-inline: auto;
  max-width: 900px; */
}

.mark {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 48px;
	/* margin-inline: auto;
  max-width: 900px; */
}

.sp-attention {
	display: none;
}

.move {
	width: 640px;
	margin: 40px auto 20px;
	aspect-ratio: 16/9;
}

.attention {
	text-align: left;
	display: inline-block;
	margin-bottom: 80px;
	font-weight: normal;
        font-size: 20px;
}

.sp-nobr {
	display: block;
}

.access_margin {
	margin-bottom: 114px;
}

.sub-time {
	margin-bottom: 30px;
}

.tel-box .box {
	margin-bottom: 0;
}

/* フッター */
.footer-wrapper {
	background-color: #f8ecf4;
}

.box-title {
	background: #efcfe5;
}

/* ============================================
   ここからスマホ(〜768px)
============================================ */
@media (max-width: 768px) {
	/* .class-list {{
    grid-template-columns: 1fr;
  }
  .date{
    width: 345px;
  } */

	.section-inner .top-text {
		margin-bottom: 40px;
	}

	.title-name {
		width: 240px;
	}

	.sp-br {
		display: block;
	}

	/* サービス一覧セクション */
	.cafe-content {
		flex-direction: column;
		margin: 20px 0 80px;
	}

	.cafe-title {
		font-size: 20px;
		text-align: left;
		margin-bottom: 20px;
	}

	.cafe-360 {
		aspect-ratio: 335 / 300;
		margin-top: 0;
		margin-bottom: 0;
	}

	.cafe-img {
		width: 100%;
		order: 2;
	}

	.cafe-text {
		width: 100%;
		padding-left: 0;
		margin: 20px 0;
		order: 1;
	}

	.cafe-menu,
	.lunch {
		border-bottom: none;
		margin-bottom: 40px;
	}

	.sub-title {
		flex-direction: column;
		margin-top: 40px;
		font-size: 20px;
	}

	.sub-title::before,
	.sub-title::after {
		content: none;
		background: none;
	}

	.sub-title::before {
		margin-right: 0;
	}

	.sub-title::after {
		margin-left: 0;
	}

	.menu-list {
		display: block;
		margin: 20px 0 40px;
	}

	.menu-list img {
		width: 81%;
		display: block;
		margin: 0 auto;
	}

	.menu-list li {
		margin-top: 40px;
		align-items: center;
	}

	.menu-name {
		margin: 10px auto 40px;
		width: 81%;
	}

	.menu-name p {
		font-size: 16px;
	}

	.cafe-event {
		font-size: 20px;
		background: linear-gradient(transparent 70%, #f2d9e7 70%);
		display: inline;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}

	/* お弁当のご予約について */
	.lunch {
		padding-bottom: 0;
	}

	.lunchbox-name {
		width: 280px;
	}

	.sub-title::before,
	.lunch::before {
		content: '';
		display: block;
		width: 100%;
		border-top: 2px solid #333333;
		margin-bottom: 40px;
	}

	.lunch-content {
		flex-direction: column;
		margin: 0;
	}

	.lunch-img {
		width: 100%;
	}

	.lunch-text {
		width: 100%;
		padding-left: 0;
	}

	.lunch-catch {
		font-size: 20px;
		margin-top: 20px;
	}

	.lunch-comment {
		font-size: 18px;
		margin-top: 20px;
	}

	.lunch-menu {
		display: block;
		margin-top: 40px;
	}

	.lunch-menu li {
		margin: 20px 28px 0;
		width: 84%;
	}

	.store-name {
		font-size: 20px;
	}

	.menu-text {
		padding: 18px 18px 20px;
	}

	.lunch-menu li .menu-text .bk-btn {
		padding: 7px 24px;
		min-width: 244px;
	}

	.call-inner {
		margin: 80px 0 40px;
	}

	.call-title {
		width: 280px;
	}

	/* 営業時間 */
	.time-title {
		width: 240px;
	}

	.scroll-area-table {
		width: 100%;
		overflow-x: scroll;
	}

	.scroll-area-table .time-table {
		width: 560px;
	}

	.scroll-area-table .time-table th:not(:first-child),
	.scroll-area-table .time-table td:not(:first-child) {
		width: calc((560px - 119px) / 8);
	}

	.time-table tr {
		border-bottom: 2px solid #e5e5e5;
		height: 44px;
	}

	.time-table tr:first-child {
		height: 42px;
	}

	.time-table th {
		font-size: 16px;
	}

	.time-table th:first-child {
		width: 119px;
	}

	.time-table td:first-child {
		font-size: 16px;
	}

	.time-table td:not(:first-child) {
		font-size: 20px;
	}

	.order-stop {
		font-size: 14px;
		margin-top: 15px;
	}

	.mark {
		font-size: 14px;
		margin: 10px 0 40px;
	}

	.access_margin {
		margin-bottom: 0;
	}

	.move {
		margin: 0 0 10px;
		width: 100%;
	}

	.attention {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.sp-attention {
		text-align: left;
		margin: 20px 0;
		font-size: 14px;
		font-weight: normal;
	}

	.sp-attention,
	.time-table {
		display: block;
	}

	.sp-nobr {
		display: none;
	}
}
