@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 0em), screen and (min-width: 751px) {
  .show-for-small-only {
    display: none !important;
	}
	.show-for-medium {
		display: block !important
	}
}
@media screen and (max-width: 750px) {
  .show-for-medium {
    display: none !important;
	}
  .show-for-small-only {
		display: block !important;
	}
}


@media only screen and (min-width: 1000px) {
#xmas2021v2_box{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5%;
	color:#555;
}
#info_headbox h1{
	width:100%;
	margin-bottom: 3%;
}

#xmas2021v2_box .back01 {
	position: relative;
	width:100%;
}
#xmas2021v2_box .back01_tx01 {
	position: absolute;
	top: 43%;
	left:3.2%;
	font-size: 18px;
	line-height: 1.5;
	color:#000;
}

#xmas2021v2_box .back02 {
	position: relative;
	width:100%;
}

#xmas2021v2_box .back02_tx01 {
	position: absolute;
	width:100%;
	top: 3%;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#333;
}
#xmas2021v2_box .back02_tx02 {
	position: absolute;
	left: 18%;
	top: 82%;
	font-size: 15px;
	line-height: 1.6;
	color:#444;
}
#xmas2021v2_box .back02_tx03 {
	position: absolute;
	left: 18%;
	top: 92%;
	font-size: 12px;
	line-height: 1.5;
	color:#444;
}
#xmas2021v2_box .sub_title {
	width:100%;
	margin-top:3%;
	margin-bottom:1%;
	font-size: 21px;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#943e23;
}

#xmas2021v2_box .item_box{
	padding-bottom:3%;
}
#xmas2021v2_box .item_box td{
	vertical-align:top;
}
#xmas2021v2_box .item_box a:hover{
	opacity:0.7;
}
#xmas2021v2_box .item_box .item_price{
	padding-top:1%;
	font-size: 14px;
	line-height: 1.5;
	text-align:center;
}
#xmas2021v2_box .item_box .item_price a{
	color:#444;
	text-decoration:none;
}
#xmas2021v2_box .item_box .item_price a:hover{
	text-decoration:underline;
}

#xmas2021v2_box .link_btn{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
}
#xmas2021v2_box .link_btn a{
	padding-top:2%;
	padding-bottom:2%;
	font-size:15px;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#943e23;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#xmas2021v2_box .link_btn a:hover{
	opacity:0.7;
}
}


@media only screen and (max-width: 999px) {
#xmas2021v2_box{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top:2%;
	margin-bottom:5%;
	color:#555;
}

#info_headbox h1{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3%;
}

#xmas2021v2_box .back01 {
	position: relative;
	width:100%;
}
#xmas2021v2_box .back01_tx01 {
	position: absolute;
	top: 43%;
	left:3.2%;
	font-size: 1.8vw;
	line-height: 1.5;
	color:#000;
}

#xmas2021v2_box .back02 {
	position: relative;
	width:100%;
}

#xmas2021v2_box .back02_tx01 {
	position: absolute;
	width:100%;
	top: 3%;
	font-size: 2.4vw;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#333;
}
#xmas2021v2_box .back02_tx02 {
	position: absolute;
	left: 18%;
	top: 82%;
	font-size: 1.5vw;
	line-height: 1.6;
	color:#444;
}
#xmas2021v2_box .back02_tx03 {
	position: absolute;
	left: 18%;
	top: 92%;
	font-size: 1.2vw;
	line-height: 1.5;
	color:#444;
}
#xmas2021v2_box .sub_title {
	width:100%;
	margin-top:3%;
	margin-bottom:1%;
	font-size: 2.1vw;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#943e23;
}

#xmas2021v2_box .item_box{
	padding-bottom:3%;
}
#xmas2021v2_box .item_box td{
	vertical-align:top;
}
#xmas2021v2_box .item_box a:hover{
	opacity:0.7;
}
#xmas2021v2_box .item_box .item_price{
	padding-top:1%;
	font-size: 1.4vw;
	line-height: 1.5;
	text-align:center;
}
#xmas2021v2_box .item_box .item_price a{
	color:#444;
	text-decoration:none;
}
#xmas2021v2_box .item_box .item_price a:hover{
	text-decoration:underline;
}

#xmas2021v2_box .link_btn{
	width:30vw;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
}
#xmas2021v2_box .link_btn a{
	padding-top:2%;
	padding-bottom:2%;
	font-size:1.5vw;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#943e23;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#xmas2021v2_box .link_btn a:hover{
	opacity:0.7;
}
}


/*スマホ*/
@media only screen and (max-width: 750px) {
#xmas2021v2_box{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top:2%;
	margin-bottom:8%;
	color:#555;
}

#info_headbox h1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5%;
}

#xmas2021v2_box .back01 {
	position: relative;
	width:100%;
}
#xmas2021v2_box .back01_tx01 {
	position: absolute;
	top: 43%;
	left:3.2%;
	font-size: 3.2vw;
	line-height: 1.5;
	color:#000;
}

#xmas2021v2_box .back02 {
	position: relative;
	width:100%;
}

#xmas2021v2_box .back02_tx01 {
	position: absolute;
	width:100%;
	top: 2.4%;
	font-size: 3.8vw;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#333;
}
#xmas2021v2_box .back02_tx02 {
	position: absolute;
	left: 10%;
	top: 70.5%;
	font-size: 2.8vw;
	line-height: 1.6;
	color:#444;
}
#xmas2021v2_box .back02_tx03 {
	position: absolute;
	left: 10%;
	top: 91.5%;
	font-size: 2.6vw;
	line-height: 1.5;
	color:#444;
}
#xmas2021v2_box .sub_title {
	width:100%;
	margin-top:4%;
	margin-bottom:2%;
	font-size: 4.2vw;
	font-weight:bold;
	line-height: 1.5;
	text-align:center;
	color:#943e23;
}

#xmas2021v2_box .item_box{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:3%;
}
#xmas2021v2_box .item_box td{
	vertical-align:top;
}
#xmas2021v2_box .item_box a:hover{
	opacity:0.7;
}
#xmas2021v2_box .item_box .item_price{
	padding-top:1%;
	font-size: 2.8vw;
	line-height: 1.5;
	text-align:center;
}
#xmas2021v2_box .item_box .item_price a{
	color:#444;
	text-decoration:none;
}
#xmas2021v2_box .item_box .item_price a:hover{
	text-decoration:underline;
}

#xmas2021v2_box .link_btn{
	width:44vw;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
}
#xmas2021v2_box .link_btn a{
	padding-top:2%;
	padding-bottom:2%;
	font-size:3.4vw;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#943e23;
	display:block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#xmas2021v2_box .link_btn a:hover{
	opacity:0.7;
}
}
