@charset "utf-8";

/* ******************************************
	General
****************************************** */


@media screen and (max-width:768px) {
}




/* *******************
	concept_mes
******************* */
#concept_mes {
	position: relative;
}
#concept_mes p {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 25px;
}
#concept_mes .pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#concept_mes .pickup picture {
	width: 25%;
	aspect-ratio: 36/30;
	overflow: hidden;
}
#concept_mes .pickup picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#concept_mes .pickup picture {
		width: 50%;
	}
}
@media screen and (max-width:450px) {
	#concept_mes {
		padding-top: 30vw;
	}
	#concept_mes p {
		font-size: 18px;
	}
}




/* *******************
	concept_stylist
******************* */
#concept_stylist .flex {
  align-items: stretch;
}
#concept_stylist .flex picture {
  width: 50%;
  overflow: hidden;
  margin: 0;
}
#concept_stylist .flex picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
/*   object-position: 100% 50%; */
}
#concept_stylist .flex .document {
  width: 40%;
  text-align: left;
  margin-right: 5%;
}
#concept_stylist .flex .document h3 {
	font-size: 48px;
	margin: 20px auto 25px;
	padding-bottom: 12px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
#concept_stylist .flex .document h3 small {
	font-size: 70%;
	color: #8DB521;
	position: absolute;
	text-align: right;
	right: 0;
	display: inline-block;
}
#concept_stylist .flex .document dl {
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  font-size: 21px;
}
#concept_stylist .flex .document dl dt {
  width: 49%;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #000;
}
#concept_stylist .flex .document dl dd {
  width: 49%;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#concept_stylist .flex .document p {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 50px;
}
#concept_stylist .flex .document p.gb {
	background-color: #8DB521;
	color: #fff;
	padding: 20px;
	margin-bottom: unset;
}

@media screen and (max-width:600px) {
  #concept_stylist .flex picture {
    width: 90%;
    margin: 0 auto 25px;
  }
  #concept_stylist .flex .document {
    width: 90%;
    margin-right: unset;
    margin: 0 auto;
  }
  #concept_stylist .flex .document .btn_more_u {
    text-align: right;
  }
}
@media screen and (max-width:450px) {
}




/* *******************
	concept_service
******************* */
#concept_service h3 {
  line-height: 2em;
}





/* *******************
	concept_info
******************* */
#concept_info {}
#concept_info .flex {
}
#concept_info .flex h3 {
    margin-bottom: 20px;
}
#concept_info .flex ul {
	width: 45%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#concept_info .flex ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#concept_info .flex ul li address i {
	margin-right: 5px;
}
#concept_info .flex ul li .tel {
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 8px;
	display: block;
}
#concept_info .flex ul li .tel::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/ico_tel_bk.svg);
	background-position: center center;
	background-size: contain;
	margin-right: 5px;
}
#concept_info .flex ul li dl {
	padding: 0;
	margin: 0;
}
#concept_info .flex ul li dl dt {
	padding: 0;
	margin: 0;
}
#concept_info .flex ul li dl dd {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#concept_info .flex picture {
	width: 45%;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#concept_info .flex ul {
		width: 100%;
		margin-bottom: 25px;
	}
	#concept_info .flex picture {
		width: 100%;
	}
}
@media screen and (max-width:450px) {
}




/* *******************
	concept_schedule
******************* */
#concept_schedule {
	border-top: 1px solid #000;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}






.kakko-03auto {
	padding: 1.5rem 3rem;
	position: relative;
	box-sizing: border-box;
}
.kakko-03auto::before,
.kakko-03auto::after {
	content: '';
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	box-sizing: border-box;
	border-top: 4px solid #8DB521;
	border-bottom: 4px solid #8DB521;
}
.kakko-03auto::before {
	border-left: solid 4px #8DB521;
	left: 0;
	border-radius: 8px 0 0 8px; /* 左上 | 右上 | 右下 | 左下 */
}
.kakko-03auto::after {
	border-right: solid 4px #8DB521;
	right: 0;
	border-radius: 0 8px 8px 0; /* 左上 | 右上 | 右下 | 左下 */
}
.kakko-03auto p{
	margin: 0;
}