*{margin:0; padding:0}
html, body{margin:0; padding:0}
body{
	font-size: 16px;
	
}


header{
	padding: 20px 20px 0;
	margin-bottom: 50px;
}

.logo{
	font-family: "Slackside One", cursive;
	font-size:24px;
	font-weight:bold;
}

.intro{
	height:300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	padding:20px;
	text-align:right;
}

.intro h2{
	font-size:28px;
}

.intro p{
	font-size: 14px;
	margin-top:10px;
}


main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius:50px; 
}

.main-intro{
	background: #f8f9fa;
	padding:20px;
	border-radius:30px 20px;
}

.main-intro h3{
	font-size: 14px;
	margin-bottom:30px;
}

.main-intro p{
	font-size: 14px;
}

.caution{
	font-size: 12px;
	margin-top:20px;
}




.breadcrumbs{
	margin-bottom:30px;
}

.main-intro{
	margin-bottom: 50px;
}

.region-block {
    margin-bottom: 60px; /* 地方ごとの間隔を広げて視認性を高める */
    text-align: center;
}

.region-block h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid #eee; /* 地方名の区切り */
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.link-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 都道府県リンクを中央寄せ */
    list-style: none;
    padding: 0;
    gap: 12px;
}

.link-grid li a {
    display: inline-block;
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

.link-grid li a:hover {
    background: #5BC8AC;
    color: #fff;
    border-color:#5BC8AC;
}



footer{
	background:#5BC8AC;
	text-align:center;
	margin-top:50px;
	padding:30px 0;

}

.site-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px; /* 各グループ間の余白 */
    padding: 20px 0;
    align-items: start;
}

/* 各グループ内のテキスト装飾 */
.source-group {
    font-size: 0.85rem;
}

.source-group p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.source-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.source-group li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.source-group a {
    color: #333;
    text-decoration: none;
}

.source-group a:hover {
    text-decoration: underline;
}

.footer-bottom{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	margin-top:20px;
}

.footer-links{
	display:flex;
	gap:20px;
}


.footer-bottom .copyright{
	color:#fff;
}


/*===========免責事項============= */
.disclaimer h2{
	margin-bottom:12px;
}

.disclaimer h3{
	margin-top:30px;
	margin-bottom:12px;

}

.disclaimer p{
	font-size:14px;
}

.disclaimer ul li{
	font-size:14px;
	margin-left:40px;
	padding-left:10px;
}

