@charset "UTF-8";

/*********************************
preset variables
*********************************/
:root {
    --fontSize: 16px;
    --linkColor: #3562a0;
    --textColor: #333;
    /* color preset */
    --mainColor: #1c5d01;
    --mainDarkColor: ;
    --mainLightColor: ;
    --subColor: ;
    --subDarkColor: ;
    --subLightColor: rgb(220, 220, 0);
    /* width preset */
    --gutter: 1.3rem;
    --gap: 3rem;
    --spacing: 1rem;
    --contentWidth: 1200px;
}

/* OVERWRITE RADIX */

body {
    min-width: 1400px;
}

main :where(*)+h2 {
    margin-block-start: var(--gutter);
}

main :where(*)+:where(article, section) {
    margin-block-start: var(--gutter);
}

main :where(*)+h4 {
    --theGutter: var(--gutter);
    margin-block-start: var(--theGutter);
}

main :where(article, section)>:where(*)+:where(*),
main.fb-brackets>:where(*)+:where(:not(article, section, aside, h1, h2, h3, h4, h5, h6)) {
    margin-block-start: 0;
}

/* OVERWRITE end */
/*************************************
* START header
*************************************/
header,
section.eyecatch {
    --contentWidth: calc(1400px + 2rem);
}

header>.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 2rem;
}

header>.header-wrapper>.logo {
    height: 52px;
}

header>.header-wrapper>.logo>img {
    height: 100%;
}

header>.header-wrapper>nav {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    font-size: 1.2rem;
    font-weight: bold;
}

header>.header-wrapper>nav>a {
    color: #000000;
}

header>.header-wrapper>nav>a:hover {
    text-decoration: none;
}

header>.header-wrapper>nav>.btn {
    background-color: #bb120d;
    color: #ffffff;
    padding: .4em 1em;
    border-radius: .2em;
    margin-left: 1em;
}

/*************************************
* END header START main
*************************************/
main section:last-child {
    margin-bottom: 7rem;
}

main h2 {
    text-align: center;
    background-color: var(--mainColor);
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 1.3rem 0;
    margin-bottom: 2rem;
}

main h3 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid var(--mainColor);
    padding-bottom: .3rem;
    margin-bottom: 1.5rem;
}

main h3:first-child {
    margin-top: 0;
}

main h3.reception-period {
    display: inline-block;
}

main h4 {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 8px solid var(--mainColor);
    padding-left: .5rem;
}

main section p {
    padding: 0;
    margin: 0;
}

main .bold {
    font-weight: bold;
}

main .blue {
    color: #2191FB;
}

main .red {
    color: #e63946;
}

main .indent {
    text-indent: 1em;
}

main .indent-2 {
    text-indent: 2em;
}

main .indent-3 {
    text-indent: 3em;
}

main hr {
    width: 100%;
}

main .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 100px;
    border-radius: 10px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #bb120d 0%, #930200 100%);
    color: #ffffff;
    font-size: 1.95rem;
    font-weight: bold;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2);
    transition: .2s box-shadow;

    margin-top: 6rem;
}

main .btn:hover {
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
}

main table.align td+td {
    padding-left: 5rem;
}

main table.center {
    margin: 0 auto;
}

.eyecatch-wrapper {
    position: relative;
}

.eyecatch-wrapper>img {
    width: 100%;
}
.img_top_right {
    position: absolute;
    top: 10px;
    right: 10px;
}
.eyecatch * {
    color: #ffffff;
}

.eyecatch .text {
    width: 87%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    line-height: 1.8em;
}

.eyecatch .text p {
    font-size: 1.5rem;
}

.eyecatch .text p.emp {
    color: var(--subLightColor);
    font-size: 2.2rem;
    padding: 0.2em 7.3em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    display: inline-block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 15%, rgba(255, 255, 255, 0.4) 85%, rgba(255, 255, 255, 0) 100%);
}

.eyecatch .text>table {
    margin: 0;
    line-height: inherit;
}

.eyecatch .eyecatch-text-footer {
    position: absolute;
    bottom: .7rem;
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #ffffff;
}

.price-tables {
    display: flex;
    justify-content: space-between;
    gap: 0 65px;
}

.price-tables .price-table {
    width: 100%;
}

.price-table h3 .bold {
    font-size: 2.4rem;
}

.price-table h3:has(.bold) {
    margin-top: calc(-1rem * 1.4);
}

.price-table>table {
    width: 100%;
}

.price-table>table tr td {
    border-bottom: 1px solid #9e9e9e;
    padding: .3rem 0;
    padding-top: 0;
    font-size: 1.2rem;
    line-height: calc(1.4 * 1.6);
}

.price-table>table tr td[rowspan="2"]+td,
.price-table>table tr td[rowspan="2"]+td+td {
    border-bottom: none;
    padding-top: .3rem;
}

.price-table>table tr td.price {
    text-align: right;
    width: fit-content;
}

.price-table>table tr td.bold {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.4;
}

table.rules {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

table.rules td {
    padding: .3rem 0;
}

table.rules td+td {
    padding-left: 2rem;
}

table.align td {
    padding: 1rem;
}

/*************************************
* END main START footer
*************************************/
footer {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #000000;
    height: calc(100px + 2.5rem);
}

footer .copyright {
    font-size: .9rem;
    text-align: center;
    width: var(--contentWidth);
    margin: 1rem auto 1.5rem auto;
}

footer .pagetop {
    position: absolute;
    right: calc((100vw - (var(--contentWidth))) / 2);
    top: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #a0a0a0;
    color: #ffffff;
}

footer .pagetop:hover {
    text-decoration: none;
}

footer .pagetop>div {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .4rem;
}

/*************************************
* END footer START only for sp
*************************************/
@media only screen and (max-width: 700px) {
    .sp-hide {
        visibility: hidden;
        opacity: 0
    }

    .sp-visible {
        visibility: visible;
        opacity: 1
    }

    .sp-none {
        display: none !important
    }

    .rdx-btn {
        display: block
    }

}

/*************************************
* END only for sp START only for pc
*************************************/
@media print,
screen and (min-width: 700px) {
    .pc-hide {
        visibility: hidden;
        opacity: 0
    }

    .pc-visible {
        visibility: visible;
        opacity: 1
    }

    .pc-none {
        display: none !important
    }

}