body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.set article,header,footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

article {
    position: relative;
    margin-bottom: 0px;
    /* width: 100%; */
}

/* {
    border: 1px solid #ff0000;
}

*/
.menu {
    display: flex;
    list-style-type: none;
    justify-content: center;
}

li {
    margin: 0 20px 0 20px;
    font-size: 2em;
}

.moving img {
    max-width: 100%;
}

.menu,.welcome,.eri {
    font-family: 'monotype corsiva','GungsuhChe','Times New Roman';
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

.menu {
    padding: 0;
}

.eri {
    font-size: 7rem;
    color: #ffffff;
}

.welcome {
    font-size: 3rem;
    margin: 0;
    color: #ffffff;
}

.sea_moji h1 {
    position: absolute;
    top: 97px;
    right: 160px;
    z-index: 50;
}

.sea_moji h2 {
    position: absolute;
    top: 105px;
    right: 160px;
    z-index: 50;
}

.flower {
    width: 30px;
    height: 30px;
}

nav ul li a {
    display: block;
    text-decoration: none;
}

/*
nav ul li a:hover{
    background-color:#2072e2;
    color:#ffffff;
}
*/
footer {
    /* display: flex; */
    /* justify-content: center; */
    /* align-content: flex-end; */
    text-align: center;
    padding-top: 17px;
    padding-bottom: 15px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    /* border-top:1px solid #000; */
}

div.moving {
    margin-bottom: 30px;
}

div.sma {
    display: none;
}

/*aboutのページ*/
.mypicutre {
    display: flex;
    justify-content: center;
}

dt {
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 120px;
    text-indent: px;
}

dd {
    float: left;
    margin-left: 1em;
}

/*
.myint {
    clear: left;
}
*/
.prof2 {
    margin-left: 10px;
    margin-right: 10px;
}

.prof1 {
    overflow: hidden;
    margin-top: 50px;
}

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

.pro p {
    margin-left: 50px;
}

.iconlist {
    font-size: 2rem;
    color: #3a3a3ac9;
    display: flex;
    justify-content: center;
}

section h2 {
    font-size: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
}

.page_up {
    font-size: 3rem;
    color: #607d8ba1;
    position: fixed;
    bottom: 10px;
    right: 20px;
}

/*Designのページ*/
.designs {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left: 3px;
    margin-right: 3px;
    justify-content: space-between;
}

.exp {
    text-indent: 1.5em;
}

.designs img {
    width: 100%;
}

.designs div {
    margin: 10px auto;
    width: 200px;
}

div .works {
    word-wrap: break-word;
    overflow: hidden;
}

div .works dd {
    font-size: 0.8em;
    padding: 0.5em;
    /* width:100%; */
}

div .works dt {
    width: 100%;
    font-weight: bold;
    padding-left: 5px;
}

div .works dt:first-of-type {
    border-left: 10px solid #fbb6cd;
    border-bottom: 2px dotted #fbb6cd;
}

div .works dt:nth-of-type(2) {
    border-left: 10px solid #ace;
    border-bottom: 2px dotted #ace;
}

div .works dt:last-of-type {
    border-left: 10px solid #a1ca72;
    border-bottom: 2px dotted #a1ca72;
}

/*Contactのページ*/
.comment {
    margin-left: 10px;
    margin-right: 10px;
}

.comment i {
    font-size: 7em;
    color: #607D8B;
}

.comment a {
    color: #000;
    text-decoration: none;
}

div.com-m {
    display: flex;
    justify-content: center;
}

div.link-email {
    text-align: center;
    /*    display: flex;
    justify-content: center;
    */
}

.sendmail {
    font-size: 1.5em;
}

div.e-icon a {
    /* position: relative; */
    font-size: 3em;
    color: #e91e63c9;
    text-decoration: none;
    /* left: 100px; */
    /* clear: both; */
    /* height: 162px; */
}

div.e-icon {
    display: flex;
    justify-content: flex-end;
}

.iro {
    background-image: linear-gradient(to bottom,#67676700,#0000006b);
    /* background-color:#00000029; */
}

/*ハンバーガーアイコン*/
div.ham {
    /* opacity: 0.5; */
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    background-image: url(../images/open.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.close {
    background-image: url(../images/close1.png) !important;
}

/*ハンバーガーアイコンを非表示*/
div.ham {
    display: none;
}

/*ここからメディアクエリ*/
@media screen and (max-width: 500px) {
    /*500px以下の時ハンバーガーアイコンを表示、要素の重なり順を指定z-index300*/
}

/*メディアクエリ768px以下になったとき*/
@media screen and (max-width: 768px) {
    body {
        width:100%;
    }

    div.ham {
        display: block;
        z-index: 300;
    }

    /*ナビメニューのスタイルを指定*/
    ul.menu {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        height: 0;
        overflow: hidden;
        transition: 1s;
        position: fixed;
        z-index: 200;
        width: 100%;
        background-color: #ffffffd9;
        top: 0;
        margin-top: 0;
        list-style-type: none;
    }

    /*ナビメニューに.navgationがついた時の指定*/
    ul.menu.navigation {
        height: 60vh;
    }

    .pagemekuri {
        margin-top: 0;
    }

    .snow {
        width: 50%;
        height: 50%;
    }

    /*デザイン*/
    .designs img {
        width: 100%;
        /* padding: 1px; */
    }

    .designs div {
        padding: 10px 0;
        /* width: 100%; */
    }

    .set article,footer {
        max-width: 100%;
    }

    /*aboutのレシポン*/
    .pro p {
        margin-left: 10px;
        margin-right: 10px;
    }

    dt {
        max-width: 100%;
        margin-right: 0;
    }

    dd {
        /* width: 272px; */
    }

    .snow {
        z-index: -1;
        transform: scale(1)
    }

    .moving,.slider img,.slick-dots {
        display: none !important;
    }

    div.sma {
        display: block;
    }

    div.sma img {
        width: 100%;
        height: auto;
        /* margin-left: 0px; */
        /* margin-right: 0px; */
    }

    section h2 {
        font-size: 1.5em;
    }

    .welcome {
        font-size: 2em;
    }

    .eri {
        font-size: 3em;
    }

    .sea_moji h1 {
        top: 100px;
    }

    .sea_moji h2 {
        top: 130px;
    }
