@charset "utf-8";
/* CSS Document */

.apple_block{
	padding: 40px 0 0;
}

.col_from2to1 .wrap > .apple_block{
	padding: 40px 20px 20px;
}

.apple_block .icon{
	left: 0;
}

.block01 {
    background: url(../img/apple/doramori_apple_bg01.png) no-repeat right bottom #fffdee;
}

.apple_subblock {
	
    border: solid 4px #fffdee;
}

@media screen and (min-width:769px){
.coupon .sp_inner .sp_pad{
	/*background: url(../img/coupon/doramori_coupon_09.png) no-repeat center top;*/
	background: url(../img/coupon/doramori_coupon_09.png) no-repeat center 170px;
	min-height: 550px;
}
}

@media screen and (max-width:768px){
	.apple_main{
		padding: 0 50px;
	}
	.apple_block{
		padding: 20px 0 0;
	}
}

.store_detail .map_detail .map_cip dl{
	display:flex;
	flex-wrap: wrap;
}

.store_detail .map_detail .map_cip dl dt{
	width: 5em;
	font-weight: bold;
}

.store_detail .map_detail .map_cip p{
	border-top: 1px #eef7f8 solid;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
	display: block;
}