@charset "utf-8";

/*---------- mv ----------*/
.mainvisual{
	overflow: hidden;
}
/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
	height: auto;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible!important;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide{
	overflow: hidden;
}

.swiper-slide img{
	width: 100%;
}

/*---------- hair_style----------*/
.hair_style{
	padding-bottom: 150px;
}

.hair_style ul{
	overflow: hidden;
	margin-bottom: 30px;
}

.hair_style li{
	float: left;
	width: 22%;
	padding: 5px;
	box-sizing: border-box;
	background: #f1ead6;
	margin-right: 4%;
	margin-bottom: 40px;
	box-shadow: 0.105px 0.995px 2px 0px rgba(0, 0, 0, 0.31);
}

.hair_style li:nth-child(4n){
	margin-right: 0;
}

.hair_style li > div{
	width: 100%;
	position: relative;
	padding-top: 95.45%;
	overflow: hidden;
}

.hair_style li img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

/*---------- blog----------*/
.staff_blog{
	padding-bottom: 144px;
}

.staff_blog ul{
	overflow: hidden;
	margin-bottom: 10px;
}

.staff_blog li{
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-right: 4%;
	margin-bottom: 60px;
	overflow: hidden;
}

.staff_blog li:nth-child(even){
	margin-right: 0;
}

.staff_blog li .blog_img{
	width: 29.2%;
	float: left;
	margin-right: 4.2%;
}

.staff_blog li .blog_img img{
	width: 100%;
}

.staff_blog li .detail{
	width: 66.6%;
	margin-left: 33.4%;
	text-align: left;
}

.staff_blog li .detail .day{
	font-size: 18px;
	letter-spacing: 0.06em;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 15px;
}

.staff_blog li .detail .txt{
	font-size: 16px;
	letter-spacing: 0.06em;
}

.staff_blog li a:link,
.staff_blog li a:visited{
	color: #333;
	text-decoration: none;
}

.staff_blog li a:hover{
	color: #333;
	text-decoration: underline;
}

/*---------- staff ----------*/
.staff{
	padding-bottom: 140px;
}

.staff ul{
	overflow: hidden;
}

.staff ul li{
	float: left;
	width: 22%;
	margin-right: 4%;
	font-size: 18px;
	letter-spacing: 0.06em;
}

.staff ul li img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.staff ul li:last-child{
	margin-right: 0;
}

.staff ul li a{
	display: inline-block;
}

.staff ul li a:hover{
	text-decoration: none;
	color: #333;
}

@media screen and (min-width:768px){
	.staff ul li a:hover{
		opacity: 0.7;
	}
}

.staff ul li a:link,
.staff ul li a:visited{
	color: #333;
	text-decoration: none;
}

/*---------- about----------*/
.about{
	padding-bottom: 70px;
}

.about_detail{
	overflow: hidden;
	padding-bottom: 45px;
}

.about_detail .about_img{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.about_detail .about_img img{
	width: 100%;
}

.about_detail .about_txt{
	margin-left: 52%;
	text-align: left;
}

.about_detail .about_txt h4{
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 8px;
}

.about_detail .about_txt .txt{
	letter-spacing: 0.06em;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.75;
}

.about_point{
	overflow: hidden;
	padding: 45px 0 30px 0;
    text-align: left;
    border-top: 1px solid #000;
}

.about_point img{
	float: left;
	margin-right: 50px;
}

.about_point .about_point_txt{
	font-size: 16px;
	line-height: 2.4;
	text-align: left;
	margin-left: 350px;
}

.about_point .about_point_txt h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.about_point .about_point_txt span{
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width:768px){
	
	/*---------- mv ----------*/
	.mainvisual{
	}
	
	.container{
		height: auto;
		overflow: hidden;
	}
	
	/*---------- hair_style----------*/
	.hair_style{
		padding-bottom: 100px;
	}

	.hair_style ul{
		overflow: hidden;
		margin-bottom: 20px;
	}

	.hair_style li{
		float: left;
		width: 46%;
		margin-right: 8%;
		margin-bottom: 25px;
	}

	.hair_style li:nth-child(even){
		margin-right: 0;
	}

	/*---------- blog----------*/
	.staff_blog{
		padding-bottom: 100px;
	}

	.staff_blog ul{
		overflow: hidden;
		margin-bottom: 40px;
	}

	.staff_blog li{
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		padding: 20px 0;
		border-bottom: 1px dotted #000;
	}
	
	.staff_blog li:first-child{
		padding-top: 0;
	}

	.staff_blog li .blog_img{
		width: 33.3%;
		margin-right: 7.6%;
	}

	.staff_blog li .detail{
		width: 59.1%;
		margin-left: 40.9%;
	}

	.staff_blog li .detail .txt{
		font-size: 15px;
	}

	/*---------- staff ----------*/
	.staff{
		padding-bottom: 80px;
	}

	.staff ul li{
		float: left;
		width: 46%;
		margin-right: 8%;
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.staff ul li:nth-child(even){
		margin-right: 0;
	}

	/*---------- about----------*/
	.about{
		padding-bottom: 45px;
	}

	.about_detail .about_img{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.about_detail .about_txt{
		margin-left: 0;
		text-align: left;
	}

	.about_detail .about_txt h4{
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.97;
		text-align: center;
	}

	.about_detail .about_txt .txt{
		font-size: 14px;
		margin-bottom: 45px;
	}
	
	.about_point{
		padding: 45px 0 0 0;
	}

	.about_point img{
		float: none;
		width: 70%;
		display: block;
		margin: 0 auto 20px auto;
	}

	.about_point .about_point_txt{
		font-size: 14px;
		line-height: 1.75;
		margin-left: 0;
	}

	.about_point .about_point_txt h4{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.about_point .about_point_txt span{
		display: block;
		margin-bottom: 30px;
	}

}
