/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



// パソコン向け
@media (min-width: 576px) {
div.alignfull.ystdb-section.has-background-image{
       height: 650px;
  }
}

// スマホ向け
@media (max-width: 575px) {
div.alignfull.ystdb-section.has-background-image{
   height: 500px;
}
}


.archive__item.is-simple .archive__meta {
    display: none;
}

/* カラムの順番変更スマホ向け*/

@media (max-width: 575px) {
    .column01,.column03,.column05{
        flex-direction: column-reverse;
    }      
}  


/* C*/
.footer-poweredby {
    font-size: .65rem;
    display: none;
}