@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.date-tags {
  display: none;
}
/* 画像ボタン化 */
.img-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.img-btn:active {
  position: relative;
  top: 3px;
}
.column-wrap .column-right {
  margin: auto auto;
}
/* ヨンヨンデザイン */
.content {
  /*margin-top: 24px;*/
  margin: 0 auto;
  max-width: 1256px;
}
#content-in {
  /*margin-top: 100px;*/
  width: 100%;
}
.page-id-133 #main {
  padding: 20px 0px;
}
#post-133 .entry-title {
  display: none;
}
.toc {
  display: none;
}
#toc1, #toc2, #toc3, #toc4, #toc5 {
  margin-top: -150px;
  padding-top: 150px;
}
/* トップページ行間 */
.the-box p {
  margin: 0.6em 0;
}
/* ナビゲーション上部固定 */
.header-container {
  position: fixed;
  left: 0;
  background: #fff;
  top: 0px;
  transition: .5s;
  width: 100%;
  padding: 1em;
  z-index: 999;
  box-sizing: border-box;
}
/* ここまで */
/* タイトル、ナビフォント変更 */
.site-name-text, #navi {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/* ナビのデザイン */
.header {
  /*margin-left: 10%;*/
}
.header-container-in.hlt-top-menu .wrap, .wrap {
  width: auto;
}
.header-container-in.hlt-top-menu .logo-header a {
  border-bottom: 0 none;
  border-radius: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  /*height: 90px;*/
  /*line-height: 100px;*/
  margin-left: 0;
  margin-right: 0;
  outline: medium none;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.header-container-in.hlt-top-menu .navi {
  width: inherit;
}
.navi-in > ul li {
  height: inherit;
  line-height: inherit;
}
#navi .navi-in > ul > li > a {
  border-bottom: 0 none;
  border-radius: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  /*height: 90px;*/
  /*line-height: 70px;*/
  margin-left: 0;
  margin-right: 0;
  outline: medium none;
  padding: 1.2em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.navi-in .has-icon {
  top: 50%;
  transform: translate(0, -50%);
}
.navi-in > ul .sub-menu a {
  padding: 1.2em;
  line-height: 1;
  font-size: 14px;
}
.main {
  margin: 0;
}
.related-entry-heading, .comment-title {
  position: relative;
  text-align: center;
}
/* ここまで */
/* hタグ */
.article h2 {
  font-size: 24px;
  color: #303030;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.8em;
  width: 100%;
  text-align: center;
  /* 既存のcssの初期化 */
  background-color: initial !important;
  border-right: initial !important;
  border-left: initial !important;
  border-radius: initial !important;
  color: initial !important;
}
h2:before {
  content: '';
  position: absolute;
  /*bottom: -15px;*/
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
h2:after {
  border-left: initial !important;
}
h3 {
  font-weight: bold !important;
  position: relative;
  line-height: 1.4;
  font-weight: 300 !important;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  border-left: initial !important;
  border-right: initial !important;
  border-top: initial !important;
  border-bottom: initial !important;
}
.article h4 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-weight: 300 !important;
}
/* ここまで */
/* トップページヤフーボタン */
.btn-flat-border-yahoo {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #e60033;
  border: solid 2px #e60033;
  border-radius: 3px;
  transition: .4s;
  font-size: 20px;
}
.btn-flat-border-yahoo:hover {
  background: #e60033;
  color: white;
}
/* ここまで */
/* トップページブログボタン */
.btn-flat-border-blog {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #1e50a2;
  border: solid 2px #1e50a2;
  border-radius: 3px;
  transition: .4s;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 39px;
  z-index: 5;
  position: relative;
}
.btn-flat-border-blog:hover {
  background: #1e50a2;
  color: white;
}
/* ここまで */
/* トップページコンタクトボタン */
.wpcf7 {
  /*width: 80%;*/
  margin-top: 40px !important;
}
input.wpcf7-submit {
  display: inline-block;
  padding: 0.6em 1em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  border: none;
  transition: .4s;
  font-size: 20px;
  background-color: #6e6e6e;
}
input.wpcf7-submit:hover {
  background: #41c9b4;
  color: white;
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  border: solid 1px #6e6e6e;
  /*height: 129px;*/
}
/* ここまで */
.contact-box {
  width: 80%;
  margin: 0 auto;
}
/* トップページ装飾 */
.blog-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-card {
  width: 31%;
  /*max-width: 320px;*/
}
.photoThumb {
  text-align: center;
}
.blog-cat {
  text-align: right;
}
.btn a {
  color: #fff !important;
}
.blog-title {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  height: 70px;
  text-align: center;
}
.blog-title a {
  text-decoration: none;
  color: #333;
}
.the-box .column-wrap .column-right {
  margin: auto 40px;
}
.the-box .column-left {
  margin: auto 20px;
}
.the-box {
  margin: 1em 1em 39px 1em;
}
.large-thumb {
  display: flex;
}
.widget-entry-cards.not-default .a-wrap {
  max-width: 100%;
  width: 33%;
  margin: 20px;
}
.card-content {
  padding: 20px !important;
}
/* フッター調整 */
.footer-left {
  text-align: center;
}
.footer-center {
  text-align: center;
}
/* SNSボタンの色変更 */
.sns-buttons {
  display: initial;
}
.bc-brand-color.sns-follow .twitter-button {
  margin: 20px auto;
}
.bc-brand-color.sns-follow .instagram-button {
  margin: 20px auto;
}
.bc-brand-color.sns-follow .note-button {
  margin: 20px auto;
}
.bc-brand-color.sns-share .instagram-button, .bc-brand-color.sns-follow .instagram-button {
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.post-14 .header {
  background-image: url("../../../../wp-content/uploads/2019/01/IMG_0782.jpg");
  background-size: cover;
  background-attachment: fixed;
}
/* blogページのヘッダー画像 */
.blog-header {
  /*margin-top: 100px;*/
}
.widget-entry-cards.card-large-image .a-wrap {
  max-width: 290px;
  margin: 0 1em 1em 0;
}
/* サイドバーデザイン */
.sidebar {
  margin-top: 100px;
}
.sidebar h3 {
  background-color: initial;
  font-size: initial;
  font-weight: bold !important;
}
/* ブログ記事下関連記事のデザイン */
.related-entry-card-title {
  font-weight: bold !important;
}
/* ポートフォリオのデザイン */
#post-150 .entry-title {
  display: none;
}
#post-150 .new-entry-card-content {
  display: none;
}
#post-150 .large-thumb {
  display: flex;
  flex-wrap: wrap;
}
#post-150 .widget-entry-cards.not-default .a-wrap {
  margin: 0 auto;
  width: 33%;
}
#post-150 a {
  text-decoration: none;
  color: #333;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1030px以下*/
@media screen and (max-width: 1030px) {
  /*必要ならばここにコードを書く*/
  .blog-card {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .navi-in > .menu-header {
    display: flex;
  }
  .navi-in > ul > li {
    margin: 0 1em;
  }
}
/*768px以下*/
@media screen and (max-width: 768px) {
  body {
    font-size: 2.0vw;
  }
  /*必要ならばここにコードを書く*/
  #content-in {
    margin-top: initial;
    width: initial;
  }
  .page-id-133 #main {
    padding: 20px;
  }
  #post-133 .entry-title {
    display: none;
  }
  #toc1, #toc2, #toc3, #toc4, #toc5 {
    margin-top: initial;
    padding-top: initial;
  }
  /* ナビゲーション上部固定 */
  .header-container {
  }
  /* ここまで */
  /* ナビのデザイン */
  .header {
    margin-left: initial;
  }
  .header-container-in.hlt-top-menu .logo-header a {
    border-bottom: initial;
    border-radius: initial;
    font-size: initial;
    font-style: initial;
    font-weight: initial;
    height: initial;
    line-height: initial;
    margin-left: initial;
    margin-right: initial;
    outline: initial;
    padding: initial;
    text-transform: initial;
    transition: initial;
  }
  #navi .navi-in > ul > li > a {
    border-bottom: initial;
    border-radius: initial;
    /*font-size: initial;*/
    font-style: initial;
    font-weight: initial;
    height: initial;
    line-height: initial;
    margin-left: initial;
    margin-right: initial;
    outline: initial;
    padding: initial;
    text-transform: initial;
    transition: initial;
  }
  /* ここまで */
  /* hタグ */
  .article h2 {
    color: #303030;
    font-size: 180%;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.5em 0 1em;
    padding: 0.5em;
  }
  h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
  h2:after {
    border-left: initial !important;
  }
  /* ここまで */
  /* トップページ装飾 */
  .blog-inner {
    /*display: initial;*/
  }
  .blog-cat-title {
    display: flex;
  }
  .blog-card {
    margin-bottom: 50px;
  }
  .blog-title {
    font-size: 14px;
  }
  .fz-14px {
    font-size: 100%;
  }
  .the-box .column-wrap .column-right {
    margin: 0 1em;
  }
  .the-box .column-left {
    margin: 0 1em;
  }
  .the-box {
    margin: initial;
  }
  .large-thumb {
    display: initial;
  }
  .widget-entry-cards.not-default .a-wrap {
    max-width: initial;
    width: initial;
    margin: initial;
  }
  .card-content {
    padding: initial;
  }
  /* フッター調整 */
  .footer-left {
    text-align: initial;
  }
  .footer-center {
    text-align: initial;
  }
  #footer h3 {
    font-size: initial;
    text-align: center;
  }
  /* SNSボタンの色変更 */
  .sns-buttons {
    display: initial;
  }
  .bc-brand-color.sns-follow .twitter-button {
    margin: 20px auto;
  }
  .bc-brand-color.sns-follow .instagram-button {
    margin: 20px auto;
  }
  .bc-brand-color.sns-follow.note-button {
    margin: 20px auto;
  }
  .bc-brand-color.sns-share .instagram-button, .bc-brand-color.sns-follow .instagram-button {
    background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  }
  .post-14 .header {
    background-image: url("../../../../wp-content/uploads/2019/01/IMG_0782.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
  /* blogページのヘッダー画像 */
  .blog-header {
    margin-top: initial;
  }
  /* サイドバーデザイン */
  .sidebar {
    margin-top: initial;
  }
  /* ポートフォリオのデザイン */
  #post-150 .new-entry-card-content {
    display: none;
  }
  #post-150 .large-thumb {
    display: initial;
    flex-wrap: initial;
  }
  #post-150 .widget-entry-cards.not-default .a-wrap {
    width: initial;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  body {
    font-size: 3.5vw;
  }
  #header .site-name-text {
    font-size: 150%;
  }
  .navi-in > ul > li {
    font-size: 60%;
    margin: 0 0.4em;
  }
  .navi-in > ul > li:first-of-type {
    margin-left: 0;
  }
  .navi-in > ul > li:last-of-type {
    margin-right: 0;
  }
  .entry-content {
    margin: 0;
  }
  .article h2 {
    font-size: 130%;
  }
  .container .column-wrap > div {
    padding: 0;
  }
  .the-box .column-left {
    margin: 0;
  }
  .the-box .column-wrap .column-right {
    margin: 0;
  }
  .contact-box {
    width: 100%;
  }
  .blog-card {
    width: 47%;
  }
  .blog-ex {
    font-size: 90%;
  }
  .wpcf7 {
    width: 100%;
  }
  .nwa .author-box {
    max-width: 100%;
  }
  .widget-entry-cards.card-large-image .a-wrap {
    max-width: 100%;
    margin: 0;
  }
}