/*
  Skin Name: タカダ歯科医院
  Description: haisha-t.com
  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: #32A866; */

  /* cocoonの色 */
  --cocoon-thin-color: #32A866;
  --cocoon-x-thin-color: #66bf97;
  --cocoon-xx-thin-color: #d4ede4;
  --cocoon-xxx-thin-color: #d4ede4;
}

/* page-top */
.go-to-top-button {
  color:#fff;
  background-color: rgb(23 42 134 / 80%);
}

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

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

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

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

.logo-wrapper {
  display:flex;
  flex-direction: row;
  align-items: center;
  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 {
  width:100%;
  max-width:240px;
  padding:10px 0;
  margin-left: auto;
}

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

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

  .header-description {
    font-size: 10px;
    text-align:justify;
  }

  .logo-wrapper {
    flex-direction: column;
  }

  .tel-header {
    max-width:200px;
    margin:10px 0 0;
  }
}

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

@media screen and (max-width: 834px){
  .appeal {
    aspect-ratio: 16 / 9;
  }
}

.appeal-in.wrap{
  display: block;
  min-height: auto;
  padding: 3% 2%;
}

.appeal-content {
  display: block;
  width: fit-content;
  max-width: 740px;
  padding: 1em 1.5em;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(255 255 255 / 80%);
  border-radius: initial;
}

.appeal-title {
  margin:0;
  font-size: 2em;
  font-weight: 700;
}

.appeal-message {
  margin:0;
  font-size:1em;
  font-weight:400;
}

@media screen and (max-width: 834px){
  .appeal-title {
    font-size: 1.2em;
  }
  
  .appeal-message {
    font-size:0.8em;
  }
}

/* navi */
.navi {
  font-weight:500;
}

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

.content {
  margin-top: 20px;
}

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

/* 見出し */
/* .article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border:none;
} */

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

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

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

.copyright {
  margin-top: 40px;
}
