﻿.ttl {
    text-align: center;
    margin-bottom: 3.2rem;
}
.pt-5 {
    color: #776656;
    font-family: "Noto Sans JP", sans-serif;
}
.ttl-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem
}

.ttl-deco::before,
.ttl-deco::after {
    content: "";
    display: block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ttl-deco::before {
    width: 1.2rem;
    height: .9rem;
    background-image: url(../img/common/title_clover.svg);
    position: relative;
    top: -1.1rem
}

@media screen and (min-width: 1100px) {
    .ttl-deco::before {
        width: 1.6rem;
        height: 1.2rem
    }
}

.ttl-deco::after {
    width: 2.4rem;
    height: 2rem;
    background-image: url(../img/common/title_bird.svg)
}

.ttl-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .ttl-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.ttl-label {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.7
}

@media screen and (min-width: 744px) {
    .ttl-label {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.ttl-title {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .1em;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .ttl-title {
        font-size: 3.2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 3.2rem;
    display: block
}

.ttl.brown.left {
    display: inline-block;
    margin-bottom: 0
}

.ttl.brown.left .ttl-deco {
    justify-content: flex-start;
    width: 100%
}

.ttl.brown .ttl-en {
    font-size: 1.2rem
}

.ttl.brown .ttl-deco::before {
    background-image: url(../img/common/title_clover2.svg)
}

.ttl.brown .ttl-deco::after {
    content: none
}

@media screen and (min-width: 744px) {
    .ttl.brown {
        margin-bottom: 4.8rem
    }

    .ttl.brown .ttl-title {
        font-size: 2.4rem
    }
}

.h-adr {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0rem 0 6rem
}

@media screen and (min-width: 744px) {
    .h-adr {
        padding: 6rem 0 8rem
    }
}

.fw-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #724822;
    padding-bottom: .8rem;
    border-bottom: 2px solid #c19d74;
    margin-bottom: .8rem
}

@media screen and (min-width: 744px) {
    .fw-bold {
        font-size: 1.8rem
    }
}

.row.my-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(193, 157, 116, .3);
    align-items: flex-start
}

@media screen and (min-width: 744px) {
    .row.my-3 {
        padding: 2.4rem 0
    }
}

.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: .8rem
}
.check_container .col-3 {
    margin-top: 2rem;
    margin-bottom: 0;
}

@media screen and (min-width: 744px) {
    .col-3 {
        flex: 0 0 22rem;
        max-width: 22rem;
        padding-top: 1rem
    }
}

.col-3 label {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.5;
    width: max-content
}

@media screen and (min-width: 744px) {
    .col-3 label {
        font-size: 1.5rem
    }
}

.required {
    display: inline-block;
    padding: .2rem .8rem;
    background-color: #e57d59;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1.4;
    flex-shrink: 0
}

.col {
    flex: 1
}

.form-control,
.form-select {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #724822;
    border: 1px solid rgba(193, 157, 116, .6);
    border-radius: 6px;
    padding: 1.2rem 1.4rem;
    background-color: #fff;
    transition: border-color .3s, box-shadow .3s;
    width: 100%
}

@media screen and (min-width: 744px) {

    .form-control,
    .form-select {
        font-size: 1.6rem;
        padding: 1.2rem 1.6rem
    }
}

.form-control::placeholder,
.form-select::placeholder {
    color: rgba(193, 157, 116, .7);
    font-size: 1.3rem
}

@media screen and (min-width: 744px) {

    .form-control::placeholder,
    .form-select::placeholder {
        font-size: 1.4rem
    }
}

.form-control:focus,
.form-select:focus {
    outline: none;
    border-color: #e57d59;
    box-shadow: 0 0 0 3px rgba(229, 125, 89, .15)
}

textarea.form-control {
    min-height: 18rem;
    resize: vertical;
    line-height: 1.8
}

.form-check {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.form-check .form-check-input {
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(193, 157, 116, .6);
    border-radius: 4px;
    cursor: pointer;
    transition: .3s
}

.form-check .form-check-input:checked {
    background-color: #e57d59;
    border-color: #e57d59;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5L6.5 11.5L12.5 4.5'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.form-check .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(229, 125, 89, .15)
}

.form-check .form-check-input[type=radio] {
    border-radius: 50%
}

.form-check .form-check-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #724822;
    cursor: pointer;
    padding-left: .4rem
}

@media screen and (min-width: 744px) {
    .form-check .form-check-label {
        font-size: 1.5rem
    }
}

.text-center {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    color: #724822;
    line-height: 1.8;
    margin-bottom: 1.6rem
}

@media screen and (min-width: 744px) {
    .text-center {
        font-size: 1.4rem
    }
}

.text-center a {
    color: #e57d59;
    text-decoration: underline;
    transition: color .3s
}

.text-center a:hover {
    color: #dd643b
}

.row.justify-content-evenly {
    justify-content: center !important;
    margin: 0;
    padding: 0
}

.error {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem
}

.error li {
    background-color: #fef2f0;
    border: 1px solid rgba(229, 125, 89, .4);
    border-radius: 6px;
    padding: 1rem 1.6rem !important;
    margin-bottom: .6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    color: #c0392b;
    line-height: 1.6
}

@media screen and (min-width: 744px) {
    .error li {
        font-size: 1.4rem
    }
}

.btn.btn-primary {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 1.6rem 3rem;
    background-color: #e57d59;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s;
    text-align: center;
    box-sizing: border-box;

}

@media screen and (min-width: 744px) {
    .btn.btn-primary {
        font-size: 1.8rem;
        max-width: 36rem;
        width: 36rem;
    }
}

.btn.btn-primary:hover {
    background-color: #dd643b
}

.btn.btn-secondary {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 1.6rem 3rem;
    background-color: #999;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s;
    text-align: center;
    box-sizing: border-box;

}

@media screen and (min-width: 744px) {
    .btn.btn-secondary {
        font-size: 1.8rem;
        max-width: 36rem;
        width: 36rem;
    }
}

.btn.btn-secondary:hover {
    background-color: #777
}


.input-group-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    color: #724822;
    background-color: #faf7f4;
    border: 1px solid rgba(193, 157, 116, .6);
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding: 1.2rem 1.4rem
}

.input-group .form-control,
.input-group .form-select {
    border-radius: 6px 0 0 6px
}

.form-confirm ul.row {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 0;

    @media screen and (min-width: 744px) {
        display: flex;
    }
}

 .form-confirm .p-3 ul.row {
    justify-content: center;
    gap: 4rem;
}
.form-confirm .p-3 ul.row li:not(:first-child) .btn.btn-primary {
    margin-top: 1.6rem;

    @media screen and (min-width: 744px) {
        margin-top: 4rem;
    }
}
.form-confirm ul.row li.col-auto:not(:last-child,.col-btn)::after {
    content: "、"
}


.my-4:not(:first-of-type) {
    margin-top: 4rem
}

.container.pt-5 {
    padding-top: 6rem
}

.u-mv {
    margin-top: 6rem
}

@media screen and (min-width: 1100px) {
    .u-mv {
        margin-top: 6rem
    }
}

.u-mv-tree img {
    width: 25.7rem
}

@media screen and (min-width: 1100px) {
    .u-mv-tree img {
        width: 40rem
    }
}


/* ul li {
    margin-top: 2rem
} */

/*# sourceMappingURL=mystyle.css.map */