@charset "UTF-8";

/*!
Theme Name: Purrfect-Cocoon
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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


/******************************/
/*** ↓↓↓ 共通設定 ↓↓↓ ***/

/* 記事一覧リストの日付を表示 */
.widget-entry-card-date {
    display: block;
}

article a {
    color: #555;
    font-weight: 400;
    text-decoration: underline 1px #aaa;
}
article a:hover {
    color: #ed7455;
    text-decoration: underline 1px #ed7455;
}

/******************************/
/*** ↓↓↓ ヘッダー & ナビ ↓↓↓ ***/

#header-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.header-container-in.hlt-top-menu .navi {
    background-color: transparent;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 40px;
}
.header-container-in.hlt-top-menu .logo-header .site-name {
    padding-top: 6px;
    height: 60px;
}

.navi-in > ul li {
    width: auto;
    margin: 0 10px;
/*    height: 30px;*/
    padding-top: 13px;
    line-height: 30px;
}
.navi-in > ul li a {
    font-size: 14px;
    font-weight: 300;
}
.navi-in a {
    color: #333;
    margin: 0;
    padding: 0 2px;
    font-size: 15px;
}
.navi-in a:hover {
    background-color: transparent;
    transition: all 0.03s ease-in-out;
    color: #ed7455;
    text-decoration: none;
}
.navi-in a::after{
    content: "";
    width: 0%;
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    border-bottom: 1.5px solid #e5d7e2;
    transition: all 0.2s linear;
}
.navi-in a:hover::after{
    content: "";
    width: 100%;
}
.navi-in > ul li.menu-item-has-children > a {
    padding-right: 10px;
}
.navi-in .has-icon {
    right: 0;
}
.navi-in a::after {
    border-bottom: none;
}

/* SNS Links */
#navi .navi-in li.snsLink_btn {
    margin-right: 0;
}
#navi .navi-in > ul > li:last-child {
    margin-right: 12px;
}
#navi .navi-in li.snsLink_btn a {
    display: block;
    color: #666;
}
#navi .navi-in li.snsLink_btn a:hover::before {
    color: #ed7455;
}
li.snsLink_btn a::before {
    content: "\f007";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    height: 30px;
    display: block;
}
li.snsLink_btn_ig a::before {
    content: "\f16d";
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
li.snsLink_btn_youtube a::before {
    content: "\f167";
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
li.snsLink_btn_x a::before {
    content: "\e917";
    font-family: 'icomoon' !important;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
/* サブメニュー調整 */
.navi-in > ul li > .sub-menu {
    background-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    top: 60px;
    left: 0;
    margin-left: -10px;
    width: auto;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.navi-in > ul li > .sub-menu > li {
    white-space: nowrap;
    height: auto;
    line-height: 1;
    padding: 0;
    background-color: transparent;
}
.navi-in > ul li > .sub-menu > li a {
    padding: 10px 16px 10px 16px;
}
.navi-in > ul li > .sub-menu > li:last-child {
    padding-bottom: 10px;
}
.navi-in > ul li > .sub-menu > li a:hover {
    background-color: rgba(255,255,255,0.6);
}
.navi-in > ul li:hover > ul.sub-menu {
    display: none;
}
#navi .navi-in li.menu-item.menu-item-has-children.menu_sub_show1 .sub-menu{
    display: block;
    animation: topnaviSubmenu1 250ms ease-out forwards;
}
@keyframes topnaviSubmenu1 {
	0% {
		opacity: 0;
        transform: translate(0, -24px);
	}
	100% {
		opacity: 1;
        transform: translate(0, 0);
	}
}
#navi .navi-in li.menu-item.menu-item-has-children.menu_sub_gone1 .sub-menu{
    display: block;
    animation: topnaviSubmenu2 150ms ease-out forwards;
}
@keyframes topnaviSubmenu2 {
	0% {
		opacity: 1;
        transform: translate(0, 0);
	}
	100% {
		opacity: 0;
        transform: translate(0, -24px);
	}
}

/* カテゴリー自動追加 */
.cate-nav_submenu, .news-nav_submenu {
    display: none;
}




@media screen and (max-width: 1080px){
    .navi-in a{
        font-size: 14px;
        margin: 0 10px;
    }
}
/*** ↑↑↑ ヘッダー & ナビ ↑↑↑ ***/
/******************************/




/******************************/
/*** ↓↓↓ ボタン ↓↓↓ ***/
a.wp-block-button__link {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    color: #23b1b5;
    border: 1px solid #23b1b5;
    background-color: #fff;
    border-radius: 40px !important;
    padding: 3px 28px;
    font-size: 1em;
    font-weight: 400;
    transition: all 200ms ease-in;
    position: relative;
}
a.wp-block-button__link:hover {
    background-color: #23b1b5;
    color: #fff;
}
a.wp-block-button__link:hover::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/foot_stanp_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(-1, 1);
}
a.wp-block-button__link:hover::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 8px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/foot_stanp_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: scale(-1, 1); */
}
/*** ↑↑↑ ボタン ↑↑↑ ***/
/******************************/

.go-to-top-button {
    background-color: #f5f1f0;
    color: #888;
}


/******************************/
/*** ↓↓↓ フッター ↓↓↓ ***/
#footer .footer-widgets .footer-center {
    display: none;
}
#footer .footer-widgets {
    margin: 0;
}
#footer .footer-widgets .footer-left {
    width: 80%;
    height: fit-content;
}
#footer .footer-widgets .footer-left > aside {
    margin: 0;
}
#footer .footer-widgets .footer-left ul {
    display: flex;
    font-size: 12px;
}
#footer ul#menu-footer-menu1 li a {
    line-height: 1;
    color: #777;
    transition: all 150ms ease-in-out;
}
#footer ul#menu-footer-menu1 li a:hover {
    background-color: transparent;
    color: #ed7455;
}
#footer .footer-widgets .footer-right {
    width: 20%;
    height: fit-content;
    margin-right: 30px;
}
#footer .footer-widgets .footer-right aside {
    margin: 0;
}
#footer .footer-widgets .footer-right ul {
    display: flex;
    justify-content: right;
}
#footer .footer-widgets .footer-right ul li a {
    display: block;
    color: #777;
    line-height: 1;
    font-size: 0;
    transition: all 150ms ease-in-out;
    padding-right: 8px;
    padding-left: 8px;
}
#footer .footer-widgets .footer-right ul li a:hover {
    background-color: transparent;
    color: #ed7455;
}
#footer .footer-widgets .footer-right ul li.snsLink_btn_footer a::before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    line-height: 1;
    display: block;
    transition: all 0.3s ease-in-out;
}
#footer .footer-widgets .footer-right ul li.snsLink_btn_ig_footer a::before {
    content: "\f16d";
    font-weight: 400;
}
#footer .footer-widgets .footer-right ul li.snsLink_btn_youtube_footer a::before {
    content: "\f167";
    font-weight: 400;
}
#footer .footer-widgets .footer-right ul li.snsLink_btn_x_footer a::before {
    content: "\e917";
    font-family: 'icomoon' !important;
    font-size: 18px;
}
.footer-bottom {
    margin-top: 0;
    padding-top: 0;
}
.footer-bottom .copyright {
    margin-top: 0;
    font-size: 11px;
    margin-right: 40px;
}

/*** ↑↑↑ フッター ↑↑↑ ***/
/******************************/



/******************************/
/*** ↓↓↓ 固定ページ共通 ↓↓↓ ***/
.content {
    margin-top: 60px;
}
.page header.article-header {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
    margin-top: -36px;
}
.page header.article-header h1.entry-title {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    z-index: 0;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.page header.article-header .eye-catch-wrap {
    display: block;
    position: relative;
    z-index: -1;
}
.page header.article-header .eye-catch {
    display: block;
    height: 324px;
    margin: 0;
}
.page .eye-catch > img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.page .date-tags {
    display: none;
}
.page footer.article-footer.entry-footer {
    display: none;
}
.page div#breadcrumb {
    display: none;
}

.entry-content p.page_lead {
    font-weight: 400;
}
/*** ↑↑↑ 固定ページ共通 ↑↑↑ ***/
/******************************/


/******************************/
/*** ↓↓↓ About Us ↓↓↓ ***/
.entry-content figure.about_logo {
    max-width: 410px;
    width: 80%;
    margin-top: 3em;
    margin-bottom: 4em;
}
.article h2.about_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 58px;
    line-height: 1;
    padding: 0;
    background-color: transparent;
}
.article h2.about_title.about_title_mission {
    color: #ed7455;
}
.entry-content .about_clumn p {
    font-size: 0.95em;
}
.about_clumn.about_mission {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/footstanps_1.gif);
    background-repeat: no-repeat;
    background-position: 90px 50px;
}

.article h2.about_title.about_title_people {
    color: #23b1b5;
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/footstanps_2.gif);
    background-repeat: no-repeat;
    background-position: 220px 13px;
    padding-bottom: 1.2em;
    margin-bottom: 0;
}
.wp-block-columns.about_people {
    margin-bottom: 4em;
}
.about_people p.about_people_name {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0;
}
.about_people p.about_people_name.about_people_name1 {
    color: #ed7455;
}
.about_people p.about_people_name.about_people_name2 {
    color: #23b1b5;
}
.about_people p.about_people_name > span {
    font-size: 14px;
    font-weight: 400;
}
.about_people p.about_people_title2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0.8em;
}
.about_people p.about_people_title2.about_people_title2-1 {
    color: #ed7455;
}
.about_people p.about_people_title2.about_people_title2-2 {
    color: #23b1b5;
}
.about_people p.about_people_profile {
    font-size: 14px;
}
.wp-block-group.about_people_support {
    position: relative;
    margin-bottom: 4em;
}
.wp-block-group.about_people_support p {
    color: rgb(35 177 181);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.wp-block-group.about_people_support::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(35,177,181,0.6);
    z-index: 0;
}

.about_clumn.about_association {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/footstanps_3.gif);
    background-repeat: no-repeat;
    background-position: 30px 80px;
}
h2.about_title.about_title_association {
    color: #ed7455;
    font-size: 45.1px;
}
.about_clumn.about_association .about_asso_table table {
    width: 100%;
}
.about_clumn.about_association .about_asso_table table tr {
    background-color: transparent;
}
.about_clumn.about_association .about_asso_table table tr td {
    border: none;
    vertical-align: top;
    line-height: 1.4;
    padding-bottom: 1em;
}
.about_clumn.about_association .about_asso_table table tr td:first-child {
    font-weight: 400;
    white-space: nowrap;
}
/*** ↑↑↑ About Us ↑↑↑ ***/
/******************************/





/******************************/
/*** ↓↓↓ 活動内容 ↓↓↓ ***/
.entry-content .activities_2clumns .activities_clumn_txt {
    align-self: center;
}
.activities_clumn_txt h3.activities_title {
    border: none;
    padding: 0 0 0 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5em;
    position: relative;
}
.activities_clumn_txt h3.activities_title1 {
    color: #ed7455;
}
.activities_clumn_txt h3.activities_title2 {
    color: #23b1b5;
}
.activities_clumn_txt h3.activities_title1::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -4px;
    width: 24px;
    height: 24px;
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/foot_stanp2.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
    opacity: 0.6;
}
.activities_clumn_txt h3.activities_title2::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -4px;
    width: 24px;
    height: 24px;
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/foot_stanp1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
    opacity: 0.6;
}
.activities_clumn_txt h3.activities_title span {
    font-size: 16px;
}
.activities_clumn_txt p {
    margin-left: 0.5em;
}
.wp-block-columns.page_btns.activites_btns {
    margin-top: 8em !important;
}
/*** ↑↑↑ 活動内容 ↑↑↑ ***/
/******************************/







/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1080px){
    /*　ナビ */
    .navi-in a {
    margin: 0;
    }
}


@media screen and (max-width: 1023px){
    /* モバイルヘッダー */
    .mobile-header-menu-buttons{
    box-shadow: 0 0px 6px rgba(0,0,0,0.4);
    }
    .logo-menu-button img {
    max-height: 33px;
    }
    li.search-menu-button.menu-button {
    display: none;
    }
    .has-logo-button .logo-menu-button {
    padding-right: 70px;
    }
    .mobile-menu-buttons .menu-caption {
    display: none;
    }
    .mobile-menu-buttons .menu-icon {
    color: #555;
    }
    
    /* モバイルスライドメニュー */
    .menu-close-button {
    text-align: left;
    font-size: 10px;
    height: 60px;
    padding-top: 25px;
    padding-left: 30px;
    }
    .menu-close-button > .fas {
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: relative;
    overflow: hidden;
    }
    .menu-close-button > .fas::before, .menu-close-button > .fas::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 2em;
    background: #999;
    }
    .menu-close-button > .fas::before {
    transform: translate(-50%, -50%) rotate(45deg);
    }
    .menu-close-button > .fas::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    }

    
    /* snsボタン */
    .menu-drawer li.mb_sns_btns_wrap {
    margin-top: 1.2em;
    }
    ul.mb_sns_btns_inner {
    padding: 0;
    display: flex;
    gap: 10px;
    }
    ul.mb_sns_btns_inner li.snsLink_btn a {
    padding: 6px 7px 6px 12px;
    height: 40px;
    }
    ul.mb_sns_btns_inner li.snsLink_btn a::before {
    font-size: 27px;
    }
    ul.mb_sns_btns_inner li.snsLink_btn.snsLink_btn_x a::before {
    font-size: 23px;
    }
    
    /* モバイルスライドメニュー 調整 */
    .menu-content .menu-drawer {
    padding: 0 1.2em 30px;
    }
    .menu-drawer li {
    position: relative;
    }
    #navi-menu-input:checked ~ #navi-menu-content .menu-drawer li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
/*    width: 100%;*/
    border-top: 1px solid #ddd;
    animation: mobNaviMenuLine 300ms 400ms ease-out forwards;
    }
    #navi-menu-input:checked ~ #navi-menu-content .menu-drawer li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
/*    width: 100%;*/
    border-bottom: 1px solid #ddd;
    animation: mobNaviMenuLine 300ms 400ms ease-out forwards;
    }
    @keyframes mobNaviMenuLine {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    .menu-content .menu-drawer li a {
    color: #666;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 10px;
    }
    
    #navi-menu-input:checked ~ #navi-menu-content .menu-drawer li.mb_sns_btns_wrap::after {
    border: none;
    }
    #navi-menu-input:checked ~ #navi-menu-content .menu-drawer li.snsLink_btn::before {
    border: none;
    }
    #navi-menu-input:checked ~ #navi-menu-content .menu-drawer li.snsLink_btn::after {
    border: none;
    }
    
    
    /* コンテンツ */
    .content {
    margin-top: 50px;
    }
    
    
        #footer .footer-widgets .footer-left {
    width: 100%;
    }
    #footer .footer-widgets .footer-left ul {
    justify-content: center;
    }
    #footer .footer-widgets .footer-right {
    width: 100%;
    margin-right: 0;
    }
    #footer .footer-widgets .footer-right ul {
    justify-content: center;
    }
}

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

@media screen and (max-width: 781px){
    .about_clumn.about_mission {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/03/footstanps_mb_1-2.gif);
    background-repeat: no-repeat;
    background-position: 5px 50px;
    }
    .article h2.about_title.about_title_mission {
    padding-bottom: 0.5em;
    }
    .article h2.about_title.about_title_people {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/02/footstanps_2.gif);
    background-repeat: no-repeat;
    background-position: 5px 55px;
    padding-bottom: 1.4em;
    }
    .wp-block-columns.about_people {
    gap: 2px;
    }
    .wp-block-columns.about_people img {
    margin-left: auto;
    margin-right: auto;
    }
    .wp-block-columns.about_people figure {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    }
    .wp-block-columns.about_people p.about_people_name {
    text-align: center;
    }
    .wp-block-columns.about_people p.about_people_title2 {
    text-align: center;
    }
    .about_clumn.about_association {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/03/footstanps_mb_1-2.gif);
    background-repeat: no-repeat;
    background-position: 5px 50px;
    }
    h2.about_title.about_title_association {
    padding-bottom: 1.3em;
    }
    .wp-block-columns.page_btns_wrap {
    flex-wrap: nowrap !important;
    }
}


@media screen and (max-width: 660px){
    .page header.article-header .eye-catch {
    height: 200px;
    }
    .page header.article-header h1.entry-title {
    font-size: 32px;
    }
}


@media screen and (max-width: 550px){
    #footer .footer-widgets .footer-left ul {
    flex-wrap: wrap;
    }
}


/*480px以下*/
@media screen and (max-width: 480px){
    .has-bottom-margin.is-style-bottom-margin-3em {
    margin-bottom: 1em !important;
    }
    .has-bottom-margin.is-style-bottom-margin-4em {
    margin-bottom: 2em !important;
    }
    .entry-content p.page_lead br {
    display: none;
    }
    
    .about_clumn.about_mission {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/03/footstanps_mb_1.gif);
    }
    .article h2.about_title.about_title_people {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/03/footstanps_mb_2.gif);
    }
    .about_clumn.about_association {
    background-image: url(https://purrrfect.pet/wp-content/uploads/2024/03/footstanps_mb_1.gif);
    }
    
    .wp-block-columns.activities_2clumns {
    gap: 1.3em;
    margin-bottom: 5em !important;
    }
    .img_right-column .wp-block-column.clumn_left {
    order: 1;
    }
    .img_right-column .wp-block-column.clumn_right {
    order: 0;
    }
    
}

































