@charset "UTF-8";
/*---------------------------------------
レギュラークラス
-----------------------------------------*/
.pagetitle_wrap {
    background:url(../img/regular_img/pagetitle_bg.png) center center no-repeat color-mix(in srgb, var(--season-color), white 70%);
    background-size: cover;
}

.list_basic01 {
    margin-bottom: 1em;
}

.row_col3 {
	& li {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
        gap: 0.75em;
		& div {
            text-align: left;
            & h3 {
                margin-bottom: 0.5em;
                line-height: 1.3;
                font-size: 1.2em;
                font-weight: 700;
                & span {
                    font-size: 0.8333em;
                }
            }
			
		}
		& figure {
			& img {
				width: 100%;
				height: auto;
			}
		}
	}
}

.sheet_basic {
    & tr {
        & th {
            & span {
                font-weight: 500;
            }
        }
        & td {
            text-align: left;
        }
    }
    @media (width >=768px) {
        & tr {
            & th {
                width: 20%;
            }
        }
    }
}

.map_wrap {
    margin-top: 1.4em;
}