@charset "UTF-8";
/* base button */
.button {
    cursor: pointer;
    display: inline-block;
}

.button:hover {
    opacity: 0.8;
}

.button.button-type-a {
    padding: 4px 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.button.button-type-b {
    padding: 15px 20px;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* */
.button.button-type-b .button_icon {
    margin-right: 10px;
}

.button.button-small {
    font-size: 0.85rem;
}

.button.button-color-white {
    color: #fff;
}

.button.button-color-link {
    color: #0074be;
}

.button.button-bg-link {
    background: #0074be;
    color: #fff;
}

.button.button-bg-gray {
    background: #666666;
    color: #fff;
}

.button.button-bg-main {
    background: #004487;
    color: #fff;
}

.button.button-bg-sub1 {
    background: #870000;
    color: #fff;
}

.button.button-bg-sub2 {
    background: #6f0087;
    color: #fff;
}

.button.button-mail {
    font-size: 20px;
}

.button.button-serch {
    font-size: 24px;
}

.button.button-menu .button_img {
    width: 20px;
}

/* pagetop
--------------------------------------*/
.pagetop {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 150;
}

.pagetop a {
    display: block;
    position: absolute;
    bottom: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 67, 135, 0.8) url(../../img/ic_pagetop.png) center center no-repeat;
    background-size: 44px auto;
    z-index: 100;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pagetop a:hover {
    background: #004387 url(../../img/ic_pagetop.png) center center no-repeat;
    background-size: 44px auto;
}

.pagetop.is_show {
    display: block !important;
}

.pagetop.fixed a {
    position: fixed;
    bottom: 30px;
}

.is_open:not(.sp) .pagetop:not(.fixed) a {
    margin-left: -435px;
}

.ticket_info_btm_special {
    padding: 5px 0;
    color: #b90000;
}
.ticket_info_btm_special .button_supecial {
    margin-left: 1.5rem;
    padding: .4rem;
    width: 8rem;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: .5rem;
    line-height: 1;
    font-size: 1.2rem;
    color: #999;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pagetop a {
        left: 50%;
        margin-left: 452px;
    }
}
@media screen and (max-width: 767px) {
    .pagetop a {
        bottom: -15px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: rgba(0, 67, 135, 0.8) url(../../img/ic_pagetop.png) center center no-repeat;
        background-size: 22px auto;
    }

    .pagetop a:hover {
        background: #004387 url(../../img/ic_pagetop.png) center center no-repeat;
        background-size: 22px auto;
    }
}

