@charset "utf-8";
/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg.HeadEyelash {
  background-image: url("/common/images/lower/eyelash/head_eyelash_bg.png");
}
@media screen and (max-width: 767px) {
  .pageHeadImg {
    background-position: left bottom;
  }
}
/***************************************************************************

  EYELASH

***************************************************************************/
.h2txt {
  margin-bottom: 70px;
}
.h2txt span {
  line-height: 2;
}
.eyelashImgWrap {
  max-width: 900px;
  margin: 0 auto 150px auto;
}
.eyelashImgWrap p {
  text-align: center;
  padding: 60px 0 0 0;
  font-size: 1.8rem;
  line-height: 2.6;
}
.eyelashDtlWrap {
  max-width: 900px;
  margin: 0 auto;
}
.eyelashDtlBox {
  display: flex;
  align-items: top;
  flex-direction: row-reverse;
  margin-bottom: 108px;
}
.eyelashDtlBox.dtlPerm {
  flex-direction: row;
  margin-bottom: 150px;
}
.eyelashDtlImg {
  width: 56%;
}
.eyelashDtlTxt {
  width: 44%;
  padding-left: 88px;
  transition: .3s;
}
.dtlPerm .eyelashDtlTxt {
  padding: 80px 80px 0 0;
}
.eyelashDtlTxt h2 {
  font-family: 'KhmerMN';
  font-size: 3.6rem;
  letter-spacing: .4rem;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
.eyelashDtlTxt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.eyelashDtlTxt p {
  font-size: 1.6rem;
  line-height: 2;
}
.eyelashInfoWrap {
  max-width: 840px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
}
.eyelashInfoWrap li {
  width: 50%;
  margin-bottom: 80px;
}
.eyelashInfoBox {
  width: 420px;
  margin: 0 auto;
  padding: 0 50px;
  transition: .3s;
}
.eyelashInfoBox p {
  font-size: 1.4rem;
}
.eyelashInfoWrap li figure {
  margin-bottom: 20px;
}
.flowWrap {
  max-width: 900px;
  margin: 0 auto 150px auto;
  text-align: center;
}
.flowWrap .h2txt {
  display: inline-block;
  border-bottom: solid 1px #000;
}
.flowDl {
  margin-bottom: 120px;
}
.flowDl dt {
  position: relative;
  height: 80px;
}
.flowDl dt h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.2rem;
  letter-spacing: .2rem;
  font-weight: 500;
  text-shadow:
    1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.flowDl dt span {
  font-family: 'KhmerMN';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  -webkit-transform: translate(-50%, -42%);
  -ms-transform: translate(-50%, -42%);
  z-index: 1;
  color: #eeeeef;
  font-size: 8rem;
}
.flowDl dd {
  font-size: 1.4rem;
}
.flowArrow {
  padding: 40px;
}
.attention {
  text-align: left;
  background-color: #eeeeef;
  padding: 30px 45px;
  font-size: 1.4rem;
}
.staffWrap {
  max-width: 790px;
  margin: 0 auto 170px auto;
}
.stylistInfoWrap {
  display: flex;
}
.stylistInfo {
  width: 50%;
  text-align: center;
}
.stylistInfo figure {
  padding: 0 60px;
  margin-bottom: 20px;
}
.stylistInfo p {
  font-size: 1.4rem;
}
.stylistInfo .name {
  font-size: 2.4rem;
  letter-spacing: .3rem;
  margin-bottom: 14px;
}
.stylistInfo .fen {
  letter-spacing: .1rem;
}
.stylistInfo .fen a {
	color: #231815;
}
.stylistInsta img, .stylistInsta span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.stylistInsta img {
  margin-right: 14px;
}
.menuWrap {
  max-width: 650px;
  margin: 0 auto 100px auto;
}
.menuWrap h3 {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 1.8rem;
}
.menuWrap h3 span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 1.0rem;
  display: inline-block;
}
.menuWrap p {
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.menuLi {
  margin-bottom: 50px;
  font-size: 1.2rem;
}
.menuLi li {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.menuHr {
  flex: auto;
  background-image: url("/common/images/lower/eyelash/price_bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  margin: 0 10px;
}
.reserveWrap {
  max-width: 960px;
  margin: 0 auto 120px auto;
}
.reserveDl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  letter-spacing: .2rem;
}
.reserveDl dt {
  width: 40%;
  padding: 24px 0 18px 40px;
  border-bottom: solid 1px #000;
}
.reserveDl dd {
  width: 60%;
  padding: 24px 0 18px 0;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 900px) {
  .eyelashDtlTxt {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dtlPerm .eyelashDtlTxt {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 1028px) {
  .eyelashInfoBox {
    padding: 0 20px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .h2txt {
		margin-bottom: 35px;
  }
  .h2txt span {
    line-height: 2;
  }
  .eyelashImgWrap {
		margin-bottom: 60px;
  }
  .eyelashImgWrap p {
		text-align: left;
    padding: 30px 10px 0 40px;
    font-size: 1.6rem;
    line-height: 2.6;
  }
  .eyelashDtlBox {
		display: block;
    margin-bottom: 50px;
  }
  .eyelashDtlBox.dtlPerm {
    margin-bottom: 70px;
  }
  .eyelashDtlImg {
    width: 100%;
		padding-right: 30%;
  }
  .eyelashDtlTxt {
		width: 100%;
    padding-left: 40px;
		margin-bottom: 40px;
  }
  .dtlPerm .eyelashDtlTxt {
		padding: 0 40px 0 0;
  }
	.dtlPerm .eyelashDtlImg {
		padding-right: 0;
		padding-left: 30%;
	}
  .eyelashDtlTxt h2 {
    font-size: 3rem;
    margin-bottom: 20px;
		line-height: 1;
  }
	.dtlPerm .eyelashDtlTxt h2 {
		text-align: right;
	}
  .eyelashDtlTxt h3 {
		font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .eyelashDtlTxt h3,
	.eyelashDtlTxt p {
		padding-right: 40px;
  }
	.eyelashDtlTxt p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.dtlPerm .eyelashDtlTxt h3,
	.dtlPerm .eyelashDtlTxt p {
		padding-right: 0;
		padding-left: 40px;
	}
  .eyelashInfoWrap {
    margin-bottom: 50px;
    display: block;
    padding: 0 30px;
  }
  .eyelashInfoWrap li {
    width: 100%;
    margin-bottom: 40px;
  }
  .eyelashInfoBox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .eyelashInfoWrap li figure {
    margin-bottom: 10px;
  }
  .flowWrap {
		margin-bottom: 60px;
		padding: 0 30px;
  }
  .flowDl {
		margin-bottom: 60px;
  }
  .flowDl dt h3 {
		width: 100%;
  }
  .flowDl dd {
		font-size: 1.3rem;
		text-align: left;
  }
  .flowArrow {
		padding: 30px;
		text-align: center;
  }
	.flowArrow img {
		width: 10px;
		height: auto;
	}
  .attention {
		padding: 10px 20px;
  }
  .staffWrap {
    margin-bottom: 60px;
  }
  .stylistInfoWrap {
    display: block;
  }
  .stylistInfo {
    width: 100%;
		margin-bottom: 40px;
  }
  .stylistInfo figure {
		padding: 0 80px;
  }
  .menuWrap {
		margin-bottom: 50px;
		padding: 0 30px;
  }
  .menuWrap h3 {
		padding-top: 20px;
		border-top: solid 2px #000;
    font-size: 1.2rem;
  }
  .menuLi {
		margin-bottom: 20px;
  }
  .reserveWrap {
		margin-bottom: 60px;
		padding: 0 30px;
  }
  .reserveDl {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
  .reserveDl dt {
		width: 35%;
    padding: 10px 0;
  }
  .reserveDl dd {
		width: 65%;
    padding: 10px 0;
  }
}