@charset "utf-8";
/*******************************************
	/css/ticket.css
*******************************************/

/*
基本
768px【sp切り替わりポイント】 */

/*------------------------------------------
	heading
------------------------------------------*/

.heading_wrapper {
    width: 100%;
    max-width: 910px;
    padding: 50px 40px 0 40px;
    margin: 0 auto;
}

#heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#heading .heading_card {
    width: 260px;
    margin-top: 15px;
    margin-right: 40px;
}

#heading .heading_card img {
    display: block;
    width: 100%;
}

#heading .heading_chara {
    width: 360px;
}

#heading .heading_chara img {
    display: block;
    width: 100%;
}

#heading section img {
    display: block;
    width: 100%;
}

#heading section p {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 5.2rem;
}

@media screen and (max-width: 768px) {
    .heading_wrapper {
        padding: 40px 2% 0 2%;
    }

    #heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #heading .heading_card {
        width: 220px;
        margin-right: 3%;
    }

    #heading .heading_card img {
        display: none;
    }

    #heading section p {
        margin-top: 5px;
        font-size: 2.9rem;
    }
}

/*------------------------------------------
    fancyboxツールバーの位置,背景色調整
------------------------------------------*/

#goods .fancybox-is-open .fancybox-bg {
    opacity: 0.85;
}

#goods .fancybox-caption {
    border-top: none;
}

@media screen and (max-width: 768px) {
    #goods .fancybox-toolbar {
        right: auto;
        left: 0;
    }
}

/*------------------------------------------
	会場詳細
------------------------------------------*/

.spoting_wrapper {
    width: 100%;
    max-width: 910px;
    padding: 40px 40px 30px 40px;
    margin: 0 auto;
}

.spoting {
    text-align: center;
    font-weight: bold;
}

.spoting section h3 {
    font-size: 4.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.spoting section p {
    font-size: 1.7rem;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .spoting_wrapper {
        padding: 30px 2%;
    }

    .spoting section h3 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .spoting section p {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}

/*------------------------------------------
	goodsリスト
------------------------------------------*/

.goods_area_wrapper {
    width: 100%;
    max-width: 900px;
    padding: 40px 40px 30px 40px;
    margin: 0 auto;
}

.foods_area_wrapper {
    width: 100%;
    max-width: 900px;
    padding: 40px 40px 30px 40px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .goods_area_wrapper {
        padding: 10px 2% 30px;
    }

    .foods_area_wrapper {
        padding: 10px 2% 30px;
    }
}

.buppan_list {}

.buppan_list li {
    display: flex;
    justify-content: space-between;
    /*border-bottom:1px solid #aaa;*/
    padding: 30px 0;
    margin: 30px 0;
}

.buppan_list li:first-child {
    margin-top: 0px;
    /*border-top:1px solid #aaa;*/
}

.buppan_list li.left_side {
    flex-direction: row-reverse;
}

.buppan_list li section {
    width: 60%;
}

.buppan_list li section h4 {
    position: relative;
    font-size: 2.7rem;
    line-height: 3.3rem;
    letter-spacing: -2px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.buppan_list li section h4::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 20;
    width: 70px;
    height: 2px;
    background-color: #D2120B;
}

.buppan_list li section .kakaku {
    font-size: 2.0rem;
    margin-bottom: 10px;
}

.buppan_list li section .bunsyo {
    font-size: 1.6rem;
}

.buppan_list li a.fancy_p {
    width: 36%;
}

.totobag {
    text-align: center;
}

.totobag figure {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px;
}

.totobag figure a {
    width: 47%;
    max-width: 360px;
}

.totobag figure a img {
    display: block;
}

@media screen and (max-width: 768px) {
    .buppan_list li {
        padding: 15px 0;
        margin: 15px 0;
    }

    .buppan_list li section h4 {
        position: relative;
        font-size: 1.6rem;
        line-height: 2.0rem;
        letter-spacing: -1px;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
    }

    .buppan_list li section .kakaku {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .buppan_list li section .bunsyo {
        font-size: 1.35rem;
    }

    .buppan_list li a.fancy_p {
        width: 36%;
    }
}


/* Add */

.goodsList ul {
    width: 60%;
    margin: 0px auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.goodsList ul li {
    width: 46%;
    margin-bottom: 30px;
}

.goodsList.ver2 ul li {
    width: 60%;
    margin: 0 auto 30px;
}

.goodsList li section h4 {
    position: relative;
    font-size: 2.2rem;
    line-height: 3.3rem;
    letter-spacing: 0px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.goodsList li section h4::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 20;
    width: 70px;
    height: 2px;
    background-color: #D2120B;
}

.goodsList li section .kakaku {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.goodsList li section .bunsyo {
    font-size: 1.6rem;
}


@media screen and (max-width: 768px) {
    .goodsList.ver2 ul li {
        width: 100%;
    }
}