#eventOnlyAcostaArea>div dl {
    margin-bottom: 30px;
}

#eventInfoArea, #eventLocatArea, #eventOnlyAcostaArea, #stacaOnlyArea, #eventAccessArea {
    width: 70%;
    margin: auto;
}

.pcdisplay ul {
    display: none;
}

#contentWrap {
    width: auto;
    margin: 0 auto;
    background-color: #f9dad8;
}

#contentWrap #mainContentWrap {
    width: auto;
    float: inherit;
}

#mainBoxArea {
    margin-top: -24px;
}

.sanwa {
    font-family: "M PLUS 1p";
    max-width: 1000px;
    margin: auto;
}

.sanwa-hyodai h3 {
    border-left: none;
    text-align: center;
    background-color: #333333;
    color: #fff;
    border-radius: 10px;
    font-size: 33px;
    margin: 30px 0;
}

.sanwa-hyodai p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.event-top {
    width: 100%;
    height: 0;
    padding-top: calc(963/1920*100%);
    /*背景画像の高さ÷幅×100*/
    background-image: url(/img/sanwa01/topimg.jpg);
    /*メインビジュアルにしたい画像*/
    background-repeat: no-repeat;
    background-size: cover;
    /*縦横比そのままにするのがこれ*/
}

.sanwa_logo {
    /*ロゴの画像と位置調整*/
    max-width: 1040px;
    width: 660px;
    margin: auto;
    margin-top: -600px;
}

.event-intro p {
    font-size: 27px;
    text-align: center;
    font-weight: 800;
    padding: 30px;
    padding-bottom: 0;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/

/* チェックボックスは非表示 */

.accordion-hidden {
    display: none;
}

/* Question部分 */

.accordion-open {
    display: block;
    padding: 10px 0;
    background: #48c9c9;
    cursor: pointer;
    margin: 5px 0;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */

.accordion-open::before, .accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */

.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */

.accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */

.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */

.accordion-hidden:checked+.accordion-open+.accordion-close {
    height: auto;
    opacity: 1;
}

.c-grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    padding: 10px 60px;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
    display: grid;
}

.c-item {
    padding-bottom: 10px;
    border-radius: 15px;
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    border: 3px solid #707070;
}

.c-item img {
    width: 100%;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.c-item p {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 140%;
    color: #3e3e3e;
    font-weight: 600;
    text-align: center;
}

.imginfo {
    background: #fff;
    padding: 10px;
    margin: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 45px;
}

.imginfo p {
    width: 90%;
    margin: auto;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contents {
    max-width: 900px;
    margin: auto;
}

.event_info {
    margin-bottom: 5px;
    font-family: "M PLUS 1p";
}

.event_info h3 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    border-left: none;
    background-color: #333;
    max-width: 450px;
    margin: auto;
    margin-top: 45px;
    padding-bottom: 5px;
}

.event_info p {
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 800;
    max-width: 700px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}

.event_info span {
    font-size: 28px;
}

.info-shosai h4 {
    background-color: #d8007f;
    text-align: center;
    max-width: 310px;
    margin: auto;
    color: #fff;
    font-size: 20px;
}

.info-shosai2 h4 {
    background-color: #2e709c;
    text-align: center;
    max-width: 310px;
    margin: auto;
    color: #fff;
    font-size: 20px;
}

.info-shosai p {
    font-size: 24px;
    font-weight: 400;
}

.info-shosai2 p {
    font-size: 24px;
    font-weight: 400;
}

.info-shosai span {
    font-size: 18px;
}

.info-shosai2 span {
    font-size: 18px;
}

/*料金部分*/

.event_info-price-mae {
    max-width: 850px;
    margin: auto;
    background-color: #d8007f;
    padding: 30px 70px;
    margin-bottom: 25px;
}

.event_info-price-mae h3 {
    text-align: center;
    border-left: none;
    color: #fff;
    font-size: 38px;
}

.event_info-price-mae-inner {
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 25px;
}

.event_info-price-mae-inner-ari, .event_info-price-mae-inner-nashi, .event_info-price-mae-inner-came {
    margin: 10px 0;
}

.event_info-price-mae-inner-ari h4 {
    text-align: center;
    background-color: #d8007f;
    max-width: 460px;
    font-size: 24px;
    padding: 0 40px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}

.event_info-price-mae-inner-ari h5 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    max-width: 460px;
    border-bottom: 5px solid #d8007f;
    margin: auto;
}

.event_info-price-mae-inner-ari span {
    font-size: 29px;
}

.event_info-price-mae-inner-ari p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.event_info-price-mae-inner-nashi h4 {
    text-align: center;
    background-color: #ff932b;
    max-width: 460px;
    font-size: 24px;
    padding: 0 40px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}

.event_info-price-mae-inner-nashi h5 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    max-width: 460px;
    border-bottom: 5px solid #ff932b;
    margin: auto;
}

.event_info-price-mae-inner-nashi span {
    font-size: 29px;
}

.event_info-price-mae-inner-came span {
    font-size: 29px;
}

.event_info-price-mae-inner-nashi p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.event_info-price-mae-inner-came h4 {
    text-align: center;
    background-color: #48c9c9;
    max-width: 460px;
    font-size: 24px;
    padding: 0 40px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}

.event_info-price-mae-inner-came h5 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    max-width: 460px;
    border-bottom: 5px solid #48c9c9;
    margin: auto;
}

.event_info-price-mae-inner-came p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.event_info-price-tou {
    max-width: 850px;
    margin: auto;
    background-color: #48c9c9;
    padding: 30px 70px;
    margin-bottom: 25px;
}

.event_info-price-tou h3 {
    text-align: center;
    border-left: none;
    color: #fff;
    font-size: 38px;
    background-color: inherit;
}

.event_info-price-tou-inner {
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 25px;
}

.event_info-text p {
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    max-width: 840px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}

.uketuke h5 {
    text-align: center;
    font-size: 42px;
    margin-top: 40px;
    line-height: 1.1;
}

.uketuke h6 {
    text-align: center;
    font-size: 25px;
    background-color: #f6931e;
    width: 330px;
    margin: auto;
    margin-top: 50px;
    color: #fff;
}

.uketuke p {
    font-size: 20px !important;
    font-weight: 400;
    border-bottom: none;
    max-width: 1000px;
}

.uketukemap {
    width: 90%;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    padding: 30px;
    margin-top: -20px;
    margin-bottom: 50px;
}

.underbar {
    width: 790px;
    border-bottom: 3px solid #333333;
    margin: 20px auto;
}

.retsu-mae, .retsu-tou {
    width: 600px;
    margin: auto;
}

.retsu-mae h4 {
    color: #d77275;
    border-bottom: 3px solid #d77275;
    width: 270px;
    font-size: 23px;
    margin-top: 55px;
}

.retsu-mae p {
    text-align: left;
    font-size: 20px !important;
    border-bottom: none;
    font-weight: 200;
    max-width: initial;
}

.retsu-mae span {
    font-size: inherit;
    color: #ff0000;
}

.retsu-tou h4 {
    color: #7ec6c6;
    border-bottom: 3px solid #7ec6c6;
    width: 390px;
    font-size: 23px;
    margin-top: 55px;
}

.retsu-tou p {
    text-align: left;
    font-size: 20px !important;
    border-bottom: none;
    font-weight: 200;
    max-width: initial;
}

.ticketbtn {
    background-image: url(/img/kishiwada02/ticketbg.jpg);
    background-repeat: no-repeat;
    height: 320px;
    background-size: contain;
}

.ticketbtn h3 {
    border-left: none;
    background-color: #d77275;
    width: 420px;
    color: #fff !important;
    margin-right: 14px;
    font-size: 33px;
    float: right;
    margin-top: 135px;
}

.fa, .fas {
    margin: 0 15px;
}

.event-intro {
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 115px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 40px;
}

.btn_orange {
    display: inherit;
    padding: 20px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: large;
    background-color: #f7931e;
    transition: .4s;
    font-weight: 900;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 650px;
}

.ticketbtn {
    background-image: url(/img/sanwa01/ticketbg.jpg);
    background-repeat: no-repeat;
    height: 320px;
    background-size: contain;
}

.ticketbtn h3 {
    border-left: none;
    background-color: #449881;
    width: 420px;
    color: #fff !important;
    margin-right: 14px;
    font-size: 33px;
    float: right;
    margin-top: 135px;
}

.pspots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding: 20px 0;
    margin: auto;
    width: 90%;
}

.pspots-tex h4 {
    font-size: 22px;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
}

.pspots-tex p {
    text-align: left;
    font-size: 18px;
    width: 100%;
}

.btn_blue {
    display: block;
    position: relative;
    width: 520px;
    height: 90px;
    padding: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #55acee;
    background: #55acee;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: -10px auto;
    border-radius: 10px;
}

.btn_green {
    display: block;
    position: relative;
    width: 350px;
    height: 70px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #8BC34A;
    background: #8BC34A;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    border-radius: 10px;
}

.hyomei-grid {
}

.tw-area {
    max-width: 600px;
    margin: 0 auto;
}

.hashbox h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.hashbox p {
    font-size: 16px;
}

@media screen and (max-width: 479px) {
    #mainBoxArea {
        margin-top: -16px;
    }
    .pc {
        display: none;
    }
    .eventlogo {
        width: 370px;
        margin-top: -140px;
    }
    .hashtags, .kan02-intoro, .retsu-mae, .retsu-tou {
        max-width: 360px;
    }
    .underbar {
        width: 300px;
    }
    .retsu-tou h4 {
        width: 360px;
    }
    .hashtags h3 {
        width: 300px;
        font-size: 20px;
        bottom: -150px;
        height: 50px;
    }
    .sanwa {
        padding: 10px;
    }
    .sanwa_logo {
        width: 300px;
        margin: auto;
        margin-top: -170px;
    }
    .event-intro p {
        font-size: 20px;
        padding: 10px;
    }
    .c-grid {
        grid-template-columns: 1fr 1fr;
        padding: 10px 10px;
    }
    .c-item p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 100%;
    }
    .sanwa-hyodai h3 {
        font-size: 22px;
    }
    .event_info h3 {
        font-size: 22px;
        max-width: 250px;
    }
    .event_info span {
        font-size: 18px;
    }
    .event_info p {
        font-size: 30px;
    }
    .btn_blue, .btn_green {
        width: 100%;
    }
    .tw-area {
        width: 300px;
    }
    .hashbox h4 {
        font-size: 26px;
        padding-top: 20px;
    }
    .info-shosai p {
        font-size: 16px;
    }
    .info-shosai span {
        font-size: 14px;
    }
    .event_info-price-mae {
        padding: 10px;
    }
    .event_info-price-mae h3 {
        font-size: 22px;
    }
    .event_info-price-mae-inner-ari h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-mae-inner-nashi h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-mae-inner-came h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-mae-inner-ari h5 {
        font-size: 36px;
    }
    .event_info-price-mae-inner-nashi h5 {
        font-size: 36px;
    }
    .event_info-price-mae-inner-came h5 {
        font-size: 36px;
    }
    .event_info-price-tou {
        padding: 10px;
    }
    .event_info-price-tou-inner {
        padding: 10px;
    }
    .event_info-price-tou h3 {
        font-size: 22px;
    }
    .event_info-price-tou-inner-ari h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-tou-inner-nashi h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-tou-inner-came h4 {
        font-size: 16px;
        padding: 0 40px;
    }
    .event_info-price-tou-inner-ari h5 {
        font-size: 36px;
    }
    .event_info-price-tou-inner-nashi h5 {
        font-size: 36px;
    }
    .event_info-price-tou-inner-came h5 {
        font-size: 36px;
    }
    .imginfo p {
        font-size: 18px;
    }
    .uketuke h5 {}
    .ticketbtn {
        height: 125px;
    }
    .ticketbtn h3 {
        width: 200px;
        color: #fff !important;
        margin-right: 14px;
        font-size: 22px;
        float: right;
        margin-top: 10px;
    }
    .pspots {
        grid-template-columns: 1fr;
    }
    .pspots-photo {
        grid-row: 1;
    }
}