:root {
    --main-color: #2D1F08;
    --text-color-base: #fff;
    --text-color-main01: #F6D78E;
    --bg-color-dark: #2D1F08;
}
body p {
    color: #fff;
}
.cmn__titleBox{
    position: relative;
    padding-top: 20px;
    margin: 0 auto 60px auto;
}
.cmn__titleBox::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 115px;
    width: 350px;
    background-image: url("/system_panel/uploads/images/icon_about_feature_titleBg01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cmn__title__ja{
    position: relative;
    color: var(--text-color-main01);
    font-size: 2.8rem;
    text-align: center;
}
.cmn__title__en{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (min-width:768px){
    .cmn__title__ja{
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .cmn__titleBox{
        position: relative;
        margin: 0 auto 100px auto;
    }
}
/*

私たちについて--------------------------------*/


.about-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_about_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.about-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.about-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.about-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .about-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .about-top__title__ja{
        font-size: 4.8rem;
    }
    .about-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .about-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .about-top__text.about-top__text--02{
        font-size: min(1.8vw, 2rem);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.about-thoughts{
    position: relative;
    padding: 130px 0 100px 0;
    background-image: url("/system_panel/uploads/images/img_about_thoughts01.jpg");
    background-size: cover;
}
.about-thoughts::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(45,31,8,0.48);
}
.about-thoughts__titleBox{
    position: relative;
    margin: 0 auto 90px auto;
}
.about-thoughts__titleBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 115px;
    width: 350px;
    background-image: url("/system_panel/uploads/images/icon_about_thoughts01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-thoughts__title__ja{
    position: relative;
    color: var(--text-color-base);
    font-size: 3.0rem;
    text-align: center;
}
.about-thoughts__title__en{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.about-thoughts__flexBox{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.about-thoughts__text{
    position: relative;
}
@media screen and (min-width:768px){
    .about-thoughts__titleBox::before{
        width: 470px;
    }
    .about-thoughts__title__ja{
        font-size: 4.0rem;
    }
    .about-thoughts__text{
        font-size: min(2.2vw, 2rem);
        text-align: center;
    }
}
@media screen and (min-width:1024px){

}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
.about-feature{
    padding: 60px 0;
    background-image: url("/system_panel/uploads/images/img_about-bg01.jpg");
    background-repeat: repeat;
    background-size: contain;
}
.about-feature__titleBox{
    position: relative;
    padding-top: 20px;
    margin: 0 auto 60px auto;
}
.about-feature__titleBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 115px;
    width: 350px;
    background-image: url("/system_panel/uploads/images/icon_about_feature_titleBg01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-feature__title__ja{
    position: relative;
    color: var(--text-color-main01);
    font-size: 2.8rem;
    text-align: center;
}
.about-feature__title__en{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.about-feature__gridBox{
    margin-bottom: 70px;
    padding: 30px 15px;
    background-color: #2D1F08;
}
.about-feature__gridBox:last-of-type{
    margin-bottom: 0;
}
.about-feature__subTitle{
    margin-bottom: 30px;
    color: var(--text-color-main01);
    font-size: min(2.4rem,6.0vw);
    font-weight: 700;
}
.about-feature__num{
    height: auto;
    line-height: 0.8;
    margin-top: -100px;
    color: var(--text-color-main01);
    font-family: "Qwitcher Grypen", cursive;
    font-size: 16rem;
    font-weight: 700;
}
.about-feature__imgBox{
    text-align: center;
    margin-bottom: 30px;
}
.about-feature__imgBox img{
    height: 400px;
    object-fit: cover;
    aspect-ratio: 25 / 29;;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.about-feature__linkBox{
    position: relative;
    margin: 30px auto 0 auto;
    height: 80px;
    width: 250px;
    background-color: var(--text-color-base);
    border: solid 2px #F6D78E;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.about-feature__linkBox::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    content: "";
    width: 70px;
    height: 93px;
    background-image: url("/system_panel/uploads/images/img_button_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.about-feature__linkBox::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    width: 32px;
    height: 12px;
    background-image: url("/system_panel/uploads/images/icon_link_arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.about-feature__linkBox p{
    margin-left: 40px;
    line-height: 80px;
    color: #303030;
}
.about-feature__linkBox.pilates-reason__link{
    width: 300px;
}
.about-feature__linkBox.news__linkBox{
    margin: 0 auto;
}
@media screen and (min-width:768px){
    .about-feature__title__ja{
        font-size: 4.0rem;
    }
    .about-feature__linkBox{
        width: 300px;
    }
    .about-feature__linkBox.pilates-reason__link{
        width: 350px;
    }
}
@media screen and (min-width:1024px){
    .about-feature{
        padding: 100px 0 120px 0;
    }
    .about-feature__titleBox{
        position: relative;
        margin: 0 auto 160px auto;
    }
    .about-feature__gridBox{
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "feature-title01 feature-img01"
        "feature-text01 feature-img01";
        column-gap: 70px;
        row-gap: 40px;
        align-items: center;
        padding: 40px 60px 60px 60px;
        margin-bottom: 120px;
    }
    .about-feature__gridBox:nth-last-of-type(odd){
        grid-template-areas:
        "feature-img01 feature-title01"
        "feature-img01 feature-text01";
        grid-template-columns: 1fr 50%;
    }
    .about-feature__contentsTitleBox{
        grid-area: feature-title01;
        position: relative;
    }
    .about-feature__num{
        position: absolute;
        top: -30px;
        left: -60px;
    }
    .about-feature__subTitle{
        margin-bottom: 0;
        font-size:2.4rem;
    }
    .about-feature__imgBox{
        grid-area: feature-img01;
        margin: -100px 0 0 0;
    }
    .about-feature__imgBox img{
        height: 545px;
    }
    .about-feature__gridBox:last-of-type .about-feature__imgBox{
        margin-top: -150px;
    }
    .about-feature .about-feature__gridBox:last-of-type .about-feature__imgBox{
        margin-top: -60px;
    }
    .about-feature__contentsTextBox{
        grid-area: feature-text01;
        height: -webkit-fill-available;
    }
    .about-feature__linkBox{
        margin: 30px 0 0 30px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .about-feature__gridBox:last-of-type .about-feature__imgBox{
        margin-top: -50px;
    }
    .about-feature .about-feature__gridBox:last-of-type .about-feature__imgBox{
        margin-top: -60px;
    }
}
/*

初めての方へ--------------------------------*/


.beginner-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_beginner_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beginner-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.beginner-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.beginner-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.beginner-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.beginner-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.beginner-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .beginner-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .beginner-top__title__ja{
        font-size: 4.8rem;
    }
    .beginner-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .beginner-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .beginner-top__greeting br{
        display: none;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
.beginner-worry{
    padding: 130px 0 100px 0;
    background-color: #fde8b5;
}
.beginner-worry__titleBox{
    position: relative;
    margin: 0 auto 60px auto;
}
.beginner-worry__title__ja{
    position: relative;
    color: #340008;
    font-size: min(3.0rem,7.0vw);
    text-align: center;
}
.beginner-worry__contents{
    margin-bottom: 60px;
}
.beginner-worry__contents:last-of-type{
    margin-bottom: 0;
}
.beginner-worry__subTitle{
    margin-bottom: 40px;
    color: #340008;
    text-align: center;
    font-size: 2.4rem;
}
.beginner-worry__imgBox{
    margin-bottom: 40px;
    text-align: center;
}
.beginner-worry__text{
    color: #340008;
}
@media screen and (min-width:768px){
    .beginner-worry__title__ja{
        font-size: 4.0rem;
    }
    .beginner-worry__title__ja br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .beginner-worry__titleBox{
        position: relative;
        margin: 0 auto 90px auto;
    }
    .beginner-worry__flexBox{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 50px;
    }
    .beginner-worry__subTitle{
        margin-bottom: 60px;
    }
    .beginner-worry__contents{
        width: 30%;
        margin-bottom: 0;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.beginner-feature{
    padding: 60px 0;
    background-image: url("/system_panel/uploads/images/img_about-bg01.jpg");
    background-repeat: repeat;
    background-size: contain;
}
.beginner-feature__titleBox{
    position: relative;
    padding-top: 20px;
    margin: 0 auto 60px auto;
}
.beginner-feature__titleBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 115px;
    width: 350px;
    background-image: url("/system_panel/uploads/images/icon_about_feature_titleBg01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beginner-feature__title__ja{
    position: relative;
    color: var(--text-color-main01);
    font-size: 2.8rem;
    text-align: center;
}
.beginner-feature__title__en{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.beginner-feature__gridBox{
    margin-bottom: 70px;
    padding: 30px 15px;
    background-color: #2D1F08;
}
.beginner-feature__gridBox:last-of-type{
    margin-bottom: 0;
}
.beginner-feature__subTitle{
    margin-bottom: 30px;
    color: var(--text-color-main01);
    font-size: min(2.4rem,6.0vw);
    font-weight: 700;
}
.beginner-feature__num{
    height: auto;
    line-height: .8;
    margin-top: -100px;
    color: var(--text-color-main01);
    font-family: "Qwitcher Grypen", cursive;
    font-size: 16rem;
    font-weight: 700;
}
.beginner-feature__imgBox{
    text-align: center;
    margin-bottom: 30px;
}
.beginner-feature__imgBox img{
    height: 400px;
    object-fit: cover;
    aspect-ratio: 25 / 29;;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.beginner-feature__linkBox{
    position: relative;
    margin: 30px auto 0 auto;
    height: 80px;
    width: 250px;
    background-color: var(--text-color-base);
    border: solid 2px #F6D78E;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.beginner-feature__linkBox::before{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 93px;
    background-image: url("/system_panel/uploads/images/img_button_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.beginner-feature__linkBox::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    width: 32px;
    height: 12px;
    background-image: url("/system_panel/uploads/images/icon_link_arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.beginner-feature__linkBox p{
    line-height: 80px;
    color: #303030;
    text-align: center;
}
@media screen and (min-width:768px){
    .beginner-feature__title__ja{
        font-size: 4.0rem;
    }
    .beginner-feature__linkBox{
        width: 300px;
    }
}
@media screen and (min-width:1024px){
    .beginner-feature{
        padding: 100px 0 120px 0;
    }
    .beginner-feature__titleBox{
        position: relative;
        margin: 0 auto 160px auto;
    }
    .beginner-feature__gridBox{
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "feature-title01 feature-img01"
        "feature-text01 feature-img01";
        column-gap: 70px;
        row-gap: 40px;
        align-items: center;
        padding: 40px 60px 60px 60px;
        margin-bottom: 120px;
    }
    .beginner-feature__gridBox:nth-last-of-type(odd){
        grid-template-areas:
        "feature-img01 feature-title01"
        "feature-img01 feature-text01";
        grid-template-columns: 1fr 50%;
    }
    .beginner-feature__contentsTitleBox{
        grid-area: feature-title01;
        position: relative;
        height: 100%;
    }
    .beginner-feature__num{
        position: absolute;
        top: -30px;
        left: -60px;
    }
    .beginner-feature__subTitle{
        margin-bottom: 0
    }
    .beginner-feature__imgBox{
        grid-area: feature-img01;
        margin: -100px 0 0 0;
    }
    .beginner-feature__imgBox img{
        height: 545px;
    }
    .beginner-feature__gridBox:last-of-type .beginner-feature__imgBox{
        margin-top: -150px;
    }
    .beginner-feature .beginner-feature__gridBox:last-of-type .beginner-feature__imgBox{
        margin-top: -100px;
    }
    .beginner-feature__contentsTextBox{
        grid-area: feature-text01;
        height: -webkit-fill-available;
    }
    .beginner-feature__linkBox{
        margin: 30px 0 0 30px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .beginner-feature__gridBox:last-of-type .beginner-feature__imgBox{
        margin-top: -50px;
    }
    .beginner-feature .beginner-feature__gridBox:last-of-type .beginner-feature__imgBox{
        margin-top: -100px;
    }
}

.beginner-menu{
    padding: 75px 0 100px 0;
    background-image: url("/system_panel/uploads/images/img_beginner_menuBg01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.beginner-menu__imgBox{
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    border-radius: 0 80px 0 80px;
    position: relative;
}
.beginner-menu__imgBox img{
    border-radius: 0 80px 0 80px;
}
.beginner-menu__flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}
.beginner-menu__flexBox:last-of-type{
    margin-bottom: 0px;
}
.beginner-menu__flower{
    position: relative;
}
.beginner-menu__flower::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    content: "";
    height: 85px;
    width: 90px;
    background-image: url("/system_panel/uploads/images/img_button_icon.png");
    background-repeat: no-repeat;
    background-size: contain;

    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.beginner-menu__imgBox:hover .beginner-menu__flower::before{
    opacity: 1;
    visibility: visible;
}
.beginner-menu__textBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    padding: 5px 20px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}
.beginner-menu__contentsTitle{
    color: var(--main-color);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.beginner-menu__contentsTitle__en{
    color: var(--main-color);
    font-size: 1.6rem;
    text-align: center;
}

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

}
@media screen and (min-width:1024px){
    .beginner-menu{
        padding: 120px 0 160px 0;
    }
    .beginner-menu__flexBox{
        flex-wrap: nowrap;
        gap: 50px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
.beginner-flow{
    padding: 70px 0 120px;
    background: linear-gradient(rgba(45, 31, 8, 1), rgba(114,105,90,1));
}
.beginner-flow__flexBox{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.beginner-flow__flexBox::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 20px));
    content: "";
    height: 64px;
    width: 3px;
    background-color: var(--text-color-main01);
}
.beginner-flow__flexBox:last-of-type:before{
    content: none;
}
.beginner-flow__num{
    position: relative;
    height: 100px;
    font-family: "Qwitcher Grypen", cursive;
    font-size: 12rem;
    color: var(--text-color-main01);
    }
.beginner-flow__imgBox img{
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
}
.beginner-flow__contentsTitle{
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--text-color-main01);
}
@media screen and (min-width:768px){
    .beginner-flow__contentsTitle br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .beginner-flow{
        padding: 120px 0 200px;
    }
    .beginner-flow__flexBox{
        flex-direction: row;
        justify-content: left;
        gap: 100px;
    }
    .beginner-flow__flexBox::before{
        left: 120px;
    }
    .beginner-flow__contentsTitle{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
/*

マシンピラティス--------------------------------*/


.pilates-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_pilaes_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pilates-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pilates-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.pilates-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.pilates-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pilates-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.pilates-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.0rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .pilates-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .pilates-top__title__ja{
        font-size: 4.8rem;
    }
    .pilates-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .pilates-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){

}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
.pilates-about{
    padding: 130px 0 100px 0;
    background-color: #a0e1fd;
}
.pilates-about__titleBox{
    position: relative;
    margin: 0 auto 60px auto;
}
.pilates-about__title__ja{
    position: relative;
    color: #340008;
    font-size: 3.0rem;
    text-align: center;
}
.pilates-about__imgBox{
    margin-bottom: 30px;
}
.pilates-about__imgBox img{
    border-radius: 0 80px 0 80px;
}
.pilates-about__textBox{
    position: relative;
    flex: 1;
    z-index: 1;
}
.pilates-about__text{
    color: #340008;
}
.pilates-about__flower{
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100px;
    object-fit: contain;
}
@media screen and (min-width:768px){
        .pilates-about__title__ja{
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .pilates-about__titleBox{
        position: relative;
        margin: 0 auto 90px auto;
    }
    .pilates-about__flexBox{
        display: flex;
        gap: 60px;
    }
    .pilates-about__imgBox{
        margin-bottom: 0;
        width: 50%;
    }
    .pilates-about__text{
        padding-top: 80px;
        flex: 1;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .pilates-about__flower{
        width: auto;
    }
}
.pilates-reason{
    padding: 60px 0;
    background-image: url("/system_panel/uploads/images/img_pilates_bg01.jpg");
    background-repeat: repeat;
    background-size: cover;
}
.pilates-reason__titleBox{
    position: relative;
    padding-top: 20px;
    margin: 0 auto 60px auto;
}
.pilates-reason__titleBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 115px;
    width: 350px;
    background-image: url("/system_panel/uploads/images/icon_about_feature_titleBg01.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.pilates-reason__title__ja{
    position: relative;
    color: var(--text-color-main01);
    font-size: 2.8rem;
    text-align: center;
}
.pilates-reason__title__en{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.pilates-reason__gridBox{
    margin-bottom: 70px;
}
.pilates-reason__gridBox:last-of-type{
    margin-bottom: 0;
}
.pilates-reason__subTitle{
    margin-bottom: 30px;
    color: var(--text-color-main01);
    font-size: 2.4rem;
    font-weight: 700;
}
.pilates-reason__titleNum{
    margin-bottom: 20px;
    width: 100px;
    object-fit: contain;
}
.pilates-reason__imgBox{
    max-width: 530px;
    margin-bottom: 30px;
}
.pilates-reason__imgBox img{
    border-radius: 0 80px 0 80px;
}

.pilates-reason__imgBox--inr{
    padding-bottom: min(150px, 25vw);
    position: relative;
}
.pilates-reason__imgBox--item01{
    max-width: 430px;
    width: 80%;
    margin-left: auto;
}
.pilates-reason__imgBox--item02{
    max-width: 265px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pilates-reason__imgBox .pilates-reason__imgBox--item02 img{
    border-radius: 0 40px 0 40px;
}

.pilates-reason__apply{
    margin-top: 60px;
    text-align: center;
    font-size: min(4vw, 2.0rem);
}
.pilates-reason__apply strong{
    font-weight: inherit;
}
.pilates-address{
    font-size: min(1.6rem,4.0vw);
    margin-top: 50px;
    text-align: center;
}
.pilates-contact__btn{
    margin-top: 50px;
}
@media screen and (min-width:768px){
    .pilates-reason__title__ja{
        font-size: 4.0rem;
    }
    .pilates-reason__title__ja br{
        display: none;
    }
    .pilates-reason__apply{
        font-size: 3.2rem;
    }
    .pilates-reason__apply strong br{
        display: none;
    }
    .pilates-reason__subTitle{
        font-size: 3.2rem;
    }
    .pilates-reason__subTitle strong br{
        display: none;
    }
    .pilates-reason__imgBox--inr{
    padding-bottom: min(150px, 15vw);
    }
    .pilates-reason__imgBox .pilates-reason__imgBox--item02 img{
        border-radius: 0 80px 0 80px;
    }
    .pilates-address{
        font-size: 2.0rem;
    }
    .pilates-contact__btn{
        margin-top: 80px;
    }
}
@media screen and (min-width:1024px){
    .pilates-reason{
        padding: 100px 0 120px 0;
    }
    .pilates-reason__titleBox{
        position: relative;
        margin: 0 auto 80px auto;
    }
    .pilates-reason__gridBox{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "pilates-title01 pilates-img01"
        "pilates-text01 pilates-img01";
        column-gap: 70px;
        row-gap: 40px;
        align-items: center;
        margin-bottom: 120px;
    }
    .pilates-reason__gridBox:nth-last-of-type(odd){
        grid-template-areas:
        "pilates-img01 pilates-title01"
        "pilates-img01 pilates-text01";
        grid-template-columns: 1fr 50%;
    }
    .pilates-reason__contentsTitleBox{
        grid-area: pilates-title01;
    }
    .pilates-reason__subTitle{
        margin-bottom: 0;
    }
    .pilates-reason__subTitle.pilates-reason__subTitle--small{
        font-size: min(2.5vw, 3.2rem);
    }
    .pilates-reason__imgBox{
        grid-area: pilates-img01;
    }
    .pilates-reason__contentsTextBox{
        grid-area: pilates-text01;
        height: -webkit-fill-available;
    }
    .pilates-reason__apply{
        margin-top: 120px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .pilates-reason__titleNum{
        margin: -110px 0 0 -60px;
    }
}


/*


デトックスダイエット-----------------------------
*/
.diet-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_diet_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.diet-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.diet-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.diet-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.diet-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.diet-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.diet-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}
.diet-top__greeting--br span{
    font-weight: 600;
}

@media screen and (min-width:768px){
    .diet-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .diet-top__title__ja{
        font-size: 4.8rem;
    }
    .diet-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .diet-top__greeting{
        margin-bottom: 80px;
        font-size: 3.0rem;
    }
    .diet-top__greeting--br strong br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .diet-top__greeting br{
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
.diet-worry{
    padding: 130px 0 100px 0;
    background-color: #fde8b5;
}
.diet-worry__titleBox{
    position: relative;
    margin: 0 auto 60px auto;
}
.diet-worry__title__ja{
    position: relative;
    color: #340008;
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
}
.diet-worry__contents{
    margin-bottom: 60px;
}
.diet-worry__contents p{
    color: #340008;
    font-size: 2.0rem;
    text-align: center;
}
.diet-worry__subTitle{
    color: #340008;
    text-align: center;
    font-size: 2.4rem;
}
.diet-worry__imgBox{
    margin-bottom: 10px;
    text-align: center;
}
.diet-worry__flexBox{
    position: relative;
    margin-bottom: 80px;
}
.diet-worry__flexBox::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 20px));
    content: "";
    height: 70px;
    width: 1px;
    background-color: #905E0C;
}
@media screen and (min-width:768px){

    .diet-worry__title__ja{
        font-size: 4.0rem;
    }
    .diet-worry__title__ja br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .diet-worry__titleBox{
        position: relative;
        margin: 0 auto 90px auto;
    }
    .diet-worry__flexBox{
        display: flex;
        flex-wrap: nowrap;
        gap: 50px;
        margin: 0 auto 130px auto;
    }
    .diet-worry__flexBox::before{
        height: 128px;
    }
    .diet-worry__contents{
        width: 30%;
        margin-bottom: 0;
    }
    .diet-worry__contents p{
        font-size: min(2.0rem,1.5vw);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

.diet-contents {
    padding: 80px 0 100px 0;
    background-color: #2D1F08;
}
.diet-contents__titleBox{
    position: relative;
    text-align: center;
}
.diet-contents__titleBox{
    width: fit-content;
    margin: 0 auto 60px auto;
}
.diet-contents__title{
    color: var(--text-color-main01);
    font-size: 3.0rem;
    font-weight: 700;
}
.diet-contents__flexBox{
    text-align: center;
}
.diet-contents__flexBox a{
    display: block;
}
.diet-contents__text{
    display: inline-block;
    width: 300px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
    color: var(--main-color);
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
    border: solid 2px var(--main-color);
    border-radius: 5px;
}
.diet-contents__text_last{
    margin-bottom: 0;
}
@media screen and (min-width:768px){
    .diet-contents__titleBox{
        margin: 0 auto 90px auto;
    }
    .diet-contents__titleBox::before{
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translate(-80%,-50%);
        content: "";
        height: 100px;
        width: 100px;
        background-image: url("/system_panel/uploads/images/icon_diet_contentsFlower01.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .diet-contents__titleBox::after{
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translate(50%,-50%);
        content: "";
        height: 100px;
        width: 100px;
        background-image: url("/system_panel/uploads/images/icon_diet_contentsFlower02.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .diet-contents__flexBox{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 40px;
    }
    .diet-contents__flexBox:first-of-type{
        margin-bottom: 80px;
    }
    .diet-contents__text{
        width: 350px;
        margin-bottom: 40px;
    }
    .diet-contents__flexBox:last-of-type .diet-contents__text{
        margin-bottom: 0;
    }
}
@media screen and (min-width:1024px){
    .diet-contents{
        padding: 120px 0 200px 0;
    }
    .diet-contents__title{
        font-size: 4.8rem;
    }
    .diet-contents__flexBox{
        gap: 80px;
    }
    .diet-contents__titleBox::before{
        height: 130px;
        width: 150px;
    }
    .diet-contents__titleBox::after{
        height: 130px;
        width: 150px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

.diet-feature{
    padding-bottom: 60px;
    background: linear-gradient(rgba(45, 31, 8, 1), rgba(114,105,90,1));
}
.diet-feature__imgBox{
    position: relative;
    width: fit-content;
    margin: 0 auto 15px auto;
}
.diet-feature__imgBox img{
    object-fit: cover;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.diet-feature__flexBox{
    margin-bottom: 50px;
}
.diet-feature__flexBox:last-of-type{
    margin-bottom: 0;
}
.diet-feature__contents{
    margin-bottom: 50px;
}
.diet-feature__contents:last-of-type{
    margin-bottom: 0;
}
.diet-feature__subTitle{
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 10px;
    width: 95%;
    font-size: 1.8rem;
    color: #fff;
    background-color: #340008;
}
@media screen and (min-width:768px){
    .diet-feature__subTitle{
        width: 80%;
        min-width: 440px;
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1024px){
    .diet-feature{
        padding-bottom: 120px;
    }
    .diet-feature__flexBox{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 60px;
        margin-bottom: 60px;
    }
    .diet-feature__flexBox:last-of-type{
        margin-bottom: 0px;
    }
    .diet-feature__contents{
        width: 50%;
    }

}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.diet-details{
    padding: 60px 0 120px 0;
    background-image: url("/system_panel/uploads/images/img_about-bg01.jpg");
    background-repeat: repeat;
    background-size: contain;
}
.diet-details__monariFlexBox{
    max-width: 700px;
    margin: 0 auto 40px auto;
}
.diet-details__monariTextBox{
    position: relative;
    padding: 60px 15px;
    background-color: #fde8b5;
}
.diet-details__monariSubTitle{
    margin-bottom: 30px;
    color: #340008;
    font-size: 2.4rem;
}
.diet-detail__monariText{
    color: #340008;
    position: relative;
    z-index: 1;
}
.diet-details__monariFlower{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100px;
    height: auto;
    object-fit: contain;
}
.diet-details__flexBox:nth-last-of-type(2){
    margin-bottom: 60px;
}
.diet-details__postpartum{
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background-color: #efc0ce;
}
.diet-details__postpartumTextBox{
    padding: 25px 15px 30px 20px;
}
.diet-details__postpartumIcon{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
}
.diet-details__postpartumTitle{
    margin-bottom: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.0rem;
    font-weight: 700;
    color: #340008;
}
.diet-details__postpartumText{
    font-size: 1.8rem;
    color: #340008;
}
.diet-details__postpartumImgWrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
@media screen and (min-width:768px){
    .diet-details__postpartumTitle{
        font-size: 4.0rem;
    }
    .diet-details__postpartumIcon{
        width: auto;
    }
    .diet-details__postpartumIcon{
        top: -40px;
        left: -40px;
    }
    .diet-details__postpartumTextBox{
        padding: 50px 15px 30px 70px;
    }
    .diet-details__postpartumText{
        font-size: 2.1rem;
    }
}
@media screen and (min-width:1024px){
    .diet-details__postpartum{
        max-width: inherit;
        margin: auto;
    }
    .diet-details__monariFlexBox{
        display: flex;
        max-width: inherit;
        margin: 0 auto 60px auto;
    }
    .diet-details__monariImgBox{
        width: 50%;
    }
    .diet-details__monariTextBox{
        flex: 1;
        padding: 60px 30px 0 60px;
    }
    .diet-details__monariFlower{
        bottom: -50px;
        width: 150px;
        object-fit: contain;
    }
    .diet-details__flexBox:nth-last-of-type(2){
        margin-bottom: 120px;
    }
    .diet-details__postpartumFlexBox{
        display: flex;
        gap: 30px;
    }
    .diet-details__postpartumTextBox{
        width: 60%;
        padding: 100px 0 30px 100px;
    }
    .diet-details__postpartumImgWrap{
        flex: 1;
    }
}
@media screen and (min-width:1080px){
    .diet-details__monariFlower{
        width: auto;
    }
}
@media screen and (min-width:1230px){
    .diet-details__monariTextBox{
        padding: 100px 30px 0 60px;
    }
}
.diet-details__flexBox{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.diet-details__flexBox::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 20px));
    content: "";
    height: 64px;
    width: 3px;
    background-color: var(--text-color-main01);
}
.diet-details__flexBox:nth-last-of-type(2):before {
    content: none;
}
.diet-details__num{
    position: relative;
    height: 100px;
    font-family: "Qwitcher Grypen", cursive;
    font-size: 12rem;
    color: var(--text-color-main01);
    }
.diet-details__imgBox img{
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
}
.diet-details__contentsTitle{
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--text-color-main01);
}
@media screen and (min-width:768px){
    .diet-details__contentsTitle br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .diet-details{
        padding: 120px 0 200px;
    }
    .diet-details__flexBox{
        flex-direction: row;
        justify-content: left;
        gap: 100px;
    }
    .diet-details__flexBox::before{
        left: 120px;
    }
    .diet-details__contentsTitle{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}

.diet-b-a{
    padding: 60px 0 100px 0;
    background-color: #2D1F08;
}
.diet-b-a__flexBox{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.diet-b-a__flexBox:last-of-type{
    margin-bottom: 0;
}
.diet-b-a__imgBox{
    position: relative;
}
.diet-b-a__b{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fde8b5;
    color: #340008;
    font-size: 2.0rem;
}
.diet-b-a__a{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #340008;
    color: #fde8b5;
    font-size: 2.0rem;
}
@media screen and (min-width:768px){
    .diet-b-a__b{
    font-size: 3.2rem;
}
.diet-b-a__a{
    font-size: 3.2rem;
}
}
@media screen and (min-width:1024px){
    .diet-b-a{
        padding: 120px 0 160px 0;
    }
    .diet-b-a__flexBox{
        margin-bottom: 80px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.diet-price{
    padding-bottom: 100px;
    background-color: #2D1F08;
}
.diet-price__text{
    margin-bottom: 50px;
    text-align: center;
}
.diet-price__tableRow{
    border-bottom: solid 1px #C3C3C3;
    padding: 20px 0;
}
.diet-price__tableRow:first-of-type{
    border-top: solid 1px #C3C3C3;
}
.diet-price__tableTh p{
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.diet-price__tableTh p::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "●";
    width: 15px;
    height: 15px;
    color: var(--text-color-main01);
}
.diet-price__tableTh--img{
    width: 20%;
    text-align: left;
    margin-top: 30px;
}
.diet-price__tableTd p{
text-align: end;
}
@media screen and (min-width:768px){
    .diet-price__tableRow{
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    .diet-price__tableTh {
        flex: 1;
        padding-right: 15px;
        text-align: center;
    }
    .diet-price__tableTd{
        text-align: center;
    }
}
@media screen and (min-width:1024px){
    .diet-price{
        padding-bottom: 160px;
    }

}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .diet-price__tableRow{
        padding: 40px 100px;
    }
}

/*


そのほかについて-----------------------------------------------
*/
.other-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_other_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.other-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.other-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.other-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.other-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.other-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.other-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}
.other-text__facialTitle{
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (min-width:768px){
    .other-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .other-top__title__ja{
        font-size: 4.8rem;
    }
    .other-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .other-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
    .other-top__greeting br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .other-text__facialTitle.other-text__facialTitle--min{
        font-size: min(2.1vw, 2.4rem);
    }
}

.other-allBox{
    background-image: url("/system_panel/uploads/images/img_other_bg01.jpg");
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.other-pageLink_flexBox{
    padding: 60px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.other-pageLink__text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    padding: 5px 0;
    margin: 0 auto;
    color: var(--main-color);
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
    border: solid 2px var(--main-color);
    border-radius: 5px;
}
.other-removal{
    padding-bottom: 100px;
}
.other-facial{
    padding-bottom: 100px;
}
.other-facial__b-a{
    padding-bottom: 50px;
}
.other-facial__b-aTitle{
    margin-bottom: 50px;
    font-size: 2.4rem;
    color: #fde8b5;
    text-align: center;
}
.other-facial_b-aImgBox{
    position: relative;
}
.other-facial__b-a_b{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fde8b5;
    color: #340008;
    font-size: 2.0rem;
    font-weight: 700;
}
.other-facial__b-a_a{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #340008;
    color: #fde8b5;
    font-size: 2.0rem;
    font-weight: 700;
}
.other-facial__b-aFlexBox{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.other-facial__b-aContents01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other-flexBox{
    margin-bottom: 60px;
}
.other-imgBox{
    margin-bottom: 30px;
}
.other-imgBox img{
    object-fit: cover;
    border-radius: 0 80px 0 80px;
}
.other-price__title{
    margin-bottom: 30px;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--text-color-main01);
    text-align: center;
}
.other-price__caution{
    margin-bottom: 60px;
    text-align: center;
}
.other-removal__shaving{
    margin-top: 40px;
    text-align: center;
}
@media screen and (min-width:768px){
    .other-pageLink__text{
        width: 350px;
        height: 160px;
    }
    .other-facial__b-aTitle{
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .other-allBox{
        padding-bottom: 160px;
    }
    .other-pageLink_flexBox{
        padding: 60px 0 160px 0;
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .other-flexBox{
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    .other-removal{
        padding-bottom: 160px;
    }
    .other-removal__shaving{
        margin-top: 60px;
    }
    .other-facial{
        padding-bottom: 160px;
    }
    .other-facial__b-a{
        padding-bottom: 80px;
    }
    .other-facial__b-aFlexBox{
        gap: 80px;
    }
    .other-facial__b-a_b{
        font-size: 3.2rem;
    }
    .other-facial__b-a_a{
        font-size: 3.2rem;
    }
    .other-imgBox{
        width: 50%;
        margin-bottom: 0;
    }
    .other-facial__textBox{
        padding-top: 30px;
        flex: 1;
    }
    .other-text{
        padding-top: 30px;
        flex: 1;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){

}
/*

採用情報--------------------------------*/


.recruit-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/IMG_4441.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recruit-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.recruit-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.recruit-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.recruit-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruit-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.recruit-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .recruit-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .recruit-top__title__ja{
        font-size: 4.8rem;
    }
    .recruit-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .recruit-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .recruit-top__bgImgBox{
        background-image: url("/system_panel/uploads/images/img_recruit_top03.jpg");
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.recruit-reason{
    padding: 70px 0;
    background-image: url("/system_panel/uploads/images/img_other_bg01.jpg");
    background-repeat: repeat;
    background-size: cover;
}
.recruit-reason__flexBox{
    margin-bottom: 60px;
}
.recruit-reason__contents{
    margin-bottom: 50px;
}
.recruit-reason__contents:last-of-type{
    margin-bottom: 0;
}
.recruit-reason__imgBox{
    text-align: center;
    margin-bottom: 20px;
}
.recruit-reason__imgBox img{
    border-radius: 0 80px 0 80px;
}
.recruit-reason__subTitle{
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--text-color-main01);
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .recruit-reason{
        padding: 120px 0;
    }
    .recruit-reason__flexBox{
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 120px;
    }
    .recruit-reason__contents{
        width: calc((100% - 80px) / 3);
        margin-bottom: 0;
    }
    .recruit-reason__imgBox{
        margin-bottom: 40px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.recruit-reason__bannerBox{
    position: relative;
    padding: 100px 0;
    background-image: url("/system_panel/uploads/images/img_recruit_reasonBanner01.png");
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: cover;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.recruit-reason__bannerBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(221, 125, 42, 0.51);
    opacity: 72%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.recruit-reason__bannerTitle{
    position: relative;
    margin-bottom: 60px;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
}
.recruit-reason__bannerText{
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
@media screen and (min-width:768px){
    .recruit-reason__bannerTitle{
        font-size: 4.8rem;
    }
    .recruit-reason__bannerTitle br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .recruit-reason__bannerBox{
        padding: 60px 0;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.recruit-section__imgBox{
    text-align: center;
}
.recruit-job{
    padding: 70px 0 100px 0;
    background-image: url("/system_panel/uploads/images/img_other_bg01.jpg");
    background-repeat: repeat;
    background-size: cover;
}
.recruit-job__tableRow{
    border-bottom: solid 1px #C3C3C3;
}
.recruit-job__tableRow:first-of-type{
    border-top: solid 1px #C3C3C3;
}
.recruit-job__tableTh p{
    margin-bottom: 10px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 700;
}
.recruit-job__tableTd p{
    text-align: left;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .recruit-job{
        padding: 160px 0;
    }
    .recruit-job__tableRow{
        padding: 45px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    .recruit-job__tableTh {
        width: 35%;
    }
    .recruit-job__tableTh p{
        margin-bottom: 0;
        font-size: 1.8rem;
        font-weight: inherit;
        }
    .recruit-job__tableTd{
        flex: 1;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .recruit-job__tableRow{
        padding: 45px 130px;
    }
}

/*

店舗情報--------------------------------*/


.info-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_info_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.info-top__textBox{
    position: relative;
    padding: 120px 0 70px 0;
}
.info-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.info-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.info-top__title__en{
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.info-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .info-top__textBox{
        position: relative;
        padding: 200px 0 130px 60px;
    }
    .info-top__title__ja{
        font-size: 4.8rem;
    }
    .info-top__title__en{
        margin-bottom: 130px;
        font-size: 3.2rem;
    }
    .info-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.info-greeting{
    padding: 60px 0 100px;
    background: linear-gradient(#2D1F08, #72695A);;
}
.info-greeting__flexBox{
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}
.info-greeting__subTitle{
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.info-greeting__imgBox{
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
.info-greeting__img{
    border-radius: 0 80px 0 80px;
}
.info-greeting__flowerBox{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    object-fit: contain;
}
@media screen and (min-width:768px){
    .info-greeting__subTitle{
        font-size: 3.2rem;
    }
    .info-greeting__flowerBox{
        width: auto;
        right: -50px;
    }
}
@media screen and (min-width:1024px){
    .info-greeting{
        padding: 120px 0 160px 0;
    }
    .info-greeting__flexBox{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 110px;
    }
    .info-greeting__textBox{
        width: 55%;
    }
    .info-greeting__subTitle{
        margin-bottom: 50px;
    }
    .info-greeting__imgBox{
        flex: 1;
    }
    .info-greeting__flowerBox{
        width: auto;
        right: 0;
        bottom: 30%;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

.info-staff{
    padding: 60px 0;
    background-color: #fde8b5;
}
.info-staff__title__ja.cmn__title__ja{
    color: #340008;
}
.info-staff__title__en.cmn__title__en{
    color: #340008;
}
.info-staff__contents{
    margin-bottom: 60px;
}
.info-staff__contents:last-of-type{
    margin-bottom: 0px;
}
.info-staff__imgBox{
    position: relative;
    margin: 0 auto 15px auto;
    width: fit-content;
}
.info-staff__imgBox img{
    border-radius: 0 80px 0 80px;
}
.info-staff__name{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    min-width: 280px;
    color: #fff;
    background-color: #340008;
    border-radius: 2px;
}
.info-staff__comment{
    text-align: center;
    color: #340008;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .info-staff{
        padding: 120px 0;
    }
    .info-staff__flexBox{
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .info-staff__contents{
        width: calc(100% / 3);
        margin-bottom: 0;
    }
    .info-staff__imgBox{
        position: relative;
        margin-bottom: 30px;
    }
    .info-staff__comment{
        text-align: left;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.info-salon{
    padding: 70px 0 100px 0;
    background-image: url("/system_panel/uploads/images/img_other_bg01.jpg");
    background-repeat: repeat;
    background-size: cover;
}
.info-salon__table{
    margin-bottom: 40px;
}
.info-salon__tableRow{
    padding: 10px;
    border-bottom: solid 1px #C3C3C3;
}
.info-salon__tableRow:first-of-type{
    border-top: solid 1px #C3C3C3;
}
.info-salon__tableTh p{
    margin-bottom: 10px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 700;
}
.info-salon__tableTd p{
    text-align: left;
}
.info-googlemap{
    height: 400px;
    margin-bottom: 70px;
}
.info-googlemap iframe{
    width: 100%;
    height: 100%;
}
.info-gallery__flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.info-gallery__imgBox img{
    border-radius: 0 80px 0 80px;
}
@media screen and (min-width:768px){
    .info-salon__tableTd--br br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .info-salon{
        padding: 160px 0;
    }
    .info-salon__table{
        margin-bottom: 70px;
    }
    .info-salon__tableRow{
        padding: 45px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    .info-salon__tableTh {
        width: 35%;
    }
    .info-salon__tableTh p{
        margin-bottom: 0;
        font-size: 1.8rem;
        font-weight: inherit;
        }
    .info-salon__tableTd{
        flex: 1;
    }
    .info-googlemap{
        height: 650px;
        margin-bottom: 120px;
    }
    .info-googlemap iframe{
        height: 100%;
    }
    .info-gallery__imgBox{
        text-align: center;
    }
}
@media screen and (min-width:1230px){
    .info-salon__tableRow{
        padding: 45px 130px;
    }
}
/*

よくあるご質問--------------------------------*/
.faq-contents{
    padding: 60px 0 100px 0;
    background: linear-gradient(rgba(45, 31, 8, 1), rgba(114,105,90,1));
}
.faq-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_faq_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.faq-top__textBox{
    position: relative;
    padding: 60px 0 70px 0;
}
.faq-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.faq-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.faq-top__title__en{
    font-size: 2.4rem;
    font-weight: 600;
}
.faq-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .faq-top__textBox{
        position: relative;
        padding: 80px 0 90px 60px;
    }
    .faq-top__title__ja{
        font-size: 4.8rem;
    }
    .faq-top__title__en{
        font-size: 3.2rem;
    }
    .faq-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .faq-contents{
        padding: 160px 0 200px 0;
        background: linear-gradient(rgba(45, 31, 8, 1), rgba(114,105,90,1));
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.faq-contents__text{
    display: inline-block;
    width: 300px;
    padding: 10px 0px;
    margin: 0 auto;
    color: #2D1F08;
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
    border: solid 2px var(--main-color);
    border-radius: 5px;
}
.faq-contents__text.faq-contents__textSmall{
    font-size: 2.0rem;
}
.faq-contents__text_last{
    margin-bottom: 0;
}
.faq-contents__flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-bottom: 80px;
}
.faq-contents__flexBox a{
    width: fit-content;
}
.faq-cmn__title{
    color: var(--text-color-main01);
    font-size: min(3.0rem,6.0vw);
    font-weight: 700;
    text-align: center;
}
.faq-cmn__box{
    padding-bottom: 60px;
}
.faq-cmn__box:last-of-type{
    padding-bottom: 0px;
}
@media screen and (min-width:768px){
    .faq-cmn__title{
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .faq-contents__flexBox{
        margin-bottom: 160px;
    }
    .faq-contents__text{
        width: 350px;
    }
    .faq-contents__text.faq-contents__textSmall{
        font-size: 2.4rem;
    }
    .faq-cmn__box{
        padding-bottom: 120px;
    }
    .faq-cmn__box:last-of-type{
        padding-bottom: 0px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.faq__box{
    padding-top: 60px;
}
.faq-wrap{
    margin-top: 60px;
}
.faq-list{
    margin-bottom: 0;
}
.faq-item{
}
.faq-item:last-of-type{
    margin-bottom: 0;
}
.faq-item__cont__inr{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    gap: 0 20px;
    align-items: center;
}
.faq-item__cont__inr__img{
    width: 60px;
    padding-top: 5px;
}
.faq-item__cont__inr__txt{
    flex: 1;
    padding-right: 35px;
    position: relative;
}
.faq-item__cont--q{
    padding: 30px 0;
}
.faq-item__cont--q .faq-item__cont__inr__txt p{
    color: #fff;
}
.faq-item__cont--q .faq-item__cont__inr__txt:before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
}
.faq-item__cont--q .faq-item__cont__inr__txt:after{
    content: "";
    width: 3px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateX(50%);
    transition: all 0.3s;
}
.faq-item__cont__inr__txt__p{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.faq-item__cont--a{
    display: none;
    padding: 30px 0;
}
.faq-item.is-active .faq-item__cont--q .faq-item__cont__inr__txt:after{
    transform: translateX(50%) rotate(-90deg);
}
.gjs-dashed .faq-item__cont.faq-item__cont--a{
    display: block;
}
.faq-message p{
    text-align: center;
}
@media screen and (min-width:768px){
    .corporate-faq{
        padding: 120px 0;
    }
    .faq__box{
        padding-top: 100px;
    }
    .faq-item__cont__inr{
        gap: 0 60px;
    }
    .faq-item__cont__inr__img{
        width: auto;
        padding-top: 7px;
    }
    .faq-item__cont__inr__txt{
        padding-right: 45px;
    }
    .faq-item__cont__inr__txt__p{
        font-size: 1.8rem;
    }
    .faq-item__cont--q .faq-item__cont__inr__txt:before{
        width: 30px;
        top: 15px;
    }
    .faq-item__cont--q .faq-item__cont__inr__txt:after{
        height: 30px;
        right: 15px;
    }
    .faq-item__cont--a{
        padding-top: 30px;
    }
}
/*

お問い合わせ--------------------------------*/


.contact-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_contact_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-top__textBox{
    position: relative;
    padding: 60px 0 70px 0;
}
.contact-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.contact-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-top__title__en{
    font-size: 2.4rem;
    font-weight: 600;
}
.contact-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .contact-top__textBox{
        position: relative;
        padding: 80px 0 90px 60px;
    }
    .contact-top__title__ja{
        font-size: 4.8rem;
    }
    .contact-top__title__en{
        font-size: 3.2rem;
    }
    .contact-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

.contact-allBg{
    background: linear-gradient(#2D1F08, #72695A);;
}
.contact-reservation{
    padding: 80px 0;
}
.contact-reservation__text{
    margin-bottom: 60px;
    text-align: center;
}
.contact-reservation__linkBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.contact-reservation__linkBox a{
    position: relative;
    height: 80px;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
}
.line::before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    background-image: url("/system_panel/uploads/images/icon_line.png");
}
.mail::before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    background-image: url("/system_panel/uploads/images/icon_mail.png");
}
.contact-reservation__linkBox a p{
    color: #7B692A;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}
.contact-contact__text {
    margin-bottom: 60px;
    text-align: center;
}
.contact-policy__text{
    margin-bottom: 40px;
    color: #F6D78E!important;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.contact-policy{
    padding-bottom: 100px;
}
.contact-policy p{
    color: #303030;
}
.formcomplete__linkBox{
    margin: 0 auto;
}
@media screen and (min-width:768px){
    .contact-reservation__text{
        font-size: min(2.4vw, 2rem);
    }
    .contact-policy__text{
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .contact-reservation{
        padding: 160px 0;
    }
    .contact-reservation__linkBox a{
        width: 300px;
    }
    .line::before{
        left: 50px;
    }
    .mail::before{
        left: 50px;
    }
    .contact-contact__text {
        margin-bottom: 120px;
    }
    .contact-policy{
        padding-bottom: 120px;
    }
    .privacyLabel{
        margin-left: 20px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
/*フォーム外側*/
.contact-mail-box{
    padding: 70px 0;
}
.contact-form-otr{
    padding: 30px 15px 40px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
/*フォーム注意書き*/
.formnote {
    color: #e7280d;
    text-align: right;
    max-width: 1000px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*フォーム*/
.form.formWrap {
    max-width: 1000px;
    margin: 0 auto 100px auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid #999999;
    display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.formRow-bottom{
    border-bottom: 1px solid #999999;
}
label{
    font-size: 1.4rem;
}
/*左*/
.formTh{
    width: 100%;
    margin-bottom: 5px;
}
.label{
    color: #fff;
}
.labeltxt{
    display: inline-block;
}
.labelText01{
    color: #fff;
    font-weight: 500;
}
.d-inline-block .labelText02{
    color: #fff;
    margin-right: 15px;
}
.d-inline-block:last-of-type .labelText02{
    margin-right: 0;
}
.requiredText  {
    color: #e7280d;
    margin-left: 10px;
    display: inline-block;
}

/*右*/
.formTd {
    width: 100%;
    text-align: left;
}
/*ラジオボタン*/
.radio-div{
    display: inline-block;
    vertical-align: middle;
}
.radio-div:not(:last-of-type) {
    margin-right: 20px;
}
.radio {
    margin-right: 10px;
}
/*インプット*/
.input {
    width: 100%;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
}
/*ボタン*/
.form-btn-otr{
    padding-top: 50px;
    text-align: center;
}
.formBtn{
    cursor: pointer;
    background-color: #fff;
    max-width: 250px;
    color: #340008;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    position: relative;
}
.formBtn:focus {
	outline:0;
}
@media screen and (min-width:768px) {
    .contact-form-otr {
        padding:30px 15px 60px 15px;
    }
    .radio-div{
        display: block;
        margin-right: 0;
    }
    label{
        font-size: 1.6rem;
    }
    .formTh {
        width: 30%;
        margin-bottom: 0;
    }
    .formTd {
        width: 70%;
    }
    .input.zipInput {
        width: 30%;
    }
    .form-btn-otr:first-of-type{
        margin-bottom:20px;
    }
    .formBtn{
        max-width: 300px;
        line-height: 80px;
    }
    .selectArea-year{
        display: flex;
    }
    .row.formRow{
        padding: 15px 10px;
    }
    .d-block{
        display: inline-block!important;
    }
    .d-block:nth-of-type(4){
        padding-left: 1px;
    }
}

/*プライバシーポリシー*/
.privacy-box{
    padding-top: 40px;
}
.privacy{
    padding: 40px 0 70px;
}
.privacyBox {
    overflow-y: scroll;
    text-align:left;
    max-width:1000px;
    margin: 0 auto;
    height:300px;
    border: 1px solid #ccc;
    padding:30px 15px 0;
    background: #fff;
}
.privacyDt {
    font-weight: 700;
    padding-bottom: 3px;
}
.privacyDd-top {
    margin-bottom: 55px;
}
.privacyDd {
    margin-bottom: 35px;
}
@media screen and (min-width:768px) {
    .privacy-box{
        padding-top: 60px;
    }
    .privacy{
        padding: 60px 0 150px;
    }
    .privacyBox {
        padding:30px 30px 0;
    }
}

/*


新着情報------------------------------*/
.news-bgBox{
    padding: 100px 0 120px 0;
    background: linear-gradient(#2D1F08, #72695A);;
}
.news-top__bgImgBox{
    position: relative;
    background-image: url("/system_panel/uploads/images/img_news_top01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-top__bgImgBox::before{
    content: "";
    background-color: rgba(45, 31, 8, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-top__textBox{
    position: relative;
    padding: 60px 0 70px 0;
}
.news-top__title__ja{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text-color-base);
    font-family: "Shippori Mincho", serif;
    font-size: 3.0rem;
    font-weight: 600;
}
.news-top__title__ja::after{
    content: "";
    background-color: var(--text-color-base);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-top__title__en{
    font-size: 2.4rem;
    font-weight: 600;
}
.news-top__greeting{
    margin-bottom: 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (min-width:768px){
    .news-top__textBox{
        position: relative;
        padding: 80px 0 90px 60px;
    }
    .news-top__title__ja{
        font-size: 4.8rem;
    }
    .news-top__title__en{
        font-size: 3.2rem;
    }
    .news-top__greeting{
        margin-bottom: 80px;
        font-size: 3.2rem;
    }
}
@media screen and (min-width:1024px){
    .news-bgBox{
        padding: 160px 0 200px 0;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
.cate-box{
    max-width: 200px;
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
}
.category{
    display: inline-block;
    min-width: 100px;
    width: 100%;
    border-bottom: solid 4px #a91515;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #a91515;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cate-box .webgene-item{
    text-align: left;
}
.cate-box .webgene-item a{
    display: block;
    text-align: left;
    position: relative;
}
.cate-box .webgene-item a p{
    display: inline;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
}
.cate-box .webgene-item a p:before{
}

.info-list{
    width: 100%;
}
.info-list .webgene-item{
    border-top: solid 1px #CDC7B4;
}
.info-list .webgene-item:last-of-type{
    border-bottom: solid 1px #CDC7B4;
}
.info-list .webgene-item a{
    display: block;
    padding: 10px 0;
}
.info-list .blog-item .blogdate{
    color: #fff;
}
.info-list .blog-item__cate{
    margin-left: 20px;
}
.info-list .blog-item .blogcate{
    min-width: 100px;
    color: #340008;
    position: relative;
    background-color: #F6D78E;
    text-align: center;
    border-radius: 5px;
}
.info-list .blog-item .blogcate:before{
}
.info-list .blog-item .blogttl{
    letter-spacing: 0.05em;
    width: 100%;
}
@media screen and (min-width: 768px){
    .cate-box{
        padding-top: 80px;
    }
    .info-list .webgene-item a{
        padding: 15px;
    }
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogcate{
    }
    .info-list .blog-item .blogcate:before{
        font-size: 1.6rem;
    }
    .info-list .blog-item .blogttl{
        margin-left: 50px;
        font-size: 1.8rem;
        width: inherit;
    }
    .info-list .blog-item__cate{
        margin-left: 80px;
    }
}
@media screen and (min-width: 1024px){
    .cate-box{
        width: 20%;
        text-align: left;
        padding-top: 15px;
        margin: 0;
    }
    .category{
        font-size: 1.8rem;
    }
    .info-list{
    }
    .info-list .webgene-item a{
        padding: 40px 60px;
    }
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogttl{
    }
}
@media screen and (min-width: 1080px){
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogttl{
    }
}

/*ページャー*/
.webgene-pagination{
    width: 100%;
    margin-top: 20px;
}
.webgene-pagination ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    margin: 0px;
    -webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
    padding-inline-start: 0px;
}
.webgene-pagination li a {
    display: block;
    width:30px;
    background-color: #FFFFFF;
    border: solid 1px #B9B9B9;
    border-radius: 5px;
    text-align: center;
    letter-spacing: normal;
    line-height: 30px;
    margin-right: 10px;
    color: #303030;
}
.webgene-pagination li.next a{
    width: 50px;
}
.webgene-pagination li.prev a{
    width: 50px;
}
.webgene-pagination li a:hover {
    background-color: #B5B5B5;
    border: solid 1px #B9B9B9;
    color: #303030;
    opacity:1;
}
.webgene-pagination .selected a{
    background-color: #B5B5B5;
    border: solid 1px #B9B9B9;
    color: #303030;
    border-radius: 5px;
}
@media screen and (min-width:768px){
    .webgene-pagination{
        margin-top: 30px;
    }
    .webgene-pagination li a{
        width: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width:1024px){
    .webgene-pagination{
        margin-top: 50px;
    }
}

/*	新着情報詳細
---------------------------------*/
.info-detail__wrap{
    padding-top: 100px;
    padding-bottom: 80px;
}
.info-detail{
    margin-bottom: 40px;
}
.info-detail .webgene-blog{
}
.info-detail .webgene-item{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.info-detail .webgene-item .info-detail-top{
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.info-detail .blog-item{
}
.info-detail .webgene-item .blogdate{
    color: #fff;
    text-align: left;
    font-size: 1.8rem;
}
.info-detail .webgene-item .blogcate{
    display: inline-block;
    min-width: 100px;
    color: #340008;
    font-size: 1.4rem;
    position: relative;
    background-color: #F6D78E;
    border-radius: 5px;
    margin-left: 20px;
}
.info-detail .webgene-item .info-detail-ttl{
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: solid 1px #C3C3C3;
}
.info-detail .webgene-item figure{
    text-align: center;
    margin-bottom: 25px;
}
.info-detail .webgene-item a{
    padding: 0;
}
.info-detail-content{
    color: #fff;
    letter-spacing: 0.05em;
}
.info-detail .webgene-item .info-detail-content{
    font-size: 1.4rem;
}
#post-pdf, #post-youtube{
    display: block;
    font-size: 1.4rem;
    margin-top: 20px;
}
#post-pdf{
    color: #007bff;
    text-decoration:underline
}
#post-pdf[href=""]{
    display: none;
}
@media screen and (min-width:768px){
    .info-detail__wrap{
        padding-bottom: 150px;
    }
    .info-detail{
        padding-bottom: 180px;
    }
    .info-detail .webgene-blog{
    }
    .info-detail .webgene-item{
    }
    .info-detail .webgene-item .blogcate{
        margin-left: 80px;
        font-size: 1.8rem;
    }
    .info-detail .webgene-item .info-detail-top{
        margin-bottom: 130px;
    }
    .info-detail .blog-item{
    }
    .info-detail .webgene-item .info-detail-ttl{
        font-size: 4.8rem;
        /* padding-bottom: 25px; */
    }
    .info-detail .webgene-item figure{
        margin-bottom: 60px;
    }
    .info-detail .webgene-item .info-detail-content{
        font-size: 1.8rem;
    }
    #post-pdf, #post-youtube{
        font-size: 1.6rem;
        margin-top: 30px;
    }
}
@media screen and (min-width:1024px){

}
@media screen and (min-width:1061px){
    .info-detail .webgene-item{
        /* padding: 60px 0; */
    }
}
.btn-news01 {
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    border-bottom: solid #303030 1px;
}
.btn-news01 p {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.icon_arrow01 {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width:768px){
    .btn-news01 p {
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1024px){

}
@media screen and (min-width:1061px){
    .info-detail .webgene-item{
        /* padding: 60px 0; */
    }
}

.privacyDd--p{
    font-size: 1.4rem;
}
@media screen and (min-width:768px){
    .privacyDd--p{
        font-size: 2rem;
    }
}