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

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/*--------------------
_header
--------------------*/

header {
	background-image: linear-gradient(45deg, rgb(151 156 205 / 1), rgb(243 204 215 / 1) 50%, rgb(252 238 176 / 1));
}
header h1 {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
header div {
	position: relative;
}
header div img {
	display: block;
	margin: 0 auto;
	z-index: 1;
}
header strong {
	position: absolute;
	color: #fff;
	letter-spacing: 0.2rem;
	background: #151515;
}


/*--------------------
_body
--------------------*/
main section {
	margin: 0 auto;
	padding: 70px 0;
}
main section h2,
main#archive h2 {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 0.1rem;
	text-align: center;
}
main section h2::before,
main#archive h2::before {
	position: absolute;
	z-index: -1;
	content: "";
	background: #151515;
}
main section h3 {
	position: relative;
	z-index: 1;
	color: #231815;
	margin: 0 auto 65px;
	font-size: 1.8rem;
	font-weight: lighter;
	letter-spacing: 0.1rem;
	text-align: center;
}
main section h3::before {
	position: absolute;
	z-index: -1;
	content: "";
	background-image: linear-gradient(45deg, rgb(151 156 205 / 1), rgb(243 204 215 / 1) 50%, rgb(252 238 176 / 1));
	width: 100px;
	height: 5px;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}


	/*----------
	_pick
	----------*/
	main section.pick {
		padding: 150px 0 70px;
	}
	main section.pick h2::after {
		position: absolute;
		z-index: -1;
		content: "";
		background: #151515;
		width: 5px;
		height: 50px;
		left: 0;
		right: 0;
		top: -113px;
		margin: 0 auto;
	}
	main section.pick .pick_wrap,
	main.archive .list-wrap {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	main section.shop-main {
		padding: 50px 0;
	}
	main section.pick .pink_photo,
	main.archive .list-wrap .pink_photo {
		position: relative;
	}
	main section.pick .pink_photo img,
	main.archive .list-wrap .pink_photo img {
		position: absolute;
		left: 0px;
		top: 0px;
		border: 1px solid #efefef;
		background: #fff;
		padding: 5px;
	}
	main section.pick .pink_photo img:nth-child(1),
	main.archive .list-wrap .pink_photo img:nth-child(1) {
		rotate: 5deg;
	}
	main section.pick .pink_photo img:nth-child(2),
	main.archive .list-wrap .pink_photo img:nth-child(2) {
		rotate: -5deg;
	}
	main section.pick .pick_in strong,
	main section.shop-main strong,
	main.archive .list-wrap strong {
		display: block;
		margin: 0 auto;
		font-weight: lighter;
		text-align: center;
		letter-spacing: 0.1rem;
		background: url("../img/pink_ttl.png") no-repeat;
	}
	main section.pick .pick_in strong a,
	main section.shop-main strong a,
	main.archive .list-wrap strong a {
		display: block;
		text-decoration: none;
	}


	/*----------
	_list
	----------*/
	main section.list {
		padding: 100px 0 70px;
		background-image: linear-gradient(45deg, rgb(151 156 205 / 1), rgb(243 204 215 / 1) 50%, rgb(252 238 176 / 1));
	}

	main section.list .list_wrap {
		display: flex;
		justify-content: space-between;
	}

	main section.list .list_wrap + a,
	main.archive nav a {
		display: block;
		width: 80px;
		height: 80px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		line-height: 80px;
		letter-spacing: 0.1rem;
		margin: 0 auto;
		border-radius: 40px;
		background: #231815;
		transition: all 0.5s ease;
	}
	main section.list .list_wrap + a:hover,
	main.archive nav a:hover {
		color: #fff;
		background: #666;
	}
	main section.list .list_wrap div img {
		width: 220px;
		height: 220px;
		object-fit: cover;
	}


	/*----------
	_what
	----------*/
	main section.what {
	}
	main section.what p {
		font-size: 0.8rem;
		line-height: 1.8;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		font-weight: 400;
		font-style: normal;
	}
	main section.what img {
		width: 70px;
		margin: 30px auto;
	}


	/*----------
	_ranking
	----------*/
	main section.ranking {
		padding: 100px 0 70px;
		background-image: linear-gradient(45deg, rgb(151 156 205 / 1), rgb(243 204 215 / 1) 50%, rgb(252 238 176 / 1));
	}
	main section.ranking .ranking_wrap {
		margin: 0 auto;
		display: flex;
	}
	main section.ranking .ranking_wrap .ranking_in .ranking_icon {
		height: 50px;
		margin: 0 auto 20px;
	}

	main section.ranking .ranking_wrap .ranking_in .ranking_block {
		background: #fff;
		border: 1px solid #efefef;
		text-align: center;
		padding: 30px 0;
	}

	main section.ranking .ranking_wrap .ranking_in .ranking_block strong {
		display: block;
		font-size: 1.2rem;
		font-weight: lighter;
		margin: 0 auto 20px;
	}
	main section.ranking .ranking_wrap .ranking_in .ranking_block img {
		display: block;
		max-width: 340px;
		margin: 0 auto 20px;
	}
	main section.ranking .ranking_wrap .ranking_in .ranking_block p {
		font-size: 0.9rem;
		margin: 0 auto 20px;
	}
	main section.ranking .ranking_wrap .ranking_in .ranking_block a {
		display: block;
		width: 200px;
		height: 50px;
		text-decoration: none;
		line-height: 48px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #898989;
		transition: all 0.5s ease;
	}
	main section.ranking .ranking_wrap .ranking_in .ranking_block a:hover {
		color: #fff;
		background: #898989;
	}
	main section.ranking .ranking_wrap .ranking_in:nth-child(1) .ranking_block {
		border-top: 5px solid #c68b1f;
	}
	main section.ranking .ranking_wrap .ranking_in:nth-child(2) .ranking_block {
		border-top: 5px solid #878787;
	}
	main section.ranking .ranking_wrap .ranking_in:nth-child(3) .ranking_block {
		border-top: 5px solid #d4b4bb;
	}


	/*----------
	_open
	----------*/
	main section.open .open_wrap {
		margin: 0 auto;
	}
	main section.open .open_wrap div {
		position: relative;
	}
		main section.open .open_wrap div img {
			width: 100%;
			height: auto;
		}
		main section.open .open_wrap div span {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100px;
			height: 40px;
			text-align: center;
			line-height: 40px;
			color: #fff;
			font-size: 0.8rem;
			letter-spacing: 0.1rem;
		}
			main section.open .open_wrap div span.new {
				background: #85849f;
			}
			main section.open .open_wrap div span.ren {
				background: #ccc191;
			}
		main section.open .open_wrap div p {
			position: absolute;
			bottom: 0px;
			left: 0;
			width: 100%;
			height: 50px;
			padding: 0 10px;
			text-align: right;
			line-height: 50px;
			color: #fff;
			background-color: rgb(34 34 34 / 0.2);
		}


	/*----------
	_archive
	----------*/
	main#archive {
		margin: 0 auto;
		padding: 70px 0;
	}
	main.archive nav {
		text-align: center;
	}


	/*----------
	_single
	----------*/
	.shop-main .shop-img img {
		border: 1px solid #efefef;
		background: #fff;
		margin: 0 auto;
		padding: 5px;
	}
	.slick-slide img {
	  max-width: 350px;
	}
	main section.shop-main .shop-cont {
		max-width: 400px;
		margin: 30px auto 0;
		text-align: center;
	}

	.shop_det {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 0.8rem;
		margin: 30px 0 0;
	}
	.shop_det dt {
		width: 30%;
		font-weight: normal;
		background: #333;
		color: #fff;
	}
	.shop_det dd {
		width: 65%;
	}
	.shop_det dt,
	.shop_det dd {
		text-align: center;
		padding: 5px 0;
		margin: 0 0 10px;
	}
	
	.map_link {
		display: block;
		width: 150px;
		margin: 20px auto;
		padding: 5px 0px;
		text-decoration: none;
		color: #000;
		border: 2px solid #000;
	}
	.map_link:hover {
		background: #000;
		color: #fff;
	}

/*--------------------
_footer
--------------------*/

footer {
	color: #444444;
	text-align: center;
	padding: 50px 0;
	background-image: linear-gradient(45deg, rgb(151 156 205 / 1), rgb(243 204 215 / 1) 50%, rgb(252 238 176 / 1));
}
footer img {
	display: block;
	width: 175px;
	height: auto;
	margin: 0 auto 20px;
}

