/* ::::::::::::::::::::::::::::::::::::::::::::::::
											common
/* ::::::::::::::::::::::::::::::::::::::::::::::::*/

/* ::::::::::::::::::::variable definition::::::::::::::::::*/
:root {
	--default-txtcolor: #222;
	--accent-txtcolor: #c61c25;
	--default-bgc: #eee;
}
/* ::::::::::::::::::::variable::::::::::::::::::*/

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sendtime_heading {
	color: var(--default-txtcolor);
}

.aftertxt:before {
	content: "から"
}

.infotxt:before {
	content: "午前11:59までのご注文は当日出荷！※土日祝とその翌日は除く"
}

/* ::::::::::::::::::::::::650以上::::::::::::::::::::::::*/
@media screen and (min-width:650px) {

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
	}

	.box {
		width: 650px;
		height: auto;
		background: var(--default-bgc);
		text-align: center;
		padding: 15px 0 16.5px;
		margin: 0 auto;
	}

	.sendtime {
		font-size: 18px;
		display: inline;
	}

	.sendtime_br {
		display: none;
	}

	.hassou_dt_m,
	.hassou_dt_d,
	.hassou_dt_ddd {
		font-weight: bold;
		font-size: 24px;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.sendtime_md,
	.sendtime_yo {
		font-weight: bold;
		font-size: 18px;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.sendtime_week,
	.hassou_dt_ddd {
		font-size: 18px;
	}

	.infotxt {
		display: block;
		font-size: 14px;
		margin-top: 5px;
		color: var(--default-txtcolor);
	}
}

/*over_650px*/


/* ::::::::::::::::::::::::649以下::::::::::::::::::::::::*/
@media screen and (max-width:649px) {

	body {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.box {
		width: calc(100% + 1px);
		height: auto;
		box-sizing: border-box;
		background: var(--default-bgc);
		text-align: center;
		padding: 20px 0 30px;
		margin: 0 auto;
	}

	.sendtime {
		font-size: 16px;
		display: inline;
		line-height: 1.4;
	}

	.sendtime_heading {
		font-size: 20px;
		font-weight: normal;
	}


	.hassou_dt_m,
	.hassou_dt_d,
	.hassou_dt_ddd {

		font-size: 42px;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.sendtime_md,
	.sendtime_yo {
		font-size: 42px;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.sendtime_week,
	.hassou_dt_ddd {
		font-size: 36px;
	}

	.aftertxt {
		font-size: 20px;
	}

	.infotxt {
		display: block;
		font-size: 12px;
		margin-top: 0.5rem;
		color: #222;
	}
}

/*under_649px*/

/* ::::::::::::::::::::::::▼ iphone and android => design for sp user ▼::::::::::::::::::::::::*/
@media screen and (min-width:0px) {
	.box-sp {
		width: 100%;
		height: auto;
		background: var(--default-bgc);
		text-align: center;
		padding: 4.5vw 0 5.8vw;
		margin: 0 auto;
	}

	.box-sp .sendtime {
		display: inline;
	}

	/*.box-sp .sendtime_br {
		display: none;
	}*/

	.box-sp .sendtime_heading {
		font-size: 4.5vw;
	}

	.box-sp .hassou_dt_m,
	.box-sp .hassou_dt_d,
	.box-sp .hassou_dt_ddd {
		font-weight: bold;
		font-size: 8vw;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.box-sp .sendtime_md,
	.box-sp .sendtime_yo {
		font-weight: bold;
		font-size: 5vw;
		display: inline;
		color: var(--accent-txtcolor);
	}

	.box-sp .sendtime_week,
	.box-sp .hassou_dt_ddd {
		font-size: 6vw;
	}

	.aftertxt{
		padding-left:1vw;
	}
	
	.box-sp .aftertxt {
		font-size: 4vw;
	}

	.box-sp .infotxt {
		display: block;
		font-size: 3.2vw;
		margin-top: 0.5vw;
		color: var(--default-txtcolor);
	}

}

/*横幅が大きい時のinfotext調整*/
@media screen and (min-width:600px) {
	.box-sp .infotxt {
		font-size: 2.28vw;
	}

	.box-sp .sendtime_br {
		display: inline;
	}
}

/*横幅が大きい時のinfotext調整*/
