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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.copyright {
  margin-top: 8px;
  color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .copyright {
  margin-top: 8px;
  color: #fff;
}
.mobile-menu-buttons {
  display: flex;
  align-items: stretch;
  background-color: #950f0f;
}
.mobile-menu-buttons .menu-button > a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.mobile-menu-buttons .menu-button {
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.header-description-line {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.8;
    margin: 0;
    background-color: #f00;
    color: #ffffff;
}
.tagline {
    text-align: center;
    font-size: 14px;
    margin: 0 1em .2em;
    padding: 5px;
}
.mw_wp_form_g-standard table {
    border: none;
    border-top: #ddd solid 1px;
    border-right: #ddd solid 1px;
    border-collapse: collapse;
    font-size: 15px;
    margin: 0 0 20px;
    width: 100%;
}
.mw_wp_form_g-standard table td,
.mw_wp_form_g-standard table th {
    border: none;
    border-bottom: #ddd solid 1px;
    border-left: #ddd solid 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px;
    vertical-align: middle;
}
.mw_wp_form_g-standard table th {
    background-color: #f0f0f0;
    width: 30%;
}
.mw_wp_form_g-standard table td {
    background-color: #fff;
}

@media screen and (max-width:970px) {
    .mw_wp_form_g-standard table,
    .mw_wp_form_g-standard table tbody,
    .mw_wp_form_g-standard table td,
    .mw_wp_form_g-standard table th,
    .mw_wp_form_g-standard table tr {
        display: block;
        width: auto;
        font-size: 16px;
    }
    .mw_wp_form_g-standard table th {
        padding: 5px 10px;
        text-shadow: 0 1px 1px #fff;
          background-color: #f0f0f0;
    }
    .mw_wp_form_g-standard table td {
        padding: 20px 10px;
    }
    .mw_wp_form_g-standard label {
        display: block;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 10px
    }
}
.mw_wp_form_g-standard .mw-wp-form_image {
    margin-top: 5px;
}
.mw_wp_form_g-standard .require {
    background-color: #E14C41;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 10px;
    line-height: 1.2;
    padding: 2px 6px 3px;
    position: relative;
}
.mw_wp_form_g-standard .notes {
    display: block;
    margin: 5px 0 0;
}
.mw_wp_form_g-standard .error {
    color: #b70000;
    display: block;
    margin: 5px 0 0;
}
.mw_wp_form_g-standard input,
.mw_wp_form_g-standard select,
.mw_wp_form_g-standard textarea {
    box-sizing: border-box;
    max-width: 100%;
    font-size: 15px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    width: auto;
}

#submitback input {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fc5305;
  border: solid 2px #fc5305;
  border-radius: 3px;
  transition: .4s;
  background: #ffeded;
  margin-bottom: 15px;
  width: 50%;
}

.mw_wp_form_g-standard input[type=submit]:hover {
    background: #fff;
    color: #5c87a6;
}
.mw_wp_form_g-standard input[type=submit]:active,
.mw_wp_form_g-standard input[type=submit]:focus {
    background: #fff;
    color: white;
}
.mw_wp_form_g-standard label {
    display: inline-block;
    margin: 0 10px 0 0;
}
.mw_wp_form_g-standard label input[type=checkbox],
.mw_wp_form_g-standard label input[type=radio] {
    margin: 0 5px 0 0;
}
.mw_wp_form_g-standard input[type="email"], .mw_wp_form_g-standard input[type="password"], .mw_wp_form_g-standard input[type="text"], .mw_wp_form_g-standard input[type="url"], .mw_wp_form_g-standard textarea {
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    padding: 8px;
    background-color: #fff;
}
.mw_wp_form_g-standard input[type=email]:focus,
.mw_wp_form_g-standard input[type=password]:focus,
.mw_wp_form_g-standard input[type=text]:focus,
.mw_wp_form_g-standard input[type=url]:focus,
.mw_wp_form_g-standard textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 7px #aea8ad;
    border: 1px solid #ccc6ca;
}
.mw_wp_form_g-standard textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}
.mw_wp_form_g-standard input[type=file] {
    display: inline;
}

.checkbox-response-time-input:checked + .checkbox-response-time-parts, .radio_response:checked + label {
    color: #0010ff;
}
.checkbox-response-time-input {
    display: none
}
.checkbox-response-time-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}
.checkbox-response-time-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px
}
.checkbox-response-time-input:checked+.checkbox-response-time-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #0010ff;
    border-right: 3px solid #0010ff
}
#submit-btn-bg {
 text-align: center;
}
input[type="submit"] {
	width: 95%;
    font-size: 15px;
    color: #fff;
	display: inline-block;
    padding: 15px 0px;
    text-align: center;
	background-color: #5c87a6;
    border: 1px solid #5c87a6;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}

.entry-card-thumb {
  width: 300px;
}
.entry-card {overflow:hidden;}
.entry-card-thumb :hover{transform:scale(1.1);transition-duration:0.2s;}






.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #9b9b9b;
  display: block;
  order: -1;
}
.tab-label {
  color: #5e5e5e;
  background: #d7d7d7;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(132, 132, 132, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 1px .1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  font-size: 13px;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #9b9b9b;
color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.tab-switch {
  display: none;
}

.menu-item i {
margin-right: 5px;
}
.navi-in a:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #333;
}

#header-container .navi-in > ul li {
   height: 60px;
   font-weight: 600;
   line-height:60px;
}
#header-container #navi{
   background:#fff; 
}
#header-container #navi a{
   color:#b07777;
   padding:0 0.1em;
}
#header-container #navi a:hover{
   color:#f00;
}
#header-container .navi-in > ul .sub-menu{
   background:#fff;
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}
.mobile-menu-buttons .menu-content {
  cursor: default;
  background-color: #f00;
}
.menu-drawer a {
  color: #fff;
  text-decoration: none;
  padding: 6px;
  display: block;
}



.item-label:after{
	content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%; 
  height: 1px;
  background: #ffacac; 
  z-index: 999;
  transition: all 0.3s
}
.item-label:hover:after{
	width: 100%; 
}
#navi .navi-in a:hover{
	background: transparent;
}
.navi-in .has-icon {
  display:none;
}
.tagcloud a:hover {
  background-color: #e66868;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.tag-link:hover, .comment-reply-link:hover {
  background-color: #e66868;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.tag-link, .comment-reply-link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  word-break: break-all;
}

h3.widget-sidebar-title {
  color: #fff;
  background: #f00;
  padding: 0.25em 0.25em;
  box-shadow: 0px 0px 0px 4px #f00;
  border: dashed 2px #ffffff;
}
.footer-widgets, .footer-widgets-mobile {
  color: #fff;
}  
.navi-footer-in a {
  display: inline-block;
  padding: .5em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
  background: #a00;
  border-radius: 3px;
  transition: .4s;
  margin: 1px 3px 2px 3px;
} 
.navi-footer-in > .menu-footer li {
  width: 120px;
  border-left: 1px solid #f00;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #f00;
}
#footer-in .a-wrap {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 1.5%;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
}
#footer-in .a-wrap:hover {
  background-color: #840707;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

#carousel .a-wrap{
  margin-top:-6px !important;
  margin: initial;
  padding-top:-10px;
}
#carousel .carousel-entry-card-title{
  display: none;
}
#carousel .carousel-in {
  background-color: transparent;
}
#carousel .slick-dots{
  display:none!important;
}
.slick-slide img {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.carousel-entry-card-thumb {
  width: 95%;
}
.carousel .cat-label {
  display: none;
}
  
.article .h1-midashi {
  padding: 0.2em 0.4em 0.1em;
  background-color: #fff;
  border-radius: 3px;
  border: 1px dashed #a6a6a6;
  box-shadow: 0 0 0 4px #fdfdfd,1px 1px 6px 3px rgba(10,10,0,.5);
  color: #3c3c3c;
  font-size: 150%;
  margin-bottom: 1em;
  margin-top: .1em;
}

.a-wrap:hover {
  background-color: #fff4f4;
  transition: all 0.3s ease-in-out;
  color: #826262;
}  

.open {color: #826262;}
.close {color: #826262;}


h3.widget-sidebar-scroll-title {
  color: #fff;
  background: #f00;
  padding: 0.25em 0.25em;
  box-shadow: 0px 0px 0px 4px #f00;
  border: dashed 2px #ffffff;
}

.recent-comment-content {
  position: relative;
  background: #b33131;
  border: 1px solid #ddd;
  padding: 6px;
  margin-top: 4px;
  font-size: 0.9em;
  border-radius: 5px;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
background: linear-gradient( to bottom, rgba(159, 37, 37, 0.05) 0%, rgb(255, 218, 218) 60% );
filter: none;
border-radius: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00f',
      endColorstr='#ffffff',
      GradientType=0
    );
}

.slide-up {
  height: 220px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
#custom_html-7 .more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #6bb6ff;
  padding: 5px 20px;
  width: 80%;
  border-radius: 4px;
position: relative;
font-weight: 600;
}
#custom_html-7 .tagcloud .close-btn {
  padding:0;
}
#custom_html-7 .close-btn p {
  background: #aaa;
}
.widget h4 + * {
	padding: 2%;
}


.readmore{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff7777;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}

.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}

.readmore-check:checked ~ .readmore-content{
    height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}



@media screen and (max-width: 768px) {
#menu-item-50, #menu-item-51, #menu-item-52 {
display: none;
	}
}



.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  color: #000;
  font-weight: bold;
}


.toc a:hover {
  color: #999;
  background-color: #ddd;
  font-weight: bold;
}


.toc-list > li a::before { 
  content: "■"; 
  color: #222; 
}
.toc-list > li li a::before { 
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #191970;
  font-size: 20px;
  padding-right: 0.5em;
}
.toc-list > li li li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #999999;
  font-size: 18px;
  padding-right: 0.4em;
}
.sitemap  ul li a{
font-size:14px;
color:#333;
text-decoration:none;
}
.sitemap ul li a:hover{
color:#839b5c;
}
.sitemap ul li{
list-style:none;
}
.sitemap  ul li a{
padding:3px 5px;
color:#333;
text-decoration:none;
}
.sitemap ul li a:hover{
background: radial-gradient(rgba(131,155,92,0.4), rgba(131,155,92,0.9));
color:#fff;
}

