@charset "UTF-8";

/*共通設定*/
html{
    font-size: 62.5%;
    font-family: "HGSMinchoB";
}
body{
    width: 100vw;
    background-image: url("img/patter\ \(1\).png");
    background-repeat: repeat-y;
    background-size: cover contain;
}
.big-wrapper{
    max-width: 1080px;
    margin: 0 auto;
}
.wrapper{
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
/*ヘッダーに隠れないようアンカーリンク位置を調整*/
section{
    padding-top: 80px;
}
.section-title{
    display: inline-block;
    font-size: 3.6rem;
    color: #563D33;
    border-bottom: 1px solid #563D33;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}
p,label{
    font-size: 2.4rem;
    color: #563D33;
    letter-spacing: 1%;
    line-height: 4.0rem;
    text-align: left;
}
a{
    text-decoration: none;
    cursor: pointer;
}
li{
    list-style: none;
}
main{
    margin-top: 597px;
    padding-bottom: 150px;
}
h3{
    display: inline-block;
    font-size: 3.0rem;
    color: #563D33;
    padding-bottom: 5px;
    border-bottom: 1px solid #563D33;
    margin-bottom: 10px;
}
.btn{
    display: inline-block;
    box-shadow: 0 5px 5px #563D33;
    font-size: 2.4rem;
    color: #fff;
    padding: 20px 50px; 
    border-radius: 5px;
    transition: all 0.3s;
    white-space: nowrap;
}
.btn:hover{
    opacity: 0.7;
}
.btn-red{
    background-color:#B72F3B;
}
.btn-yello{
    background-color:#BF9835;
}
.text-nowrap{
    white-space: nowrap;
}
.text-right{
    text-align: right;
}
.pagenation{
    width: 100%;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    display: inline-block;
    font-size: 2.4rem;
    transition: all 0.3s;

}
.pagenation a{
    display: inline-block;
    color: #563D33;
    background-color: #fff;
    border: 1px solid #563D33;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 5px;
    transition: all 0.3s;
}
.pagenation a:hover{
    color: #fff;
    background-color: #BF9835;
}
.pagenation span{
    display: inline-block;
    color: #fff;
    background-color: #BF9835;
    border: 1px solid #563D33;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 5px;
    opacity: 0.5;
}
.pagenation2{
    width: 100%;
    font-size: 2.4rem;
}
.pagenation2 a{
    color: #563D33;
    transition: all 0.3s;
}
.pagenation2 a:hover{
    color: #BF9835;
}
.nav-previous,
.nav-next{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.text-block{
    display: inline-block;
    padding-bottom: 50px;
}
.footer-fixed{
    min-height: 100vh;
    position: relative;
}

/*ローディング画面*/
#loading{
    width: 100vw;
    height: 100vh;
    background-color: #563D33;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loading-image{
    width: 100px;
    height: 100px;
    background: url("../wp-mike-bunkakoto/img/loading-image.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: stepsline 2.5s steps(4) infinite;
}
@keyframes stepsline{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: -400px 0;
    }
}


/*ヘッダー*/
header{
    height: 150px;
    width: 100vw;
    padding: 20px 100px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    z-index: 10;
}
.header-logo img{
    height: 90px;
    margin: 10px auto;
    transition: all 0.3s;
}
.header-logo img:hover{
    opacity: 0.5;
}
.header-menu{
    display: flex;
    justify-content: space-between;
}
.sub-nav{
    margin-top: 10px;
}
.header-nav ul,
.sub-nav ul{
    display: flex;
    justify-content: flex-end;
}
.sub-nav-text{
    display: inline-block;
    font-size: 2.0rem;
    color: #563D33;
    border-bottom: 1px solid #563D33;
    padding-bottom: 10px;
    margin-left: 50px;
    transition: all 0.3s;
}
.contact-btn{
    font-size: 2.0rem;
    background-color: #B72F3B;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 5px 5px #563D33;
    border-bottom: none;
    color: #fff;
    transition: all 0.3s;

}
.contact-btn:hover{
    opacity: 0.7;

}
.header-nav{
    margin-top: 35px;
}
.header-nav a{
    display: inline-block;
    font-size: 2.4rem;
    color: #563D33;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0);
    padding-bottom: 10px;
    transition: all 0.3s;
    z-index: 100;
}
.header-nav a:hover,
.sub-nav-text:hover{
    color: #BF9835;
    border-bottom: 1px solid #BF9835;
}
.header-nav li{
    margin-left: 86px;
}


/*メニューアイコン*/
.menu-icon{
    height: 100px;
    width: 100px;
    padding: 38px 16px;
    margin-right: 10px;
    background-color:#B72F3B;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 1%;
    display: none;
}
/*閉じるボタン*/
#btn-close{
    color: #563D33;
    font-size: 3.0rem;
    font-weight: bold;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: none;
}



/*メインタイトルと大きい画像*/
.big-image{
    height: 597px;
    width: 100vw;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
}
.main-image{
    background-image: url("img/main-visual.jpg");

}
.main-visual{
    height: 345px;
    width: 345px;
    margin: 55px auto;
    background-color: rgba(255,255,255,0.7);
    border-radius: 50%;
    position: relative;
}
.main-title{
    font-family: HGSeikaishotaiPRO;
    font-size: 4.0rem;
    color: #563D33;
    white-space: nowrap;
    position: absolute;
    top: 95px;
    left: 32px;
    border-bottom: 1px solid #563D33;
    padding-bottom: 40px;
}
.main-visual p{
    position: absolute;
    top: 191px;
    left: 25px;
    text-align: center;
    white-space: nowrap;
}

/*ミケ文化箏教室とは*/
.overview span{
    color: #B72F3B;
    font-style: italic;
    font-size: 3.0rem;
}
.overview p{
    margin-bottom: 50px;
}

/*講師の紹介*/
.profile img{
    height: 212px;
    width: 190px;
    object-fit: cover;
    object-position: 0 5%;
    border-radius: 50px;
    margin-bottom: 10px;
}
.profile-img p{
    font-size: 1.8rem;
    width: 310px;
    margin: 0 auto 60px;;
    line-height: 1.8rem;
}

/*レッスン*/
.lesson{
    display: flex;
}
.lesson img{
    height: 260px;
    width: 260px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 0 70%;
}
.lesson-img{
    position: relative;
}
.subtitle{
    font-size: 3.0rem;
    color: #fff;
    text-shadow: 0 0 5px #563D33;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    white-space: nowrap;
}
.lesson-text{
    text-align: right;
}
.lesson-text p{
    margin-left: 32px;
    margin-bottom: 30px;
}
.lesson1{
    margin-bottom: 50px;
}

/*教室案内*/
.access, .lesson-days{
    margin-left: 98px;

}
.subtitle2{
    font-size: 3.0rem;
    margin-bottom: 10px;
}
dt,
dd{
    font-size: 2.4rem;
    line-height: 4.0rem;
    text-align: left;
    letter-spacing: 1%;
    color: #563D33;
}
dt{
    white-space: nowrap;

}
.access{
    margin-bottom: 40px;
}
.lesson-day dl{
    display: flex;
}

/*お問い合わせ*/
.contact{
    margin-top: 50px;
    background-color: #e9c1c4;
}
.contact-flex{
    display: flex;
    justify-content: space-between;
}
.contact .section-title{
    margin-top: 50px;
    margin-bottom: 0;
}
.contact-left{
    width: 50%;
}
.contact-right{
    width: 50%;
}
textarea{
    width: 100%;
}

label,input{
    display: block;
}
label{
    margin-top: 40px;
}
.contact-content{
    text-align: left;
}
.contact-content input,
.contact-content textarea,
.contact-content select{
    width: 80%;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #563D33;
    border-radius: 10px;
    font-size: 2.4rem;
    padding: 10px;
}
.contact-content input,
.contact-content select{
    height: 50px;
}
select{
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.your-message{
    height: 195px;
}
.btn-right{
    text-align: right;
    margin: 50px auto 0;
}
.wpcf7{
    font-size: 1.6rem;
}
.google-text{
    width: 80%;
    margin-top: 30px;
    font-size: 1.0rem;
    line-height: 2.0rem;
}
.google-text a{
    color:#563D33;
}


/*お知らせ一覧*/
.news-bg{
    border-top: 1px solid #563D33;
    border-bottom: 1px solid #563D33;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.news dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news dt{
    width: 27%;
}
.news dd{
    width: 73%;
    white-space: nowrap;
}
.news-contents a{
    color: #563D33;
    transition: all 0.3s;
}
.news-contents a:hover{
    color: #BF9835;
}
.contents-list{
    display: inline-block;
    margin-top: 20px;
    font-size: 2.4rem;
}

/*お知らせページ*/
.news-page{
    margin-top: 80px;
}
.news-page .section-title{
    margin-bottom: 80px;
}

/*ブログ*/
.blog{
    text-align: center;
}
.blog-flex{
    display: flex;
    justify-content: flex-start;
}
.blog-big-image{
    height: 350px;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.blog-page{
    margin-top: 0;
}
.blog-page .section-title{
    width: 100%;
    margin: 0 auto 10px;
    line-height: 6.0rem;
    text-decoration: underline;
    border: none;
}
.blog-page p,
.news-page p{
    margin: 20px auto;
}

.blog-content{
    width: 320px;
    margin: 0 20px 0;
    padding: 20px;
    border: 1px solid #563D33;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.blog-content:hover{
    opacity: 0.7;
}
.blog-content img{
    border-radius: 10px;
    object-fit: cover;
}
.blog-content dl{
    width: 100%;
    margin: 20px auto 0;
}
.blog-content dd{
    margin-top: 10px;
    
}
.blog-content dd,
.blog-content dt{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;

}
.blog .contents-list{
    margin-right: 20px;
}
.blog-contents-info{
    margin-top: 50px;
    font-size: 2.4rem;
    color: #563D33;
    letter-spacing: 1%;
    line-height: 4.0rem;
    text-align: left;
}
.blog-contents-info dl{
    display: flex;
}
.blog-contents-info dt,
.blog-contents-info dd{
    width: fit-content;
}
.blog-contents-info a{
    color: #563D33;
    transition: all 0.3s;
}
.blog-contents-info a:hover{
    color: #BF9835;
}



/*ブログ一覧*/
.blog-image{
    background-image: url("img/blog-top.jpg");
    background-color: rgba(255,255,255,0.4);
    background-blend-mode:lighten;
    background-position: 0 35%;
}
.wide{
    width: 680px;
    height: 290px;
    border: 1px solid #563D33;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    display: flex;
    margin-bottom: 50px;
    transition: all 0.3s;
    position: relative;
}
.wide:hover{
    opacity: 0.7;
}
.wide img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.blog-content-text{
    margin: 10px 0 10px 30px;
}
.blog-content-text dt,
.blog-content-text dd{
    text-align: left;
}
.blog-content-text dl{
    margin-top: 0;
}
.blog .pagenation{
    margin-top: 30px;
}
.blog-page-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
}

/*レッスンページ*/
.lesson-image{
    background-image: url("img/lesson-main-OK.jpg");
}
.two-btn{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}
.lesson-contents{
    display: flex;
    flex-wrap: wrap;
}
.lesson-contents dt,
.lesson-contents dd{
    margin-bottom: 12px;
}
.first-lesson-contents dt{
    width: 35%;
}
.first-lesson-contents dd{
    width: 65%;
}
.first-lesson .lesson-contents{
    margin-left: 46px;
    margin-bottom: 50px;
}
.lesson-main .big-wrapper{
    text-align: center;
}

.others-lesson-flex{
    display: flex;
    justify-content: space-between;
    min-width: 1080px;
}
.lesson-manth,.lesson-one{
    width: 500px;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #563D33;
    border-radius: 50px;
    padding: 20px 14px 20px 14px;
}
.others-lesson-contents dt{
    width: 45%;
}
.others-lesson-contents dd{
    width: 55%;
}
.others-lesson p{
    margin-bottom: 10px;
}


/*初めての方へ*/
.page-title{
    font-family: HGSeikaishotaiPRO;
    font-size: 4.0rem;
    color: #563D33;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.first-image{
    background-image: url("img/first-main.jpg");
    background-color: rgba(255,255,255,0.4);
    background-blend-mode:lighten;
    background-position: 0 35%;
}
.first-message{
    margin-top: 80px;
}
.first-info{
    margin-bottom: 50px;
}
.first-content{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.content-reverse{
    flex-direction: row-reverse;
}
.first-content p,
.first-content-reverse p{
    width: 320px;
}
.first-text-right{
    margin-left: 20px;
}
.first-text-left{
    margin-right: 20px;
}

.round-photo{
    height: 340px;
    width: 340px;
    border-radius: 50%;
    object-fit: cover;
}
.photo1{
    object-position: 0 15%;
}
.photo2{
    object-position: bottom;
}
.photo3{
    width: 320px;
}
.text-link{
    text-decoration:underline;
    transition: all 0.3s;
}
.text-link:hover{
    opacity: 0.5;
}
.first-last-btn{
    margin: 50px auto 0;
    white-space: nowrap;
}


/*初めての方へ-注意事項*/
.important li{
    font-size: 2.4rem;
    color: #563D33;
    letter-spacing: 1%;
    line-height: 4.0rem;
    text-align: left;
    margin-bottom: 20px;
}
.important-images{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.important-image{
    width: 300px;
    margin-bottom: 50px;
}
.important-image p{
    margin-top: 15px;
}

.important-photo{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 60%;
}

/*フッター*/
footer{
    width: 100vw;
    height: 70px;
    background-color: #563D33;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}
footer p,
footer a{
    color: #BF9835;
    font-size: 1.2rem;
    padding: 10px;
    transition: all 0.3s;
}
footer a:hover{
    color: #fff;
}

/*ページトップリンク*/
#pagetop-link{
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
}
.pagetop-link-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 15px 10px 10px;
    background-color: #B72F3B;
    border-radius: 50%;
    transition: all 0.3s;
}
.pagetop-link-text p{
    line-height: 1.0rem;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    padding: 0;
}
#pagetop-link .yazirusi{
    transform: rotate(90deg);
}
#pagetop-link a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagetop-link-text:hover{
    background-color: #ff4252;

}



/*プライバシーポリシー*/
.privacy-policy{
    margin-top: 100px;
}
.privacy-policy .text-center{
    text-align: center;
}
.privacy-policy .section-title{
    border: none;
}
.privacy-content{
    text-align: left;
    margin-bottom: 50px;
}
.privacy-content h3{
    margin-bottom: 20px;
}
.privacy-content li{
    font-size: 2.4rem;
    color: #563D33;
    letter-spacing: 1%;
    line-height: 4.0rem;
    text-align: left;
    list-style:inside;
}
.privacy-content a{
    font-size: 2.4rem;
    letter-spacing: 1%;
    line-height: 4.0rem;
}
.privacy-content a:hover{
    opacity: 0.7;
}



/*PC縮小時の設定*/
@media(max-width:1080px){
    /*ヘッダー*/
    header{
        height: 100px;
        padding: 0 10px 0;
    }
    .header-logo img{
        height: 80px;
    }
    #header-nav{
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: auto;
        text-align: center;
        padding-bottom: 40px;
        background-color: rgba(255,255,255,0.9);
        position: fixed;
        top: -120%;
        left: 0;
        transition: all 0.6s;
    }
    #header-nav.open-nav{
        top: 0;
    }
    .header-nav{
        order: 1;
        flex-grow: 1;
    }
    .sub-nav{
        order: 2;
        flex-grow: 1;
    }
    .header-nav ul,
    .sub-nav ul{
        height: 100%;
        flex-direction: column;
        justify-content: space-around;
    }
    .header-nav li,
    .sub-nav li{
        margin: 30px 0 0;
    }
    .sub-nav-text,
    .contact-btn{
        margin-left: auto;
        font-size: 2.4rem;
        background-color: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 10px;
    }
    .contact-btn{
        color: #563D33;
    }
    .contact-btn:hover{
        color: #BF9835;
        border-bottom: 1px solid #BF9835; 
    }
    .menu-icon{
        display: block;
        transition: all 0.3s;
    }
    .menu-icon:hover{
        opacity: 0.5;
    }
    .main-visual{
        margin: 80px auto;
    }
    
    .others-lesson-flex{
        flex-direction: column;
        align-items: center;
        min-width: 360px;
    }
    .lesson-manth,.lesson-one{
        width: 95%;
    }
    .lesson-manth{
        margin-bottom: 50px;
    }
}
    
/*スマホ版*/
@media(max-width: 600px){
    header{
        padding: 0;
    }
    .wrapper{
        margin: auto 10px;
    }
    .overview .btn{
        width: 100%;
    }
    .pagenation{
        width: 100%;
    }

    /*レッスン*/
    .lesson{
        flex-direction: column;
    }
    .lesson-text p{
        margin: 30px auto;
    }
    .lesson-text{
        text-align: center;
    }
    /*教室案内*/
    .access, .lesson-days{
        margin-left: auto;
    }
    /*お問い合わせ*/
    .form{
        width: 100vw;
    }

/*初めての方へ*/
    .first-content{
        flex-direction: column;
    }
    .first-content p{
        width: 100%;
        margin-top: 20px;
    }
    .first-last-btn{
        width: 100%;
        padding: 20px 7px;
        font-size: 2.0rem;
    }

/*レッスンページ*/
    .two-btn{
        flex-direction: column;
    }
    .first-lesson-btn{
        margin-bottom: 50px;
    }
    .first-lesson .lesson-contents{
        flex-direction: column;
        margin-left: auto;
    }
    .lesson-contents dd{
        width: 95%;
        margin: 0 0 20px 24px;
    }
    .important-images{
        flex-direction: column;
    }
    .important-image{
        margin: 0 auto 50px;
    }
    .important .btn-red{
        width: 100%;
        padding: 20px 10px;
        font-size: 2.0rem;

    }

    .privacy-policy h2{
        font-size: 3.0rem;
    }
    .privacy-policy h3{
        font-size: 2.4rem;
    }

    .contact-flex{
        flex-direction: column;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
    }
    .contact-content input,
    .contact-content select,
    .contact-content textarea{
        width: 100%;
    }
    .btn-right{
        width: 50%;
        text-align: center;
    }
    
    .news dl{
        flex-direction: column;
    }
    .news dd{
        width: 100%;
    }

    .blog-flex{
        flex-direction: column;
        align-items: center;
    }
    .blog-content{
        margin-bottom: 20px;
    }
    .blog .contents-list{
        margin-top: 0;
    }
    .wide{
        flex-direction: column;
        width: 320px;
        height: fit-content;
        margin: 0 20px 20px;
        border: 1px solid #563D33;
        border-radius: 10px;
        background-color: rgba(255,255,255,0.8);
        padding: 20px;    
    }
    .blog .wide img{
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    
    }
    .blog-big-image{
        width: 90%;
    }
    .blog-content-text{
        margin-left: 0;
    }

}