@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    max-width: 1200px;
    margin: 0 auto 56px;
    padding: 10px 0 0;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-subbox {
	display: flex;
}

.l-subtitle
{
    font-size: 16px;

    width: 100px;
    padding: 5px;
	margin-right: 10px;

    text-align: center;

    border: 1px solid #afafaf;
}

.l-share
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.l-share p
{
    font-size: 14px;

    margin-right: 10px;

    color: #5a5a5a;
}

.l-share ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;
}

.l-share ul li
{
    margin: 0 4px;
}

.l-share ul li img
{
    width: 30px;
    height: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

footer .l-michi2018
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 130px;
}

footer .l-michi2018 img
{
    width: 100%;
}

footer .l-footer
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

footer .l-footer .l-share ul li img
{
    width: 40px;
    height: 40px;
}

footer .l-footer p small
{
    font-size: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 768px)
{
    header
    {
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .l-share.u-pc__show
    {
        display: none;
    }

    footer
    {
        padding: 40px 0 30px;
    }

    footer .l-michi2018
    {
        width: calc(100% - 40px);
    }

    footer .l-michi2018
    {
        margin-bottom: 100px;
    }

    footer .l-footer
    {
        display: block;
    }

    footer .l-footer .l-share
    {
        display: block;

        margin-bottom: 100px;
    }

    footer .l-footer .l-share p
    {
        font-size: 16px;

        margin: 0;
    }

    footer .l-footer .l-share ul
    {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    footer .l-footer .l-share ul li
    {
        margin: 10px;
    }

    footer .l-footer .l-share ul li img
    {
        width: 50px;
        height: 50px;
    }
}
