@charset "utf-8";



main article > div.kv {
	padding: 0;
}

.covid_link a {
	display: block;
	text-align: center;
	background-color: var(--contents-light-color);
	color: #fff;
	border-radius: 5px;
	padding: 15px;
}
.covid_link a:hover {
	text-decoration: none;
	opacity: .7;
}

.attention {
	font-size: 80%;
	text-shadow: none;
}
.attention ul li {
	margin-left: 1em;
}
.attention ul li::before {
	content: '※';
	display: inline-block;
	width: 1em;
	text-align: left;
	margin-left: -1em;
}




/* top popup */
/*.sp .lity-container {
	width: 95vw;
}*/
.popup {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: .5em;
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
	padding: 10px;
	width:100%;
}
.popup * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup div {
	width: 100%;
	min-width: 900px;
}
@media (max-width:1000px) {
	.popup div {
		width: 100%;
		min-width: 70vw;
	}
}
.popup img {
	max-width: 100%;
	max-height: 100%;
}
.popup a {
	display: block;
	cursor: pointer;
}
.popup .youtube {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.popup {
	}
	/*.popup div {
		width: 50%; 
	}*/
}
@media screen and (max-width:767px) {
	.popup {
	}
}
@media screen and (min-width:601px) {
}
@media screen and (max-width:600px) {
	.popup {
		max-height: 90vh;
		max-width: 90vw;
	}
	/*.popup div {
		max-height: calc(45vh - 10px);
	}*/
	.popup div img {
		max-height: calc(90vw - 20px);
		max-width: calc(90vh - 20px);
		/*max-width: calc(45vh - 10px);*/
	}
}
@media screen and (max-height:767px) and (orientation: landscape) {
	.popup {
		width: 920px;
		/*max-height: 90vh;*/
		max-width: 90vw;
	}
	/*.popup div {
		max-height: calc(90vh - 20px);
		max-width: calc(90vh - 20px);
	}*/
	.popup div img {
		max-height: calc(90vh - 20px);
		max-width: calc(90vh - 20px);
		/*max-width: calc(45vh - 10px);*/
	}
}


.box > div {
	background-color: #fff;
	border: 4px solid var(--base-color);
	border-radius: 10px;
	padding: 30px;
	color: #000;
	margin: 0 0 30px;
}
.box p,
.box a {
	text-shadow: none;
}


.popup a {
	display: block;
	text-decoration: none!important;
}
.kokuchi {
	background-color: #fff;
	border: 4px solid var(--base-color);
	border-radius: 10px;
	padding: 60px 5px;
	color: #000;
	max-width: 100%;
}
.kokuchi p {
	text-align: center;
}
.kokuchi p:first-child {
	text-align: center;
	font-size: min(160%, 4.5vw);
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 1.5em;
	color: #000!important;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}
.kokuchi p:nth-child(2) {
	line-height: 1;
	font-weight: 600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}
.kokuchi p span {
	display: inline-block;
}
.kokuchi p:last-child {
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}
.kokuchi p > a {
	display: inline!important;
	text-decoration: none!important;
}
.kokuchi a:hover p {
}
@media screen and (max-height:767px) and (orientation: landscape) {
	.kokuchi {
		padding: 10px 5px;
	}
}
