@charset "utf-8";

/*-------------------------------
	店舗アクセス
-------------------------------*/

.C-Pagelink{
	padding-top: var(--padding-top);
	margin-bottom: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Pagelink{
		gap: 2.5rem;
	}
	.C-Pagelink__item{
		width: calc((100% - (2.5rem * 1)) / 2);
	}

}



/*-------------------------------
	店舗アクセス
-------------------------------*/

.Store{
	padding-bottom: 0;
}

.Store__top{
	margin-bottom: 6rem;
}
.Store__top-inner{
	margin-bottom: 6.8rem;
}

.Store-title{
	width: 100%;
	padding-left: 2.5rem;
	margin-bottom: 8.4rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	position: relative;
	z-index: 5000;
}
.Store-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -3.4rem;
	z-index: -1;
}
.Store-title__jp{
	font-size: 3.5rem;
	margin-right: 1.5rem;
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Store-title__en{
	font-family: var(--en);
	font-weight: 600;
	letter-spacing: .526em;
	line-height: 1;
	display: block;
}

.Store-data{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Store-data__image{
	width: 50%;
	height: 40rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.Store-data__image img{
	width: calc(100% + 10rem);
	height: 100%;
	object-fit: cover;
}
.Store-data__body{
	width: 50%;
	padding-left: 7rem;
}
.Store-data__address{
	margin-bottom: 2.5rem;
	line-height: calc(3 / 1.6);
}
.Store-data__data-wrap{
	margin-bottom: 3.5rem;
}
.Store-data__data{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Store-data__data-title{
	width: 10.5rem;
	line-height: calc(3 / 1.6);
	font-weight: 500;
}
.Store-data__data-text{
	width: calc(100% - 10.5rem);
	line-height: calc(3 / 1.6);
}
.Store-data__button-wrap{
	width: 100%;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
}
.Store-data__button{
	width: 23rem;
	height: 5rem;
	margin-left: 0;
	margin-right: 0;
}
.Store-data__button a{
	font-size: 1.4rem;
	border-radius: 1.2rem;
}
.Store-data__button a::before{
	transition: var(--transition);
	content: "";
	margin-right: .6rem;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Store-data__button.-tel a::before{
	width: 2rem;
	height: 2rem;
	background-image: url(../images/common/icon_tel-subcolor.svg);
}
.Store-data__button.-tel a:hover::before{
	background-image: url(../images/common/icon_tel-white.svg);
}
.Store-data__button.-reservation a::before{
	width: 1.8rem;
	height: 1.8rem;
	background-image: url(../images/common/icon_reservation-subcolor.svg);
}
.Store-data__button.-reservation a:hover::before{
	background-image: url(../images/common/icon_reservation-white.svg);
}

.Store-gallery{
	width: 100%;
	margin-bottom: 9rem;
	display: flex;
	gap: 1.2rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Store-gallery__item{
	width: calc((100% - (1.2rem * 3)) / 4);
}
.Store-gallery__item img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / .587;
}

.Store-map{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Store-map__frame{
	width: 50%;
}
.Store-map__frame-inner{
	margin-bottom: 1.5rem;
}
.Store-map__frame iframe{
	width: 100%;
	height: 34rem;
}
.Store-map__link{
	line-height: 1;
	display: block;
	text-align: center;
}
.Store-map__link a{
	color: var(--subcolor);
	padding-right: 3.5rem;
	padding-bottom: .7rem;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.Store-map__link a::after{
	background: var(--subcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Store-map__link a::before{
	content: "";
	display: block;
	width: 1.2rem;
	height: .7rem;
	background-image: url(../images/common/icon_arrow-subcolor.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Store-map__data-wrap{
	width: 50%;
	padding-left: 5.2rem;
	padding-bottom: 3.8rem;
}
.Store-map__data:not(:last-child){
	margin-bottom: 4.2rem;
}
.Store-map__data-title{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(3 / 1.8);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Store-map__data-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
.Store-map__data-title span{
	width: calc(100% - 1rem);
	padding-left: 1.2rem;
	line-height: 1;
	display: block;
}
.Store-map__data-body{
	padding-top: 1rem;
	padding-left: 2rem;
}
.Store-map__data-list-item{
	width: 100%;
	line-height: calc(3 / 1.6);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Store-map__data-list-item::before{
	content: "・";
	line-height: calc(3 / 1.6);
	display: block;
}
.Store-map__data-list-item.-hosoku::before{
	content: "※";
}

.Store-staff{
	background: var(--graycolor);
	padding-top: 5.8rem;
	padding-bottom: 6.5rem;
}
.Store-staff .C-Title{
	margin-bottom: 5rem;
}
.Store-staff-gallery-wrap{
	position: relative;
}
.Store-staff-gallery-block{
	background: #fff;
}
.Store-staff-gallery-block a{
	width: 100%;
	padding: 1.2rem;
	display: block;
	opacity: 1 !important;
}
.Store-staff-gallery-block__image{
	width: 100%;
	height: 23.7rem;
	overflow: hidden;
}
.Store-staff-gallery-block__image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Store-staff-gallery__name{
	width: 100%;
	margin-bottom: 1.3rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Store-staff-gallery__name-en{
	font-size: 1.2rem;
	margin-bottom: .7rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Store-staff-gallery__name-jp{
	font-weight: 700;
	line-height: 1;
	letter-spacing: .15em;
	display: block;
}
.Store-staff-gallery__body{
	padding-top: 1rem;
}
.Store-staff-gallery__idea-title{
	background: var(--blackcolor);
	width: fit-content;
	font-size: 1.3rem;
	margin-bottom: .6rem;
	padding: .1rem .4rem .2rem;
	line-height: 1;
	color: #fff;
}
.Store-staff-gallery__idea-text{
	font-size: 1.3rem;
	line-height: calc(1.9 / 1.3);
	text-align: left;
}
.Store-staff-gallery-block a:hover .Store-staff-gallery-block__image img{
	transform: scale(1.1);
}

.Store-staff-gallery__arrow{
	transition: var(--transition);
	background: var(--subcolor);
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 6000;
	cursor: pointer;
}
.Store-staff-gallery__arrow::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.Store-staff-gallery__arrow.-prev{
	left: 0;
	transform: translate(-2.2rem,-50%);
}
.Store-staff-gallery__arrow.-prev::after{
	transform: translateX(.2rem) rotate(135deg);
}
.Store-staff-gallery__arrow.-next{
	right: 0;
	transform: translate(2.2rem,-50%);
}
.Store-staff-gallery__arrow.-next::after{
	transform: translateX(-.2rem) rotate(-45deg);
}
.Store-staff-gallery__arrow:hover{
	background: var(--maincolor);
}
.Store-staff-gallery__arrow:hover::after{
	border-color: var(--subcolor);
}

.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(1):last-child) .Store-staff-gallery__arrow,
.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(2):last-child) .Store-staff-gallery__arrow,
.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(3):last-child) .Store-staff-gallery__arrow,
.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(4):last-child) .Store-staff-gallery__arrow,
.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(5):last-child) .Store-staff-gallery__arrow{
	display: none;
}
.Store-staff-gallery__arrow.swiper-button-disabled{
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Store-data__body{
		padding-left: 5rem;
	}
	.Store-data__button-wrap{
		flex-direction: column;
	}
	.Store-data__button{
		width: 100%;
	}

	.Store-gallery__item{
		width: calc((100% - (1.3rem * 1)) / 2);
	}

	.Store-map{
		flex-direction: column-reverse;
	}
	.Store-map__data-wrap{
		width: 100%;
		padding-left: 0;
	}
	.Store-map__frame{
		width: 100%;
	}
	.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(5):last-child) .Store-staff-gallery__arrow{
		display: flex;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(4):last-child) .Store-staff-gallery__arrow,
	.Store-staff-gallery-wrap:has(.Store-staff-gallery-block:nth-of-type(5):last-child) .Store-staff-gallery__arrow{
		display: flex;
	}

}
@media screen and (max-width:768px){

	.Store{
		padding-top: 6.5rem;
	}
	.Store__top{
		margin-bottom: 3.5rem;
	}
	.Store__top-inner{
		margin-bottom: 0;
	}

	.Store-title{
		width: calc(100% - var(--padding-leftright));
		margin-left: var(--padding-leftright);
		padding-left: 2rem;
		margin-bottom: 2rem;
	}
	.Store-title::before{
		width: 3.5rem;
		height: 3.5rem;
		top: -1.4rem;
		left: 0;
	}
	.Store-title__jp{
		font-size: 2.3rem;
		margin-right: 1.2rem;
	}
	.Store-title__en{
		font-size: 1rem;
	}

	.Store-data{
		flex-direction: column;
	}
	.Store-data__image{
		width: 100%;
		height: 22.8rem;
		margin-bottom: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		order: 1;
	}
	.Store-data__image img{
		width: 100%;
	}
	.Store-data__body{
		padding-left: var(--padding-leftright);
		width: 100%;
		margin-bottom: 3.5rem;
		order: 3;
	}
	.Store-data__address{
		font-size: 1.4rem;
		line-height: calc(2.9/ 1.4);
		margin-bottom: 1rem;
	}
	.Store-data__data-wrap{
		margin-bottom: 1.5rem;
	}
	.Store-data__button.-tel{
		display: none;
	}
	.Store-data__data-title{
		width: 9.5rem;
		font-size: 1.4rem;
		line-height: calc(2.9/ 1.4);
	}
	.Store-data__data-text{
		width: calc(100% - 9.5rem);
		font-size: 1.4rem;
		line-height: calc(2.9/ 1.4);
	}
	.Store-data__button-wrap{
		gap: 1.8rem;
		flex-direction: column;
	}

	.Store-gallery{
		margin-bottom: 1.2rem;
		gap: .8rem;
		order: 2;
	}
	.Store-gallery__item{
		width: calc((100% - (.8rem * 1)) / 2);
	}
	.Store-gallery__item:nth-child(n+3){
		display: none;
	}

	.Store-map{
		flex-direction: column;
	}
	.Store-map__frame{
		width: 100%;
		margin-bottom: 4.8rem;
	}
	.Store-map__frame-inner{
		margin-bottom: 1.2rem;
	}
	.Store-map__frame iframe{
		height: 20.4rem;
	}
	.Store-map__link a{
		padding-right: 3.2rem;
		font-size: 1.4rem;
	}
	.Store-map__data-wrap{
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}
	.Store-map__data:not(:last-child){
		margin-bottom: 2.2rem;
	}
	.Store-map__data-title{
		font-size: 1.6rem;
		line-height: 1;
	}
	.Store-map__data-title::before{
		width: .8rem;
		height: .8rem;
	}
	.Store-map__data-title span{
		width: calc(100% - .8rem);
		padding-left: .6rem;
	}
	.Store-map__data-body{
		padding-top: .6rem;
		padding-left: 1.4rem;
	}
	.Store-map__data-list-item{
		font-size: 1.4rem;
		line-height: calc(2.9/ 1.4);
		text-align: left;
	}
	.Store-map__data-list-item::before{
		font-size: 1.4rem;
		line-height: calc(2.9/ 1.4);
	}

	.Store-staff{
		padding-top: 4.6rem;
		padding-bottom: 4.6rem;
	}
	.Store-staff .C-Title{
		margin-bottom: 3rem;
	}
	.Store-staff-gallery-block{
		width: 20.5rem;
		margin-left: 1.2rem;
		margin-right: 1.2rem;
	}
	.Store-staff-gallery-block a{
		padding: 1.1rem;
	}
	.Store-staff-gallery-block__image{
		height: 22rem;
	}
	.Store-staff-gallery__name{
		margin-bottom: 1.2rem;
	}
	.Store-staff-gallery__name-en{
		font-size: 1rem;
		margin-bottom: .6rem;
	}
	.Store-staff-gallery__name-jp{
		font-size: 1.4rem;
		line-height: 1;
	}
	.Store-staff-gallery__body{
		padding-top: 1rem;
	}
	.Store-staff-gallery__idea-title{
		font-size: 1.1rem;
		margin-bottom: .6rem;
	}
	.Store-staff-gallery__idea-text{
		line-height: calc(1.8 / 1.3);
	}
	.Store-staff-gallery-block a:hover .Store-staff-gallery-block__image img{
		transform: scale(1.1);
	}

	.Store-staff-gallery__arrow{
		width: 2.3rem;
		height: 2.3rem;
	}
	.Store-staff-gallery__arrow::after{
		width: .8rem;
		height: .8rem;
	}
	.Store-staff-gallery__arrow.-prev{
		transform: translate(0,-50%);
		left: 3.8rem;
	}
	.Store-staff-gallery__arrow.-next{
		transform: translate(0,-50%);
		right: 3.8rem;
	}

}



/*-------------------------------
	よくあるご質問
-------------------------------*/

.C-Faq .C-Title{
	margin-bottom: 4.2rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Faq{
		padding-top: 5.2rem;
	}
	.C-Faq .C-Title{
		margin-bottom: 3.4rem;
	}

}