@charset "utf-8";

/*==========================================================
	RESET
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}
body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}
img{
	border: 0px;
	vertical-align: bottom;
}
section,article,div{
	box-sizing: border-box;
}
ul,ol,li{
	list-style: none;
}
table{
	border-spacing: 0px;
	empty-cells: show;
}
/*==========================================================
	共通設定 (Primary style)
==========================================================*/
html,body{
	overflow-x: hidden;
}
body{
	position: relative;
	max-width: 640px;
	margin: 0px auto !important;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-color: #FFFFFF;
}
/*==========================================================
	ヘッダー
==========================================================*/
.contents_covid19{
	position: relative;
	width: 100%; height: 100%;
	margin: 0px auto;
	padding: 10px 0px;
}
.contents_covid19 h1{
	width: 100%; height: auto;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: center;
	color: #0072C0;
	font-size: 34px;
}
.contents_covid19 p{
	width: 100%; height: auto;
	margin: 20px auto;
	padding: 0px 10px;
	line-height: 1.4em;
	text-align: center;
	color: #101010;
	font-size: 20px;
	font-weight: 500;
}
.contents_covid19 p + img + p{
	text-align: left;
}
.contents_covid19 p span{
	display: block;
	margin: 0px auto;
	padding: 20px;
	color: #222222;
	background-color: #FAFAFA;
}
/*==========================================================
	お店の対策内容
==========================================================*/
.contents_counterplan{
	width: 100%; height: 100%;
}
.contents_counterplan h2{
	position: relative;
	width: 400px; height: 60px;
	margin: 100px auto 10px auto;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-size: 36px;
	border-radius: 30px;
	background-color: #0072C0;
}
.contents_counterplan h2.no1:before{
	content: '';
	display: block;
	position: absolute;
	top: -100px; left: 0px; right: 0px;
	width: 100px; height: 100px;
	margin: 0px auto;
	background-image: url(../img/covid19/icon01.png);
	background-size: 100px 100px;
}
.contents_counterplan h2.no2:before{
	content: '';
	display: block;
	position: absolute;
	top: -100px; left: 0px; right: 0px;
	width: 100px; height: 100px;
	margin: 0px auto;
	background-image: url(../img/covid19/icon02.png);
	background-size: 100px 100px;
}
.contents_counterplan h2.no3:before{
	content: '';
	display: block;
	position: absolute;
	top: -100px; left: 0px; right: 0px;
	width: 100px; height: 100px;
	margin: 0px auto;
	background-image: url(../img/covid19/icon03.png);
	background-size: 100px 100px;
}
.contents_counterplan p{
	width: 100%; height: auto;
	margin: 10px auto;
	padding: 0px 10px;
	line-height: 1.4em;
	text-align: left;
	color: #101010;
	font-size: 20px;
	font-weight: 500;
}
.contents_counterplan h2.no1 + ul + p,
.contents_counterplan h2.no2 + ul + p{
	margin: 10px auto 140px auto;
}
.contents_counterplan h2.no3 + ul + p{
	margin: 10px auto 40px auto;
}

.contents_counterplan ul{
	width: 100%; height: 100%;
	text-align: center;
}
.contents_counterplan ul li{
	display: inline-block;
	width: 310px; height: auto;
	margin: 0px auto 3px auto;
	overflow: hidden;
}
.contents_counterplan ul li img{
	width: 100%;
}
/*==========================================================
	お客様とのお約束
==========================================================*/
.contents_promise{
	width: 100%; height: 100%;
	padding: 60px 0px;
	background-color: #22B7A9;
}
.contents_promise h3{
	position: relative;
	width: 100%; height: auto;
	margin: 100px auto 0px auto;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 28px;
}
.contents_promise h3:before{
	content: '';
	display: block;
	position: absolute;
	top: -100px; left: 0px; right: 0px;
	width: 100px; height: 100px;
	margin: 0px auto;
	background-image: url(../img/covid19/icon04.png);
	background-size: 100px 100px;
}
.contents_promise ul{
	width: 100%; height: 100%;
	text-align: center;
}
.contents_promise ul li{
	display: block;
	position: relative;
	width: 460px; height: 40px;
	margin: 10px auto;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
}
.contents_promise ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; left: 10px;
	width: 30px; height: 30px;
	margin: auto 0px;
	background-image: url(../img/covid19/icon05.png);
	background-size: 30px 30px;
}
/*==========================================================
	お客様とのお約束
==========================================================*/
.contents_service{
	width: 100%; height: 100%;
	padding: 40px 20px;
	background-image: url(../img/covid19/service_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.contents_service h4{
	width: 100%; height: auto;
	margin: 0px auto;
	padding: 0px 120px 0px 0px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
}
.contents_service p{
	width: 100%; height: auto;
	margin: 10px auto;
	line-height: 1.6em;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 500;
}
/*==========================================================
	営業案内
==========================================================*/
.contents_tips{
	width: 100%; height: 100%;
}
.contents_tips img{
	width: 100%;
}

/*==========================================================
	フッター
==========================================================*/
footer{
	width: 100%; height: 100%;
	padding: 40px 0px;
	text-align: center;
}
footer img{
	width: 80%;
}