/*
  Skin Name: kensetusyosi.com
  Description: 三河建設業許可代行センター
  Skin URI: 
  Author: e-nets
  Author URI: https://e-nets.co.jp
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/

/* ブレイクポイント一覧メモ
 * 1023px, 834px, 480px
 */

:root {
  /* カスタムプロパティ */
  --main-color: #006eb0;

  /* cocoonの色 */
  --cocoon-thin-color: #deeeff;
  --cocoon-x-thin-color: #eff7ff;
  --cocoon-xx-thin-color: #e5f2ff;
  --cocoon-xxx-thin-color: #dbedff;
}

/* page-top */
.go-to-top-button {
  color:#fff;
  background-color: rgba(23, 42, 134, 0.8);
}

.go-to-top-button:hover {
  opacity:.9;
  color:#fff;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* ヘッダー
=============================================================*/
.header-description {
  font-size: 14px;
  color: #666;
  width:100%;
  text-align:center;
  background-color: #f4f5f7;
  padding:0 .5em
}

.header-in {
  padding:0 20px;
}

.logo-wrapper {
  align-items: center;
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  margin:10px 0;
}

.logo-image {
  max-width:320px;
  padding:0;
}

.logo-image span, .logo-image a {
  display: inline;
  max-width: 100%;
  padding:0;
}

.logo-image .site-name-text {
  font-size: 0;
}

.logo-image img {
  display:block;
  width:100%;
  height:auto;
}

.tel-header {
  margin-left: auto;
  width:100%;
  max-width:280px;
}

.tel-header img{
  width:100%;
  height:auto;
  display:block;
}

@media screen and (max-width: 834px){
  .header-in {
    padding:0 4%;
  }

  .header-description {
    font-size: 12px;
  }

  .logo-wrapper {
    flex-direction: column;
  }
  .tel-header {
    margin:10px 0 0;
    max-width:200px;
  }
}

/* アピールエリア（メイン場像） */
.appeal {
  width:100%;
  height:auto;
  max-width:1256px;
  margin: 20px auto 0;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 3 / 1;
}

.appeal-in.wrap{
  display:none;
}

/* コンテンツ
=============================================================*/

.content {
  margin-top: 20px;
}

/* 固定ページは投稿日を表示しない */
.page .date-tags {
  display: none;
}

/* 見出し */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.25;
  font-weight: bold;
}

/* サイドバー
=============================================================*/

.sidebar {
  font-size:.88em;
}

.side-profile-photo {
  width:100%;
  background-image: url(images/profile.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 3;
  margin:10px 0;
}

.side-profile {
  margin:10px 0;
}

/* フッター
=============================================================*/

.copyright {
  margin-top: 40px;
}
