@charset "UTF-8"
/*bodyにGoogle　phonet指定*/
@import url('https://fonts.googleapis.com/css2? family= Noto+Sans+JP:wght@400;800 & display=swap');
@import url('https://fonts.googleapis.com/css2? family= Open+Sans:wght@400;800 & display=swap');
@media screen and (max-width:480px) {
    
}

body {
    background-size: cover;
    margin: auto;
    color: #2c2c2c;
    max-width: 1200px;

}

.header {
    max-width: 980px;
    height: 120px;
    display: flex;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    flex-wrap:wrap;
    flex-direction: column;
    
}
.title {
    max-width: 980px;
    display: flex;
}

.title-img {
    max-width: 980px;
    margin-right: 20px;
    margin-top: 10px;
}


h1 { 
    max-width: 980px;
    display: flex;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;

}

.sns-img {
    max-width: 980px;
    margin-top: 11px;
}

.address-box {
    max-width: 980px;
    display: flex;
    margin-left: 10px;
    flex-wrap:wrap;
}

h2 {
    max-width: 980px;
    margin-top: 35px;
    font-size: 20px;
    text-decoration: none;
}


 .botton {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 18pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1px 1px;   /* 余白       */
    background    : #016600;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #1cab4e;    /* 枠の指定 */
    margin-top: 20px;
}


  .botton:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #000066;     /* 背景色     */
    background    : #ffffff;     /* 文字    */
  }

a {
    text-decoration: none;
}

.maine {
    max-width: 980px;
    margin: auto;
    text-align: center;
    
}
 .maine img {
    max-width:980px;
 }

 .work-box {
    max-width: 980px;
    display: flex;
    margin-left:80px;
}

.work {
    max-width: 980px;
    margin-left: 45px;
    margin-top: 20px;
    text-align: center;
}

P {
    max-width: 980PX;
    font-size: 20px;
    margin-top: 35px;
    font-weight: bold;
}

.content-img {
    max-width: 980px;
    margin: auto;
    margin-left: 20px;
}

.support {
    max-width: 980px;
    display: flex;
    margin: auto;
    margin-left: 124px;
}

.support-img {
    max-width: 980px;
    margin: auto;
    margin-right: 20px;

}

.access {
    max-width: 980px;
    margin-left: 124px;
    display: flex;
}

.access-img {
    max-width: 980px;
    margin-left: 20px;
}

.map {
    max-width: 980px;
   margin-left: 196px;
}



.footer {
    max-width: 980px;
}

.footer-img {
    max-width: 980px;
    margin-left: 121px;
}

/*スマホ記述*/
@media  screen and (max-width:480px) {
    body {
        width: 100%;
        background-size: cover;
        margin: auto;
        color: #2c2c2c;
        padding-left: 30px;
        padding-right: 5px;
    }

    img {
        max-width: 100%;
    }
    header {
        max-width: 480px;
        height: 115px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        margin: auto;
        background-color: #046819;
        
    }
    .title {
        width: 100%;
        max-width: 480px;
        display: flex;
    
    }

    .title-img {
        width: 100%;
        width:160px;
        height: 50px;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    
    h1 {
        width: 100%;
        display: flex;
        font-size: 25px;
        margin-bottom: 20px;
        margin-left: 18px;
        margin-top: 40px;
        text-align: center;
        padding-right: 10px;
        white-space:nowrap ;
        color: #e2e2e2;
    }

    .sns-img {
        width: 100%;
        margin-top: 11px;
        display: none;
        margin-left: 50px;
    }
    
    .address-box {
        width: 100%;
        width: 280px;
        height: 200px;
        display: flex;
        display: none;
        
    }
    
    .address-img {
        width: 100%;
        margin-top: 45px;
        margin-left: 20px;
        display: none;
    }
    
    h2 {
        width: 100%;
        margin-top: 45px;
        font-size: 15px;
        margin-left: 100px;
        display: none;
    }
    
    .botton {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 18pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1px 1px;   /* 余白       */
    background    : #016600;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #1cab4e;    /* 枠の指定 */
    margin-top: 20px;
    display: none;
}


.botton:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #000066;     /* 背景色     */
    background    : #ffffff;     /* 文字    */
    display: none;
}

a {
    text-decoration: none;
}
    
    .maine {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 20px;
        
    }
    .maine img {
        max-width: 480px;
        width: 300px;
        height: 200px;
}
    
.work-box {
        width: 100%;
        align-items: center;
        margin-left: -44px;

}
    
.work {
        width: 100%;
        margin-left: 45px;
        margin-top: 20px;
        text-align: center;
     }
    
    P {
        width: 100%;
        font-size: 15px;
        margin-top: 35px;
        margin-left: 20px;
        font-weight: bold;
    }
    
    .content-img {
        width: 100%;
        margin: auto;
        margin-left: 20px;
    }
    
    .support {
        max-width: 480px;
        width: 100%;
        display: flex;
        margin: auto;
        margin-left: -21px;
    }
    
    .support-img {
        width: 100%;
        margin: auto;
        margin-right: -10px;
        width: 280px;
        height: 200px;
    
    }
    
    .access {
        width: 100%;
        margin-left: -222px;
        display: flex;
    }
    
    .access-img {
        width: 100%;
        margin-left: 20px;
    }
    
    .map {
        max-width: 480px;
        width: 150px;
       margin-left: 196px;

    }
    
    
    
    .footer {
        width: 100%;
        margin-left: -130px;
    }
    
    .footer-img {
        width: 100%;
        margin-left: 121px;
        max-width: 480px;
    }
}
