@import url("cssreset.css");
@import url("base.css");

/* concert.css */

header .inner {
    padding-top: 0;
    padding-bottom: 0;
}

.pc {}
.sp {display: none !important;}
@media only screen and (max-width: 750px) {
    .pc {display: none !important;}
    .sp {display: block !important;}
}


/* 戻るボタン */
.prev {
    text-align: center;
}
.prev a {
    display: inline-block;
    width: 12em;
    background-color: #c69a6b;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.5em;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease;
}
.prev a:hover {
    color: #ffffff;
    opacity: 0.7;
}
@media only screen and (max-width: 750px) {
    .prev a {
        font-size: 3.3vw;
    }
}


/* トップページ */
#concert-top-title {
    margin-bottom: 65px;
    padding-top: 50px;
    border-top: 12px solid #910611;
    text-align: left;
}
#concert-top-title p {
    width: 90%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 16px;
}
#concert-top-title p strong {
    font-weight: bold;
}
#concert-top-title h1 {
    padding: 0.35em 0 0.2em;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-size: 24px;
    font-weight: bold;
}
#concert-top-title h1 span {
    display: block;
    width: 90%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 750px) {
    #concert-top-title {
        margin-bottom: 13vw;
        padding-top: 12vw;
    }
    #concert-top-title p {
        font-size: 3.8vw;
    }
    #concert-top-title p strong {
        display: block;
    }
    #concert-top-title h1 {
        font-size: 4.8vw;
    }
}

#concert-top {
    margin-bottom: 50px;
}
#concert-top .prev {
    padding-top: 80px;
}
#concert-top article {
    width: 90%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#concert-top article img {
    box-shadow: 0px 1px 5px 1px rgba(27, 22, 22, 0.8);
}
@media only screen and (max-width: 750px) {
    #concert-top {
        margin-bottom: 10vw;
    }
    #concert-top .prev {
        padding-top: 14vw;
    }
    #concert-top article {
        margin-bottom: 4.8vw;
    }
}


/* 個別コンテンツ */
#concert-main-image {
    padding-top: 1em;
    border-top: 12px solid #910611;
}
#concert-main-image p {
    width: 90%;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
#concert-main-image figure {
    width: 100%;
    margin: 0;
}
@media only screen and (max-width: 750px) {
    #concert-main-image p {
        font-size: 3.2vw;
    }
}

.concert-contents.bg-yellow {
    background-color: #f6fec7;
}
.concert-contents .inner {
    width: 90%;
    max-width: 666px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    text-align: left;
}
.concert-bottom {
    padding-top: 95px;
    padding-bottom: 45px;
}
.concert-contents.access .inner {
    padding: 50px 0 1em;
}
@media only screen and (max-width: 750px) {
    .concert-contents .inner {
        max-width: inherit;
        padding: 9.6vw 0;
    }
    .concert-contents.bottom {
        padding-top: 14vw;
        padding-bottom: 9.4vw;
    }
}

.concert-contents figure {
    margin: 0;
}

.concert-contents h1 {
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: bold;
}
.concert-contents h1 strong {
    font-size: 27px;
    font-weight: bold;
}
.concert-contents h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #aaaaaa;
    font-size: 16px;
    font-weight: bold;
}
.concert-contents h2:has(+ dl) {
    margin-bottom: 0;
}
.concert-contents h2.title {
    margin-bottom: 2em;
    border-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}
.concert-contents p:not(:last-of-type) {
    margin-bottom: 1.5em;
}
.concert-contents p.eol {
    margin-bottom: 2em !important;
}
.concert-contents p.mb0 {
    margin-bottom: 0 !important;
}
.concert-contents p.right {
    text-align: right;
}
.concert-contents p.note {
    font-size: 0.8em;
}
.concert-contents strong {
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    .concert-contents h1 {
        font-size: 4vw;
    }
    .concert-contents h1 strong {
        font-size: 6.4vw;
    }
    .concert-contents h2 {
        font-size: 4.8vw;
    }
    .concert-contents h2.title {
        font-size: 3.8vw;
    }
    .concert-contents h2.title strong {
        display: block;
    }
    .concert-contents p {
        font-size: 2.8vw;
    }
    .concert-contents p.note {
        font-size: 2.4vw;
    }
}

.concert-contents a {
    color: #2933ff;
    text-decoration: underline;
}
.concert-contents a:hover {
    color: #2933ff;
    text-decoration: none;
}

/* ダウンロードボタン */
a.btn-dl {
    display: inline-block;
    width: 12em;
    background-color: #747474;
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-size: 1.25em;
    background-image: url("../concert/images/icon_dl.png");
    padding: 0.5em;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease;
}
a.btn-dl:hover {
    color: #ffffff;
    opacity: 0.7;
}
@media only screen and (max-width: 750px) {
    a.btn-dl {
        font-size: 3.3vw;
    }
}

/* マップ */
.map {
    position: relative;
    width: 100%;
    height: 320px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 750px) {
    .map {
        height: 88.5vw;
    }
}

/* flexbox */
.concert-contents .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
    .concert-contents .wrap {
        display: block;
    }
}

/* チラシ */
.concert-contents .wrap.flyer {
    justify-content: flex-start;
}
.concert-contents .wrap.flyer figure {
    margin-right: 20px;
}
@media only screen and (max-width: 750px) {
    .concert-contents .wrap.flyer figure {
        width: 46vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4vw;
    }
    .concert-contents .wrap.flyer p {
        text-align: center;
    }
}

/* 各種リスト */
.concert-contents dl div {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 750px) {
    .concert-contents dl {
        font-size: 2.8vw;
    }
}

.concert-contents dl.overview div {
    padding: 1em 0;
    border-bottom: 1px solid #aaaaaa;
}
.concert-contents dl.overview div:first-of-type {
    border-top: 1px solid #aaaaaa;
}
.concert-contents dl.overview dt {
    width: 3em;
    font-weight: bold;
}
.concert-contents dl.overview dd {
    width: calc(100% - 3em);
}
.concert-contents dl.overview dd:before {
    content: "：";
}
.concert-contents p.overview {
    margin-bottom: 0.5em;
    padding: 1em 0;
    border-bottom: 1px solid #aaaaaa;
}


.concert-contents dl.ticket {
    margin-bottom: 3em;
}
.concert-contents dl.ticket div {
    padding: 1em 0;
    border-bottom: 1px solid #aaaaaa;
}
.concert-contents dl.ticket dt {
    width: 12em;
    font-weight: bold;
}
.concert-contents dl.ticket dd {
    width: calc(100% - 12em);
}
.concert-contents dl.ticket ul {
    padding-left: 1.5em;
    list-style: disc;
}
.concert-contents dl.ticket figure.qr {
    width: 78px;
    margin-left: 1em;
}
.concert-contents p.ticket-note {
    border-bottom: 1px solid #aaaaaa;
}
@media only screen and (max-width: 750px) {
    .concert-contents dl.ticket div {
        display: block;
    }
    .concert-contents dl.ticket dt {
        width: 100%;
    }
    .concert-contents dl.ticket dd {
        width: 100%;
    }
    .concert-contents dl.ticket figure.qr {
        width: 30vw;
        margin-left: 0.5em;
    }
}

.concert-contents .program article {
    width: 46.5%;
    margin-bottom: 2em;
}
.concert-contents .program article h3 {
    background-color: #000000;
    margin-bottom: 1em;
    padding: 0.25em 1em;
    color: #ffffff;
}
.concert-contents .program article h4 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
}
.concert-contents .program article dl div {
    padding-bottom: 0.5em;
}
.concert-contents .program article dl dt {
    width: 4em;
}
.concert-contents .program article dl dd {
    width: calc(100% - 4em);
    padding-left: 1em;
    text-indent: -1em;
}
.concert-contents .program article dl dd:before {
    content: "：";
}
.concert-contents .program article dl:has(+ h4) {
    margin-bottom: 2em;
}
@media only screen and (max-width: 750px) {
    .concert-contents .program article {
        width: 100%;
    }
    .concert-contents .program article h3,
    .concert-contents .program article h4 {
        font-size: 2.8vw;
    }
}

.concert-contents .wrap.org {
    align-items: center;
}
.concert-contents .org figure {
    width: 150px;
}
.concert-contents .org dl {
    width: calc(100% - 170px);
}
.concert-contents .org dl div {
    padding: 0.25em 0;
}
.concert-contents .org dl dt {
    width: 2em;
}
.concert-contents .org dl dd {
    width: calc(100% - 2em);
    padding-left: 1em;
    text-indent: -1em;
}
.concert-contents .org dl dd:before {
    content: "：";
}
@media only screen and (max-width: 750px) {
    .concert-contents .org figure. {
        width: 34vw;
    }
    .concert-contents .org dl {
        width: 100%;
    }
}








