@charset "utf-8";

@font-face {
    font-family: mamelon;
    src: url(../fonts/mamelon-3.5.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: mamelon-b;
    src: url(../fonts/mamelon-5-bold.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: けいふぉんと;
    src: url(../fonts/keifont.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgb(70, 39, 0);
    font-family: mamelon;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    color: rgb(70, 39, 0);
}

ol,
ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.aline-left {
    text-align: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

a {
    text-decoration: none;
}

a :hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

.bg-wh {
    background-color: rgb(255, 255, 255);
}

.bg-yellow {
    background-color: rgb(255, 248, 193);
}

.bg-pink {
    background-color: rgb(253, 228, 221);
}

.color-wh {
    color: rgb(255, 255, 255);
}

.color-black {
    color: rgb(0, 0, 0);
}

.color-orange {
    color: rgb(255, 98, 0);
}

.site-container {
    padding: 100px 0;
}

.inner {
    width: 70%;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.font-bold {
    font-weight: bold;
}

.mamelon-b {
    font-family: mamelon-b;
}

.sp-only {
    display: none;
}


@media screen and (max-width:1023px) {
    .site-container {
        padding: 50px 0;
    }

    .inner {
        width: 90%;
    }

    .sp-only {
        display: block;
    }
}