@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@200;300;400;500;600;700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@400;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/**
font-family: 'IBM Plex Sans JP', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Zen Old Mincho', serif;

***/

body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}


/*
header
****************************************************************************/


/*　グローバルナビゲーション　***********************************/


/*グロ−バルメニュー*/

.navbar-brand {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.brand-mobile .navbar-brand {
    color: #ffffff;
}

ul#main-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

ul#main-menu li {
    display: flex;
    align-self: auto;
    flex: 1;
    border-right: 5px solid #fff;
    min-width: 0;
    /*border-top: solid 5px #000;*/
    border: solid 5px #000;
    border-left: none;
    background-color: #fff;
}

ul#main-menu li:before {
    background-color: #f48fb1;
    /* 線色 */
    border-radius: 5px;
    /* 線幅の半分 */
    content: "";
    display: block;
    height: 10px;
    /* 線幅 */
}

ul#main-menu li:first-child {
    border-left: 5px solid #000;
}

ul#main-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1em;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    /*background: #ff9a68;*/
    word-break: break-all;
    box-sizing: border-box;
}

#main-nav a.nav-link {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}


/*グロ−バルメニュー トグル*/

button.navbar-toggler span {
    color: #ffffff;
}

nav#main-nav {
    color: #ffffff;
}


/* Reset */

.wrapper {
    padding-top: 0;
}


/*
footer
****************************************************************************/


/*

****************************************************************************/


/*

****************************************************************************/


/*

****************************************************************************/