@charset "UTF-8";
/* CSS Document */

.sp_none {
  display: block;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 780px) {
	.sp_none {
  		display: none;
	}
	.pc_none {
		display: block;
		height: 50vw;
		object-fit: cover;
	}

}
section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}
h1{
	font-size: 65px;
	text-align: center;
	margin: 30px auto 75px;
}
h2{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto 44px;
  padding-top: 40px;
  text-align: center;
}

h4{
	font-size: clamp(18px,6vw,24px);
	padding: 10px 10px 5px;
	margin: 0 auto 28px;
	text-align: center;
	width: fit-content;
	border: solid 1px #9e43a9;
}

h5{
	font-size: clamp(18px,6vw,20px);
	font-weight: bold;
	margin: 10px auto;
}
a {
  text-decoration: none;
}
p{
	line-height: 1.5;
}
table {
  border-collapse: collapse;
  border: solid 1px #9e43a9;
  background-color: #fff;
}

table th, table td {
  font-family: 'hiragino W3', sans-serif;
  border-bottom: solid 1px #9e43a9;
  border-left: dashed 1px #9e43a9;
  text-align: left;
  font-size: 0.9rem;
  padding: 1em 0.5em;
}
p{
	text-align: left;
}
p span {
	display: inline-block;
}

/*-- history-main --*/

.section-title .kana{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 2rem;
}
.section-title .kana::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #9e43a9;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.section-title .alpha{
	font-size: 1rem;
}
.num_title{
	color: #9e43a9;
	border: none;
}
.num_title span{
    display: block;
	font-size: clamp(24px,8vw,48px);
}
.history-detail{
	display:flex;
	width: 100%;
    margin: auto;
}
.history-detail p{
	width: 80%;
    margin: auto;
    padding-right: 2rem;
}
.history-detail img{
	width: 25%;
    margin: 0 0 auto 0;
}

.local_information{
	display: flex;
	margin-bottom: 80px;
	align-items: center;
}
.info_main-text{
	width: 58%;
	padding: 1em;
}
.info_main-text p{
	font-size: 15px;
	margin: 15px 0;
	line-height: 1.8;
	text-align: left;
}
.local_image01 {
	width: 42%;
}
.local_information img{
	width: 100%;
	padding:1em;
}
.self_government_how{
	margin-bottom: 80px;
}
.self_government_how h4 {
	margin-top: 20px;
	padding: 7px 10px 5px;
}
.self_government_how .lead {
	text-align: left;
	padding: 0 32px;
}
.self_government_how p{
	text-align: center;
	margin-bottom: 34px;
}
.self_government_how li{
	list-style: none;
	border-left:solid 2px #9e43a9;
	padding: 0 1em;
	margin-bottom: 10px;
}
.actuality_explanation{
	display: flex;
	align-items: flex-end;
}
.local_image02 {
	max-width: 293px;
}
.actuality_explanation img{
	width: 100%;
	padding-bottom: 50px;
}
.self_goverment_contents h5{
	font-family: 'hiragino W5', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.self_goverment_contents p{
	font-family: 'hiragino W3', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}
.local_image03 {
	max-width: 300px;
}
.local_image04 {
	max-width: 286px;
}
.local_image05 {
	width: 290px;
}
.actuality_explanation--top {
	align-items: flex-start;
}
.association_name{
	font-family: 'hiragino W5', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	width: 25%;
}
.association_content{
	font-family: 'hiragino W3', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-align: left;
}
/* ハザードマップ_20240306 */
.hazard-link {
    display: inline-block;
    margin-right: 1.5em;
    border-bottom: dashed 1px;
    color: #1a1a1a;
}
.hazard-link:hover {
    color: #9e43a9
}
.hazard-link:last-of-type {
    margin-right: 0;
}
/* /ハザードマップ_20240306 */

/* カルタ部分 */
.history_information{
	display: flex;
	width: 100%;
	margin: 30px auto 85px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.history_information_item {
	width: 50%;
}
.history_info_box{
	width: 30%;
}
.history_information img{
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
}
.history_info_box .info_main-text{
	width: 100%;
    padding: 1em;
}

.history_info_box .info_main-text p{
	font-size: 15px;
	letter-spacing: 0.01em;
	margin: 5px auto;
	text-align: center;
}
.history_info_box .info_main-text a{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
/* カルタ部分 */

/* 校区の歴史部分 */
.sec1_institution_info .kouku-history{
	width: 90%;
	margin: 40px auto;;
}

td.kouku-detail{
	width: 20%;
	color: #9e43a9;
    text-align: center;
    font-size: calc(0.8rem + 0.6vw);
}
.kouku-history span{
	display: block;
	text-indent: 1rem;
}
@media screen and (max-width: 600px) {
  td.kouku-detail{
	width: 100%;
	margin: 0 auto;
    border-bottom: dashed 1px #9e43a9;
  }	
}
/* 校区の歴史部分 end*/
@media screen and (max-width: 780px) {
	section {
	  width: 100%;
	  max-width: 600px;
	  margin: 0 auto 80px;
	}
	.sp_none {
  		display: none;
	}
	.pc_none {
		display: block;
	}
	.local_information{
		display: block;
	}
	section.sec1_local_info h2.area_subtitle::before {
		left: 5%;
	}
	section.sec1_local_info h2.area_subtitle::after {
		right: 5%;
	}
	.info_main-text {
		width: 100%;
	}
	.local_image{
		max-width: 80%;
  		margin: 0 auto;
	}
	.local_information img{
		width: 100%;
		margin: auto;
	}
	.actuality_explanation{
		display: block;
	}
	.self_government_how ul {
		padding-left: 1rem;
	}
	.self_government_how li {
		padding-right: 0;
	}
	.actuality_explanation img{
		max-width: 60%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	section.sec_area_group h2.area_subtitle::before {
		left: 20%;
	}
	section.sec_area_group h2.area_subtitle::after {
		right: 20%;
	}
	

}

@media screen and (max-width: 600px) {
	section{
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.actuality_explanation img {
		max-width: 100%;
	}
	.local_image {
		width: 60%;
	}
	th{
		display: none;
	}
	tr td{
		display: block;
		border-left: none;
		padding:1em;
	}
	.association_name {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		border-bottom: dashed 1px #9e43a9;
	}
	.association_content {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		padding: 1em;
	}
	.info_main-text {
		padding: 0;
	}
	.self_government_how .lead {
		padding: 0;
	}
	.history-detail{
		display:block;
	}
	.history-detail p{
		padding-right: 0;
	}
	.history-detail img{
		width: 60%;
	    margin:20px auto 0;
	}
	.history_information {
		display: block;
	}
	.history_info_box {
    	width: 100%;
	}
}
@media screen and (max-width: 480px) {
	section{
		max-width: 450px;
		width: 80%;
	}
	
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	section.sec1_local_info h2.area_subtitle::before {
		left: 0%;
	}
	section.sec1_local_info h2.area_subtitle::after {
		right: 0%;
	}

}
@media screen and (max-width: 400px) {
	section {
		width: 90%;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}
	p {
		font-size: 14px;
	}
	tr td{
		font-size:14px;
	}
	h3.num_title img {
		width: 45px;
	}
	section.sec1_local_info h2.area_subtitle::before {
		left: 8%;
	}
	section.sec1_local_info h2.area_subtitle::after {
		right: 8%;
	}
}