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

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


/* よく検索されているタグ */
.yokuken-tag {
	padding:0px 30px 10px 30px;
}
.yokuken-tag a {
    display: block;
    background: #89c7d6;
    text-decoration: none;
    color: #fff;
    margin: 5px 0px;
    padding: 10px 25px;
    border-radius: 5px;
}



/* SNS */

.sns-wrap {
    width: 100%;
    text-align: left;
    padding: 5px;
    font-size: 20px;
    font-weight: lighter;
}
.sns-icon1 {
    width: 100%;
padding: 9px 30px 4px 60px;
    border: 1px solid #1c1e21;
    margin: 10px 0;
    line-height: 0px;
}
.sns-icon2 {
    width: 100%;
padding: 9px 30px 4px 60px;
    border: 1px solid #467cf2;
    margin: 10px 0;
    line-height: 0px;
}
.sns-icon3{
	width: 100%;
padding: 9px 30px 4px 60px;
    border: 1px solid #1c1e21;
    margin: 10px 0;
    line-height: 0px;
}

.sns-wrap img {
    width: 30px;
    vertical-align: middle;
    margin-right: 7px;
	    margin-bottom: 5px;
}
.sns-wrap a {
	text-decoration:none;
}




/*トップページ*/

.logo {
	text-align:left;
}
.tagline {
    position: absolute;
    top: 58px;
    left: 320px;
}

#navi-in {
    padding:7px 0;
}
.logo-image {
    padding: 10px 0 0 0;
}

.hd-right {
text-align: right;
    top: -70px;
    position: relative;
    right: 0;
	height: 0px;
}

.hd-right a {
    color: #1351AA;
    padding: 17px 30px 20px 30px;
    text-decoration: none;
    background-color: #D0A98F;
    color: #fff;
    border-radius: 6px;
    border-top: 10px solid #fafafa;
	    margin-left: 10px;
}
.hd-right a:hover {
background:#b39682;
}


.fa-solid {
    display: flow-root!important;
    font-size: 30px;
    margin-bottom: 12px;
}
.navi-in > ul {
    padding: 7px 0;
}
.navi-in a {
	height: 60px;
}
.item-labe {
    overflow: inherit!important;
    line-height: 15px;
}
.navi .item-label, .navi .item-description {
    overflow: inherit!important;
    line-height: 15px;
}

#navi {
	border-radius: 0px;
}

.list-top-wrap {
	margin:0;
 	align-items: center; 
    display: flex;
}
.list-top-title {
	font-size:x-large;
}
.dotted{
 background-image : linear-gradient(to right, #000 2px, transparent 2px);
 background-size: 10px 2px;
 background-repeat: repeat-x;
width: 80%;
    line-height: 2px;
    margin: 0 0 0 23px;
}

.list-top-wrap i {
    color: #D0A98F;
    font-size: xx-large;
}

#custom_html-14 {
    position: relative;
    top: -11px;
    background: #f6f4e6;
    width: 109%;
    height: 90px;
    margin: -10px 0px 20px -30px;
    padding: 22px 0px 0px 9px;
}

/*エントリーカード*/
.entry-card-snippet, .related-entry-card-snippet {
    font-size: 14px;
	color: #a8a8a8;
}
.post-date, .post-update, .post-author, .amp-back {
    text-align: right;
    display: inline-block;
    color: #919191;
    font-size: 14px;
}
.edata-wrap {
	text-align:right;
}
.tag-link {
    color: #fff;
    margin-right: 5px;
    padding: 6px 9px;
    font-size: 12px;
    border-radius: 5px;
    background: #88c8d6;
}
.a-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.a-wrap a:hover {
    background:#719299;
	color:#fff;
}
.entry-card-meta {
    position: inherit;
    text-align: right;
    line-height: 1;
	margin-top: 13px;
}


/*ページャー*/
.pagination-next-link {
  background-color: #88c8d6;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.pagination-next-link:hover {
  background-color: #719299;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #49add1;
  border: 1px solid #88c8d6;
  border-radius: 50%;
}
.pagination .current {
  background-color: #88c8d6;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  background-color: #88c8d6;
  color: #fff;
}


/*サイドバー*/
.sidebar h3 {
    background-color: #fff;
    margin: 0 0 25px 0;
    text-align: center;
    border: 3px solid #88c8d6;
}
/* よく検索タグ */
#tag_cloud-4 .tagcloud a {
	font-size: 15px;
}
#tag_cloud-4 .tagcloud {
    display: block;
}





/* 記事を探す */
.serchpost1 {
    margin-top: 100px;
	    padding: 0 30px;
}
.search-edit, input[type="text"] {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 50%;
}
.search-submit {
    right: auto;
    color: #747171;
}
.serchpost-wrap {
/*     display: flex; 
    justify-content: center;*/
	margin-top: 35px;
}
.serchpost-1 {
/* width: 38%; */
	width:100%;
    background: #fff;
    border-radius: 5px;
    padding: 88px 15px 80px 15px;
    margin: 10px;
}
.serchpost-2 {
/* width: 38%; */
		width:100%;
	background: #fff;
    border-radius: 5px;
padding: 60px 35px 50px 35px;
    margin: 10px;
}
.search-box {
    text-align: center;
}
.serchpost-2 .tag-caption {
	font-size:17px;
}



/* フッター */

.footer ,.footer-in {
	width:100%;
}
#footer {
padding: 0;
}
.single-post #footer {
    margin-top: 150px;
}

.footer-bottom {
    padding: 20px 0;
    font-size: 14px;
    background: #88c8d6;
	margin:0;
}
.footer-center {
    text-align: center;
	width:100%;
	padding:20px 0 0 0;
}
.footer-left, .footer-right, .footer-mobile {
    padding: 0;
}
.footer-left, .footer-right {
    width: auto;
}
.footer-center img {
    width:150px;
}
.fotcacth {
	color:#000;
}
#nav_menu-3 {
	background:#797979;
}
#nav_menu-3 a {
}
.footer-widgets, .footer-widgets-mobile {
margin:0;
}

.body .widget {
	margin-bottom:0;
}
.widget_nav_menu ul {
	margin-top: 17px;
    display: flex;
    justify-content: center;
    padding: 0;
}
#nav_menu-3 li {
margin:0 10px;	
}



/* 投稿ページ */
.single-post .main , .archive .main , .category .main , .page .main  {
    top: 60px;
}
#content-in .breadcrumb {
    top: -54px;
    position: absolute;
}
.entry-title {
    font-size: 30px;
    margin: 13px 0 35px 0;
    letter-spacing: 4px;
    line-height: 1.6!important;
}
#author_box-3 {
	border:1px solid #333;
    margin-top: 90px;
}


/* 目次 */
.article .toc-list > li li {
  list-style: none;
}
#toc {
border: 3px solid #87c9d6;
    border-radius: 5px;
    font-size: 15px;
}
.toc-title {
    font-size: 1.3em;
    padding: 2px 16px;
    background: #88c8d6;
    color: #fff;
    margin: 0 0 20px 0;
}



/* 見出し */
.article h2 {
    margin-top: 2.4em;
    color: #616161;
    border-bottom: 3px solid #89c7d6;
    border-left: 15px solid #89c7d6;
    padding: 5px 0px 10px 8px;
	margin-left: -15px;
    margin-right: -15px;
}

.article h3 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 20px;
    padding: 12px 20px;
    border: 0;
    background: #ececec;
	margin-left: -15px;
    margin-right: -15px;
}

/* 関連タグ */
.single-tag {
	padding:10px;
}
.single-tag-title {
	font-size:24px;
	font-weight: bold;
	margin-bottom: 20px;
}






/* 調整中 */

.entry-card-info > * {
    font-size: 0.7em;
    padding: 2px;
    text-align: left;
}
.tag-link {
margin-right: 1px;
}

.category .footer-widgets {
margin-top:100px;
}

.rect-vertical-card .related-list {
    justify-content: flex-start;
}

.logo-header img {
    width: 220px;
}

.tagline {
    top: 29px;
    left: 37%;
	font-size: 16px;
}

.hd-right a {
    padding: 12px 30px 14px 30px;
    border-top: 0;
}
.hd-right {
    top: -67px;
}



/* 大きいカードをカスタマイズ */
.ect-big-card > a article {
    display: flex;
    justify-content: space-between;
}

.ect-big-card > a article::after {
    content: none;
}

.entry-card-thumb.card-thumb.e-card-thumb {
    width: 38%;
}

.entry-card-content.card-content.e-card-content {
    width: 59%;
}


/* カルーセル */
.carousel {
    display:none;
}

#box_menu-2 {
	display:none;
}


#media_image-2 , #media_image-3 {
		display:block;
}
#media_image-4 ,#media_image-5 {
	display:none;
}














/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
main.main, div.sidebar {
    padding: 0px 0 16px 0;
}
	
.list-top-title {
    font-size: large;
}
.dotted {
    width: 60%;
}
#custom_html-14 {
    position: initial;
    top: 0;
    width: 100%;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
}
	
	
#header-container .navi  {
    display:none;
}
.tagline {
    top: 0;
    left: 0;
    font-size: 13px;
    position: inherit;
    background: #88c8d6;
    padding: 5px 0 1px 0;
    margin: 0;
    color: #fff;
}
.entry-card-thumb {
    width: 100%;
}
	
	
	
	
/* 大きいカードをカスタマイズ */	
.ect-big-card > a article {
        display: block;
    }
    .ect-big-card > a article::after {
        content: "";
    }
    .entry-card-thumb.card-thumb.e-card-thumb {
        width: 100%;
    }
    .entry-card-content.card-content.e-card-content {
        width: auto;
    }

	
.carousel {
    display: block;
}


	#custom_html-13 {
		display:none;
	}
.dotted {
    width: 50%;
}
.serchpost-1 {
    width: auto;
    padding: 13px 15px 1px 15px;
}
.serchpost-2 {
    width: auto;
    padding: 20px 20px 20px 20px;
}
.search-edit, input[type="text"] {
    width: 75%;
}
	
.body .widget {
    text-align: center;
}
	
#box_menu-2 {
	display: block;
	background: #88c8d6;
    padding: 42px 0 1px 0;
    margin: 0px 0 20px 0;
}
.box-menus {
    display: block;
}
.box-menus .box-menu {
width: 95%;
    margin: 10px auto;
}
.box-menu-icon {
    display: none;
}
.box-menu {
    padding: 25px 1em;
    text-align: center;
    min-height: 0;
}
.sidebar h3 {
    background-color: #fff;
    margin: 0 auto 25px auto;
    text-align: center;
    border: 3px solid #88c8d6;
    width: 95%;
}
	
	
#media_image-2 , #media_image-3 {
		display:none;
}
#media_image-4 {
	display:block;
}
#media_image-5 {
	display:block;
}
	
	
	.fotcacth img {
		width:50%;
	}
	
.widget_nav_menu ul {
    margin-top: 17px;
    display: block;
}
.widget_nav_menu ul li a {
    padding: 3px 0;
}
	
.logo-menu-button img {
    max-height: 44px;
    margin: 0 auto 0 15px;
}
.logo-menu-button img {
    max-height: 50px;
    margin: -3px auto 0px 15px;
}
/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #88c8d6;
	transform: translateX(101%);
}
	
	
.menu-drawer a {
    color: #333;
    padding: 9px 15px;
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
}
	.mnavi-title {
		text-align:center;
		margin:2px 0px 20px 0;
		font-size:15px;
	}
#nav_menu-4 {
    background: #797979;
}
	
	.hd-right {
		display:none;
	}

	
.single-post .main, .archive .main, .category .main, .page .main {
		    top: 0px;
	margin: 0;
	}
#content-in .breadcrumb {
    top: 0;
    height: -26px;
    position: inherit;
    background: #f6f4e6;
margin: 0 0;
	padding-left:10px;
}
.content {
    margin-top: 0px;
}
	
.serchpost1 {
    margin-top: 50px;
	    padding: 0 30px;
}
	
.archive-title {
    margin: 25px 0 0 0;
    text-align: center;
}
	
	.cate-meta {
padding: 5px;
    background: #fff;
    border: 1px solid #333;
    margin: 7px 10px 10px 10px;
    font-size: 12px;
    border-radius: 5px;
	}
.catetop-tag {
    padding:5px;
    background: #D0A98F;
    margin: 15px 0 30px 0;
}
	.catetop-tag a {
			color:#fff;
		text-decoration:none;
padding: 0 5px;
    font-size: 12px;
	}
.a-wrap {
    padding-bottom: 10px;
}
	
	
.cal-title {
    text-align: center;
    margin: 10px 36px;
    background: #D0A98F;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
}
.carousel-in {
    background-color: inherit;
margin: 15px 0;
}
	
	
	
	
	
	
	
/* 追加設定 */
#footer, #footer a {
    border-bottom: 1px solid #898989;
}
	
.post .entry-content {
    padding: 0 15px;
}
.post .entry-title {
    font-size: 19px;
    margin: 23px 0 10px 0;
    letter-spacing: 1px;
    padding: 0 10px;
}
.post h3 {
    font-size: 18px;
}
.related-entry-card-meta {
    position: inherit;
	}
.single-post #footer {
    margin-top: 30px;
}
.footer-bottom {
    padding: 3px 0;
}
.copyright {
    margin-top: 0px;
}
	
.fotcacth img {
    width: 43%;
}
.fotcacth {
    line-height: 5px;
}
#footer a {
    padding: 7px 0px;
}
	
	

.category-page-content {
    padding: 5px;
    background: #fff;
    border: 1px solid #333;
    margin: 14px 10px 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}
.category-page-content p {
margin-bottom:0;
}
	
	
	
	.page #carousel {
display:none;		
	}
	
	
	
	.page .article {
    padding: 0 15px;
}
	
	h2>span {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	h3>span {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	
}

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

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

