/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", sans-serif;
    background-color: #F2F2F6;
    color: #363636;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #eee;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}



/*====================
スマホを基本設計に
 - 〜480px：スマートフォン
 - 481px〜959px：タブレット
 - 960px〜：PC
====================*/

/* スマホファースト */

main {
    margin: 20px 0;
    width: auto;
}

section {
    width: 90%;
    margin: 0 auto 50px;
}

.section-description,
.section-article {
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 30px;
}

.event-box {
    padding-bottom: 30px;
    border-bottom: solid 1px #DEDEDE;
}

.event-box-date {
    margin-bottom: 10px;
    color: #592F72;
}

.section-description h2 {
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    color: #F342A1;
}
.section-schedule-p {
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.section-description-p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
}

.section-description-h3 {
    padding-bottom: 4px;
    margin-top: 10px;
    margin: 10px 10px;
    border-bottom: #DFDFDF 4px double;
}

.section-detail-p {
    margin: 0px 10px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

hr {
    margin-bottom: 10px;
    border-top: #ccc 1px solid;
}

.event-box {
    padding-bottom: 30px;
    border-bottom: solid 1px #DEDEDE;
}


.event-box-retern {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    color: #F342A1;
    text-decoration: underline;
}


.event-box-date {
    margin-bottom: 10px;
    color: #592F72;
}

.event-box h2 {
    text-align: left;
}

.event-box-img {
    width: 100%;
    margin-bottom: 10px;
}

.event-box-img img {
    width: 100%;
}

.event-box-a {
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    color: #F342A1;
    text-decoration: underline;
}

footer {
    text-align: center;
    height: 100px;
}


@media screen and (min-width: 481px) {
    /* タブレット用 */
    main {
        margin-top: 80px;
    }

    section {
        margin-bottom: 100px;
    }

    .section-heading p {
        font-size: 1.2em;
    }

    .section-description {
        padding: 40px;
    }

    .section-description h2 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .section-description h2 br {
        display: none;
    }


    footer br {
        display: none;
    }
}


@media screen and (min-width: 960px) {
    /* PC用 */
    @-webkit-keyframes sdb {
        0% {
          -webkit-transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          -webkit-transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
        }
      }
      @keyframes sdb {
        0% {
          transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
        }
      }

    section {
        width: 60%;
        margin-bottom: 160px;
    }

    .section-heading h1 {
        font-size: 2.5em;
    }

    .section-description h2 {
        font-size: 1.6em;
    }

    .section-description-p {
        font-size: 1em;
        line-height: 1.4em;
    }
    
    .event-box-img {
        width: 95%;
        margin: 0 auto 20px auto;
    }

    .event-box-text {
        width: 95%;
        margin: auto;
    }

    footer br {
        display: none;
    }
}

