@charset "utf-8";
/*納期タイプ　アンカーリンク*/
#dd_type .noki_type{
	border: 1px solid #1C2F61;
	padding: 20px;
}
#dd_type .type_link a{
	text-decoration: none;
	color: #fff;
	background: #1C2F61;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: .3s;
}
#dd_type .type_link.-col {
    display: flex;
	flex-wrap: wrap;
    gap: 0 30px;
}
#dd_type .type_link.-col li{
	width: 240px;
}
#dd_type .type_link a:hover{
	background: #069;
	color: #FFF
}
@media screen and (max-width:750px){
	#dd_type .type_link.-col{
		gap:0;
	}
	#dd_type .type_link.-col li {
		width: 100%;
	}
	#dd_type .type_link.-col > li + li {
		margin-top: calc(20 * 100vw / 750);
	}
}
/*校正*/
#box_kose dl{
	margin-bottom: 20px;
}
#box_kose dl .-flex {
	display: flex;
	gap: 0 20px;
}
#box_kose dl .-flex .-pic{
	width:135px;
}
@media screen and (max-width:750px) {
	#box_kose dl {
		margin-bottom: calc(40 * 100vw / 750);
	}
	#box_kose dl .-flex {
		flex-wrap: wrap;
	}
}
.-pic img{
	max-width: 720px;
	width: 100%;
    height: auto;
}
.day_flow .-pic{
	margin: 10px 0;
}
/* INFO・MENTE START ----------------------------------------------- */
.content_info {
	padding:6px;
	border:#000 solid 1px;
	margin-bottom:20px;
}

/* INFO・MENTE END ----------------------------------------------- */

/* 営業日カレンダー
----------------------------------------------- */
@media screen and (max-width:750px){
	#delivery_calender #mini-cal {
        width: 100%;
        display: flex;
        justify-content: center;
    }
	#delivery_calender #mini-cal .calendar {
		width: auto;
		margin: 0;
		padding:calc(8 * 100vw / 750) calc(20 * 100vw / 750) calc(20 * 100vw / 750);
	}
	#delivery_calender #mini-cal > .calendar + .calendar{
		margin-left: calc(20 * 100vw / 750);
	} 
	#delivery_calender .calendar .day-header,#delivery_calender .calendar .day {
		width: calc(40 * 100vw / 750);
		height: calc(40 * 100vw / 750);
		padding: calc(10 * 100vw / 750);
		box-sizing: border-box;
		line-height: calc(20 * 100vw / 750);
		font-size: calc(16 * 100vw / 750);
		text-align: center;
	}
}




