@charset "utf-8";

.anchorBtn {
    max-width: 346px;
    width: 100%;
    margin: 15px auto 0;
    padding: 23px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
	position: relative;
}

.anchorTel {
	border: solid 1px #FCF6F1;
    color: #191918;
	background: #FCF6F1;
}

.anchorWeb {
    background-color: #4CB7AE;
}

.anchorWeb p {color: #fff;}

.anchorTel:hover {
    color: #191918;
	background: #FFF;
}

.anchorWeb:hover {
	opacity: .7;
}


.anchorBtn img, .anchorBtn p {
	position: relative;
	z-index: 1;
}

/*--keyman--*/

.flexRow.introRow {
    flex-direction: column;
}

.inBtnWrap.maskDarkGradation:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.inBtnGrid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.inBtnGrid .btn01 {
    width: unset;
}

.inBtn01 {
	max-width: 140px !important;
}

.inSalonBtnWrap.grid3 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 0px;
}

/*--reserve--*/

.grid2.phoneGrid {
	gap: 30px;
}

.grid2.rsvBtnWr  {
	gap: 30px;
}

.imgBtn {
    max-width: 940px;
    width: 100%;
    display: block;
    padding: 0 20px 20px 0;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s;
    position: relative;
}

.imgBtn:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    background: #191918;
}

.imgBtnInner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 11px 15px 11px;*/
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 25%);*/
    transition: all .3s;
    position: relative;
    color: #fff;
}

.imgBtn:hover .imgBtnInner {
    transform: translate(20px, 20px);
}

.imgBtnInner.linkMask:hover .linkImgBox img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--salon--*/

.salonL .imgBox75 {
    padding-top: 61%;
	transition: .3s all;
}

.salonL .imgBox75 img {
    object-fit: contain;
}

.salonIndicators .imgBox75:hover {
	opacity: 0.7;
	transition: .3s all;
}

.salonIndicators {
    position: static;
    width: 100%;
    margin: 16px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/*--commitment--*/

.commitment02R {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.commitment02.maskDarkGradation:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.commitment02R .inSalonLink:hover {
	filter: brightness(0.7); 
}

/*--staff--*/

.staffGrid.grid3 {
	gap: 40px;
}

/*--menu--*/

.menuGrid.grid2 {
	gap: 60px 40px;
}

/*--recruit--*/

.recruitTabGroup.tabGroup {
    padding: 20px 25px;
}

.recruitTabGroup.tabGroup:before, .recruitTabGroup.tabGroup:after {
	width: 90%;
}

.curriculumTxt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #191918;
    z-index: 1;
}

.interviewRowContents .grid2 {
	gap:40px;
}

.faqMessagePc {
	display: none !important;  
}
  
.faqMessageSp {
	display: block !important;  
}
  

/*--entry--*/

.entryArrowBox {
  position: relative;
  width: 40px;
  height: 40px;
}

.entryArrowBox .iconImg,
.entryArrowBox .iconImgHvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.entryAnchorBtn .entryArrowBox .iconImgHvr {
  opacity: 0;
}

.entryAnchorBtn:hover .entryArrowBox .iconImg {
  opacity: 0;
}

.entryAnchorBtn:hover .entryArrowBox .iconImgHvr {
  opacity: 1;
}
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.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: 40px 3px 0;
	height: 33px;
	width:100%;
	max-width: 40px;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #191918;
	background: #ccc;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: #191918;
	background-color: #ccc;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 33px;
	width: 33px;
	color: #191918;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.webgene-pagination > ul > li > a:hover{color: #191918;background-color: #ccc;text-decoration: none;}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 33px;
	width: 33px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: #ccc;
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: solid 2px #191918;
	border-left: solid 2px #191918;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 12px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px #191918;
	border-left: solid 2px #191918;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px #191918;
	border-right: solid 2px #191918;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 13px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px #191918;
	border-right: solid 2px #191918;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  
/*--keyman--*/

.inBtnGrid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 40px 60px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  
/*--menu--*/
  
.menuListTit br {
	display: none;  
}
  
/*--recruit--*/

.recruitTabGroup.tabGroup {
    padding: 40px 50px;
}

.recruitTabGroup.tabGroup:before, .recruitTabGroup.tabGroup:after {
	width: 97%;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  
.anchorBtnFrame:before {
    content: "";
    position: absolute;
    height: 80%;
    top: 0;
  	right: 0;
    left: 0;
  	bottom: 0;
  	margin: auto;
    width: 1px;
 	background: #A6A6A6;
	z-index: 1;
} 
  
.anchorBtn {
    margin: 0 auto;
    font-size: 16px;
}
  
.inSalonBtnWrap.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.flexRow.introRow {
    flex-direction: row;
}
  
/*--menu--*/
  
.menuListRow {
	flex-direction: column !important;  
}

/*--recruit--*/

.curriculumTd:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 1px;
    height: 60%;
    background: #757574;
    z-index: 1;
}

.row:last-child .curriculumTd:after {
	content: none;
}
  
.interviewRowContents .grid2 {
	gap:20px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.anchorBtn {
    font-size: 18px;
}
  
/*--menu--*/

.menuGrid.grid2 {
	gap: 80px 60px;
}
  
/*--recruit--*/
  
.recruitTabGroup.tabGroup {
    padding: 40px 60px;
}

.recruitTabGroup.tabGroup:before, .recruitTabGroup.tabGroup:after {
	width: 95%;
}
  
.interviewRowContents .grid2 {
	gap:40px;
}

.faqMessagePc {
	display: block !important;  
}
  
.faqMessageSp {
	display: none !important;  
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inBtn01 {
	max-width: 210px !important;
}
  
.concept02 {
	height: 580px;
    display: flex;
    align-items: center;
}
  

/*--coin--*/

.coinTitBox .inTit01 {
	font-size: 22px !important;
}

/*--menu--*/
  
.menuListRow {
	flex-direction: row !important;  
}
  
.menuListTit br {
	display: block;  
}

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

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

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

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

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

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


/*--coin--*/

.coinTitBox .inTit01 {
	font-size: 26px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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