/*
 Theme Name:     OnePress TTH
 Template:       onepress
 Theme URI:      https://example.com/
 Author:         あなたの名前
 Author URI:     https://example.com/
 Description:    OnePressの子テーマです。
 Version:        1.0
*/

/* 親テーマのスタイルを読み込む場合、functions.phpを使います */

/* CSS Document */

/*common*/

#primary{
    padding: 0!important;
    width: 100%;
    min-width: 100%;
    border: 0 transparent solid!important; 
}
html body .container {
        width: 100%!important;
    min-width: 100%!important;
        max-width: 100%!important;
    /*margin: 0!important;*/
    padding: 0!important;
    }

.wp-block-image {
    margin: 0 0 0!important;
}

.entry-content {
    margin-bottom: 0px!important;
}
html,body{
    margin: 0;
    padding: 0;
}
.entry-content img{
    display: block;
}
.size-full{
    display: block!important;
}


.site-content{
 /*     display: flex;
  align-items: stretch;
  min-height: 100vh;*/
}

#masthead{
    background-color: transparent;
}
    .content-area {
        float: none;
    }

@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}


html {
  scroll-behavior: smooth;
}
