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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('./assets/css/reset.css');
@import url('./assets/css/style.css');

.article.post {
    max-width: 1200px;
    margin: 120px auto 0;
}

.under-entry-content,
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
}

img.aligncenter,
img.alignleft,
img.alignright {
    display: block;
}

img.alignleft {
    margin-right: auto;
}

img.alignright {
    margin-left: auto;
}

img.aligncenter {
    margin: 0 auto;
}

.entry-content .column {
    margin: auto;
    width: 80%;
}


/* .eye-catch-wrap {
	display: block;
} */

.sns-icon {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sns-icon .item {
    width: 50px;
    height: 50px;
}

.product-single-section1__wrapper--left .text {
    margin-top: 30px;
}

.product-single-section1__wrapper--left .my-info {
    margin-top: 40px;
}

.other-header .top-header__logo {
    min-width: 195px;
}

.other-header .top-header__logo {
    justify-content: space-between;
}

.other-header .top-header__logo div {
    margin: 10px;
}

.top-header__logo .img {
    width: 70px;
    height: 75px;
}



.top-header__main--nav li:not(:first-of-type) {
    margin-top: 25px;
}

.top-header__main--nav nav {
    top: 10%;
    right: 40px;
}

.top-header__main--nav li:not(:first-of-type).child {
    overflow: hidden;
    height: 0;
    transition: .1s;
    margin-top: 0;
}

.top-header__main--nav li:not(:first-of-type):hover+.child {
    overflow: visible;
    height: 50px;
    margin-top: 40px;
    padding-left: 15px;
}

.top-header__main--nav li:not(:first-of-type).child:hover {
    overflow: visible;
    height: 50px;
    margin-top: 40px;
    padding-left: 15px;
}

.other-header__main--nav a {
    font-size: 1rem;
}

.other-header__main--nav {
    width: 77%;
    background: transparent;
}

.other-header__main--nav ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
    white-space: nowrap;
}

.top-header__main--nav li>a {
    white-space: nowrap;
}

.other-header__main--nav li.child {
    display: none;
}

.fix-nav .top-header__logo {
    justify-content: space-between;
}

.top-header__logo a {
    max-width: 240px;
}

.archive-title {
    text-align: center;
    margin: 50px 0 50px;
    font-size: 2rem;
}

.archive-title .fa-folder-open:before {
    display: none;
}


@media screen and (max-width: 980px) {
    .top-header__logo {
        justify-content: space-between;
    }
}

#mw_wp_form_mw-wp-form-71 select,
#mw_wp_form_mw-wp-form-71 input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #5E421F;
}

/************************/
/* 固定ページの不要情報を非表示 */
/************************/
.page .date-tags,
/*投稿日・更新日*/
.page .author-info,
/*投稿者情報*/
.page .eye-catch-wrap {
    /*アイキャッチ*/
    display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {

    /*必要ならばここにコードを書く*/
}

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

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

/* コラム記事表示 */

.new-entry-cards.large-thumb {
    display: flex;
    flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
    width: 25%;
}

/*768px以下*/
@media screen and (max-width: 768px) {
    .new-entry-cards.large-thumb a {
        width: 50%;
    }
}

/*480px以下*/
@media screen and (max-width: 480px) {
    .new-entry-cards.large-thumb a {
        width: 100%;
    }
}

.back-button {
    margin-top: 100px;
    display: inline-block;

    font-size: 1.5rem;
    border: 3px solid;
    border-radius: 5px;
    border-color: #2600ff;
    /* background-color: #BB7C78; */

}

.back-button button {
    color: #2600ff;
    padding: 10px 40px;
}