@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
}
body{
	background: url("../img/yellowBg.jpg") repeat-y;
	background-size: 100vw 360px;
	background-position: top left;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sp{
	display: none;
}
.logo{
	margin: 16px auto 8px;
}
.logo img{
	width: 160px;
	height: auto;
	margin: 0 auto;
}
figure img{
	display: block;
}
#center{
	width: 100vw;
	background: url("../img/yellowBg.jpg") repeat-x;
	background-size: 100vw 360px;
	background-position: top left;
	z-index: 2000;
}
#center #inr{
	width: 800px;
	margin: -30px auto 30px;
}
div.text{
	color: #231815;
	font-size: 20px;
	font-weight: bolder;
	font-feature-settings: "palt";
	padding: 70px 0 0;
	margin-left: 40px;
}
div.text p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.8;
	letter-spacing: 2px;
}
#center .text .flex a{
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
#center .text .flex a:hover{
	opacity: 0.75;
}
div.text .flex{
	font-family: 'Sawarabi Mincho', sans-serif;
	text-decoration: none;
	list-style: none;
	margin: -20px auto 0;
}
.tel{
	font-size: 32px;
	color: #231815;
	line-height: 160px;
	vertical-align: middle;
	display: block;
	margin-right: 20px;
}
.tel a{
	color: #231815;
	padding-left: 10px;
}
#center .mail img{
	width: 300px;
}
.bttm{
	margin: -30px auto 0;
}

@media screen and (max-width:1000px) {
div.text{
	font-size: 1.0em;
	padding: 2em 1em;
	margin: 4% 0 6% 38%;
}
.tel{
	font-size: 28px;
	line-height: 100px;
	margin-right: 20px;
}
.mail img{
	width: 200px;
	height: auto;
}
#center{
	width: 100vw;
	margin: -60px auto 0;
	background: url("../img/yellowBg.jpg") repeat-y;
	background-size: 100vw cover;
	z-index: 2000;
}
#center #inr{
	width: 80%;
	margin: 0 auto;
}
div.text{
	padding: 70px 0;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
div.text .flex{
	max-width: 60%;
	height: auto;
	margin: 40px auto 0;
}
.logo,
.tel,
.mail{
	text-align: center;
	margin: 0 auto;
}
}
@media screen and (max-width:799px) {
*{
	text-align: center;
	margin: 0 auto;
}
.logo img{
	width: 160px;
	height: auto;
	margin: 0 auto;
}
#center{
	width: 100vw;
	margin: 0 auto;
	background: url("../img/yellowBg.jpg") repeat-y;
	background-size: 100vw cover;
	z-index: 2000;
}
#center #inr{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
div.text{
	padding: 40px 0 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
div.text .flex{
	max-width: 60%;
	height: auto;
	margin: 20px auto 0;
	text-align: center;
}
.tel{
	line-height: 60px;
	margin: 0 auto;
}
.mail{
	margin-bottom: 60px;
}
.bttm{
	margin: 0 auto;
}
}
@media screen and (max-width:500px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
.logo{
	margin: 8px auto 4px;
}
.logo img{
	width: 120px;
	height: auto;
	margin: 0 auto;
}
#center{
	width: 100vw;
	margin: -30px auto 0;
	background: url("../img/yellowBg.jpg") repeat-y;
	background-size: 100vw cover;
	z-index: 2000;
}
#center #inr{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
div.text{
	padding: 50px 0 0;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	font-feature-settings: "palt";
}
div.text p{
	letter-spacing: 1px;
}
div.text .flex{
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.tel{
	line-height: 30px;
	margin: 20px auto 0;
	font-size: 22px;
}
.mail{
	margin-bottom: 20px;
}
#center .mail img{
	width: 200px;
}
}