@charset "utf-8";

/* st */
.shop-st {
	background: url('./../img/item/st2_deco.png') no-repeat left;
	background-size: contain;
	/*  */
	margin-bottom: 1rem;
	padding-left: 1.6rem;
	/*  */
	letter-spacing: .6px;
	font-size: 1.4rem;
	font-weight: bold;
}

.shop-sst {
	/*  */
	margin-bottom: 1rem;
	/*  */
	letter-spacing: .6px;
	font-weight: bold;
	font-size: 1rem;
	/*  */
	border-bottom: 1px solid;
}

/*  */

/*  */


.close-banner {
	display: block;
	width: 100%;
	max-width: fit-content;
	margin: 1rem;
}

.close-banner__item {
	width: 100%;
}

/*  */

.category {
	color: var(--text-yellow);
	border: solid 1px var(--text-yellow);
}

/*  */

.shop-button {
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	height: 4rem;
	padding: 1rem;
	/*  */
	font-size: 1rem;
	font-weight: bold;
	/*  */
	border-radius: 2rem;
	overflow: hidden;
}

.shop-button_primary {
	background: var(--bg-blue);
	color: var(--text-white);
}

/*  */
.close-text {
	display: block;
	width: 92%;
	margin: -1rem auto 1rem;
	background: var(--green);
	color: var(--text-white);
	padding: .5rem;
}

/* ------------------------------------------ */

/* ヒーローセクション */
.shop-name {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .6px;
	margin: 1rem;
}

.blue-box {
	display: block;
	width: 200px;
	margin: 1rem auto;
	/*  */
	text-align: center;
	/*  */
	border-radius: 4px;
	background: var(--bg-blue);
	color: var(--text-white);
}

.blue-box__text {
	letter-spacing: .6px;
}

.shop-image {
	display: block;
	background: var(--bg-gray);
	/*  */
	height: 160px;
	margin: 2rem 1rem;
	overflow: hidden;
	/*  */
	border-radius: 8px;
}

.shop-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 店舗メニュー */
.shop-menu {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.shop-menu__item {
	flex: 0 1 30%;
	position: relative;
}

.shop-menu__link {
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	height: 3rem;
	/*  */
	font-size: 1.2rem;
	font-weight: bold;
	/*  */
	border-radius: 2rem;
	/*  */
	background: var(--bg-blue);
	color: var(--text-white);
}

.shop-menu__icon {
	position: absolute;
	right: .5rem;
}

/* お知らせ */
.news-box {
	border-radius: 8px;
	overflow: hidden;
	/*  */
	border: 4px solid var(--border-orange);
}

.news-box__title {
	display: flex;
	align-items: center;
	gap: .5rem;
	/*  */
	padding: .5rem;
	/*  */
	background: var(--bg-orange);
	color: var(--text-white);
	/*  */
	letter-spacing: .6px;
	font-size: 1.2rem;
	font-weight: bold;
}

.news-box__article {
	padding: 1rem;
}

.news-box__st {
	display: flex;
	align-items: center;
	gap: .5rem;
	/*  */
	margin-bottom: .5rem;
	/*  */
	font-size: 1rem;
	font-weight: bold;
}

.news-box__date {
	font-size: .8rem;
	font-weight: normal;
}

.news-box__text {}

.news-box__important {
	margin: .5rem 0;
	/*  */
	color: var(--text-red);
}


/* 店舗情報 */
.shop-info {}

.shop-info__item {
	margin-bottom: 1rem;
}

.link-tel {
	font-weight: bold;
	color: var(--text-green);
}

.pay-method {
	display: flex;
	gap: 1rem;
}

.pay-method__item {
	flex: 0 1 80px;
}

.pay-method__img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}


/* 店舗スタッフから */
.from-staff {}

.from-staff__item {
	margin-bottom: 1rem;
}

.from-staff__image {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	/*  */
	background: var(--bg-gray);
}


/* 店舗への道順 */

.shop-way {}

.shop-way__item {
	margin-bottom: .5rem;
}

.way-tab {
	display: flex;
	gap: .4rem;
}

.way-tab__item {
	overflow: hidden;
	padding: 0 .5rem;
	/*  */
	flex: 1 1 100%;
	/*  */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*  */
	min-height: 3rem;
	/*  */
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	/*  */
	color: var(--text-white);
}

.way-tab__item h3 {
	/*  */
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

.way-tab__item:first-child {
	background: var(--bg-blue);
}

.way-tab__item:nth-child(2) {
	background: var(--bg-yellow);
}

.way-tab__item_radius-top {
	border-radius: 8px 8px 0 0;
}

.way-tab__item_radius-all {
	border-radius: 8px;
	padding: 0;
}

.way-tab__google-link {
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	height: 100%;
	/*  */
	background: var(--bg-green);
}

.way-opt {
	display: none;
	opacity: 0;
	transition: .3s;
}

.way-opt:nth-of-type(1) {
	display: block;
	opacity: 1;
	background: var(--bg-blue) !important;
}

.way-opt:nth-of-type(2) {
	background: var(--bg-yellow) !important;
}


/* 取り扱いサービス */
.our-service {}

.our-service__item {
	margin-bottom: 1rem;
}

.repair-device {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.repair-device__item {
	flex: 0 1 calc(50% - (.5rem/2));
}

.repair-device__image {
	width: 100%;
}

.repair-device__link {}

/*  */

.kinds {}

.kinds__list {
	display: flex;
	width: 100%;
}

.kinds__list_parent {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.kinds__item {
	flex: 1 1 100%;
	/*  */
	display: flex;
	align-items: center;
	/*  */
	min-height: 4rem;
	padding: 1rem .2rem;
}

.kinds__item_tree {
	flex-direction: column;
	justify-content: space-between;
	/*  */
	background: var(--bg-blue);
	border-right: 1px solid var(--border-white);
	color: var(--text-white);
	/*  */
	text-align: center;
}

.kinds__item.active {
	background: var(--bg-gray);
	color: var(--text-blue);
}

.kinds__item.active svg {
	fill: var(--bg-blue);
}

.kinds__icon {}

.kinds__list_child {
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	/*  */
	margin-bottom: 1rem;
	/*  */
	display: none;
}

.kinds__list.active {
	display: flex;
	opacity: 1;
}

.kinds__item_child {
	justify-content: center;
	/*  */
	background: var(--blue30);
	color: var(--text-blue);
	border-right: 1px solid var(--border-white);
	/*  */
	font-weight: bold;
}

.kinds__item_child.active {
	background: var(--bg-gray);
	color: var(--text-blue);
}

/*  */

.select-Model {
	display: flex;
	flex-direction: column;
	gap: .5rem 1rem;
	/*  */
	padding: 1rem;
	/*  */
	border-radius: 8px;
	background: var(--bg-blue);
	margin-bottom: 1rem;
	position: relative;
}

.select-Model__title {
	flex: 1 0 40%;
	/*  */
	font-size: 1rem;
	font-weight: bold;
	color: var(--text-white);
}

.select-Model__text {
	/*  */
	font-size: .875rem;
	color: var(--text-white);
}

.select-Model__link {
	color: var(--text-yellow);
}

.select-Model__select {
	height: 3rem;
	position: relative;
	transition: all .3s;
}

.select-Model__input {
	height: 3rem;
	position: relative;
	padding: .2rem;
}

.select-Model__button {
	height: 2rem;
	border: unset;
	background: var(--bg-gray);
	color: var(--black);
}

.select-Model.canChange .select-Model__select {
	animation: canChange 2s forwards;
	animation-iteration-count: 3;
}

.select-Model.canChange::before {
	content: '調べたい機種を選んでください';
	display: block;
	position: absolute;
	top: -2rem;
	left: 0%;
	padding: .5rem 1rem;
	border-radius: 8px;
	background: var(--bg-white);
	color: var(--text-blue);
	animation: fadeInOut 5s forwards;
}

.select-Model.canChange::after {
	content: '▼';
	display: block;
	position: absolute;
	top: -.1rem;
	left: 5%;
	font-size: 1rem;
	color: var(--text-white);
	animation: fadeInOut 5s forwards;
}

@keyframes canChange {
	from {
		outline: 4px solid var(--orange);
	}

	to {
		outline: none;
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*  */

.repair-block {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.repair-block__title {
	background: var(--bg-blue);
	color: var(--text-white);
	/*  */
	padding: 1rem;
	/*  */
	font-weight: bold;
	font-size: 1rem;
}

.repair-block__explanation {
	padding: 1rem;
	/*  */
	background-color: var(--gray50);
}

.fee-by-model {
	width: 100%;
}

.fee-by-model__inner {}

.fee-by-model__list {}

.fee-by-model__model {
	position: relative;
	/*  */
	width: 50%;
	/*  */
	border-bottom: 1px solid var(--border-white);
}

.fee-by-model__list:nth-child(odd) .fee-by-model__model {
	background: var(--blue50);
}

.fee-by-model__list:nth-child(even) .fee-by-model__model {
	background: var(--blue30);
}

.fee-by-model__model-link {
	display: flex;
	padding: 1rem .5rem;
	font-weight: bold;
	font-size: .7rem;
}

.fee-by-model__image {
	width: auto;
	height: 100%;
	max-height: 80px;
	position: absolute;
	bottom: -1rem;
	right: 20%;
	transform: translateX(50%);
}

.fee-by-model__fee {
	width: 50%;
	padding: .4rem;
}

.fee-by-model__list:nth-child(odd) .fee-by-model__fee {
	background: var(--gray50);
}

.fee-by-model__list:nth-child(even) .fee-by-model__fee {
	background: var(--bg-white);
}

.fee-by-model__item {
	display: flex;
	justify-content: space-between;
}

.fee-by-model__liquid-crystal {
	font-size: .7rem;
	font-weight: bold;
}

.fee-by-model__price {
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--text-red);
}

.fee-by-model__contact {
	font-weight: bold;
	color: var(--text-red);
}

.fee-by-model__yen {
	font-size: .5rem;
	font-weight: bold;
	color: var(--text-red);
}


/* 修理事例 */
.shop-result {}


/* お客様の声 */


/* スタッフブログ */

/* ギャラリー */
.gallery {}

.gallery__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.gallery__item {
	border-radius: 8px;
	overflow: hidden;
	flex: 0 0 calc(50% - .5rem);
	aspect-ratio: 1/1;
}

.gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* お知らせ */

.note {
	margin: 1rem 0;
}

.note__item {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background: var(--bg-gray);
}

.note__left {
	flex: 0 0 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.note__eyecatch {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.note__right {
	flex: 1 1 100%;
	padding: 1rem;
}

.note__title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: .5rem;
}

.note__date {
	margin-bottom: .5rem;
}

.note__content {
	margin-bottom: 1rem;
}

/* 修理の流れ */

.flow {}

.flow__inner {
	background: var(--bg-gray);
	padding: 1rem;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.flow__item {
	display: block;
	flex: 1 1 100%;
}

.flow__image {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}

.flow__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow__con {
	padding: .5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flow__text {
	color: var(--text-blue);
	font-weight: bold;
	font-size: 1rem;
}


/* 店舗情報 */


.w-fit {
	width: fit-content;
}

.w-100 {
	width: 100%;
}

.p-0_5 {
	padding: .5rem;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.flex {
	display: flex;
}

.flex--column {
	flex-direction: column;
}

.align-baseline {
	align-items: baseline;
}

.flex-5 {
	flex: 5;
}

.gap-1 {
	gap: 1rem;
}

.gap-0_5 {
	gap: .5rem;
}

.text-box {}

.text {
	line-height: 1.7;
}

.text-lg {
	font-size: 1.5rem;
}

.text-blue {
	color: var(--blue100);
}

.text-white {
	color: white;
}

.font-bold {
	font-weight: bold;
}

.border-1 {
	border: 1px solid;
}

.border-top-1 {
	border-top: 1px solid;
}

.border-blue {
	border-color: var(--blue100);
}

.border-gray {
	border-color: var(--bg-gray);
}

.rounded {
	border-radius: .5rem;
}

.schedule-table {}

.schedule-table th {
	text-align: center;
	padding: .5rem;
	background: var(--blue100);
	color: white;
}

.schedule-table td {
	text-align: center;
	padding: .5rem;
	color: var(--blue100);
}

.blue-bg {
	background: var(--blue100);
}

.overflow-hidden {
	overflow: hidden;
}

.flex-sp-column {
	flex-direction: column;
}

.border-b-sp-1 {
	border-bottom: 1px solid;
}

.border-gray {
	border-color: var(--bg-gray);
}