@charset "utf-8";

input[type=checkbox] {
    accent-color: #E6A4A9;
}

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

.hoverUp {
    transition: all .5s;
}

.hoverUp:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

.inPageWr01 {
    position: relative;
}

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

.bgColor01 {
    background: rgb(253, 248, 249);
    background: linear-gradient(119deg, rgba(253, 248, 249, 0.91) 0%, rgba(248, 241, 237, 0.91) 50%, rgba(233, 251, 253, 0.91) 100%);
}

.inWr01 {
    padding: 40px 0;
}

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

.bgContentsWr {
    position: relative;
    padding-bottom: 100px;
}

.bgContentsWr:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgb(253,248,249);
    background: linear-gradient(119deg, rgba(253,248,249,0.91) 0%, rgba(248,241,237,0.91) 50%, rgba(233,251,253,0.91) 100%);
    z-index: 1;
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

.bgContents {
    position: relative;
    z-index: 2;
}

.inTitEn01 {
    font-family: "Pinyon Script", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    margin-bottom: 7px;
    color: #E6A4A9;
    font-size: 30px;
}

.inTitJa01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inTit01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inSubTit01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inText01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.inText02 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2em;
}


.inComLinkWr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.inComLinkItemBox {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0.1px 0.1px 10px 0 rgba(0, 0, 0, 0.16);
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.inComLinkItemImgBox {
    width: 100%;
    position: relative;
    padding-top: 48.39%;
}

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

.inComLinkItemTextWr {
    padding: 24px;
}

.inComLinkItemTit {
    font-size: 20px;
    color: #3C3C3C;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin-bottom: 24px;
    text-align: center;
}


.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: #E6A4A9;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.contTable {
    border: 1px solid #e4e4e4;
    border-bottom: 0px solid #e4e4e4;
}

.checkListBox .checkArea {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
}

.generalLinkItemTitSet:hover .generalLinkItemBtnArrow {
    transform: translate(7px, 0px);
    transition: all .5s;
}

.generalLinkItemTitSet .generalLinkItemBtnArrow {
    transition: all .5s;
}

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

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

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

.servicePageBtn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 27px;
    transition: all .5s;
    font-weight: 400;
    border: 1px solid #DDC9A3;
}

.servicePageBtn:hover {
    background: #DDC9A3;
    color: #3C3C3C;
    transition: all .5s;
}

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

.servicePointWr {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.serviceFlexTextBox01 .serviceFlexTextListWr:first-child {
    margin-top: 0;
}

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

.salonPageBtn {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 27px;
    transition: all .5s;
    font-weight: 400;
    border: 1px solid #DDC9A3;
}

.salonPageBtn:hover {
    background: #DDC9A3;
    color: #3C3C3C;
    transition: all .5s;
}

.inPageBtn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 27px;
    transition: all .5s;
    font-weight: 400;
    border: 1px solid #DDC9A3;
}

.inPageBtn:hover {
    background: #DDC9A3;
    color: #3C3C3C;
    transition: all .5s;
}

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

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

.salonContentsSnsSetBox {
    gap: 10px;
}

.salonContentsItemTitDeco {
    padding: 4px 0 4px 15px;
    border-left: 5px solid #E6A4A9;
}

.inContactBtn {
    padding: 23px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 196px;
    width: 100%;
    background: #3C3C3C;
    border: 1px solid #3C3C3C;
    border-radius: 10px;
    transition: all .5s;
}

.inContactIconBox {
    max-width: 28px;
    width: 100%;
    height: 23px;
    background: url(/system_panel/uploads/images/mail_white.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.inContactLinkText {
    margin-top: 15px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.05em;
}

.fContactLinkBox:hover {
    background: #FFF;
}

.inContactBtn:hover .inContactLinkText {
    color: #3C3C3C;
}

.inContactBtn:hover {
    background: #FFF;
}

.inContactBtn:hover .inContactIconBox {
    background: url(/system_panel/uploads/images/mail_black.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

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

.companyFeeItemBox .companyFeeItemTextBox:first-child {
    border-top: 0;
}

.companyCaseItemTit:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-size: 6px 10px;
    background-image: linear-gradient(to right, #3C3C3C 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: left bottom;
}

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

.companyCaseItemBox {
    box-shadow: 0.1px 0.1px 10px 0 rgba(0, 0, 0, 0.16);
}

.onlineLessonFlexTextMinListSet a {
	color: #3C3C3C;
  	text-decoration: underline;
}

.onlineLessonFlexTextMinListSet a:hover {
	color: #3C3C3C;
  	text-decoration: none;
}

.onlineFlowFlexBtn {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 24px;
    transition: all .5s;
    font-weight: 400;
}

.onlineFlowFlexBtn:hover {
    background: #3C3C3C;
    color: #fff;
}

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

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

/*----*/

.baseTable {
    border: 1px solid #E6A4A9;
}

.baseTh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    background: #E6A4A9;
    border-bottom: 1px solid #fff;
}

.baseTd {
    display: block;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #E6A4A9;
}

.baseRow:last-child .baseTh,
.baseRow:last-child .baseTd {
    border-bottom: none;
}

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

.salonSnsLink01 {
    width: 100%;
    max-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 10px;
    transition: all .5s;
    font-weight: 400;
    border: 1px solid #DDC9A3;
}

.salonSnsLink01:hover {
    background: #DDC9A3;
    color: #3C3C3C;
}

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

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

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

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

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

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

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

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

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

.salonPageBtn {
    height: 60px;
    font-size: 14px;
}

.inTit01 {
    font-size: 20px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.generalLinkWr  {
    grid-template-columns: repeat(2, 1fr);
}

.inTit01 {
    font-size: 24px;
}

.inSubTit01 {
    font-size: 18px;
}

.inTitEn01 {
    font-size: 46px;
}

.faqLinkBtnSet {
    grid-template-columns: repeat(2, 1fr);
}

.conceptServiceItemWr {
    grid-template-columns: repeat(2, 1fr);
}

.inTitEn01 {
    font-size: 40px;
}

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

.onlineFlowFlexBtnSet {
    grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.companyPageBtnWr {
    grid-template-columns: repeat(3, 1fr);
}
    
.generalLinkWr  {
    gap: 40px;
}

.inComLinkWr {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.checkListBox .checkArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.inTit01 {
    font-size: 30px;
}

.bgContentsWr:before {
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.faqLinkBtnSet {
    grid-template-columns: repeat(3, 1fr);
}

.conceptServiceItemWr {
    grid-template-columns: repeat(3, 1fr);
}
  
.servicePageBtnWr {
    grid-template-columns: repeat(3, 1fr);
}
  
.servicePointWr {
    gap: 40px;
    flex-wrap: nowrap;
}

.salonPageBtnWr {
    grid-template-columns: repeat(4, 1fr);
}

.inWr01 {
    padding: 80px 0;
}

.salonContentsWr01 {
    grid-template-columns: repeat(2, 1fr);
}

.companyFeeWr {
    grid-template-columns: repeat(2, 1fr);
}

.companyCaseWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.onlineFlowFlexBtnSet {
    gap: 20px;
}
  
.shopFlowBtnWr {
    grid-template-columns: repeat(3, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inSubTit01 {
    font-size: 24px;
}

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

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

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

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


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

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

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

.inText01 {
    font-size: 18px;
}

.inText02 {
    font-size: 16px;
}

.inComLinkItemTit {
    font-size: 24px;
}

.inTitEn01 {
    font-size: 56px;
}

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

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

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