@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

.l-main,
#contents {
	width: 100%;
	background: #FCFCFC;
	padding: 0;
}

.mv__deco {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
	.flow__txt-top {
		top: -58px;
		left: -418px;
		z-index: 1;
	}
	.flow__scroll {
		display: flex;
		width: max-content;
		animation: scroll 25s linear infinite;
	}

.cnt__wrap--mv {
    padding: 0;
    overflow: hidden;
	background: none;
}
	.cnt__inner--mv {
		width: 100%;
		height: 500px;
		position: relative;
	}
	.mv_img {
		width: 100%;
		height: 100%;
	}
	.mv_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


.cnt__wrap--search {
	padding: 28px 0 49px;
	background: #F1FBFF;
}
.cnt__wrap--search * {
	font-family: "Zen Kaku Gothic New";
}
.cnt__inner--shop {
	position: relative;
}
.cnt__inner--shop::after {
	content: "";
	width: 1920px;
	height: 864px;
	background: url(../images/shop_bg.png) no-repeat center / cover;
	position: absolute;
	top: -216px;
    left: -391px;
	z-index: -1;
}
	.shop__list {
		display: flex;
		gap: 30px;
		margin-top: 41px;
	}
		.shop__item {
			width: 360px;
		}
			.shop__img {
				width: 360px;
				height: 240px;
			}
				.shop__img img {
					width: 100%;
					height: 100%;
					object-fit: contain;
				}
			.shop__detail {
				padding-top: 10px;
			}
				.shop__name {
					font-family: "Zen Kaku Gothic Antique";
					font-size: 20px;
					font-weight: 700;
					color: #000000;
					margin-bottom: 7px;
				}
				.shop__txt {
					font-size: 14px;
					font-weight: 500;
					line-height: 1.42857em;
					color: #000000;
					margin-bottom: 8px;
				}
				.last-shop__txt {
					margin-bottom: 0;
				}
				.bt__list {
					display: flex;
					gap: 9px;
    				margin-top: 15px;
				}
					[class*="bt__item"] {
						width: 175px;
						height: 50px;
						border-radius: 5px;
					}
						[class*="bt__item"] a {
							display: flex;
							align-items: center;
							justify-content: center;
							width: 100%;
							height: 100%;
							padding-right: 0;
							border-radius: 5px;
							font-size: 16px;
							font-weight: 500;
							color: #fff;
							position: relative;
						}
						[class*="bt__item"] a::after {
							content: "";
							width: 14px;
							height: 11px;
							background: url(../images/arrow_bt.png) no-repeat center / cover;
							position: absolute;
							top: 20px;
    						right: 21px;
						}
						.bt__item--line a {
							background: #06C755;
							padding-right: 10px;
						}
						.bt__item--reservation a  {
							background: #000000;
							padding-right: 7px;
						}


.cnt__inner--voice {
	position: relative;
}
.cnt__inner--voice::after {
	content: "";
	width: 233px;
	height: 268px;
	background: url(../images/customer_bg.png) no-repeat center / cover;
	position: absolute;
	top: -55px;
    left: 1052px;
	z-index: -1;
}
	.cnt__inner--voice .btn_list  {
		width: 489px;
		margin: 41px auto 0;
	}
		.cnt__ttl--voice::after {
			content: none;
		}

.cnt__inner--pickup::after {
	content: none;
}

.bkn__wrap {
	background: url(../images/bkn_bg.png) no-repeat center / cover;
}
	.cnt__inner--newbkn::after {
		content: "";
		width: 1344px;
		height: 80px;
		background: url(../images/newbkn_bg.png) no-repeat center / cover;
		position: absolute;
		top: -23px;
    	left: -102px;
		z-index: -1;
	}
	.cnt__inner--recommendbkn::before {
		content: "";
		width: 293px;
		height: 273px;
		background: url(../images/recommendbkn_bg.png) no-repeat center / cover;
		position: absolute;
		top: -169px;
    	left: -91px;
		z-index: -1;
	}
	.cnt__inner--recommendbkn::after {
		content: "";
		width: 168px;
		height: 425px;
		background: url(../images/recommendbkn_icn.png) no-repeat center / cover;
		position: absolute;
		top: -33px;
    	left: 1120px;
		z-index: -1;
	}
	.swiper_content-bkn {
		margin-top: 42px;
	}

.cnt__inner--staff {
	position: relative;
	z-index: 1;
}
.cnt__inner--staff::after {
	content: "";
	width: 224px;
	height: 269px;
	background: url(../images/staff_bg.png) no-repeat center / cover;
	position: absolute;
	top: -167px;
    left: 864px;
	z-index: -1;
}
	.cnt__inner--staff .btn_list  {
		width: 489px;
		margin: 41px auto 0;
	}
	.swiper_content-staff .slide__img {
		width: 270px;
		height: 270px;
	}

.swiper_content-blog {
	margin-top: 20px;
}

.cnt__inner--blog::after {
    content: "";
    width: 193px;
    height: 514px;
    background: url(../images/blog_bg.png) no-repeat center / cover;
    position: absolute;
	top: -37px;
    left: -164px;
    z-index: -1;
}

.cnt__wrap--customer-bnr {
    padding: 132px 0 100px;
}
	.cnt__inner--customer-bnr {
		position: relative;
		z-index: 1;
	}
		.cnt__inner--customer-bnr::after {
			content: "";
			width: 187px;
			height: 260px;
			background: url(../images/bnr_bg.png) no-repeat center / cover;
			position: absolute;
			top: -23px;
    		right: -257px;
			z-index: -1;
		}