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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text {
    display: none;
}
a.navi-entry-card-link.widget-entry-card-link.a-wrap, .carousel-in {
    border-radius: 0.5rem;
}
#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-1"], #index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-2"], #index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-3"], #index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-4"] {
    background: none #e4ac98;
    border: 1px solid #e4ac98;
}
span.notice-area-message {
    font-weight: bold;
}
main#main {
    border-radius: 0.5rem;
}
.article h2 {
    position: relative;
    border-radius: 0.5rem;
    background-color: #e4ac98;
    margin: 6rem 0 4rem;
}
.article h2:before {
    position: absolute;
    top: 100%;
    left: 5%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #e4ac98;
    border-width: 10px;
    content: "";
}
.article h3 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #e4ac98;
    padding: 1rem 0 0.5rem 0.5rem;
    margin: 4rem 0 3rem;
}
.article h4 {
    border-top: none;
    border-bottom: none;
    border-left: 5px solid #e4ac98;
    padding: 0.2rem 0 0.2rem 1rem;
    margin: 4rem 0 2rem;
}
.article h5 {
    font-size: 1.1rem;
    border-bottom: 1px solid #e5bdaf;
}
a.btn {
    background-color: #eb393d;
    border: 2px solid #eb393d;
    color: #fff;
    border-radius: 100vh;
    padding: 1rem;
    margin: 1rem 0;
    min-width: 200px;
}
a.btn:hover {
    background-color: transparent;
    border: 2px solid #eb393d;
    color: #eb393d;
    transform: scale(1.1,1.1);
}
.t_c {
	text-align: center !important;
}
table.t {
	text-align: center;
}
table.t td {
	background-color: #fff !important;
	border: none;
}
dl {
    display: flex;
    border-bottom: 1px dashed rgb(87 69 63 / 50%);
}
dt {
    font-weight: bold;
    width: 30%;
}
dd {
    width: 70%;
    margin: 0 !important;
}
.contact dl {
    border: none;
}
details {
    margin-bottom: 0 !important;
}
details summary {
    list-style: none;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
}
details summary::-webkit-details-marker {
    display: none;
}
details summary dl {
    display: flex;
    margin-bottom: 0 !important;
    padding: 1rem;
    border-bottom: 1px solid #e29478;
}
details summary dt {
    font-size: 1.1rem;
    width: 95%;
}
details summary dd {
    width: 5%;
    text-align: right;
}
details span.nume {
    font-size: 2.5rem;
    color: #e29478;
    line-height: 0;
    position: relative;
    bottom: -0.5rem;
}
details p {
    padding: 1rem 1rem 0 1rem;
}
.blank-box.bb-tab {
    margin-top: 4rem;
}
/*-----楽天のリンク貼る時のデザイン-----*/
.r table tr {
    background-color: transparent;
}
.r table tr td {
    border-color: transparent;
}
/*-----サイドバーを独立させるデザイン-----*/
.sidebar {
	margin-bottom: 30px;
	padding-top: 0px;
	background-color: transparent;
}
.widget-sidebar {
	background-color: #fff;
	padding: 0 10px 10px;
	margin-bottom: 20px;
}
#sidebar aside {
    border-radius: 0.5rem;
    padding: 0 1rem 1rem;
}
aside#custom_html-5 {
    margin-top: -1rem;
}
aside#common_ad-2 {
    padding-top: 1rem;
}
#sidebar h3 {
    background-color: transparent;
    color: #e29478;
    text-align: center;
    border-bottom: 2px solid #e29478;
    padding: 2rem 0 0.5rem;
    margin-bottom: 2rem;
}

/*-----サイドバーのカテゴリデザイン-----*/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #ccc; /* 下線の種類 */
}
.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}
.tagcloud a {
    border-radius: 100vh;
}
.author-box.border-element.no-icon.cf {
    border: none;
}
.author-description {
    text-align: center !important;
    margin: 2rem 0;
}
/*-----サイドバー・フッター無料リスト-----*/
aside#custom_html-15 a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf, aside#custom_html-8 a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf {
    margin-bottom: 1rem;
}
aside#custom_html-15 .blogcard.internal-blogcard.ib-left.cf, aside#custom_html-8 .blogcard.internal-blogcard.ib-left.cf {
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #ccc;
}
aside#custom_html-15 .blogcard-snippet.internal-blogcard-snippet, aside#custom_html-15 .blogcard-footer.internal-blogcard-footer.cf, aside#custom_html-8 .blogcard-snippet.internal-blogcard-snippet, aside#custom_html-8 .blogcard-footer.internal-blogcard-footer.cf, aside#custom_html-9 .blogcard-snippet.internal-blogcard-snippet, aside#custom_html-9 .blogcard-footer.internal-blogcard-footer.cf, aside#custom_html-10 .blogcard-snippet.internal-blogcard-snippet, aside#custom_html-10 .blogcard-footer.internal-blogcard-footer.cf {
    display: none;
}
aside#custom_html-9 .blogcard.internal-blogcard.ib-left.cf, aside#custom_html-10 .blogcard.internal-blogcard.ib-left.cf {
    background-color: #e5bdaf;
    border-radius: 0;
}
aside#custom_html-9 a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf, aside#custom_html-10 a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf {
    border-bottom: 1px dashed #fff;
    margin-bottom: 0.5rem;
}
aside#custom_html-9 .blogcard-title.internal-blogcard-title {
    font-size: 1rem;
}
aside#custom_html-8 .blogcard-title.internal-blogcard-title, aside#custom_html-10 .blogcard-title.internal-blogcard-title {
    font-size: 0.9rem;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
    main#main {
        border-radius: 0;
    }
    .mobile-menu-buttons {
        background-color:#e4ac98;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%)
    }
    .mobile-menu-buttons .menu-icon, .mobile-menu-buttons .menu-caption {
        color: #fff;
    }
    .navi-menu-content {
      left: auto;
      right: 0;
      transform: translateX(105%);
    }
    .menu-content .menu-drawer {
		padding: 0;
	}
	.menu-drawer span {
	    font-size: 0.7rem;
	    margin-left: 1rem;
	}
	.menu-drawer li {
		display: block;
		padding: 1.5rem;
		border-bottom: 1px solid #ccc;
	}
	.menu-drawer .sub-menu li a {
	    font-size: 0.9rem;
	    line-height: 0.8;
	}
	.menu-drawer a {
		/*font-family: objektiv-mk1, sans-serif;
		font-weight: 400;
		font-style: normal;*/
	}
	.menu-close-button {
		color: #e4ac98;
        text-align: right;
        padding-right: 10px;
	}
    dl {
        display: block;
    }
    dt, dd {
        width: 100%;
    }
    details summary dt {
        font-size: 1rem;
        width: 90%;
        line-height: 1.5;
    }
    details summary dd {
        width: 10%;
        margin-top: 0.2rem;
    }
}

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