@charset "UTF-8";
@import url(cmn.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%;
}

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

#access{
	
}

#part-shop .c1{
	width: 49%;
	order: 1;
	
	
}
#part-shop .c2{
	width: 49%;
	order: 2;
	margin-top:-10.5%;
	
}
#part-shop .c3{
	width: 98%;
}


#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;
	border-top: 1px solid rgba(180,152,115,0.2);
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight:normal!important;
}
#part-shop dt{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 5px;
	border-bottom: 1px solid rgba(180,152,115,0.2);
}
#part-shop dd{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 5px;
	border-bottom: 1px solid rgba(180,152,115,0.2);
}
#part-shop dt{
	width: 300px;
}
#part-shop dd{
	width: calc(100% - 300px);
}
#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: 40%;
	}
	#part-shop dd{
		width: calc(100% - 40%);
	}
}
@media screen and (max-width: 600px){
	#part-shop .wrapper .wrapper{
		padding: 0 0 40px 0;
		margin-bottom: 40px;
	}
}
.menuList ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.menuList ul li{
	display: block;
	width: 31%;
}
.menuList  ul li:nth-of-type(1){
	/*margin-top: 70px;*/
}
.menuList ul li:nth-of-type(3){
	/*margin-top: 100px;*/
}
.menuList  ul li a{
	display: block;
	transition: 0.2s;
}
.menuList  ul li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.menuList  ul li dt,
.menuList ul li dd{
	display: block;
	width: 100%;
}
.menuList ul li dt{
	order: 2;
	margin-bottom: 5px;
	line-height: 1.3;
	padding-top: 15px;
	position: relative;
	letter-spacing: 0.3rem;
}
.menuList ul li dt:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #e00048;
	position: absolute;
	top: 0;
	left: 0;
}
.menuList ul li dd{
	order: 3;
	line-height: 1.5;
}
.menuList ul li dd:last-child{
	order: 1;
	margin-bottom: 15px;
}

/*ここから*/
#color dt,#straight dt,#headspa dt,#perm dt,#cut dt{
	font-size:1.8rem;
	font-weight:bold;
}
#color dt span,#straight dt span,#headspa dt span,#perm dt span,#cut dt span{
	font-size:1.4rem;
	font-weight:400;
	line-height: 1.5rem;
}


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

.menuList 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;
	text-align:center;
	position: absolute;
  bottom: -10%!important;
  left: calc(50% - 0px);
	
}	
.menuList h2{
	text-align: center;
	color:#000;
	padding-top:15%!important;
	margin-bottom:10%;
}	
#color .c1,#straight .c1,#perm .c1{
	margin-top:5%!important;
	
}
}


.menuList h2{
	text-align: center;
	padding-top:3%;
	margin-bottom:35%;
}


.menuList 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: -55%;
  left: calc(50% - 15px);
	
}

.slant-bg {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    top: -100px;
}

.slant-bg p {
    /*width: 65%;
    margin: 0 auto;*/
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4f1eb;
    transform: skewY(-7deg);
    z-index: -1;
}
.slant-bg2 {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    top: -100px;
}

.slant-bg2 p {
   /* margin: 0 auto;*/
}

.slant-bg2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4f1eb;
    transform: skewY(7deg);
    z-index: -1;
}


