@charset "utf-8";

@font-face {
    font-family: 'nikumaru';
    src: url('../fonts/07にくまるフォント.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corp';
    src: url('../fonts/Corporate-Logo-Rounded-Bold-ver3.woff2') format('woff2'),
        url('../fonts/Corporate-Logo-Rounded-Bold-ver3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

/* ----------------------------- */

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #575454;
    background-color: #fff;

}

body {
    overflow-x: hidden;
}


main {
    padding-bottom: 100px;
    background: url(../images/sango_1954x494.png) no-repeat center bottom;
    background-size: 100% auto;
    left: 0;
    bottom: 0;
}

address {
    font-style: normal;
}

.flex {
    display: flex;
}

.inner-1 {
    max-width: 1100px;
    margin: 0 auto;
}

.bg-1 {
    background-color: #FFFADD;
    background-image: linear-gradient(#fffaddef, #fffaddef), url(../images/noise.png);
    background-repeat: repeat;
    background-size: 500px;
}

.sp_br {
    display: none;
}

/* ------------------------------- */

.header {
    position: fixed;
    z-index: 1000;
}

header {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    position: relative;
    padding: 0 30px;
    background-color: #fff;
}

header .logo p {
    font-size: 10px;
}

header h1 {
    line-height: 55px;
}

header nav ul li {
    width: 50px;
    height: 50px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    margin: 7px 5px 4px;
}

header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    color: #575454;
    transition: opacity 0.3s;
}

header nav ul li a:hover {
    opacity: 0.6;
}

.nav1 {
    background: url(../images/nav1.svg) no-repeat center top/ 30px 30px;
    top: 0;
    left: 0;
}

.nav2 {
    background: url(../images/nav2_35x32.svg) no-repeat center top/ 35px 32px;
    top: 0;
    left: 0;
}

.nav3 {
    background: url(../images/nav3_35x35.svg) no-repeat center top/ 35px 35px;
    top: 0;
    left: 0;
}

.nav4 {
    background: url(../images/nav4_35x35.svg) no-repeat center top/ 35px 35px;
    top: 0;
    left: 0;
}

.nav5 {
    background: url(../images/nav5_30x30.svg) no-repeat center top/ 30px 30px;
    top: 0;
    left: 0;
}

.nav6 {
    background: url(../images/nav6_30x30.svg) no-repeat center top/ 35px 35px;
    top: 0;
    left: 0;
}

.line {
    margin: 15px 0;
}

header address {
    margin: 10px 10px;
}

header address .tel {
    font-family: 'nikumaru', sans-serif;
    font-size: 18px;
    color: #F79A70;
    margin-left: 10px;
}

header address .time {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1;
}


header::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/line_82x3.png) center center repeat;
    bottom: 0;
    left: 0;
    position: absolute;
}


/* ---------------------------------- */



.contact {
    border: 2px solid #f79a70;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 650px;
    margin: 100px auto;
    text-align: center;
    padding: 30px;
}

.contact h3 {
    padding-left: 0;
}

.contact h3::after {
    content: none;
}

.contact dl {
    margin: 30px 120px 0 30px;
    text-align: left;

}

.contact dl dt {
    margin-right: 10px;
}

.contact .tel {
    font-family: 'nikumaru', sans-serif;
    font-size: 24px;
    color: #F79A70;
}


.contact .line {
    margin-top: 60px;
}


footer {
    padding: 50px 0;
    position: relative;
}

footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/line_82x3.png) center center repeat;
    top: 0;
    left: 0;
    position: absolute;
}


footer .flex {
    align-items: center;
    margin-bottom: 50px;
}


footer address {
    margin-right: 50px;
    font-weight: bold;
    text-align: left;
}

footer address .tel {
    margin: 10px 0;
}

footer dl {
    border-left: 2px solid #FFC800;
    border-right: 2px solid #FFC800;
    padding: 0 50px;
}

footer dd {
    margin-bottom: 10px;
}

footer .instagram {
    margin-left: 50px;
    text-align: center;

}

footer .instagram p {
    margin-bottom: 30px;
}

footer .copy {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}


/* ---------------------------------- */


.to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
}




/* ------------------------------------ */


/* ---------------------------------- */
/* Hamburger Menu */
/* ---------------------------------- */

.hamburger-menu {
    display: none;
    /* PCでは非表示 */
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1001;
    /* ヘッダーより手前に */
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #006881;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
}

body.no-scroll {
    overflow: hidden;
}



@media screen and (max-width: 860px) {



    body {
        font-size: 14px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;

    }

    .inner-1 {
        padding: 0 20px;
    }


    header {
        width: 100%;
        height: 60px;
        justify-content: space-between;
        position: relative;
        padding: 0 10px;
        background-color: #fff;
    }

    header h1 {
        margin: 0 auto;
    }

    .header .flex {
        margin: 0 auto;
        justify-content: center;
    }




    .contact {
        margin: 50px 20px;
    }

    .contact .flex {
        flex-direction: column;
    }

    .contact .flex .flex {
        flex-direction: row;
    }

    .contact dl {
        margin: 30px 0;
        justify-content: center;

    }

    .contact .tel {
        font-size: 18px;
    }

    .contact .time {
        font-size: 13px;
    }

    .contact .line {
        margin-top: 0;
    }






    footer .flex {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    footer address {
        margin-right: 0;
    }

    footer dl {
        padding: 20px 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #FFC800;
        border-bottom: 1px solid #FFC800;
    }

    footer .instagram {
        margin-left: 0;
    }






    /* ーーーーーーーーーーーーーーーーーーーー    */

    .hamburger-menu {
        display: block;
    }

    /* ナビゲーションメニューをデフォルトで非表示に */
    .global-nav {
        display: none;
    }

    /* ナビゲーションメニューが開いた時のスタイル */
    .global-nav.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background-color: rgba(255, 250, 221, 0.9);
        z-index: 1000;
        padding-top: 60px;
    }

    .global-nav.active ul {
        flex-direction: column;
        align-items: center;
        /* gap: 20px; */
    }

    .global-nav.active ul li {
        width: auto;
        /* PC用の固定幅を解除 */
        height: auto;
        /* PC用の固定高を解除 */
        margin: 0;
        /* PC用のマージンを解除 */
    }

    .global-nav.active ul li a {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 45px;
        /* background-image: none; アイコンを非表示に */
    }

    .nav1 {
        background: url(../images/nav1.svg) no-repeat left center/ 30px 30px;
        top: 0;
        left: 0;
    }

    .nav2 {
        background: url(../images/nav2_35x32.svg) no-repeat left center/ 35px 32px;
        top: 0;
        left: 0;
    }

    .nav3 {
        background: url(../images/nav3_35x35.svg) no-repeat left center/ 35px 35px;
        top: 0;
        left: 0;
    }

    .nav4 {
        background: url(../images/nav4_35x35.svg) no-repeat left center/ 35px 35px;
        top: 0;
        left: 0;
    }

    .nav5 {
        background: url(../images/nav5_30x30.svg) no-repeat left center/ 30px 30px;
        top: 0;
        left: 0;
    }

    .nav6 {
        background: url(../images/nav6_30x30.svg) no-repeat left center/ 35px 35px;
        top: 0;
        left: 0;
    }

    /* メニュー内の連絡先情報 */
    .nav-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding:40px 0; 
    }

    .nav-contact .line {
        margin: 0;
    }

    .nav-contact address {
        margin: 0;
    }

    /* ハンバーガーボタンがアクティブな時のスタイル（バツ印） */
    .hamburger-menu.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(45deg);
    }

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

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



    .to-top img {
        width: 50px;
        height: auto;
        ;
    }



}


@media screen and (max-width: 420px) {

    .header .flex p span {
        display: block;
    }

    .sp_br {
        display: block;
    }
}