@charset "utf-8";

body {
    line-height:2.25em;
}

.pcBr br{
  display:none;
}

.pcBr1024 br{
  display:none;
}

.inRow01:nth-of-type(n+2) {
    margin-top: 60px;
}

.imgRadiBx01,
.inRadiImg01 {
  border-radius:10px;
}

.inRowMag01:nth-child(n+2) {
    margin-top: 100px;
}

.inStaffCt:nth-child(n+2) {
    margin-top: 60px;
}

/*-- その他 -----------------------------------------------------------------*/

.btn01.white.inOriginalBnrBtn:before {
    width: 30px;
    height:30px
}

.starList:before {
    content: "★";
    position: absolute;
    left: 0;
    color: #8F77B5;
}

.starList {
    position: relative;
}

.salonListTxt{
	 padding-left: 0.5em;
    /* text-indent: -1.2em; */
    margin-bottom: 10px;
    /* display: flex; */
    position: relative;
    line-height: 1em;
}

.salonListTxt:before {
  content:"";
  display: inline-block;
  margin: 0 3px 0 0;
  background: rgb(143, 119, 181);
  height: 8px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.inBnrBx {
    box-shadow: 10px 10px 15px 0 rgb(171 169 177 / 28%);
}

.payDecoTIt {
    margin-bottom: 20px;
}

.beginnerschoolRecomendTh {
    border-bottom: 1px solid #ccc;
}

.handcareFlowImgBx.handcareExampleImgBx01 {
    padding: 0 0 67%;
}


/*-- アコーディオン -----------------------------------------------------------------*/

/*-- ページャー*/

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #8F77B5 solid;
  /* color: #383838; */
}

.webgene-pagination > ul > li.selected > a{
  color: #fff;
  background: #8F77B5;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #8F77B5;
    background-color: #fff;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #8F77B5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #8F77B5;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}


/*-- テキスト -----------------------------------------------------------------*/

.inDeco01 {
    text-align: center;
}

.inDeco01:after {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: #393572;
    -ms-transform: translateY(-50%);
    margin: 7.7px auto 0px auto;
}

.inDeco02 {
    padding-right: 1.5em;
    position: relative;
}

.inDeco02:before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: #383838;
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.inDeco03 {
    background-color: #393572;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 20px 5px;
}

.inCate01 {
    color: #393572;
    border: 1px solid #393572;
    border-radius: 30px;
    display: inline-block;
    padding: 0 1em;
}

.balloon1 {
  position: relative;
  /* margin: 1.5em 0; */
  padding: 5px 1.7em;
  min-width: 120px;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  background: #8F77B5;
  border-radius: 20px;
  font-size: 16px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 93%;
  left: 12%;
  border: 13px solid transparent;
  border-top: 15px solid #8F77B5;
  transform: rotate(9deg);
}

.listTxt01 {
    padding-left: 1em;
    position: relative;
}

.listTxt01:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

.inTitBx01 {
    margin-bottom: 30px;
    border-bottom: 1px dashed #393572;
}

.inTit01 {
    font-size: 20px;
    font-family:'Kosugi Maru', sans-serif;
    color:#393572;
    padding-bottom: 15px;
    line-height: 1.6em;
}

.inTit02 {
    font-size: 19px;
    line-height: 1.5em;
    color: #8F77B5;
    font-weight: 700;
    letter-spacing: 0.05em;
}


/*-- 下層カバー -----------------------------------------------------------------*/

.incover {
	max-width: 1770px;
	width: 100%;
	/* height: 320px; */
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 30px;
}

.incover img {
	border-radius: 30px;
	/* object-fit:cover; */
	/* height:100%; */
	/* width: 100%; */
}

.incover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	/* background-color: rgb(255 255 255 / 35%); */
	border-radius: 30px;
}

.salonCover {
  background-position: 73% 0%!important;
}

.handCareCover {
  background-position: 0% 58%!important;
}

.gjs-dashed .incover:before {
	display:none;
}

.incoverTit{
	margin-top: 10px;
	position: relative;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: 15px;
	font-weight: 400;
	color: #393572;
	font-family: 'Kosugi Maru', sans-serif;
}

.incoverSubTit{
	/* font-size: 29px; */
	/* margin-top: 5px; */
	font-family: 'EB Garamond', serif;
	font-size: 25px;
	letter-spacing: 0.1em;
}

.incoverTxtBx{
    text-align: center;
    color: #fff;
    position: relative;
    width: 96%;
    flex-direction: column;
    max-width: 1520px;
    margin: 0 auto 20px auto;
    text-align: left;
}

.incoverWrap {
    /* display: flex; */
    margin-top: 150px;
    width: 96%;
    margin: 150px auto 0 auto;
}

.incoverTxtBx {
    /* width: 20%; */
}

/*-- パンくず -----------------------------------------------------------------*/

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	max-width: 1215px;
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.33em;
	flex-wrap: wrap;
}

.breadLink {
	color: #333;
	text-decoration: underline;
	display: flex;
	align-items: center;
}

.breadLink:hover {
	color: #333;
}

/*-- ブロック ----------------------------------------------------------*/

.wrap01 {
	padding: 60px 0;
}

.inner {
	max-width: 1250px;
	width: 100%;
	margin: auto;
	min-height: 15px;
	padding: 0 15px;
}

/*---form--*/


.formInput {
    border: none;
    background: #E2E2E2;
    height: 52px;
    padding: 10px;
    width: 100%;
}

.formTextArea {
    border: none;
    background: #E2E2E2;
    padding: 10px;
    width: 100%;
    height: 250px;
}

select {
    border: none;
    background: #eaeaea;
    height: 40px;
    padding: 8px;
    width: 72px;
}

label {
    margin-bottom: 0;
    margin-right: 7px;
    color: #E2E2E2;
}

.formTh {
  padding: 0 15px;
  color: #E2E2E2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  /* background-color: #605858; */
}

.formTd {
  padding: 0 15px;
  color: #E2E2E2;
  /* background-color: #fff; */
}

.formRow {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}

.contTable {
border: 1px solid #ccc;
}

.requiredText {
  /* padding: 1px 4px 1px 4px; */
  color: #f25a4a;
  font-size: 14px;
  /* background-color: #f25a4a; */
}

.privacyBox {
  border: 1px solid #ccc;
  padding: 15px 2% 15px 2%;
  width: 100%;
  overflow-y: scroll;
  background: #E2E2E2;
  /* color: #583A0E; */
}

.formTb {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/*-- テーブル -----------------------------------------------------------------*/
.baseTb {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}

.baseTh {
	padding: 10px;
	font-weight: 700;
	/* background-color: #fff; */
	color: #383838;
	line-height: 1.5em;
	display: flex;
	align-items: baseline;
}

.baseTd {
	padding: 10px;
	color: #333;
	line-height: 1.5em;
}

.baseTd > a {
	display: inline-block;
	color: #2B2939;
	text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

.baseTb .row {
    border-bottom: 1px solid #383838;
    padding: 20px 0 6px 0;
    position: relative;
}

.baseTb .row:before {
    /* content: ""; */
    display: block;
    width: 47px;
    height: 2px;
    background-color: #E55B32;
    position: absolute;
    bottom: -1px;
    left: 0;
}


/*-- プライバシーポリシー ----------------------------------------------------------*/

.privacyBox {
    height: 400px;
    width: 100%;
    padding: 20px 2% 20px 2%;
    background: #fff;
    border: 1px solid #E9E9E9;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}

.privacyDt {
    border-left: 5px solid #393572!important;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px 10px;
    font-weight: 700;
    margin: 31px 0 0 0;
    letter-spacing: 0.15em;
}

.privacyDd {
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.05em;
}

.privacyNum {
    max-width: 30px;
    width: 100%;
}

/*-- ハンドケア ----------------------------------------------------------*/

.handcareItem01:nth-child(n+2) {
    margin-top: 100px!important;
}

.handcareBgAr01 {
    position: relative;
}

.handcareBgAr01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F9F8FB;
    width: 37%;
    height: 50%;
    bottom: auto;
    border-radius: 100px 0 0 100px;
}

.handcareBgAr01:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 13%;
    left: 0;
    background-color: #F9F8FB;
    width: 50%;
    height: 49%;
    border-radius: 0px 100px 100px 0px;
    z-index:-1;
}

.handcareFlowImgBx {
    position: relative;
    padding: 0 0 100%;
}

.handcareFlowImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.handCareImgControl {
    position: relative;
    padding: 0 0 100%;
}

.handCareImgControl img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    /* max-width: 350px; */
    height: 100%;
}

/*-- トラブル ----------------------------------------------------------*/

.payBx01 {
    border-bottom: 1px solid #393572;
}

.profileBnr:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #fff;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 1;
}

/* .profileBnrImgBx01 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
} */

.profileBnrImgBx01 {
	position:relative:
}

/*-- フォームdisable -----------------------------------------------------------------*/

.formWrap input[type="text"]:disabled {
    background: #c2c1cd;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:700px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    .salonListTxt {
        font-size: 18px!important;
    }

	.incoverTit{
		font-size: 25px;
	}
  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 700px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- inCover -----------------------------------------------------------------*/

.iCovAr > h1 {
    font-size: 48px;
}

.incover {
	/* height: 400px; */
	/* width: 80%; */
}

.incover {
	/* height: 600px; */
}


.incover img {
	/* object-fit: cover; */
	/* width:100%; */
}


.incoverTit{
	/* font-size: 80px; */
	/* margin-top: 18px; */
}

.incoverSubTit{
	font-size: 38px;
}
 
.wrap01 {
	padding: 120px 0;
}

.incoverTit{
	font-size: 35px;
}

.pcBr br{
  display:block;
} 

.inTitBx01 {
    margin-bottom: 50px;
}

.baseTb .row {
    padding: 17px 0 6px 0;
}

.incoverSubTit{
	font-size: 41px;
}

.incoverWrap {
    margin-top: 200px;
}

.incover {
	border-radius: 100px;
}

.incover img {
	border-radius: 100px;
}

.incover:before {
	border-radius: 100px;
}

  
/*-- テキスト ----------------------------------------------------------*/

.inTit02 {
    font-size: 25px;
}


.inTit01 {
    padding-bottom: 38.5px;
}


  
/*-- ハンドケア ----------------------------------------------------------*/
  
.handcareBgAr01:before {
    border-radius: 350px 0 0 350px;
}

.handcareBgAr01:after {
    border-radius: 0px 350px 350px 0px;
}
  
.handcareFlowImgBx {
    position: relative;
    padding: 0 0 100%;
}

.handcareFlowImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
/*-- トラブル ----------------------------------------------------------*/

.payBx01 {
    border-right: 1px solid #393572;
    border-bottom: none;
}

/*-- スクール ----------------------------------------------------------*/


.salonListTxt:before {
	margin: 0px 10px 1px 0;
}

.salonListTxt {
	padding-left: 1.3em;
}

.schoolFlowSlider:before {
    content: "";
    display: block;
    width: 87%;
    height: 5px;
    background-color: #8F77B5;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
  
.StickyAr {
    position: sticky;
}
  
.schoolPlofileTxt01 {
    border-bottom: 1px solid #ccc;
}

.formTh {
  padding: 15px 15px 15px 15px;
}

.formTd {
  padding: 15px 15px 15px 15px;
}
  
    .salonListTxt {
        font-size: 20px!important;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.pcBr1024 br{
  display:block;
}
  
/*-- inCover -----------------------------------------------------------------*/
.incover {
	/* height: 800px; */
}

.incover img {
	/* width:100%; */
	/* object-fit:cover; */
	/* height:100%; */
}

.incoverTit{
	font-size: 40px;
}

.incoverTxtBx{
    margin: 0 auto 30px auto;
}
/*-- テキスト ----------------------------------------------------------*/
  
.inTit02 {
    font-size: 30px;
}

.inTit01 {
    font-size: 30px;
}
  
/*-- その他 ----------------------------------------------------------*/

.beginnerschoolRecomendTh {
    border-bottom: none;
    border-right: 1px solid #ccc;   
}

.privacyBox {
    padding: 30px 2% 30px 2%;
}
  
.btn01.white.inOriginalBnrBtn:before {
    width: 45px;
    height:45px
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.incoverTit{
	font-size: 50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- inCover -----------------------------------------------------------------*/

    
/*-- テキスト ----------------------------------------------------------*/
  
.inColTit01 {
    font-size: 30px;
    line-height: 1.5em;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.worryWomanDeco{
  bottom:0!important;
  }
  
  .handcareMenuTit01 {
  font-size:25px;!important;
  }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */