@charset "UTF-8";


.spt5{ margin-top: 5px; }
.spt10{ margin-top: 10px; }
.spt20{ margin-top: 20px; }
.spt30{ margin-top: 30px; }
.fontdown {
    font-size: 70%;
}
.txt-center{ text-align: center; }
#main-content .pc-show{ display: none; }
#main-content .content .navi-list{ margin: 0 5%; }
#main-content .content .navi-list .navi{ width: 100%; }
#main-content .content .navi-list .navi+.navi{ margin-top: 10px; }
#main-content .content .navi-list .navi a{ display: block; text-align: center; text-decoration: none; font-size: 16px; line-height: 1.5; background-color: #e85471; border-radius: 10px; padding: 10px; color: #ffffff; transition: opacity 0.5s; }
#main-content .content .navi-list .navi a:active{ opacity: 0.7; }

#main-content .content > .ttl {
    font-style: normal;
    text-align: center;
}

#main-content .content .ttl .ttl1 {
    margin-top: 3%;
    font-size: 15px;
    line-height: 2em;
    color: #E6041C;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
#main-content .content .ttl .ttl1 strong {
    font-size: 37px;
    line-height: 1em;
    font-weight: bold;
}
#main-content .content .ttl .period {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #000000;
}
#main-content .content .inner {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-bottom: 10%;
}
.content .inner .nara {
    text-align: center;
    color: #000000;
    font-size: 15px;
    margin-top: 5%;
    margin-bottom: 1%;
    border-bottom: 1px solid #000000;
    padding-bottom: 5%;
}
.content .inner .copy {
    text-align: center;
    color: #E5041F;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: 0.1em;
}
.content .inner .shop {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.inner .shop ul {
    list-style-type: none;
}
.inner .shop ul li    {
    padding-bottom: 3%;
    padding-top: 3%;
    text-align: center;
}
.inner .shop ul li:nth-child(2n)   {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
ul li p {
    color: #000000;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
ul li p:nth-child(2) {
    width: 100%;
    text-align: center;
}
.content .inner .ticket {
    text-align: center;
    margin-top: 5%;
    color: #E4061E;
    font-size: 16px;
}
.content .inner .t-price {
    margin-top: 2%;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #000000;
    background-color: #F8CF5B;
    border-radius: 20px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.5em;
}
.content .inner .note {
    text-align: center;
    color: #000000;
    margin-top: 1%;
    font-size: 12px;
}
.content .inner .btn   {
    font-size: 14px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #E5051F;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    display: block;
    text-decoration: none;
}
.content .inner .btn:hover {
    background-color: #cacaca;
    color: #000000;
    cursor: pointer;
}
