@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");

:root {
    --main_color: #270300;
    --sub_color: #5f0606;
}

#wpadminbar {
    background-color: #1c1c1c85;
}

::selection,
::-moz-selection {
    background-color: #dfb199;
}

#sidebar {
    display: none;
}

body {
    color: var(--main_color);
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-style: normal;
    background: #fffaf4;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

p {
    margin-bottom: 1rem;
}

h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

main {
    width: 100%;
    margin: auto;
    max-width: 900px;
}
.top_section {
    margin: 0 1rem;
}
a {
    transition: 0.8s;
}

a:hover {
    opacity: 0.3;
}

.about_kagayaki {
    border: solid 1px;
    border-radius: 8px;
}

.note_section {
    border-color: var(--wp--preset--color--vivid-red);
    padding: 2rem;
    background: #fff;
    margin-bottom: 2rem;
    border: solid 1px var(--wp--preset--color--vivid-red);
}

.about_kagayaki {
    padding: 1rem;
    margin-bottom: 6rem;
    background: #fff;
}

.about_kagayaki .is-layout-flex {
    gap: 16px;
}

.fv_section {
    margin-bottom: 2rem;
}

.fv_section img {
    width: 900px;
}

.fair_text h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--main_color);
	margin-bottom:3rem;
}

.menu_section h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    background: var(--sub_color);
    margin-bottom: 2rem;
    padding: 0.75rem;
}

.fair_text {
    margin-bottom: 2rem;
}

i {
    font-size: 1.1rem;
}

.links_kagayaki {
    text-decoration: underline;
}
