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

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

#main li.cat-item.cat-item-8,
li.cat-item.cat-item-1 {
    display: none;
}

#main .wp-block-categories-list {
    width: 100%;
    display: flex;
}

#main .cat-item {
    width: 50%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: .5em;
    border-radius: 10em;
}

#main .cat-item a {
    color: #ffffff;
    text-decoration: none;
}

.vkfs__labels {
    display: block;
}

.vkfs__outer-wrap {
    width: 99%;
}

.vkfs :is(input[type=text], input[type=number], select) {
    height: 50px;
}

.vkfs .btn[type=submit] {
    height: 60px;
}

.archive-title {
    text-transform: capitalize;
}

svg.svg-inline--fa.fa-tags {
    display: none;
}

svg.svg-inline--fa.fa-folder-open,
svg.svg-inline--fa.fa-tags {
    display: none;
}

img.site-logo-image.header-site-logo-image {
    width: 50%;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    color: white;
    box-sizing: content-box;
}

@media screen and (max-width: 640px) {
    #main .wp-block-categories-list {
        display: block;
    }

    #main .cat-item {
        width: 100%;
        margin: 1em auto;
    }

    .navi-footer-in>.menu-footer li.menu-item {
        width: 100%;
    }
}

.shr-reviews {
    margin: 2rem 0
}

.shr-reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem
}

.shr-reviews__title {
    font-size: 1.25rem;
	color: #E95C20;
	background-color: #ffffff;
	border-bottom: 5px solid #E95C20;
    margin: 0
}

.shr-reviews__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.shr-reviews__card {
    display: block;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden
}

.shr-reviews__thumb {
    aspect-ratio: 4/3;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center
}

.shr-reviews__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shr-reviews__noimg {
    font-size: .9rem;
    color: #999
}

.shr-reviews__body {
    padding: 12px
}

.shr-reviews__house {
    font-size: 1rem;
    line-height: 1.3;
    margin: .25rem 0 .5rem
}

.shr-reviews__rating {
    font-size: .9rem;
    margin-bottom: .35rem
}

.shr-reviews__stars {
    margin-right: .4rem
}

.shr-reviews__excerpt {
    color: #444;
    margin: .25rem 0 .5rem
}

.shr-reviews__pros,
.shr-reviews__cons {
    font-size: .85rem;
    color: #333;
    margin: .15rem 0
}

.shr-reviews__date {
    display: block;
    font-size: .8rem;
    color: #777;
    margin-top: .5rem
}

.hidden-view {
    display: none;
}

.button::before {
    content: "もっと見る";
}

input[type="checkbox"]#trigger {
    display: none;
}

input[type="checkbox"]#trigger:checked~.hidden-view {
    display: block;
}

input[type="checkbox"]#trigger:checked~.button::before {
    content: "閉じる";
}

.sr-form {
    max-width: 800px;
    margin: 32px auto;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
}

.sr-form label {
    display: block;
    margin: 0 0 12px;
    font-size: 14px
}

.sr-form input {
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px
}

.sr-form .sr-agree {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}

.sr-agree input[type="checkbox"] {
    display: table-cell;
}

.sr-agree span{
    display: table-cell;
}

.sr-form button {
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: #2E7D32;
    color: #fff;
    font-weight: 600
}

.sr-errors {
    max-width: 800px;
    margin: 16px auto;
    background: #fff3f3;
    border: 1px solid #ffc7c7;
    padding: 12px;
    border-radius: 10px
}

.ranking-items .ranking-item-link a{
	background: #2E7D32;
	color: #ffffff;
}

input[type=submit] {
  -webkit-appearance: none;
  border: none;
  background-color: #2E7D32;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

.vkfs .btn[type=submit]{
	font-size: 1.3em;
}

.entry-date, .post-date, .post-update{
	display: none;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px) {}