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

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

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

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

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


.wrap {
  width: 950px;
}

.body {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em !important;
}

@media screen and (max-width: 480px) {
    /* 本文・メニュー */
    body,
    .menu-content,
    .menu-content *,
    /* テーブル */
    .wp-block-table.alignfull table,
    .wp-block-table.alignfull th,
    .wp-block-table.alignfull td {
        font-size: 15px !important;
    }
}

.navi .item-label {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
}

.skin-grayish .footer h3 {
	font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
	font-weight: 600 !important;
    margin-top: 0em;
	margin-bottom: 0.5em;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 600;
	letter-spacing: 0.08em !important;
}

.skin-grayish .navi-in .search-menu-icon {
    color: var(--skin-grayish-site-sub-color);
}

.skin-grayish .sub-caption  {
    font-weight: 500 !important;
}

.skin-grayish.front-top-page .skinadd-topmv-scroll {
    font-weight: 600 !important;
}

@media screen and (width <= 1023px) {
    .skin-grayish.front-top-page .mobile-header-menu-buttons.mobile-menu-buttons:not(.has-logo-button)>.menu-button {
		height: 100%;
        background-color: var(--topHeaderNaviBgColor);
    }
}

:is(.is-style-secondary-box,.secondary-box) {
	color: var(--cocoon-text-color);
    background-color: var(--skin-grayish-gradient);
}

.is-style-secondary-box, .secondary-box {
    padding: 20px;
}

/************************************
** 装飾
************************************/

.circle {
  width: 130px;
  height: 130px;
  background-color: #f0f0f1;
  border-radius: 50%;
  margin: 0 auto .4em;
  text-align: center;
  line-height: 125px;
  font-size: 75px;
  color: #9e9e9e;
}


/************************************
** フォーム（Contact Form 7）
************************************/

.cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px dashed #ccc;
  transition: all .3s;
}

.cf-area:last-child {
  border-bottom: none;
}

.cf-area dt {
  width: 170px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}

.cf-area dd {
  flex: 1;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .cf-area {
    display: block;
  }

  .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
  }
}

.cf-required {
  background: #b91e23;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-submit-block {
  text-align: center;
}

.wpcf7-submit-block input.wpcf7-submit {
  display: inline-block;
  background: #101a22;
  width: 300px;
  height: 60px;
  margin: 20px 0 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.wpcf7-submit-block input[type="submit"]:hover {
  opacity: 0.85;
}

.wpcf7-submit-block input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.entry-title {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 5px;
}

.article h5,
.article h6 {
    margin-top: 0em;
}