@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;
  overflow-x: hidden;
}
.sec3_institution_info {
	margin-bottom: 80px;
}
h1.area_subtitle {
	font-family: 'kirigirisu', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    white-space: nowrap;
	 text-align: center;
	 margin: 30px auto;
	 line-height: 1.2;
}
h1.area_subtitle ::before {
	content: "Facility Information";
    display: block;
    font-size: clamp(24px,8vw,48px);
    width: 100%;
    color: #fff;
    text-shadow: -1px -1px 0 #212529, -1px 0 0 #212529, -1px 1px 0 #212529, 0 -1px 0 #212529, 0 1px 0 #212529, 1px -1px 0 #212529, 1px 0 0 #212529, 1px 1px 0 #212529;
}
h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 44px;
    padding-top: 40px;
    text-align: center;
}
p{
	font-family: 'hiragino W5', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

*, *:before, *:after {
    box-sizing: border-box;
}


/*-- 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);
}
/*
h2.num_title{
	font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 44px;
    padding-top: 40px;
    text-align: center;
	color: #9e43a9;
}
.num_title span {
    display: block;
    color: #9e43a9;
    font-size: clamp(24px,8vw,48px);
}
*/
.sec1_term-title {
	border: solid 1px;
	width: fit-content;
	margin: auto;
	padding: 8px;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.sec1_term-desc {
	text-align: center;
	margin-bottom: 30px;
}
.sec1_term {
	padding: 40px 20px;
	margin: 0 30px 40px;
	background-color: #fff;
}
.sec1_term-list {
	margin: 0 auto;
	max-width: 660px;
}
.sec1_term-list_row {
	display: flex;
	margin-bottom: 10px;
}
.sec1_term-list dt {
	background-color: #9e43a9;
	padding: 5px;
	width: 20%;
	height: 60px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.sec1_term-list dd {
	font-family: 'hiragino W5', sans-serif;
	padding: 5px;
	padding-left: 10px;
	width: 80%;
	display: inline-flex;
	align-items: center;
	text-align: left;
}
.institution_information{
	display: flex;
	width: 100%;
	margin: 30px auto 85px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.institution_information_item {
	width: 50%;
}
.institution_info_box{
	width: 100%;
}
.institution_information img{
	width: 100%;
	margin: 0 auto;
	padding: 0 2em;
}
.info_main-text{
    padding: 1em;
}
.info_main-text h3{
	font-size: 18px;
    margin: 0;
	font-weight: 700;
}
.info_main-text p{
	font-size: 15px;
	letter-spacing: 0.01em;
	margin: 5px auto;
}
.info_main-text a{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

/*section.sec2_institution_info .num_title{
	width: 30%;
	margin: auto;
} */
 .institution_info_box {
	max-width: 600px;
	width: 50%;
}
.institution_information img{
	width: 100%;
	padding: 0 2em;
}
.info_main-text {
	margin-bottom: 20px;
}
section.sec3_institution_info{
	margin-bottom: 0;
}
section.sec3_institution_info .institution_information .park-main {
	width: 50%;
}
section.sec3_institution_info table {
	width: 100%;
	text-align: center;
}
section.sec3_institution_info table th {
	background-color: #9e43a9;
	color: #fff;
	padding: 3px;
}
section.sec3_institution_info table td {
	border: solid 1px #9e43a9;
	padding: 3px;
}
.tex {
	text-align: center;
}
/* ホバーアニメーション */
.institution_info_box a {
    color: #1a1a1a;
}
.institution-picture {
    position: relative;
    overflow: hidden;
}
.institution-picture::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4em);
    height: 100%;
    margin: 0 2em;
    transition: all ease .4s;
    opacity: 0;
    background-color: #ffffff55;
}
.institution-picture--link:hover::before {
    opacity: 1;
}
/* 画像サイズ調整 */
 /*@media screen and (min-width: 781px) {
	.institution_information img {
		height: min(30.88vw,278px);
	}
}
*/
@media screen and (min-width: 601px) and (max-width: 780px) {
	.institution_information img {
		height: 170px;
	}
}

@media screen and (max-width: 780px) {
	section {
	  width: 100%;
	  max-width: 600px;
	  margin: 0 auto 80px;
	}
	.sp_none {
  		display: none;
	}
	.pc_none {
		display: block;
	}
/*	section.sec2_institution_info .num_title {
		width: 50%;
	} */
	.section-title .kana {
		margin-top: 20px;
	}
}
	

@media screen and (max-width: 600px) {
	section{
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		overflow-x: hidden;
	}
	h2{
		font-size: 40px;
	}
	h3{
		font-size: 32px;
	}
	h3.num_title img {
		width: 40px;
	}
	.sec1_term {
		padding: 30px 10px;
    margin: 0 0px 40px;
	}
	.sec1_term-title {
		margin-bottom: 20px;
	}
	.sec1_term-desc {
		margin-bottom: 20px;
	}
	.sec1_term-list_row {
		flex-direction: column;
	}
	.sec1_term-list dt {
		width: 130px;
		height: 35px;
	}
	.sec1_term-list dd {
		width: 100%;
		padding: 5px 0;
	}
	.institution_information {
		display: block;
		margin-bottom: 0;
	}
	.institution_information_item {
		width: 100%;
	}
	.info_main-text {
		margin-bottom: 30px;
	}
.institution_info_box {
		width: 100%;
	}
	.institution_information img{
	padding: 0 2em;
  }
	section.sec3_institution_info .institution_information img {
	  width: 100%;
	  margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
	section{
		max-width: 450px;
		width: 80%;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
/*	section.sec2_institution_info .num_title {
		width: 80%;
	} */
}
@media screen and (max-width: 400px) {
	section {
		width: 90%;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	p {
		font-size: 14px;
	}
	h3.num_title img {
		width: 45px;
	}
}