@charset "UTF-8";

/* 基本設定　ここから */
*, *:before, *:after {
	margin:	0;
	padding:	0;
}

body {
	margin:	0;
	padding: 0;
	background:	#fff;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

img {
	width: 100%;
	border:	0;
	vertical-align:	bottom;
}

a:link {
	color:	#000;
}

a:visited {
	color:	#000;
}

a:hover {
	color:	#999;
}

@media (max-width:	768px) {
	img {
		width:	100%;
	}
}

a[href^="tel:"] { cursor: default; }


.pc { display: none; }
.sp { display: block; }


/* 感染症防止対策
----------------------------------------------------------------------------------- */
.wrap_measures {
	font-size: 14px;
	line-height: 1.4;
}

.ttl_measures {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}

.txt01 {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px;
}

.txt01 span {
	border-bottom: 1px solid #000;
}

.txt02 {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 14px;
}

.box_period {
	width: 90%;
	margin: 0 auto 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	background: #E0F4F4;
}

.txt03 {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 14px;
}

#wrap_howto {
	position: relative;
	width: 100%;
	padding: 50px 0 30px;
	box-sizing: border-box;
	background: #C3E6F0;
}

#wrap_howto::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -23%;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3vh 20vw 0 20vw;
	border-color: #FFFFFF transparent transparent transparent;
}

#wrap_about {
	position: relative;
	width: 100%;
	padding: 50px 0 30px;
	box-sizing: border-box;
	background: #DFF1F1;
}

#wrap_about::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -23%;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3vh 20vw 0 20vw;
	border-color: # transparent transparent transparent;
}

.ul_measures {
	width: 90%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ul_measures li {
	width: 32%;
	margin: 0 2% 10px 0;
	line-height: 1.8;
	text-align: center;
	color: #00A9C1;
	font-weight: bold;
}

.ul_measures li:nth-child(3n) {
	margin: 0 0 10px 0;
}


@media screen and (min-width: 769px) {
	body {
		line-height: 1.6;
	}

	.pc { display: block; }
	.sp { display: none; }

	.wrap_measures {
		font-size: 16px;
	}

	.ttl_measures {
		font-size: 28px;
		margin: 0 auto 50px;
	}

	.txt01 {
		font-size: 24px;
		margin: 0 0 20px;
		line-height: 1.6;
	}

	.txt02 {
		width: 100%;
		max-width: 600px;
		font-size: 16px;
		line-height: 1.6;
	}

	.box_period {
		width: 100%;
		max-width: 750px;
		padding: 20px;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}

	.txt_period {
		font-size: 24px;
		font-weight: bold;
	}

	.txt03 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
		font-size: 16px;
	}

	#wrap_howto,
	#wrap_about {
		padding: 100px 0 50px;
	}

	.ul_measures {
		width: 100%;
		max-width: 690px;
		margin: 0 auto 50px;
	}

	.ul_measures li:nth-child(3n) {
		margin: 0 30px 10px 0;
	}

	.ul_measures li {
		width: 100%;
		max-width: 150px;
		margin: 0 30px 20px 0;
		line-height: 1.6;
		font-size: 16px;
	}

	.ul_measures li:nth-child(4n) {
		margin: 0;
	}

	#wrap_howto::before {
		border-width: 5vh 150px 0 150px;
		margin-left: -150px;
		border-color: #FFF transparent transparent transparent;
	}

	#wrap_about::before {
		border-width: 5vh 150px 0 150px;
		margin-left: -150px;
		border-color: #FFF transparent transparent transparent;
	}
}