@charset "UTF-8";

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    font-family: fot-tsukuardgothic-std, -apple-system, Roboto, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
    scroll-behavior: smooth;
    font-feature-settings: "palt";
    margin: 0;
}

body {
    margin: 0;
    background-color: #fff;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    color: #3B3938;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: .3s;
    word-wrap: break-word;
}

a:hover {
    transition: .3s;
}

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    /* 1 */
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

img {
    max-width: 100%;
}
/*
reset end
*/






html {
    width: 100%;
}
body {
    background-color: #FAF6EE;
    width: 100%;
}
.body-wrap {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1280px) {
    .body-wrap {
        max-width: 100%;
    }
}

.float {
    position: fixed;
    right: 26px;
    bottom: 10px;
    z-index: 1000;
    max-width: 130px;
    transition: .3s;
}
.float:hover {
    opacity: .5;
    transition: .3s;
}
.btn {
    background-color: #CC3A71;
    border: 1px solid #CC3A71;
    position: relative;
    display: block;
    width: fit-content;
    padding: 20px 64px;
}
.btn:hover {
    background-color: #a9164f;
}
.btn p {
    color: #fff;
    text-align: center;
}
.btn::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-right-wh.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.top-wrap {
    background-image: url(../img/bg-top-br.png);
    background-repeat: no-repeat;
    background-position: top 50% right 0%;
    background-size: 60%;
}

.top-top {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-image: url(../img/bg-top-bg.png), url(../img/bg-top-gr.png);
    background-repeat: no-repeat;
    background-position: top 0% left 0%, top 0% right 0%;
    background-size: 20%, 40%;
    padding: 30px;
}
.top-top nav {
    width: fit-content;
    background-color: #fff;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 22px 36px;
    border-radius: 12px;
    margin: 0px auto;
}
.top-top nav a {
    font-size: 16px;
    color: #835333;
}
.top-top nav a:hover {
    color: #da9b71;
}
.top-logo-pc {
    max-width: 770px;
    margin: 100px auto 0;
    display: block;
    position: relative;
    z-index: 10;
}
.top-logo-pc img {
    width: 100%;
}
.img-top-left {
    position: absolute;
    max-width: 330px;
    top: 52px;
    left: 58px;
    pointer-events: none;
}
.img-top-right {
    position: absolute;
    max-width: 120px;
    top: 110px;
    right: 100px;
    pointer-events: none;
}
.img-top-bottom {
    position: absolute;
    max-width: 314px;
    bottom: 6px;
    left: 54px;
    pointer-events: none;
}
.top-logo-smt {
    display: none;
}
@media (max-width: 1280px) {
    .img-top-left {
        max-width: 280px;
        top: 52px;
        left: 12px;
    }
    .img-top-right {
        position: absolute;
        max-width: 90px;
        top: 80px;
        right: 12px;
    }
    .img-top-bottom {
        max-width: 30%;
        bottom: 6px;
        left: 24px;
        pointer-events: none;
    }
}
@media (max-width: 1000px) {
    .top-top nav {
        flex-wrap: wrap;
        gap: 24px;
        padding: 22px 24px;
    }
    .top-logo-pc {
        display: none;
    }
    .top-logo-smt {
        margin-top: 30%;
        display: initial;
    }
    .img-top-left {
        top: 100px;
    }
    .img-top-right {
        top: 120px;
        right: 12px;
    }
    .img-top-bottom {
        max-width: 40%;
        bottom: 6px;
        left: 24px;
        pointer-events: none;
    }
}
@media (max-width: 800px) {
    .top-logo-smt {
        margin-top: 50%;
    }
    .img-top-left {
        top: 130px;
        max-width: 200px;
    }
    .img-top-right {
        top: 140px;
        right: 12px;
        max-width: 80px;
    }
    .img-top-bottom {
        max-width: 64%;
        bottom: 6px;
        left: 16px;
    }
    .top-top {
        background-size: 50%, 40%;
        padding: 24px 16px;
    }
    .top-top nav {
        gap: 8px 14px;
    }
    .top-top nav a {
        font-size: 15px;
    }
}
@media (min-width: 1980px) {
    .top-top {
        background-image: url(../img/bg-top-bg.png), url(../img/bg-top-gr.png);
        background-repeat: no-repeat;
        background-position: top 0% left 0%, top 0% right 0%;
        background-size: 718px, 480px;
        padding: 30px;
    }
    .top-wrap {
        background-image: url(../img/bg-top-br.png);
        background-size: 735px;
    }
    .top-logo-pc {
        max-width: 900px;
        margin: 300px auto 0;
        display: block;
        position: relative;
        z-index: 10;
    }
    .img-top-left {
        position: absolute;
        max-width: 430px;
        top: 52px;
        left: 258px;
        pointer-events: none;
    }
    .img-top-right {
        position: absolute;
        max-width: 200px;
        top: 110px;
        right: 320px;
        pointer-events: none;
    }
    .img-top-bottom {
        position: absolute;
        max-width: 400px;
        bottom: 6px;
        left: 254px;
        pointer-events: none;
    }
}

.top-bottom {
    padding: 27px 0 100px;
}
.top-bottom-inner {
    max-width: 920px;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}
.top-bottom-inner h2 {
    font-size: 28px;
    color: #835333;
    display: inline-block;
    border-bottom: 2px solid #835333;
}
.top-bottom-inner p {
    padding: 20px 0 40px;
}
.top-bottom-inner>img {
    max-width: 310px;
}
.topbottom-container {
    padding: 40px;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}
.topbottom-container img {
    max-width: 188px;
}
@media (max-width: 1000px) {
    .top-bottom {
        padding: 27px 24px 100px;
    }
    .topbottom-container {
        padding: 24px 0 0;
        margin: 20px 0 0;
        gap: 16px 24px;
    }
}
@media (max-width: 800px) {
    .top-bottom-inner {
        padding: 24px 16px;
    }
    .top-bottom {
        padding: 27px 16px 70px;
    }
    .topbottom-container img {
        max-width: 46%;
    }
    .topbottom-container {
        gap: 8px 16px;
    }
    .top-bottom-inner h2 {
        font-size: 22px;
    }
    .top-bottom-inner>img {
        max-width: 260px;
    }
}

.sanka {}
.sanka h2 {
    background-color: #8D694A;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    padding: 40px 0;
}
.sankatop-wrap {
    display: block;
    width: 100%;
    background-color: #E7D6BB;
    position: relative;
}
.sankatop-wrap::before {
    content: '';
    position: absolute;
    bottom: 36px;
    right: 32px;
    max-width: 118px;
    width: 100%;
    height: 166px;
    background-image: url(../img/bg-ar-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sankatop-wrap::after {
    content: '';
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #E7D6BB;
    z-index: -1;
}
.sankatop-inner {
    max-width: 920px;
    margin: auto;
    padding: 40px 0 48px;
    text-align: center;
}
.sankabottom-wrap {
    padding: 113px 0 0;
}
.sankatop-inner h3 {
    font-size: 24px;
}
.sankatop-inner>p {
    padding: 20px 0 0;
}
.sankatop-flex {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    padding: 40px 0 0;
}
.sankatop-flex h4 {
    color: #CC3A71;
    font-size: 18px;
    padding: 27px 0 20px;
}
.sanka-cursol {
    display: block;
    background-image: url(../img/icon-right.png);
    background-repeat: no-repeat;
    background-size: 11px 24px;
    background-position: center 18%;
}
.sankatop-box p {
    text-align: left;
}
.sankabottom-wrap .btn {
    border-radius: 55px;
    max-width: 414px;
    width: 100%;
    margin: 30px auto 64px;
}
.sankabottom-wrap .btn p {
    font-size: 24px;
    line-height: 1.4em;
}

@media (min-width: 1280px) {
    .sankatop-wrap::after {
        border-right: 640px solid transparent;
        border-left: 640px solid transparent;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
@media (max-width: 1280px) {
    .sankatop-wrap::before {
        bottom: -100px;
        max-width: 90px;
    }
}
@media (max-width: 1000px) {
    .sankatop-flex {
        display: block;
        padding: 40px 24px 0;
    }
    .sankatop-box {
        display: grid;
        grid-template-columns: 160px 1fr;
        grid-template-rows: auto 1fr;
        gap: 0 24px;
        margin-bottom: 24px;
    }
    .sankatop-box:last-child {
        margin-bottom: 0;
    }
    .sankatop-flex img {
        grid-column: 1/2;
        grid-row: 1/3;
    }
    .sankatop-flex h4 {
        grid-column: 2/3;
        grid-row: 1/2;
        text-align: left;
    }
    .sankatop-flex p {
        grid-column: 2/3;
        grid-row: 2/3;
        text-align: left;
    }
}

@media (max-width: 800px) {
    .sanka h2 {
        font-size: 22px;
        padding: 24px 0 20px;
    }
    .sankatop-inner {
        padding: 40px 24px 48px;
    }
    .sankatop-box {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 160px auto auto;
        gap: 0 24px;
        margin-bottom: 24px;
    }
    .sankatop-flex {
        padding: 40px 0px 0;
    }
    .sankatop-flex img {
        grid-column: 1/2;
        grid-row: 1/2;
        height: 160px;
        width: auto;
        margin: auto;
    }
    .sankatop-flex h4 {
        grid-column: 1/2;
        grid-row: 2/3;
        text-align: center
    }
    .sankatop-flex p {
        grid-column: 1/2;
        grid-row: 3/4;
        text-align: center
    }
    .sankatop-flex h4 {
        padding: 14px 0;
    }
    .sankatop-wrap::after {
        border-top: 60px solid #E7D6BB;
    }
    .sankabottom-wrap {
        padding: 113px 24px 0;
    }
    .sankabottom-wrap .btn p {
        font-size: 18px;
        line-height: 1.4em;
    }
    .btn {
        padding: 20px 32px;
    }
}

.present {
    background-image: url(../img/bg-present-gr.png);
    background-repeat: no-repeat;
    background-position: top 0% left 0%;
    background-size: 50%;
    padding: 40px 0 150px;
}
.present-wrap {
    max-width: 920px;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    position: relative;
}
.present-wrap h2 {
    font-size: 28px;
    color: #835333;
    display: block;
    width: fit-content;
    border-bottom: 2px solid #835333;
    margin: auto;
}
.present-wrap>img {
    max-width: 440px;
    margin: 20px auto;
    display: block;
    width: 100%;
}
.present-wrap>p {
    text-align: center;
}
.present-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin-top: 42px;
}
.present-inner h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    color: #6EA08E;
}
.present-inner p {
    text-align: center;
    padding-top: 20px;
}
.present-box:nth-child(2) h3 {
    color: #8D636A;
}
.present-box:last-of-type h3 {
    color: #BD9650;
}
.present-wrap>img:last-of-type {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 200px;
}
@media (max-width: 1000px) {
    .present {
        display: block;
        padding: 40px 24px 100px;
    }
    .present-inner {
        gap: 10px;
    }
    .present-wrap {
        padding: 32px 24px;
    }
    .present-inner h3 {
        font-size: 18px;
    }
}
@media (max-width: 800px) {
    .present {
        display: block;
        padding: 40px 16px 100px;
    }
    .present-wrap p br:first-of-type {
        display: none;
    }
    .present-inner {
        display: block;
    }
    .present-inner h3 {
        font-size: 22px;
        margin-top: 32px;
    }
    .present-wrap {
        padding: 32px 24px 100px;
    }
    .present-wrap>img:last-of-type {
        bottom: -60px;
        max-width: 150px;
    }
    .present h2 {
        font-size: 22px;
    }
    .present-box img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media (min-width: 1280px) {
    .present {
        background-size: 670px;
    }
}


.stamp {
    background-color: #E7D6BB;
    padding: 0 0 100px;
}
.stamp h2 {
    background-color: #8D694A;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    padding: 40px 0;
    margin-bottom: 40px;
}
.stamp p {
    text-align: center;
}
.stamp-wrap {
    display: grid;
    grid-template-columns: 15fr 16fr;
    gap: 3%;
    margin-top: 58px;
}
.stamp-inner {
    position: relative;
}
.stamp-wrap .map {
    background-color: #fbf7ee;
}
.stamp-inner h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #8D694A;
    border-radius: 20px;
    font-size: 20px;
    padding: 9px 24px;
    width: 80%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stamp-inner:nth-child(2) h3 {
    background-color: #6EA08E;
}
.stamp-inner .stamp-inner-wrap:nth-child(2) h3 {
    background-color: #BD9650;
}
.stamp-inner .stamp-inner-wrap:nth-child(3) h3 {
    background-color: #8D636A;
}
.stamp-inner.point h3::before {
    content: '';
    background-image: url(../img/icon-go.png);
    display: block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
}
.stamp-inner-wrap {
    position: relative;
    background-color: #fff;
    margin-bottom: 60px;
}
.stamp-inner-wrap:last-of-type {
    margin-bottom: 0;
}
.stamp-box.wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 16px 20px;
    gap: 2%;
}
.stamp-box.inner {}
.stamp-box.inner h4 {
    font-size: 18px;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: baseline;
    gap: 2px;
    letter-spacing: 0.01em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.stamp-box.inner h4::before {
    content: '１';
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #6EA08E;
    border-radius: 50%;
    color: #6EA08E;
    text-align: center;
    padding-left: 1px;
}
.stamp-box.inner:nth-child(2) h4::before {
    content: '２';
}
.stamp-box.inner:nth-child(3) h4::before {
    content: '３';
}
.yamashiro .inner h4::before {
    border: 2px solid #BD9650;
    color: #BD9650;
}
.yamashiro .inner:nth-child(1) h4::before {
    content: '４';
}
.yamashiro .inner:nth-child(2) h4::before {
    content: '５';
}
.yamashiro .inner:nth-child(3) h4::before {
    content: '６';
}
.yamanaka .inner h4::before {
    border: 2px solid #8D636A;
    color: #8D636A;
}
.yamanaka .inner:nth-child(1) h4::before {
    content: '７';
}
.yamanaka .inner:nth-child(2) h4::before {
    content: '８';
}
.yamanaka .inner:nth-child(3) h4::before {
    content: '９';
}
.stamp-box-link {
    display: flex;
    justify-content: center;
    gap: 2%;
}
.stamp-inner-wrap a {
    background-color: #CC3A71;
    border: 1px solid #CC3A71;
    position: relative;
    display: inline-block;
    width: fit-content;
    padding: 6px 32px 6px 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 17px;
    font-weight: 400;
}
.yamanaka .inner:last-child a {
    padding: 6px 26px 6px 12px;
}
.yamanaka .inner:last-child a::after {
    right: 6px;
}
.stamp-inner-wrap a::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-right-wh.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.stamp-inner-wrap a:hover {
    background-color: #a9164f;
}
.stamp-box p {
    font-size: 12px;
    color: #835333;
    text-align: left;
    letter-spacing: 0em;
    margin-top: 6px;
    line-height: 1.4em;
}
@media (max-width: 1000px) {
    .stamp-wrap {
        display: block;
        padding: 24px;
        margin-top: 40px;
    }
    .stamp-inner.point {
        margin-top: 60px;
    }
}
@media (max-width: 800px) {
    .stamp h2 {
        font-size: 22px;
        padding: 24px 0 20px;
    }
    .stamp>p {
        padding-left: 16px;
        padding-right: 16px;
    }
    .stamp-inner h3 {
        font-size: 18px;
        width: 96%;
        padding: 9px 16px;
    }
    .stamp-box.wrap {
        display: block;
        padding: 40px 20px 20px;
        gap: 3%;
    }
    .stamp-box.inner {
        padding-bottom: 18px;
    }
    .stamp-box.inner img {
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .stamp-wrap {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }
}


.stamp-ar {
    max-width: 920px;
    width: 100%;
    padding: 40px 38px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    margin: 40px auto 0;
    border-radius: 30px;
}
.stamp-ar-left {
    position: relative;
}
.stamp-ar-left img:last-of-type {
    position: absolute;
    width: 144px;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.stamp-ar-right li {
    display: grid;
    align-items: baseline;
    grid-template-columns: 10px 1fr;
    gap: 4px;
    margin-bottom: 10px;
    color: #3B3938;
}
.stamp-ar-right li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3B3938;
}
@media (max-width: 1000px) {
    .stamp-ar {
        width: 92%;
        padding: 32px 24px;
        grid-template-columns: 1fr;
    }
    .stamp-ar-left img:last-of-type {
        position: absolute;
        width: 120px;
        bottom: 0px;
        left: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    .stamp-ar-left img:first-child {
        margin-left: 120px;
        max-width: 420px;
    }
}
@media (max-width: 800px) {
    .stamp-ar-left img:last-of-type {
        width: 80px;
        bottom: -60px;
    }
    .stamp-ar-left img:first-child {
        margin-left: 0px;
        max-width: 420px;
        width: 100%;
    }
    .stamp-ar {
        gap: 80px;
    }
}

.bottom {
    background-image: url(../img/bg-oubo-br.png), url(../img/bg-oubo-bg.png);
    background-repeat: no-repeat;
    background-position: top 0% right 0%, top 50% left 0%;
    background-size: 30%, 30%;
    padding: 100px 0;
}
.bottom h2 {
    font-size: 28px;
    color: #835333;
    display: block;
    width: fit-content;
    border-bottom: 2px solid #835333;
    text-align: center;
    margin: 0 auto 20px;
}
.bottom h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    background-color: #8D694A;
    color: #fff;
    font-size: 20px;
    padding: 8px 16px;
    border-radius: 20px;
    width: fit-content;
}
.bottom p,
.bottom li,
.bottom h4 {
    color: #3B3938;
    font-size: 16px;
    line-height: 1.7em;
}
.bottom ul {
    padding-left: 20px;
}
.bottom li {
    list-style-type: disc;
}
.bottom li::marker {
    color: #3B3938;
}
.bottom p>a {
    color: #2B70C3;
    text-decoration: underline;
}
.bottom section {
    max-width: 920px;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
    margin: 0px auto 100px;
}
.bottom section:last-of-type {
    margin: 0px auto 0px;
}
.bottom .btn {
    border-radius: 55px;
    max-width: 276px;
    width: 100%;
    padding: 14px 50px 14px 20px;
}
.bottom .btn p {
    font-size: 16px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    letter-spacing: 0.08em;
}
.bottom .btn::after {
    width: 20px;
    height: 20px;
    right: 20px;
}
.caution-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 1000px) {
    .bottom {
        padding: 60px 24px;
    }
    .bottom section {
        max-width: 920px;
        width: 100%;
        padding: 40px;
        background-color: #fff;
        border-radius: 30px;
        margin: 0px auto 32px;
    }
}
@media (max-width: 800px) {
    .bottom {
        padding: 60px 16px 100px;
    }
    .bottom section {
        max-width: 920px;
        width: 100%;
        padding: 32px 16px;
        background-color: #fff;
        border-radius: 30px;
        margin: 0px auto 32px;
    }
    .bottom h2 {
        font-size: 22px;
    }
    .bottom h3 {
        margin-bottom: 6px;
        font-size: 18px;
        padding: 4px 12px;
        border-radius: 20px;
        width: fit-content;
    }
    .caution-btn {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
}
@media (min-width: 1280px) {
    .bottom {
        background-image: url(../img/bg-oubo-br.png), url(../img/bg-oubo-bg.png);
        background-repeat: no-repeat;
        background-position: top 0% right 0%, top 50% left 0%;
        background-size: 464px, 402px;
        padding: 100px 0;
    }
}

footer {
    background-color: #8D694A;
}
footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 5px;
}
@media (max-width: 800px) {
    footer p {
        color: #fff;
        font-size: 10px;
    }
}