@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
    max-width: 110px;
}
a:hover {
    color: #E27544;
}
.s {
    font-size: 0.85em;
}
.ss {
    font-size: 0.7em;
}
#footer,
#header-container,
#header-container .navi {
    background-color: transparent;
}
#header-container {
    padding-top: 5px;
}
.fixed-header {
    background: #FFF !important;
    padding: 5px;
}
.article h1 {
    color: #EB7D54;
    padding: 0;
    margin-bottom: 2em;
}
.article h1 span {
    font-size: 0.7em;
    color: #8E2700;
}
.article h2 {
    color: #222 !important;
    background: none !important;
    padding: 0;
    margin-bottom: 1em;
}
.article.disco h2 {
    font-size: 1.8em;
}
.home h3 {
    margin-bottom: 10px;
}
.article h3 {
    border: none;
    font-size: 18px;
    Padding: 5px 12px;
    background: rgba(233,70,9,.2);
    color: #666;
    font-weight: normal;
    margin-bottom: 1em;
}
.single-schedule .article h3 {
    background: none;
    color: #E94609;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.6em;
}
.postid-424 .article h3,
.postid-487 .article h3 {
    border: none;
    font-size: 18px;
    Padding: 5px 12px;
    background: rgba(233,70,9,.2);
    color: #666;
    font-weight: normal;
    margin: 2em 0 1em;
}
.article h4 {
    font-size: 16px;
    color: #EB7D54;
    font-weight: normal;
    border-top: 2px solid #EB7D54;
    border-bottom: 2px solid #EB7D54;
}
.home section {
    margin-bottom: 1em;
}
section#video {
    text-align: center;
    margin-bottom: 3em;
}
section#video h3 {
    text-align: left;
}
.title-sub {
    color: #E94609;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.4em;
}
.single-disco .jk {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}
.single-disco .jk img {
    border: 1px solid #FFF;
    box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.9);
}
.single-disco .detail {
    padding: 15px;
    font-size: 1.1rem;
    margin: 5px 0;
    color: #555;
    border-top: 3px double #F3B69F;
    border-bottom: 3px double #F3B69F;
}
.single-disco .detail ol {
    list-style: none;
    margin: 0;
}
.single-disco .detail ol li {
    margin: 0 0 5px;
    line-height: 1.4em;
}
.single-disco .buyarea {
    background: #eefaff;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.single-disco .buyarea img {
    margin: 5px;
    max-width: 100px;
    box-shadow: none;
}
.single-disco .buyarea a {
    box-shadow: none !important;
}
.single-disco .buyarea a img {
    opacity: 0.6;
}
.single-disco .buyarea a:hover img {
    opacity: 1;
}
.single-disco article ul {
    margin-left: 10px;
    list-style: decimal;
}
.single-disco article ul li {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    padding: 5px;
    position: relative;
}
.single-disco article ul li:after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -3px;
    width: 101%;
    height: inherit;
    border-bottom: 1px solid #ccc;
}
#concert ul,
#whatsnew ul,
ul.ConcertList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#concert ul li,
#whatsnew ul li {
    line-height: 1.6em;
    padding: 15px;
    background: linear-gradient(45deg, rgba(250, 237, 232, 0.3),rgba(241, 206, 193, 0.3));
    margin-bottom: 1em;
    border-radius: 10px;
}
#concert ul li {
    background: linear-gradient(45deg, rgb(241, 206, 193 / 0.1), rgb(250, 237, 232 / 0.2), rgb(250, 237, 232 / 0));
    text-align: center;
    padding: 25px 15px;
}
ul.ConcertList li {
    padding: 15px;
    line-height: 1.6em;
    border-bottom: 1px solid #CCC;
}
ul.ConcertList li:last-child {
    border-bottom: none;
}
ul.ConcertList li p {
    margin-bottom: 10px;
}
.category-news dl {
    margin: 10px;
}
.category-news dt {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.category-news .article dd {
    margin: 0 0 1em;
    padding: 0;
}
.category-news .content-bottom,
.tax-list_schedule .content-bottom {
    display: none;
}
.concertinfo dl {
    margin: 0;
}
.concertinfo dl dt {
    font-size: 0.7em;
    color: #FFF;
    background: #E94609;
    padding: 0 5px;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-bottom: 0;
}
.concertinfo dl dd {
    margin: 0 0 10px;
}
.concertinfo dl dd:last-child {
    padding-bottom: 1em;
}
.page .date-tags {
    display: none;
}
.flyer-img {
    max-width: 80%;
    margin: 1em auto;
}
.flyer-img p {
    text-align: center;
    font-size: 0.7em;
    margin: 0 auto 10px;
}
.have-aside.post-inner aside {
    padding: 15px;
    width: 100%;
    background: linear-gradient(45deg, rgb(241, 206, 193 / 0.7), rgba(250, 237, 232, 0.1));
}
.post-inner aside ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.post-inner aside ul li {
    border-bottom: 1px solid #FFF;
    margin: 5px;
    line-height: 2em;
    width: 94%;
    letter-spacing: 0.02em;
    display: inline-block;
    vertical-align: middle;
}
.post-inner aside ul li a {
    color: #8E2700;
}
.post-inner aside ul li a:hover {
    color: #E27544;
}
#concert .concert-flyer {
    text-align: center;
    margin: 0 auto;
}
#concert img {
    width: 70%;
    max-width: 300px;
}
.moreinfo {
    font-size: 0.8em;
    margin: 0 0 3em;
}
.moreinfo a {
    color: #8E2700;
}
.moreinfo a:hover {
    color: #E27544;
}
.pager-post-navi a figure {
    min-width: 60px;
    max-width: 60px;
}
.pager-post-navi a figure img.no-image {
    display: none;
}
.widget h2 {
    font-size: 20px;
    text-align: center;
    margin: 2em auto 1em;
    color: #707070;
}
.textwidget {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.post-type-archive-schedule .content-bottom {
    display: none;
}
.menu-drawer li {
    font-size: 1.1em;
    border-bottom: 1px solid #CDDD;
}
.menu-drawer li li {
    border-bottom: none;
}
.menu-drawer a {
    padding: 10px;
}
.navi-footer-in > .menu-footer li {
    border-left: none;
}
.navi-footer-in > .menu-footer li:last-child {
    border-right: none;
}
.navi-footer-in a {
    color: #666;
    text-decoration: none;
    display: block;
    font-size: 16px;
}
.navi-footer-in a:hover {
    font-size: 20px;
    background: none;
}
.pager-post-navi {
    margin: 50px 0;
    border-top: 3px solid #EEE;
    border-bottom: 3px solid #EEE;
}
.pager-post-navi a figure,
.pager-post-navi a.prev-next-home span {
    display: none;
}
.icon .fa-external-link-alt:before {
    content: none;
}
.navi-footer-in > #menu-sns.menu-footer {
    width: 300px;
    margin: 0 auto;
}
ol.tokuten {
    list-style: none;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*834px以上*/
@media screen and (min-width: 834px) {
    /*必要ならばここにコードを書く*/
    .article h1 {
        padding: 10px 0 0;
    }
    .jk-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    .jk {
        width: 40%;
    }
    .detail {
        width: 56%;
    }
    #concert ul,
    #whatsnew ul,
    .ConcertList li,
    .concert-flyer-wrap,
    ol.tokuten {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #whatsnew ul li,
    ol.tokuten li {
        width: 48%;
        padding: 25px 15px;
    }
    #concert ul li {
        width: 32%;
    }
    .content-bottom,
    .content-top {
        margin: 1em;
    }
    .category-news .article dd {
        margin: 0 0 2em;
    }
    .concert-flyer-wrap {
        margin-bottom: 0;
    }
    .concert-txt,
    dl.concertinfo {
        width: 70%;
    }
    .flyer-img img {
        text-align: center;
        margin: 0 auto 10px;
        max-width: 200px;
    }
    .have-aside.post-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .have-aside.post-inner .entry-content {
        width: 75%;
    }
    .have-aside.post-inner aside {
        padding: 15px;
        width: 22%;
        margin-left: 2%;
    }
}
/*1023px以上*/
@media screen and (min-width: 1023px) {
    /*必要ならばここにコードを書く*/
    #concert ul li,
    #whatsnew ul li {
        padding: 35px 15px;
    }
    #concert ul li {
        width: 30%;
    }
}

/*480px以下*/
@media screen and (max-width: 833px) {
    /*必要ならばここにコードを書く*/
    #concert ul li:last-child {
        display: none;
    }
}
