/*
 Theme Name:   Twenty Fourteen Cstm
 Description:  Custom Theme based on Twenty Fourteen
 Author:       Tomowo Morikawa
 Author URI:   https://twitter.com/cody_moon/
 Template:     twentyfourteen
 Version:      1.0.001
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-cstm
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body *{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif,Meiryo-UI, メイリオ,'ＭＳ Ｐゴシック', 'MS PGOTHIC';
    font-family: 'Noto Sans Japanese','Century Gothic', CenturyGothic, AppleGothic, sans-serif,Meiryo-UI, メイリオ,'ＭＳ Ｐゴシック', 'MS PGOTHIC';
}
body {
    background-color: #fffffe;
}
.site{
    margin:0 auto;
    background-color:transparent;
}
.sp-only{
    display:none;
}

.logo-cstm-outer{
    position: absolute;
    top:1%;
    width:100%;
    z-index: 500;
    text-align: center;
}
.logo-cstm{
}
h1.entry-title-cstm{
    margin:5px 0 0 5px;   
}
.site-title-cstm{
    position: relative;
    display: inline;
    float: none;
    padding: 0;
    margin: 0;
}
.site-title-cstm a,.site-title-cstm a:visited{
    color:transparent;
    font-size:7px;
    /*font-weight: 500;*/
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    /*letter-spacing:3.5px;*/
}    
.logo-kana{
    display: block;
    padding-bottom: 15px;
}

.entry-title {
    font-size: 33px;
    padding-top:10px;
    border-bottom:1px solid #54A66B;
    text-transform:inherit;
}
.comments-link{
    display:none;
}
.author {
    display:none;
}

.header-main{
    background-color: #E8D77A;
    min-height:15px;
    text-align: right;
    font-size: 12px;
    line-height: 15px;
    padding:5px 10px;
    border-bottom: #c77405;
}
.sub-header{
    color: #777;
    font-weight: normal;
}
.sub-header-open{
    background-color: #fffffe;

}
.sub-header-open h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.widget,.widget a,.widget-title, .widget-title a {
    color: #000;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta{
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.entry-content{
    padding:5px;
}
.entry-header .entry-meta{
    display:none;
}

.page-content{
    margin: 0 10px 10px 10px;
    max-width: 100%;
    padding: 10px 10px;
}

#main{
    background-repeat: repeat;
}
#primary {
    margin:10px 10px 30px 10px;
    padding-top:0px;
}
#secondary {
    background-color:transparent;
}
.site-footer{
    background-color:#54A66B;
    text-align: center;
}
.content-area{
    padding:0;
}
.archive-header, .page-header {
    color:#54A66B;
    margin: 0;
    padding-top:5px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 16px;
}
.full-width .page-header {
    padding-left: 0;
    padding-bottom :5px;
}    
.page-header-black{
    color:#000;
}
.post{
    background-color: #fff;
}

.hentry{
    margin-bottom:20px;
}

.full-width .hentry {
    margin-top: 5px;
    padding-left:5px;
}
/*
* pickup
*/

.pickup-all {
    margin:10px 10px 10px 10px;
    display: table;
}
.pickup-outer{
    display: table-cell;
    width:100%;
    width:440px;
}
.pickup-outer:nth-child(1),.pickup-outer:nth-child(2){
    padding-right: 10px;
}
.pickup{
    background-color: #fffffe;
    padding:0px;
    /*min-height:350px;*/
}
.pickup-bottom {
    height:100px;
}
/* pickup block */
.pickup-contents-title{
    font-weight: bold;
    padding:0px 10px 0 10px;
}
.pickup-contents-date{
    font-weight: bold;
    padding:0px 10px 10px 10px;
}
.pickup-contents-readmore{
    padding: 0 10px 0 10px;
    float: right;
    top: -122px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    background-color: #54A66B;
}
.pickup-contents-readmore:hover{
    background-color: transparent;
}
.pickup-contents-readmore a{
    color: #FFFFFE;
    text-shadow: 1px 1px 1px #000;
    font-size: 15px;
}
.pickup-contents-readmore a:hover{
    color: #54A66B;
}
.pickup-photo {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: top center;
    width:100%;
    height: 300px;
}
.photo-portrait{
    background-position: center center;
    background-size: contain;
}
.photo-horizontal{
    background-position: center center;
    background-size: cover;
}
.pickup-photo-noanimate {
    padding: 0;
    margin: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

/*
* pickup ブロックここまで
*/


/**
* animate (for photo)
*/
.photo-animate{
    -moz-animation: anime1 10s linear 3s infinite alternate;    
    -webkit-animation: anime1 10s linear 3s infinite alternate;    
    -ms-animation: anime1 10s linear 3s infinite alternate;    
    animation: anime1 10s linear 3s infinite alternate;    
}
@-moz-keyframes "anime1" {
    0% {background-position:top center;}
    100% {background-position:bottom center;}
}
@-webkit-keyframes "anime1" {
    0% {background-position:top center;}
    100% {background-position:bottom center;}
}
@-ms-keyframes "anime1" {
    0% {background-position:top center;}
    100% {background-position:bottom center;}
}
@keyframes anime1 {
    0% {background-position:top center;}
    100% {background-position:bottom center;}
}
/**
* animate ここまで（未使用 2016/04/03)
*/

/*
* Arrow List
*/
ul.entry-list-cstm{
    margin:0 0 5px 10px;
    padding:10px 10px 10px 10px;
    list-style-image: url("http://rhapsody.tokyo/wp-content/themes/twentyfourteen_cstm/img/list-icon.png");
}
ul.entry-list-cstm li {
    position: relative;
    padding-left: 5px;
}
ul.entry-list-cstm li::after,
ul.entry-list-cstm li::before {
    display: block;
    content: '';
    position: absolute;
}
ul.entry-list-cstm li::after {
    /*    top: .65em;
        left: -0.9em;
        width: 14px;
        height: 14px;
        background-color: #54A66B;
        border-radius: 0%;*/
}
ul.entry-list-cstm li::before {
    /*    z-index: 2;
        top: .925em;
        left: -.675em;
        width: 4px;
        height: 4px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);*/
}
ul.entry-list-cstm li h1.entry-title-cstm {
    font-size:15px;
    display: inline;
    margin-left: -3px;
}
ul.entry-list-cstm li .entry-title-cstm {
    font-size:15px;
    display: inline;
}
ul.entry-list-cstm li .entry-meta-cstm {
    padding-right: 10px;
}
/*
* end Arrow List
*/

/*
*スケジュールページ関連
*/

/* スケジュールナビゲーション */
.sc-nav-outer{
    min-width:100%;
    display: table;
}
.sc-nav{
    display: table-cell;
    width:100%;
}
.sc-this-month{
    display: table-cell;
    padding-right:40px;
    font-weight: 500;
}
.sc-past-month{
    float:left;
}
.sc-next-month{
    float:right;
}
.sc-past-month a ,.sc-next-month a{
    font-size:15px;
}

/* schedule body */
.schedule-body{
    padding-right: 20px;
}
ul.schedule-list{
    list-style-type: none;
    min-width: 720px;
    margin:0;
    padding:0;
} 
li.schedule-list-element{
    background-color: #fffffe;
    display:table;
    margin:0 0 10px 0;
    padding:0;
}

/* schedule block */
.schedule-box-day{
    display: table-cell;
    padding: 10px;
    min-width: 50px;
    background-color: #54A66B;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.schedule-box-weekday{
    background-color: #54A66B;
}
.schedule-box-saturday{
    background-color: #418391;
}
.schedule-box-sunday{
    background-color: #FA9E15;
}
.schedule-box-day span{
    color:#000;
}
.schedule-box-day1{
    font-size: 30px;
}
.schedule-box-day2{
    font-size: 20px;
}
.schedule-box-day1{
    font-size: 30px;
}
.schedule-box-contents{
    display: table-cell;
    width: 100%;
    max-width: 400px;
    background-color: #FFFFFE;
    padding: 10px;
    line-height: 20px;
    vertical-align:top;
}
.schedule-contents-title{
    font-weight: bold;
}
.schedule-contents-artists{
    font-weight: bold;
    color:#418391;
}
.schedule-contents-open{
}
.schedule-contents-price{
}
.schedule-contents-ticket{
}
.schedule-contents-readmore{
    padding-top: 10px;
    padding-right: 10px;
    float: right;
}
.schedule-box-photo{
    display:table-cell;
}
.schedule-photo {
    padding: 10px 20px 10px 30px;
}
.schedule-soldout{
    background-position: center center;
    background-repeat: no-repeat;
}
/*end スケジュールページ関連*/

/**
* スケジュール個別ページ
*/
.sc-single {
    background-color:#fffffe;
    margin:10px;
    margin-left: 0;
    padding:10px 10px 0 10px;
    word-break:break-all;
}
.sc-single .s-body{
    /*background-color: #E8D77A;*/
    padding: 10px;
}
.sc-single .s-title {
    font-size:25px;
    font-weight:bold;
    padding-bottom:10px;
    border-bottom: 1px solid #54A66B;
}
.sc-single .s-list{
    padding:0;
    margin:0;
    list-style-type:square;
    list-style-position	: inside;
}
.sc-single .s-content-outer {
    padding:10px 0;
    margin-bottom: 5px;
}
.sc-single .s-list li {
    padding:3px 10px 3px 0px;
    border-bottom: 1px dotted #eee;
}
.sc-single ul.s-list {
    margin:0 0 14px 10px;
    padding:10px 20px 10px 20px;
    list-style-type: none;
}
.sc-single ul.s-list  li {
    position: relative;
}
.sc-single ul.s-list  li::after,
.sc-single ul.s-list  li::before {
    display: block;
    content: '';
    position: absolute;
}
.sc-single ul.s-list  li::after {
    top: .55em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #54A66B;
    border-radius: 0%;
}
.sc-single ul.s-list  li::before {
    z-index: 2;
    top: .825em;
    left: -.975em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s-backto{
    padding: 0 10px 0 10px;
    float: right;
    bottom: 1.5em;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    background-color: #54A66B;
    margin-right: 10px;
}
.s-backto:hover{
    background-color: transparent;
}
.s-backto a{
    color: #FFFFFE;
    text-shadow: 1px 1px 1px #000;
    font-size:15px;
}
.s-backto a:hover{
    color: #54A66B;
}
.s-image-outer{
    display:table;
}
.s-image img{
    display: table-cell;
}
.s-image-caption{
    position: relative;
    display:block;
    float:left;
    bottom:30px;
    margin-left:10px;
    height:30px;
    text-shadow:1px 1px 1px #000;
    color:#fffffe;
    font-size:10px;
}

#info-outer{
    margin:0 0 10px 0px ;
    background-color: #fffffe;
    padding:5px;
}
#side-bar-event{
    margin: 0 0 20px 0px;
    background-color: #fffffe;
    padding: 10px 5px;    
}
#side-bar-event p{
    margin-top:5px;
    text-align: center;
}
#side-bar-event a{
    font-size:14px;
}
#side-bar-event iframe{
    width:97%;
}
.widget{
    width:auto;
}
.sc-now{
    width: 100%;
}
.sc-now-planing {
    font-weight: 600;
    white-space: nowrap;
    background-color: #fffffe;
    padding: 10px;
}
.soldout-icon{
    font-weight: bold;
    color:#fffffe;
    background-color:red;
    border-radius:3px;
    padding:1px 5px;
    font-size:12px;
}

@media screen and (min-width: 1008px){
    .site{
        margin:0 auto;
    }
    #secondary {
        float: right;
        width: 360px;
        margin: 10px 10px 0 0;
    }
    .site:before {
        width:0px;
        background-color: inherit;
    }
    .site-content, .site-main .widecolumn {
        margin-left: 0;
    }
    .entry-header{
        padding-top:20px;
    }
    .masthead-fixed .site-header {
        position: inherit;
        top: 0;
    }
}



@media screen and (min-width: 846px) {
    .content-area, .content-sidebar {
        padding-top: 20px;
    }
}
@media screen and (min-width: 673px){
    .content-area {
        width: auto;
    }
}

@media screen and (min-width: 783px) {
    #secondary, #supplementary {
        padding: 0 0px;
    }
    .masthead-fixed .site-main {
        margin-top: 0;
    }
    .masthead-fixed .site-header {
        position: inherit;
        top: 0;
    }
    #main{
        margin-top: 0px;
        padding-top: 10px;
    }
    .primary-navigation .nav-menu {
        display: block;
    }
    .primary-navigation{
        position: absolute;
        z-index: 501;
        top: 55px;
        right: 60px;
        font-size: 16px;
        font-weight: normal;
    }
    .primary-navigation li {
        display: block;
        height: 24px;
        line-height: 24px;
    }
    .site-navigation a {
        font-weight: normal;
        text-transform: none;
    }
    .site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
        color: #55d737;
        font-weight: normal;
    }
    .full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright{
        margin-right: 10px;
    }
    .admin-bar.masthead-fixed .site-header {
        top:inherit;        
    }
}

@media screen and (min-width: 1023px) {
    #primary {
        width:660px;
    }
    ul.schedule-list {
        min-width:100%;
    }
    .schedule-body{
        padding-right:0;
    }
    .full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .full-width .page-header {
        padding-left: 0;
        padding-bottom :5px;
    }    
    .full-width .pickup-title{
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 1024px) {
    .pickup-title{
        padding-left: 10px !important;
    }
    .page-header {
        padding-left: 0;
        padding-bottom :5px;
    }    
    .logo-cstm img{
        width:9em;
    }
    #primary {
        /*width:100%;*/
        float:none;
    }
    .full-width .hentry {
        margin-top: 5px;
        padding-left: 0px;
    }
    .site-content .entry-header, .site-content .entry-content{
        padding: 10px;
    }
    .full-width .hentry {
        padding-left: 10px;
    }
    #secondary{
        padding:0 10px;
        border-style: none;
    }
    .logo-cstm-outer{
        top:0px;
    }
    .primary-navigation {                         
        top:5px;
    }
    .sc-nav-outer{
        min-width:97%;
        display: table;
        padding-right: 20px;
    }
    .schedule-body{
        padding-right: 20px;
    }
}
@media screen and (max-width: 780px) {
    #primary , #secondary{
        margin-left:0px;
        margin-right:0px;
        margin-bottom:10px;
        padding-left:0px;
        padding-right:0px;
        background-color:transparent;
        width:98%;
        border-style: none;
    }
    .schedule-body{
        padding-right: 0px;
    }
    #secondary {
        float: none;
        margin-top:0px;
    }

    .pickup-all {
        display: block;
    }
    .pickup-bottom {
        /*height:auto;*/
    }
    .masthead-fixed #site-header {
        top:0;
        z-index:-999;
        height:71px;        
    }
    #site-header a img{
        height:90px;
        width:100%;
    }


    .pickup-outer{
        display: block;
        min-width: 100%;
        margin-bottom:20px;
        width:auto;
        padding:0;
    }
    .pickup-photo{
    }
    .pickup
    {
        padding:0px;
        min-height:0px;
    }
    #main{
        padding-top: 10px;
    }

    .logo-cstm-outer{
        position: absolute;
        z-index: 500;
        text-align: left;
    }
    .logo-cstm img{
        width:55%;
        height:auto;
        margin:10px;
    }
    .site-title-cstm{
        display: block;
        margin-top:-14px;
    }
    .site-title-cstm a,.site-title-cstm a:visited{
        font-size: 1px;
        color: transparent;
    }
    .menu-toggle {
        z-index: 9999;
    }
    .entry-meta-cstm,  #masthead,  .logo-kana{
        display:none;
    }
    .primary-navigation {
        padding-top:0;
    }
    .primary-navigation.toggled-on {
        padding: 0;
    }
    .primary-navigation.toggled-on .nav-menu {
        background-color: #000;
        padding: 10px;
        z-index:9999;
    }
    .site-navigation li {
        line-height: 13px;
    }

    ul.schedule-list{
        list-style-type: none;
        width:auto;
        margin:0;
        padding: 0 0 0 10px;
        min-width: 0;
    }
    .schedule-body{
        width:auto;
    }
    .schedule-box-contents{
        min-width: 100%;
        /*width:auto;*/
        word-break:break-all;
    }
    .entry-meta-cstm,  .schedule-box-photo{
        display:none;
    }
    .sc-nav-outer {
        min-width: 0;
        margin: 10px 0;
        width:auto;
    }        
    .page-header{
        margin:10px 0px 0px 10px;
        border-style:none;
        padding:0;
    }
    .post{
        margin-left: 10px
    }
    .list-view .site-content .hentry {
        border-style:none;
        margin: 0 0 0 10px;
        padding: 12px 0 9px;
    }
    .schedule-box-day {
        padding:0;
    }
    .schedule-box-day1 {
        font-size: 20px;
    }
    .schedule-box-day2 {
        font-size: 15px;
    }
    ul.entry-list-cstm{
        margin:0 0 0px 10px;
        padding:0px 20px 0px 20px;
        list-style-type: none;
    }

    .sc-single {
        background-color:#fffffe;
        margin:10px;
        padding:10px;
        width:auto;
        word-break:break-all;
    }
    .sc-single .s-title {
        font-size:18px;
        font-weight:bold;
    }
    .sc-single .s-list{
        padding:0;
        margin:0;
        list-style-type:square;
        list-style-position	: inside;
    }
    .sc-single .s-content-outer {
        margin-bottom: 5px;
    }
    .sc-single .s-list li {
        padding:3px 10px 3px 0px;
    }
    .s-backto{
        bottom: 1.0em;
        margin-right: 0px;
    }
    .pc-only{
        display:none;
    }
    .sp-only{
        display:inherit;
    }

    #info-outer,#side-bar-event{
        margin-left: 10px;
    }
    #primary #content .entry-content {
        padding:5px;
    }
    img.alignright{
        float: none;
        margin-left: 0;
    }
}


@media screen and (max-width: 640px){
    .pickup-photo{
        height: 320px;
    }
    .list-view .site-content .hentry{
        /* padding-top:20px; */
    }
}

@media screen and (min-width: 1200px) {
    #primary {
        width:820px;
    }
}
