@charset "utf-8";
@media screen and (max-width: 1240px) {
	#globalNav {
		display: none;
	}
	#responsiveMenu {
		display: block;
	}
	#floatingBnr {
		display: block;
	}
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	iframe.gmap {
		width: 100%;
		height: 300px;
	}
	.innerWide {
		padding-right: 20px;
		padding-left: 20px;
	}
	html {
		scroll-padding: 60px;
	}
	body {
		min-width: inherit;
		font-size: 16px;
		line-height: 1.5em;
	}
	h2 {
		margin-top: 40px;
		font-size: 160%;
		line-height: 1.5em;
	}
	h2 .title {
		font-size: 100%;
		line-height: 1.1em;
	}
	h3 {
		font-size: 120%;
		line-height: 1.5em;
	}
	.sectionBox {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sectionMargin {
		margin-top: 40px !important;
	}
	#logo {
		padding: 15px;
	}
	#header #logo img {
		height: 30px;
		width: auto;
	}
	#localNav {
		border-bottom: none;
	}
	#localNav ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
	}
	#localNav ul li {
		width: 50%;
		box-sizing: border-box;
		padding: 1px;
	}
	#localNav ul li a {
		border-radius: 5px;
		padding: 10px;
		min-width: inherit;
	}
	#conceptNav {
		margin-top: 20px;
	}
	#conceptNav .inBox {
		margin-top: 6px;
		gap: 6px;
	}
	#pageTitle {
		padding-top: 60px;
	}
	#pageTitle h1 {
		font-size: 160%;
		line-height: 1.5em;
	}
	#snsBox {
		grid-template-columns: 1fr 1fr;
	}
	#snsBox .youtube, #snsBox .instagram {
		grid-column: 1 / span 2;
	}
	#footer {
		border-radius: 40px 40px 0 0;
		padding: 40px 0px;
	}
	#footerTel {
		padding-bottom: 40px;
	}
	#footer .inBox {
		flex-direction: column;
		align-items: center;
		gap: 40px;
		padding-top: 40px;
		padding-bottom: 0px;
	}
	#footer .sns {
		margin-top: 20px;
	}
	#footer .sns ul {
		justify-content: center;
	}
	#footer .sns ul::before {
		content: "";
		display: none;
	}
	#footer .sns ul li img {
		width: 32px;
		height: 32px;
		object-fit: contain;
	}
	#ciBox {
		font-size: 90%;
		line-height: 1.5em;
		text-align: center;
	}
	#ciBox .logo img {
		margin: auto;
	}
	#footerNav {
		display: none;
	}
	table.waku th, table.waku td {
		display: block;
		white-space: normal;
		width: auto;
		border: none;
	}
	table.waku {
		margin-top: 10px;
	}
	table.waku th {
		margin-top: 10px;
		border-bottom: none;
	}
	.align_center-justify {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.align_center-justify br {
		display: none;
	}
	.text_tel {
		font-size: 150%;
	}
	.formBox dl {
		display: block;
	}
	.formBox dt {
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.formBox dd {
		width: 100%;
		padding-top: 5px;
	}
	.formBox .date .title {
		width: 100%;
	}
	.formBox .attentionBox {
		font-size: 65%;
		line-height: 1.5em;
	}
	.imgLeft, .imgRight {
		margin-right: 0px;
		float: none;
	}
	.imgLeft img, .imgRight img {
		margin-right: auto;
		margin-left: auto;
	}
	.columnBoxStd {
		flex-direction: column;
		align-items: center;
	}
	.c21, .c31, .c41, .c51, .c61 {
		width: 100%;
	}
	.c32, .c42, .c52, .c62 {
		width: 50%;
	}
	.c53, .c63 {
		width: 33.333%;
	}
	.box_waku01 {
		padding: 40px 20px;
	}
	.button_large a {
		min-width: 100%;
	}
	.table-scroll::before {
		content: "SCROLL →";
		width: 100%;
		font-size: 70%;
		line-height: 20px;
		display: block;
		color: #CCC;
		margin-top: 20px;
		margin-bottom: -20px;
	}
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
	.last {}
}