/*================================
MV
================================*/
#under_mv {
	position: relative;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
#under_mv {
	margin-bottom: 0.20rem;
}
}

#under_mv::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: calc(100% - 1.00rem);
	background-color: #000;
	background-image: url(../img/detail_mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	z-index: 0;
}

#under_mv .in {
	z-index: 1;
}

#under_mv .title {
	text-align: center;
	font-size: 0.46rem;
	font-weight: 900;
	color: #FFF;
	padding: 0.40rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
#under_mv .title {
	font-size: 0.24rem;
	padding: 0.40rem 0;
}
}

#under_mv .title span {
	font-size: 0.22rem;
	display: inline-block;
	padding-right: 0.10rem;
	position: relative;
	top:-0.06rem;
}

@media screen and (max-width: 499px) {
#under_mv .title span {
	font-size: 0.14rem;
	top:-0.04rem;
}
}

#under_mv .ph {
	width: 100%;
	height: 7.00rem;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
#under_mv .ph {
	height:66.66vw;
}
}

#under_mv .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*================================
店舗情報
================================*/
#shop_text {
	padding-bottom: 0.60rem;
}

#shop_text .title {
	font-size: 0.30rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
#shop_text .title {
	font-size: 0.22rem;
}
}

#shop_text .text {
	max-width: 9.00rem;
	margin: auto;
	font-size: 0.18rem;
	line-height: 2;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
#shop_text .text {
	font-size: 0.15rem;
	padding-bottom: 0;
}
}

#shop_text .shop_sub_ph {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.10rem 0;
}

#shop_text .shop_sub_ph .ph {
	width: 49.2%;
	height: 29.42vw;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
#shop_text .shop_sub_ph .ph {
	width: 100%;
	height: 56.42vw;
	margin-bottom: 0.04rem;
}
}

#shop_text .shop_sub_ph .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#shop_text .caption {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
#shop_text .caption {
	font-size: 0.14rem;
}
}

/*================================
カテゴリボックス
================================*/
#cat_list {
	background-color: #E9E9E9;
}

#cat_list .sec_title {
	text-align: center;
	font-size: 0.40rem;
	line-height: 1.66;
	font-weight: 300;
	position: relative;
	margin: auto;
	letter-spacing: 0.05em;
	padding: 0.40rem 0 0.20rem;
}

@media screen and (max-width: 499px) {
#cat_list .sec_title {
		font-size: 0.24rem;
	}
}

#cat_list .sec_title span {
	display: inline-block;
	background:linear-gradient(transparent 75%, #FFFF00 75%);
	padding: 0 0.10rem;
	font-weight: 900;
}

@media screen and (max-width: 499px) {
#cat_list .sec_title span {
		padding: 0 0.04rem;
	}
}

#cat_list .cat_wrap .cat_text {
	background-color: #FFF;
}