#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: #FFF9E1;
}

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

#mainBoxArea {
    margin-top: -24px;
    background-color: #FFF9E1;
}

.atinn {
    max-width: 980px;
    margin: auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    ;
}

.atinn_contents img {
    width: 90%;
    margin: auto;
    display: block;
}

.plan01 {
    width: 100%;
}

.imageh3 {
    margin-bottom: -80px;
}

.plancontents {
    padding-top: 100px;
    max-width: 950px;
    margin: auto;
    background-color: #fff;
    padding: 90px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.plan_h3 h3 {
    border-left: none;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-top: 30px;
}

.plancontents span {
    font-size: 40px;
}

.plan_h3 span {
    color: #f4810c;
    font-weight: 900;
    font-size: inherit;
    font-family: inherit;
}

.plancontents p {
    text-align: center;
    font-size: 60px;
    color: #f4810c;
    font-weight: 900;
    margin-bottom: 1px;
    background-color: #FFF9E1;
    width: 90%;
    margin: auto;
}

.plancontents img {
    margin-bottom: 40px;
}

.plan_price p {
    color: #000;
    font-size: 30px;
}

.plan_price h3 {
    border-left: none;
    text-align: center;
    font-size: 60px;
    background-color: #FFF9E1;
    width: 90%;
    margin: auto;
    font-weight: 900;
    color: #f4810c;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 2vw;
    margin-top: 50 px;
}

.plan_price h3::after {
    content: attr(data-text);
    position: absolute;
    color: #fff;
    left: 50px;
    -webkit-text-stroke-width: 1vw;
    z-index: 20;
    right: 50px;
}

.plan_price h3::before {
    content: attr(data-text);
    position: absolute;
    color: #f4810c;
    left: 50px;
    -webkit-text-stroke-width: 0vw;
    z-index: 30;
    right: 50px;
}

.plan_price_cap p {
    text-align: right;
    font-size: 21px;
    width: 90%;
    font-weight: 900;
    background-color: inherit;
    color: inherit;
}

.plan_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.spot_h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
}

.spot_h3 h3 {
    border-left: none;
    text-align: center;
    font-weight: 900;
}

.plan_tyui {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
    background-color: #fff;
    padding: 50px;
    font-size: 18px;
}

.plan_tyui li {
    list-style: disc;
}

.link_btn {
    display: inherit;
    font-size: 150%;
    padding: 20px 5px;
    border-radius: 25px;
    color: #F0FF79;
    background-color: #04accc;
    border: 3px solid #FFF;
    transition: .4s;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
    letter-spacing: 0.3em;
}

@media screen and (min-width: 480px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    #mainBoxArea {
        margin-top: 0px;
    }
    .atinn_contents img {
        width: 100%;
        margin-bottom: 5px;
    }
    .plancontents {
        max-width: 350px;
        padding: 40px 10px;
    }
    .plancontents p {
        font-size: 26px;
        width: 100%;
    }
    .plancontents span {
        font-size: 18px;
    }
    .plan_h3 span {
        font-size: inherit;
    }
    .plan_price h3 {
        font-size: 28px;
        width: 100%;
        transform: translate(-50%, 0%);
    }
    .plan_price p {
        font-size: 17px;
    }
    .plan_price_cap p {
        font-size: 13px;
        width: 100%;
    }
    .spot_h3 {
        font-size: 18px;
    }
    .spot_h3 h3 {
        font-size: 24px;
    }
    .plan_tyui {
        font-size: 13px;
        padding: 30px;
    }
.link_btn {
font-size:120%
}
}