body {
    font-size: 18px;
    /* font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; */
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
}

@media (max-width: 768px) {
    body {
        font-size: 1.0em;
    }

}


#all_content {
    background-color: #ffffff;
}


/*k.arimaここから*/

header {
    background-color: #f7c8b8;
}

footer {
    background-color: #ed7b50;
}

.footer_container {
    text-align: center;
    color: #ffffff;
}

.copyright {
    margin: 10px 0;
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .copyright {
        font-size: 1.0rem;
    }
}


.fullPageScroll {
    width: 100%;
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.section {
    width: 100%;
    /* height: 100vh; */
    padding: 10%;
    scroll-snap-align: start;
}

.imageWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.full_screen_pagination {
    position: fixed;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

.full_screen_pagination a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 24px 0;
    border-radius: 50%;
    background-color: #fcfcfc;
    transition: transform 0.2s;
}

.full_screen_pagination a.active {
    transform: scale(1.8);
}


.section {
    color: #fff;
}


.c_section_container {
    /* color: #fff; */
    /* margin-bottom: 100px; */
    padding-bottom: 30px;
}


.section_title {
    /* letter-spacing: 1.8rem; */
    /* letter-spacing: 1.2rem; */
    font-weight: normal;
    text-align: center;
    font-size: 2.0em;
    /* font-weight: normal; */
    padding: 50px 0;
    line-height: 3.2rem;
}

.section_title_sub {
    /* letter-spacing: 1.8rem; */
    /* letter-spacing: 1.2rem; */
    font-weight: normal;
    /* text-align: center; */
    font-size: 2.0em;
    /* font-weight: normal; */
    padding: 50px 0;
    line-height: 3.2rem;
}


.section_content {
    /* text-align: center; */

    /* letter-spacing: 0.2rem; */
    /* line-height: 1.8em;
    font-size: 1.8em; */
}

.c_midashi_1 {
    font-size: 6.0rem;
}


.c_button {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 50rem;
    /* border-color: #212529; */
    border: 1px solid #212529;
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    padding: 1rem;
    /* font-size: 1.575rem; */
    font-size: 1.2rem;
    margin: 10px 6px;
    text-align: center;
    /* min-width: 180px; */
    /* min-width: 180px; */
}

/* .c_button::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f13a";
    position: absolute;
    right: 30px;
} */

.c_button_pay {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 50rem;
    border: 1px solid #212529;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .c_midashi_1 {
        font-size: 2.6rem;
    }

    .c_button {
        font-size: 1.0rem;
    }
}





.table_company {
    width: 50%;
    background-color: transparent;
    margin-bottom: 0px;
    /* font-size: 2.0em; */
}

.table_company th {
    font-weight: normal;
    min-width: 400px;
}


.table_company th,
.table_company td {
    /* width: 50%; */
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 0px;
    border-bottom: 0px;
    text-align: left;
}

@media (max-width: 768px) {
    .table_company {
        width: 80%;
        font-size: 1.0em;
    }

    .table_company th {
        min-width: auto;
    }
}

.under {
    border-bottom: 1px solid #212529;
}

.c_section_box {
    height: 200px;
    background-color: #c9c9c9;
    margin-bottom: 20px;
}

.c_section_box_title {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.c_section_box_container {
    font-size: 1.4rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.about_musubime_title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-weight: bold;
    letter-spacing: 1.0rem;
    text-align: center;
    font-size: 1.6rem;
    width: 260px;
}

.about_musubime_content {
    border: #212529 1px solid;
    /* padding: 10px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    margin-bottom: 20px;
}

/*k.arimaここまで*/
.c_button_pay {
    background-color: #fff;
}


.bg_site_color {
    background-color: #f7c8b8;
}


.header_menus a {
    color: #fff;
    font-size: 2.0rem;
    margin: 0px 16px;
}

@media (max-width: 768px) {
    .header_menus a {
        font-size: 1.0rem;
        margin: 6px;
    }
}

.c_marker_1 {
    color: #ed7b50;
}

.vvv {
    /* width: 300px; */
    position: relative;
    padding-bottom: 50px;
    /* margin: 0 50px; */
}

.vvv::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    right: -56px;
    top: 64px;
    font-size: 2.6rem;
}

@media (max-width: 991px) {
    .vvv::after {
        right: 50%;
        top: auto;
        bottom: 0px;
        content: "\f0d7";
        font-size: 3.0rem;
    }
}

.c_input_form_container_wrapper {
    max-width: none;
}

.c_input_form_container {
    background-color: transparent;
}

.c_input_form label {
    margin-top: 6px;
    margin-bottom: 6px;
}

.c_input_form input,
.c_input_form textarea {
    font-size: 2.0rem;
}


.c_button_1 {
    background-color: #ed7b50;
    border-radius: 30px;
    /* color: #212529; */
    font-size: 1.2rem;
    padding: 10px 80px;
    box-shadow: 0 0.5rem 1rem #ed7b50;
}


.c_button_1:hover {
    background-color: #d4714d;
}

@media (max-width: 768px) {

    .c_input_form input,
    .c_input_form textarea {
        font-size: 1.0rem;
    }
}
