@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */

.page-title {
	height: 18.25em;
	display: flex;
	align-items: flex-end;
}
.page-title-inner {
	width: 96.53%;
	max-width: 1390px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	padding-bottom: .2em;
}
.h1 {
	font-size: 1.125em;
	padding: 1.5em 0 0 2.5em;
	font-weight: 600;
}
@media screen and (max-width: 1024px) {
	.page-title {
		height: 16vw;
	}
	.page-title-inner {
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	.page-title {
		height: 35vw;
	}
	.page-title-inner {
		display: block;
	}
	.h1 {
		padding: 1.5vw 0 5vw;
	}


}
.uppercase {
	text-transform: uppercase;
}


/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: .6em 0;
}
.breadcrumb li {
	display: inline;
	color: var(--brown);
}
.breadcrumb li::after {
	content: "/";
	margin-left: .5em;
	margin-right: .5em;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a {
}
.breadcrumb li a:hover {
}
.breadcrumb li:last-child {
	color: #9e9e9f;
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
	}
	.breadcrumb li::after {
	}
}


/* !decoration -------------------------------------------------------------- */
.border-left {
	border-left: 1px solid var(--brown);
}


/* !contents -------------------------------------------------------------- */
.voice_index {
	padding: 4.2% 2.7% 0%;
	position: relative;
	transition: all 0.2s;
}
.bg_white_wrap > span {
	padding: .2em .5em;
	background: #fff;
}
.bg_white_wrap {
}
.voice_index::before{
    position: absolute;
    bottom: 0;
    right: 6%;
    content: "";
    vertical-align: middle;
	z-index: 2;
	background: var(--brown);
    width: 3.375em;
    height: 3.375em;
	border-radius: 50%;
}
.voice_index::after{
    position: absolute;
    bottom: 1.05em;
    right: 9.2%;
    margin: auto;
    content: "";
	z-index: 2;
	background: #fff;
    width: 1.25em;
    height: 1.25em;
	clip-path: polygon(0 42%, 72% 42%, 45% 12%, 56% 0%, 100% 50%, 56% 100%, 45% 88%, 72% 58%, 0 58%);
}
.voice_index:hover {
	filter: brightness(110%);
}
.voice_index:hover::before{
	background: var(--yellow);
}
.voice_index:hover::after{
	background: #000;
}
.voice_index_num {
	position: absolute;
	left: 0;
	top: 0;
	line-height: .75;
	letter-spacing: -0.01em;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.voice_index p.shopname {
		padding-right: 15%;
	}
}
@media screen and (max-width: 540px) {
	.voice_index {
		padding: 7.8% 6% 0%;
	}
	.voice_index::after{
		bottom: 1.05em;
		right: 9.5%;
	}
}

.voice-head-wrap {
	position: relative;
	height: 38.625em;
}
.voice_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 43.75em;
}
.voice-txt {
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 2;
	width: 100vw;
	max-width: 100%;
}
.voice_txt_num {
	position: absolute;
	left: -.35%;
	top: -27%;
	line-height: .75;
	letter-spacing: -0.01em;
	color: #fff;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.voice-head-wrap {
		height: 42.917vw;
	}
	.voice_top {
		width: 48.611vw;
	}
	.voice-txt {
		position: absolute;
		left: 0;
		top: 55%;
		transform: translateY(-50%);
		z-index: 2;
		width: 100vw;
		max-width: 100%;
	}
	.voice_txt_num {
		position: absolute;
		left: -.35%;
		top: -27%;
		line-height: .75;
		letter-spacing: -0.01em;
		color: #fff;
		z-index: -1;
	}
}
@media screen and (max-width: 540px) {
	.voice-head-wrap {
		height: inherit;
	}
	.voice_top {
		position: inherit;
		width: 68.359vw;
		margin: 0 0 0 auto;
	}
	.voice-txt {
		position: inherit;
		width: 100vw;
		max-width: 100%;
		transform: none;
	}
}


.txt-6 {
	display: inline-block;
	background: #fff;
	padding: .25em 1em;
	border-bottom: 1px solid;
}
.career_dl {
	display: flex;
	flex-wrap: wrap;
}
.career_dl dt {
	width: 31%;
	line-height: 1.7;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	letter-spacing: 0.04em;
	padding: .8em 1.7em .8em 0;
	position: relative;
}
.career_dl dt::after {
	position: absolute;
	right: -0.38em;
	top: 1.4em;
	background: var(--brown);
	content: "";
	width: 0.61em;
	height: 0.61em;
	border-radius: 50%;
}
.career_dl dd {
	width: 69%;
	line-height: 1.77;
	text-align: left;
	padding: .8em 0 .8em 1.7em;
	position: relative;
}
.career_dl dd::before {
	position: absolute;
	left: 0;
	top: 1.4em;
	background: var(--brown);
	content: "";
	width: 1px;
	height: 100%;
}
.career_dl dd:last-child::before {
	content: none;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.career_dl dt {
		width: 100%;
		padding: 1em 0 0 1.7em;
		align-items: flex-start;
	}
	.career_dl dd {
		width: 100%;
		padding: .3em 0 .8em 1.7em;
	}
	.career_dl dt::after {
		position: absolute;
		right: inherit;
		left: 0;
		top: 1.6em;
	}
	.career_dl dt::before {
		position: absolute;
		left: .3em;
		top: 1.6em;
		background: var(--brown);
		content: "";
		width: 1px;
		height: 100%;
	}
	.career_dl dt:last-of-type::before {
		content: none;
	}
	.career_dl dd::before {
		left: .3em;
		top: 1.6em;
	}
}

.history-inner {
	width: 11.75em;
	height: 11.75em;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 1em;
	text-align: center;
	margin-right: 3.9em;
	position: relative;
	border: 1px solid var(--brown);
}
.history-inner::after {
	position: absolute;
	content: "";
	background: var(--brown);
	display: block;
	width: .875em;
	height: 1.75em;
	right: -2.45em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.history-inner:last-child {
	background: var(--yellow);
	border: none;
	margin-right: 0;
}
.history-inner:last-child::after {
	content: none;
}
@media screen and (max-width: 540px) {
	.history-inner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3em;
	}
	.history-inner::after {
		position: absolute;
		content: "";
		background: var(--brown);
		display: block;
		width: .875em;
		height: 1.75em;
		right: 47%;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		transform: rotate(90deg);
		bottom: -2.45em;
	}
	.history-inner:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}
}
.shop-data dt {
	width: 21%;
	margin-top: 1em;
	font-weight: 500;
}
.shop-data dd {
	width: 79%;
	margin-top: 1em;
}
@media screen and (max-width: 540px) {
	.shop-data dt {
		width: 100%;
		margin-top: 1em;
	}
	.shop-data dd {
		width: 100%;
		margin-top: 0;
	}
}
.txt-7 {
	padding: .1em .4em;
}
.bg_voice_shop {
	position: relative;
}
.bg_voice_shop::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 72%;
	height: calc(100% - 8.25em);
	bottom: 0;
	background: var(--brown);
	z-index: -1;
}
.br30 > img{ border-radius: 1.875em; }
.br30-left > img{ border-radius: 1.875em 0 0 1.875em; }
.br30-right > img{ border-radius: 0 1.875em 1.875em 0; }

.nmt {
	margin-top: -1.9em;
}
.nmt2 {
	margin-top: -3em;
}
.faq_dl dt {
	display: flex;
	align-items: flex-start;
	color: var(--brown);
	border-bottom: 1px solid;
	padding: 0 0 .5em;
}
.faq_dl dt span {
	display: flex;
	background: var(--yellow);
	margin-right: .8em;
	letter-spacing: 0.07em;
	font-weight: 800;
	padding: 0 .2em .2em .5em;
	line-height: 1.2;
	margin-top: .1em;
}
.faq_dl dd {
	padding: .8em 0 4.8em;
}
.posi-r {
	margin-left: 48%;
}
.voice-img-last {
	width: 90.278%;
}
.shop-dataWrap + .shop-dataWrap,
.shop-detail > .shop-dataWrap {
	border-top: 1px solid var(--brown);
}

@media screen and (max-width: 1024px) {
	.posi-r {
		margin-left: 5%;
	}
	.nmt2 {
		margin-top: 8vw;
	}
}
@media screen and (max-width: 540px) {
	.nmt {
		margin-top: -1em;
	}
	.faq_dl dd {
		padding: .8em 0 10vw;
	}
	.posi-r {
		margin-left: 0;
	}
	.voice-img-last {
		width: 95%;
	}
}

.shop-detail {
	display: none;
}

.shop-toggle-btn {
	border-top: 1px solid var(--brown);
	width: 100%;
	height: 3.6em;
	position: relative;
}
.shop-toggle-btn::before,
.shop-toggle-btn::after {
	position: absolute;
	background: var(--brown);
	display: block;
	content: "";
	width: 1.8em;
	height: 1px;
	right: 3em;
	top: 1.9em;
}
.shop-toggle-btn::after {
	width: 1px;
	height: 1.8em;
	right: 3.83em;
	top: 1em;
}
.shop-toggle-btn._open::after {
	display: none;
}







