body {
    font-family: "YuGothic", "Hiragino Kaku Gothic Pro", "Annie Use Your Telescope";
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

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

:lang(en) {
    font-family: "Palette Mosaic";
}



/* 共通レイアウト */

.wrapper {
    width: 95%;
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-mid {
    width: 95%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-min {
    width: 95%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}


.logo {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-left: 10px;
    text-align: left;
}

.section_title {
    font-size: 28px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    color: #562915;
}

.section_title-start {
    align-items: flex-start;
}

.section_title-center {
    align-items: center;
}

.section_title span {
    font-size: 65px;
}

@media (max-width: 768px) {
    .section_title {
        font-size: 16px;
        line-height: 40px;
    }

    .section_title span {
        font-size: 45px;
    }
}

@media (max-width: 570px) {
    .section_title {
        font-size: 15px;
        line-height: 30px;
    }

    .section_title span {
        font-size: 28px;
    }
}

/* ここからヘッダー */

.header_all {
    position: relative;
}

.sub_logo {
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}

.main_logo {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    font-family: Palette Mosaic;
}

.logo {
    margin-top: 5px;
    margin-left: 20px;
    align-items: center;
}

.header_nav-list {
    gap: 45px;
    font-size: 15px;
    text-align: center;
}

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

/* ここからハンバーガーメニュー */

.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 1001;
}

.menu-btn span {
    display: block;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.4s;
}

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 100%;
    background: #562915;
    transition: right 0.3s ease;
    padding-top: 60px;
    z-index: 1000;
}

.menu.active {
    right: 0;

}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu ul li {
    padding: 15px;
}

.menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.menu_icon {
    display: flex;
    text-align: center;
    padding: 15px;
    gap: 10px;
}

/* ここまでハンバーガーメニュー */
/* ここまでヘッダー */




/* ここからハンバーガーメニュー */

.sp_nav {
    z-index: 100;
    display: block;
    width: 30px;
    height: 23px;
}

.sp_nav .bar,
.sp_nav .bar::before,
.sp_nav .bar::after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #562915;
}

.sp_nav .bar::before {
    content: "";
    transition-duration: .6s;
    transform: translateY(-11px);
}

.sp_nav .bar::after {
    content: "";
    transition-duration: .6s;
    transform: translateY(11px);
}

.active .sp_nav .bar {
    background-color: #fff;
}

.active .sp_nav .bar::before {
    transform: translateY(0);
    background-color: #fff;
}

.active .sp_nav .bar::after {
    transform: translateY(0);
    background-color: #fff;
}

/* ここまでハンバーガーメニュー */

/* ここからボタン */
.button_wrap {
    text-align: center;
}

.button {
    font-size: 16px;
    font-weight: bolder;
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 258px;
    height: 55px;
    padding: 10px;
    align-items: center;
    text-align: center;
    color: #562915;
    background-color: #fff;
    border: 2px solid;
    border-radius: 50px;
    border-color: #562915;
}

/* ここまでボタン */

/* ここからフッター */

.footer {
    background-color: #562915;
    color: #fff;
}

.footer_adress,
.footer_nav {
    display: flex;
    gap: 60px;
}

.footer_nav {
    border-left: 1px dashed #fff;
    padding: 0 50px;

}

@media (max-width: 768px) {
    .footer_adress {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer_nav {
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 30px 50px;
    }

}

.adress {
    font-size: 16px;
}

.footer_inner {
    display: flex;
    justify-content: space-evenly;
    padding: 90px;
}

@media (max-width: 768px) {
    .footer_inner {
        padding: 90px 30px;
    }

}


.icon {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 35px;
    margin-left: 25%;
}

.insta_icon_white {
    width: 30px;
    height: 30px;
}

@media (max-width: 570px) {
    .footer_inner {
        flex-direction: column;
        align-items: center;
    }

    .footer_nav {
        order: 1;
        border-left: none;
        text-align: center;
    }

    .footer_adress {
        order: 2;
        margin-top: 40px;
        text-align: center;
    }

}

/* ここまでフッター */