@charset "UTF-8";
/*
Theme Name: パーソナルトレーニングジム５選
Template: cocoon-master
*/

body{

}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text{
    font-size: 14px;
    font-weight: bold;
}

.navi-in > ul li{
    width: auto;
    padding-left: 20px;
}

.navi .item-label, .navi .item-description{
    font-size: 14px;
}


.gym-mv{
    width: 100%;
    height: 30vh;
min-height: 600px;
    background: url("images/mv_bg.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;

}


.gym-mv:before{
    content: '';
    display: block;
    position: absolute;
    background: url("images/mv_line.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30vh;
    min-height: 600px;
    width: 100%;
    z-index: 1;
}

.gym-mv__logo{
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    position: relative;
    z-index: 10;
    
}

.gym-mv__logo a{
    display: block;
}

.home .entry-header{
    display: none !important;
}


.article-header h1 {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    margin-right: auto;
    font-size: 1.5em;
    color: #000;
    text-shadow: none;
    padding: 1em;
}

.article-header > .eye-catch-wrap{
    display: none !important;
}

.article h2:before{
    display: none;
}

.article h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #dd3333;
    width: 0;
    height: 0;
  }

  .article h3.wp-block-heading{
    border-color: #000;
  }

  .article h3.wp-block-heading:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
  }

  .wp-element-button{
    background: #000;
    font-size: .8em;
  }

  .wp-element-button:hover{
    color: #fff;
    background: #dd3333;

  }

  .no-margin{
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin: 0 !important;
  }

  .footer-bottom-logo{
    display: none;
  }

  .menu-footer{
    display: block;
    width: 100%;
    text-align: center;
  }

  .is-style-primary-box, .primary-box, .sp-primary, .primary {
    color: #000;
    background-color: #ececec;
    border-color: #ececec;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

figure.wp-block-table table,
.main figure.wp-block-table{
    width: 100% !important;
}

table tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
}

.entry-header .date-tags{
    display: none;
}

.speech-balloon{
    line-height: 1.6;
}

aside{
    padding: 1em;
}

.sidebar h3,
.sidebar h2{
    background: #000;
}

.wp-block-latest-posts__list a,
.widget_nav_menu ul li a{
    color: #000;
}
.wp-block-latest-posts__list li,
.widget_nav_menu ul .menu-item{
    border-bottom: 1px solid #eee;
}


@media screen and (max-width: 834px){
    #header .site-name-text {
        font-size: 12px;

    }
}



  @media screen and (max-width: 480px){
    #header .site-name-text {
        font-size: 10px;
    }

    .header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link{
        line-height: 12px;
    }

    .gym-mv{
    min-height: 300px;
    }
    
    
    .gym-mv:before{
        min-height: 300px;

    }

    .has-large-font-size{
        font-size: 20px !important;
    }

    .has-medium-font-size{
        font-size:18px !important;
    }
    
}


  @media screen and (max-width: 834px){
  .navi-footer-in > .menu-footer li.menu-item{
    width: 100%;
  }

}