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

/*---------------------
全体
---------------------*/
/* .page-id-42{
	background: url(https://humpty-dumpty.renovas.xyz/wordpress/wp-content/uploads/2018/09/alice_bg.gif) repeat;
} */
.page-id-42 .wrapper {
	background: url(https://humpty-dumpty.renovas.xyz/wordpress/wp-content/uploads/2018/09/alice_bg.gif) repeat;
}
.alice_content{
	width: 960px;
	margin: 30px auto;
}
.content_title{
	margin-bottom: 50px;
	text-align: center;
}
.content_title.mt {
  margin-top: 50px;
}
.alice_copy{
	text-align: center;
}

dt,dd{
    color:#000;

}

/*---------------------
商品一覧
---------------------*/
.alice_goods{
	margin: 65px auto;
}
.alice_goods .goods_list{
	display: flex;
	flex-wrap: wrap;
}
.alice_goods .goods_list .blank{
	padding: 15px;
	width: 25%;
	display: block;
}
.alice_goods .goods_list a{
	padding: 15px;
	width: 25%;
	text-decoration: none;
}
.alice_goods .goods_list a:hover{
	opacity: 0.8;
}
.alice_goods .goods_list a img{
	width: 100%;
}
.alice_goods .goods_list a dl dt{
  background: url(https://humpty-dumpty.renovas.xyz/wordpress/wp-content/uploads/2018/09/alice_line.gif) repeat-x 100% 100%;
	line-height: 1.2;
  padding: 10px 0 14px;
}
.alice_goods .goods_list a dl dt + dd{
	text-align: right;
	line-height: 1;
	padding: 10px 0;
}
.alice_goods .goods_list a dl dd .tax{
	font-size: 11px;
}
.alice_goods .goods_list a dl dd ol{
	list-style-position: inside;
}
.alice_goods .goods_list a dl dd ol li{
	padding-left: 1em;
	text-indent: -1em;
}

.alice_goods .goods_list a.nolink:hover{
	opacity: 1.0;
}
.alice_goods .goods_list a.nolink:hover img{
	opacity: 1.0;
}


/*---------------------
アリスギフト
---------------------*/

.alice_gift a{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.alice_gift a:hover{
	opacity: 0.8;
}
.alice_gift a.nolink:hover{
	opacity: 1.0;
}
.alice_gift img{
	width: 30%;
	text-align: center;
}
.alice_gift dl{
	width: 50%;
	margin-left: 40px;
}
.alice_gift dl dt{
	font-weight: bold;
	background: url(https://humpty-dumpty.renovas.xyz/wordpress/wp-content/uploads/2018/09/alice_line.gif) repeat-x 100% 100%;
  padding-bottom: 6px;
  white-space: nowrap;
}
.alice_gift dl dt + dd{
	text-align: right;
}
.alice_gift dl dd .tax{
	font-size: 11px;
}

/*---------------------
スマホ対応
---------------------*/
@media screen  and (max-width: 767px) {
	.alice_content{
		width: auto;
		margin: 60px auto 30px;
	}
	.alice_gift{
		margin-top: 30px;
	}
	.content_title{
		margin: 50px 15px;
		text-align: center;
	}
	.alice_content .content_title img{
		width: 100%;
	}
	.alice_goods{
		margin: 30px auto 65px;
	}
	.alice_goods .goods_list{
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
  .alice_goods .goods_list.row{
    flex-wrap: wrap;
  }
	.alice_goods .goods_list a{
		flex: 0 0 40%;
		padding: 0 10px;
	}
	.alice_goods .goods_list dl dd:nth-of-type(2){
		display: none;
	}

	.alice_goods .goods_list .blank{
		display: none;
	}
}

/*---------------------
Toffyページ
---------------------*/


body.page-id-1108 .alice_goods .goods_list a dl dt{
  background: none;
	line-height: 1.2;
    border-bottom:3px solid #C0DCE4;
  padding: 10px 0 14px;
}

body.page-id-1108 .alice_gift dl dt{
	font-weight: bold;
    background:none;
    border-bottom:3px solid #C0DCE4;
    padding-bottom: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
}
