@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-old-mincho-medium {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-old-mincho-semibold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

.zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}

.zen-old-mincho-black {
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-<uniquifier> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}



html, body, h1, h2, h3, h4, h5, h6, header, footer, nav, ul, ol, li, div, p, img, br {
    margin: 0;
    padding: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

.font_01 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.57em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.48em;
    line-height: 100%;
}

.font_02 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.42em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 200%;
}

.font_03 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.font_04 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font_05 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.71em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.16em;
    line-height: 200%;
    writing-mode: vertical-rl
}

.font_06 {
    width: 305px;
    height: 66px;
    padding-left: 10px;
    background: url(../toyonaga_images/bg_menu_01.svg) no-repeat center center;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.57em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.16em;
    line-height: 218%;
}

.font_08 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.42em;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    line-height: 100%;
}

.font_08 span {
    display: block;
    margin-bottom: 13px;
    font-size: 0.7em;
}

.font_10 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 200%;
}


.font_11 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.57em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 180%;
}

.font_12 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 200%;
}

.font_13 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.14em;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 200%;
}

@media (max-width: 750px) {
    html, body, h1, h2, h3, h4, h5, h6, header, footer, nav, ul, ol, li, div, p, img, br {
        /**margin: 0;
        padding: 0;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight:500;
        font-style: normal;
        font-feature-settings: "palt";
        line-height: 200%;
        color: #000000;**/
        font-size: 11px;
    }

    ul, ol {
        list-style: none;
    }

    .font_05 {
        /**font-family: "Zen Old Mincho", serif;
        font-size: 1.71em;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.16em;
        line-height: 200%;**/
        writing-mode: horizontal-tb;
    }
}

@media(min-width:750px){
    .sp{
        display: none !important;
    }
}

@media(max-width:751px){
    .pc{
        display: none !important;
    }
}

/**@media screen and (max-width: 640px) {**/
    .floating-banner_pc {
        position: fixed;
        z-index: 99999;
        top: 20px;
        right: 0;
        width: 40px;
    }
    .floating-banner_pc ul {
        width: 100%;
        height: 220px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px 0 0 20px;
        background: #00285b;
    }
    .floating-banner_pc ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .floating-banner_pc ul li a {
        font-weight: 700;
        font-feature-settings: "none";
        writing-mode: vertical-rl;
        color: #FFFFFF;
    }
/**}**/
/* /フローティング PC */

/* フローティング SP */
/**.floating-banner {
    display: none;
}
@media screen and (max-width: 990px) {
    .floating-banner {
        display: none;
    }
}
@media screen and (max-width: 640px) {**/
    .floating-banner {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        width: 100%;
    }
    .floating-banner ul {
        width: 100%;
        height: 45px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        background: #00285b;
    }
    .floating-banner ul li {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.25em;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        line-height: 100%;
    }
    .floating-banner ul li:nth-child(1) {
        border-right: 1px solid #FFFFFF;
    }
    .floating-banner ul li a {
        font-weight: 700;
        color: #FFFFFF;
    }
    .floating-banner ul li:nth-child(1) a {
        display: flex;
        align-items: center;
    }
    .floating-banner ul li a.tel {
        font-size: 1.15em;
    }
    .floating-banner ul li a.tel:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 8px 0 0;
        border-radius: 50%;
        background: #b81d22 url(../toyonaga_images/icn_tel.svg) no-repeat center center / cover;
    }
/**}**/
/* /フローティング SP */