@charset "utf-8";
body {
    background-color: #fbfbfc;
}

h2 {
    margin-bottom: 30px;
    font-family: 'メイリオ';
    color: #666;
}

h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-family: 'メイリオ';
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: 'メイリオ';
    font-size: 16px;
    font-weight: 600;
    color: #666;
    border-left: #84CDCA solid 3px;
    border-bottom: #84CDCA solid 3px;
}

p.q {
    background: url(../img/q_a_01.png) no-repeat;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
    margin: 4px 0 4px 0px;
    font-size: 18px;
    color: #84CDCA;
    font-weight: 600;
}

p.a {
    background: url(../img/q_a_02.png) no-repeat;
    background-size: 20px 20px;
    padding: 0 0 20px 25px;
    margin: 14px 0 4px 0px;
    font-size: 18px;
}

div.title2 {
    width: 100%;
    background-color: #84CDCA;
}

.main-visual {
    margin-bottom: 20px;
}


/* events */

ul.event {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

ul.event li {
    width: 46%;
    border: 1px solid #888;
    list-style: none;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

ul.event li a {
    text-decoration: none;
    color: #333;
}

.pagination .disabled {
    display: none;
}

nav.clearfix {
    text-align: center;
    font-size: 18px;
}


/* for mobile */

.event-detail-close-m a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/open_m.png);
    background-size: cover;
    overflow: hidden;
    text-indent: -1000px;
}

.event-detail-open-m a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/close_m.png);
    background-size: cover;
    overflow: hidden;
    text-indent: -1000px;
}

.event-detail-close-o a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/open_o.png);
    background-size: cover;
    overflow: hidden;
    text-indent: -1000px;
}

.event-detail-open-o a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/close_o.png);
    background-size: cover;
    overflow: hidden;
    text-indent: -1000px;
}

@media (max-width: 320px) {
    body {
        padding-top: 60px;
    }
    ul.event li {
        width: 100%;
    }
    nav.clearfix {
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    body {
        padding-top: 60px;
    }
    ul.event li {
        width: 100%;
    }
    nav.clearfix {
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    body {
        padding-top: 60px;
    }
    ul.event li {
        width: 100%;
    }
    nav.clearfix {
        text-align: center;
        font-size: 20px;
    }
}

ul.event li h3 {
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    cursor: pointer;
}

ul.event li div.other {
    color: #70c7a8;
	padding: 20px 20px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
}

ul.event li div.mines {
    color: #f48499;
    padding: 20px 20px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
}

ul.event li div.mines_new {
    color: #f48499;
    padding: 0 10px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
}

ul.event li h3.other {
    color: #70c7a8;
}

ul.event li h3.mines {
    color: #f48499;
}

ul.event li div.event-description {
    padding: 0 10px;
    font-family: "メイリオ";
    color: #666;
    letter-spacing: 0.05em;
}

u.event li div.main-visual {}

ul.event li div.event-visual {
    padding: 0 10px;
    width: 80%;
    margin: auto auto 20% auto;
    cursor: pointer;
}

ul.event li div.event-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

div.show-detail-m {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    font-size: 10px;
}

div.show-detail-o {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    font-size: 10px;
}


/* aside */

div.box {
    border: 1px solid #888;
    margin-bottom: 15px;
    padding: 10px 10px 0px 10px;
}

h2.box-header {
    margin: 0;
    font-size: 20px;
    padding: 5px 10px 0px 0px;
    font-family: "メイリオ";
    color: #666;
    letter-spacing: 0.08em;
}

div.box p {
    padding: 10px 10px 0px 8px;
    font-family: "メイリオ";
    font-size: 13px;
    color: #666;
    letter-spacing: 0.08em;
    line-height: 1.5em;
}

div.login {
    background-color: #f8dce3;
    padding: 5px;
}


/* event detail */

div.event {
    border: 1px #888 solid;
    padding: 20px 15px;
    background-color: #fff;
}

div.event iframe {
    width: 100%;
    height: 920px;
    border-style: none;
}

.specail img {
    width: 120px;
}

#special {
    margin-top: 20px;
}

div.error-message {
    color: #a94442;
    font-size: 10px;
    margin-top: 6px;
}


/* about fanclub */

div.bullet {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    font-family: 'メイリオ';
    color: #666;
    letter-spacing: 0.08em;
    max-width: 630px;
}

div.about-info {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 30px;
    font-family: 'メイリオ';
    color: #666;
    letter-spacing: 0.08em;
    max-width: 630px;
}

img.about-button {
    width: 350px;
}

img.about-photo {
    width: 600px;
}

img.about-eventimage {
    width: 200px;
    margin-right: 10px;
    float: left;
}

div.pal15 {
    padding-left: 15px;
}

div.pal30 {
    padding-left: 26px;
}

div.pal45 {
    padding-left: 45px;
}

p.premium {
    position: absolute;
    top: 845px;
    left: 60px;
    font-size: 18px;
    max-width: 450px;
}

@media (max-width: 320px) {
    div.about-info {
        margin: 0;
        font-size: 12px;
        padding-left: 15px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
    }
    p.premium {
        position: absolute;
        top: 665px;
        left: 50px;
        font-size: 12px;
        max-width: 300px;
    }
    img.about-button {
        width: 250px;
    }
    img.about-photo {
        width: 300px;
    }
    h3 {
        margin-top: 16px;
        margin-bottom: 15px;
        padding-top: 9px;
        padding-bottom: 7px;
        padding-left: 7px;
        font-family: 'メイリオ';
        font-size: 16px;
        color: #fff;
    }
    h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        font-family: 'メイリオ';
        font-size: 13px;
        font-weight: 600;
        color: #666;
        border-left: #84CDCA solid 3px;
        border-bottom: #84CDCA solid 3px;
    }
    p.q {
        background: url(../img/q_a_01.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 5px 25px;
        margin: 4px 0 4px 0px;
        font-size: 12px;
        color: #84CDCA;
        font-weight: 600;
    }
    p.a {
        background: url(../img/q_a_02.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 20px 25px;
        margin: 14px 0 4px 0px;
        font-size: 12px;
    }
    div.bullet {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
        max-width: 630px;
    }
    img.about-eventimage {
        width: 120px;
        margin-right: 5px;
        float: left;
    }
}

@media (max-width: 375px) {
    div.about-info {
        margin: 0;
        font-size: 12px;
        padding-left: 15px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
    }
    p.premium {
        position: absolute;
        top: 665px;
        left: 50px;
        font-size: 12px;
        max-width: 300px;
    }
    img.about-button {
        width: 250px;
    }
    img.aboutg-photo {
        width: 300px;
    }
    h3 {
        margin-top: 16px;
        margin-bottom: 15px;
        padding-top: 9px;
        padding-bottom: 7px;
        padding-left: 7px;
        font-family: 'メイリオ';
        font-size: 16px;
        color: #fff;
    }
    h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        font-family: 'メイリオ';
        font-size: 13px;
        font-weight: 600;
        color: #666;
        border-left: #84CDCA solid 3px;
        border-bottom: #84CDCA solid 3px;
    }
    p.q {
        background: url(../img/q_a_01.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 5px 25px;
        margin: 4px 0 4px 0px;
        font-size: 12px;
        color: #84CDCA;
        font-weight: 600;
    }
    p.a {
        background: url(../img/q_a_02.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 20px 25px;
        margin: 14px 0 4px 0px;
        font-size: 12px;
    }
    div.bullet {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
        max-width: 630px;
    }
    img.about-eventimage {
        width: 120px;
        margin-right: 5px;
        float: left;
    }
}

@media (max-width: 414px) {
    div.about-info {
        margin: 0;
        font-size: 12px;
        padding-left: 15px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
    }
    p.premium {
        position: absolute;
        top: 665px;
        left: 50px;
        font-size: 12px;
        max-width: 300px;
    }
    img.about-button {
        width: 250px;
    }
    img.about-photo {
        width: 300px;
    }
    h3 {
        margin-top: 16px;
        margin-bottom: 15px;
        padding-top: 9px;
        padding-bottom: 7px;
        padding-left: 7px;
        font-family: 'メイリオ';
        font-size: 16px;
        color: #fff;
    }
    h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        font-family: 'メイリオ';
        font-size: 13px;
        font-weight: 600;
        color: #666;
        border-left: #84CDCA solid 3px;
        border-bottom: #84CDCA solid 3px;
    }
    p.q {
        background: url(../img/q_a_01.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 5px 25px;
        margin: 4px 0 4px 0px;
        font-size: 12px;
        color: #84CDCA;
        font-weight: 600;
    }
    p.a {
        background: url(../img/q_a_02.png) no-repeat;
        background-size: 20px 20px;
        padding: 0 0 20px 25px;
        margin: 14px 0 4px 0px;
        font-size: 12px;
    }
    div.bullet {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        font-family: 'メイリオ';
        color: #666;
        letter-spacing: 0.08em;
        max-width: 630px;
    }
    img.about-eventimage {
        width: 120px;
        margin-right: 5px;
        float: left;
    }
}


/* calendar */

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}

#calendar .fc-time {
    display: none;
}

#calendar .fc-event,
.fc-event-dot {
    background-color: transparent;
    border: none;
    width: 30px;
}

#calendar .external,
#popup .modal-body .external-link {
    color: #76C4A5;
}

#calendar .company,
#popup .modal-body .company-link {
    color: #F09199;
}

#calendar .fc-content i {
    font-size: 24px;
    padding-left: 5px;
}

#calendar .fc-content i:hover,
div.fc-content-skeleton {
    cursor: pointer;
}

#popup .modal-body>a {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
}