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

/*
メインカラー #85452f
肌色　#fff4f0
薄いみどり　#a5dfd9
濃いみどり　#85d8d0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

#xmas_goods {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	color: #666;
    /*background: #8b9faa;*/
}

#xmas_goods img {
	max-width:100%;
	height:auto;
	border: 4px solid #996515;
	margin-bottom: 10px;
}

#xmas_goods img.banner {
	max-width:100%;
	height:auto;
	border: none;
}

#xmas_goods .xmas_goods_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#xmas_goods .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#xmas_goods p{
	line-height: 180%;
	font-size: 0.95em!important;
	margin-top: 0!important;
	text-align: center!important;
}

#xmas_goods p span{
	display: block;
color:#996515;
	font-weight: bold;
	text-align: center;
}	

#xmas_goods h1,
#xmas_goods h2,
#xmas_goods h3,
#xmas_goods h4,
#xmas_goods h5{
	text-align:center;
	font-weight: normal;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	color: white;
}

#xmas_goods h1{
	font-size: 1.8em;
	margin: 0 auto;
    letter-spacing: 3px;
    line-height: 130%;
	color:#996515 !important;
	font-weight: bold;
}

#xmas_goods h1 span{
	font-size: 0.6em;
}

#xmas_goods h2{
	font-size: 2em;
	margin: 0 auto 40px;
	line-height: 100%;
}

#xmas_goods h2 span{
	font-size: 0.5em;
}

#xmas_goods a.buy,
#xmas_goods a.more{
	display: block;
	width: 60%;
	max-width: 150px;
	margin: 10px auto;
	padding:4%;
	text-align: center;
	border: 1px solid #996515;
	background: #996515;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 1.2em;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	border-radius: 8px;
}

#xmas_goods a.more{
	width: 70%;
	max-width: 500px;
	padding: 2%;
	font-size: 1.1em;
    margin: 50px auto 0;
}

#xmas_goods a.buy:hover,
#xmas_goods a.more:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #996515;
	color: #996515;
}

#xmas_goods .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
justify-content: center;
}
#xmas_goods section.category {
  margin: 50px auto;
  width: 95%;
  max-width: 870px;
}
#xmas_goods .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#xmas_goods .categorylist div.box {
  font-weight: 500;
}
#xmas_goods .categorylist div a {
  color: #fff;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color:  #996515;
  text-decoration: none;
   border-radius: 10px;
}
#xmas_goods .categorylist div a:hover {
  color: #996515;
  display: block;
  background-color: #fff;
   border: 1px solid  #996515;
   border-radius: 10px;
}

#xmas_goods p.new{
    color: #C52F32;
	font-size: 0.9em!important;
    margin: 5px auto 0!important;
	text-align: center!important;
}

#xmas_goods .xmas_goodsTopText p.new{
    font-size: 1em!important;
    margin-bottom: 10px!important;
}

#xmas_goods p.itemname{
	text-align: center;
	margin: 0 auto!important;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.1em!important;
	color:white;
}

#xmas_goods section.pickupitem .item p.itemname{
	height: auto;
}

#xmas_goods p.price{
	margin: 0 auto!important;
	text-align: center;
	font-size: 1.5em!important;
	color:white;
}

#xmas_goods p.price span{
	/*color: #C52F32;*/
	color: white;
	font-size: 1em!important;
	font-weight: bold;
}

#xmas_goods .xmas_goodsTopText {
	text-align: center;
	width: 90%;
	position: relative;
    margin: 0 auto 80px;
}

#xmas_goods .xmas_goodsTopText img{
	width: 70%;
    max-width: 450px;
    display: block!important;
    margin: -20px auto 0;
}

#xmas_goods .xmas_goodsTopText a{
	text-decoration: underline;
	color: #fffcce;
}

#xmas_goods section.pickupitem{
	width: 100%;
	padding: 70px 0;
}

#xmas_goods section.pickupitem h3{
	font-size: 2.8em;
	margin: 0 auto 20px;
	line-height: 100%;
	color: #fffcce;
}

#xmas_goods section.pickupitem .item{
	width: 100%;
	margin: 100px auto;
}

#xmas_goods section.pickupitem .item .mainimage{
	margin: 0 auto 60px;
}

#xmas_goods section.pickupitem .item .mainimage img{
	width: 80%;
}

#xmas_goods section.pickupitem .item .mainimage div:first-child{
	background: #9cd9ea;
}

#xmas_goods section.pickupitem .item .mainimage div:last-child{
	text-align: left;
}

#xmas_goods section.pickupitem .item .mainimage div:last-child a{
	text-decoration: underline;
}

#xmas_goods section.red{
    background: #7b1113;
	margin-bottom: 0;
}

#xmas_goods section.green{
    background: #004225;
	margin-bottom: 0;
}



/* 回遊リンク */

#xmas_goods .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 80px;
}

#xmas_goods .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto 50px;
	padding: 20px 0;
	border-top: double #996515;
	border-bottom: 1px solid #996515;
	color: #996515;
	letter-spacing: 3px;
}

#xmas_goods .Banner4 ul {
	display:inline;
}

#xmas_goods .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}


@media only screen and (min-width:748px){

.pc_none{
	display: none!important;
}

#xmas_goods section.pickupitem h3{
	text-align: left;
}

#xmas_goods section.pickupitem .item .mainimage div:first-child{
	flex-basis: 45%;
}

#xmas_goods section.pickupitem .item .mainimage div:last-child{
	flex-basis: 55%;
	padding-left: 2%;
	margin: auto;
}

#xmas_goods section.pickupitem .itemlist div{
	flex-basis: calc(100% / 3 - 1.5%);
	padding: 1%;
	background: none;
	margin-bottom: 2%;
	margin-right: 2%;
}

#xmas_goods section.pickupitem .itemlist div:nth-of-type(3n){
	margin-right: 0;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

/*まっくろ*/

/*#news_detail .detail .content{
	background: #8b9faa;
}

#news_detail .detail .content p {
	background: #8b9faa;
}*/

/*#news_detail .detail .content p:first-child img{
	padding-top: 50px;
}*/

#xmas_goods p.itemname,
#xmas_goods p.price{
    background: none!important;
}

}


@media screen and (max-width: 747px) {

.sp_none {
	display:none;
}

#xmas_goods h1{
	font-size: 5vw;
	line-height: 150%;
	margin: 0 auto;
	letter-spacing: 0.05rem;
	
}

#xmas_goods h2{
	font-size: 5vw;
	margin: 0 auto 20px;
}

#xmas_goods p{
	font-size: 3.3vw!important;
	text-align: left!important;
}
	
#xmas_goods p span{
	display: block;
	text-align: center;
}		
	
#xmas_goods .xmas_goodsTopText{
	margin: 5vw auto;
}

#xmas_goods section.pickupitem h3{
	font-size: 8.5vw;
	margin: 0 auto 20px;
}

#xmas_goods section.pickupitem{
	margin: 0 auto;
    padding: 7.5vw 0;
}

#xmas_goods section.pickupitem .item{
	margin: 14.25vw auto;
}

#xmas_goods section.pickupitem .item .mainimage{
	margin: 0 auto 8.5vw;
}

#xmas_goods section.pickupitem .item .mainimage img{
	margin: 5.5vw auto;
}

#xmas_goods section.pickupitem .item .mainimage div:last-child{
	width: 90%;
	margin: 8.5vw auto 0;
}

#xmas_goods .categorylist div a	{
	font-size:3vw;
}	
	
#xmas_goods p.itemname{
	height: 9vw;
	font-size: 3vw!important;
	line-height: 150%;
	text-align: center!important;
}

#xmas_goods .itemlist p.price{
	font-size: 4vw!important;
	text-align: center!important;
}

#xmas_goods .itemlist{
	width: 92%;
	margin: auto;
}

#xmas_goods .itemlist div{
	flex-basis: calc(100% / 2 - 2%);
	padding: 0%;
	background: none;
	margin-bottom: 4%;
	margin-right: 4%;
}

#xmas_goods .itemlist div:nth-of-type(2n){
	margin-right: 0;
}

#xmas_goods section.search_goods .itemlist .sp_back{
	background: #9cd9ea;
}

#xmas_goods section.search_goods .itemlist div{
	padding: 3%;
}

#xmas_goods section.search_goods .itemlist div p{
	font-size: 4.2vw!important;
}

#xmas_goods section.search_goods .itemlist div p span{
	font-size: 2.7vw!important;
}


#xmas_goods section.new .new_inner{
	padding: 5% 4%;
	border-radius: 10px;
}

#xmas_goods section.new h2{
	margin: 20px auto 10px;
}

#xmas_goods section.new .itemtext{
	width: 100%;
	margin: 30px auto 40px!important;
}

#xmas_goods section.new .itemlist{
	width: 100%;
}

#xmas_goods section.new .itemcomment{
	font-size: 2.9vw!important;
	line-height: 150%;
}

#xmas_goods a.buy,
#xmas_goods a.more{
    font-size: 3.5vw;
}

#xmas_goods a.more{
   margin: 5vw auto 0;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#xmas_goods .Banner4 {
	text-align: center;
	width: 100%;
}

#xmas_goods .Banner4 h3{
	font-size: 6.5vw!important;
}

#xmas_goods .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#xmas_goods .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#xmas_goods .xmas_goodsTopText img{
    display: block!important;
	width:90%;
	margin:-20px auto 0;
}

}