/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

body {
    color: #3C2F41;
    font-family: "M PLUS 1", sans-serif;
    font-size: 90%;
}
@media only screen and (min-width: 768px) {
    body {
        font-size:100%;
    }
}

.entry-content p {
    margin: .8em 0;
}

.entry-content img {
    margin: 0;
}

/*ヘッダー*/

.header {
    background:#e8e8e8;
}

/*ロゴ*/
#logo {
    font-family: "DotGothic16";
    margin: .5em .5em 0;
}

#logo a {
    color: #7DB9DE;
}

#logo a:hover {
    color: #ffffff;
    background: initial;
}

/*メニュー*/
.header .nav li a {
    background: #e8e8e8;
    color: #7DB9DE;
    font-family: 'Kiwi Maru';
    margin-left: initial;
    display:block;
    min-width: 75px;
    text-align:center;
}

.header .nav li a:hover {
    color: #ffffff;
    background:#ededed;
}

.header .nav li+ li {
    border-left: 2px dotted #7DB9DE66;
}

/*メニュー_ハンバーガー非表示上部固定*/

header label#formenubar {
    display: none;
}
header label#nav-back {
    display: none;
}
.header .nav li a:before {
    display: none;
}
  
.header{
    position: sticky;
    top: -40px;
}
  
header nav {
    transition: none;
    visibility: visible;
    position: relative;
    overflow-y: visible;
    right: auto;
    -webkit-transition: none;
            transform: none;
    z-index: 100;
    opacity: 1;
    width: 100%;
    height: auto;
    padding-top: 0;
    background: transparent;
}
  
header nav ul.nav {
    overflow-y: visible;
    scrollbar-width: none;
    height: 100%;
    padding-top: 0; 
    padding-bottom: 0; 
    background: #e8e8e8;
    box-shadow: none;
    display: flex;
    justify-content: center;
}
  
/*幅広768px以上*/
@media only screen and (min-width: 768px) {
    .header .nav li a {
        min-width: 120px;
    }
    .header{
        top:-135px;
    }
}

/******
見出し
******/

h2, h3, h4, h5 ,h6 {
    font-family: "Kiwi Maru", serif,  cursive;
    letter-spacing: 1px;
    padding: 0;
}

h3::before,  h4::before,  h5::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*見出しh2*/
article h2 {
    border-bottom: initial;
}
  
h2, .h2 {
    border:none;
    font-size: 135%;
    text-align: center;
    letter-spacing: 0.1rem;
}

h2 span {
    border-top: 6px double #7DB9DE;
    padding: 7px 15px;
}

h2 span::before {
    margin-right: 2px;
    font-family: "Noto Emoji";
    font-weight: 700;
    content: "🦕";
}
  
h2 span::after {
    margin-left: 2px;
    font-family: "Noto Emoji";
    font-weight: 700;
    content: "🦕";
}

/*見出しh3*/
h3 {
    font-size: 130%;
    border-bottom: 3px solid #7db9de66;
}
  
h3.wp-block-heading::before {
    content: "\f520";
}

/*見出しh4*/
h4 {
    font-size: 130%;
}

/*見出しh5*/
h5 {
    font-size: 110%;
    margin: 0 0 1em;
}

.h6-bkm {
    margin: auto;
    font-size: 90%;
    display: inline-block;
    position: relative;
    padding: .1em .9em;
    border-radius: 2px;
    background-color: #7DB9DE66;
    color: #3C2F41;
}

/************
見出しここまで
************/

/*リンク*/
a, a:visited {
    color: #1E88A8;
}

a:hover, a:visited:hover {
    color: #1E88A8;
    background: #E87A904d;
}

a:hover, a:visited:hover {
    text-decoration: none;
}

/*ページネーションカラー*/
.pagination.single a[rel=prev], .pagination.single a[rel=next] {
    color: #1E88A8;
}

/*日付カラー*/
.update .wrap .byline.vcard, .post-date {
    color: #E87A90;
}

/*moreボタン*/
a.more-link {
    background:#1E88A84d;
    color: #fff;
}

/*to top*/
a#totop {
    bottom: 8px;
    right: 8px;
    background: #1E88A8;
    border-radius: 20px;
}

/*footer*/
.footer {
    background-color: transparent;
}

/*********
追加パーツ
*********/

/*ボタン*/
.button-49 {
    text-align: center;
    margin: 1.5em .5em;
}
.button-49 a {
    padding: .9em 2em;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #1e88a89a;
    background-color: #1e88a89a;
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
    .button-49 {
        text-align: start; /*PC(758px以上)で中央寄せしない*/
    }
}

/*ボタンホバー*/
.button-49 a:hover,.open-ac:hover{
    box-shadow:0 0 0 2px #E87A9066;
    background-color: #E87A9066;
    transition: .3s;
}

/*白方眼ボックス*/
.box-003 {
    max-width: 100%;
    margin: 1em auto;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #e3e0e3 50%, #e3e0e3), linear-gradient(90deg, transparent calc(100% - 1px), #e3e0e3 50%, #e3e0e3);
    background-size: 15px 15px;
    background-repeat: repeat;
    background-color: #f1f1f1;
    border-radius: 10px;
}

/*同人誌下のボタン*/
.buttons-book{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}

.buttons-book a {
    padding: .3em 1.5em;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #1E88A880;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.buttons-book a:hover {
    background-color: #E87A9066;
    color: #fff;
}

/*************
topページ用追加
*************/

/*top更新履歴*/
.top-update li a span.news_title {
    display: none;
}

.top-update {
    list-style: none;
    display:inline-block;
    border:none;
    margin:0 20px 0 0;
    padding:0px;
}

.top-update li a span{
    color:#3C2F41;
}

.top-update li a span.news_date::before {
    content: '\f2f1  ';
    font-family: 'Font Awesome 5 Free';
    font-weight:bold;
}

.wp-block-easel-shortcode-top{
    text-align:center;
    margin-top:1em;
}

/*sitemap用のテーブル*/
table.table-sitemap{
    margin-bottom: 0;
}

.table-sitemap tr{
    background-color: transparent;
    border-bottom: none;
}
.table-sitemap tr:nth-child(even) {
    background-color: transparent;
}

.table-sitemap th{
    background-color: transparent;
    border-right: none;
    border-bottom: none;
}

/*bookmarklist*/
.bkmlist{
    display:flex;
    list-style:none;
    flex-wrap:wrap;
    padding-left:5px;
}
.bkmlist li+ li {
    border-left: 1px solid #958282;
}
.bkmlist li a{
    margin:0 0.5rem;
}
ul {
    margin: 0.5em 0;
}

/**********
イラスト一覧
**********/

/*複数画像時にサムネにアイコン表示*/
.has_multiple_images::after {
    position: absolute;
    content: '\f24d';
    font-family: "Font Awesome 5 Free";
    top: 0%;
    right: 15%;
    color: #fff;
    font-size: 180%;
    filter:drop-shadow(0 0 5px #000000)
}

/*PCでショートコードsmallサムネ1列7個*/
@media only screen and (min-width: 1030px) {
    .shortcode-illust.small li {
        width: calc(100%/7 - 3px);
        height: 134px;
    }
    .shortcode-illust.small li:not(:nth-of-type(6n)) {
        margin-right: 0;
    }
    .shortcode-illust.small li:not(:nth-of-type(7n)) {
        margin-right: 3.5px;
    }
}

.shortcode-illust li figure img,.shortcode-illust li section {
    border-radius:10px;
    width: 95%;
    height: 95%;
}

/************
クリスタシェア
************/
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 141.89%;
    height: 0;
    overflow: hidden;
}
  
@media only screen and (min-width: 1030px) {
    iframe {
        position: static;
        width: 485px;
        height: 686px;
    }
    .iframe-wrapper {
        position: static;
        padding-bottom: 0;
        height: auto;
        overflow: visible;
    }
}