@charset "utf-8";


#all {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

* {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

header {
    width: 1000px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #D6FFE0;
    padding-top: 20px;
    padding-bottom: 10px;
}

header .maingazou {
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    clear: left;
    width: 400px;
}

nav {
    width: 1000px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-image: url(../images/button/nav_back.png);
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    list-style: none
}

main {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-family: " 'M PLUS Rounded 1c', sans-serif, Arial Black", Gadget, sans-serif;
}

.box1 {
    width: 1000px;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 12px;
    background-color: #C1D6B4;
}

footer {
    width: 1000px;
    height: auto;
    position: relative;
    font-family: "Arial Black", Gadget, sans-serif;
    text-align: center;
    font-size: 14px;
    top: 10px;
    bottom: 20px;
    padding-bottom: 10px;
    clear: both;
}

header .log {
    margin-left: 10px;
    float: left;
    display: block;
    position: relative;
}

/*Home********************************************************************************************/
.box2 {
    width: 500px;
    height: auto;
    float: left;
    position: relative;
    background-color: #C1D6B4;
    padding-bottom: 20px;
}

.box3 {
    width: 500px;
    height: auto;
    position: relative;
    float: right;
    background-color: #C1D6B4;
    padding-bottom: 20px;
}

.maincon .box1 .ice {
    width: 400px;
}

.maincon .box1 .setumei {
    width: 600px;
}

.back {
    background-color: #FFFFFF;
    width: 420px;
    height: 700px;
    margin-left: 40px;
    padding-top: 90px;
    text-align: center;
}

.back2 {
    background-color: #FFFFFF;
    width: 420px;
    height: 700px;
    margin-left: 40px;
    padding-top: 40px;
    text-align: center;
}


.eigyouyoteibi {
    float: left;
    margin-left: 20px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.back2 .sns1 {
    margin-top: 40px;
}

/*MenuCSS************************************************************************************/
.menu_ice {
    width: 450px;
    padding-left: 10px;
}

.menu_setumei {
    width: 545px;
    text-align: center;
    padding-top: 15px;
}

.back3 {
    background-color: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 15px;
    height: 200px;
}

.back3 ul {
    margin-left: 20px;
    margin-top: 10px;
    list-style-type: none;
}

.box4 {
    clear: both;
    background-color: #C1D6B4;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.box5 {
    background-color: #C1D6B4;
    font-size: 0.5em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.box5 p {
    background-color: #D6FFE0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*access****************************************************************************/
.back4 {
    background-color: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 15px;
    height: 425px;
}

.back4_1 {
    background-color: #C1D6B4;
    margin-left: 15px;
    height: 425px;
    margin-top: 15px;
}

.back4_1 img {
    padding-left: 0px;
}

.box2 .back4 h3 {
    margin-top: 20px;
}

/*photo**********************************************************************************/
.photo {
    margin-left: auto;
    margin-right: auto;
}

.photo_box1 {
    padding-top: 15px;
    float: left;
    position: absolute;
    margin-left: 100px;
    margin-top: 15px;
    color: #FFFFFF;
    font-family: " 'M PLUS Rounded 1c', sans-serif, Arial Black", Gadget, sans-serif;
    font-size: 30px;
    text-shadow: 3px 3px #0C2F0E;
}

.photo_box2 {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #C1D6B4;
}

.item {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*モバイル用********************************************************************/
@media screen and (max-width:1000px) {

    #all {
        width: 100%;
    }

    * {
        font-size: 14px;
    }

    header {
        width: 100%;
        height: auto;
    }


    header .maingazou {
        width: 375px;
    }

    nav {
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        background-image: none;
        background-color: #D6FFE0;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    main {
        width: 100%;
        height: auto;
    }


    .box1 {
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        text-align: center;
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
        
    }

    footer {
        width: 100%;
        height: auto;
        position: relative;
        font-family: "Arial Black", Gadget, sans-serif;
        text-align: center;
        font-size: 14px;
        top: 10px;
        bottom: 20px;
        padding-bottom: 10px;
        clear: both;
    }


    /*Home********************************************************************************************/
    .box2 {
        width: 100%;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box3 {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .maincon .box1 .ice {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    .maincon .box1 .setumei {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .ca {
        display: flex;
        flex-wrap: wrap;

    }

    .back {
        width: 420px;
        margin-left: 0px;
        text-align: center;
        position: relative;

    }

    .back2 {
        width: 420px;
        margin-left: 0px;
        text-align: center;
    }


    .eigyouyoteibi {
        position: absolute;
        top: 0px;
        left: 0px;
    }


    .back2 .sns1 {
        margin-top: 40px;
    }


    /*MenuCSS************************************************************************************/
    .menu_ice {
        width: auto;
        padding-left: auto;
        padding-right: auto;
        padding-top: 15px;
    }
    .menu_ice img {
        width: 90%;
        height: auto;
    }


    .menu_setumei {
        width: auto;
        text-align: center;
        padding-top: 15px;
    }

    .back3 {
        width: 420px;
        background-color: #FFFFFF;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        margin-top: 15px;
        height: 200px;
    }

    .back3 ul {
        margin-left: 20px;
        margin-top: 10px;
        list-style-type: none;
    }

    .box4 {
        clear: both;
        background-color: #C1D6B4;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .box4_1 {
        height: auto;

    }

    .box4_1 img {
        width: 90%;
    }


    .box5 {
        background-color: #C1D6B4;
        font-size: 0.5em;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .box5 p {
        background-color: #D6FFE0;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        
    }
    /*access****************************************************************************/
    .back4 {
        width: 350px;
        padding-bottom: 30px;
        height: auto;
    }

    .back4_1 {
        margin-top: 0px;
        margin-left: 0px;
        width: 350px;
    }

    .back4_1 img {

        width: 350px;
        height: auto;
    }

    /*photo**********************************************************************************/
    .photo_box1 {
        margin-left: 0px;
        width: 100%;
    }
    .photo {
        margin-top: 10px;
        width: 100%;
        height: auto;
    }


}