@charset "utf-8";
/* CSS Document */



/*正規販売店*/

#officialshop_wrap {
	padding-bottom: 6.0em;
}

#officialshop_wrap .off_box {
	background: #f2eeeb;
	border-radius: 10px;
	padding: 4.0em 5%;
	margin-top: 4.0em;
}

#officialshop_wrap .off_box .off_box1 {
	width: 30%;
}

#officialshop_wrap .off_box .off_box2 {
	width: 60%;
}

#officialshop_wrap .off_box dt {
	font-size: 190%;
	margin-bottom: 1.5em;
}

#officialshop_wrap .off_box dt span {
	font-size: 50%;
	display: block;
	margin-top: 1.0em;
}

#officialshop_wrap .off_box dd {
	line-height: 2.0;
}


.luty_comm_btn {
	width: 46%;
}


@media only screen and (max-width: 480px) {

	#officialshop_wrap .comm_flex {
		flex-direction: column;
	}
	
	#officialshop_wrap .luty_comm_btn {
		width: 80%;
		margin: auto auto 1.0em;
	}
	
	#officialshop_wrap .luty_btn_area {
		margin-top: 0;
	}
	#officialshop_wrap .off_box {
		padding: 2.0em 5%;
	}
	
	#officialshop_wrap .off_box .off_box1 {
    width: 50%;
		margin-bottom: 1.0em;
}
	#officialshop_wrap .off_box .off_box2 {
    width: 100%;
}
	#officialshop_wrap .off_box dt {
		font-size: 160%;
	}
	
	#officialshop_wrap .off_box dt span {
		font-size: 70%;
	}
	
}



