@charset "utf-8";

div.accesstopbtm{
    display: flex;
    gap: 2%;
    margin-top: 100px;
}

div.accesstopbtm a{
    text-decoration: none;
    color: #898072;
    width: 49%;
}
div.accesstopbtm a p{
    text-align: center;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    border-radius: 8px;
    background-color: #fdf9f4;
}

div.accesstopbtm a p::after{
    content: "";
    background-image: url(/kirakira/img/top/btm_icon.png);
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 18px;
    height: 18px;
}

div.accessblock{
	margin: 80px auto;
}
div.accessblock h2{
	scroll-margin-top: 150px;
}
div.accessblocksec{
    margin: 80px auto;
}

div.accessflow{
    margin-bottom: 20px;
}

div.accessflow p {
    display: inline-block;
    background: #efebe8;
    border-radius: 4px;
    color: #635239;
    font-weight: 500;
    text-align: center;
    padding: .25em .5em;
}
div.accessimg{
	display: flex;
	gap: 2%;
}
div.accessimg img{
	width: 49%;
}

h1.accesshone{
    background-image: url(http://hsasaki.xsrv.jp/kirakira/access/img/accessback.jpg) !important;
}


div.accessflowsc{
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}
div.accessflowsc:last-child{
    margin-bottom: 0;
}
div.accessflowsc p{
    width: 50%;
}
div.accessflowsc img{
    width: 50%;
}


@media screen and (max-width: 768px) {
    div.accesstopbtm{
        display: block;
    }
    div.accesstopbtm a{
        width: 100%;
    }
    div.accesstopbtm a p{
        margin-bottom: 20px;
    }
    div.accessflowsc{
        display: block;
    }
    div.accessflowsc p{
        width: 100%;
        margin-bottom: 50px;
    }
    div.accessflowsc img{
        width: 100%;
    }
}