@charset "utf-8";

/*===========================================================

===========================================================*/

.furusato-main-title-box {
    width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.furusato01-point-text-box {
    padding: 0 0 15px;
    border-bottom: 1px solid #B5B1AD;
}

.furusato03-area {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px 20px;
}

.furusato03-img-box img {
	width: 100%;
}

.furusato03-item {
	color: var(--base-font-color);
}

.furusato03-item:hover {
	color: var(--base-font-color);
}

.furusato03-item .furusato03-img-box {
	overflow: hidden;
}

.furusato03-item .furusato03-img-box img {
	transition: all .3s;
}

.furusato03-item:hover .furusato03-img-box img {
	transform: scale(1.1);
}

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


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/

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

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

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


/*===========================================================

===========================================================*/


.furusato03-title-bottom-text-box {
	text-align: center;
}

} /* min-width: 900px ここまで */

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


/*===========================================================

===========================================================*/

.furusato03-area {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

} /* 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 ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 