@charset "utf-8";

/*==========================================================
お問い合わせ
==========================================================*/

.footer-contact-container {
	border-bottom: 1px solid #CCCBCA;
}

.footer-contact-btn-area .btn04 {
	margin: 15px 0 0 0;
}

.footer-contact-btn-area .btn05 {
	margin: 15px 0 0 0;
}

.footer-contact-btn-area .contact-btn01 {
	margin: 15px 0 0 0;
}

.footer-contact-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.footer-contact-block {
    border-image-source: url(/system_panel/uploads/images/widow_white_gray.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*==========================================================
フッター
==========================================================*/

.footer-nav-block {
	margin: 0 0 0 10px;
}

.footer-nav-block:first-child {
	margin: 0;
}

.footer-nav-link01 {
	margin: 25px 0 0 0;
	display: block;
	color: #33322E;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.6944)), 22px);
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.05em;
}

.footer-nav-link01:hover {
	color: #33322E;
	text-decoration: underline;
}

.footer-nav-no-link:hover {
	text-decoration: none;
}

.footer-nav-link02 {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #33322E;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.05em;
	position: relative;
}

.footer-nav-link02:first-child {
	margin: 20px 0 0 0;
}

.footer-nav-link02:hover {
	color: #33322E;
	text-decoration: underline;
}

.footer-nav-link02:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #B3B2B1;
	margin-right: 10px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

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

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

.footer-contact-area {
    grid-template-columns: repeat(2, 1fr);
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

.footer-nav-link02 {
    margin: 10px 0 0 12px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */