@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    /* outline: 1px solid blue;*/

}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    color: #0F0F0F;
    background-color: #F0DFD8;
    /*padding: 0 7vw;*/
}

/*imgが親要素の幅！縦横比を保って高さが決まる*/
img {
    max-width: 100%;
    height: auto;
}

/*リンク文字色とホバー*/
a:link {
    color: #0F0F0F;
}

a:visited {
    color: #0F0F0F;
    text-decoration: none;
}

a:hover {
    color: #C1643C;
    text-decoration: none;
    transition: 0.5s all;
}



/*パンくずリスト*/
.breadcrumb li {
    display: inline-block;
    font-weight: bold;
    padding: 5px;
}

/* >を表示*/
.breadcrumb li:after {
    content: url(images/icon右.png);
    vertical-align: middle;
  
}

.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li:first-child a:before {
    content: url(images/icon家.png);
    vertical-align: middle;

}
.breadcrumb li a {
    text-decoration: none;
}
.breadcrumb  {
    background-color: #F1E9DC;
    padding: 10px 0 10px 20px;
}
.tomo{
    text-align: center;
    background-color: #F3CD7A;
    padding:  10px;
}
.tomo img {
    width: 30vh;
    height: auto;
}



/*ヘッダー画像*/
header {
    display: flex;
    justify-content: space-between;

}

.about {
    width: 25%;
    padding-top: 30px;
}
.image{
    width: 100%;
    height: 150px;
    position: relative;
    
}
.hana {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 70%;
    left: 10%;

}

.hana2 {
    width: 150px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 20%;

}


/*メイン画像*/
.main{
    width: 75%;
    margin:  0 auto;
    
}
/*メインの後の花*/
.image2{
    width: 100%;
    height: 80px;
    position: relative;
}
.hana3{
    position: absolute;
    width: 150px;
    top: 30%;
    left: 70%;
}
.hana4{
     position: absolute;
     width: 150px;
     top: 10%;
     left: 30%;

}



/*自己紹介*/
.history {
    display: flex;
    background-color: #FBF6EC;
    border-radius: 60px;
    padding: 90px 80px ;
    margin: 200px 7vw 0 7vw ;
}

.work {
    width: 60%;
}

.work p {
    font-size: 2rem;
    padding-right: 40px;
    line-height: 2.3;
}

.mine {
    width: 50%;
    padding-top: 150px;
}

/*nice meet toの後の花*/
.image{
    width: 100%;
    height: 150px;
    position: relative;
}
.hana {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 70%;
    left: 10%;
}
.hana2 {
    width: 150px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 20%;
}


/*サイトの説明*/
.mysitewrap{
    background-color: #FBF6EC;
    border-radius: 60px;
    padding: 100px 60px ;
    text-align: center;
    margin: 200px 7vw 0 7vw;
}
.mysitewrap .word{
    display: none;
}
.mysitewrap img{
    width: 80%;
    
}
.mysitewrap p{
    margin-top: 40px;
    font-size: 2rem;
    
}

/*スキル*/

.mywrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.skill ul {
    display: flex;
    justify-content: center;
   
}

.skillwrap {
    position: relative;
    width: 400px;
    height: 400px;
    background-color: #E7B9CC;
    border-radius: 60px;
    margin-top: 150px;
    text-align: center;
}

.fusen span {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: #F3CD79;
    position: absolute;
    transform: translate(-50%, -50%)rotate(-70deg);
}

.skill h2 {
    font-family: "Murecho", sans-serif;
    font-weight: 900;
    font-size: 4.2rem;
    padding-top: 80px;
   
}

.skill ul li{
   margin: 50px 0 0 20px;

}


.skill p {
    margin-top: 50px;
    font-size: 2rem;
}

/*好きなもの*/
.favoritewrap {
    position: relative;
    width: 400px;
    height: 400px;
    background-color: #E7B9CC;
    border-radius: 60px;
    margin-top: 150px;
    margin-left: 150px;
    text-align: center;
}

.favorite h3 {
    font-family: "Murecho", sans-serif;
    font-weight: 900;
    font-size: 4.2rem;
    padding-top: 80px;
  
}

.favorite ul {
    font-size: 2.8rem;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
}

.favoritelist::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #0F0F0F;
    /*点の位置調整*/
    position: relative;
    top: -5px;
    margin-right: 15px;
    /*border-radius: 50%;*/
}

/*付箋の後の花*/
.image2{
    width: 100%;
    height: 80px;
    position: relative;
}
.hana3{
    position: absolute;
    width: 150px;
    top: 30%;
    left: 70%;
}
.hana4{
     position: absolute;
     width: 150px;
     top: 10%;
     left: 30%;

}


.home {
    font-size: 2rem;
    margin-top: 150px;
    padding: 20px 7vw  ;
    background-color: #F3CD7A;
}

/*タブレット用スタイル ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {
    .main{
        width: 100%;
        padding: 0;
    }
    .tomo img {
        width: 25vh;
        height: auto;
    }
    .hana{
        width: 100px;
        height: auto;
    }

    .hana2{
        width: 100px;
        /*top: 20%;
        left: 50%;*/
    }
    
    .history {
        display: block;
    }
    .work {
        width: 100%;
    }
    .work p {
        padding-right: 0;
    }
    .mine {
        width: 50%;
        margin: 0 auto;
        padding-top: 70px;
    }
    .mywrap{
        padding: 0 7vw;
    }

    /*スキル*/
    .skillwrap {
        width: 450px;
        height: 300px;
    }
    .skill h2 {
        font-size: 3.5rem;
        padding-top: 60px;
    }
    .skill ul li{
        margin: 30px 0 0 10px;
     }
     .skill p {
        margin-top: 30px;
     }


    /*好きなもの*/
    .favoritewrap {
        width: 450px;
        height: 300px;
    
    }
    .favorite h3 {
        font-size: 3.5rem;
        padding-top: 60px;

    }
    .favorite ul {
        font-size: 2rem;
    }
}/*PD*/


/*スマホ用スタイル（ブラウザ幅が559px以下の時）*/

@media (max-width:559px) {
    .hana{
        margin-left: 0;
        width: 80px;
        height: auto;

    }
    .hana2 {
        width: 80px;
        height: auto;
    }
    
    .about{
        width: 150px;
    }
    .history {
        margin-top: 80px;
        margin-bottom: 0;
        padding: 60px 40px ;
    }
    .hana3 {
        width: 80px;
    }
    .hana4{
        width: 80px;
    }
    
    .mine {
        width: 90%;
    }
    .mywrap {
        display: block;
        margin: 0 auto 100px;
    }
    .work p {
        font-size: 1.5rem;
    }
    .mysitewrap{
        margin-top: 50px;
        padding: 80px 30px;
    }
    .mysitewrap .word{
        display: block;
    }
    
    .mysitewrap img{
        width: 100%;
    }
    .mysitewrap p{
        margin-top: 20px;
        font-size: 1.6rem;
    }    
    
    .fusen span {
        width: 80px;
        height: 40px;
    }

    .skill h2 {
        padding-top: 50px;
    }

    .favorite h3 {
        padding-top: 50px;

    }

    .skill p {
        margin-top: 20px;
     }

     .skill ul li{
        margin: 20px 0 0 10px;
     }



    .skillwrap {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        margin-top: 150px;
        margin-bottom:  150px;
    }
    .favoritewrap {
        width: 300px;
        height: 300px;
        margin: 0 auto;

    }

}/*SH*/
