@charset "UTF-8";

/*mv
----------------------------------------*/
.mv {
	z-index: 0;
	position: relative;
}
.mv_img {
	width: 100%;
}
.mv_img img,
.mv_img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.mv_txt {
	position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 31rem;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
	.mv_txt {
		max-width: 18.5rem;
		top: 10%;
	}
	.mv_img {
		height: 50rem;
	}
}

.shop {
	padding-top: 14.5rem;
}
.shop .shop_inner:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}
.shop_inner {
	display: flex;
	border-bottom: .1rem solid #848484;
}
.shop_inner + .shop_inner {
	padding-top: 10.1rem;
}
.shop_inner figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.shop_inner figure,
.shop_inner .shop_txt {
	width: 50%;
}
.shop_inner .shop_txt {
	padding-left: 8.8rem;
}
.shop_inner:nth-child(2n) .shop_txt {
	padding-left: 14.1rem;
}
.shop_inner .shop_txt h2 {
	font-size: 2rem;
	letter-spacing: .15em;
	line-height: 1.5;
	font-weight: 400;
	color: #A99D5D;
}

.shop_box {
	padding-top: 2.4rem;
	display: grid;
	grid-template-columns: 8.3rem auto;
	font-size: 1.3rem;
	line-height: 2.077;
	letter-spacing: .1em;
	font-weight: 400;
}
.shop_box dd {
	max-width: 37.9rem;
}
.shop_box dt:last-of-type,
.shop_box dd:last-of-type {
	margin-top: .9rem;
}
.shop_box dd .shop_access:not(:first-of-type) {
	margin-top: .9rem;
}
.shop_box dd .shop_access:not(:last-of-type) {
	border-bottom: .1rem solid #848484;
}
.shop_map {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: .1em;
	padding-left: 2rem;
	border-bottom: .1rem solid rgba(21, 21, 21, .5);
	vertical-align: .3rem;
	margin-bottom: 1.8rem;
}
.shop_map::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1.3rem;
	background: url(../../img/common/icon_map.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .8rem;
}
.shop_access_list {
	line-height: 1.6923;
}
.shop_access:not(:last-of-type) {
	padding-bottom: 1.5rem;
}
.shop_access_list li::before {
  content: "・";
  margin-right: .2em;
	font-weight: bold;
}


@media only screen and (max-width: 768px) {
	.shop {
    padding-top: 6rem;
	}
	.shop .shop_inner:nth-child(2n) {
		display: block;
	}
	.shop_inner {
		display: block;
	}
	.shop_inner figure,
	.shop_inner .shop_txt {
		width: 100%;
	}
	.shop_inner figure {
		padding-inline: 2rem;
	}
	.shop_inner:nth-child(2n) .shop_txt {
		padding-left: 3rem;
	}
	.shop_inner .shop_txt {
		padding: 3.7rem 3rem 6.6rem;
	}
	.shop_inner + .shop_inner {
		padding-top: 6rem;
	}
	.shop_box {
		display: block;
		padding-top: 1.6rem;
	}
	.shop_box dt {
		margin-bottom: 0.4rem;
	}
	.shop_box dd:last-of-type {
		margin-top: .8rem;
	}
	.shop_map {
		display: block;
		width: fit-content;
		margin: 0.4rem 0 2.6rem;
		padding-bottom: 0;
	}
	.shop_map::before {
		left: .2rem;
	}
}
