@charset "utf-8";

/*============================
上部余白
============================*/
main {
	margin-top: 1.40rem;
}

@media screen and (max-width: 640px) {
	main {
		margin-top: 0.70rem;
	}
}

/*============================
ヘッダー
============================*/
header {
	height: 1.00rem;
}

@media screen and (max-width: 640px) {
	header {
		height: 0.60rem;
	}
}

header .logo {
	width: 2.40rem;
	padding: 0.25rem 0.40rem;
	opacity: 1;
	transition: opacity 0.3s;
}

@media screen and (max-width: 640px) {
	header .logo {
		width: 1.50rem;
		padding: 0.14rem 0.20rem 0;
	}
}

.menu_active header .logo {
	opacity: 0;
}

/* 下層ページはメニューをすぐ表示する */
header .menu_btn_wrap {
	animation: fadeinMenu 0s 0s forwards;
}

/*============================
MV
============================*/
.mv_wrap {
	position: relative;
}

.mv_wrap::before {
	content: "";
	width: 100%;
	height: 2.00rem;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.mv {
	height: 5.10rem;
	width: calc(100% - 0.80rem);
	margin: auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	.mv {
		height: 2.20rem;
		width: calc(100% - 0.20rem);
		border-radius: 0.06rem;
	}
}

.mv .textbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mv .textbox .small_text {
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
	.mv .textbox .small_text {
		font-size: 0.13rem;
	}
}

.mv .textbox .small_text span {
	display: inline-block;
	background-color: #4D7E4D;
	color: #FFF;
	padding: 0.05rem 0.07rem 0.07rem;
}

@media screen and (max-width: 640px) {
	.mv .textbox .small_text span {
		padding: 0.02rem 0.04rem 0.05rem;
	}
}

.mv .textbox .title {
	font-size: 0.38rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.mv .textbox .title {
		font-size: 0.20rem;
	}
}

.mv .textbox .title span {
	display: inline-block;
	background-color: #FFF;
	color: #264526;
	padding: 0.05rem 0.07rem 0.09rem;
}

@media screen and (max-width: 640px) {
	.mv .textbox .title span {
		padding: 0.02rem 0.04rem 0.05rem;
	}
}

/*============================
パンくず
============================*/
.pankz {
	padding: 0.30rem 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.pankz {
		padding: 0.15rem 0;
		margin-bottom: 0.35rem;
	}
}

.pankz .list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.14rem;
	color: #264526;
}

@media screen and (max-width: 640px) {
	.pankz .list {
		flex-wrap: nowrap;
		font-size: 0.12rem;
		white-space: nowrap;
	}
	.pankz .list .link {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.pankz a {
	font-size: 0.14rem;
	display: inline-block;
	color: #264526;
	padding-right: 0.30rem;
	position: relative;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.pankz a {
		font-size: 0.12rem;
		padding-right: 0.20rem;
	}
}

.pankz a:hover {
	text-decoration: none;
}

.pankz a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #cccccc;
	position: absolute;
	right: 0.10rem;
	top: 0.03rem;
}

@media screen and (max-width: 640px) {
	.pankz a::after {
		border-width: 4px 0 4px 4px;
		right: 0.11rem;
	}
}

/*============================
店舗情報
============================*/
.information {
	padding: 0.80rem 0;
}

@media screen and (max-width: 640px) {
	.information {
		padding: 0.50rem 0 0.20rem;
	}
}

.information .in {
	min-height: 2.50rem;
}

.information .in::after {
	content: "";
	width: 4.30rem;
	height: 4.00rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.information .in::after {
		width: 2.95rem;
		height: 2.20rem;
		display: block;
		position: relative;
		right: auto;
		top: 0;
		transform: translateY(0);
		margin: auto;
	}
}

.information .sec_title {
	text-align: left;
	padding-left: 0.60rem;
}

@media screen and (max-width: 640px) {
	.information .sec_title {
		text-align: center;
		padding-left: 0;
	}
}

.information .list {
	padding-left: 0.60rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.18rem;
	width: 100%;
	max-width: 7.00rem;
}

@media screen and (max-width: 640px) {
	.information .list {
		padding-left: 0;
		font-size: 0.14rem;
	}
}

.information .list .title {
	width: 2.20rem;
	line-height: 1.75;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	.information .list .title {
		width: 1.30rem;
	}
}

.information .list .title span::before {
	content: "●";
	color: #4D7E4D;
	display: inline-block;
	padding-right: 0.06rem;
}

@media screen and (max-width: 640px) {
	.information .list .title span::before {
		padding-right: 0.03rem;
	}
}

.information .list .text {
	line-height: 1.75;
	width: calc(100% - 2.20rem);
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	.information .list .text {
		width: calc(100% - 1.30rem);
	}
}

.information .list .text a {
	color: #1A1A1A;
	text-decoration: underline;
}

.information .list .text a:hover {
	text-decoration: none;
}

.information .reserve_btn {
	width: 100%;
	max-width: 4.88rem;
	margin: 0.30rem auto 0;
}

@media screen and (max-width: 640px) {
	.information .reserve_btn {
		max-width: 3.20rem;
	}
}

.information .reserve_btn a {
	display: block;
	line-height: 0;
	padding: 0.32rem 0 0.34rem;
	border-radius: 0.10rem;
	background-color: #E08100;
	color: #FFF;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
	.information .reserve_btn a {
		padding: 0.24rem 0 0.26rem;
		border-radius: 0.06rem;
		font-size: 0.16rem;
		letter-spacing: 0.05em;
	}
}

.information .reserve_btn a.tel {
	display: inline-block;
	background-color: transparent;
	color: #1A1A1A;
	font-weight: 400;
	padding: 0;
	letter-spacing: 0.05em;
	font-size: 0.16rem;
}

@media screen and (max-width: 640px) {
	.information .reserve_btn a.tel {
		text-decoration: underline;
		font-weight: 500;
	}
}

.information .reserve_btn a:hover {
	opacity: 0.7;
}

.information .reserve_btn .caption {
	font-size: 0.16rem;
	text-align: center;
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.information .reserve_btn .caption {
		font-size: 0.15rem;
		line-height: 1.75;
	}
}

/*============================
PHOTO GALLERY
============================*/
.gallery {
	position: relative;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	.gallery {
		padding-bottom: 0.30rem;
	}
}

.gallery::before {
	content: "";
	width: 100%;
	height: 4.95rem;
	background-color: rgba(230, 225, 204, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.gallery::before {
		height: 2.25rem;
	}
}

.gallery .slides {
	position: relative;
	z-index: 1;
}

.gallery .slide {
	width: 100%;
	max-width: 8.00rem;
	height: 5.00rem;
	border-radius: 0.10rem;
	overflow: hidden;
	margin: 0 0.15rem;
}

@media screen and (max-width: 640px) {
	.gallery .slide {
		max-width: 2.95rem;
		height: 56vw;
		border-radius: 0.06rem;
		margin: 0 0.05rem;
	}
}

.gallery .slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* スライドボタン */
.gallery .slides .slick-arrow {
	width: 0.50rem;
	height: 0.50rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.gallery .slides .slick-arrow {
		width: 0.40rem;
		height: 0.40rem;
	}
}

.gallery .slides .slick-arrow.prev_btn {
	background-image: url(../img/common/gallery_btn_prev.svg);
	left: calc(50% - 4.50rem);
}

@media screen and (max-width: 640px) {
	.gallery .slides .slick-arrow.prev_btn {
		left: 0.17rem;
	}
}

.gallery .slides .slick-arrow.next_btn {
	background-image: url(../img/common/gallery_btn_next.svg);
	right: calc(50% - 4.50rem);
}

@media screen and (max-width: 640px) {
	.gallery .slides .slick-arrow.next_btn {
		right: 0.17rem;
	}
}

/* スライドドット */
.gallery .slides .slick-dots {
	bottom: -0.30rem;
}

@media screen and (max-width: 640px) {
	.gallery .slides .slick-dots li {
		margin: 0;
	}
}

.gallery .slides .slick-dots li button::before {
	font-size: 0.08rem;
}