@charset "UTF-8";

/*///// モバイル用 ///// */
.onlyPC {
    display: none;
}

/*///// PC用（920px以上の画面幅用CSS///// */

@media screen and (min-width: 920px) {
    .onlyPC {
        display: block;
    }

    .onlySP {
        display: none;
    }

    body {
        font-size: 18px;
        line-height: 2;
    }

    header h1 img {
        width: 800px;
    }

    header h1 {
        text-align: center;
        padding: 15px 0px 30px 70px;
    }

    header {
        padding-top: 20px;
    }

    .slider {
        margin: 20px auto 30px auto;
    }

    nav.onlyPC {
        background: url(../images/back_green.jpg);
        padding: 0 100px;
    }

    nav.onlyPC ul {
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    nav.onlyPC li {
        width: 20%;
    }

    nav.onlyPC ul li a {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    nav.onlyPC ul li a:hover {
        background: rgb(0, 139, 139);
    }

    /* 追従ナビゲーション */
    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }

    .concept {
        padding-top: 50px;
        padding-bottom: 30px;
        line-height: 1.5;
    }

    p.eachTextAnime {
        font-size: 23px;
    }

    .photo {
        width: 35%;
        margin: 0 auto;
    }

    .kimonoKesa {
        display: flex;
        justify-content: center;
    }

    .kimonoKesa p {
        padding: 0 20px;
    }

    .info {
        display: flex;
    }

    .twitter {
        flex-basis: 50%;
        padding: 0 10px;
    }

    .blog {
        flex-basis: 50%;
        padding: 0 10px;
    }

    aside {
        display: flex;
    }

    .asideLeft {
        flex-basis: 50%;
        padding: 0 20px;
    }

    .asideRight {
        flex-basis: 50%;
        padding: 0 20px;
    }

    .section {
        padding-bottom: 50px;
    }

    .background {
        margin-bottom: 30px;
    }

    .section h2,
    .section2 h2,
    .subPage h3 {
        font-size: 35px;
        position: relative;
        border-bottom: none;
    }

    .section h2::before,
    .section2 h2::before,
    .subPage h3::before {
        content: '';
        width: 600px;
        height: 2px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
        background-color: #5B5447;
    }

    .section2 h2 span {
        display: block;
        font-size: 20px;
        margin-top: -10px;
    }

    .section p,
    .section2 p {
        text-align-last: auto;
        margin-top: 20px;
    }

    .topPage main h3,
    .subPage main h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    a.btn {
        width: 350px;
    }

    a.btn span {
        font-size: 22px;
    }

    .btn-copy {
        font-size: 1.2rem;
    }

    /*///// kimono.html///// */
    .backgroundKimono {
        height: 600px;
    }

    .nuri {
        width: 40%;
        padding: 10px 0 10px 50px;
        margin-bottom: 80px;
    }

    /*///// kesaHoue.html///// */
    .backgroundKesaHoue {
        height: 600px;
    }

    .kesaWrapper {
        display: flex;
        width: 100%;
        margin: 50px auto 0 auto;
    }

    .kesaImages {
        flex: 1;
    }

    /*///// lesson.html///// */
    .backgroundLesson {
        height: 600px;
    }

    .nuriLesson {
        width: 80%;
        margin: 0 auto 30px auto;
        padding: 10px 20px 10px 20px;
    }

    .nuriLesson ul {
        padding-left: 80px;
    }

    .lesson h4 {
        font-size: 20px;
    }

    .lesson h4:before {
        width: 90%;
        left: 4%;
        height: 3px;
    }

    .section h4 {
        font-size: 1.5rem;
    }

    .section h4 span {
        font-size: 22px;
    }

    .lesson h5 {
        font-size: 22px;
    }

    .lessonWrapper {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 50px auto;
    }

    .lessonWrapper p {
        text-align: left;
        padding: 0 50px;
    }

    .lesson dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .lesson dt {
        width: 20%;
        text-align: right;
        padding-right: 1em;
        font-size: 18px;
    }

    .lesson dd {
        width: 80%;
    }

    .textBox {
        width: 80%;
    }

    .caption {
        margin-top: 0px !important;
        padding: 0 0 !important;
    }

    /*///// staff.html///// */
    .staffBox{
        padding: 1em 1em;/*文字まわりの余白*/
    }

    /*///// onlineShop.html///// */
    .backgroundOnlineShop {
        height: 600px;
    }

    /*///// mailform.html///// */
    .backgroundInformation {
        height: 600px;
    }

    form {
        width: 1000px;
    }

}