@charset "UTF-8";
/*
    Template: swell
    Theme Name: MEENE MITAKA THEME
    Theme URI: https://meene.app/
    Description: ミイね！三鷹公式サイトのテーマ
    Version: 1.2.5
    Author: Ikuko KAI
    Author URI: https://www.iks-tech.com/
    Text Domain: meene-mitaka-theme
    Domain Path: /languages
*/

/* ミィね!総合TOPのヘッダーロゴとキャッチに余白を追加 */
.page-id-15 .c-headLogo__img {
    margin-right: 10px;
}

/*トップページのメインビジュアル下の空きを詰める調整*/
.top #content {
    padding-top: 0;
}

/*吹き出しは角丸に*/
.is-style-balloon_box {
    border-radius: 5px;
}

.is-style-balloon_box2 {
    border-radius: 5px;
    color: #001427;
    border: solid 2px;
}

.is-style-balloon_box2::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #001427;
}


/*固定ページの上下アキを詰める*/
.post_content {
    margin: 0;
}

/* 個店ページのメイン画像スタイル */
.wp-block-image img.cover-image {
    margin: auto;
    max-height: 70vh;
    width: auto;
}

/* ヘッダ下カテゴリメニュースタイル */
ul.menu {
    display: flex;
    margin: 20px auto;
}

ul.menu li.menu-item {
    width: 20%;
}

ul.menu li.menu-item a {
    border-bottom: solid 1px var(--swl-color_border);
    border-top: solid 1px var(--swl-color_border);
}

@media screen and (max-width: 600px) {
    ul.menu {
        display: block;
        margin: auto;
    }
    ul.menu li.menu-item {
        width: auto;
    }
    ul.menu li.menu-item a {
        border-bottom: solid 1px var(--swl-color_border);
        border-top: none;
    }
}