
/*====================================
        common
====================================*/
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex{
    display: flex;
}
.db{
    display: block;
}
.vl{
    writing-mode: vertical-rl;
}
.green{
    color: #c0cc4e;
}
.large{
    font-size: 40px;
}
.fontRyu{
    font-family: a-otf-ryumin-pr6n, serif;
}
.fontMB{
    font-family: mrblaketon-pro, sans-serif;
}
.sp{
    display: none;
}
.reserve{
    width: 92px;
    height: 92px;
    position: fixed;
    bottom: 50px;
    right: 4%;
    z-index: 800;
}
.reserve a{
    display: block;
    width: 100%;
    height: 100%;
}
.sadoPage {
    line-height: 1.6;
    font-family: source-han-sans-japanese, sans-serif;
    padding-bottom: 150px;
}
.sadoPage .intor{
    margin-bottom: 200px;
    position: relative;
}

.sadoPage .intor .scrollWrapper{
    position: absolute;
    top: 0;
    right: 5%;
    height: 200px;
}

.sadoPage .intor .scrollWrapper p{
    font-size: 10px;
    letter-spacing: 0.1em;
    position: relative;
}

.sadoPage .intor .scrollWrapper p::after{
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1px;
    height: 37px;
    background-color: #231815;
    animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:40px;
		opacity: 0;
	}
	30%{
		height: 37px;
		opacity: 1;
	}
	100%{
		height:0;
		top: 97px;
		opacity: 0;
	}
}

.sadoPage .intorWrapper{
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;
}

.sadoPage .intorWrapper h2{
    font-size: 40px;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0.24em;
}

.sadoPage .intorWrapper .txtBox{
    padding-top: 127px;
}

.sadoPage .intorWrapper .txtBox p{
    letter-spacing: 0.08em;
    margin-bottom: 48px;
}

.sadoPage .join{
    margin-bottom: 360px;
}

.sadoPage .joinWrapper h2{
    font-size: 30px;
    margin-bottom: 50px;
    width: 590px;
    text-align: right;
}

.sadoPage .joinWrapper h2 span.db{
    padding-right: 0.5em;
    letter-spacing: 0.24em;
}

.sadoPage .joinWrapper h2 span.db:first-child{
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #231815;
    font-weight: 200;
}

.sadoPage .joinContent{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.sadoPage .joinContent li .imgBox{
    width: 50%;
    position: relative;
    /* aspect-ratio: 16/9; */
    padding-top: 17vw;
}

.sadoPage .joinContent li .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
}

.sadoPage .joinContent li .txtBox{
    width: 50%;
    background-color: #eaeef0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.sadoPage .joinContent li .txtBox h3{
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 0.14em;
}

.sadoPage .joinContent li .txtBox h3::after{
    display: block;
    content: "";
    background-color: #231815;
    width: 47px;
    height: 0.5px;
    margin: 20px auto;
}

.sadoPage .joinContent li .txtBox p{
    font-size: 14px;
    width: 50%;
    max-width: 251px;
    letter-spacing: 0.08em;
}
.sadoPage .schedule {
    margin: 5% 0;
}
.sadoPage .scheduleWrapper h2{
    width: 585px;
    margin: 0 0 50px auto;
    font-size: 30px;
}

.sadoPage .scheduleWrapper h2 span.db{
    letter-spacing: 0.24em;
}

.sadoPage .scheduleWrapper h2 span.db:first-child{
    border-bottom: 1px solid #231815;
    padding-bottom: 17px;
    margin-bottom: 17px;
    font-weight: 200;
}

.sadoPage .scheduleWrapper h2 span.db:last-child{
    font-size: 21px;
    padding-left: 2.5em;
    font-weight: 200;
}

.sadoPage .scheduleWrapper h2 span.db:last-child span{
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 0;
}

.sadoPage .scheduleContent {
    background-color: #eaeef0;
    padding: 100px 0 70px;
}
.sadoPage .scheduleContent ul{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.sadoPage .scheduleContent li .imgBox{
    width: 50%;
    margin-right: 136px;
}

.sadoPage .scheduleContent li .imgBoxInner{
    position: relative;
    /* aspect-ratio: 16/9; */
    padding-top: 18vw;
}

.sadoPage .scheduleContent li .imgBoxInner img{
    position: absolute;
    top: 0;
    left: 0;
}

.sadoPage .intervalWrapper{
    margin: 20px 0;
}

.sadoPage .interval{
    display: block;
    width: 1px;
    height: 70px;
    background-color: #231815;
    margin: 0 auto;
}

.sadoPage .intervalWrapper{
    position: relative;
}

.sadoPage .intervalWrapper p{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    font-size: 22px;
    letter-spacing: 0.24em;
    font-weight: 200;
}

.sadoPage .intervalWrapper p span{
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
}

.sadoPage .scheduleContent li{
    align-items: flex-start;
}

.sadoPage .scheduleContent li .txtBox{
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 100px;
}

.sadoPage .scheduleContent li .txtBox h3{
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
    font-weight: 200;
}

.sadoPage .scheduleContent li .txtBox h3 span{
    font-size: 12px;
    display: block;
}

.sadoPage .scheduleContent li .txtBox p{
    font-size: 14px;
}

.sadoPage .application{
    margin-bottom: 260px;
    padding-top: 100px;
    margin-top: -100px;
}

.sadoPage .applicationWrapper h2{
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.24em;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 50px 0;
    margin-bottom: 80px;
    font-weight: 200;
}

.sadoPage .applicationWrapper h2 span{
    font-size: 14px;
    letter-spacing: 0;
}

.sadoPage .applicationContent{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.sadoPage .applicationContent .cycle_form{
    padding: 80px 5%;
}

.sadoPage .applicationContent .mapWrapper{
    margin-bottom: 130px;
}

.sadoPage .applicationContent .map{
    width: 100%;
    height: 20vw;
    margin-bottom: 30px;
}

.sadoPage .applicationContent .mapAddress{
    font-size: 15px;
    text-align: right;
}

.sadoPage .applicationContent .map iframe{
    display: block;
    width: 100%;
    height: 100%;
}

.sadoPage .applicationInner{
    justify-content: space-around;
    margin-bottom: 80px;
}

.sadoPage .applicationInner > div:first-child{
    margin-right: 227px;
}

.sadoPage .applicationInner h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 0.14em;
    font-weight: 200;
}

.sadoPage .applicationInner div h4{
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: 0.24em;
    text-align: center;
    font-size: 18px;
}

.sadoPage .applicationInner div p{
    font-size: 15px;
    line-height: 2;
}

.sadoPage .applicationInner > div:nth-child(2) p:last-child{
    font-size: 12px;
}

.sadoPage .qa{
    margin-bottom: 140px;
}

.sadoPage .qaWrapper h2{
    font-size: 30px;
    margin-bottom: 50px;
    width: 590px;
    text-align: right;
}

.sadoPage .qaWrapper h2 span.db:first-child{
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #231815;
    padding-right: 0.5em;
    letter-spacing: 0.24em;
    font-weight: 200;
} 

.sadoPage .qaWrapper h2 span.db:last-child{
    font-size: 14px;
    padding-right: 10em;
    font-weight: 200;
}

.sadoPage .qaListWrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #eaeef0;
    padding: 80px 10% 120px;
    box-sizing: border-box;
}
.sadoPage .qaListWrapper li{
    margin-bottom: 100px;
    width: 90%;
    max-width: 500px;
}

.sadoPage .qaListWrapper li:last-child{
    margin-bottom: 0;
}

.sadoPage .qaListWrapper li:nth-child(even){
    margin: 0 0 100px auto;
}

.sadoPage .qaListWrapper li .question{
    background-color: #fff;
    width: 100%;
    padding: 30px 5%;
    border-radius: 30px;
    font-size: 22px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sadoPage .qaListWrapper li .question .fukidashi{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.sadoPage .qaListWrapper li:nth-child(odd) .question .fukidashi{
    left: -15px;
}

.sadoPage .qaListWrapper li:nth-child(even) .question .fukidashi{
    right: -15px;
}

.sadoPage .qaListWrapper li .anser{
    font-size: 14px;
}

.sadoPage .whatTea {
    margin-bottom: 20px;
}

.sadoPage .ikebanaBlock8.whatTeaWrapper {
    padding: 80px 0;
    margin-bottom: 100px;
}

.sadoPage .whatTeaWrapper h2{
    width: 589px;
    margin: 0 0 60px auto;
    font-weight: 200;
}

.sadoPage .whatTeaWrapper h2 .db:first-child{
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #231815;
    letter-spacing: 0.24em;
}

.sadoPage .whatTeaWrapper h2 .db:last-child{
    padding-left: 10em;
}

.sadoPage .whatTeaWrapper .whatTeaContent{
    width: fit-content;
    margin: 0 auto 100px;
}

.sadoPage .whatTeaWrapper .whatTeaContent .imgBox{
    width: 368px;
    height: 531px;
    margin-right: 83px;
    position: relative;
    top: -367px;
}

.sadoPage .whatTeaWrapper .whatTeaContent .txtBox{
    width: 523px;
}

.sadoPage .whatTeaWrapper .whatTeaContent .txtBox p{
    margin-bottom: 48px;
    letter-spacing: 0.05em;
}

.sadoPage .whatTeaWrapper .singleList{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.sadoPage .whatTeaWrapper .singleList ul{
    justify-content: space-between;
}

.sadoPage .whatTeaWrapper .singleList li{
    width: 30%;
}

.sadoPage .whatTeaWrapper .singleList li .imgBox {
    margin-bottom: 20px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}

.sadoPage .whatTeaWrapper .singleList li .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
}

.sadoPage .whatTeaWrapper .singleList li h3{
    font-size: 15px;
}
.sadoPage .recommend {
    margin-bottom: 70px;
}
.sadoPage .recommendWrapper {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.recommendWrapper h2{
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.12em;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic";
    font-weight: bold;
}

.sadoPage .recommendWrapper ul{
    justify-content: space-between;
}

.sadoPage .recommendWrapper li {
    width: 49%;
}

.sadoPage .recommendWrapper li h3{
    font-size: 15px;
    margin-bottom: 10px;
}

.sadoPage .recommendWrapper li p{
    font-size: 12px;
}

.sadoPage .linkBtn1{
    margin-top: 100px;
}
.sadoPage .otherMenu .clum3 a {
    width: 22%;
}
.sadoPage .otherMenu .clum3 a:nth-child(4){
    margin-left: 4%;
}
.sadoPage .topMenu div a .linkBtn3 {
    display: none;
}
.sadoPage .topMenu div a h2 {
    margin: 2px 0 8px;
    font-size: 16px;
    font-family: a-otf-ryumin-pr6n, serif;
}

/* ここから新レイアウト */
.sadoFv .fvTxt {
    width: 90%;
    margin: -87px auto 60px;
}
.sadoFv .fvTxt h2, .sadoFv .fvTxt h2 span {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 19px;
}
.sadoFv .fvTxt h2 span{
    color: #fff;
}
.sadoFv .fvTxt p {
    font-size: 12px;
    margin: auto;
    width: 100%;
    text-align: justify;
    margin-top:20px;
}
.levelTab {
    display: flex;
    width: 100%;
    width: min(900px,90%);
    margin: 0 auto 60px;
}
.levelTab a {
    width: 33.333%;
    text-align: center;
    border-bottom: 3px solid #DBDBDB;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: a-otf-ryumin-pr6n, serif;
    cursor: pointer;
}
.levelBox {
    display: none;
}
.levelBox.active {
    display: block;
}
.levelTab a.active,
.levelTab a:hover {
    border-bottom:3px solid #BE1400 ;
}
.levelBox .bgBlock1{
    width: 100%;
    background-size: 100%;
    background-position: 0 100px;
    padding-bottom: 5%;
    background: #d6d6d6;
    background: linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgb(153 153 153 / 20%) 2%);
    overflow: hidden;
}
.levelBox.nomal .bgBlock1{
    background: url(/wp-content/themes/a/img/skLevelBg2.png)0 0 no-repeat;
    background-size: 100% 100%;
}
.levelBox.hard .bgBlock1{
    background: url(/wp-content/themes/a/img/skLevelBg3.png)0 0 no-repeat;
    background-size: 100% 100%;
    background-position: 0 50px;
}
.levelBox .wrap1{
    width: min(1100px,90%);
    margin: 0 auto;
}
.levelBox h2 {
    text-align: center;
    font-size: 36px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.levelBox.nomal .wrap1 h2,
.levelBox.hard .wrap1 h2,
.levelBox.nomal .txt1,
.levelBox.hard .txt1,
.levelBox.nomal .txt2,
.levelBox.hard .txt2 {
    color: #fff;
}
.levelBox.hard .txt2 {
    font-size: 14px;
    line-height: 1.8;
}
.levelBox.hard .wrap1 .box1 .txtBox {
    width: 50%;
    padding: 0;
}
.levelBox .txt1 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 30px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.levelBox .txt2 {
    line-height: 2.2;
}
.levelBox .wbox {
    margin-top: 80px;
    flex-wrap: wrap;
}
.levelBox .wbox li {
    background: #fff;
    width: 49%;
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 5% 3%;
}
.levelBox .wbox li h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
    font-family: a-otf-ryumin-pr6n, serif;
}
.levelBox .wbox li h3:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #3C3C3C;
    width: 44px;
    height: 1px;
}
.levelBox .wbox li h3.red {
    color: #BE1400;
}
.levelBox .wbox li p {
    font-size: 14px;
}
.levelBox .wrap1 .box1 .txtBox {
    width: 38%;
    padding: 0 5%;
    margin-top: 60px;
}
.levelBox .wrap1 .box1 > img {
    width: 48%;
}
.levelBox .wrap1 .box1 {
    align-items: center;
}
.sadoReserve {
    width: min(1100px,90%);
    margin: 0 auto 130px;
}
.sadoReserve h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.sadoReserve h2 span {
    display: block;
    text-align: center;
    font-family: mrblaketon-pro, sans-serif;
    font-size: 16px;
    margin-top: 10px;
}
.sadoReserve .price h4 {
    text-align: center;
    font-size: 24px;
    margin: 40px auto 20px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.sadoReserve .price p {
    text-align: center;
    line-height: 2;
}
#booking-package_inputFormPanel .row {
    padding: 3%;
}
#booking-package_inputFormPanel select, #booking-package-user-form select, #booking-package-user-edit-form select,#booking-package input[type=text], #booking-package textarea, #booking-package-user-form input[type=text], #booking-package-user-form input[type=password], #booking-package-user-form textarea, #booking-package-loginform input[type=text], #booking-package-loginform input[type=password], #booking-package-loginform textarea, #booking-package-user-edit-form input[type=text], #booking-package-user-edit-form input[type=password], #booking-package-user-edit-form textarea{
    padding: 20px !important;
    box-sizing: border-box;
}
#booking-package_inputFormPanel .book_now_button, #booking-package_inputFormPanel .next_page_button, #booking-package-subscription_form .book_now_button, button#returnToSchedules {
    width: min(250px,90%) !important;
    padding: 14px 0;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #000;
}
.skSubsk {
    width: min(600px,90%);
    margin: 0 auto;
    display: block;
}
.skBnrBox {
    width: min(700px,90%);
    margin: 0 auto;
}
.skBnrBox a {
    margin-bottom: 20px;
    display: block;
}
#booking-package,
#booking-package_calendarPage,
#booking-package_inputFormPanel {
    background-color: transparent !important;
}
.sadoTit1 {
    font-size: 24px !important;
    font-family: a-otf-ryumin-pr6n, serif !important;
    text-align: center;
}
.sadoTit1 span{
    font-size: 16px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: bold;
}
.reserveBox {
    display: none;
}
.reserveBox.active {
    display: block;
}
.levelBox {
    display: none;
}
.levelBox.active {
    display: block;
}
.sadoPage .singleList h2 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 6px;
    width: 100%;
    font-family: a-otf-ryumin-pr6n, serif;
}

@media screen and (max-width:1050px) {
    .vl{
        writing-mode: horizontal-tb;
    }

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .large{
        font-size: 30px;
    }

    .reserve{
        bottom: 20px;
    }

    .sadoPage .mainVisual{
        height: auto;
        margin-bottom: 50px;
    }

    .sadoPage .mainVisual img{
        object-fit: contain;
    }

    .sadoPage .intor{
        margin-bottom: 100px;
    }

    .sadoPage .intor .scrollWrapper p{
        writing-mode: vertical-rl;
    }

    .sadoPage .intorWrapper{
        flex-flow: column;
    }

    .sadoPage .intorWrapper h2{
        font-size: 24px;
        margin-bottom: 40px;
    }

    .sadoPage .intorWrapper .txtBox{
        padding-top: 0;
    }

    .sadoPage .intorWrapper .txtBox p{
        margin-bottom: 40px;
    }

    .sadoPage .join{
        margin-bottom: 120px;
    }

    .sadoPage .joinWrapper h2{
        width: 70.6%;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .sadoPage .joinContent li .txtBox{
        padding: 30px 4% 20px;
        box-sizing: border-box;
    }

    .sadoPage .joinContent li .txtBox h3{
        text-align: center;
    }

    .sadoPage .joinContent li .txtBox p{
        width: 100%;
    }

    .sadoPage .schedule{
        margin-bottom: 160px;
    }

    .sadoPage .scheduleWrapper h2{
        width: 70.6%;
        font-size: 25px;
    }

    .sadoPage .scheduleWrapper h2 span.db:last-child{
        font-size: 14px;
    }

    .sadoPage .scheduleContent li{
        flex-flow: column;
    }

    .sadoPage .scheduleContent li .imgBox{
        width: 100%;
        margin-bottom: 15px;
    }

    .sadoPage .scheduleContent li .txtBox{
        width: 100%;
        padding-top: 0;
    }

    .sadoPage .application{
        margin-bottom: 140px;
    }

    .sadoPage .applicationWrapper h2{
        padding: 41px 0;
        font-size: 30px;
    }

    .sadoPage .applicationInner{
        flex-flow: column;
        width: 90%;
        margin: 0 auto 48px;
    }

    .sadoPage .applicationInner > div:nth-child(2){
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .sadoPage .applicationContent .mapWrapper{
        margin-bottom: 60px;
    }

    .sadoPage .applicationContent .map{
        height: 50vw;
    }

    .sadoPage .qa {
        margin-bottom: 70px;
    }
    .sadoPage .qaWrapper{
        position: relative;
    }

    .sadoPage .qaWrapper .imgBox{
        width: 216px;
        position: absolute;
        right: 10%;
        bottom: -206px;
    }

    .sadoPage .qaWrapper h2{
        width: 75.6%;
    }

    .sadoPage .qaListWrapper {
        padding: 59px 3% 10px;
    }

    .sadoPage .qaListWrapper li,
    .sadoPage .qaListWrapper li:nth-child(even){
        width: 100%;
        max-width: 100%;
        margin: 0 0 60px 0;
    }

    .sadoPage .qaListWrapper li .question{
        width: 85%;
        padding: 15px 5%;
        letter-spacing: 0.14em;
    }

    .sadoPage .whatTea {
        margin-bottom: 40px;
    }

    .sadoPage .recommend {
        margin-bottom: 0;
    }

    .sadoPage .ikebanaBlock8.whatTeaWrapper {
        padding: 80px 0 30px;
        margin-bottom: 0;
    }

    .sadoPage .whatTeaWrapper h2 {
        width: 100%;
    }

    .sadoPage .whatTeaWrapper .whatTeaContent .txtBox{
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
    }

    .sadoPage .whatTeaWrapper .whatTeaContent .txtBox p{
        margin-bottom: 40px;
    }

    .sadoPage .whatTeaWrapper .singleList::before{
        margin: 0 auto 90px;
    }

    .sadoPage .whatTeaWrapper .singleList ul{
        flex-flow: column;
        width: 100%;
    }

    .sadoPage .whatTeaWrapper .singleList li{
        width: 100%;
        margin-bottom: 60px;
    }

    .sadoPage .whatTeaWrapper .singleList li .imgBox{
        margin-bottom: 10px;
    }

    .sadoPage .recommendWrapper ul{
        flex-wrap: wrap;
    }

    .sadoPage .recommendWrapper li{
        width: 48%;
        margin-bottom: 40px;
    }

    .sadoPage .linkBtn1{
        margin-top: 20px;
    }

    .sadoPage .scheduleContent li .imgBoxInner{
        padding-top: 70%;
    }
    .sadoPage .otherMenu .clum3 a {
        width: 48%;
    }
    .sadoPage .otherMenu .clum3 a:nth-child(odd) {
        margin-right: 4%;
    }
    .sadoPage .otherMenu .clum3 a:nth-child(4) {
        margin-left: 0;
    }
    .sadoFv {
        position: relative;
    }
.levelBox.nomal {
    background-size: 100% 26%;
}

}
@media screen and (max-width:800px) {
.sadoPage .schedule {
    margin-bottom: 50px;
}
.levelBox .wrap1 .box1 {
    flex-wrap: wrap;
}
.levelBox .wrap1 .box1 .txtBox {
    width: 100%;
    padding: 0 0 5%;
    order: 2;
    margin-top: 20px;
}
.levelBox .wrap1 .box1 > img {
    width: 100%;
    margin-top: 40px;
}
.levelBox .bgBlock1 {
    margin-top: -50px;
}
.levelBox.nomal .wrap1 h2 {
    margin-top: 100px;
}
.levelBox.hard .wrap1 .box1 .txtBox {
    width: 100%;
    padding: 0 0 5%;
}
.levelBox.nomal .wrap1 h2 {
    margin-top: 20px;
}
.levelBox.nomal .wrap1 .box1 .txtBox {
    margin-top: 0;
    pointer-events: none;
}
.levelBox.hard .bgBlock1 {
    background-position: 0 10px;
}
.levelBox .wbox {
    margin-top: 30px;
}



}