@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin-top: 0;
}

.p-page-header__title {
    margin-bottom: 12px;
}

.p-page-header__title, .p-cover__header-title {
    color: #ffffff;
    font-size: 32px;
}

.p-page-header__title .p-cover__header-title {
    font-family: var(--tcd-font-type2);
}

.p-page-header__title {
    margin-bottom: 12px;
}


.p-service-cat-header {
    display: flex;
    width: 100%;
}

.p-page-header {
    font-weight: 500;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    width: 600px;
    height: 200px;
}

.p-page-header__sub, .p-cover__header-sub {
    color: #ffffff;
    font-size: 16px;
}

.vertical-middle{
  vertical-align: middle; /* 上下中央に寄せる */ 
}

.page .logo-header {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
