@charset "UTF-8";
/* 下層ページ共通 */
h2 {
    font-size: 2.5em;
}

.logoImg {
    width: 62px;
    height: 62px;
    margin-left: 10px;
}

.logoText {
    margin-left: 28px;
}

.pageTitle {
    margin-top: 20px;
    font-size: 3em;
}

.pageTitleJPbox {
    width: 150px;
    padding-top: 10px;
    margin: 0 auto;
    border-top: 1px solid;

}

.pageTitleJP {
    text-align: center;
}

/* 下層ページ共通　PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .logoG {
        margin-top: 15px;
        align-items: flex-start;
        padding-top: 0;
    }

    .logoImg {
        width: 75px;
        height: 75px;
        margin-left: 45px;
        margin-top: 7.5px;
    }

    .logoText {
        margin-left: 30px;
        margin-top: 7.5px;
        font-size: 1.25em;
        line-height: 150%;
        font-weight: 300;
    }

    .brSP {
        display: none;
    }

    .nav__item {
        font-size: 1.25em;
        line-height: 150%;
    }
}

/* info全体 */
.main {
    width: 90.7%;
    margin: 0 auto;
}

/* info全体PC */
@media screen and (min-width: 1025px) {
    /* --px以上に適用されるCSS（PC用） */
    .main {
        width: 72.2%;
        margin: 0 auto;
    }

    .pageTitle {
        font-size: 4em;
    }
}

/* お客様の声　 */
.section--voice {
    position: relative;
}

.mama1 {
    width: 67.0px;
    height: 110px;
    position: absolute;
    top: 0;
    right: 0;
}

.mama2 {
    display: none;
}

.voice {
    margin-top: 45px;
    padding: 20px;
    border-radius: 15px 15px 0px 15px;
    background: var(--voice, linear-gradient(107deg, #FFF7DA 8.85%, #FFF1E9 93.68%));
    box-shadow: 1px 2px 2px 0px #7C6B59;
}

.name {
    text-align: right;
}

/*  お客様の声PC */
@media screen and (min-width: 1025px) {
    /* --px以上に適用されるCSS（PC用） */
    .section--voice h2 {
        margin-bottom: 0;
    }

    .mama1 {
        width: 120px;
        height: 194px;
    }

    .mama2 {
        display: block;
        width: 101px;
        height: 195px;
        position: absolute;
        bottom: 102px;
    }

    .voiceBox {
        padding: 0 11.5%;
    }

    .voiceLeft {
        margin-right: 100px;
    }

    .voiceRight {
        margin-left: 100px;
    }

    .voice {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Q&A */
.section--qa .pageTitle {
    letter-spacing: 0.3em;
    text-indent: 0.25em;
    margin-top: 30px;
    font-size: 3em;

}

.section--qa .pageTitleJP {
    margin-bottom: 30px;
}

.pageTitle span {
    font-size: 0.83em;
}

.qa {
    margin-bottom: 45px;
}

.qa:last-of-type {
    margin-bottom: 60px;
}

.qGroup {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 15px 15px 0px 0px;
    background: #EBDDD5;
    box-shadow: 1px 2px 2px 0px #7C6B59;
}

.Qtext {
    align-items: center;
    font-size: 1em;
}

.Q {
    font-size: 2.25em;
    font-family: "Lato";
    padding-right: 20px;
}

.qGroup img {
    width: 48px;
    height: 48px;
}

.a {
    padding: 30px 15px;
    border-radius: 0px 0px 15px 15px;
    background: var(--QAlight, linear-gradient(112deg, #FFF0E9 0%, #FFF2E5 65.38%, #FFF4E1 77.78%, #F1EBE6 99.26%));
    margin-top: 5px;
    box-shadow: 1px 2px 2px 0px #7C6B59;
    line-height: 150%;
}

details[open] img {
    transform: rotate(180deg);
}

/* Q&A PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .section--qa .pageTitle {
        margin-top: 120px;
        margin-bottom: 0;

    }

    .qa:last-of-type {
        margin-bottom: 135px;
    }

    .qGroup {
        padding-right: 45px;
        padding-left: 45px;
    }

    .a {
        padding-right: 94px;
        padding-left: 94px;
        font-size: 1.25em;
    }

    .Qtext {
        font-size: 1.25em;
    }
}

/* CONTACT */
.section--contact .pageTitle {
    margin-bottom: 20px;
}

.linksInPage li {
    width: 50%;
}

.link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-top: 1px solid var(--color-text, #7C6B59);
    border-bottom: 1px solid var(--color-text, #7C6B59);
}

/* 下線 */
#contact .gnavi li a:hover {
    color: var(--color-text);
}

#contact .gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 10px;
    left: 30%;
    /*線の形状*/
    width: 40%;
    height: 5px;
    background: var(--color-primary);
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
}

#contact .gnavi li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

.contactTitle {
    font-size: 1.5em;
    font-weight: 400;
    margin: 30px auto 0px;
    text-align: center;
}

.contactText {
    line-height: 180%;
    text-align: center;
    margin-top: 25px;
}

.checkItems {
    background-color: white;
    margin-top: 30px;
    padding-bottom: 20px;
    border: 1px double #7C6B59;
    position: relative;


}

.checkItems::after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #7C6B59;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.checkItems dt {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 5px;

}

.checkItems dd {
    padding: 0 5.88%;
}

dd p {
    text-align: center;
    padding: 5px 0 2px;
}
.checkTsxtLeft {
        text-align: left;
        width: fit-content;
        margin: 0 auto;
    }


.checkItems dt:last-of-type {
    border-bottom: 1px solid var(--color-text, #7C6B59);
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 1px;
}

.entryG {
    margin: 30px auto;
    padding: 20px 30px;
    border-radius: 15px;
    background-color: var(--color-accent, #F2E8D5);
    position: relative;
    width: fit-content;

}

.entryItems li {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 200%;
}

.lineBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88.2%;
    text-align: center;
    padding: 11px 0;
    margin:22px auto;
    background-color: #7C6B59;
    color: white;
    font-size: 1.5em;
    border-radius: 50px;
    letter-spacing: 9.6px;
    font-family: "Lato";
}

.lineBtn img {
    width: 34.5px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: 220% -50%;
}

.entryText {
    text-align: center;
    margin-top: 10px;
}

.entryG img {
    width: 86px;
    position: absolute;
    left: 50%;
    bottom: 17px;
    translate: -50% 100%;
}

.btn__flameLine-qa {
    width: 88.2%;
    margin: 15px auto 0;
    letter-spacing: 0.2em;
}

.textLeft {
    width: 88.2%;
    margin: 0 auto;
    padding-top: 15px;
}

.fee {
    width: 140px;
    justify-content: space-between;
    margin: 0 auto;
}

.feeText {
    text-align: center;
}

/* contactPC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .section--contact .pageTitle {
        margin-top: 45px;
    }

    .contactTitle {
        margin-bottom: 20px;
    }

    .checkItems dd {
        padding: 0 4.5%;
        text-align: center;
    }

    .brSP {
        display: none;
    }

    .contactText {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .entryG {
        width: fit-content;
        margin: 30px auto;
    }

    .entryItems {
        display: flex;
        flex-direction: column;
    }

    .entryItems li {
        font-size: 1.5em;

    }

    .lineBtn {
        letter-spacing: 6px;
    }

    .lineBtn img {
        translate: 200% -60%;
    }

    .entryG img {
        width: 100px;
    }

    .lineBtn {
        width: 50%;
        max-width: 520px;
    }

    .lineBtn1,
    .lineBtn2 {
        position: relative;
    }

    .lineBtn1::after {
        position: absolute;
        content: "";
        display: block;
        width: 209px;
        height: 288px;
        top: 50px;
        right: 0%;
        translate: 20% -100%;
        background-image: url(../images/studioSpring-min.png);
        background-size: cover;
    }

    .lineBtn2::after {
        position: absolute;
        content: "";
        display: block;
        width: 235px;
        height: 322px;
        px;
        top: 50px;
        left: 0%;
        translate: -50% -100%;
        background-image: url(../images/studioFall-min.png);
        background-size: cover;
    }

    .lineBtn:last-of-type {
        margin-top: 15px;
    }

    .btn__flameLine-qa {
        width: 50%;
        margin: 15px auto 0;
    }


    .btn__flameLine-qa {
        width: 50%;
        margin: 15px auto 0px;
        max-width: 520px;
    }

    .entryG img {
        bottom: 25px;
    }

    #inquiry {
        margin-top: 90px;
    }

    .footer__innenrPC {
        display: none;
    }

    /* 下線 */
    #contact .gnavi li a::after {
        content: '';
        /*絶対配置で線の位置を決める*/
        left: 35%;
        /*線の形状*/
        width: 30%;
    }
}