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

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

body {
    background-color: #f5f4f0;
}

.breadcrumb,
.breadcrumb a {
    color: #333;
}

.mobile-menu-buttons {
    display:none;
}

.header-container-in.hlt-top-menu {
    padding: 15px 0;
}

.tagline {
    margin: 0;
}

.entry-card-snippet {
    line-height: 1.8;
}

.sidebar h3 {
    background: #f49f53;
    color: #fff;
}

.wp-block-search__label {
    display: none;
}

.textwidget .sidebar-area {
    padding-left: 0;
    border-bottom: solid 1px #666;
}

.textwidget .sidebar-area li {
    border: solid 1px #666;
    border-bottom: none;
    background-color: #fff;
    padding: 1px;
    position: relative;
    list-style: none;
}

.textwidget .sidebar-area li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: .5em 1em .5em .5em;
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
}

.textwidget .sidebar-area li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.textwidget .sidebar-area li a:hover {
    opacity: 0.7;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .textwidget {
    display: flex;
    flex-direction: column;
}

.footer-widgets .widget_text {
    margin-bottom: 0 !important;
}

.footer-bottom {
    margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width: 1024px){
 .navi-footer-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
 .header-container-in.hlt-top-menu {
    width: 250px;
 }
 .body .widget,.footer,.copyright{
    margin: 0;
 }
 .footer .textwidget {
    align-items: center;
 }
 .footer-widgets-mobile {
    margin-top: 10px;
 }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
 .header-container-in.hlt-top-menu {
    padding: 10px 0;
    width: 200px;
 }
 .navi-footer-in > .menu-footer {
    flex-wrap: nowrap;
    margin: 1.2em 0;
 }
 .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
 }
 .footer-bottom {
    margin-top: 0;
 }
}