@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0 !important;
        transition: none !important;
    }
}
.content-wrapper {
    background-color: #fdf4ef;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23D2B48C' fill-opacity='0.24'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 96px 96px;
}
.header_mid {
    background-color: #fff !important;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.header_mid .logo {
    display: inline-block;
    background: none !important;
    box-shadow: none !important;
}
.header_mid .logo img {
    height: 100px;
}
.header_mid .logo h1 {
    font-family: 'Dancing Script', cursive;
    margin-top: 10px;
    font-size: 24px;
}
.header_mid .logo p {
    font-size: 14px;
    color: #999;
}
/* ヘッダー全体 */
.custom-header {
    background-image:
        linear-gradient(180deg, #fdf6f0 0%, #fff 50%, #fff 100%);
    background-blend-mode: multiply;
    
    background-size: auto;
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* 中央ロゴと左右線 */
.header-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 左右のライン */
.line {
    flex: 1;
    height: 1px;
    background: #c9a07f;
    position: relative;
}
.line.left::before,
.line.right::before {
    content: "✿";
    position: absolute;
    top: -8px;
    font-size: 14px;
    color: #c9a07f;
}
.line.left::before {
    left: 10px;
}
.line.right::before {
    right: 10px;
}
/* 中央ロゴ文字 */
.logo-text {
    padding: 0 30px;
}
.logo-text h1 {
    font-family: 'Pacifico', cursive;
    /* font-family: 'Quicksand', sans-serif; */
    /* font-family: 'Kiwi Maru', serif; */
    font-size: 36px;
    margin: 0;
    color: #4b3b2a;
}
.logo-text p {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0 0;
    font-family: sans-serif;
}
.navbar-nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.nav-link:hover {
    color: rgba(0, 0, 0, .7);
}

/*画面サイズに合わせた変更*/
@media screen and (min-width: 400px) {
    .size-limit {
        display: block;
    }
    .size-limit p {
        font-size: 1.0rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .size-limit {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .size-limit {
        display: none;
    }
}

/* Index page btn styles */
.btn-amimono {
    color: #fff;
    background-color: #c9a07f;
    border-color: #c9a07f;
    box-shadow: none;
}
.badge-amimono {
    color: #fff;
    background-color: #a8714f;
    border-color: #a8714f;
}
.badge-amimono:hover {
    color: #fff;
    background-color: #9fb9b9
}
.btn-outline-amimono {
    color: #a8714f;
    border-color: #a8714f;
}
.btn-outline-amimono:hover {
    color: #fff;
    background-color: #a8714f;
}