@charset "utf-8";




/* ========================================================================================== */
.is-brand .g-wrap.is-matsumoto-line:before,
.is-brand .g-wrap.is-matsumoto-line:after {
	display: none;
}

.g-container {
	padding: 0;
}




/* ========================================================================================== */
.l-brand-main {
	color: #fff;
	padding: 20px 0;
}

.l-brand-main.is-shop-page {
	padding-bottom: 0;
}

.l-brand-main .l-content-menu {
	margin-bottom: 90px;
}

.l-brand-main.is-shop-page .l-content-menu {
	margin: 0;
}

.l-brand-main__title {
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: .15em;
	margin: 30px 0;
	padding-right: calc(50% + 40px);
	position: relative;
	transform: rotate(.05deg);
}

.l-brand-main__title:after {
	content: '';
	width: calc(50% - 40px);
	height: 1px;
	display: block;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 50%;
	left: 0;
}

.l-brand-main__title-cover {
	padding: 0 .25em 0 0;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.l-brand-main__title .e-name {
	font-size: 4.2rem;
}

.l-brand-main__image {
	max-width: 50%;
	position: absolute;
	top: -3em;
	right: 0;
}

.l-brand-main__read-text {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	letter-spacing: .1em;
	padding-right: calc(50% + 40px);
	transform: rotate(.05deg);
}




/* ========================================================================================== */
.l-brand-shop-list__nav-items {
	display: flex;
	justify-content: space-around;
}

.l-brand-shop-list__nav-item {
	width: 100%;
	padding: 0 1px;
	display: block;
}

.l-brand-shop-list__nav-item .e-link {
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	background: #f1f1f1;
	display: block;
	border-bottom: 2px solid #000;
}




/* ========================================================================================== */
.l-brand-shop-list__title {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	padding: 60px 0 32px;
}

.l-brand-shop-list__shops {
	margin: 0 -16px;
	display: flex;
	flex-wrap: wrap;
}

.l-brand-shop-list__shop {
	width: calc(100% / 3 - 33px);
	margin: 0 16px 64px;
	border: 1px solid #e2e2e2;
	position: relative;
	transition: .2s ease;
}

.l-brand-shop-list__shop:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.l-brand-shop-list__shop .e-image {
	margin: 0 -30px 30px;
	padding: 56.25% 0 0;
	position: relative;
	overflow: hidden;
}

.l-brand-shop-list__shop .e-img {
	max-width: calc(100% + 5px);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 1s ease;
	transform: translate(-50%,-50%);
}

.l-brand-shop-list__shop .e-link {
	text-decoration: none;
	padding: 0 30px 90px 30px;
	display: block;
}

.l-brand-shop-list__shop .e-link:after {
	content: '店舗詳細はこちら';
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	width: calc(100% - 60px);
	padding: 15px 0;
	display: block;
	background: #f1f1f1;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.l-brand-shop-list__shop .e-link:hover:after {
	color: #fff;
}

.l-brand-shop-list__shop .e-link:hover,
.l-brand-shop-list__shop .e-link:hover .e-img {
	opacity: 1;
}

.l-brand-shop-list__shop .e-link:hover .e-img {
	transform: translate(-50%,-50%) scale(1.1);
}

.l-brand-shop-list__shop .e-title {
	font-size: 2rem;
	margin: 0 0 1rem;
}

.l-brand-shop-list__shop .e-tel {
	font-size: 2rem;
	font-weight: 700;
	padding: .5rem 0 .5rem 2.5rem;
	position: relative;
}

.l-brand-shop-list__shop .e-tel:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 25%;
	display: inline-block;
	background: url("/_assets/img/global/icon-tel-01.png") no-repeat center / 10px auto;
	position: absolute;
	top: .5rem;
	left: 0;
}

.l-brand-shop-list__shop .e-address {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
	padding: .5rem 0 .5rem 2.5rem;
	position: relative;
}

.l-brand-shop-list__shop .e-address:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 25%;
	display: inline-block;
	background: url("/_assets/img/global/icon-shop-01.png") no-repeat center / 10px auto;
	position: absolute;
	top: .5rem;
	left: 0;
}





.l-shop-header {
	width: 100%;
	background: rgba(255,255,255,.95);
	position: absolute;
	z-index: 1000;
}

.l-shop-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.l-shop-header .u-inner {
	padding: 40px 0;
	display: flex;
	align-items: center;
}

.l-shop-header.is-fixed .u-inner {
	padding: 20px 0;
}

.l-shop-header__title {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .15em;
	margin-right: auto;
	padding: 10px 0 10px 25px;
	border-left: 3px solid #000;
}

.l-shop-header__items {
	text-align: right;
	padding: 0 30px 0 0;
}

.l-shop-header__item {
	margin: 0 0 0 30px;
	display: inline-block;
}

.l-shop-header__item .e-link {
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 0 18px;
	background: url("/_assets/img/global/arrow-gray-01.png") no-repeat left .15em / 14px auto;
}

.l-shop-header__item .e-link:hover {
	text-decoration: underline;
}

.l-shop-header__logo {
	text-align: center;
	width: 160px;
	padding: 8px 0;
}

.l-shop-header__logo .e-img {
	max-width: 80px;
}


.l-main-photo {
	padding: 130px 0 0;
}

.l-main-photo__slider-wrap {
	margin: 0 0 20px;
}

.l-main-photo__thumb-wrap .slick-slide {
	margin: 0 2px;
	position: relative;
	overflow: hidden;
	opacity: .5;
	transition: .2s;
	cursor: pointer;
}

.l-main-photo__thumb-wrap .slick-slide:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	transition: .2s ease;
}

.l-main-photo__thumb-wrap .slick-slide.slick-current,
.l-main-photo__thumb-wrap .slick-slide:hover {
	opacity: 1;
}

.l-main-photo__thumb-wrap .slick-slide.slick-current:after {
	transform: translateY(0);
}

.l-shop-data {
	margin: 0 0 60px;
	padding: 110px 0 0;
}

.l-shop-data__wrap {
	margin: 0;
	padding: 40px 0 0;
	display: flex;
}

.l-shop-data__wrap.is-data {
	margin: 0 -15px;
}

.l-shop-data__wrap.is-map {
	align-items: center;
}

.l-shop-data__wrap.is-map figure {
	min-width: 50%;
}

.l-shop-data__tel {
	width: calc(100% / 2);
	padding: 0 0 0 90px;
	position: relative;
}

.l-shop-data__tel:before {
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 16px;
	display: inline-block;
	background: url("/_assets/img/global/icon-tel-01.png") no-repeat center / 42.5% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.l-shop-data__tel .e-tel {
	color: #000;
	font-size: 4rem;
}

.l-shop-data__tel .e-tel:before {
	content: 'お問い合わせはこちら';
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 5px;
	display: block;
	transform: rotate(.05deg);
}

.l-shop-data__address {
	width: calc(100% / 2);
	padding: 0 0 0 90px;
	position: relative;
}

.l-shop-data__address:before {
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 16px;
	display: inline-block;
	background: url("/_assets/img/global/icon-shop-01.png") no-repeat center / 42.5% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.l-shop-data__address .e-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.l-shop-data__detail {
	width: calc(100% / 3);
	margin: 0 15px;
	border: 1px solid #e2e2e2;
}

.l-shop-data__detail .e-title {
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
	background: #e2e2e2;
}

.l-shop-data__detail .e-text {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 15px;
}

.l-shop-data__wrap .e-image-map .e-img {
	border: 1px solid #e2e2e2;
}

.l-shop-data__wrap .e-image-map .e-caption {
	text-align: center;
	padding: 10px 0 0;
	display: block;
}

.l-shop-data__wrap .l-shop-data__access {
	padding: 0 0 0 30px;
}

.l-shop-data__wrap .l-shop-data__access p {
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 15px;
}

.l-shop-data__wrap .l-shop-data__norest {
	padding: 15px 20px;
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
}

.l-shop-data__wrap .l-shop-data__norest p {
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.l-shop-data__wrap .l-shop-data__norest span {
	color: #b3051e;
	font-weight: 700;
	padding: 0 .25em 0 0;
	display: inline-block;
}

.l-shop-data__wrap .l-shop-data__norest em {
	font-size: 2.2rem;
	vertical-align: 0;
}

.l-shop-data__wrap .l-shop-data__norest small {
	font-size: 1.2rem;
}




/* price ========================================================================================== */
.l-shop-price {
	padding-top: 110px;
}

.l-shop-price table {
	width: 100%;
	margin: 20px 0 0;
}

.l-shop-price th {
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	width: 25%;
	padding: 20px;
	border: 1px solid #ddd;
	border-right: 0;
}

.l-shop-price th small {
	font-size: 1.4rem;
}

.l-shop-price td {
	vertical-align: middle;
	padding: 12px 0 12px 30px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-left: 0;
}

.l-shop-price td li {
	font-size: 1.8rem;
	font-weight: 700;
	max-width: 55%;
	padding: 10px 0;
	background: url("/_assets/img/global/line-dot-01.png") repeat-x center left / auto 1px;
}

.l-shop-price td li:after {
	content: '';
	display: block;
	clear: both;
}

.l-shop-price td em {
	padding: 0 .25em 0 0;
	float: left;
	display: inline-block;
	background: #fff;
}

.l-shop-price td span {
	padding: 0 0 0 .25em;
	float: right;
	display: inline-block;
	background: #fff;
}




/* remarks ========================================================================================== */
.l-shop-remarks {
	padding-top: 110px;
}

.l-shop-remarks .color-test {
	margin: 20px 0 0;
	padding: 30px;
	border: 1px solid #e2e2e2;
}

.l-shop-remarks .color-test h4 {
	color: #880000;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0 0 0 26px;
	position: relative;
}

.l-shop-remarks .color-test h4:after {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background: url("/_assets/img/global/icon-attention-01.png") no-repeat center / 100% auto;
	position: absolute;
	top: -.1em;
	left: 0;
}

.l-shop-remarks .color-test__inner {
	padding: 0 0 0 25px;
}

.l-shop-remarks .color-test__inner p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.l-shop-remarks .color-test__inner li {
	font-size: 1.4rem;
	line-height: 1.35;
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	transform: rotate(.05deg);
	position: relative;
}

.l-shop-remarks .color-test__inner li:after {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background: #474747;
	position: absolute;
	top: .45em;
	left: 0;
}




/* pager ========================================================================================== */
.l-shop-pager {
	padding: 60px 0;
}

.l-shop-pager .l-shop-pager__logo {
	text-align: center;
	margin: 0 0 30px;
}

.l-shop-pager .l-shop-pager__logo .e-img {
	max-width: 100px;
}

.l-shop-pager p {
	text-align: center;
}

.l-shop-pager p a {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-decoration: none;
	padding: 20px 60px;
	border-bottom: 3px solid #000;
}




/* ========================================================================================== */
.is-faq .l-brand-main .l-content-menu {
	margin: 0;
}

.is-faq .l-brand-main .u-inner {
	padding: 0 0 15px;
}

.l-faq__inner {
	border-top: 1px solid #ddd;
	overflow: hidden;
	transition: .2s ease;
}

.l-faq__inner:last-of-type {
	border-bottom: 1px solid #ddd;
}

.no-touch .l-faq__inner:hover {
	background: #f9f9f9;
}

.l-faq__title {
	padding: 25px 100px 25px 100px;
	display: block;
	position: relative;
	transition: .2s;
	cursor: pointer;
}

.l-faq__title.is-line-2 {
	padding: 25px 120px 25px 130px;
}

.l-faq__title:before {
	content: 'Q';
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 6px 0 0;
	border-radius: 50%;
	transition: .2s;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.l-faq__title .e-icon {
	width: 20px;
	height: 20px;
	background: url("/_assets/img/global/arrow-black-02.png") no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 25px;
	transition: .2s;
	transform: translateY(-50%) rotate(90deg);
}

.no-touch .l-faq__title:hover .e-icon {
	top: calc(50% + 5px);
}

.l-faq__title.is-open .e-icon {
	transform: translateY(-50%) rotate(90deg) scale(-1,1);
}

.no-touch .l-faq__title.is-open:hover .e-icon {
	top: calc(50% - 5px);
}

.l-faq__title .e-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .015em;
}

.l-faq__ans {
	position: relative;
	display: none;
}

.l-faq__ans-inner {
	padding: 30px 0 25px 100px;
	border-top: 1px dashed #ddd;
	position: relative;
}

.l-faq__ans-inner:before {
	content: 'A';
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 6px 0 0;
	box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);
	border: 1px solid #ababab;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 25px;
	left: 30px;
}

.l-faq__ans .u-text {
	line-height: 1.75;
}

.l-faq__ans .u-text .is-large {
	font-size: 2.2rem;
	font-weight: 900;
}

.l-faq__close {
	text-align: center;
	padding: 30px 100px 0 0;
}

.l-faq__close .e-button {
	color: #777;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 25px;
	display: inline-block;
	border-radius: 20px;
	background: #e2e2e2;
	transition: .2s;
	cursor: pointer;
}

.no-touch .l-faq__close .e-button:hover {
	opacity: .8;
}






/* color setting ========================================================================================== */
.is-bishoukan .l-brand-main,
.is-bishoukan .l-brand-main__title-cover,
.is-bishoukan .l-brand-shop-list__shop .e-tel:before,
.is-bishoukan .l-brand-shop-list__shop .e-address:before,
.is-bishoukan .l-brand-shop-list__shop .e-link:hover:after,
.is-bishoukan .l-shop-header__logo,
.is-bishoukan .l-main-photo__thumb-wrap .slick-slide.slick-active:after,
.is-bishoukan .l-shop-data__tel:before,
.is-bishoukan .l-shop-data__address:before,
.is-bishoukan .l-faq__title:before {
	background-color: #b3051e;
}

.is-bishoukan .l-brand-shop-list__shop .e-title,
.is-bishoukan .l-shop-header__title,
.is-bishoukan .l-shop-data__tel .e-tel:before,
.is-bishoukan .l-shop-pager p a {
	color: #b3051e;
}

.is-bishoukan .u-title-mid,
.is-bishoukan .l-brand-shop-list__nav-item .e-link,
.is-bishoukan .u-title-low .e-title,
.is-bishoukan .l-shop-header__title,
.is-bishoukan .l-shop-pager p a {
	border-color: #b3051e;
}

.is-bishoukan .l-shop-price th {
	background: #f4dadd;
}

.is-rihatsukan .l-brand-main,
.is-rihatsukan .l-brand-main__title-cover,
.is-rihatsukan .l-brand-shop-list__shop .e-tel:before,
.is-rihatsukan .l-brand-shop-list__shop .e-address:before,
.is-rihatsukan .l-brand-shop-list__shop .e-link:hover:after,
.is-rihatsukan .l-shop-header__logo,
.is-rihatsukan .l-main-photo__thumb-wrap .slick-slide.slick-active:after,
.is-rihatsukan .l-shop-data__tel:before,
.is-rihatsukan .l-shop-data__address:before,
.is-rihatsukan .l-faq__title:before {
	background-color: #014da0;
}

.is-rihatsukan .l-brand-shop-list__shop .e-title,
.is-rihatsukan .l-shop-header__title,
.is-rihatsukan .l-shop-data__tel .e-tel:before,
.is-rihatsukan .l-shop-pager p a {
	color: #014da0;
}

.is-rihatsukan .u-title-mid,
.is-rihatsukan .l-brand-shop-list__nav-item .e-link,
.is-rihatsukan .u-title-low .e-title,
.is-rihatsukan .l-shop-header__title,
.is-rihatsukan .l-shop-pager p a {
	border-color: #014da0;
}

.is-rihatsukan .l-shop-price th {
	background: #dae7f4;
}

.is-brand .c-recruit-bottom-button {
	text-align: center;
	width: 100%;
	padding: 0 0 120px;
	display: block;
}

.is-brand .c-recruit-bottom-button a {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 0 0 30px;
	display: inline-block;
	background: url("/_assets/img/global/arrow-black-02.png") no-repeat left center / 8px auto;
}



