@charset "UTF-8";
body {
	background: #f0ea39;
}
.footer.container-fluid {
	background: #000 !important;
}
.bl_wrap {
	background: #f0ea39;
}
.wt-item main {
	width: 90%;
	max-width: 1250px;
	margin: auto;
	text-align: center;
	margin-top: 8vw;
}

.wt-item main .contents {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	color: #000;
}

.wt-item main .contents dl dd {
	text-align: left;
	text-align: justify;
}

.wt-item main h1 {
	margin-bottom: 50px;
}

.wt-item main h1 img {
	height: 120px;
}

.wt-item main dl {
	margin-top: 50px;
}

.wt-item main dl dt,
.wt-item main dl dd,
.wt-item main figure {
	margin-bottom: 50px;
}

.wt-item main dl dt img {
	height: 33px;
}

.wt-item main figure img {
	max-width: 1100px;
}

.wt-item section.dm {
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
}

.wt-item section.dm div.t-area {
	width: 40%;
	max-width: 500px;
	position: relative;
	margin-left: 2rem;
}

.wt-item section.dm div.m-area {
	width: 60%;
	max-width: 680px;
}

.wt-item section.dm div.m-area iframe {
	width: 100%;
}

.wt-item section.dm div.t-area h2 {
	margin: 0;
}

.wt-item section.dm div.t-area ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

.wt-item section.dm div.t-area ul li {
	list-style: none;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 1rem;
	text-indent: -5rem;
	margin-left: 5rem;
}

.content-section {
	position: relative;
}
.wt-item #attention1_img p.read {
	position: absolute;
	top: 3.5vw;
	left: 12vw;
}

.wt-item #attention1_img p.read img {
	width: min(9vw, 230px);
}

img.s60 {
	height: 60px;
}

.kaigo {
	text-indent: -5rem;
	margin-left: 5rem;
}

.tag_01,
.tag_02,
.tag_03,
.tag_04 {
	background: #000;
}

.navbar-custom {
	background: #000;
}

.attent {
	width: 60vw;
	text-align: center;
	margin: auto;
	margin-top: 29vw;
	max-width: 1150px;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.attent img {
	width: 100%;
}

.kouen {
	text-align: left;
	margin-top: 95px;
}

.kouen h2 {
	margin-bottom: 0;
}

.kouen h2 img {
	height: 30px;
}

.kouen ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.kouen ul li {
	line-height: 1.8;
	font-size: 2rem;
}

.kouen ul li span {
	display: inline-block;
	margin-right: 2em;
	font-weight: bold;
	width: 80px;
	text-align-last: justify;
	/* Chrome・Firefox用 */
	text-justify: inter-ideograph;
	/* IE・Edge用 */
}

.shosai a {
	max-width: 1100px;
	margin: auto;
	border: solid 2px #000;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 2.7rem;
	text-align: left;
	align-items: center;
	color: #000;
	margin-top: 60px;
}

.shosai p {
	margin-bottom: 0;
	text-align: center;
}

.shosai p:nth-of-type(1) img {
	width: min(90%, 560px);
}

.shosai p:nth-of-type(2) img {
	width: 210px;
}

.shosai p:nth-of-type(1) {
	width: 60%;
}

.shosai p:nth-of-type(2) {
	border-left: solid 2px #000;
	padding: 10px;
	width: 40%;
	text-align: center;
}

div.btn-area {
	text-align: center;
	margin-top: 110px;
}

div.btn-area a {
	color: #000;
	font-size: 2.5rem;
	display: inline-block;
	padding: 0.5rem 2rem;
	border: solid 1px #000;
	font-weight: 500;
	letter-spacing: 0.25rem;
}

div.btn-area a:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}

@media (max-width: 768px) {
	.wt-map main .read,
	.wt-map main .attent {
		position: relative;
		width: auto;
	}
	p {
		width: 80%;
		margin: auto;
	}
	.wt-item main figure img {
		width: 100%;
	}
	.wt-item main h1 img {
		height: 60px;
	}
	.wt-item main h1 {
		margin-bottom: 25px;
	}
	img.s60 {
		height: 30px;
	}
	.t-area h2 img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
	}
	.wt-item main dl dt {
		margin-bottom: 30px;
	}
	.wt-item main dl dt img {
		height: 25px;
	}
	.wt-item main .contents dl dd {
		font-size: 1.25rem;
		text-align: justify;
	}
	.navbar-custom .navbar-toggle {
		/*background: #fff;*/
	}
	main article.f-area h2 img {
		width: 90%;
		margin: auto;
	}
	main article.f-area div.to-back {
		margin-top: 30px;
	}
	.kouen ul li {
		font-size: 1.25rem;
		border-bottom: solid 1px #000;
		margin-bottom: 1rem;
	}
	.kouen ul li span {
		width: 70px;
		display: block;
	}
	.kouen h2 img {
		height: 20px;
	}
	.kouen ul {
		margin-top: 15px;
	}
	.attent {
		width: 90%;
		margin-top: 25vw;
		padding: 5px 5px 13vw;
	}
	.attent img {
		width: 100%;
	}
	.wt-item main {
		margin-top: 60px;
	}
	.kouen {
		border-top: solid 1px #000;
		margin-top: 30px;
		padding-top: 30px;
	}
	.kouen h2 {
		margin-top: 0;
	}
	.wt-item section.dm {
		display: block;
	}
	.wt-item section.dm iframe {
		width: 100% !important;
		height: 50vw;
	}
	.wt-item section.dm div.t-area {
		width: auto;
		position: static;
	}
	.wt-item main h1 img {
		height: 60px;
	}
	.wt-item main h1 {
		margin-bottom: 25px;
	}
	img.s60 {
		height: 45px;
	}
	.t-area h2 img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
	}
	.wt-item section.dm,
	.wt-item section.dm div.t-area ul {
		position: relative;
	}
	.wt-item section.dm div.t-area ul {
		margin-top: 15px;
	}
	.wt-item section.dm {
		margin-top: 30px;
		padding-top: 50px;
	}
	.shosai a {
		display: block;
		padding: 5px;
		border: solid 1px #000;
	}
	.shosai p:nth-of-type(1) {
		width: 90%;
	}
	.shosai p:nth-of-type(1) img {
		width: 100%;
	}
	.shosai p:nth-of-type(2) {
		border-left: none;
		padding: 0;
		width: 40%;
		text-align: center;
		margin-top: 2vw;
	}
	.shosai p:nth-of-type(2) img {
		width: 100%;
	}
	div.btn-area {
		text-align: center;
		margin-top: 10vw;
	}
	main div.btn-area a {
		font-size: 1.5rem;
	}
	.wt-item #attention1_img p.read {
		width: auto;
		top: 8vw;
		left: 18vw;
	}
	.wt-item #attention1_img p.read img {
		width: min(14vw, 230px);
	}
	.wt-item main dl {
		margin-top: 40px;
	}
	.wt-item main dl dd {
		margin-bottom: 30px;
	}
	.wt-item main dl dd figure {
		margin-bottom: 30px;
	}
	.footer.container-fluid {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.footer.container-fluid p {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.footer.container-fluid small {
		line-height: 1.2;
		margin-top: 10px;
		display: block;
		font-size: 1rem;
	}
	.slick-dotted.slick-slider {
		margin-top: 32px;
	}
	.wt-item section.dm div.m-area {
		width: 100%;
	}
}

/*202308追加*/
.w-85 {
	width: 85%;
	margin-inline: auto;
}

.slick-dots li.slick-active button:before {
	color: #000 !important;
}
.slick-dots li button:before {
	color: #fff !important;
}
