@charset "UTF-8";

/**
 * オリジナルcss
 */

div#container{
    overflow: hidden;
}

ul.snsp .feedly-page, ul.snsp .rss-page{
    display: none;
}

a{
    text-decoration: none;
    color: unset;
}

a:hover{
    color: unset;
}

h2{
    font-size: 1.8em;
    text-align: center;
    margin: 100px 0 50px;
}

h3{
    line-height: 40px;
}

span{
    line-height: 40px;
}

p{
    line-height: 40px;
}

#header-in, #navi-in, #body-in, #footer-in {
    width: 100%;
}

#body{
    margin-top: 0;
}

#main{
    float: unset;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}


#breadcrumb{
    max-width: 1110px;
    margin: 0 auto;
}

#main .post, #main .page{
    max-width: 1110px;
    margin: 0 auto;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
}



.image_wrap{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_button{
    text-align: center;
}

.detail_button a{
    margin: 20px 0 0;
    font-size: 1.5em;
    color: #FFF;
    background: #15C1E0;
    border-radius: 9999px;
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
}

#animatedModal{
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#animatedModal ul{
    -webkit-flex-direction: column;
    flex-direction: column;
}

s{
    line-height: 40px;
}

@media screen and (max-width: 1110px){
    div#header-in, div#navi-in, div#body-in, div#footer-in {
        width: 100%;
    }

    main{
        padding: 0 3%;
    }

    #header{
        margin: 0;
    }

}
@media screen and (max-width:740px){
    h2{
        font-size: 1.3em;
        margin: 50px 0 30px;
    }

    h3{
        font-size: 1em;
        line-height: 30px;
    }

    p{
        font-size: 0.9em;
        line-height: 30px;
    }

    s{
        line-height: 30px;
    }

    span{
        line-height: 30px;
    }

    .detail_button a{
        font-size: 1.1em;
    }
}
@media screen and (max-width:639px){
    div#main{
        padding: 0;
    }
}
@media screen and (max-width:500px){
}

