@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

*{
    margin: 0;
    padding: 0;
}

/*index--------------------------------------------*/
.top{
    width: 100%;
    text-align: center;
}
.top img{
    width: 800px;
}
h1{
    width: 30%;
    height: 50px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px; 
    border-radius: 0 50px 50px 0;
    font-size: 2.0em;  
    font-family: 'Itim', cursive;
    color: #fff;            
}
.main1 h2,.link h2{
    width: 30%;
    height: 50px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px; 
    border-radius: 0 50px 50px 0;
    font-size: 2.0em;  
    font-family: 'Itim', cursive;
    color: #fff;            
}
.info h1{
    background-color: #ffadd6;
    border-top:5px solid #ffd6ea;
    border-bottom:5px solid #ffd6ea;
    border-right:5px solid #ffd6ea;
}
.info ul{
    list-style: none;
    height: 150px;
    width: 97%;
    padding: 5px 0 5px 8px;
}
.info li{ 
    width: 100%; 
    font-size: 1.1em;
    color: #24140e;
    border-radius: 8px;
    padding: 2px 0 2px 5px;
}
.info div{
    background-color: #fff;
    height: 160px; 
    width: 90%;
    border-radius: 10px;  
    border: 7px solid #ffadd6;
    margin: 0 auto;
    overflow-y: scroll;
}
.info a{
    text-decoration: none;
    color: #ff93c9;
}
.main1 h2{
    background-color: #ffc993;
    border-top:5px solid #ffead6;
    border-bottom:5px solid #ffead6;
    border-right:5px solid #ffead6; 
    margin-top: 8px;
}
.article{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 8px dotted #ffead6;
    margin:0 auto 3px auto;
    font-family: 'メイリオ', sans-serif; 
    color: #24140e;
}
.title{
    width: 100%;
    height: 45px;
    margin-top: 5px;
    /*border-bottom: 5px dashed #ffc993;*/
    background-color: #ffead6;
    border-radius: 999999px;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 0 0 15px;
}
.img{
    width: 40%;
    min-width: 250px;
    min-height: 250px;
    margin: 5px 0;
}

.text{
    width: 40%; 
    min-height: 250px;
    margin: 5px 0; 
    padding-left: 5px;
    font-size: 1.1em;
    background-color: #ffffef;
    border: 2px solid #ffc993;
    border-left: 5px dashed #ffc993;
    border-radius: 0 20px 20px 0;
}
.link h2{
    background-color: #84c1ff;
    border-top:5px solid #b7dbff;
    border-bottom:5px solid #b7dbff;
    border-right:5px solid #b7dbff;
    margin-top: 8px;
}
.link h3{
    width: 150px;
    padding-left: 3px;
    border-bottom: 5px dashed #84c1ff;
    color: #24140e;
    font-family: 'Itim', cursive;
    font-size: 1.5em;
}
.link2{
    margin-bottom: 15px;
}
.link2 p{
    font-size: 0.8em;
    margin-left: 5px;
}
.linkIcon{
    display: flex;
}
.linkIcon div{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-color: #84c1ff;
    margin: 8px;
}
.icon-instagram, .icon-twitter{
    width: 50px;
    height: 50px;
    margin: 5px 0 0 5px;
    color: #24140e;
}
.icon-instagram:hover, .icon-twitter:hover{
    color: #84c1ff;
}
.icon-instagram:before, .icon-twitter:before{
    font-size: 40px;
  }

@media screen and (max-width:1280px){
    .top{
        width: 100%;
        text-align: center;
    }
    .top img{
        width: 800px;
    }
    h1{
        width: 30%;
        height: 50px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-top: 3px; 
        border-radius: 0 50px 50px 0;
        font-size: 2.0em;  
        color: #fff;            
    }
    .main1 h2, .link h2{
        width: 30%;
        height: 50px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-top: 3px; 
        border-radius: 0 50px 50px 0;
        font-size: 2.0em;  
        color: #fff;            
    }
    .info h1{
        background-color: #ffadd6;
        border-top:3px solid #ffd6ea;
        border-bottom:3px solid #ffd6ea;
        border-right:3px solid #ffd6ea;
    }
    .info ul{
        list-style: none;
        height: 150px;
        width: 97%;
        padding: 5px 0 5px 8px;
    }
    .info li{ 
        width: 100%; 
        font-size: 1.1em;
        color: #24140e;
        border-radius: 8px;
        padding: 2px 0 2px 5px;
    }
    .info div{
        background-color: #fff;
        height: 160px; 
        width: 90%;
        border-radius: 10px;  
        border: 7px solid #ffadd6;
        margin: 0 auto;
        overflow-y: scroll;
    }
    .main1 h2{
        background-color: #ffc993;
        border-top:3px solid #ffead6;
        border-bottom:3px solid #ffead6;
        border-right:3px solid #ffead6; 
        margin-top: 8px;
    }
    .article{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 8px dotted #ffead6;
        margin-bottom: 3px;
        font-family: 'メイリオ', sans-serif; 
        color: #24140e;
    }
    .title{
        width: 90%;
        height: 45px;
        margin-top: 5px;
        background-color: #ffead6;
        font-size: 1.5em;
        font-weight: bold;
        padding: 10px 0 0 15px;
    }
    .img{
        width: 40%;
        max-width: 250px;
        min-height: 250px;
        margin-bottom: 5px;
    }
    .blogimg{
        width: 250px;
    }
    .text{
        width: 45%; 
        min-height: 250px;
        margin-bottom: 5px;  
        font-size: 1.1em;
    }
    .link h2{
        background-color: #84c1ff;
        border-top:3px solid #b7dbff;
        border-bottom:3px solid #b7dbff;
        border-right:3px solid #b7dbff;
        margin-top: 8px;
    }
    .linkIcon{
        display: flex;
    }
    .linkIcon div{
        width: 80px;
        height: 80px;
        border-radius: 8px;
        background-color: #84c1ff;
        margin: 8px;
    }
}

@media screen and (max-width:768px){
    .top{
        width: 100%;
        text-align: center;
    }
    .top img{
        width: 100%;
    }
    .info h1{
        width: 110px;
        height: 25px;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-top: 3px;
        background-color: #ffadd6;
        border-top:3px solid #ffd6ea;
        border-bottom:3px solid #ffd6ea;
        border-right:3px solid #ffd6ea;
        color: #fff;
        border-radius: 0 25px 25px 0;
        font-size: 1.0em;
    }
    .info ul{
        list-style: none;
        height: 70px;
        width: 97%;
        padding: 5px 0 5px 8px;
    }
    .info li{ 
        width: 100%; 
        font-size: 0.7em;
        color: #24140e;
        border-radius: 8px;
        padding-left: 3px;
    }
    .info div{
        background-color: #fff;
        height: 80px; 
        width: 90%;
        border-radius: 8px;  
        border: 5px solid #ffadd6;
        margin: 0 auto;
        overflow-y: scroll;
    }
    .main1 h2{
        margin-top: 5px;
        width: 110px;
        height: 25px;
        padding-left: 5px;
        padding-top: 3px;
        background-color: #ffc993;
        border-top:3px solid #ffead6;
        border-bottom:3px solid #ffead6;
        border-right:3px solid #ffead6;
        color: #fff;
        border-radius: 0 25px 25px 0; 
        font-size: 1.0em;  
    }
    .article{
        width: 100%;
        display: block;
        /*flex-wrap: wrap;*/
        justify-content: center;
        border-bottom: 5px dotted #ffead6;
        margin-bottom: 3px;
        font-family: 'メイリオ', sans-serif; 
        color: #24140e;
    }
    .title{
        width: 90%;
        height: 30px;
        margin: 5px auto;
        padding: 8px 0 0 8px;
        background-color: #ffead6;
        /*background-color: #ffc993;
        color: #fff;*/
        /*border: 3px solid #ffc993; */          
        font-size: 0.9em;
        font-weight: bold;
    }
    .img{
        /*width: 40%;
        min-height: 200px;*/
        min-width: 150px;
        min-height: 150px;
        margin:0 auto 3px auto;
    }
    .blogimg{
        width: 150px;
    }
    .text{
        width: 85%; 
        min-height: 150px;
        margin:0 auto 5px auto;  
        font-size: 0.8em;
        border: 2px solid #ffc993;
        border-top: 3px dashed #ffc993;
        border-radius: 0 0 20px 20px;
    }
    .link h2{
        margin: 5px 0;
        width: 110px;
        height: 25px;
        padding-left: 5px;
        padding-top: 3px;
        background-color: #84c1ff;
        border-top:3px solid #b7dbff;
        border-bottom:3px solid #b7dbff;
        border-right:3px solid #b7dbff;
        color: #fff;
        border-radius: 0 25px 25px 0; 
        font-size: 1.0em;
    }
    .linkIcon{
        display: flex;
    }
    .linkIcon div{
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background-color: #93ffff;
        margin: 5px;
    }
}

/*index--------------------------------------------*/

/*about--------------------------------------------*/
.main_about{
    font-family: 'メイリオ', sans-serif; 
}
.main_about h1{
    background-color: #cc99ff;  
    border:5px solid #e2c6ff; 
    border-radius: 50px;
    margin: 20px auto;
    text-align: center;
}
.main_about h2{
    width: 300px;
    margin: 20px auto;
    text-align: center;
}
.main_about span{
    border-bottom:5px dotted #e2c6ff;    
}
.main_about p{
    text-align: center;
    font-size: 1.0em;
}
.main_about ul{
    text-align: center;
}
.main_about h3{
    font-size: 1.1em; 
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.kiyaku3{
    font-size: 0.8em;
}
.icon{
    text-align: center;
}
.icon img{
    width: 260px;
    border-radius: 50%;
    border:5px solid #ffcce5; 
}
@media screen and (max-width:768px){
    .main_about h1{
        background-color: #cc99ff;  
        border:5px solid #e2c6ff; 
        border-radius: 50px;
        margin: 20px auto;
        text-align: center;
        font-size: 1.5em;
        padding-left: 0;
        padding-top: 15px;
        width: 100px;
    }

}
/*about--------------------------------------------*/

/*profile--------------------------------------------*/
.main_profile{
    font-family: 'メイリオ', sans-serif; 
    color: #24140e;
}
.prof_title{
    background-color: #98d98e;  
    border:5px solid #d1ffd1; 
    border-radius: 50px;
    margin: 20px auto;
    text-align: center;
}
.main_prof h2{
    text-align: center;
    font-size: 1.3em;
}
.name_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    background-color: #fafad2;
    width: 780px;
    margin: auto;
    padding: 10px 0;
    border-radius: 8px;
    border:3px solid #ffd3a8;
}
.name_list2::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #98d98e;
}
.name_list2{
    font-weight: bold;
    min-width: 70px;
}
.name_list2 a{
    color: #24140e;
    text-decoration: none;   
}
.jump{
    content: "";
    background-color: #fff;
    max-width: 1000px;
    height: 90px;
    border-bottom: 20px dotted #98d98e;
    /*margin-bottom: 10px;*/
    margin: 0 auto 10px auto;
}
.character{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;   
}
.prof1{
    width: 800px;
    height: 500px;
    margin: 0 auto;
}
.prof2{
    width: 200px;
    height: 200px;
    margin: 5px;
}
.prof2 img{
    width: 200px;
}
@media screen and (max-width:1280px){
    .jump{
        content: "";
        background-color: #fff;
        max-width: 800px;
        height: 90px;
        border-bottom: 20px dotted #98d98e;
        margin: 0 auto 10px auto;
    }
}
@media screen and (max-width:768px){
    .prof_title{
        background-color: #98d98e;  
        border:5px solid #d1ffd1; 
        border-radius: 50px;
        margin: 20px auto;
        text-align: center;
        font-size: 1.5em;
        padding-left: 0;
        padding-top: 15px;
        width: 120px;
    }
    .main_prof h2{
        text-align: center;
        font-size: 1.1em;
    }
    .name_list{
        display: flex;
        list-style: none;
        justify-content: center;
        background-color: #fafad2;
        width: 90%;
        margin: auto;
        padding: 10px 0;
        border-radius: 8px;
        border:3px solid #ffd3a8;
    }
    .name_list2::before{
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background-color: #98d98e;
    }
    .name_list2{
        font-weight: bold;
        min-width: 70px;
    }
    .name_list2 a{
        color: #24140e;
        text-decoration: none;   
    }
    .jump{
        content: "";
        background-color: #fff;
        max-width: 250px;
        height: 55px;
        border-bottom: 20px dotted #98d98e;
        margin: 0 auto 10px auto;
    }
    .prof1{
        width: 280px;
        height: 180px;
        margin: 0 auto;
    }
    .prof1 img{
        width: 100%;
    }

    .prof2{
        width: 150px;
        height: 150px;
        margin: 5px;
    }
    .prof2 img{
        width: 150px;
    }
}
/*profile--------------------------------------------*/

/*gallery--------------------------------------------*/
.main_gallery{
    font-family: 'メイリオ', sans-serif; 
    color: #24140e;
}
.gallery_title{
    background-color: #ff9393;  
    border:5px solid #ffcccc; 
    border-radius: 50px;
    margin: 20px auto;
    text-align: center;
}
#carousel-heading{
    text-align: center;
    font-size: 1.3em;   
}
.br{
    content: "";
    height:20px;
}

@media screen and (max-width:768px){
    .gallery_title{
        background-color: #ff9393;  
        border:5px solid #ffcccc; 
        border-radius: 50px;
        margin: 20px auto;
        text-align: center;
        padding-left: 0;
        width: 120px;
    }   
    #carousel-heading{
        font-size: 1.1em;
    } 
}
/*gallery--------------------------------------------*/