@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1650px) {
	.h_lead {
		padding-left: 2%;
	}

	.mainvisual img {
		height: 22vw;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1536px) {

	.townDev_textArea .text_b {
		letter-spacing: 0;
	}

	.footer {
		padding: 35px 1% 6px;
	}

	.f_title {
		font-size: 4rem;
	}

	.f_menu {
		width: 30%;
		margin-right: 1%;
	}

	.f_contact {
		width: 31%;
	}

	.gnav_item:first-child {
		border-left: none;
	}

	.gnav_item:last-child {
		border-right: none;
	}

	.btn_list li a {
		font-size: 2.6rem;
		background-size: 6%;
	}

	.btn_list li.long_text a {
		font-size: 2.4rem;
	}

}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1366px) {

	.f_logo1 {
		width: 9.5rem;
	}

	.f_logo2 {
		width: 8rem;
	}

	.f_title {
		font-size: 3.5rem;
	}

	.f_num {
		font-size: 3.2rem;
	}

	.pickup_list li .pickup_text {
		font-size: 1.8rem;
	}

	.f_title_box {
		width: 34.5%;
	}

}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1280px) {

	html {
		font-size: 57.5%;
	}

	.news_list dt {
		flex-direction: column-reverse;
		text-align: center;
		min-width: 100px;
		width: 15%;
		gap: 5px;
	}

	.news-wide .news_list dt {
		width: 12%;
	}

	.news_list dd {
		width: 85%;
		padding: 0 4%;
		display: flex;
		align-items: center;
	}

	.news-wide .news_list dd {
		width: 88%;
	}

	.news_list dd a {
		/* font-size: 1.6rem; */
	}

	.news_row {
		align-items: stretch;
	}

	.news_list dt .text_s {
		display: block;
		margin: auto;
		padding: 0;
	}

	.label_list {
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 7px;
	}

	.label_list li {
		height: 38px;
		font-size: 1em;
		border: solid 2px #036eb8;
	}

	.event-wide .event_content {
		flex-direction: column;
	}

	.event-wide {
		margin-bottom: 3%;
	}

	.event-wide .calendar_news {
		padding-bottom: 3%;
		max-height: 600px;
		max-width: none;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1194px) {

	.h_title_logo1 img {
		max-width: 70px;
	}

	.h_title {
		font-size: 4rem;
		margin-bottom: 0;
	}

	.h_search {
		max-width: 300px;
	}

	.gnav_item {
		font-size: 1.6rem;
	}

	.gnav_item>a {
		background-size: 23%;
		height: 85px;
		background-position: center bottom 35px;
	}

	.pulldown-menu {
		top: 85px;
	}

	.pickup_list li a {
		height: 55px;
		padding: 8px;
	}

	.pickup_list li .pickup_text {
		font-size: 1.6rem;
	}

	.btn_list li.long_text a {
		font-size: 2.2rem;
	}

	.btn_list li a {
		font-size: 2.4rem;
		height: 60px;
	}

	.townDev_map {
		width: 48%;
	}

	.townDev_outline_wrap {
		width: 48%;
	}

	.townDev_outline dt {
		font-size: 2.1rem;
		width: 28%;
	}

	.f_row {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 2%;
	}

	.f_title_box {
		width: 50%;
	}

	.f_contact {
		width: fit-content;
	}

	.f_menu {
		width: 100%;
		order: 3;
		flex-direction: column;
		margin-top: 3%;
	}

	.f_menu_list {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		gap: 3%;
		padding: 0 2%;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 1024px) {

	/* ▼▼▼ ハンバーガーボタン ▼▼▼ */
	#toggle_btn {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 100;
		background-color: #036EB8;
		border-radius: 50%;
	}

	#toggle_line {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 20px;
		height: 2px;
		background-color: #fff;
		transition: .3s;
	}

	#toggle_line:before,
	#toggle_line:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: .3s;
	}

	#toggle_line:before {
		margin-top: -8px;
	}

	#toggle_line:after {
		margin-top: 6px;
	}

	#toggle_btn.is-active #toggle_line {
		background: transparent;
	}

	#toggle_btn.is-active #toggle_line:before,
	#toggle_btn.is-active #toggle_line:after {
		margin-top: 0;
	}

	#toggle_btn.is-active #toggle_line:before {
		transform: rotate(-45deg);
	}

	#toggle_btn.is-active #toggle_line:after {
		transform: rotate(-135deg);
	}

	/* ▲▲▲ ハンバーガーボタン ▲▲▲ */

	/* ▼▼▼ スマホメニュー ▼▼▼ */
	.gnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 70vw;
		height: 100vh;
		overflow-y: scroll;
		background-color: #fff;
		z-index: 100;
		transition: .4s;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		padding: 4.5em 2%;
	}

	.is-open .gnav {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.gnav_list {
		flex-wrap: wrap;
	}

	.gnav_item {
		width: 100%;
		border-bottom: 2px solid #CCCCCC;
		border-left: none;
	}

	.gnav_item:first-child {
		border-top: 2px solid #CCCCCC;
	}

	.gnav_item:last-of-type {
		border-right: none;
	}

	.gnav_item a {
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 1.3em 3% 1.3em 65px;
		background-position: left 10px center;
		background-size: unset;
	}

	.gnav_item--townCenter a {
		background-position: left 15px center;
	}

	.gnav_sp {
		display: block;
	}

	.gnav_sp .btn_list {
		margin-top: 2em;
	}

	.gnav_sp .btn_list li a {
		font-size: 2rem;
		height: 60px;
	}

	#mask {
		display: none;
		transition: .5s;
	}

	.is-open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 3, 0, 0.8);
		opacity: .8;
		z-index: 10;
	}

	/* ▲▲▲ スマホメニュー ▲▲▲ */

	.h_lead {
		align-items: flex-end;
	}

	.h_title_link {
		justify-content: flex-start;
	}

	.h_title_gp {
		margin: 0 0.7em;
	}

	.h_search {
		width: 30%;
	}

	.h_search_text {
		margin-bottom: 5px;
	}

	.gsc-control-cse {
		padding: 0 !important;
	}

	.pickup_nav {
		padding: 0 1.56%;
		margin: 13px 0 3px;
	}

	.pickup_list {
		display: flex;
		justify-content: normal;
		flex-wrap: wrap;
	}

	.pickup_list li {
		width: calc(100% / 3);
		padding: 0 5px;
		margin: 0 0 10px 0;
	}

	.topic_text {
		font-size: 2.3rem;
	}

	.news {
		width: 64%;
		margin-right: 1%;
	}

	.news-wide {
		width: 100%;
		margin-right: 0;
	}

	.event {
		width: 35%;
	}

	.calendar th,
	.calendar td {
		padding: 8px;
	}

	.btn_list li.long_text a {
		font-size: 2.0rem;
	}

	.btn_list li a {
		font-size: 2.2rem;
		background-position: left 7% center;
	}

	.f_num {
		font-size: 2.9rem;
	}

	.f_tel::before {
		top: 5px;
	}

	.f_fax::before {
		top: 5px;
	}

	.pageLink_list {
		flex-wrap: wrap;
		row-gap: 0.5em;
	}

	.pageLink_list li {
		width: 100%;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 834px) {

	.header {
		padding-right: 65px;
		border-bottom: 5px solid #036EB8;
	}

	.h_title_logo1 {
		width: 6.5rem;
	}

	.h_title_logo2 {
		width: 6rem;
	}

	.h_title {
		font-size: 3rem;
	}

	.h_title_sub {
		font-size: 1.4rem;
		letter-spacing: 0;
	}



	.info_row {
		display: flex;
		flex-wrap: wrap;
	}

	.news {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3em;
	}

	.event {
		width: 100%;
	}

	.calendar_area {
		max-width: 96%;
	}

	.calendar th,
	.calendar td {
		font-size: 2rem;
	}

	.calendar_news {
		max-width: 100%;
	}

	.townDev_heading {
		font-size: 4.5rem;
	}

	.townDev_inner {
		padding-bottom: 40px;
	}

	.townDev_row {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2.4em;
		flex-wrap: wrap;
	}

	.townDev_left {
		width: 100%;
		padding-left: 0;
	}

	.btn_list {
		margin-top: 1em;
	}

	.townDev_pic {
		width: 100%;
	}

	.townDev_outline_wrap {
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.townDev_outline {
		margin-bottom: 30px;
	}

	.townDev_map {
		width: 100%;
	}

	.bnr_list li {
		padding: 0 1%;
	}

	.f_row {
		flex-wrap: wrap;
	}

	.f_title_box {
		width: 49%;
		margin-right: 1%;
	}

	.f_logo1 {
		width: 7.5rem;
	}

	.f_title {
		font-size: 2.8rem;
	}

	.f_logo2 {
		width: 6rem;
	}

	.f_menu {
		width: 50%;
		margin-right: 0;
		display: none;
	}

	.f_contact {
		width: 50%;
	}

	.f_address {
		font-size: 2.2rem;
	}

	.f_num {
		font-size: 2.8rem;
	}

	.copyright {
		padding: 15px 0 10px;
	}

	/*===========================================
		ここから中ページ　センター概要
	===========================================*/

	.inner {
		padding: 0 3.53%;
	}

	.outline dt {
		width: 15%;
	}

	.outline dd {
		width: 85%;
	}

	.pic_list li {
		width: 48%;
	}

}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 699px) {

	html {
		font-size: 54.5%;
	}

	#toggle_btn {
		top: 8px;
	}

	.gnav {
		width: 85vw;
		padding: 4.5em 3% 6em;
	}

	.header {
		padding: 3% 0.4% 0;
	}

	.h_lead {
		display: block;
	}

	.h_title_box {
		display: flex;
		justify-content: center;
	}

	.h_title_logo1 {
		width: 6.5rem;
	}

	.h_title_logo2 {
		width: 6rem;
	}

	.h_title {
		font-size: 3.2rem;
	}

	.h_title_sub {
		font-size: 1.2rem;
		padding: 2px 3px 4px;
	}

	.h_search {
		width: 60%;
		padding-top: 5px;
		margin: 3% auto;
	}

	.h_search_text {
		display: none;
	}

	.pickup_list li {
		width: calc(100% / 2);
	}

	.topic_text {
		font-size: 2rem;
	}

	.news_content {
		padding: 25px 3.5% 40px;
	}

	.label_list {
		margin-bottom: 0.5em;
	}

	.label_list li {
		margin: 0 4px 0 0;
		border-radius: 10px;
	}

	.label_list li:last-of-type {
		margin: 0;
	}

	.news_list {
		padding-right: 0;
	}

	.news_row {
		flex-wrap: wrap;
	}

	.news_list dt {
		width: 100%;
		align-items: center;
		margin-bottom: 10px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.news-wide .news_list dt {
		width: 100%;
	}

	.news_list dt .text_s {
		padding-top: 0.2em;
		margin: 0;
		margin-right: 2%;
	}

	.news_list dd {
		width: 100%;
	}

	.news_list dt .label {
		margin-left: 2%;
	}

	.calendar_arrow {
		top: -2px;
	}

	.calendar_news {
		padding-right: 0;
	}

	.event-wide .event_heading {
		padding-left: 11%;
	}

	.townDev_h_wrap .logo_left {
		width: 4.5rem;
	}

	.townDev_h_wrap .logo_right {
		width: 4rem;
	}

	.townDev_heading {
		font-size: 3.6rem;
	}

	.townDev_textArea .text_b {
		font-size: 2.2rem;
		line-height: 1.5;
	}

	.townDev_outline .item {
		padding: 1em 0.5% 1em 2%;
	}

	.townDev_outline dt {
		font-size: 2.2rem;
		width: 30%;
	}

	.townDev_outline dd {
		width: 70%;
	}

	.townDev_btn a {
		background-size: 5.5rem auto;
	}

	.btn_list li {
		width: 100%;
		margin-bottom: 15px;
	}

	.btn_list li a {
		background-size: 4%;
	}

	.bnr_list li {
		width: calc(100% / 2);
		padding: 0 2.08%;
		margin-bottom: 30px;
	}

	.f_row {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.f_title_box {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.f_title {
		font-size: 2.8rem;
		margin: 0 5px;
	}

	.f_contact {
		width: auto;
	}

	#page_top {
		bottom: 2.5em;
	}

	#page_top .circle {
		width: 6rem;
		height: 6rem;
	}

	.dli-chevron-round-right {
		top: 9px;
		width: 22px;
		height: 22px;
	}

	.dli-chevron-round-right::before {
		height: 7px;
	}

	.dli-chevron-round-right::after {
		width: 7px;
	}

	#page_top .text {
		opacity: 0;
		position: fixed;
		right: -9999px;
	}

	/*===========================================
		ここから中ページ　センター概要
	===========================================*/

	.content {
		margin-bottom: 3em;
	}

	.subHeading {
		font-size: 2.4rem;
		padding: 0 0.35em 3px;
	}

	.outline dt {
		width: 30%;
	}

	.outline dd {
		width: 70%;
	}

	.pic_list li {
		width: 100%;
		margin-bottom: 30px;
	}

}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 530px) {
	.h_title_link {
		flex-direction: column;
		row-gap: 3px;
	}

	.h_title {
		font-size: 2.6rem;
	}

	.pickup_list li {
		width: 100%;
	}

	.pickup_list li .pickup_text {
		font-size: 2rem;
	}

	.label_list li {
		margin: 0 1% 0 0;
		width: 32%;
		max-width: none;
	}

	.townDev_heading {
		font-size: 2.6rem;
		margin-bottom: 6%;
	}

	.townDev_outline .item {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 5px;
	}

	.townDev_outline dd {
		padding: 0 3%;
		width: 100%;
	}
}

/* ===================================================================
=================================================================== */
@media screen and (max-width: 320px) {

	.calendar th,
	.calendar td {
		padding: 7px;
	}

	.pickup_list li .pickup_text {
		font-size: 1.8rem;
	}

}