@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
	font-family: "Noto Sans JP", sans-serif,"游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	width: 100%;
	-webkit-text-size-adjust: ('none' '100%' 'auto');
	background-color: #000;
	color: #fff;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.fontB {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.fontC {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.fontD {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}

.inLink>a {
    text-decoration: underline;
    color: #fff;
}

.inLink>a:hover {
    text-decoration: none;
    color: #fff;
}

.formError .formErrorContent {
    line-height: 1.5em;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    max-width: 286px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    background: #547972;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

.comBtn01:after {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow.svg)no-repeat;
    width: 10px;
    height: 15px;
    margin-left: 18px;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover {
    background: #222;
    color: #fff;
}


.tit01 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.484em;
}

.titDeco01 {
    display: inline-block;
    position: relative;
}

.titDeco01:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35.7px;
    height: 3px;
    background-color: #547972;
    z-index: 1;
}

.titDeco01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.titDecoBlack01:after {
    background-color: #222;
}

.titDecoWhite01:before {
    background-color: #fff;
}

.subTit01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 10px;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5em;
}

.text02 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5em;
}


.comBtn01.back {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.comBtn01.back:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow.svg) no-repeat;
    width: 10px;
    height: 15px;
    margin-right: 18px;
    background-size: 100%;
    transition: all .5s;
    transform: rotateY(180deg);
}

.comBtn01.back:after {
    display: none;
}

.frameImgBoxFlow01 {
    max-width: 700px;
    width: 95.89%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.frameImgBoxFlow02 {
    max-width: 700px;
    width: 96.74%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.frameImgBox01 {
    width: 100%;
    padding-top: 78.57%;
    position: relative;
}

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

.frameImgBox02 {
    width: 100%;
    padding-top: 75.24%;
    position: relative;
}

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

.inTitCol01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 23px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorGreen {
    color: #547972;
}

.greenBgColor {
    background-color: #547972;
    color: #fff;
}

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



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.hHamBox {
    max-width: 70px;
    width: 100%;
    height: 70px;
    margin: 0 0 0 15px;
}

.hPcHamBox02 {
    width: 100% !important;
    padding: 0 !important;
    background: #000;
    height: 100%;
    border-radius: 0;
    border-left: 1px solid #fff;
    transition: all .5s;
}

.hPcHamBox02:hover {
    background: #333;
    transition: all .5s;
}

.hPcHamBox02 .spNavBtnBar {
    max-width: 45px !important;
    height: 30px !important;
}

.hPcHamBox02 .spNavBtnBar .spNavBtnBarItem:nth-of-type(2) {
    top: 12.5px;
}

.hPcHamBox02 .spNavBtnBar .spNavBtnBarItem {
    height: 4px !important;
    background-color: #fff;
    border-radius: 0;
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -100px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid #fff;
}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    padding-left: 26px;
}

.headerHightBox {
    height: 70px;
}

.hWebLink {
    max-width: 135px;
    width: 100%;
    position: fixed;
    z-index: 97;
    bottom: 15px;
    right: 15px;
    transition: all .5s;
}

.hWebLink.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fContLinkWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.fContLinkItemHover:hover {
    box-shadow: 0px 0px 0.1px 0 #222;
    transform: translate(7px, 7px);
    transition: all .5s;
}

.fContLinkItemHover {
    transition: all .5s;
}

/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/

.topSliderWr:before {
    content: "";
    position: absolute;
    background: rgba(112,112,112,0.75);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    mix-blend-mode: multiply;
}

.topCoverTit01 {
    font-size: 13px !important;
}

.frameWr01>img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.frameWr01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frameImgBoxFlow04 {
    max-width: 804px;
    width: 97.93%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.frameImgBox04 {
    width: 100%;
    padding-top: 49.75%;
    position: relative;
}

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

.topSalonLeftBox>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topConceptImgBox02 {
    z-index: 1;
}

.topConceptTit01 {
    font-size: 18px !important;
}

.topConceptWr02 {
    margin: 30px auto 0 !important;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #485053;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

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

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

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

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 25px;
    background-color: #ff1f1f;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    /* height: 250px; */
}

/*----*/

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

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

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.menuHight {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 100%;
    z-index: -9;
    height: 80px;
}

.menuMainTitBox {
    border-left: 8px solid #fff;
    padding: 0 0 5px 18px;
    border-bottom: 1px solid #fff;
}

.menuFrameDeco {
    z-index: 1;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
    position: relative;
    display: block;
    margin: auto;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

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

.menuListWr .inMenuListBox:first-child {
    padding-top: 0;
}

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

.inStepTit01 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.484em;
}

.staffFrameBox {
    border-image-slice: 27 27 27 27;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(/system_panel/uploads/images/frame01.png);
    border-style: solid;
}

.staffFrameImgBox {
    z-index: -1;
}

/* .salonGmapBox {
    padding: 10px;
    border-image-slice: 27 27 27 27;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(/system_panel/uploads/images/frame01.png);
    border-style: solid;
} */

.inSaloninfoRow:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35.7px;
    height: 3px;
    background-color: #547972;
    z-index: 1;
}

.inSaloninfoRow:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.resultsNone {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5em;
    text-align: center;
}

.inBoxWrDeco {
    position: relative;
}

.inBoxWrDeco:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    border: 1px solid #fff;
    display: block;
    z-index: -1;
}

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

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

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

.topConceptTit01 {
    font-size: 20px !important;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

  
.topCoverTit01 {
    font-size: 15px !important;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topCoverTit01 {
    font-size: 20px !important;
}

.hHamBox {
    margin: 0 0 0 33px;
}

.tit01 {
    font-size: 45px;
}
  
.inMenuBtnBox {
    grid-template-columns: repeat(2, 1fr);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.topConceptTit01 {
    font-size: 18px !important;
}

.hHamBox {
    max-width: 120px;
    height: 120px;
    margin: 0 0 0 63px;
}
  
.hWebLink {
    max-width: 135px;
    bottom: 30px;
    right: 30px;
}
  
.headerHightBox {
    height: 120px;
}
  
.menuHight {
    height: 120px;
}
  
.inMenuBtnBox {
    grid-template-columns: repeat(3, 1fr);
}
  
.resultsNone {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.fContLinkWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 49px;
}

.topCoverTit01 {
    font-size: 25px !important;
}

.text01 {
    font-size: 16px;
}

.tit01 {
    font-size: 60px;
}

.subTit01 {
    font-size: 16px;
}

.text02 {
    font-size: 16px;
}

.topConceptTit01 {
    font-size: 25px !important;
}

.inTitCol01 {
    font-size: 30px;
}

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

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

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


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

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

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

.inMenuBtnBox {
    gap: 40px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.topCoverTit01 {
    font-size: 30px !important;
}

.text02 {
    font-size: 18px;
}

.topConceptTit01 {
    font-size: 28px !important;
}

.topConceptWr02 {
    margin: -12px auto 0 !important;
}

.hWebLink {
    max-width: 215px;
}

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

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

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


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

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

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



.topConceptTit01 {
    font-size: 35px !important;
}

.inTitCol01 {
    font-size: 35px;
}

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

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

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