.list-item-map {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
	margin-top: -20px;
}

.list-item-map-02 .item {
	margin-left: 15px;
	margin-top: 20px;
}

.list-item-map-03 .item {
	/* width: calc(31.123% - 15px); */
  width: calc(45% - 15px);
	margin-left: 15px;
	margin-top: 20px;
}

.list-item-map .item a {
	display: block;
	margin-bottom: 7px;
	transition: 0.3s;
}

.list-item-map .item a:hover {
	opacity: 0.7;
}

.list-item-map .item img {
	width: 100%;
	max-width: 80px;
	display: block;
	margin: auto;
}

.list-item-map .item ._text {
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}

.list-item-map .item ._text ._t1 {
	font-size: 14px;
	line-height: calc(17/14);
	font-weight: bold;
	min-height: 34px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-item-map .item ._text ._t2 {
	font-size: 12px;
	line-height: calc(18/12);
	margin-bottom: 8px;
}

.list-item-map .item .tag {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #9F5324;
	background: rgba(159, 83, 36, 0.16);
	display: inline-block;
	min-width: 108px;
	padding: 4.25px 0;
}

.list-item-map .item .tag02 {
	color: #CD8A29;
	background: rgba(205, 138, 41, 0.16);
}

.list-item-map .item .tag03 {
	color: #681F44;
	background: rgba(104, 31, 68, 0.16);
}

.bg-1b {
	background: #F2E8CE !important;
}

.bg-1c {
	background: #E6DEBE !important;
}

.bg-2b {
	background: #ECDCC8 !important;
}

.bg-2c {
	background: #DECFC0 !important;
}

.bg-3b {
	background: #E5D1D5 !important;
}

.bg-3c {
	background: #D4C4C8 !important;
}

.map__content .headingH2 {
	margin-bottom: 45px;
}

.map__content .headingH2 ._ttl {
	font-size: 24px;
}

.map_table .row-title {
	margin-bottom: 4px;
}

.map_table .row-title div:last-child {
	flex: 1;
	width: calc(100% - 32px);
}

.map_table .row-title ._ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 8px 10px;
}

.map_table .row-title ._ttl p,
.map_table .col-title ._ttl p {
	font-size: 11px;
	line-height: 1;
	color: #fff;
}

.map_table .row-title ._ttl p:nth-child(2),
.map_table .col-title ._ttl p:nth-child(2) {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}

/* .map_table .col-title {
	display: flex;
	flex-wrap: wrap;
} */

.map_table .col-title ._ttl {
	width: 28px;
	padding: 10px 4px;
	margin-right: 4px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	position: relative;
}

.col-title .map-content {
	width: calc(1152/1184*100%);
	flex: 1;
}

.map-content .cont-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.map-content .cont-inner+.cont-inner {
	margin-top: 4px;
}

.map-content .cont-inner .col-1 {
	width: calc(284/1152*100%);
	background: #FDF1D5;
}

.map-content .cont-inner .col-2 {
	width: calc(430/1152*100%);
	background: #FAE9D6;
}

.map-content .cont-inner .col-3 {
	width: calc(430/1152*100%);
	background: #F2DBDE;
}
.col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px 0 20px 0;
}


.map_table {
	position: relative;
}

.map_table::before {
	content: "";
	width: 28px;
	height: 28px;
	background: #003529;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1111;
}

.map_table::after {
	content: "";
	width: 32px;
	height: 32px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
}

.map_table .col-title {
	position: absolute;
	top: 32px;
	left: 0;
	height: calc(100% - 32px);
}

.map_table .col-title ._ttl {
	height: 100%;
}

.col-top {
	padding: 42px 0 20px 0;
}
.map_table .row-title ._ttl p:first-child {
	padding-left: 32px;
}
@media screen and (min-width:1024px) {
  .map_table .row-title ._ttl::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(150, 74, 94);
		background: linear-gradient(-90deg, rgba(150, 74, 94, 1) 0%, rgba(216, 139, 89, 1) 50%, rgba(254, 219, 107, 1) 100%);
		z-index: -1;
	}

	.map_table .col-title ._ttl::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(51, 17, 13);
		background: linear-gradient(0deg, rgba(51, 17, 13, 1) 0%, rgba(203, 181, 163, 1) 100%);
		z-index: -1;
	}

	.map-content {
		width: calc(100% - 32px);
		margin-left: auto;
	}
}

@media screen and (max-width: 1023px) {
  .list-item-map {
      margin-top: 0;
  }

  .list-item-map-03,
  .list-item-map-02 {
      margin-top: -20px;
  }

  .map-scroll {
		overflow: scroll;
		height: 633px;
		position: relative;
		overscroll-behavior-x: none;
		overscroll-behavior-y: none;
	}

	.map-content {
		width: 1210px;
	}

	.map-content {
		position: relative;
	}

	.map_table .empty,
	.map_table .empty02 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.map_table .empty {
		height: 28px;
		background: rgb(150, 74, 94);
		left: 0;
		background: linear-gradient(to right, #FEDB6B, #964A5E);
	}

	.map_table .empty02 {
		height: 100%;
		width: 28px;
		background: linear-gradient(to bottom, #CBB5A3, #33110D);
		top: 0;
	}

	.map_table .row-title,
	.map_table .col-title {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 111;
		width: 100%;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.map_table .row-title {
		display: block;
	}

	.map_table .col-title {
		width: 32px;
		height: calc(100% - 32px);
		word-break: break-word;
		top: 32px;
	}

	.map-content .cont-inner {
		margin-left: 28px;
		margin-top: 4px;
	}

	.map__content .roast__wrap {
		padding-right: 0;
	}

	.map_table .row-title ._ttl::after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}

	.map_table .col-title ._ttl::after {
		content: "";
		position: absolute;
		top: -32px;
		right: -4px;
		width: 4px;
		height: calc(100% + 32px);
		background: #fff;
	}
  .map__content .headingH2 ._ttl {
		font-size: 18px;
		letter-spacing: 0px;
	}

	.map__content .headingH2 {
		margin-bottom: 8.6%;
	}
  .list-item-map-03 .item {
    width: calc(31.123% - 15px);
  }
}

@media screen and (min-width:1024px) and (max-width:1339px) {
  .list-item-map .item ._text ._t1 {
		font-size: calc(14/1440*100vw);
		min-height: calc(34/1440*100vw);
		margin-bottom: calc(8/1440*100vw);
	}

	.list-item-map .item ._text ._t2 {
		font-size: calc(12/1440*100vw);
		margin-bottom: calc(8/1440*100vw);
	}

	.list-item-map .item .tag {
		font-size: calc(10/1440*100vw);
		min-width: calc(108/1440*100vw);
		padding: calc(4.25/1440*100vw) 0;
	}

	.list-item-map {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: calc(-15/1440*100vw);
		margin-top: calc(-20/1440*100vw);
	}

	list-item-map-03 .item {
		width: 10vw;
		margin-left: calc(15/1440*100vw);
		margin-top: calc(20/1440*100vw);
	}
}