/*
Theme Name: FORC Cafe
Theme URI: https://www.forc-c.co.jp
Author: 株式会社MEY-CREATE by Kengo Shibaike
Author URI: https://mey-create.com
Description: FORC Cafe専用のカスタムテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forc-cafe
Tags: custom, cafe, community
*/

/* ==========================================================================
   リセット & ベーススタイル
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:
        "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.8;
    color: #231815;
    background-image: url("/wp-content/themes/forc_cafe/images/main-bg_pc.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
}

a {
    color: #231815;
    text-decoration: none;
    transition: all 0.5s 0s ease;

}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: none;
}

/* ==========================================================================
   レイアウト
   ========================================================================== */

.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-container-wide {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー */
.site-header {
    /* padding: 20px 0; */
    position: sticky;
    top: 0;
}

.site-title {
    font-family: "ab-tsubaki", "游ゴシック体", YuGothic, sans-serif;
    font-size: 2em;
    margin: 0;
}

.site-title a {
    color: inherit;
    text-decoration: none;
}

.site-description {
    font-size: 1em;
    margin: 5px 0 0;
}

/* ナビゲーション */
.main-navigation {
    margin-top: 20px;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.main-navigation a {
    color: inherit;
    padding: 5px 10px;
}

/* メインコンテンツ */
.site-content {
    padding: 40px 0;
}

.entry-title {
    font-family: "ab-tsubaki", "游ゴシック体", YuGothic, sans-serif;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

.entry-content {
    font-size: 1.1em;
    line-height: 1.8;
}

/* フッター */
.site-footer {
    padding: 20px 0;
    text-align: center;

}

.site-footer p {
    margin: 0;
    text-align: left;
}

/* ==========================================================================
   タイポグラフィ - AB-tsubakiフォントの適用
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ab-tsubaki", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
}

.page-title,
.section-title,
.widget-title {
    font-family: "ab-tsubaki", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
}

.site-logo {
    max-width: 140px;
    margin-top: 50px;
}

.site-header>.site-container.header-pc {
    width: 100%;
    background-image: url("/wp-content/themes/forc_cafe/images/header-white-space.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 220px;
}

.site-header>.site-container.header-pc nav {
    display: flex;
    justify-content: space-around;
}

.site-header>.site-container.header-pc ul {
    display: flex;
    width: 38%;
    justify-content: space-around;
    margin-top: 33px;
}

.site-header>.site-container a {
    font-weight: bold;
    font-size: 18px;
}

/* .toppage_main_message {
    width: 600px;
} */

#post-2 .toppage_main_message {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 150px;
    /* background-image: url("/wp-content/themes/forc_cafe/images/decoration_01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
}

#post-2 .toppage_main_message img {
    width: 600px;
    margin: 0 auto;
    display: block;
}

.hero-area {
    margin: 0 auto;
    width: 94%;
    max-width: 1300px;
    margin-top: -100px;
    margin-bottom: -100px;
}

.decotration02 {
    background-image: url("/wp-content/themes/forc_cafe/images/decoration_02.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 90vw;
    margin: 120px auto 0 auto;
    padding: 90px 0 120px 0;
    /* height: 550px; */
}

/* @media screen and (max-width: 1300px) {
    .decotration02 {
        height: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .decotration02 {
        height: 350px;
    }
} */

.about_description img {
    width: 15vw;
    max-width: 250px;
    /* margin-bottom: 10px; */
}

.about_description p {
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;
}

.link-wrap {
    text-align: center;
    margin-top: 27px;
}

.link-wrap a {
    display: block;
    width: 250px;
    border: 1px solid #cd005b;
    color: #cd005b;
    transition: all 0.5s 0s ease;
    font-size: 16px;
    margin: 0 auto;
    padding: 3px 0;
}

.link-wrap a:hover {
    color: #fff;
    background-color: #cd005b;
    opacity: 1;
}

/* section.about_forc {
    margin-bottom: 200px;
} */

.store_list h2 {
    text-align: center;
}

.store_list h2 img {
    width: 14vw;
    max-width: 200px;
}

/* .store_list {
    margin-top: 180px;
} */

.store_list p {
    text-align: center;
    margin-top: -15px;
    font-size: 21px;
}

.stores_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    row-gap: 190px;
    margin-top: 45px;
    margin-bottom: 150px;
    max-width: 1100px;
}

.store {
    max-width: 480px;
    width: 100%;
    min-width: 400px;
    max-height: 380px;
    margin: 0 auto;
}



.store img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 350px;
}

.store h3 {
    text-align: center;
    margin: 5px 0;
    font-size: 1.6vw;
}

.store h3 a {
    font-size: 1.6vw;
    text-decoration: underline;
}

.store .cafe_address p {
    line-height: 1.3;
    font-size: 15px;
    font-weight: normal;
    margin-top: 21px;
    margin-bottom: 24px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.cafe_insta_wrap img {
    margin-bottom: -2px;
    margin-right: 3px;
    width: 16px;
}

.cafe_insta_wrap span {
    font-size: 16px;
}

p.cafe_insta_wrap {
    text-align: center;
}

p.cafe_insta_wrap a {
    border: 1px solid #231815;
    padding: 5px 15px 6px 15px;
    border-radius: 15px;
    font-size: 17px;
    transition: all 0.3s ease;
}

p.cafe_insta_wrap a:hover {
    border: 1px solid #cd005b;
    color: #fff;
    background-color: #cd005b;
    opacity: 1;
}

p.cafe_insta_wrap a:hover .insta-icon {
    background-image: url("/wp-content/themes/forc_cafe/images/instagram-icon-white.png");
}

p.cafe_insta_wrap a>.insta-icon {
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/themes/forc_cafe/images/instagram-icon-black.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -2px;
    transition: all 0.3s ease;
}

.site-footer.front-page-footer {
    margin-top: 240px;

}

.site-footer {
    background-image: url("/wp-content/themes/forc_cafe/images/footer.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 130px 20px 50px 20px;
    margin-top: 120px;
}

footer {
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 300;
}

footer a {
    color: #fff;
}

p.footer-logo-wrap {
    max-width: 150px;
    margin: 15px 0;
}

.site-container-wide.footer-flex {
    display: flex;
    line-height: 1.3;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

footer .company-name {
    font-weight: bold;
    margin-left: 12px;
}

.footer-right-col {
    line-height: 1.7;

}

.footer-right-col .footer-contact {
    margin-bottom: 21px;
}

.footer-right-col .tag {
    margin-left: -7px;
}

.footer-right-col p,
.footer-right-col a,
.footer-right-col li {
    font-size: 15px;
    font-weight: none;
    font-weight: 200;
    letter-spacing: 1.1px;
}

.footer-right-col ul {
    display: flex;
    gap: 35px;
    margin-top: 60px;
}

footer a.company-link {
    text-align: left;
    display: block;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 120px;
}

.footer-sns-wrap {
    width: 100px;
    margin-left: 12px;
    text-align: left;
}

.footer-sns-wrap a img {
    width: 30px;
}

.footer-sns-wrap>a {
    margin-right: 12px;
}

footer .footer-left-col {
    margin-right: 90px;
    padding-right: 90px;
    border-right: 1px solid #fff;
}


.about-hero-area {
    width: 90vw;
    background-image: url("/wp-content/themes/forc_cafe/images/decoration_01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin: 0 auto;
}

.about-hero-area h2 {
    text-align: center;

}

.about-hero-area p {
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;

}

.about-hero-area h2 img {
    width: 20vw;
}

.card-two-col-wrap {
    display: flex;
    gap: 65px;
    justify-content: center;
    margin-top: 45px;
}

.card-two-col-wrap .card {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    padding: 21px 24px 35px 24px;
}

.card-two-col-wrap .card h3 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.card-two-col-wrap .card p {
    font-size: 19px;
    font-weight: bold;
    word-break: break-all;
    text-align: left;

}

.activity h2 {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 45px;

}

.activity h2 img {
    width: 740px;
}

.card-three-col-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.card-three-col-wrap h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
}

.card-three-col-wrap .card {
    width: 27%;
    background-color: #fff;
    padding: 21px 21px 30px 21px;
}

.card-three-col-wrap .img-wrap {
    margin: 15px 0;
}

.card-three-col-wrap .img-wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 200px;
}

.logo-story h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

.logo-story h2>img {
    width: 400px;

}

.logo-story h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 21px;
}

.logo-story-flex {
    background-color: #fff;
    padding: 50px 70px;
    display: flex;
    gap: 120px;
}

.logo-story.site-container {
    width: 1200px;
}

.logo-story .left-col {
    width: 30%;
}

.logo-story .right-col {
    width: 53%;
}

.logo-story .right-col>p {
    line-height: 1.9;
}

.logo-story .right-col>p.makes {
    margin-top: 15px;
}

.colors {
    background-color: #fff;
    padding: 30px 70px 45px 70px;
    margin-top: 45px;
}


.color {
    display: flex;
    justify-content: space-between;
}

.color-inner {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.color-inner img {
    width: 70px;
}

.colors .meaning {
    width: 700px;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 21px;
}

.color-name {
    width: 18%;
}

.color-name p {
    text-align: center;
    margin-top: -9px;
    font-size: 18px;

}

.color-info {
    width: 75%;
    line-height: 1.5;
}

.color-info small {
    font-size: 13px;
}

/* モバイルヘッダー */
.header-mobile {
    display: none;
    background-image: url("/wp-content/themes/forc_cafe/images/header-white-space.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 15px 20px;
    position: relative;
    height: 150px;
}

.header-mobile-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.mobile-left {
    width: 40%;
}

.mobile-left img {
    height: 40px;
    width: auto;
}

.mobile-center {
    width: 20%;
    text-align: center;
}

.mobile-center img {
    height: 80px;
    width: auto;
    margin-top: 15px;
}

.mobile-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

/* ハンバーガーメニューアイコン */
.hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 29px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
    transform: translateY(12.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-12.5px) rotate(-45deg);
}

/* モバイルナビゲーション */
.mobile-nav {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    overflow-y: auto;
}

.mobile-nav.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 45px;
}

.mobile-nav ul li {
    margin: 20px 0;
}

.mobile-nav ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.mobile-nav ul li a:hover {
    opacity: 0.7;
}

/* Closeボタン */
.mobile-nav-close {
    padding: 30px 20px;
    text-align: center;
}

.mobile-nav-close button {
    background: none;
    border: none;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 30px;
    transition: opacity 0.3s ease;
}

.mobile-nav-close button:hover {
    opacity: 0.7;
}

/* PC版ヘッダーをデフォルトで表示 */
.header-pc {
    display: block;
}

/* メニュー開閉時のスクロール制御 */
body.menu-open {
    overflow: hidden;
}

/* ロゴアニメーション用：トップページでコンテンツを初期非表示 */
body.home #page {
    opacity: 0;
}

body.home.no-logo-animation #page {
    opacity: 1;
}

/* PC/モバイル表示切り替え */
.mobile {
    display: none;
}

.pc {
    display: block;
}

/* タブレット・スマホ（1024px以下） */
@media (max-width: 1024px) {
    .stores_wrap {
        grid-template-columns: 1fr;
    }

    .store {
        max-width: 100%;
        min-width: auto;
    }

    .store h3,
    .store h3 a {
        font-size: 24px;
    }

    .about_description p {
        font-size: 18px;
    }

    .about_description img {
        width: 200px;
    }

    /* ヘッダーの表示切り替え */
    .header-pc {
        display: none !important;
    }

    .header-mobile {
        display: block !important;
    }

    .about-hero-area h2 img {
        width: 30vw;
    }

    .about-hero-area p {
        font-size: 2vw;
    }

    /* PC/モバイル表示切り替え */
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* カード レイアウト */
    .card-two-col-wrap {
        flex-direction: column;
        gap: 27px;
    }

    .card-two-col-wrap .card {
        max-width: 80%;
        margin: 0 auto;
    }

    .card-three-col-wrap {
        flex-direction: column;
    }

    .card-three-col-wrap .card {
        width: 100%;
    }

    .card-three-col-wrap .img-wrap img {
        object-fit: cover;
        width: 100%;
        max-height: 350px;
    }

    .site-container-wide.footer-flex {
        display: block;
    }

    footer .footer-left-col {
        margin-right: unset;
        padding-right: unset;
        border-right: none;
    }

    footer a.company-link {
        margin-bottom: 40px;
    }

    .footer-sns-wrap {
        margin-bottom: 40px;
    }

    .site-footer {
        background-image: url('/wp-content/themes/forc_cafe/images/footer-mobile.png');
    }

    .footer-right-col {
        margin-left: 12px;
    }

    .footer-right-col ul {
        display: block;
        text-align: left;
    }
}