@charset "UTF-8";

/* 固定フォント*/
body {
    font-family: 'Yomogi',"Hiragino Kaku Gothic ProN", cursive;
}

/*固定機能（header,nav,footer）*/
/* headerのcss */
.header {
    display: flex;
    flex-direction: row;
    padding-left: 3%;
    padding-right: 3%;
    background-color: rgb(50, 50, 50,0.5);
    background-size: 100vw;
    position: fixed;
    width: 100vw;
    height: auto;
    z-index: 1;
    color: rgb(255, 255, 255);
}

.h1 {
    justify-content: flex-start;
    margin-right: -8%;
}

.main-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 20px;
    margin-left: 40vw;
    padding-top: 2%;
    padding-left: 2%;
    list-style: none;
}

.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: rgb(255, 255, 255);
}
.main-nav a:hover {
    color: #0bd;
}


/* footerのcss */
#footer {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 0 10px 0;
    background: rgb(217, 179, 141);
    background-image: url(../image/mokume.jpg);
    background-blend-mode: multiply;
    width: 100vw;
    height: 100%;
}

/* アクセスのcss */
.access {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .title-access {
    text-align: center;
    font-size: 30px;
    padding-top: 3%;
    padding-bottom: 2%;
  }
  
  #googlemap {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    text-align: center;
  } 
  
  .map-size {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }
  
  .subcon{
    font-size: 20px;
  }


/* コンタクト sns */
#tel {
    text-align: right;
    background-image: url(../image/23671477_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100%;
    margin-top: 3%;
    padding: 2% 0 10% 0;
}

#sns h2 {
    text-align: center;
    font-size: 30px;
}

#sns h3 {
    text-align: center;
    font-size: 20px;
}

.sns-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.insta-pic {
    width: 10vw;
    height: auto;
}

.tel-pic {
    width: 10vw;
    height: auto;
}

.yoyaku-pic {
    width: 10vw;
    height: auto;
}

.tel2 {
    margin-right: 5%;
    margin-top: 5%;
    font-size: 1.5rem;
}



/* このページだけのcss */
.staff-home {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(../image/staff-2.png);
    background-color:rgba(255,255,255,1);
    background-size: contain;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100vw;
}

.staff {
    font-size: 8vw;
    margin-top: 10%;
    margin-bottom: 5%;
    color: rgb(0, 0, 0);
    text-align: center;
}

.test1 {
    background-image: url(../image/test1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin-bottom: 3%;
    padding-bottom: 3%;
}

.myl{
    font-size: 25px;
    margin-bottom: 2%;
}

.myname {
    font-size: 30px;
    margin-top: 5%;
}

.shosai{
    font-size: 20px;
    margin-top: 5%;
}

.profile-yuki{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 1fr;
    margin-left: 2%;
}

.yuki{
    border: 1px solid black;
    width: fit-content;
    padding: 0px 10px 10px 10px;
    margin-top: 3%;
    margin-left: 2%;
    justify-content: center;
}


.test2 {
    background-color: rgba(220, 220, 220, 0.2);
}

.staff-1 {
    justify-content: space-around;
    grid-template-columns: 1fr;
    padding-top: 3%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 2.5vw;
}

.staff-2 {
    font-size: 2.5vw;
    text-align: center;
    padding-bottom: 5%;
}


.bosyu {
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 50px;
    margin-bottom: 3%;
    background-color: rgba(220, 220, 220, 0.2);
}

.bosyu-1{
    font-size: 2.5vw;
    margin-top: 3%;
    padding-top: 3%;
}

.bosyu-staff {
    font-size: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 5%;
}

.taniyama {
    margin-left: 20%;
}

.class {
    font-size: 30px;
}


/* クリック部分をボタンにするなら実装。
.button {
    background: rgb(243, 225, 24);
    color: rgb(10, 13, 15);
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
}

.button:hover{
    background: rgb(142, 245, 124);
}
*/
/* アニメーション */
.content{
    text-align: center;
    font-size: 35px;
    margin-bottom: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s, transform 2s;
}

.content.appear {
    opacity: 1;
    transform: translateY(0);
}

.subcontent{
    font-size: 20px;
    padding-bottom: 3%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s, transform 2s;
}

.subcontent.appear {
    opacity: 1;
    transform: translateY(0);
}


/* pc小画面のレスポンシブはこちら

@media (max-width: 600px) {
    body {
        font-family: 'Yomogi',"Hiragino Kaku Gothic ProN", cursive;
    }
    
    .header {
        display: flex;
        flex-direction: row;   
        background-color: rgb(50, 50, 50,0.5);
        background-size: 100vw;
        position: fixed;
        width: 100vw;
        height: auto;
        z-index: 1;
        color: rgb(255, 255, 255);
    }

    .h1 {
        font-size: 1.5rem;
        margin-top: 4%;
        margin-right: -20%;
    }
    
    .main-nav {
        display: flex;
        flex-direction: row;
        padding-top: 1%;
        padding-left: 0.5%;
        list-style: none;
        font-size: 0.95rem;
    }

    .main-nav a {
        color: rgb(255, 255, 255);
    }
    .main-nav a:hover {
        color: #0bd;
    }

    .nav1 {
        display: flex;
        flex-direction: column;
        margin-right: 3%;
        text-align: center;
    }

    .nav2 {
        display: flex;
        flex-direction: column;
        margin-right: 3%;
        text-align: center;
    }

    .nav3 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }


    /* footerのcss 
    #footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 0 10px 0;
        background: rgb(217, 179, 141);
        background-image: url(../image/mokume.jpg);
        background-blend-mode: multiply;
        width: 100vw;
        height: 100%;
        margin-top: 3%;
    }
    
    
    /* アクセスのcss 
    #location{
        display: flex;
        flex-direction: row;
        margin-top: 2%;
    }
    
    #googlemap {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    #googlemap iframe {
        width: 95vw;
        height: 50vh;
    } 
    
    
    
    /* コンタクト sns 
    #tel {
        text-align: right;
        background-image: url(../image/23671477_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100%;
        margin-top: 3%;
        padding: 2% 0 10% 0;
    }
    
    #sns h2 {
        text-align: center;
        font-size: 30px;
    }
    
    #sns h3 {
        text-align: center;
        font-size: 1rem;
    }
    
    .sns-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .twitter-pic {
        width: 10vw;
        height: auto;
    }
    
    .line-box {
        width: 10vw;
        height: auto;
    }
    
    .insta-pic {
        width: 10vw;
        height: auto;
    }
    
    .tel-pic {
        width: 10vw;
        height: auto;
    }

    .yoyaku-pic {
        width: 10vw;
        height: auto;
    }
}
*/




/* スマホサイズのレスポンシブはこちら*/

@media (max-width: 400px) {
    body {
        font-family: 'Yomogi',"Hiragino Kaku Gothic ProN", cursive;
    }
    
    .header {
        display: flex;
        flex-direction: row;
        background-color: rgb(50, 50, 50,0.5);
        background-size: 100vw;
        position: fixed;
        width: 100vw;
        height: auto;
        z-index: 1;
        color: rgb(255, 255, 255);
    }

    .h1 {
        font-size: 0.9rem;
        margin-top: 3%;
        margin-right: -25%;
    }
    
    .main-nav {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin-bottom: -1%;
    }

    .main-nav li {
        list-style: none;
        font-size: 0.75rem;
        margin-top: -10%;
        padding: 5%;
    }

    .main-nav a {
        color: rgb(255, 255, 255);
    }
    .main-nav a:hover {
        color: #0bd;
    }

    .nav1 {
        display: flex;
        flex-direction: column;
        margin-right: -5%;
        margin-top: -6%;
    }

    .nav2 {
        display: flex;
        flex-direction: column;
        margin-right: -5%;
        margin-top: -6%;
    }

    .nav3 {
        display: flex;
        flex-direction: column;
        margin-top: -6%;
    }


    /* footerのcss */
    #footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 0 10px 0;
        background: rgb(217, 179, 141);
        background-image: url(../image/mokume.jpg);
        background-blend-mode: multiply;
        width: 100vw;
        height: 100%;
        margin-top: 3%;
    }
    
    
    /* 事業所案内css（共通）*/
    .schedule {
        text-align: center;
        background-image: url(/image/1122.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: fit-content;
        height: fit-content;
        color: aliceblue;
        width: 100%;
        margin-top: 3%;
    }
    .table {
        border: saddlebrown;
        border-style: solid;
        border-width: 0.5px;
        width: 100%;
    }
    
    .h2 {
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        color: black;
    }
    
    th {
        background-color: rgb(99, 65, 32,0.9);
        font-size: 0.8rem;
    }
    td {
        background-color: rgb(99, 65, 32, 0.6);
        font-size: 0.7rem;
    }
    
    .name {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: auto;
    }

    .title{
        font-size: 1.1rem;
    }
    
    .car {
        width: 10%;
        background-image: url(../image/car.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 60%;
        margin-top: 8%;
        margin-right: 10%;
        opacity: 0.7;
    }

    .strong2{
        font-size: 0.8rem;
    }
    
    
    
    /* アクセスのcss */
    #location{
        display: flex;
        flex-direction: row;
        margin-top: 2%;
    }

    .content {
        font-size: 1.3rem;
    }

    .subcontent{
        font-size: 0.2rem;
    }
    
    #googlemap {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    #googlemap iframe {
        width: 95vw;
        height: 50vh;
    } 
    
    
    
    /* コンタクト sns */
    #tel {
        text-align: right;
        background-image: url(../image/23671477_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100%;
        margin-top: 3%;
        padding: 2% 0 10% 0;
    }
    
    #sns h2 {
        text-align: center;
        font-size: 1.3rem;
    }
    
    #sns h3 {
        text-align: center;
        font-size: 0.7rem;
    }
    
    .sns-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .twitter {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .twitter-pic {
        width: 10vw;
        height: auto;
    }

    .line {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .line-box {
        width: 10vw;
        height: auto;
    }

    .insta {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .insta-pic {
        width: 10vw;
        height: auto;
    }

    .renraku {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .tel-pic {
        width: 10vw;
        height: auto;
    }

    .yoyaku {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .yoyaku-pic {
        width: 10vw;
        height: auto;
    }

    .tel2 {
        text-align: right;
        margin-top: 7%;
        margin-right: 4%;
        color: rgb(0, 0, 0);
        font-size: 0.7rem;
    }
    
    
     /* このページだけのcss */

     .staff-home {
        padding-top: 7%;
        padding-bottom: 3%;
        text-align: center;
        background-image: url(../image/_F0A1218.JPG);
        background-size: contain;
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 100vw;
    }

    .staff {
        font-size: 1.5rem;
        color: rgb(31, 208, 61);
    }

    .bosyu {
        background-color: rgb(255, 255, 255);
        text-align: center;
        font-size: 1rem;
        margin-bottom: 3%;
        padding: 5%;
    }
    
    .bosyu-staff {
        font-size: 1rem;
    }

    .class {
        font-size: 0.7rem;
    }


    .test1 {
        background-image: url(../image/test1.jpg);
        background-size: contain;
        background-size: 100vw 80%;
        background-repeat: no-repeat;
        width: 100%;
    }

    .myl{
        font-size: 1rem;
        margin-bottom: 2%;
    }

    .myname {
        font-size: 0.9rem;
        margin-top: 2%;
    }

    .shosai{
        font-size: 0.7rem;
        margin-top: 5%;
    }

    .profile-yuki{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        grid-template-columns: 1fr;
        padding: 50px 50px 50px 10px;
        margin-left: 20px;
        
    }

    .yuki{
        border: 1px solid black;
        width: fit-content;
        padding: 0px 2% 2% 2%;
        margin-top: -8%;
        margin-left: -1%;
        margin-bottom: 0.5vh;
        justify-content: center;
        font-size: 0.6rem;
    }

    .img{
        width: 40%;
        height: 40%;
        background-size: 100vw;
        margin-top: 40%;
        margin-left: 10%;
    }

    .b-profile {
        text-align: center;
        font-size: 0.8rem;
    }

    .staff2{
        font-size: 1.1rem;
        margin-top: -10%;
    }
}