@charset "utf-8";

/* CSS Document */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 16px;
	color: var(--text-black);
	background: #FFFFFF;
	font-family: 'Noto sans japanese', Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 72px;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.for-pc {
	display: none !important;
}

.sp-br {
	display: block;
}

.cursor-pointer {
	cursor: pointer;
}

/* 共通 ------------------------------------------ */

.relative {
	position: relative;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.content_flex {}

.con-left {
	display: none;
}

.con-main {
	padding: 0 12px;
}

.con-main__item {
	margin: 0 0 2rem;
}

.content__item {
	margin: 4rem 0;
	padding: 0 8px;
}

/*  */

.main-ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}


/* テキスト */
.textbox {
	margin-bottom: 2rem;
}

.textbox__item {}

.textbox__item_important {
	color: var(--text-red);
}

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

.textbox__item p {
	margin-bottom: 1rem;
}

.textbox__item ul {}

.textbox__item ul li {
	margin-bottom: .5rem;
}

.textbox__item ol {}

.textbox__item ol li {
	margin-bottom: .5rem;
	list-style: auto;
	margin-left: 2rem;
}

.text--end {
	text-align: end;
}

.text--block {
	display: block;
}

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

.text--center {
	text-align: center;
}




/* scroll */

.scroll-row {
	position: relative;
	/*  */
	width: 100%;
	padding: 1rem;
	min-height: 320px;
	/*  */
	overflow-x: scroll;
	overflow-y: hidden;
	/*  */
	border-radius: 16px 0 0 16px;
}


.scroll-row_radius-all {
	border-radius: 16px;
}

.scroll-row__list {
	display: flex;
	gap: 1rem;
}

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

.scroll-row__item {
	flex: 0 0 200px;
}

.scroll-row__list--column .scroll-row__item {
	flex: 0 0 auto;
}

.scroll__item_radius-all {
	border-radius: 8px;
	overflow: hidden;
}

.scroll-row_bg-blue {
	background: var(--bg-blue) !important;
}

.scroll-row_bg-yellow {
	background: var(--bg-yellow) !important;
}

.scroll-row_bg-gray {
	background: var(--bg-gray) !important;
}

.scroll-row_btn-include {
	padding-bottom: 6rem;
}

.scroll-row__inner-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	/*  */
	width: 90%;
	/*  */
	margin: auto;
}

.scroll-row:has(.common-table_calender) {
	min-height: auto;
}

/*  */

.general-content {
	border-radius: 8px;
	overflow: hidden;
	/*  */
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: calc(240px - 2rem);
}

.general-content__image {
	flex: 1;
	object-fit: cover;
	overflow: hidden;
}

.general-content__text-box {
	flex: 0 1 70%;
	padding: 1rem;
	/*  */
	background: var(--bg-white);
}

.general-content__text {
	font-weight: bold;
	margin-bottom: .125rem;
}

.general-content__text--acc {
	height: 4rem;
	overflow: hidden;
}

.general-content__text--light {
	font-size: .825rem;
	font-weight: normal;
}

.general-content__text--weight {
	font-size: 1.125rem;
}

.general-content__cate {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	margin-bottom: .5rem;
}

.category {
	font-size: .825rem;
	font-weight: bold;
	padding: 0 .2rem;
}

.date {
	font-size: .825rem;
	border: unset;
	border-bottom: 1px solid var(--text-black);
}

/*  */

.double-color-content {
	margin-top: 40px;
	position: relative;
	overflow: unset;
}

.double-color-content:nth-child(odd) {
	background: var(--bg-blue);
	color: var(--text-white);
}

.double-color-content:nth-child(even) {
	background: var(--bg-yellow);
	color: var(--text-black);
}

.double-color-content__inner {
	padding: 1rem;
}

.double-color-content__image {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 1;
	/*  */
	margin: auto;
	width: 80px;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*  */
	border-radius: 8px;
}

.double-color-content__st {
	padding-top: 40px;
	margin-bottom: 1rem;
	/*  */
	font-size: 1rem;
	font-weight: bold;
}

.double-color-content__date {}

/*  */

.width-max-image {
	display: block;
	margin: 1rem auto;
}

.width-max-image__item {
	width: 100%;
}

/*  */

.repair-type {
	width: 100%;
	overflow-x: scroll;
}

.repair-type__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: .5rem;
	/*  */
	padding: 1rem 0;
}

.repair-type__item {
	flex: 0 0 32%;
}

.repair-type__link {
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	/*  */
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	height: 120px;
}

.repair-type__icon {
	flex: 0 0 60%;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	/*  */
	background: var(--bg-blue);
}

.repair-type__image {
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.repair-type__text {
	background: var(--bg-yellow);
	/*  */
	flex: 0 0 40%;
	width: 100%;
	/*  */
	display: flex;
	justify-content: center;
	align-items: center;
}

.repair-type__p {
	font-size: clamp(0.813rem, 0.598rem + 1.071vw, 1rem);
	font-weight: bold;
}

/*  */

.st {
	display: block;
	width: fit-content;
	margin: auto;
	margin-bottom: 2rem;
	/*  */
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	/*  */
	color: var(--text-blue);
}

.st::after {
	content: "";
	/*  */
	display: block;
	width: 100px;
	height: 4px;
	margin: 1rem auto 0;
	/*  */
	border-radius: 999px;
	/*  */
	background: var(--bg-yellow);
}

/*  */

.official-btn {
	width: 100%;
	height: 3rem;
	border-radius: 999px;
	border: unset;
}

.official-btn_primary {
	background: var(--bg-blue);
	color: var(--text-white);
}

.official-btn_primary-line {
	border: 1px solid var(--border-blue);
	color: var(--text-blue);
}

.official-btn_secondary {
	background: var(--bg-gray);
	color: var(--text-white);
}

.official-btn_orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.official-btn_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.official-btn_text-center {
	justify-content: center;
}

.official-btn__icon {}

.official-btn__arrow {
	transform: rotate(-90deg);
}

.official-btn__text {
	font-size: 1rem;
}

.official-btn_center {
	margin: auto;
}

.official-btn_lg {
	height: 4rem;
}

.official-btn__bottom-shadow {
	box-shadow: 0px 4px 0px #14438a;
	margin-bottom: 1rem;
}

/*  */

.btn-box {}

.btn-box__item {
	max-width: unset;
}

.btn-box_flex {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.btn-box_flex-center {}

/*  */

.btn {
	border: unset;
	outline: unset;
	padding: .25rem .5rem;
	border-radius: .25rem;
	cursor: pointer;
}

.btn--translation {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: var(--bg-blue);
	color: var(--text-white);
}


/*  */

.official-btn_long {
	max-width: 600px;
	margin: 2rem auto;
}

.official-btn__logo {
	width: 2em;
	height: 2em;
}

/*  */
.common-table {
	width: 100%;
	border: 1px solid var(--border-gray);
}

.common-table__thead {
	border-bottom: 1px solid var(--border-gray);
}

.common-table__tr {
	border-bottom: 1px solid var(--border-gray);
}

.common-table__tr:last-child {
	border-bottom: none;
}

.common-table__th {
	/*  */
	padding: .5rem;
	/*  */
	background: var(--bg-gray);
	/*  */
	min-width: 120px;
}

.common-table_calender .common-table__th {
	padding: .5rem;
	width: auto;
}

.common-table_calender .common-table__tbody .common-table__th {
	position: sticky;
	left: -1rem;
	z-index: 2;
}

.common-table__td {
	padding: .5rem;
	/*  */
	border-right: 1px solid var(--border-gray);
}

.common-table_calender .common-table__td {
	padding: .5rem;
	text-align: center;
}

.common-table__td:last-child {
	border-right: none;
}


/* common-table_blue */

.common-table_blue {
	border: 1px solid var(--border-blue);
}

.common-table_blue .common-table__thead {
	border-bottom: 1px solid var(--border-blue);
}

.common-table_blue .common-table__tr {
	border-bottom: 1px solid var(--border-blue);
}

.common-table_blue .common-table__th {
	width: 20%;
	/*  */
	padding: 1rem;
}

.common-table_blue .common-table__thead .common-table__th {
	border-right: 1px solid var(--border-blue);
	background: var(--bg-blue);
	color: var(--text-white);
}

.common-table_blue .common-table__tbody .common-table__th {
	border-right: 1px solid var(--border-blue);
	background: transparent;
	font-weight: bold;
}

.common-table_blue .common-table__tbody .common-table__tr:nth-child(even) {
	background: var(--blue30);
}

.common-table_blue .common-table__td {
	padding: 1rem;
	/*  */
	border-right: 1px solid var(--border-blue);
}


@keyframes ldio {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.ldio div {
	box-sizing: border-box !important
}

.ldio>div {
	position: absolute;
	width: 87.12px;
	height: 87.12px;
	top: 55.44px;
	left: 55.44px;
	border-radius: 50%;
	border: 11.879999999999999px solid #000;
	border-color: #186adf transparent #186adf transparent;
	animation: ldio 3.2258064516129035s linear infinite;
}

.ldio>div:nth-child(2),
.ldio>div:nth-child(4) {
	width: 59.4px;
	height: 59.4px;
	top: 69.3px;
	left: 69.3px;
	animation: ldio 3.2258064516129035s linear infinite reverse;
}

.ldio>div:nth-child(2) {
	border-color: transparent #ffbc39 transparent #ffbc39
}

.ldio>div:nth-child(3) {
	border-color: transparent
}

.ldio>div:nth-child(3) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.ldio>div:nth-child(3) div:before,
.ldio>div:nth-child(3) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 11.879999999999999px;
	height: 11.879999999999999px;
	top: -11.879999999999999px;
	left: 25.74px;
	background: #186adf;
	border-radius: 50%;
	box-shadow: 0 75.24px 0 0 #186adf;
}

.ldio>div:nth-child(3) div:after {
	left: -11.879999999999999px;
	top: 25.74px;
	box-shadow: 75.24px 0 0 0 #186adf;
}

.ldio>div:nth-child(4) {
	border-color: transparent;
}

.ldio>div:nth-child(4) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.ldio>div:nth-child(4) div:before,
.ldio>div:nth-child(4) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 11.879999999999999px;
	height: 11.879999999999999px;
	top: -11.879999999999999px;
	left: 11.879999999999999px;
	background: #ffbc39;
	border-radius: 50%;
	box-shadow: 0 47.519999999999996px 0 0 #ffbc39;
}

.ldio>div:nth-child(4) div:after {
	left: -11.879999999999999px;
	top: 11.879999999999999px;
	box-shadow: 47.519999999999996px 0 0 0 #ffbc39;
}

.loadingio {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #ffffffad;
}

.ldio {
	width: 198px;
	height: 198px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	backface-visibility: hidden;
	transform-origin: 0 0;
	margin: auto;
}

.ldio div {
	box-sizing: content-box;
}

/* 店舗への連絡ボタンセット */
.reserve-buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.reserve-buttons__item {
	flex: 1 1 100%;
}

.reserve-buttons__item_half {
	flex: 1 1 calc(50% - 1rem);
}

.reserve-buttons__image {
	width: 100%;
}


/*  */

.shop-tell {
	background: var(--bg-blue);
	color: var(--text-white);
	/*  */
	padding: 1rem;
	border-radius: 8px;
	max-height: 234px;
}

.shop-tell__title-box {
	display: flex;
	/*  */
	margin-bottom: .5rem;
}

.shop-tell__icon {}

.shop-tell__titles {}

.shop-tell__st {
	display: block;
	margin-top: .2rem;
	/*  */
	font-size: 5vw;
	font-weight: bold;
}

.shop-tell__title {
	font-size: 7vw;
	font-weight: bold;
}

.shop-tell__white-inner {
	background: var(--bg-white);
	color: var(--text-blue);
	/*  */
	font-weight: bold;
	/*  */
	padding: .5rem 1rem;
	border-radius: 4px;
}

.shop-tell__tel-box {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.shop-tell__tel-num {
	font-size: 7vw;
}

.shop-tell__open-hour {
	display: flex;
	gap: 1rem;
	align-items: center;
	/*  */
	font-size: 5vw;
}

.shop-tell__open {
	background: var(--bg-blue);
	color: var(--text-white);
	/*  */
	padding: 0 1rem;
}

.shop-tell__hour {}



/* bread */
.bread-box {
	background: var(--bg-gray);
	color: var(--text-black);
}

.bread-list {}

.bread-list a {}

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

.alert {
	margin: auto;
	padding: 1rem;
	border-radius: .5rem;
}

.alert--cursor {
	cursor: pointer;
}

.alert__item {
	flex-shrink: 1;
}

.alert__icon {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.alert--flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alert--danger {
	background: #ffe9e9;
	color: #e66161;
	border: 1px solid;
}

.alert--primary {
	background: #e1e7fc;
	color: #3258d3;
	border: 1px solid;
}

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

.popupBtn {}

.popup {
	opacity: 0;
	z-index: 1;
	border: unset;
	border-radius: .5rem;
	padding: 2rem;
	position: fixed;
	left: 0;
	right: 0;
	margin: 1rem;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 4px 4px 8px #186adf8c;
}

.popup.active {
	animation: fadeIn .5s .1s linear forwards;
}

.popup__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.popup__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.popup__ttl {
	font-size: 1.25rem;
	font-weight: 500;
}

.popup__text {}

.popup__note {
	font-size: .875rem;
}

.popup__icon {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	cursor: pointer;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* main --------------------------------------------------------------- */

.main-hero {
	background: -webkit-gradient(linear, left top, right bottom, from(#fbe9c4), to(#f4d177));
	background: -webkit-linear-gradient(left top, #fbe9c4, #f4d177);
	background: -moz-linear-gradient(left top, #fbe9c4, #f4d177);
	background: -o-linear-gradient(left top, #fbe9c4, #f4d177);
	background: linear-gradient(to right, #fbe9c4, #f4d177);
	border-bottom: 4px solid var(--border-black);
}

.main-hero__link {}

.main-hero__picture {}

.main-hero__webp {}

.main-hero__img {
	width: 100%;
	height: clamp(16.666rem, 1.071rem + 77.979vw, 30.313rem);
}

.reason {
	position: relative;
}

.reason__bg {
	width: 100%;
	height: 230px;
	object-fit: cover;
	/*  */
	border-radius: 16px;
	background: var(--bg-gray);
}

.reason__abs {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	/*  */
	text-align: center;
	/*  */
	width: fit-content;
	margin: auto;
}

.reason__icon {
	display: block;
	margin-bottom: 2rem;
}

.reason__img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.reason__text-box {
	margin-bottom: 2rem;
}

.reason__text {
	display: block;
	margin-bottom: .2rem;
	width: 300px;
	/*  */
	font-size: 1.2rem;
	letter-spacing: 3;
	line-height: 2;
	/*  */
	background: #fff;
}

.shops {}

.shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	/* width: fit-content; */
}

.shop-list__item {
	flex: 0 0 calc(50% - 1rem);
}

.shop-list__item--stretch {
	flex: 1 1 100%;
}

.shop-list__link {}

.shop-list_centering {
	/* justify-content: center; */
}

.our-service {
	margin-bottom: 2rem;
}

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

.our-service__item {
	flex: 0 0 100%;
}

.our-service__link {}

.our-service__image {
	width: 100%;
}

.colorful_boxes {}

.colorful-boxes__list {
	display: flex;
	flex-wrap: wrap;
}

.colorful-box {
	margin-top: 6rem;
	/*  */
	flex: 0 0 100%;
	/*  */
	position: relative;
	border-radius: 8px;
}

.colorful-box_blue {
	background: var(--bg-blue);
	color: var(--text-white);
}

.colorful-box_yellow {
	background: var(--bg-yellow);
	color: var(--text-white);
}

.colorful-box_orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.colorful-box__link {
	display: block;
	padding: 2rem 1rem;
	padding-top: 90px;
}

.colorful-box__img {
	display: block;
	margin: auto;
	width: 90%;
	height: 120px;
	object-fit: cover;
	/*  */
	position: absolute;
	top: -25%;
	left: 0;
	right: 0;
	/*  */
	background: var(--bg-gray);
	border-radius: 4px;
}

.colorful-box__titles {
	text-align: center;
}

.colorful-box__st {}

.colorful-box__title {
	font-weight: bold;
	font-size: 1.4rem;
}

.colorful-box__arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .5rem;
	/*  */
	margin: auto;
	/*  */
	transform: rotate(-90deg);
	/*  */
	width: 1rem;
	height: 1rem;
}

.correspond {
	margin-bottom: 2rem;
}

.points {
	margin-bottom: 2rem;
}

.points__list {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 1rem;
}

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

.points__item {
	flex: 0 1 48%;
	margin-top: 2rem;
}

.point__list--sp-column .points__item {
	flex: 0 0 100%;
}

.points__item--flow {
	position: relative;
}

.points__arrow--left {
	position: absolute;
	top: 25%;
	right: -10%;
	margin: auto;
	fill: var(--orange);
}


.numbering {
	position: relative;
	/*  */
	background: var(--bg-gray);
	/*  */
	padding: 1rem 0;
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	/*  */
	border-radius: 8px;
}

.numbering__number {
	position: absolute;
	left: 0;
	right: 0;
	top: -1.5rem;
	/*  */
	width: 2rem;
	height: 2rem;
	margin: auto;
	/*  */
	border-radius: 50%;
	/*  */
	background: var(--blue50);
	color: var(--text-white);
	/*  */
	display: flex;
	justify-content: center;
	align-items: center;
}

.numbering__number--orange {
	background: var(--bg-orange);
	color: var(--text-white);
}

.numbering__figure {
	width: 90%;
}

.numbering__img {
	width: 100%;
	aspect-ratio: 16 / 5;
	object-fit: cover;
}


.numbering__text {
	text-align: center;
	font-weight: bold;
	color: var(--text-blue);
}

.numbering__point {
	font-size: 1.2rem;
}

.numbering__icon {
	width: 3rem;
	height: 3rem;
}

.numbering__description {
	width: 90%;
}

.numbering__description--small {
	font-size: .8rem;
}


.customers {}

.customers__inner {}

.customers__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.customers__item {
	position: relative;
	/*  */
	flex: 0 0 calc(50% - 1rem);
	/*  */
	border-radius: 16px;
	/*  */
	background: var(--bg-gray);
	/*  */
	padding: 2rem 1rem 1rem;
	margin-top: 2rem;
}

.customers__icon {
	position: absolute;
	top: -1.5rem;
	/*  */
	width: 3rem;
	height: 3rem;
}

.customers__image {
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 1rem;
	overflow: hidden;
	object-fit: cover;
	/*  */
	background: var(--bg-white);
	/*  */
	border-radius: 8px;
}

.customers__voice {
	font-weight: bold;
	color: var(--text-blue);
}

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

.articles__inner {
	padding: 1rem;
}

.articles__title {
	font-size: 1.6rem;
	font-weight: bold;
	/*  */
	width: 100%;
	padding-bottom: 1rem;
	/*  */
	border-bottom: 1px solid var(--border-black);
}

.articles__list {}

.articles__item {}

.articles__link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	/*  */
	padding: .5rem;
	/*  */
	color: var(--text-black);
	border-bottom: 1px solid var(--border-gray);
}

.articles__date {
	flex: 0 0 50%;
	text-align: center;
}

.articles__from {
	flex: 1 0 calc(50% - 1rem);
	/*  */
	padding: .2rem;
	/*  */
	border-radius: 999px;
	text-align: center;
}

.articles__st {
	flex: 1 0 60%;
	/*  */
	font-size: 1rem;
	font-weight: bold;
}

.articles__icon {
	flex: 0 0 10%;
}

.articles__item:nth-child(odd) .articles__from {
	background: var(--bg-yellow);
}

.articles__item:nth-child(even) .articles__from {
	background: var(--bg-blue);
	color: var(--text-white);
}

.articles_gray {
	background: var(--bg-gray);
	color: var(--text-orange);
}

.articles_blue {
	background: var(--blue30);
	color: var(--text-blue);
}


/* よくいただくご質問 */
.faq-box {}

.accordion {}

.active {}

.accordion__btn {
	display: flex;
	align-items: center;
	gap: 1rem;
	/*  */
	height: 4rem;
	padding: 1rem;
	border-radius: 2rem;
	/*  */
	background: var(--bg-blue);
	/*  */
	font-size: 1rem;
	font-weight: bold;
	color: var(--text-white);
	/*  */
	cursor: pointer;
}

.accordion__q {
	width: 1.2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.accordion__q-text {
	flex: 0 0 calc(100% - 3rem);
}

.accordion__answer {
	display: flex;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	gap: 1rem;
	/*  */
	padding: 1rem;
	/*  */
	background: var(--bg-white);
	/*  */
	font-size: 1rem;
	/*  */
	transition: all .3s ease-out;
}

.accordion__a {
	width: 1.2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.accordion__text {
	flex: 0 0 calc(100% - 3rem);
}


/* footer ------------------------------------------------------------- */

/* footer {
	margin-top: 2rem;
	margin-bottom: 80px;
}

.footer__item {}

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

.footer__inner {
	overflow: hidden;
	
	width: 100%;
	max-width: 1200px;
	
	margin: auto;
	padding: 1rem 0;
	
}

.footer__inner_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.footer__border-bottom {
	border-bottom: 1px solid var(--bg-gray);
}

.footer__inner_space-between {
	justify-content: space-between;
} */

/*  */
/* .footer__navigation {}

.footer-nav {}

.footer-nav__item {}

.footer_nav__link {
	font-weight: bold;
	line-height: 2;
} */

/*  */

/* .footer-inner__logo {
	height: 80px;
}

.footer-inner__logo-img {
	height: 100%;
} */

/*  */

/* .banner-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.banner-group__item {}

.banner-group__img {
	height: 100px;
} */

/*  */

/* .footer__bottom-nav {
	width: fit-content;
	margin: 0 auto 1rem;
}

.bottom-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.bottom-nav__item {}

.bottom-nav__link {
	font-weight: bold;
	border-bottom: 1px solid;
} */

/*  */

/* .copyright {
	display: block;
	width: fit-content;
	margin: auto;
} */


/* 固定フッター */
/* .fix-nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
	
    display: flex;
}

.fix-nav__item {
	flex: 1 1 30%;
    aspect-ratio: 3 / 2;
	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2rem;
	
    color: var(--text-white);
}

.fix-nav__icon {}

.fix-nav__icon_rotate-top {
	transform: rotate(180deg);
}

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

.fix-nav__access {
	border-radius: 8px 0 0 0;
	background: var(--bg-blue);
}

.fix-nav__fee {
	background: var(--bg-orange);
}

.fix-nav__contact {
    background: var(--bg-yellow);
}

.fix-nav__to-top {
	flex: 1 1 20%;
	background: var(--bg-gray);
}

.fix-nav__item:last-child {
    border-radius: 0 8px 0 0;
} */