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

/* --------------------------------------------------
ttl-page
-------------------------------------------------- */
.ttl-page{
	background: url("../img/bg-ttl-shopping.jpg") center no-repeat;
	background-size: cover;
}

.shopping-sttl{
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	.shopping-ttl{
		font-size: 2.2rem;
	}
	.shopping-sttl{
		font-size: 2rem;
	}
}
/* --------------------------------------------------
shopping-wrap
-------------------------------------------------- */
.shopping-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.shopping-wrap.reverse{
	flex-direction: row-reverse;
}
.shopping-wrap .pht,
.shopping-wrap .shopping-txt{
	width: 48%;
}

.shopping-wrap .shopping-txt p{
	font-size: 1.7rem;
	line-height: 2.5;
}

@media screen and (max-width: 800px) {
	.shopping-wrap .pht,
	.shopping-wrap .shopping-txt{
		width: 100%;
	}
	.shopping-wrap .pht{
		margin-bottom: 1em;
	}
	.shopping-wrap .shopping-txt p{
		line-height: 1.8;
	}
}

/* --------------------------------------------------
dento
-------------------------------------------------- */
.dento{
	position: relative;
	z-index: 1;
	margin-bottom: 5%;
}
.dento:after{
	content: "";
	display: block;
	width: 60%;
	height: 90%;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: #EFEFEF;
	z-index: -1;
}
/* dento-ttl */
.dento-ttl{
	font-size: 3.8rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.dento-ttl:after{
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #B9464A;
}
.dento .inner-l{
	max-width: none;
	width: 100%;
}

.dento .shopping-wrap{
	justify-content: flex-start;
	margin-bottom: 5em;
}
.dento .shopping-wrap .pht{
	width: 60%;
}
.dento .shopping-wrap .shopping-txt{
	width: 40%;
	padding: 5%;
	background: #fff;
	margin-top: 2em;
	margin-left: -5%;
}
.dento .shopping-wrap.reverse .shopping-txt{
	margin-left: auto;
	margin-right: -5%;
}



@media screen and (max-width: 800px) {
	.dento-ttl{
		font-size: 2rem;
	}
	.dento .inner-l{
		max-width: 1600px;
		width: 92%;
	}
	.dento .shopping-wrap .pht,
	.dento .shopping-wrap .shopping-txt{
		width: 100%;
	}
	.dento .shopping-wrap .pht{
		margin-bottom: 0;
	}
	.dento .shopping-wrap .shopping-txt,
	.dento .shopping-wrap.reverse .shopping-txt{
		margin: 0 auto;
	}
}

/* --------------------------------------------------
meika
-------------------------------------------------- */
.meika{
	margin-bottom: 5%;
}

/* --------------------------------------------------
bg-gray
-------------------------------------------------- */
.bg-gray{
	padding: 4em 2em;
	margin-bottom: 6%;
	background: #F3F3F3;
}

/* --------------------------------------------------
sake
-------------------------------------------------- */
.sake{
	margin-bottom: 5%;
}
.sake .shopping-wrap{
	align-items: center;
}
.sake .sake-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 3em;
}
.sake .sake-list li{
	background: #fff;
	width: 32%;
	padding: 2em 1.5em;
}
.sake .sake-list li .sake-sttl{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.sake .sake-list li p{
	font-size: 1.7rem;
	line-height: 2.5;
}

@media screen and (max-width: 800px) {
	.sake .sake-list li .sake-sttl{
		font-size: 1.8rem;
	}
	.sake .sake-list li{
		width: 100%;
		margin-bottom: 1em;
	}
	.sake .sake-list li p{
		line-height: 1.8;
	}
}

/* --------------------------------------------------
shop-list
-------------------------------------------------- */
.shop-list{
	margin-bottom: 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.shop-list li{
	position: relative;
	width: 28%;
	margin: 0 2% 4%;
}
.shop-list li > a{
	display: block;
	height: 100%;
	background: #fff;
	z-index: 0;
}

.shop-list li >a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.shop-list li >a .pht img{
	transition: .5s;
}
.shop-list li .pht figcaption{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 100%;
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.shop-list li .pht .frame {
	position: relative;
	width: 100%;
	padding-top: 83.1%;
	overflow: hidden;
	background: #F5F5F5;
}
.shop-list li .pht .frame::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,.29);
}

.shop-list li .pht .frame img {
	bottom: 0;
	height: auto;
	left: -200%;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right: -200%;
	top: 0;
	width: 100%;
}

.shop-list li >a:hover .pht img{
	transform: scale(1.1);
}

@media screen and (max-width: 800px) {
	.shop-list li{
		width: 46%;
	}
	.shop-list li .pht figcaption{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 600px) {
	.shop-list li{
		width: 1006%;
	}
}