@charset  'utf-8';

/* - general
 ------------------------------------------------------------ */
.concert-series-report[class*=grid] {
    margin: 118px 0 0 0;
}
.concert-series-report {
    font-size: 14px;
    padding: 0;
    color: #3e3e3e;
    background-color: #fff;
}
.concert-series-report .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report [class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.concert-series-report .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}
.concert-series-report [class*=-equalHeight] > [class*=col].for-mobile {
    display: block;
}
.concert-series-report [class*=-equalHeight] > [class*=col].for-pc {
    display: none;
}
.concert-series-report .for-mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.concert-series-report .for-pc {
    display: none;
}

.concert-series-report a:hover {
    opacity: .7;

        filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
}

/* header
--------------------------------------------- */


.concert-series-report header {
    position: relative;
    width: 100%;
    min-height: 298px;
    margin: 0 auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.concert-series-report h1 img {
    display: block;
    width: 500px;
    margin: 2em auto;
}

/* intro
--------------------------------------------- */
.concert-series-report .intro {
    padding: 0 2em;
}
.concert-series-report .intro h2 {
    font-size: 1.35em;
    margin: 2em 0 0;
    text-align: center;
}
.concert-series-report .intro h2 span {
    font-size: 80%;
    display: block;
}
.concert-series-report .intro p {
    margin: 1em auto;
    text-align: center;
}


/* album
--------------------------------------------- */
.concert-series-report .album {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}
.concert-series-report .album h2 {
    font-size: 1.3em;
    /* font-weight: normal; */
    margin: 1em 0;
    text-align: center;
}
/* feedback
--------------------------------------------- */
.concert-series-report .feedback {
    width: 100%;
    margin: 0 auto;
}

.concert-series-report .feedback h3 {
    margin: 2em 0;
    text-align: center;
}
.concert-series-report .feedback h5 {
    margin: 1em 0;
    text-align: center;
}
.concert-series-report .feedback a {
    display: block;
    text-align: center;
    color: #555;
}
.concert-series-report .feedback img {
    width: 140px;
    border-radius: 50%;
}
.concert-series-report .feedback p {
    font-size: .95em;
    padding: 1em;
    border-radius: 10px;/* border: 1px solid #dedede; */
}
/* next
--------------------------------------------- */
.concert-series-report .next-pub {
    width: 100%;
    margin: 0 auto;
}
.concert-series-report .next-pub .pre {
    background-color: #e0ebf5;
}
.concert-series-report .next-pub .next {
    background-color: #fbfbf3;
}
.concert-series-report .next-pub .pre .inner {
    padding: 1em;
}
.concert-series-report .next-pub .next .inner {
    padding: 1em;
}
.concert-series-report .next-pub .inner h5 {
    margin: 2em 0 0 0;
    text-align: center;
}
.concert-series-report .next-pub .inner p {
    font-size: .92em;
    font-weight: bold;
    line-height: 1.2;
    margin: .3em 0 0 0;
    text-align: center;
}
.concert-series-report .next-pub .inner p span {
    font-size: 90%;
    display: block;
}
.concert-series-report .next-pub .inner img {
    padding: 8px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.passato {
    width: 100%;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    background-color: #f4f4f4;
}
.passato .wrap {
}
.passato .wrap .co-item .inner {
    margin: 1em 0;
    background-color: #ffffffc7;
    padding: 1em;
}
.passato .wrap .co-item a {}
.passato .wrap .co-item h5 {
    margin: .5em 0;
    font-size: 1.1em;
}
.passato .wrap .co-item p {
    margin: .5em 0;
}
.passato .wrap .co-item span {
    display: block;
}


/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width:540px) {
}

/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:569px) {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .concert-series-report .free {
        display: inline-block;
    }
    .concert-series-report a:not(.noBox) {
        /* display: inline-block; */
    }
    .concert-series-report {
        font-size: 16px;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
}

/* - ## x >= 1281px
 ------------------------------------------------------------ */
@media screen and (min-width:1281px) {
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    right: 20px;
    bottom: 120px;
}
#page-top
a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px;
    background: #d9d8c8;
}
#page-top
a:hover {
    text-decoration: none;
    background: #b89fae;
}

/* - .socialIcon
 ------------------------------------------------------------ */
.socialIcon {
    width: 100%;
    padding: 0 1em;
}
.socialIcon .flex-container {
    display: -webkit-flex;
    display:         flex;
    max-width: 500px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;

    -webkit-justify-content: center;
            justify-content: center;
}
.socialIcon .flex-container .social {
    width: 80px;

    -webkit-justify-content: center;
            justify-content: center;
    align-content: space-between;
}
.fb-like {
    top: -2px;
}
