@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.timeline-box {
    border: none;
}

table a{
  word-break: break-all;
}

.k-img-waku1 img {
    box-shadow: 0px 4px 6px 1px #ccc;
    padding: 10px;
    border-top: 1px solid #f3f3f3;
}

/* sidebar */

#sidebar{
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 19px;
}

.sidebar h3 {
  padding: 2px;
  color: #736d71;
  background-color: transparent;
  letter-spacing: 2px;
  border-bottom: 2px solid #dab8aa;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 0;
}


#sidebar .widget{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
}


#sidebar .widget_categories ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#sidebar .widget_categories ul li:last-child {
  border: none;
}

#sidebar .widget_categories ul li a {
  position: relative;
  padding-left: 30px;
}

#sidebar .widget_categories ul li a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 6px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
  top: 24px;
  color: #dab8aa;
}


#sidebar .widget_categories ul .children li{
  border: none;
}

#sidebar .widget_categories ul .children li:last-child{
  margin-bottom: 10px;
}

#sidebar .widget_categories ul .children li a {
  padding: 5px 0;
  padding-left: 30px;
}

#sidebar .widget_categories ul .children li a:before {
  content: "・";
  position: absolute;
  left: 2px;
  width: 5px;
  height: 1px;
  font-size: 24px;
  line-height: 0;
  /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
  top: 18px;
}



/* mobile-menu-buttons */

.mobile-menu-buttons{
  background-color: #dab8aa;

}

.mobile-menu-buttons .menu-button > a {
  color: #fff;
}

.mobile-menu-buttons .menu-icon {
  color: #fff;
}

.mobile-menu-buttons .menu-caption {
  color: #fff;
}

.mobile-menu-buttons .menu-button:hover {
  background-color: #ccc;
}



/* sidebar mobile */

#sidebar-menu-content .widget_categories ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#sidebar-menu-content .widget_categories ul li:last-child {
  border: none;
}



#sidebar-menu-content .widget_categories ul .children li{
  border: none;
}

#sidebar-menu-content .widget_categories ul .children li:last-child{
  margin-bottom: 10px;
}

#sidebar-menu-content .widget_categories ul .children li a {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 30px;*/
}


/* navi mobile */

#navi-menu-content ul.menu-drawer li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#navi-menu-content ul.menu-drawer li:last-child {
  border: none;
}

#navi-menu-content ul .sub-menu{
  margin: 0;
}

#navi-menu-content ul .sub-menu li{
  border: none;
}

#navi-menu-content ul .sub-menu li:last-child{
  margin-bottom: 10px;
}

#navi-menu-content ul .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 30px;*/
}

/* logo mobile */

@media screen and (max-width: 768px){
  .logo-header img{
    max-width: 80%;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 480px){
  .logo-header img{
    max-width: 65%;
  }
}



/* article */

.marker-under {
  background: linear-gradient(transparent 60%, #f4e7ba 60%);
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 500;
}



/* toc */

.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
  background: #f9f9f9;
}




/* 囲みボタン */

.btn-wrap.btn-wrap-teal > a,
.btn-wrap.btn-wrap-l > a{
  background-color: #119786;
}

@media screen and (min-width: 769px){
  .btn-wrap.btn-wrap-l > a{
    margin-left: 2em;
    margin-right: 2em;
  }
}



/* 囲みボタン */

.cta-box{
  background-color: #455561;
}




/* footer */

.footer h3.footer-title{
  font-family: 'Quicksand', "Meiryo", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic",sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #f5dd90;
  /*padding-bottom: 5px;*/
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

#footer .logo-footer a:hover{
  background-color: rgba(255,255,255,0);
}


@media screen and (min-width: 769px){
  #footer .widget_nav_menu ul li {
    border-bottom: 1px dotted #fff;
  }

  #footer .widget_nav_menu ul li:last-child {
    border: none;
  }

  #footer .widget_nav_menu ul li a {
    position: relative;
    padding-left: 30px;
  }

  #footer .widget_nav_menu ul li a:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 6px;
    line-height: 0;
    width: 14px;
    height: 1px;
    padding-left: 2px;
    font-size: 0.85rem;
    /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
    top: 24px;
    color: #fff;
  }


  #footer .widget_nav_menu ul .sub-menu li{
    border: none;
  }

  #footer .widget_nav_menu ul .sub-menu li:last-child{
    margin-bottom: 10px;
  }

  #footer .widget_nav_menu ul .sub-menu li a {
    padding: 5px 0;
    padding-left: 30px;
  }

  #footer .widget_nav_menu ul .sub-menu li a:before {
    content: "・";
    position: absolute;
    left: 2px;
    width: 5px;
    height: 1px;
    font-size: 24px;
    line-height: 0;
    /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
    top: 18px;
  }
}



/* pre code */
.entry-content pre {
  max-height: 350px;
}


#sidebar-scroll .toc-widget-box {
    max-height: 60vh;
    overflow-y: auto;
}

.toc-widget-box::-webkit-scrollbar,
pre::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.toc-widget-box::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15);
    /*border-radius: 5px;*/
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
}

.toc-widget-box::-webkit-scrollbar-track, pre::-webkit-scrollbar-track {
    background: rgba(0,0,0,.03);
    border-left: solid 1px #dddddd;
    border-right: solid 1px #f2f2f2;
}

pre {
    background-color: #f5f6f7;
    border: 1px solid #ddd;
    overflow: auto;
    padding: 10px;
}


/*カテゴリーラベル*/
.cat-label {
  padding: 1px 10px;
  background-color: rgba(218, 184, 170, 0.8);
  border: 0;
  border-radius: 30px;
}


/*カテゴリーリンク*/
.cat-link {
    background-color: #dab8aa;
}


/*トップメイン見出しボーダー*/
.list-title-in:before, .list-title-in:after {
  background-color: #736d71;
}


/*トップもっと見るボタン*/
.list-more-button {
  color: #dab8aa;
  border: solid 2px #dab8aa;
}

.list-more-button:hover {
  background-color: #F9F3F1;
  color: #dab8aa;
}


/*サイドバーウィジェット*/
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
  color: #736d71;
}

.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
  background-color: #F9F3F1;
  color: #736d71;
}


/*投稿記事内見出しスタイル*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
  line-height: 1.5;
  color: #dab8aa;
  font-weight: 600;
  margin: 0 0 2em 0;
}

.article h2 {
  position: relative;
  padding: 0.5em;
  background: #dab8aa;
  color: white;
  border-radius: 0px;
}

.article h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(140, 115, 105);
}

.article h3 {
  border-left: 5px solid #dab8aa;
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 0.2em 0.7em;

}

.article h4 {
  border: none;
  border-bottom: 2px dotted #dab8aa;
  padding: 0.5em 0;
}

.article h5 {
  border: none;
  border-bottom: 3px double #dab8aa;
  padding: 0.5em 0;
}
.article h6 {
  border: none;
  border-bottom: 1px solid #dab8aa;
  padding: 0.5em 0;
}


/*ブログカードラベル*/
.blogcard-label {
  background-color: #dab8aa;
}


/*エントリーカード*/
.a-wrap {
  color: #736d71;
}
.a-wrap:hover {
  color: #736d71;
  background-color: #F9F3F1;
}


/*目次スタイル*/

.toc {
  display: block;
  padding: 0px;
  max-width: 600px;
  border: 1.2px #dab8aa solid !important;
  font-family: 'Noto Sans JP', sans-serif;
}

.toc-title {
  position: relative;
  padding: 10px 0;
  background: #dab8aa;
  color: #fff;
  font-weight: bold;
}

.toc .toc-content {
  padding: 15px 20px;
  background-color: #fff;
}

.toc a {
    color: #736d71;
}

.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  color: #928b90;
  margin-left: -10px;
}

.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
}

.article .toc-list > li li {
  list-style: none;
}

.toc {
  font-family: "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


/*ページ送りスタイル*/
.pagination-next-link {
  background-color: #dab8aa;
  color: #fff;
  border: none;
  border-radius: 30px;
}

.pagination-next-link:hover {
  background-color: #E6D0C6;
  transition: all 0.5s ease;
  color: #fff;
}

.page-numbers {
  color: #dab8aa;
  border: 1px solid #dab8aa;
  border-radius: 50%;
}
.pagination .current {
  background-color: #dab8aa;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  background-color: #dab8aa;
  color: #fff;
}

a.prev, a.next {
  display: none;
}

/* addquicktag-origi_style */

.k-txt_bold{
    font-weight: bold;
}

.k-txt_red{
    color: #dc2f2f;
}
.k-txt_redb{
    color: #dc2f2f;
    font-weight: bold;
}
.k-marker_under{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 55%, #fbfb9d 55%) repeat scroll 0 0;
}

hr.k-line_style1 {
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #fff;
}
hr.k-line_style2 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}

.k-box_style1 {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}
.k-box_style2 {
    background: #ffdbdb;
    border: 1px solid #fec9c9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}
.k-box_style3 {
    background: #f2f2d6;
    border: 1px solid #eeeebd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.k-links_box a{
    text-decoration: none;
}
.k-links_box::before {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 0.9em;
    margin: 0 3px 0 2px;
}
.k-links_box {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*cursor: pointer;*/
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 15px 12px;
    /*text-align: center;*/
    touch-action: manipulation;
    vertical-align: middle;
    /*white-space: nowrap;*/
}
.k-links_box:hover {
    /*background-color: #e6e6e6;
    border-color: #adadad;*/
    color: #333;
}

.k-links_box.focus, .k-links_box:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}

.k-box_style1 p,
.k-box_style2 p,
.k-box_style3 p{
    margin:8px 0!important;
}

.shironuki-box_g {
    border: 2px solid #b6bfa7;
    margin: 1em 2%;
    border-radius: 4px;
    padding: 1.5em 1em 0.3em 1em;
}

.pr-label-l {
  border: 1px solid #736d71;
  color: #736d71;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  #slide-in-sidebar-scroll .toc-widget-box ol.toc-list li ol{
      margin: 10px 0 0 0;
  }
  #slide-in-sidebar-scroll .toc-widget-box ol li{
      margin: 0 0 10px 0;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

  

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

.entry-title, .article h2, .article h3, .article h4, .article h5, .article h6 {
margin: 2.4em 0 1em;
}

#appeal {
   height:calc(100vw * 0.3);
}

.ad-area {
  overflow: visible;
}

.page-numbers {
  width: 48px;
  height: 48px;
  line-height: 48px;
}


}
