@charset "utf-8";
/* CSS Document */
/* break point min-width:600px; pcコンテンツ幅：1080px*/
@media (min-width: 600px) {
    body {
        max-width: none;
        width: 100%;
    }
}
.mv {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    max-height: 236px;
}
.mv img {
    width: 87.2%;
    height: 236px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    border-radius: 100px 0;
}
.mv heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(min-width:600px) {
    .mv {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        max-height: 370px;
    }
    .mv img {
        max-width: 880px;
        width: 81.4814%;
        height: 370px;
    }
    .mv heading {
        letter-spacing: 0.21rem;
    }
}
/* pc(sub_mv)ここまで */
.concept {
    padding: 72px 0 100px;
    max-width: 375px;
    margin: 0 auto;
}
.concept_message {
    display: flex;
    align-items: center;
    flex-flow: column;
    grid-gap: 16px;
    margin-bottom: 32px;
}
.concept_message span {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.056rem;
}
.line {
    border: 0.5px solid #6c6c6c;
    border-radius: 0.5px;
    height: 20px;
}
.concept_sub_message {
    margin: 32px auto 0px;
    width: 87.2%;
    max-width: 327px;
    font-size: 1.1rem;
    line-height: 3.0rem;
}
@media(min-width:600px) {
    .concept {
        padding: 210px 0 168px;
        max-width: 1080px;
    }
    .concept_message {
        grid-gap: 20px;
        margin-bottom: 40px;
    }
    .concept_message span {
        font-size: 1.8rem;
    }
    .concept_sub_message {
        margin-top: 40px;
        max-width: 1080px;
        font-size: 1.6rem;
        line-height: 32px;
    }
}
.counseling {
    background-color: #E1D4CD;
    padding: 88px 0px 80px;
}
.counseling__txt {
    width: 87.2%;
    max-width: 375px;
    margin: 48px auto 0px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.counseling__txt_english {
    font-size: 1.2rem;
    margin-top: 10px;
}
.step {
    margin: 24px auto 40px;
    width: 87.2%;
    max-width: 750px;
}
.step_list {
    padding: 40px 0;
    display: flex;
    grid-gap: 24px;
    justify-content: center;
}
.hr {
    border-top: 1px solid #C8B0A4;
    margin: 0 auto;
}
.step_list_line span {
    background-color: #C8B0A4;
    position: absolute;
}
.step_content {
    width: 64.5%;
    text-align: left;
}
.step_content h4 {
    margin: 16px 0;
    font-size: 1.28rem;
}
.step_content_txt {
    line-height: 2.56rem;
}
.imaging {
    background-color: #fff;
    padding: 20px 0px;
    width: 87.2%;
    max-width: 750px;
    border-radius: 10px;
    margin: 0 auto;
}
.imaging h5 {
    font-size: 1.28rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
}
.imaging_list {
    list-style: none;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    width: 120+120+10px;
    flex-flow: wrap;
    margin: 0 auto;
    margin-bottom: 40px;
}
.imaging_img {
    width: 120px;
    height: 40px;
    position: relative;
}
.imaging_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.imaging p {
    margin: 0 auto;
    width: 75.2%;
    font-size: 1.28rem;
    line-height: 2.96rem;
    text-align: left;
}
@media(min-width:600px) {
    .counseling {
        padding-top: 100px;
        padding-bottom: 128px;
    }
    .counseling__txt {
        font-size: 1.8rem;
        line-height: 36px;
        letter-spacing: 0.072rem;
        margin-top: 66px;
        max-width: 518px;
    }
    .step {
        display: flex;
        justify-content: center;
        grid-gap: 16px;
        flex-flow: nowrap;
        margin: 72px auto 0;
        max-width: 1080px;
        width: 75%;
    }
    .step_list {
        flex-flow: column;
        grid-gap: 0;
        width: 23.88%;
        padding: 0;
    }
    .step_ttl_img {
        margin: 0 auto;
        z-index: 2;
    }
    .step_content {
        background-color: #F7F6F4;
        border-radius: 10px;
        height: 211px;
        width: 87.6%; /*(100%-6.2%-6.2%)*/
        padding: 90px 6.2% 6.2%;
        margin-top: -56px;
    }
    .step_content h4 {
        line-height: 1.6rem;
        margin: 0 0 30px;
    }
    .hr {
        display: none;
    }
    .imaging {
        margin-top: 88px;
        padding: 40px;
        width: 75%;
        max-width: 1000px;
    }
    .imaging h5 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: 40px;
    }
    .imaging_list {
        margin-bottom: 24px;
    }
    .imaging p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        max-width: 544px;
    }
}
@media(max-width:1136px) {
    .step_content {
        font-size: 1.28rem;
    }
}
@media(max-width:922px) {
    .step {
        flex-wrap: wrap;
    }
    .step_list {
        min-width: 180px;
    }
}
.designer {
    padding-top: 88px;
    margin: 0 auto;
}
.designer_ttl {
    margin-bottom: 40px;
}
.designer_img img {
    margin: 0 auto 10px;
    width: 87.2%;
    max-width: 327px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.designer_content_txt {
    width: 87.2%;
    max-width: 327px;
    margin: 0 auto;
    text-align: left;
    list-style: none;
}
.designer_content_txt li {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-bottom: 8px;
}
.designer_name {
    font-family: Helvetica Neue;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0.089rem;
    width: 87.2%;
    max-width: 327px;
    text-align: left;
    margin: 0 auto 8px;
}
@media(min-width:600px) {
    .designer {
        padding-top: 180px;
    }
    .designer_ttl {
        margin-bottom: 64px;
    }
    .designer_content {
        display: flex;
        justify-content: center;
        grid-gap: 32px;
        width: 75%;
        margin: 0 auto;
    }
    .designer_img {
        max-width: 424px;
    }
    .designer_img img {
        object-fit: cover;
        width: 100%;
        max-width: 424px;
        height: 280px;
        margin-bottom: 0px;
    }
    .designer_content__right {
        width: 327px;
        display: flex;
        flex-flow: column;
        margin: auto 0;
    }
    .designer_name {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .designer_content_txt {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 10px;
    }
    .designer_content_txt li {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}
.access {
    padding: 88px 0 80px;
    margin: 0 auto;
}
.access_ttl {
    margin-bottom: 40px;
}
.access p {
    margin: 0 auto;
    width: 87.2%;
    max-width: 327px;
    font-size: 1.28rem;
    line-height: 2.56rem;
    text-align: left;
}
@media(min-width:600px) {
    .access {
        padding: 100px 0 168px;
    }
    .access_ttl {
        margin-bottom: 64px;
    }
    .access p {
        width: 430px;
        max-width: none;
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
}
/*ここからPCの横長reservation_link*/
@media(min-width:600px) {
    .reservation {
        margin: 0 auto;
        max-width: 1080px;
    }
    .reservation img {
        margin: 0 auto;
        max-width: 1080px;
        width: 75%;
        height: 182px;
    }
}