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




/************************************
** 子テーマ用のスタイルを書く
************************************/

body{
font-family: Lato,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
line-height: 1.5;
color: #545b63;
word-wrap: break-word;
background: #f7f7f7
}

.psac-post-slider.psac-design-1 .psac-post-overlay {
    top: 80% !important;
}

body {
    background-color: #FFFFFF;
}

.page .date-tags{
    display: none;
}

/************************************
** HEADERナビ
************************************/

#navi .navi-in a{
font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 100% !important;
    padding: 0 10px;
}
.navi-in > ul {
    justify-content:flex-end;
}

.header-container-in.hlt-top-menu {
    height: 80px;
}
.header-container-in.hlt-top-menu .logo-header{
    margin-top: 10px;
}

.navi-in > ul li {
    display: block;
    width: auto;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.archive .main, .home .main {
    margin-right: 0px;
    padding: 20px 0px
}


.list-new-entries{
    display:none;
}

/************************************
** HEADER コンタクト
************************************/


.header-contact {
    background-color: #22b573;
}
.header-contact-in {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    align-content: flex-end;
    color: #FFFFFF;
    font-size: 92%;
}


.header-contact-in > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items:center;
    height: 30px;
}
.header-contact-in > ul li{
    padding-left: 10px;
    line-height: 28px;
    height: 30px;
}

.header-contact a{

    color: #FFFFFF;
    font-size: 120%;
}


/************************************
** カードレイアウト
************************************/

.widget-entry-cards .a-wrap{
    padding: 20px;
}
.ect-3-columns .entry-card-wrap {
}
.ect-3-columns {
    justify-content: flex-start
}
.ect-entry-card .entry-card-title {
    padding: 10px 10px 10px;
    font-size: 20px
}
.ect-entry-card .entry-card-snippet {
    padding: 0px 10px 10px;
    line-height: 1.6
}
#list a.entry-card-wrap {
    transition: all .2s linear
}
#list a.entry-card-wrap:hover {
    transform: translate(0px, -7px);
    -webkit-transform: translate(0px, -7px);
    -moz-transform: translate(0px, -7px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}
.archive .ect-3-columns .entry-card:hover,
.home .ect-3-columns .entry-card:hover,
.archive .ect-2-columns .entry-card:hover,
.home .ect-2-columns .entry-card:hover {
        box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        background-color: white;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;

}
.archive .ect-3-columns .entry-card, .home .ect-3-columns .entry-card, .archive .ect-2-columns .entry-card, .home .ect-2-columns .entry-card {
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
    margin: 0;
    padding: 5px 10px 30px
}
.archive .ect-entry-card .entry-card-wrap, .home .ect-entry-card .entry-card-wrap {
}
.archive .ect-entry-card .entry-card-thumb, .home .ect-entry-card .entry-card-thumb {
    line-height: 1
}
.entry-card-meta, .related-entry-card-meta {
    bottom: 5px;
    right: 10px
}
.ect-3-columns .entry-card-snippet {
    max-height: 12em
}
.entry-card-title,
.card-title,
.related-entry-card-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.archive .entry-card-snippet, .archive .related-entry-card-snippet {
    color: #686868;
    border-radius: 5px;
    padding: 10px;
    font-size: 0.7em;
    max-height: 7.8em;
    line-height: 1.3;
    overflow: hidden
}


/*カードタイトル*/
.entry-card-title, .related-entry-card-title {
    line-height: 1.4;
    font-weight: bold
}

/************************************
** 本文
************************************/

.is-border img{
    border: 1px solid #CCC;
}
.is-margin5.wp-block-columns{
    margin-bottom: 1em;
}
.is-margin5 .wp-block-image{
    margin-bottom: 0;
}
.is-margin5 .wp-block-column:not(:first-child) {
        margin-left: 1em;
}

h1 {
    color: black;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 50px !important;
}

h1:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}
h1 span.fa{
    display: none;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 1em;
}
.article h2 {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-bottom: 5px solid #000000;
    padding-bottom:  15px;
    margin-bottom: 2em;
}

.article h3 {
    position: relative;
    border: none;
    padding-left: 0;
}

.article h3:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    height: 6px;
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #000 2px, #000 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #000 2px, #000 4px);
}


.wp-block-cover{
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
    padding: 40px;
}
.wp-block-cover__inner-container{
    max-width: 1000px;
    margin: 0 auto;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/************************************
** SNSマーク丸
************************************/

.sns-share-message{
    font-weight: bold;
    color: #499eda;
}
.sns-share-buttons {
    justify-content: center;
}
.sns-share-buttons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 8px;
}
.sns-share.ss-high-and-low-lc a .button-caption, .sns-share.ss-high-and-low-cl a .button-caption{
    display:none;
}

.sns-share-buttons a {
    border-radius: 50%;
    margin: 5px;
}
#main .sns-share a {
    height: 35px;
    width: 35px;
    margin-bottom: 0.5em;
}
.sns-share-buttons {
    justify-content: center;
}
.social-icon {
    font-size: 15px;
}

/************************************
** ページ送り
************************************/
.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }

.page-numbers{
    border: none !important;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 80%;
    color: #666 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: all .1s ease;
    background-color: #ffffff;
}

.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
    background-color: #22b573; /* マウスオーバー時の背景色 */
    color: #fff !important;
}

.pagination .current, .pager-links .current{
    background-color: #f5f6f7;
    color: #fff;
}

/************************************
** コメント
************************************/

.comment-respond { /*入力欄全体の枠*/
    border: 2px solid #72c7e6;
    margin-top: -2px;
}
.comment-respond p {
    margin: 1em 0;
}
#commentform { /*フォーム部分の枠*/
    padding: 20px;
}
p.comment-notes { /*注意書きの文字サイズ*/
    font-size: 14px;
}
p.form-submit {
    margin: 2em 0 1em 0;
}
#commentform input[type="text"], #commentform textarea { /*入力スペースの装飾*/
    padding: 11px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
    background: #e2e2e2; /*入力スペースの背景色*/
}
#commentform input[type="submit"] { /*送信ボタンの装飾*/
    -webkit-appearance: none;
    padding: 11px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    background: #72c7e6;
    color: #fff;
    border: none;
    font-size: 16px;
    transition: 0.5s;
}
#commentform input[type="submit"]:hover { /*送信ボタンのマウスホバー時*/
    background: #49add1;
    transition: 0.5s;
}

.comment-list {
    border: 2px solid #72c7e6;
    padding: 0;
    border-radius: 10px 10px 0 0;
}
.comment-title {
    margin: 0;
    font-size: 24px;
    background: #72c7e6;
    color: #fff;
    padding-left: 20px;
    font-weight: normal;
}
.comment-title:before {
    font-family: FontAwesome;
    content: '\f27b';
    color: #fff;
    margin-right: 4px;
}
.commets-list {
    padding: 20px 20px 0 20px;
}
.commets-list > li {
    border-top: 2px dashed #72c7e6;
    margin: 30px 0;
    padding-top: 20px;
}
.commets-list > li:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.commets-list .children {
    border-left: 2px solid #ccc;
    margin: 0;
}
.commets-list .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.st-comment-content {
    background: #e2e2e2;
    padding: 2px 10px;
    margin: 20px 0 6px 0;
    border-radius: 10px;
    position: relative;
}
.st-comment-content::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2 transparent;
    border-width: 0 20px 20px 0;
}
.st-comment-content p {
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.5em;
}
.comment-reply-link {
    color: #fff;
    border: none;
    border-radius: 20px;
    background: #72c7e6;
    padding: 1px 12px;
    transition: 0.5s;
}
.comment-reply-link:hover {
    color: #fff;
    background: #49add1;
    transition: 0.5s;
}
.commets-list .st-comment-body {
    margin-bottom: 0;
}

/************************************
** 新着記事表示
************************************/

.new-entry-cards.large-thumb {
    display: flex;
    flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
    width: 33.333%;
}

/*768px以下*/
@media screen and (max-width: 768px){
    .new-entry-cards.large-thumb a {
        width: 50%;
    }
}

/*/480px以下/*/
@media screen and (max-width: 480px){
    .new-entry-cards.large-thumb a {
        width: 100%;
    }
}


/************************************
** レスポンシブテーブル（DL）
************************************/

dl.dlTable {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
dl.dlTable dt {
    flex-basis: 20%;
    padding: 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
}
dl.dlTable dd {
    flex-basis: 80%;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
}
@media screen and (max-width: 559px) {
    dl.dlTable  {
        flex-flow: column;
    }
}
/************************************
** タグデザイン
************************************/

.tagcloud a,
.widget-index-top .code-widget a{
    background: none;
    border: 1px solid #ccc; 
    border-radius: 20px;
    color: #555;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 16px;
    margin: 2px;
    flex: auto;
    justify-content: space-between;
}
.tagcloud a:hover,
.widget-index-top .code-widget a:hover{
    background: #362f3c;
    border: 1px solid #000;;
    color: #fff;
    -webkit-transition:0.5s;
    transition: 0.5s;
}
.tag-caption span{
	display: none;
}
.tag-caption::before{
	content: '#';
}

.widget-index-top{
	padding-bottom: 40px;
	border-bottom:1px solid #000;
}


.sidebar h3,
.footer-mobile h3,
.main-widget-label{
    background: none;
    font-size: 18px;
	font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
	display: block;
}
.sidebar h3::before,
.sidebar h3::after,
.footer-mobile h3::before,
.footer-mobile h3::after,
.main-widget-label::before,
.main-widget-label::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 1px solid #444d53; /*ラインの色*/
}
.sidebar h3::before,
.footer-mobile h3::before,
.sidebar h3::before,
.main-widget-label::before{
    left: 0;
}
.sidebar h3::after,
.footer-mobile h3::after,
.sidebar h3::after,
.main-widget-label::after{
    right: 0;
}
.main-widget-label{
	margin: 40px auto;
}
.widget-index-top{
	margin: 40px auto;
}
.entry-content .main-widget-label {
    display: block !important;
  }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

.wrap {
    width: 1000px;
    margin: 0 auto;
}

/*1023px以下*/
@media screen and (max-width: 1023px){

    .header-container{
        display: none;
    }
    .wrap {
        width: 800px;
        margin: 0 auto;
    }
    .admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons {
        margin-top: 50px;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
    .wrap {
        width: auto;
    }
        .new-entry-cards.large-thumb a {
            width: 49%;
    }
    .new-entry-cards.large-thumb a:nth-of-type(3n) {
        display: none;
    }
    .wp-block-columns{
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
}

/*751px以内 スマホだけ*/
@media screen and (min-width: 751px){
    a[href^="tel:"] { /* スマホ以外電話できない */
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    
  }

