@charset "UTF-8";
@import url(cmn.css);
@import url(foundation.css);


#lv .txt p.p1{
	border-bottom:none!important;
}
/*---------------------*/

#shop h2{
	text-transform: none;
}
#shop .img{
	margin-bottom: 30px;
	text-align: center;
}
#shop p{
	text-align: center;
	margin-bottom: 20px;
}
#shop p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 500px){
	#shop p{
		text-align: justify;
	}
	#shop p .no{
		display: none;
	}
}

#shop .slide{
	width: 100%;
	margin-bottom: 30px;
}
#shop .slide .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
#shop .slide .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#shop .slide .slick-slide{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#shop .slide .slick-slide img{
	display: block;
	width: calc(100% - 1px);
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/*---------------------*/

#access{
	border-top: 1px solid #e4dcd4;
}

#part-shop .c1{
	width: 40%;
	order: 2;
}
#part-shop .c2{
	width: 57%;
	order: 1;
}
#part-shop h4{
	text-align: left;
	margin-bottom: 20px;
}
#part-shop h4+p{
	margin-bottom: 20px;
}
#part-shop dl{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
	justify-content: flex-start;
	border-top: 1px solid rgba(180,152,115,0.2);
}
#part-shop dt,
#part-shop dd{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 5px;
	border-bottom: 1px solid rgba(180,152,115,0.2);
}
#part-shop dt{
	width: 180px;
}
#part-shop dd{
	width: calc(100% - 180px);
}
#part-shop .map iframe{
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 850px){
	#part-shop dl{
		font-size: 1.6rem;
	}
	#part-shop dt{
		width: 130px;
	}
	#part-shop dd{
		width: calc(100% - 130px);
	}
}
@media screen and (max-width: 600px){
	#part-shop .wrapper .wrapper{
		padding: 0 0 40px 0;
		margin-bottom: 40px;
	}
}
#promise ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#promise ul li{
	display: block;
	width: 31%;
}
#promise ul li:nth-of-type(1){
	/*margin-top: 70px;*/
}
#promise ul li:nth-of-type(3){
	/*margin-top: 100px;*/
}
#promise ul li a{
	display: block;
	transition: 0.2s;
}
#promise ul li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#promise ul li dt,
#promise ul li dd{
	display: block;
	width: 100%;
}
#promise ul li dt{
	order: 2;
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1.3;
	color: #3a3c49;
	padding-top: 15px;
	position: relative;
	letter-spacing: 0.3rem;
}
#promise ul li dt:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #e00048;
	position: absolute;
	top: 0;
	left: 0;
}
#promise ul li dd{
	order: 3;
	line-height: 1.5;
}
#promise ul li dd:last-child{
	order: 1;
	margin-bottom: 15px;
}

@media screen and (max-width: 900px){
	#promise ul li:nth-of-type(1){
		margin-top: 30px;
	}
	#promise ul li:nth-of-type(3){
		margin-top: 50px;
	}
}
@media screen and (max-width: 650px){
	#promise{
		padding-top: 0;
	}
}
@media screen and (max-width: 600px){
#promise ul{
		display: block;
	}
#promise ul li{
		margin: 0 auto 20px !important;
		width: 80%;
	}
#promise ul li dd:last-child{
		text-align: center;
	}
	
#promise p{
	text-align: center;
	color:#000;
	margin-top:10%;
}

#promise h2 i::after{
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image:url("../images/cmn/floral.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
margin-left :2%;
	text-align:center;
	position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
	
}	
#promise h2{
	text-align: center;
	color:#000;
	padding-top:15%!important;
}	

}
#promise h2{
	text-align: center;
	color:#000;
	padding-top:3%;
}

#promise p{
	text-align: center;
	color:#000;
	padding-top:3%;
}

#promise h2 i::after{
	content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image:url("../images/cmn/floral.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	padding-right :25%;
	text-align:center;
	position: absolute;
  bottom: -40px;
  left: calc(50% - 30px);
	
}

#promise dt{
	line-height: 1.2;
	letter-spacing: 0.6rem;
	position: relative;
	margin-bottom: 30px;
	color: #3a3c49;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style:italic;
}

#promise dd{
	color: #3a3c49!important;
}


