/*============================
MV
============================*/
#mv {
	position: relative;
	height: 100vh;
}

@media screen and (max-width: 499px) {
	#mv {
		height: 60vh;
	}
}

#mv h1 {
	position: absolute;
	width: 90%;
	max-width: 5.60rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 499px) {
	#mv h1 {
		width: 66%;
		top: 65%;
		left: 55%;
	}
}

/*============================
NEWS
============================*/
#news .in {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 0.60rem;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	#news .in {
		padding-left: 0.80rem;
		border: 0;
	}
}

#news .list .detail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.20rem;
	line-height: 1.85;
}

@media screen and (max-width: 499px) {
	#news .list .detail {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0.30rem;
		line-height: 1.65;
	}
}

#news .list .detail .date {
	width: 1.00rem;
	font-size: 0.12rem;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 499px) {
	#news .list .detail .date {
		width: 100%;
		font-size: 0.10rem;
		padding-bottom: 0.06rem;
	}
}

#news .list .detail .title {
	font-size: 0.13rem;
	letter-spacing: 0.08em;
	width: calc(100% - 1.10rem);
}

@media screen and (max-width: 499px) {
	#news .list .detail .title {
		font-size: 0.13rem;
		width: 100%;
	}
}

#news .list .detail .title a {
	color: #111;
	display: inline-block;
}


/*============================
STORE
============================*/
#store .in {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 0.60rem;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	#store .in {
		padding-left: 0.80rem;
		border: 0;
	}
}

.shop_wrap .list .detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.shop_wrap .list .detail {
		margin-bottom: 0.60rem;
	}
}

.shop_wrap .list .detail .title {
	width: 1.40rem;
	padding-right: 0.40rem;
}

@media screen and (max-width: 499px) {
	.shop_wrap .list .detail .title {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0.20rem;
	}

	.shop_wrap .list .detail .title img {
		width: 40%;
	}
}


.shop_wrap .list .detail .textbox {
	width: 6.50rem;
	padding-right: 0.40rem;
}

@media screen and (max-width: 499px) {
	.shop_wrap .list .detail .textbox {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0.20rem;
	}
}

.shop_wrap .list .detail .textbox .text {
	font-size: 0.12rem;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

@media screen and (max-width: 499px) {
	.shop_wrap .list .detail .textbox .text {
		padding-bottom: 0.10rem;
	}

	.shop_wrap .list .detail .textbox a {
		color: #111;
	}
}

.shop_wrap .list .detail .textbox .address {
	font-size: 0.12rem;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

.shop_wrap .list .detail .map_btn {
	width: 1.00rem;
}

@media screen and (max-width: 499px) {
	.shop_wrap .list .detail .map_btn {
		width: 1.50rem;
	}
}

.shop_wrap .list .detail .map_btn a {
	display: block;
	border: 1px solid #111;
	padding: 0.14rem;
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #111;
}

.shop_wrap .list .detail .map_btn a:hover {
	background-color: #111;
	color: #FFF;
}
