body {
    margin: 0;
    font-family: YuGothic, 'Yu Gothic', 'klee', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    background-color: #fefefe;

}

 header {
        background: url(img/backgroundimg-kakehashi2.png)no-repeat center;
        background-size: cover;
        padding-bottom: 40px;
    }

/*

header {
    background: url(img/backgroundimg-kakehashi.png)no-repeat center;
    background-size: cover;
    padding-bottom: 130px;
}
*/




.buttun-box {
    font-size: 62.5%;
    /*rem算出をしやすくするために*/
}

br.buttun-br-mb {
    display: none;
}



.btn,
a.btn,
button.btn {
    font-size: 1px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}


a.btn--yellow {
    color: #000;
    background-color: #fff100;
}

a.btn--yellow:hover {
    color: #000;
    background: #fff20a;
}

a.btn--yellow.btn--cubic {
    border-bottom: 2px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ccc100;
}

a.btn-c {
    font-size: 1.2rem;
    position: relative;
    padding: 1rem 3rem 1rem 3rem;
    border-radius: 100vh;
}

a.btn-c i.fa {
    margin-right: 1rem;
}

a.btn-c:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

















.top-color {
    background-color: #C321A9;
    height: 25px;
}

.top-icon {
    width: 100px;
    height: 100px;
    margin: 40px;
}

.top-img {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
    text-align: center;
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.top-img-1 {
    width: 700px;
    margin-top: 0;
}

/*
.menver-page-button {
    color: white;
    font-weight: 600;
    border: black 3px solid;
    border-radius: 20px 0px 0px 20px;

    background-color: #dda0dd;
    width: max-content;
    padding: 35px 42px 35px 32px;
    font-size: 20px;
    text-decoration: none;
    vertical-align: middle;
}

.menver-page-button:hover {
    background-color: white;
    color: black;
}

.menver-page-icon {
    width: 35px;
    vertical-align: middle;
    padding-right: 10px;
}

.officialLINE-button {
    color: white;
    font-weight: 600;
    border: black 3px solid;
    border-radius: 0px 20px 20px 0px;

    background-color: #dda0dd;
    width: max-content;
    padding: 35.5px 20px 35.5px 15px;
    font-size: 19px;
    text-decoration: none;
    vertical-align: middle;

}

.officialLINE-button:hover {
    background-color: white;
    color: black;
}



.officialLINE-icon {
    width: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

.button-box {
    display: flex;
    justify-content: center;
    gap: 5px;
    background-color: #C321A9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.button {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/


.buttun-box {
    padding: 15px;
    background-color: #C321A9;
    display: flex;
    justify-content: center;
}

a.menverpage-buttun {
    padding: 25px;
    margin: 10px 0;
    display: block;
    color: #fff;
    background: #dda0dd;
    text-decoration: none;
    font-weight: bold;
    border: solid 2px black;
    font-size: 18px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    width: 300px;
}

a.menverpage-buttun:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -3px 10px 0 0;
    background: url("img/menver-page-icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}



a.LINEpage-buttun {
    padding: 15px;
    margin: 10px 10px;
    display: block;
    color: black;
    background: #dda0dd;
    border: solid 2px black;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    width: 350px;
}

a.LINEpage-buttun:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -3px 10px 10px 0px;
    background: url("img/LINE-icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}




@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.notice {
    margin-top: 60px;
}

.notice h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    margin-bottom: 30px;
    font-family: YuGothic, 'Yu Gothic', 'klee', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;

    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
}

/*
.notice h2:before,
.notice h2:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}

.notice h2:before {
    margin-right: 1em;

}

.notice h2:after {
    margin-left: 1em;
}*/



.info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 600px;
    height: 13em;
    margin: 0 auto;
    overflow-y: scroll;
    border: 3px black solid;
    border-radius: 20px 20px 20px 20px;
    margin-top: 0;
    margin-bottom: 0px;
}

.info dd {
    color: #404040;
}

@media (min-width:768px) {
    .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.info dd,
.info dt {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em
}

.info dt {
    font-style: normal;
    font-weight: initial
}


.info dd a {
    color: #4682b4;
}

@media (min-width:768px) {
    .info dt {
        width: 12.5em;
        margin-bottom: .5em;
        border-bottom: 1px dotted #343a40;
    }
}

.info dt:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40;
}

.dt1 {
    border-top: white 1px solid;
}

.info dt time {
    margin-right: .5em
}

.info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color: #C321A9;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center
}

.info time {
    color: #adb5bd
}

.info dd {
    margin-left: 0;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
}


@media (min-width:768px) {
    .info dd {
        width: calc(100% - 12.5em)
    }

    .info dd:first-of-type {
        padding-top: .5em;
        border-top: 1px dotted #343a40
    }
}

.info dd:nth-of-type(-n+3) {
    position: relative
}

.introduce {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.introduce-title-img {
    width: 410px;
    padding-left: 10px;
}

.introduce-box {
    position: relative;
    width: 980px;
}

.introduce-img-box {}

.introduce-text {
    padding: 60px 20px 60px 20px;
    background-color: rgb(254, 247, 213);
    border-radius: 30% 70% 35% 35% / 50% 50% 50% 50%;
    position: absolute;
    z-index: 30;
    top: 120px;
    left: 420px;
}

.introduce-title {
    font-size: 31px;
    color: #C321A9;
    margin-bottom: 0;
    margin-top: 0px;
}

.introduce-title-span1 {
    font-size: 20px;
    padding-left: 20px;
    color: #C321A9;
}


.introduce-text p {
    width: 420px;
    font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.introduce-img {
    width: 550px;
    z-index: 10;
}


.movie {
    text-align: center;
}

.movie h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-top: 30px;
}



.movie h2:before,
.movie h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;

}

.movie h2:before {
    margin-right: 1em;


}

.movie h2:after {
    margin-left: 1em;

}

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







.explanation-top {
    text-align: center;
}

.catchcopy {
    width: 600px;
}

.explanation {
    margin-top: 70px;
}

.explanation-top h2 {
    color: #C321A9;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 35px;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
}

.explanation-flexbox {
    display: flex;
    justify-content: center;
}

.explanation-img {
    width: 300px;
    padding-top: 10px;
}

.explanation-text-box {
    margin-left: 20px;
}

tr td {
    border-bottom: dashed #c0c0c0 1px;
    width: 630px;
    font-size: 15px;
}

.explanation-text-box2 {
    display: none;
}

.explanation-text-box-p {
    border-bottom: dashed #e2e2e2 1px;
}

.explanation-top h2:before,
.explanation-top h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.explanation-top h2:before {
    margin-right: 1em;
    /* 文字の右隣 */
}

.explanation-top h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}

.wrapper {
    overflow: hidden;
}

.service {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #FEF7D5;
}

.service-boxset {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    justify-content: center;
}

.service-box {
    text-align: center;
    width: 200px;
}

.service-box p {
    font-size: 12px;
    margin-top: 10px;
}


.service img {
    margin: 0;
    margin-right: 0;
}

.service-box-img {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: white;
    background-size: 10px;
    border-radius: 100px 120px 90px 110px;
    text-align: center;
    margin-right: 0;
    margin-right: 0;
    display: block;
}

.service-box-img img {
    width: 50px;
    position: relative;
}

.service-box h6 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 900;
    color: #C321A9;
    font-weight: 900;
}

.service h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 40px;
    line-height: 50px;
}

.service h2:before,
.service h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.service h2:before {
    margin-right: 1em;
    /* 文字の右隣 */

}

.service h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}

.Resolution {
    margin-top: 70px;

}

.Resolution h2 {
    font-size: 28px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 40px;
    line-height: 40px;
    line-height: 35px;
}

.Resolution h2:before,
.Resolution h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.Resolution h2:before {
    margin-right: 1em;
    /* 文字の右隣 */

}

.Resolution h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}


.Resolution-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.Resolution-box1 {
    width: 48%;
}

.Resolution-box1-p1 {
    font-size: 20px;
    padding: 65px 25px 65px 25px;
    border-radius: 50%;
    background-color: #C321A9;
    background-size: cover;
    width: max-content;
    margin-bottom: 0;
    position: absolute;
    color: white;
    font-weight: 400;
}

.Resolution-box1-p2 {
    font-size: 15px;
    background-color: #ffffb7;
    background-size: cover;
    width: max-content;
    padding: 50px 30px 50px 30px;
    border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
    margin-top: 150px;
    margin-left: 70px;
    position: absolute;
    width: 250px;
    font-weight: 400;
    z-index: 1;
}

.Resolution-box1-img1 {
    width: 70px;
    float: left;
    /* margin-left: 30px;*/

}

.Resolution-box1-img-logo {
    width: 120px;
    float: right;
    margin-top: 220px;

}

.Resolution-box1-elementbox {
    margin-left: 40px;
    z-index: 120;
    position: relative;
}

.Resolution-box1-p2 {
    z-index: 2;

}

.Resolution-box1-img-logobox {
    z-index: 120;
    position: relative;
}

/*イラストアニメーション*/

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/*2個目*/

.Resolution-box2 {
    width: 48%;
}

.Resolution-box2-elementbox {
    margin-left: 40px;
}



.Resolution-box2-p1 {
    font-size: 20px;
    padding: 65px 25px 65px 25px;
    border-radius: 50%;
    background-color: #C321A9;
    color: white;
    background-size: cover;
    width: max-content;
    margin-bottom: 0;
    position: absolute;
    margin-left: 80px;
    font-weight: 400;
}

.Resolution-box2-p2 {
    font-size: 15px;
    background-color: #ffffb7;
    color: black;
    background-size: cover;
    width: max-content;
    padding: 40px 30px 40px 30px;
    border-radius: 60% 65% 70% 35% / 50% 50% 50% 50%;
    margin-top: 150px;
    font-weight: 400;
    position: absolute;
    width: 270px;
}

/*3個目*/

.Resolution-box3 {
    width: 48%;
    position: relative;
}

.Resolution-box3-elementbox {
    margin-left: 40px;
}

.Resolution-box3-p1 {
    font-size: 20px;
    padding: 65px 25px 65px 25px;
    border-radius: 50%;
    background-color: #C321A9;
    background-size: cover;
    width: max-content;
    margin-bottom: 0;
    position: absolute;
    color: white;
    font-weight: 400;
}

.Resolution-box3-p2 {
    font-size: 14px;
    background-color: #ffffb7;
    background-size: cover;
    width: max-content;
    padding: 50px 30px 50px 30px;
    border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
    margin-top: 150px;
    margin-left: 120px;
    position: absolute;
    font-weight: 400;
}

.Resolution-box3-elementbox {
    margin-left: 40px;
}

/*4個目*/


.Resolution-box4 {
    width: 48%;
}


.Resolution-box4-elementbox {
    margin-left: 40px;
}

.Resolution-box4-p1 {
    font-size: 20px;
    padding: 65px 25px 65px 25px;
    border-radius: 50%;
    background-color: #C321A9;
    background-size: cover;
    width: max-content;
    margin-bottom: 0;
    position: absolute;
    color: white;
    font-weight: 400;
    margin-left: 70px;
}

.Resolution-box4-p2 {
    font-size: 15px;
    background-color: #ffffb7;
    background-size: cover;
    width: max-content;
    padding: 50px 30px 50px 30px;
    border-radius: 70% 30% 65% 35% / 50% 50% 50% 50%;
    margin-top: 150px;
    position: absolute;
    font-weight: 400;
    margin-left: 30px;
}

.Resolution-box4-img1 {
    width: 70px;
    float: right;
    margin-right: 10px;
}

.Resolution-box4-img-logo {
    width: 100px;
    float: left;
    margin-top: 150px;
    z-index: 600;

    position: relative;
}

.Resolution-box4-elementbox {
    margin-left: 40px;
}

.review h2 {
    font-size: 28px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 40px;
    line-height: 35px;
}

.review h2 {
    font-size: 28px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 60px;
    line-height: 35px;

}

.review h2:before,
.review h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.review h2:before {
    margin-right: 1em;
    /* 文字の右隣 */

}

.review h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}

.review {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(img/b014.jpeg);
}

.review-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 2;
    margin-bottom: 40px;

}

.review-content-p1 {
    width: 700px;
    padding-left: 10px;

    z-index: 2;
}


.review-content-img1 {
    width: 180px;
    z-index: 3;
    margin-top: 40px;
}

.review-content-p1 {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-size: 14px;
    background: #FFF;
    border: solid 3px #C321A9;
    border-radius: 20px;
    width: 650px;
}

.review-content-p1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    ;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.review-content-p1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #C321A9;
    z-index: 1;
}

.span1 {
    display: inline-block;
    color: #C321A9;
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 10px;
}


.review-content-img2 {
    width: 180px;
    margin-top: 60px;
}

.review-content-img2-Responsive {
    display: none;
}

.review-content-p2 {
    margin-bottom: 16px;

    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    font-size: 14px;
    background: #FFF;
    border: solid 3px #C321A9;
    border-radius: 20px;
    width: 650px;
}

.review-content-p2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.review-content-p2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #C321A9;
    z-index: 1;
}

.review-content-p3 {
    margin-top: 10px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    font-size: 14px;
    background: #FFF;
    border: solid 3px #C321A9;
    border-radius: 20px;
    width: 650px;
}

.review-content-p3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    ;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.review-content-p3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #C321A9;
    z-index: 1;
}

.review-content-img3 {
    width: 140px;
    z-index: 3;
    margin-top: 0px;
}

/*講師紹介*/

.teacher-introduction h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.teacher-introduction h2:before,
.teacher-introduction h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
}

.teacher-introduction h2:before {
    margin-right: 1em;
}

.teacher-introduction h2:after {
    margin-left: 1em;
}

.teacher-introduction {
    margin-top: 70px;
    margin-bottom: 70px;
    background-image: url(img/);
}

/*

.teacher-introduction-inner {
    display: flex;
    gap: 0px;
    justify-content: center;
}

.teacher-introduction h5 {
    color: #C321A9;
    margin-bottom: 10px;
    font-size: 30px;
    margin-top: 0;
}

.teacher-no1 {
    width: 600px;
    background-color:#ffffb7;
}

.teacher-okithu-introduction {
    width: 150px;
}

.teacher-watanabe-introduction {
    width: 150px;
}

.okithu-coment {
    width: 350px;
    margin-top: 25px;
    padding: 15px 10px 15px 10px;
}

.watanabe-coment {}

.okithu-coment-box {
    text-align: center;
width:400px;
}

.okithu-coment-box p{
    text-align: center;
    position:relative;
}

.watanabe-coment-box {

    border-radius: 6%;
}

.watanabe-coment {
    width: 340px;
    margin-top: 25px;
    background-color: white;
}
*/

.coment-box h5 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    color: #474747;
    border-bottom: #C321A9 1px solid;
}



.coment-box h5 span {
    font-size: 20px;
    ;
    margin-bottom: 0;
    margin-top: 0;
    color: #474747;
    margin-left: 10px;
}

.teacher-no1 {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;


}

.teacher-introduction-img {
    width: 200px;
    margin-top: 20px;
}

.coment-box-p {
    width: 500px;
}











.schedule {
    background: url(img/b014.jpeg);
    padding-top: 40px;
    padding-bottom: 80px;
}


.schedule h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 40px;
    line-height: 40px;
}



.schedule h2:before,
.schedule h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.schedule h2:before {
    margin-right: 1em;
    /* 文字の右隣 */

}

.schedule h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}

.schedule-inner1 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.schedule-box {
    text-align: center;
    background-color: white;
    background-size: contain;
    width: 210px;
    padding: 50px 20px 20px 20px;
    border-radius: 70% 50% 65% 35% / 70% 63% 59% 52%;
}

.schedule-img-1 {
    width: 60px;
    background-color: white;
}

.schedule-box-p {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #800080;
    font-weight: 600;
    line-height: 25px;
}

.arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #800080;
    border-right: 4px solid #800080;
    transform: rotate(45deg);
    margin-top: 100px;
}

.schedule-img-2 {
    width: 80px;
    background-color: white;
}


.schedule-img-3 {
    width: 90px;
    background-color: white;
}

.arrow-bottom {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 120px;
    border-bottom: 4px solid #800080;
    border-right: 4px solid #800080;
    transform: rotate(45deg);
    margin-top: 30px;

}

.arrow-left {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-left: 4px solid #800080;
    border-bottom: 4px solid#800080;
    transform: rotate(45deg);
    margin-top: 110px;
}

.schedule-box-p-s {
    margin-top: 10px;
    line-height: 28px;
    font-size: 17px;
    color: #800080;
    font-weight: 600;
    font-weight: 700;
}

.schedule-inner2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.schedule-inner2-mb {
    display: none;
}

.Priceguide {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.Priceguide-box {
    border: solid #C321A9 2px;
    border-radius: 5px;
    width: 900px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);

}

.Priceguide-title {
    background-color: #C321A9;
}

.Priceguide-title h2 {
    color: white;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
}

.Priceguide-inner {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.Price {
    font-size: 40px;
}

.Price p {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: black;
    background-color: yellow;
    padding-left: 10px;
    padding-right: 10px;
}

.Priceexplanation p {
    margin-top: 25px;
}

.question {
    height: 700px;
    text-align: center;
}





.price-revision {
    border: solid #C321A9 2px;
    border-radius: 5px;
    width: 700px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.price-revision h2 {
    text-align: center;
}




.inline {
    display: flex;
    gap: 20px;
    margin: 30px;
    justify-content: center;
}

.inline-block1 {

    display: inline-block;
    background-color: yellow;
    width: max-content;
    padding: 10px;
    vertical-align: middle;
    font-size: 50px;

}

.inline-block2 {
    display: inline-block;

    width: 400px;
    font-size: 20px;
    vertical-align: middle;
}














.question h2 {
    font-size: 30px;
    color: #C321A9;
    text-align: center;
    /*h2横線*/
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 20px;

}

.question h2:before,
.question h2:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
    /* 線の長さ */
}

.question h2:before {
    margin-right: 1em;
    /* 文字の右隣 */

}

.question h2:after {
    margin-left: 1em;
    /* 文字の左隣 */
}


/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #ccc;
    width: 750px;
}


/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 1% 1% 1% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

.line-img-box {
    text-align: center;
    margin-top: 60px;
}

.line-img {
    width: 800px;
}



/*ipad対応*/
@media screen and (max-width:1024px) and (min-width:600px) {

     header {
        background: url(img/backgroundimg-kakehashi2.png)no-repeat center;
        background-size: cover;
        padding-bottom: 40px;
    }

 /*
    header {
        background: url(img/backgroundimg-kakehashi.png)no-repeat center;
        background-size: cover;
        padding-bottom: 60px;
    }*/

    .top-icon {
        width: 90px;
        height: 90px;
        margin: 10px 30px;
    }

    .top-img {
        animation-name: fadeInAnime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
        text-align: center;
        vertical-align: middle;
    }

    .top-img-1 {
        width: 70%;
        margin-top: 0;
    }


    .buttun-box {
        display: flex;
        gap: 5px;
        justify-content: center;
        background-color: #C321A9;
        padding: 20px;
    }

    a.menverpage-buttun {
        padding: 20px;
        margin: 10px 0;
        display: block;
        color: #fff;
        background: #dda0dd;
        text-decoration: none;
        font-weight: bold;
        border: solid 2px black;
        font-size: 14px;
        border-radius: 10px 0px 0px 10px;
        text-align: center;
        text-decoration: none;
        width: 300px;
    }

    a.menverpage-buttun:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -3px 10px 0 0;
        background: url("img/menver-page-icon.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
    }



    a.LINEpage-buttun {
        padding: 20px;
        margin: 10px 0;
        display: block;
        color: #fff;
        background: #dda0dd;
        border: solid 2px black;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        text-decoration: none;
        width: 300px;
    }

    a.LINEpage-buttun:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -3px 10px 0 0;
        background: url("img/LINE-icon.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
    }




    .introduce {
        margin: 0 auto;
        display: block;
        max-width: 600px;
        margin-top: 50px;
    }

    .introduce-title-img {
        width: 300px;
        padding: 0;
    }

    .introduce-box {
        position: relative;
        max-width: 600px;
        margin-bottom: 90px;
    }

    .introduce-img-box {}

    .introduce-text {
        padding: 40px 20px 40px 20px;
        background-color: rgb(254, 247, 213);
        border-radius: 30% 50% 35% 35% / 50% 50% 50% 50%;
        position: absolute;
        z-index: 30;
        left: 250px;
        top: 120px;
    }

    .introduce-title {
        font-size: 31px;
        color: #C321A9;
        margin-bottom: 0;

    }

    .introduce-title-span1 {
        font-size: 10px;
        padding-left: 20px;
        color: #C321A9;
    }


    .introduce-text p {
        width: 300px;
        font-size: 15px;
        font-weight: 300;
        padding-left: 5px;
        margin-top: 0;
        margin-bottom: 0;
    }





    .introduce-img {
        width: 350px;
        z-index: 10;
    }



    .explanation {
        margin-top: 70px;
    }

    .explanation-top h2 {
        color: #C321A9;
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 35px;

        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
    }

    .explanation-flexbox {
        display: flex;
        justify-content: center;
    }

    .explanation-img {
        width: 150px;
        padding-top: 30px;
    }

    .explanation-text-box {
        margin-left: 0px;
    }


    .catchcopy {
        width: 500px;

    }


    tr td {
        border-bottom: dashed #c0c0c0 1px;
        width: 496px;
        font-size: 10px;
    }

    .explanation-text-box2 {
        display: none;
    }

    .explanation-text-box-p {
        border-bottom: dashed #e2e2e2 1px;
    }

    .explanation-top h2:before,
    .explanation-top h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .explanation-top h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .explanation-top h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }


    .wrapper {
        overflow: hidden;
    }




    .service-boxset {
        display: flex;
        gap: 10px 120px;
        max-width: 600px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-box {
        text-align: center;
        width: 200px;
    }

    .service-box p {
        font-size: 12px;
        margin-top: 10px;
    }


    .service img {
        margin: 0;
        margin-right: 0;

    }

    .service-box-img {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: white;
        background-size: 10px;
        border-radius: 100px 120px 90px 110px;
        text-align: center;
        margin-right: 0;
        margin-right: 0;
        display: block;
    }

    .service-box-img img {
        width: 50px;
        position: relative;
    }

    .service-box h6 {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 900;
        color: #C321A9;
        font-weight: 900;
    }




    .Resolution {
        margin-top: 70px;

    }

    .Resolution h2 {
        font-size: 28px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 40px;
        line-height: 40px;
        line-height: 35px;
    }

    .Resolution h2:before,
    .Resolution h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .Resolution h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .Resolution h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    .Resolution-inner {
        display: flex;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
        gap: 20px 0px;
        flex-wrap: wrap;
    }

    .Resolution-box1 {
        width: 49%;
    }

    .Resolution-box1-p1 {
        font-size: 10px;
        padding: 35px 15px 35px 15px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
    }

    .Resolution-box1-p2 {
        font-size: 10px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 30px 30px 30px 30px;
        border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
        margin-top: 90px;
        margin-left: 20px;
        position: absolute;
        width: 130px;
        font-weight: 400;
        z-index: 1;
    }

    .Resolution-box1-img1 {
        width: 45px;
        float: left;
        margin-left: 10px;

    }

    .Resolution-box1-img-logo {
        width: 70px;
        float: right;
        margin-top: 140px;
    }

    .Resolution-box1-elementbox {
        margin-left: 40px;
        z-index: 120;
        position: relative;
    }

    .Resolution-box1-p2 {
        z-index: 2;

    }

    .Resolution-box1-img-logobox {
        z-index: 120;
        position: relative;
    }

    /*イラストアニメーション*/

    /* 左から */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    /*2個目*/

    .Resolution-box2 {
        width: 49%;
        position: relative;
    }

    .Resolution-box2-elementbox {
        margin-left: 40px;
    }



    .Resolution-box2-p1 {
        font-size: 10px;
        padding: 35px 15px 35px 15px;
        border-radius: 50%;
        background-color: #C321A9;
        color: white;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        margin-left: 50px;
        font-weight: 400;
    }

    .Resolution-box2-p2 {
        font-size: 10px;
        background-color: #ffffb7;
        color: black;
        background-size: cover;
        width: max-content;
        padding: 25px 30px 25px 30px;
        border-radius: 60% 65% 70% 35% / 50% 50% 50% 50%;
        margin-top: 80px;
        font-weight: 400;
        position: absolute;
        width: 160px;
    }

    /*3個目*/

    .Resolution-box3 {
        width: 49%;
    }

    .Resolution-box3-elementbox {
        margin-left: 40px;
    }

    .Resolution-box3-p1 {
        font-size: 10px;
        padding: 35px 15px 35px 15px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
    }

    .Resolution-box3-p2 {
        font-size: 10px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 30px 30px 30px 30px;
        border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
        margin-top: 80px;
        margin-left: 30px;
        position: absolute;
        font-weight: 400;
    }

    .Resolution-box3-elementbox {
        margin-left: 40px;
    }

    /*4個目*/


    .Resolution-box4 {
        width: 49%;
    }


    .Resolution-box4-elementbox {
        margin-left: 40px;
    }

    .Resolution-box4-p1 {
        font-size: 10px;
        padding: 40px 30px 40px 30px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
        margin-left: 20px;
        z-index: 3;
    }

    .Resolution-box4-p2 {
        font-size: 10px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 45px 30px 45px 30px;
        border-radius: 50% 30% 65% 35% / 50% 50% 50% 50%;
        margin-top: 80px;
        position: absolute;
        font-weight: 400;
        margin-left: 0px;
        z-index: 100;
    }

    .Resolution-box4-img1 {
        width: 45px;
        float: right;
        margin-right: 20px;
        z-index: 20;
    }

    .Resolution-box4-img-logo {
        width: 50px;
        float: left;
        margin-top: 120px;
        z-index: 600;
        margin-left: 20px;
        position: relative;
    }

    .Resolution-box4-elementbox {
        margin-left: 40px;
    }



    .review h2 {
        font-size: 28px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 40px;
        line-height: 35px;
    }

    .review h2 {
        font-size: 28px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 60px;
        line-height: 35px;

    }

    .review h2:before,
    .review h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .review h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .review h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    .review {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 30px;
        background: url(img/b014.jpeg);
    }

    .review-content {
        display: block;
        z-index: 2;
        margin-bottom: 40px;

    }




    .review-content-img1 {
        width: 100px;
        z-index: 3;
        margin-top: 40px;
        display: block;
        margin: 0 auto;
    }

    .review-content-p1 {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
        font-size: 14px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        width: 500px;
    }

    .review-content-p1 p {}

    .review-content-p1:before {
        display: none;
    }

    .review-content-p1:after {
        display: none;
    }

    .span1 {
        display: inline-block;
        color: #C321A9;
        font-weight: 800;
        font-size: 20px;
        padding-bottom: 10px;
    }


    .review-content-img2 {
        display: none;
        ;
    }

    .review-content-img2-Responsive {
        width: 100px;
        margin: auto;
        margin-top: 20px;
        display: block;
    }

    .review-content-p2 {
        margin-bottom: 16px;

        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
        padding-bottom: 20px;
        color: black;
        font-size: 14px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        width: 500px;
        margin: auto;
    }

    .review-content-p2:before {
        display: none;
    }

    .review-content-p2:after {
        display: none;
    }

    .review-content-p3 {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
        font-size: 14px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        max-width: 500px;
        margin: auto;
        margin-top: 12px;
    }

    .review-content-p3:before {
        display: none;
    }

    .review-content-p3:after {
        display: none;
    }

    .review-content-img3 {
        width: 100px;
        display: block;
        z-index: 3;
        margin: auto;
        margin-top: 0px;
    }



    .line-img {
        width: 600px;
    }




    /*講師紹介*/

    .teacher-introduction h2 {
        font-size: 30px;
        color: #C321A9;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .teacher-introduction h2:before,
    .teacher-introduction h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
    }

    .teacher-introduction h2:before {
        margin-right: 1em;
    }

    .teacher-introduction h2:after {
        margin-left: 1em;
    }

    .teacher-introduction {
        margin-top: 70px;
        margin-bottom: 70px;
        background-image: url(img/);
    }

    .coment-box h5 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 0;
        color: #474747;
        border-bottom: #C321A9 1px solid;
    }



    .coment-box h5 span {
        font-size: 20px;
        ;
        margin-bottom: 0;
        margin-top: 0;
        color: #474747;
        margin-left: 10px;
    }

    .teacher-no1 {
        display: flex;
        justify-content: center;
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 50px;
        margin: 0 auto;
        max-width: 700px;
    }

    .teacher-introduction-img {
        width: 100px;
        margin-top: 50px;
    }

    .coment-box-p {
        width: 450px;
        font-size: 12px;
    }




    /*応急処置*/

    .schedule-inner1 {
        display: flex;
        justify-content: center;
        gap: 0px;
    }

    .schedule-box {
        text-align: center;
        background-color: white;
        background-size: contain;
        width: 130px;
        padding: 30px 20px 10px 20px;
        border-radius: 70% 50% 65% 35% / 70% 63% 59% 52%;
    }

    .schedule-img-1 {
        width: 50px;
        background-color: white;
    }

    .schedule-box-p {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #800080;
        font-weight: 600;
        line-height: 22px;
    }

    .schedule-inner2-mb {
        display: none;
    }

    .arrow-right {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 10px;
        border-top: 4px solid #800080;
        border-right: 4px solid #800080;
        transform: rotate(45deg);
        margin-top: 80px;
    }

    .schedule-img-2 {
        width: 70px;
        background-color: white;
    }


    .schedule-img-3 {
        width: 70px;
        background-color: white;
    }

    .arrow-bottom {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 80px;
        border-bottom: 4px solid #800080;
        border-right: 4px solid #800080;
        transform: rotate(45deg);
        margin-top: 20px;

    }

    .arrow-left {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 10px;
        border-left: 4px solid #800080;
        border-bottom: 4px solid#800080;
        transform: rotate(45deg);
        margin-top: 110px;
    }

    .schedule-box-p-s {
        margin-top: 10px;
        line-height: 18px;
        font-size: 10px;
        color: #800080;
        font-weight: 700;
    }

    .schedule-inner2 {
        display: flex;
        justify-content: center;
        gap: 0px;
        margin-top: 20px;
    }





    .Priceguide {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .Priceguide-box {

        border: solid #C321A9 2px;
        border-radius: 5px;
        width: 650px;
        margin: auto;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);


    }

    .inline-block2 {
        display: inline-block;
        width: 400px;
        font-size: 15px;
        vertical-align: middle;
    }

    .inline-block1 {
        display: inline-block;
        background-color: yellow;
        width: max-content;
        padding: 10px;
        vertical-align: middle;
        font-size: 20px;
    }

    .inline {
        display: flex;
        gap: 20px;
        margin: 20px;
        justify-content: center;
    }


    .Priceguide-title {
        background-color: #C321A9;
    }

    .Priceguide-title h2 {
        color: white;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        font-size: 20px;
        text-align: center;
    }

    .Priceguide-inner {
        display: flex;
        justify-content: center;
        gap: 10px;
        height: 90px;
    }

    .Price {
        font-size: 30px;
    }

    .Price p {
        margin-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        color: black;
        background-color: yellow;
        padding-left: 10px;
        padding-right: 10px;
    }

    .Priceexplanation p {
        margin-top: 20px;
    }



    .question {
        height: 700px;
        text-align: center;
    }


    .question h2 {
        font-size: 30px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 20px;

    }

    .question h2:before,
    .question h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .question h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .question h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }


    /*アコーディオン全体*/
    .accordion-area {
        list-style: none;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        padding: 0;
    }

    .accordion-area li {
        margin: 10px 0;

    }

    .accordion-area section {
        border: 1px solid #ccc;
        margin: 0 auto;
        width: 550px;
    }


    /*アコーディオンタイトル*/
    .title {
        position: relative;
        /*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-size: 1rem;
        font-weight: normal;
        padding: 1% 1% 1% 50px;
        transition: all .5s ease;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #333;

    }

    .title::before {
        top: 48%;
        left: 15px;
        transform: rotate(0deg);

    }

    .title::after {
        top: 48%;
        left: 15px;
        transform: rotate(90deg);

    }

    /*　closeというクラスがついたら形状変化　*/
    .title.close::before {
        transform: rotate(45deg);
    }

    .title.close::after {
        transform: rotate(-45deg);
    }

    /*アコーディオンで現れるエリア*/
    .box {
        display: none;
        /*はじめは非表示*/
        background: #f3f3f3;
        margin: 0 3% 3% 3%;
        padding: 3%;
    }

    .line-img-box {
        text-align: center;
        margin-top: 60px;
    }

    .line-img {
        width: 600px;
    }
}

/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/
/*スマホ対応*/





@media screen and (max-width:599px) {
    body {
        margin: 0;
        font-family: YuGothic, 'Yu Gothic', 'klee', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
        background-color: #fefefe;

    }

    header {
        background: url(img/backgroundimg-kakehashi2.png)no-repeat center;
        background-size: cover;
        padding-bottom: 40px;
    }

    /*
    header {
        background: url(img/backgroundimg-kakehashi.png)no-repeat center;
        background-size: cover;
        padding-bottom: 40px;
    }
*/
    @media (min-width:768px) {
        .info dd {
            width: calc(100% - 12.5em)
        }

        .info dd:first-of-type {
            padding-top: .5em;
            border-top: 1px dotted #343a40
        }
    }

    .top-img-1 {
        width: 300px;
        margin-top: 0;
    }

    .top-color {
        background-color: #C321A9;
        height: 15px;
    }

    .top-icon {
        width: 50px;
        height: 50px;
        margin: 10px;
    }


    .top-img {
        animation-name: fadeInAnime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
        text-align: center;
    }

    @keyframes fadeInAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }







    .Priceguide-box {

        border: solid #C321A9 2px;
        border-radius: 5px;
        width: 650px;
        margin: auto;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);


    }

    .inline-block2 {
        display: inline-block;
        width: 200px;
        font-size: 10px;
        vertical-align: middle;
    }

    .inline-block1 {
        display: inline-block;
        background-color: yellow;
        width: max-content;
        padding: 0px;
        vertical-align: middle;
        font-size: 15px;
        margin-top: 10px;
        height: 22px;
    }


    .inline {

        display: flex;
        gap: 20px;
        margin: 10px;
        justify-content: center;

    }














    .buttun-box {
        font-size: 30.5%;
        /*rem算出をしやすくするために*/
    }

    br.buttun-br-mb {
        display: flex;
    }



    .btn,
    a.btn,
    button.btn {
        font-size: 0.5px;
        font-weight: 700;
        line-height: 1.3;
        position: relative;
        display: inline-block;
        padding: 10rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.3rem;
    }


    a.btn--yellow {
        color: #000;
        background-color: #fff100;
    }

    a.btn--yellow:hover {
        color: #000;
        background: #fff20a;
    }

    a.btn--yellow.btn--cubic {
        border-bottom: 3px solid #ccc100;
    }

    a.btn--yellow.btn--cubic:hover {
        margin-top: 3px;
        border-bottom: 2px solid #ccc100;
    }

    a.btn-c {
        font-size: 0.7rem;
        position: relative;
        padding: 0.4rem 4rem 0.4rem 4rem;
        border-radius: 100vh;
    }

    a.btn-c i.fa {
        margin-right: 0.2rem;
    }

    a.btn-c:before {
        font-family: 'Font Awesome 5 Free';
        font-size: 0.8rem;
        line-height: 1;
        position: absolute;
        top: calc(50% - .5rem);
        right: 1rem;
        margin: 0;
        padding: 0;
        content: '\f054';
    }















    .buttun-box {
        display: flex;
        gap: 4px;
        justify-content: center;
        background-color: #C321A9;
        padding: 18px;
    }

    a.menverpage-buttun {
        padding: 20px;
        margin: 10px 0;
        display: block;
        color: #fff;
        background: #dda0dd;
        text-decoration: none;
        font-weight: bold;
        border: solid 2px black;
        font-size: 11px;
        border-radius: 10px 0px 0px 10px;
        text-align: center;
        text-decoration: none;
        width: 300px;
    }

    a.menverpage-buttun:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -3px 10px 0 0;
        background: url("img/menver-page-icon.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
    }



    a.LINEpage-buttun {
        padding: 20px;
        margin: 10px 0;
        display: block;
        color: #fff;
        background: #dda0dd;
        border: solid 2px black;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        text-decoration: none;
        width: 300px;
    }

    a.LINEpage-buttun:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -3px 10px 0 0;
        background: url("img/LINE-icon.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
    }



    @media screen and (max-width:550px) {
        .buttun-box {
            display: flex;
            gap: 3px;
            justify-content: center;
            background-color: #C321A9;
            padding: 20px 30px 20px 30px;
        }

        a.menverpage-buttun {
            padding: 20px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            text-decoration: none;
            font-weight: bold;
            border: solid 2px black;
            font-size: 11px;
            border-radius: 10px 0px 0px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.menverpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/menver-page-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }



        a.LINEpage-buttun {
            padding: 20px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            border: solid 2px black;
            text-decoration: none;
            font-weight: bold;
            font-size: 10px;
            border-radius: 10px 10px 10px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.LINEpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/LINE-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

    }

    @media screen and (max-width:470px) {
        .buttun-box {
            display: flex;
            gap: 3px;
            justify-content: center;
            background-color: #C321A9;
            padding: 20px 30px 20px 30px;
        }

        a.menverpage-buttun {
            padding: 20px 0px 20px 0px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            text-decoration: none;
            font-weight: bold;
            border: solid 2px black;
            font-size: 11px;
            border-radius: 10px 0px 0px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.menverpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/menver-page-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }



        a.LINEpage-buttun {
            padding: 20px 0px 20px 0px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            border: solid 2px black;
            text-decoration: none;
            font-weight: bold;
            font-size: 10px;
            border-radius: 10px 10px 10px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.LINEpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/LINE-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

    }

    @media screen and (max-width:449px) {
        

        .inline-block1 {
            display: inline-block;
            background-color: yellow;
            width: max-content;
            padding: 0px;
            vertical-align: middle;
            font-size: 10px;
            margin-top: 5px;
            height: 15px;
            font-weight: 800;
        }

        .inline-block2 {
            display: inline-block;
            width: 200px;
            font-size: 8px;
            vertical-align: middle;
        }


        .Priceguide-box {
            border: solid #C321A9 2px;
            border-radius: 5px;
            width: 90%;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
        }







        .buttun-box {
            display: flex;
            gap: 2px;
            justify-content: center;
            background-color: #C321A9;
            padding: 10px 0px 10px 0px;
        }

        a.menverpage-buttun {
            padding: 20px 5px 20px 5px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            text-decoration: none;
            font-weight: bold;
            border: solid 2px black;
            font-size: 10px;
            border-radius: 10px 0px 0px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.menverpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/menver-page-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }



        a.LINEpage-buttun {
            padding: 20px 5px 20px 5px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            border: solid 2px black;
            text-decoration: none;
            font-weight: bold;
            font-size: 10px;
            border-radius: 10px 10px 10px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.LINEpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/LINE-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }
    }

    @media screen and (max-width:352px) {

        .buttun-box {
            display: flex;
            gap: 2px;
            justify-content: center;
            background-color: #C321A9;
            padding: 10px 0px 10px 0px;
        }

        a.menverpage-buttun {
            padding: 20px 0px 20px 0px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            text-decoration: none;
            font-weight: bold;
            border: solid 2px black;
            font-size: 10px;
            border-radius: 10px 0px 0px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.menverpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/menver-page-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }



        a.LINEpage-buttun {
            padding: 20px 0px 0px 0px;
            margin: 10px 0;
            display: block;
            color: #fff;
            background: #dda0dd;
            border: solid 2px black;
            text-decoration: none;
            font-weight: bold;
            font-size: 10px;
            border-radius: 10px 10px 10px 10px;
            text-align: center;
            text-decoration: none;
            width: 300px;
        }

        a.LINEpage-buttun:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: -3px 5px 0 0;
            background: url("img/LINE-icon.png") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }
    }

    .button {
        animation-name: fadeUpAnime;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }


    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }









    .notice {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .notice h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        margin-bottom: 10px;
        font-family: YuGothic, 'Yu Gothic', 'klee', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
        margin-top: 0;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
    }

    .info {
        -webkit-overflow-scrolling: touch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        max-width: 320px;
        height: 10em;
        margin: 0 auto;
        overflow-y: scroll;
        border: 3px black solid;
        border-radius: 20px 20px 20px 20px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .info dd {
        color: #404040;
    }

   


    @media (min-width:768px) {
        .info {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            flex-wrap: wrap
        }
    }

    .info dd,
    .info dt {
        box-sizing: border-box;
        width: 100%;
        padding-bottom: .5em;
        padding-left: .5em
    }

    .info dt {
        font-style: normal;
        font-weight: initial
    }


    .info dd a {
        color: #4682b4;
    }

    @media (min-width:768px) {
        .info dt {
            width: 12.5em;
            margin-bottom: .5em;
            border-bottom: 1px dotted #343a40;
        }
    }

    .info dt:first-of-type {
        padding-top: .5em;
        border-top: 1px dotted #343a40;
    }

    .dt1 {
        border-top: white 1px solid;
    }

    .info dt time {
        margin-right: .5em
    }

    .info dt span {
        box-sizing: border-box;
        display: inline-block;
        width: 7em;
        margin-right: .5em;
        padding: 0 .5em;
        background-color: #C321A9;
        color: #fff;
        font-size: .8em;
        line-height: 1.75;
        text-align: center
    }

    .info time {
        color: #adb5bd
    }

    .info dd {
        margin-left: 0;
        margin-bottom: .5em;
        border-bottom: 1px dotted #343a40
    }


    @media (min-width:768px) {
        .info dd {
            width: calc(100% - 12.5em)
        }

        .info dd:first-of-type {
            padding-top: .5em;
            border-top: 1px dotted #343a40
        }
    }

    .info dd:nth-of-type(-n+3) {
        position: relative
    }





    .introduce {
        margin-top: 200px;
        margin: 0 auto;
        max-width: 320px;
    }

    .introduce-title-img {
        width: 170px;
        padding-left: 0px;
    }

    .introduce-box {
        position: relative;
        width: 980px;
        height: 220px;
    }

    .introduce-title-span1 {
        font-size: 20px;
        padding-left: 20px;
        color: #C321A9;
    }


    .introduce-img-box {}

    .introduce-text {
        padding: 20px 20px 20px 20px;
        background-color: rgb(254, 247, 213);
        border-radius: 30% 70% 35% 35% / 50% 50% 50% 50%;
        position: absolute;
        z-index: 30;
        top: 80px;
        left: 120px;
    }

    .introduce-text p {
        font-size: 10px;
        width: 180px;
        padding-left: 5px;
    }

    .introduce-title {
        font-size: 31px;
        color: #C321A9;
        margin-bottom: 0;
    }

    .introduce-title-span1 {
        font-size: 10px;
        color: #C321A9;
        padding-left: 20px;
        font-weight: 800;
    }



    .introduce-title-p {
        width: 460px;
        font-size: 15px;
        color: #404040;
        font-weight: 600;
        padding-left: 20px;
        margin-top: 0;
    }

    .introduce-title-span2 {
        color: #404040;
        font-size: 24px;
        font-weight: 600;
        padding-right: 5px;

    }


    .introduce-img {
        width: 200px;
        z-index: 10;
    }


    @media screen and (max-width:400px) {
        .introduce {
            margin-top: 200px;
            margin: 0 auto;
            max-width: 320px;
        }

        .introduce-title-img {
            width: 170px;
            padding-left: 0px;
        }

        .introduce-box {
            position: relative;
            width: 980px;
        }

        .introduce-title-span1 {
            font-size: 20px;
            padding-left: 20px;
            color: #C321A9;
        }


        .introduce-img-box {}

        .introduce-text {
            padding: 25px 13px 25px 13px;
            background-color: rgb(254, 247, 213);
            border-radius: 30% 70% 35% 45% / 50% 50% 50% 40%;
            position: absolute;
            z-index: 30;
            top: 90px;
            left: 85px;
        }

        .introduce-text p {
            font-size: 10px;
            width: 200px;
            padding-left: 5px;
            ;

        }

        .introduce-title {
            font-size: 31px;
            color: #C321A9;
            margin-bottom: 0;

        }

        .introduce-title-span1 {
            font-size: 10px;
            color: #C321A9;
            padding-left: 20px;
            font-weight: 800;
        }



        .introduce-title-p {
            width: 460px;
            font-size: 15px;
            color: #404040;
            font-weight: 600;
            padding-left: 20px;
            margin-top: 0;
        }

        .introduce-title-span2 {
            color: #404040;
            font-size: 24px;
            font-weight: 600;
            padding-right: 5px;

        }


        .introduce-img {
            width: 190px;
            z-index: 10;
        }
    }









    .movie {
        text-align: center;
    }

    .movie h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-top: 50px;
    }



    .movie h2:before,
    .movie h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;

    }

    .movie h2:before {
        margin-right: 1em;


    }

    .movie h2:after {
        margin-left: 1em;

    }

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


    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;

    }

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .thoughts_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 320px;
        margin: auto;
    }




    .explanation-top {
        text-align: center;
    }

    .catchcopy {
        width: 320px;

    }

    .explanation {
        margin-top: 70px;
    }

    .explanation-top h2 {
        color: #C321A9;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
    }

    .explanation-flexbox {
        display: block;
    }

    .explanation-img {
        width: 150px;
        padding-top: 10px;
        margin: 0 auto;
        display: block;
    }

    .explanation-text-box {
        display: none;
    }

    .explanation-text-box2 {
        margin: 0 auto;
        display: block;
        width: 360px;
    }

    tr td {
        border-bottom: dashed #c0c0c0 1px;
        font-size: 11px;
    }

    .explanation-text-box-p {
        border-bottom: dashed #e2e2e2 1px;
    }

    .explanation-top h2:before,
    .explanation-top h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .explanation-top h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .explanation-top h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    @media screen and (max-width:360px) {
        .explanation-text-box {
            display: none;
        }

        .explanation-text-box2 {
            margin: 0 auto;
            display: block;
            width: 320px;
        }

        tr td {
            border-bottom: dashed #c0c0c0 1px;
            font-size: 10px;
        }
    }



    .wrapper {
        overflow: hidden;
    }

    .service {
        margin-top: 60px;
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #FEF7D5;
    }

    .service-boxset {
        display: flex;
        gap: 20px 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-box {
        text-align: center;
        width: 33%;
    }

    .service-box p {
        font-size: 10px;
        margin-top: 0px;
    }


    .service img {
        margin: 0;
        margin-right: 0;

    }

    .service-box-img {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: white;
        background-size: 10px;
        border-radius: 120px 120px 120px 120px;
        text-align: center;
        margin-right: 0;
        margin-right: 0;
        display: block;
        width: 120px;
        margin: 0 auto;
    }

    .service-box-img img {
        width: 40px;
        position: relative;
    }

    .service-box h6 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 900;
        color: #C321A9;
        font-weight: 900;
    }

    @media screen and (max-width:400px) {

        .wrapper {
            overflow: hidden;
        }

        .service {
            margin-top: 60px;
            padding-top: 30px;
            padding-bottom: 40px;
            background-color: #FEF7D5;
        }

        .service-boxset {
            display: flex;
            gap: 20px 40px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-box {
            text-align: center;
            width: 33%;
        }

        .service-box p {
            font-size: 10px;
            margin-top: 0px;
        }


        .service img {
            margin: 0;
            margin-right: 0;

        }

        .service-box-img {
            padding-top: 30px;
            padding-bottom: 30px;
            background-color: white;
            background-size: 10px;
            border-radius: 120px 120px 120px 120px;
            text-align: center;
            margin-right: 0;
            margin-right: 0;
            display: block;
            width: 120px;
            margin: 0 auto;
        }

        .service-box-img img {
            width: 40px;
            position: relative;
        }

        .service-box h6 {
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 13px;
            font-weight: 900;
            color: #C321A9;
            font-weight: 900;
        }
    }

    @media (max-width:354px) {
        .service-box h6 {
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 10px;
            font-weight: 900;
            color: #C321A9;
            font-weight: 900;
        }

        .service-boxset {
            display: flex;
            gap: 20px 34px;
            flex-wrap: wrap;
            justify-content: center;
        }


        .service-box-img {
            padding-top: 25px;
            padding-bottom: 25px;
            background-color: white;
            background-size: 10px;
            border-radius: 120px 120px 120px 120px;
            text-align: center;
            margin-right: 0;
            margin-right: 0;
            display: block;
            width: 100px;
            margin: 0 auto;
        }
    }

    .service h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 20px;
        line-height: 50px;
    }

    .service h2:before,
    .service h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .service h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .service h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    .Resolution {
        margin-top: 70px;

    }

    .Resolution h2 {
        font-size: 16px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 40px;
        line-height: 40px;
        line-height: 21px;
    }

    .Resolution h2:before,
    .Resolution h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .Resolution h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .Resolution h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }


    .Resolution-inner {
        display: flex;
        justify-content: center;
        gap: 20px;
        max-width: 340px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .Resolution-box1 {
        width: 95%;
        position: relative;
    }

    .Resolution-box1-p1 {
        font-size: 13px;
        padding: 40px 25px 40px 25px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
    }

    .Resolution-box1-p2 {
        font-size: 12px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 30px 20px 30px 20px;
        border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
        margin-top: 100px;
        margin-left: 20px;
        position: absolute;
        width: 175px;
        font-weight: 400;
        z-index: 1;
    }

    .Resolution-box1-img1 {
        width: 45px;
        float: left;
        /* margin-left: 30px;*/

    }

    .Resolution-box1-img-logo {
        width: 75px;
        float: right;
        margin-top: 150px;

    }

    .Resolution-box1-elementbox {
        margin-left: 40px;
        z-index: 120;
        position: relative;
    }

    .Resolution-box1-p2 {
        z-index: 2;

    }

    .Resolution-box1-img-logobox {
        z-index: 120;
        position: relative;
    }

    /*イラストアニメーション*/

    /* 左から */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    /*2個目*/

    .Resolution-box2 {
        width: 90%;
        position: relative;
        margin-top: 20px;
    }

    .Resolution-box2-elementbox {}



    .Resolution-box2-p1 {
        font-size: 13px;
        padding: 40px 20px 40px 20px;
        border-radius: 50%;
        background-color: #C321A9;
        color: white;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        margin-left: 0px;
        font-weight: 400;
    }

    .Resolution-box2-p2 {
        font-size: 12px;
        background-color: #ffffb7;
        color: black;
        background-size: cover;
        width: max-content;
        padding: 30px 20px 20px 30px;
        border-radius: 60% 65% 70% 35% / 50% 50% 50% 50%;
        margin-top: 100px;
        font-weight: 400;
        position: absolute;
        width: 190px;
    }

    /*3個目*/

    .Resolution-box3 {
        width: 90%;
        position: relative;
        margin-top: 260px;
    }

    .Resolution-box3-elementbox {}

    .Resolution-box3-p1 {
        font-size: 13px;
        padding: 37px 25px 37px 25px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
    }

    .Resolution-box3-p2 {
        font-size: 12px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 30px 21px 30px 25px;
        border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
        margin-top: 96px;
        margin-left: 40px;
        position: absolute;
        font-weight: 400;
    }

    .Resolution-box3-elementbox {
        margin-left: 40px;
    }

    /*4個目*/


    .Resolution-box4 {
        width: 90%;
        position: relative;
        margin-top: 250px;
    }


    .Resolution-box4-elementbox {
        margin-left: 40px;
    }

    .Resolution-box4-p1 {
        font-size: 13px;
        padding: 40px 20px 40px 20px;
        border-radius: 50%;
        background-color: #C321A9;
        background-size: cover;
        width: max-content;
        margin-bottom: 0;
        position: absolute;
        color: white;
        font-weight: 400;
        margin-left: 15px;
    }

    .Resolution-box4-p2 {
        font-size: 12px;
        background-color: #ffffb7;
        background-size: cover;
        width: max-content;
        padding: 35px 15px 35px 15px;
        border-radius: 70% 30% 65% 35% / 50% 50% 50% 50%;
        margin-top: 95px;
        position: absolute;
        font-weight: 400;
        margin-left: 0px;
    }

    .Resolution-box4-img1 {
        width: 50px;
        float: right;
        margin-right: 5px;
    }

    .Resolution-box4-img-logo {
        width: 60px;
        float: left;
        margin-top: 100px;
        z-index: 600;

        position: relative;
    }

    .Resolution-box4-elementbox {
        margin-left: 40px;
    }

    .review h2 {
        font-size: 28px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 40px;
        line-height: 35px;
    }

    .review h2 {
        font-size: 16px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 30px;
        line-height: 21px;

    }

    .review h2:before,
    .review h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .review h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .review h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    .review {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 30px;
        background: url(img/b014.jpeg);
    }

    .review-content {
        display: block;
        justify-content: center;
        gap: 40px;
        z-index: 2;
        margin-bottom: 40px;

    }

    .review-content-p1 {
        width: 700px;
        padding-left: 10px;

        z-index: 2;
    }


    .review-content-img1 {
        width: 80px;
        display: block;
        z-index: 3;
        margin: 0 auto;
    }

    .review-content-p1 {
        position: relative;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
        font-size: 10px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        width: 85%;
        margin: 0 auto;
    }

    .review-content-p1:before {
        display: none;
    }

    .review-content-p1:after {
        display: none;
    }

    .span1 {
        display: inline-block;
        color: #C321A9;
        font-weight: 800;
        font-size: 11.5px;
        padding-bottom: 10px;
        width: 100%;
    }

    .review-content-img2-Responsive {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .review-content-img2 {
        display: none;
    }


    .review-content-p2 {
        margin-bottom: 10px;

        position: relative;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 20px;
        margin: 0 auto;
        padding-bottom: 20px;
        color: black;
        font-size: 10px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        width: 85%;
    }

    .review-content-p2:before {
        display: none;
    }

    .review-content-p2:after {
        display: none;
    }

    .review-content-p3 {
        position: relative;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
        font-size: 10px;
        background: #FFF;
        border: solid 3px #C321A9;
        border-radius: 20px;
        width: 90%;
        margin-top: 12px;
        margin: 0 auto;
    }

    .review-content-p3:before {
        display: none;
    }

    .review-content-p3:after {
        display: none;
    }

    .review-content-img3 {
        display: block;
        width: 80px;
        z-index: 3;
        margin: 0 auto;
    }

    /*講師紹介*/

    .teacher-introduction h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .teacher-introduction h2:before,
    .teacher-introduction h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
    }

    .teacher-introduction h2:before {
        margin-right: 1em;
    }

    .teacher-introduction h2:after {
        margin-left: 1em;
    }

    .teacher-introduction {
        margin-top: 70px;
        margin-bottom: 30px;
        background-image: url(img/);
    }



    .coment-box h5 {
        width: 250px;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0;
        color: #474747;
        border-bottom: #C321A9 1px solid;
    }

    .coment-box {
        margin-left: 2%;
    }

    .coment-box h5 span {
        font-size: 13px;
        ;
        margin-bottom: 0;
        margin-top: 0;
        color: #474747;
        margin-left: 10px;
    }

    .teacher-no1 {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;


    }

    .teacher-introduction-img {
        width: 80px;
        margin-top: 30px;
        margin-left: 5%;
    }

    .coment-box-p {
        width: 240px;
        font-size: 10px;
    }


    @media (max-width:360px) {

        .coment-box h5 {
            width: 230px;
            font-size: 18px;
            margin-bottom: 0;
            margin-top: 0;
            color: #474747;
            border-bottom: #C321A9 1px solid;
        }

        .coment-box {
            margin-left: 2%;
        }

        .coment-box h5 span {
            font-size: 13px;
            margin-bottom: 0;
            margin-top: 0;
            color: #474747;
            margin-left: 10px;
        }

        .teacher-no1 {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: 20px;


        }

        .teacher-introduction-img {
            width: 70px;
            margin-top: 40px;
            margin-left: 5%;
        }

        .coment-box-p {
            width: 220px;
            font-size: 10px;
        }

    }



    .schedule {
        background: url(img/b014.jpeg);
        padding-top: 40px;
        padding-bottom: 20px;
    }


    .schedule h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 40px;
        line-height: 40px;
    }



    .schedule h2:before,
    .schedule h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .schedule h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .schedule h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }

    .schedule-inner1 {
        display: block;
        justify-content: center;
        gap: 50px;
    }

    .schedule-box {
        text-align: center;
        background-color: white;
        background-size: contain;
        width: 120px;
        padding: 30px 10px 10px 10px;
        border-radius: 70% 50% 65% 35% / 70% 63% 59% 52%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .schedule-img-1 {
        width: 35px;
        background-color: white;
    }

    .schedule-box-p {
        margin-top: 5px;
        font-size: 11px;
        color: #800080;
        font-weight: 600;
        line-height: 15px;
    }

    .arrow-right {
        display: none;
    }

    .schedule-img-2 {
        width: 50px;
        background-color: white;
    }


    .schedule-img-3 {
        width: 50px;
        background-color: white;
    }

    .arrow-bottom {
        display: block;
        width: 15px;
        height: 15px;
        margin: 0 120px;
        border-bottom: 4px solid #800080;
        border-right: 4px solid #800080;
        transform: rotate(45deg);
        margin-top: 100px;
        margin: 0 auto;
    }

    .arrow-bottom-mb {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 120px;
        border-bottom: 4px solid #800080;
        border-right: 4px solid #800080;
        transform: rotate(45deg);
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .arrow-left {
        display: none;

    }

    .schedule-box-p-s {
        margin-top: 10px;
        line-height: 18px;
        font-size: 10px;
        color: #800080;
        font-weight: 600;
        font-weight: 700;
    }

    .schedule-inner2 {
        display: none;
    }

    .schedule-inner2-mb {
        display: block;
        justify-content: center;
        gap: 50px;
        margin-top: 30px;
    }


    @media screen and (max-width:599px) and (min-width:500px) {

        .schedule {
            background: url(img/b014.jpeg);
            padding-top: 40px;
            padding-bottom: 20px;
        }


        .schedule h2 {
            font-size: 20px;
            color: #C321A9;
            text-align: center;
            /*h2横線*/
            display: flex;
            align-items: center;
            /* 垂直中心 */
            justify-content: center;
            /* 水平中心 */
            margin-bottom: 40px;
            line-height: 40px;
        }



        .schedule h2:before,
        .schedule h2:after {
            border-top: 1px solid;
            content: "";
            width: 2em;
            /* 線の長さ */
        }

        .schedule h2:before {
            margin-right: 1em;
            /* 文字の右隣 */

        }

        .schedule h2:after {
            margin-left: 1em;
            /* 文字の左隣 */
        }

        .schedule-inner1 {
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .schedule-box {
            text-align: center;
            background-color: white;
            background-size: contain;
            width: 120px;
            padding: 30px 10px 10px 10px;
            border-radius: 70% 50% 65% 35% / 70% 63% 59% 52%;
            margin: 0 auto;
            display: block;
            margin-bottom: 20px;
        }

        .schedule-img-1 {
            width: 35px;
            background-color: white;
        }

        .schedule-box-p {
            margin-top: 5px;
            font-size: 11px;
            color: #800080;
            font-weight: 600;
            line-height: 15px;
        }

        .arrow-right {
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 120px;
            border-right: 4px solid #800080;
            transform: rotate(45deg);
            margin-top: 10px;
            margin-bottom: 10px;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        .schedule-img-2 {
            width: 50px;
            background-color: white;
        }


        .schedule-img-3 {
            width: 50px;
            background-color: white;
        }

        .arrow-bottom {
            display: block;

        }

        .arrow-bottom-mb {
            display: none;
        }

        .arrow-left {
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 120px;
            border-bottom: 4px solid #800080;
            transform: rotate(45deg);
            margin-top: 10px;
            margin-bottom: 10px;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 20px;

        }

        .schedule-box-p-s {
            margin-top: 10px;
            line-height: 18px;
            font-size: 11px;
            color: #800080;
            font-weight: 600;
            font-weight: 700;
        }

        .schedule-inner2 {
            display: none;
        }

        .schedule-inner2-mb {
            display: flex;
            gap: 10px;
        }
    }

    .Priceguide {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .Priceguide-box {
        border: solid #C321A9 2px;
        border-radius: 5px;
        width: 80%;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);

    }

    .Priceguide-title {
        background-color: #C321A9;
    }

    .Priceguide-title h2 {
        color: white;
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
        font-size: 15px;
        text-align: center;
    }

    .Priceguide-inner {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .Price {
        font-size: 40px;
        line-height: 30px;
    }

    .Price p {
        margin-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        color: black;
        background-color: yellow;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;

    }

    .headline {
        line-height: 30px;
    }

    .Priceexplanation br {
        display: none;
    }

    .Priceexplanation p {
        margin-top: 15px;
        font-size: 10px;
        width: 150px;
    }

    @media (max-width:500px) {
        .Priceguide-box {
            border: solid #C321A9 2px;
            border-radius: 5px;
            width: 80%;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);

        }

        .Priceguide-title {
            background-color: #C321A9;
        }

        .Priceguide-title h2 {
            color: white;
            margin-top: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-bottom: 0;
            font-size: 13px;
            text-align: center;
        }

        .Priceguide-inner {
            display: flex;
            justify-content: center;
            gap: 20px;
        }


        .Price p {
            margin-bottom: 0;
            margin-top: 20px;
            margin-bottom: 20px;
            font-weight: 700;
            color: black;
            background-color: yellow;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 17px;
        }

        .Priceexplanation br {
            display: none;
        }

        .Priceexplanation p {
            margin-top: 10px;
            font-size: 10px;
            width: 130px;
        }
    }


    @media (max-width:400px) {
        .Priceguide-box {
            border: solid #C321A9 2px;
            border-radius: 5px;
            width: 90%;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);

        }

        .Priceguide-title {
            background-color: #C321A9;
        }

        .Priceguide-title h2 {
            color: white;
            margin-top: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-bottom: 0;
            font-size: 13px;
            text-align: center;
        }

        .Priceguide-inner {
            display: flex;
            justify-content: center;
            gap: 15px;
        }


        .Price p {
            margin-bottom: 0;
            margin-top: 20px;
            margin-bottom: 20px;
            font-weight: 700;
            color: black;
            background-color: yellow;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 17px;
        }

        .Priceexplanation br {
            display: none;
        }

        .Priceexplanation p {
            margin-top: 10px;
            font-size: 10px;
            width: 130px;
        }
    }

    @media (max-width:324px) {
        .Price p {
            margin-bottom: 0;
            margin-top: 20px;
            margin-bottom: 20px;
            font-weight: 700;
            color: black;
            background-color: yellow;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 15px;
        }
    }

    .question {
        height: 500px;
        text-align: center;
    }


    .question h2 {
        font-size: 20px;
        color: #C321A9;
        text-align: center;
        /*h2横線*/
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
        margin-bottom: 20px;

    }

    .question h2:before,
    .question h2:after {
        border-top: 1px solid;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .question h2:before {
        margin-right: 1em;
        /* 文字の右隣 */

    }

    .question h2:after {
        margin-left: 1em;
        /* 文字の左隣 */
    }


    /*アコーディオン全体*/
    .accordion-area {
        list-style: none;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        padding: 0;
    }

    .accordion-area li {
        margin: 10px 0;

    }

    .accordion-area section {
        border: 1px solid #ccc;
        margin: 0 auto;
        width: 420px;
    }

    @media (max-width:430px) {
        .accordion-area section {
            border: 1px solid #ccc;
            margin: 0 auto;
            width: 310px;
        }
    }

    .contents-box-box1 {
        font-size: 10px;
    }


    /*アコーディオンタイトル*/
    .title {
        position: relative;
        /*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-size: 10px;
        font-weight: normal;
        padding: 1% 1% 1% 50px;
        transition: all .5s ease;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #333;

    }

    .title::before {
        top: 48%;
        left: 15px;
        transform: rotate(0deg);

    }

    .title::after {
        top: 48%;
        left: 15px;
        transform: rotate(90deg);

    }

    /*　closeというクラスがついたら形状変化　*/
    .title.close::before {
        transform: rotate(45deg);
    }

    .title.close::after {
        transform: rotate(-45deg);
    }

    /*アコーディオンで現れるエリア*/
    .box {
        display: none;
        /*はじめは非表示*/
        background: #f3f3f3;
        margin: 0 3% 3% 3%;
        padding: 3%;
    }

    .line-img-box {
        text-align: center;
        margin-top: 35px;
    }

    .line-img {
        width: 85%;
    }









}