@charset "UTF-8";
body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	min-width: 320px;
}
.tel_wrap {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #dbeef4;
}
.tel_in {
	padding: 15px;
	max-width: 480px;
    height: 100%;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.logo_img {
    max-width: 50%;
}
.logo_wrap img {
	width: 100%;
}
.telmain_wrap {
	flex: 1 1 auto;
	align-items: center!important;
	display: flex!important;
	margin: 15px 0 10px 0;
}
.teltxt_wrap {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.tel_txt {
	position: relative;
	width: 100%;
	padding: 23px 0 25px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}
.tel-txt {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	margin: 0 0 15px 0;
}
.recetime_wrap {
	width: 260px;
	margin: 0 auto;
	background-color: #009943;
	border-radius: 25px;
}
.recetime_wrap p{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding: 6px 0;
}
.recetime_wrap p .is-saturday {
	display: block;
	padding-left: 78px;
	margin-top: 2px;
}
.tel_btn {
	width: 100%;
	max-width: 345px;
	padding: 210px 0 0 0;
	margin: 0 auto;
	background: url("../../images2/sp/operator.png?data=202009111") no-repeat center bottom 55px;
	background-size: 265px auto;
}
.tel_btn a {
	display: block;
	text-align: center;
	color: #000;
	padding: 12px 0;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #ffd244;
}
.btn-shodow {
	border-radius: 5px;
	background: #dda803;
    border-bottom: 4px solid #dda803;
}
.btn-txt {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 9px 0;
}
.tel-img {
	max-width: 223px;
	width: 100%;
}
@media (max-width: 320px) {
	.tel-txt {
		font-size: 20px;
	}
	.recetime_wrap {
		width: 210px;
	}
	.teltxt_wrap {
		padding: 0 15px;
	}
	.tel_txt {
		padding: 15px 0 17px 0;
	}
	.recetime_wrap p {
		font-size: 11px;
		padding: 6px 0;
	}
	.recetime_wrap p .is-saturday {
		padding-left: 66px;
	}
}
@media (max-height: 560px) {
	.telmain_wrap {
		margin: 15px 0 10px 0;
	}
	.tel_txt {
		padding: 15px 0 17px 0;
	}
	.tel-txt {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.tel_btn {
		padding: 185px 0 0 0;
		background: url(../../images2/sp/operator.png) no-repeat center bottom 55px;
		background-size: 220px auto;
	}
	.recetime_wrap {
		width: 210px;
	}
	.recetime_wrap p {
		font-size: 11px;
		padding: 6px 0;
	}
	.tel_btn a {
		padding: 10px 0;
	}
}
