ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

ol,
ul:not([class]),
ul.dotList {
    padding-left: 0rem;
}

p {
    margin-top: 0;
}


.main {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

h1 {
    width: 100%;
}

h1 img {
    width: 100%;
}

.none {
    display: none;
}


/* 新しいルート */
.newRoute {
    margin-bottom: 40px;
}

/* ヘッダー */
.routeTitle {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.routeTitle h1 {
    margin: 0;
    font-size: 1.5rem;
}

/* ルートセクション */
.sub-title {
    font-size: 1.1rem;
    text-decoration: underline;
    margin-bottom: 10px;
}

.table-container .table-title {
    font-weight: 600;
    font-size: 18px;
}
.table-container .local {
    font-weight: 600;
}

.table-row {
    display: flex;
    align-items: stretch;
    /* 高さを揃える */
    justify-content: space-between;
    margin-bottom: 10px;
}
.table-row + .table-row {
    margin-top: 20px;
}

.table-row>.schedule-grid {
    margin-top: 0;
}

.schedule-grid {
    flex-grow: 1;
    border-collapse: collapse;
    /* 枠線を重ねる */
    table-layout: fixed;
    width: calc(50% - 25px);
}

.cell {
    border: 1px solid #000;
    padding: 8px 4px;
    text-align: center;
    font-size: 1rem;
    height: 35px;
    /* 高さを固定して整える */
}

.bg-dot {
    width: 60px;
    /* 見出しセルの幅 */
    font-weight: bold;
}

.hiroshimaSt {
    max-width: 50%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
}

.hiroshimaSt p {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- その他装飾 --- */
.label-side {
    writing-mode: vertical-rl;
    padding: 0 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: inherit;
    position: relative;
}

.arrow-right::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.vertical-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    position: relative;
}

.vertical-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f309";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-banner {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.highlight {
    color: #008ce9;
    font-weight: bold;
}

.contact-box {
    margin-top: 5px;
    font-weight: 600;
}


/*.syosaiBox
-----------------------------------------*/
.syosaiBox {
    background-color: #ffe5e3;
    padding: 50px 30px 80px 30px;
}

.syosaiBox h3,
.soudankaiBox h3 {
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    color: #e9546b;
    font-size: 30px;
    border-radius: 30px;
    line-height: 2;
    margin-bottom: 40px;
}

ul.setumei_ul1 {
    padding: 20px 10px 40px 10px;
}

.soudankaiBox .setumei_ul1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}


ul.setumei_ul1 li {
    margin-left: 1.8em;
    text-indent: -1.8em;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.setumei_ul1 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f005';
    color: #ffc70f;
    font-size: 22px;
    padding-right: 10px;
}

.text1,
.text2 {
    text-align: center;
    font-weight: bold;
    color: #e9546b;
    font-size: 24px;
}

.syosaiBox .schedule-img {
    width: 90%;
    margin: 30px auto 50px;
}

.syosaiBox .schedule-img img {
    max-width: 100%;
}


/*.soudankaiBox
-----------------------------------------*/
.soudankaiBox {
    background-color: #f7f5e2;
    padding: 50px 30px 10px 30px;

}

.textbox .box1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}

.textbox .flex1 {
    padding: 40px 10px 20px;
    width: 48%;
}

.textbox .flex2 {
    width: 50%;
    padding: 50px 10px 20px;
}

.soudankaiBox .day {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
}

.soudankaiBox .flex {
    display: flex;
}

.soudankaiBox .flex p {
    margin: 3px;
    display: block;
    color: #ffffff;
    background-color: #e9546b;
    border-radius: 10px;
    padding: 5px;
    width: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.soudankaiBox .title {
    font-weight: bold;
    color: #e9546b;
    font-size: 67px;
    line-height: 1.7;
    text-align: center;
}




.soudankaiBox .week {
    background-color: #0045ad;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 36px;
    position: relative;
    top: -8px;
    margin-left: 7px;
}

.soudankaiBox .kaijo {
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
}

.soudankaiBox .kaijo .box {
    background-color: #00ada9;
    display: inline-block;
    color: #FFFFFF;
    padding: 0 10px;
    margin-right: 10px;
}

.soudankaiBox .kaijo+.kaijo {
    display: flex;
}

.soudankaiBox .kaijo+.kaijo .box {
    width: 56px;
    height: 34px;
}


.pdf_btn1 {
    margin: 30px auto 80px;
    text-align: center;
}

.pdf_btn1 a {
    display: inline-block;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px dashed #008ce9;
    color: #008ce9;
    text-align: center;
}


/*-----------------btn1-------------------------*/
.btn1 {
    display: block;
    max-width: 600px;
    margin: 50px auto 100px;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 21px;
    width: 90%;
    background-color: #e9546b;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}


/*--------------------.box4----------------------*/

.box4 h2 {
    background-color: #e9546b;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding: 15px 10px;
    line-height: 1.2;
    margin-top: 80px;
}

.box4 h2 span {
    font-size: 18px;
}

.box4 .flex {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.box4 .arrow-right {
    font-size: 24px;
    margin-top: 60px;
}

.box4 .p-1,
.box4 .p-3 {
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #000;
    padding: 20px;
    margin: 20px;
    background-color: #fffbf3;
}

.box4 .p-4 {
    display: block;
    max-width: 600px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;

}

.box4 .p-4 span {
    color: #e20404;
}


/*----------------form------------------------*/
.small-text {
    color: #4b4b4b;
    font-size: 15px;
    border-bottom: 1px solid #4b4b4b;
}

.small-text:hover {
    opacity: 0.5;
}

.form h2 {
    background-color: #f7ecbd;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 50px;
}

.form h2 span {
    font-weight: normal;
    font-size: 18px;
}

.form table {
    width: 100%;
}

.form th {
    text-align: center;
    font-size: 19px;
}

.form table,
table th,
table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.form .dotted {
    border-bottom: 1px dotted #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #008bdb;
    padding: 0.5em 1em;
}

.form .dotted2 {
    padding: 0.5em 0.5em;
    font-size: 14px;
    color: #525252;
}

.form .number {
    text-align: center;
    background-color: #e6e6e6;
}

.form th:first-child {
    background-color: #e6e6e6;
}

.form th:nth-child(2) {
    background-color: #e6e6e6;
}

.form th:nth-child(3) {
    background-color: #ff9481;
    color: #ffffff;
}

.form .course1 {
    background-color: #fdf5f7;
    border-left: 3px solid #fc7bb1;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course2 {
    background-color: #f2edf3;
    border-left: 3px solid #b07eb4;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course3 {
    background-color: #f1f7f8;
    border-left: 3px solid #53d0d4;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course4 {
    background-color: #f8f0ed;
    border-left: 3px solid #e09137;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course5 {
    background-color: #faf9f2;
    border-left: 3px solid #e9da10;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course6 {
    background-color: #ececec;
    border-left: 3px solid #557054;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course7 {
    background-color: #edeff5;
    border-left: 3px solid #6869ad;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course8 {
    background-color: #eef1ec;
    border-left: 3px solid #6dbba8;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course9 {
    background-color: #faeaea;
    border-left: 3px solid #e03737;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course10 {
    background-color: #ecf0e7;
    border-left: 3px solid #91e037;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.form .course11 {
    background-color: #f6f7ee;
    border-left: 3px solid #899118;
    padding: 6px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    color: #525252;
}

.width {
    width: 45px;
}

.width2 {
    width: 45px;
}

.form .couse-box {
    background-color: #f2eef3;
    display: block;
    margin: 15px 0 20px;
    line-height: 2;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
}

.form .c-1 {
    background-color: #c6e2eb;
}

.form .c-2 {
    background-color: #cbe49e;
}

.form .c-3 {
    background-color: #bab7dd;
}

.form h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cosetable1 .radio-group {
    text-align: right;
    width: 50px;
}

.cosetable2 .radio-group {
    text-align: center;
    width: 50px;
    background-color: #f5efeb;
}

.cosetable1 {
    margin-bottom: 100px;
}


/*----------------ラジオボタン-----------------------*/
/* .radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    
  } */

/* チェックボックスのカスタムスタイル */
.radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

/* チェックボックスのカスタムスタイル */
.radio-group input[type="radio"]::before {
    content: "\2713";
    /* レ点のUnicodeコードポイント */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: transparent;
    transition: color 0.2s ease;

}

.radio-group input[type="radio"]:checked::before {
    color: #e22626;
    /* レ点の色 */
    font-size: 35px;
}

/* プルダウン------------------------------------------------------ */
.accordion {
    border-bottom: 1px solid #000;
}


.cosetable1 td {
    padding: 0;
}

.cosetable1 .accordion:last-child {
    border-bottom: none;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 1.5em;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #008bdb;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: 10px;
    border-bottom: 3px solid #797979;
    border-right: 3px solid #797979;
    content: '';
    transition: transform .3s;
}

/*矢印回転*/
.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}

.accordion-box {
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    border-bottom: 1px dotted #c5c5c5;
}

.accordion-box:first-child {
    margin-top: 30px;
    border-top: 1px dotted #c5c5c5;
}

.accordion-box:last-child {
    margin-bottom: 30px;
}



.accordion-box p {
    font-size: 15px;
}

.btn3 {
    display: block;
    max-width: 600px;
    margin: 50px auto 100px;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 21px;
    width: 90%;
    background-color: #e9546b;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}

.small {
    font-size: 12px;
}

.thanks-text {
    display: block;
    width: 95%;
    margin: 0 auto;
}



@media screen and (max-width:800px) {
    .none {
        display: block;
    }

    /*.syosaiBox
-----------------------------------------*/
    .syosaiBox {
        padding: 30px 5px 40px 5px;
    }

    .syosaiBox h3,
    .soudankaiBox h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    ul.setumei_ul1 {
        padding: 20px 5px 30px 5px;
    }

    .soudankaiBox .setumei_ul1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    ul.setumei_ul1 li {
        margin-left: 1.8em;
        text-indent: -1.8em;
        font-size: 14px;
        padding-bottom: 8px;
        line-height: 1.5;
    }

    ul.setumei_ul1 li:before {
        font-size: 15px;
        padding-right: 5px;
    }

    .text1 {
        font-size: 16px;
    }

    .text2 {
        font-size: 13px;
    }

    .syosaiBox .schedule-img {
        width: 90%;
        margin: 0px auto 20px;
    }



    /*.soudankaiBox
-----------------------------------------*/
    .soudankaiBox {
        padding: 20px 5px 10px 5px;
    }

    .textbox .box1 {
        display: block;
        justify-content: start;
    }

    .textbox .flex1 {
        padding: 10px 0 0;
        margin: 0 auto;
        width: 95%;
    }

    .textbox .flex2 {
        width: 95%;
        padding: 0;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .soudankaiBox .flex p {
        margin: 3px;
        border-radius: 5px;
        padding: 3px;
        font-size: 20px;
    }

    .soudankaiBox .title {
        font-size: 63px;
        line-height: 1.5;
    }

    .soudankaiBox .week {
        line-height: 37px;
    }

    .soudankaiBox .kaijo {
        font-size: 16px;
        margin: 3px;
    }

    .soudankaiBox .kaijo .box {
        font-size: 18px;
    }

    .pdf_btn1 {
        margin: 20px auto 50px;
    }

    .pdf_btn1 a {
        font-size: 14px;
        border-bottom: 1px dashed #008ce9;
    }

    /*-----------------btn1-------------------------*/
    .btn1 {
        margin: 20px auto;
        font-size: 17px;
        width: 90%;
    }

    /*--------------------.box4----------------------*/

    .box4 h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .box4 h2 span {
        font-size: 17px;
    }

    .box4 .flex {
        margin-top: 10px;
    }

    .box4 .arrow-right {
        margin-top: 60px;
    }

    .box4 .p-1,
    .box4 .p-3 {
        font-size: 16px;
        margin: 10px;
        padding: 20px;
    }

    .box4 .p-4 {
        font-size: 17px;
    }

    /*----------------form------------------------*/
    .small-text {
        font-size: 14px;
        display: inline-block;
        margin-left: 10px;
    }

    .form table {
        width: 100%;
        margin: 0 auto;
    }

    .form th {
        font-size: 15px;
    }

    .form .dotted {
        font-size: 14px;
        padding: 0.3em;
    }

    .form .dotted2 {
        padding: 0.5em;
        font-size: 12px;
    }

    .form .course1 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course2 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course3 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course4 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course5 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course6 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course7 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course8 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course9 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course10 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .form .course11 {
        padding: 3px 15px;
        margin: 5px;
        font-size: 12px;
    }

    .width {
        width: 20px;
    }

    .width2 {
        width: 30px;
    }

    .form .couse-box {
        margin: 15px 0 20px;
        line-height: 2;
        font-size: 14px;
    }

    .form h3 {
        font-size: 20px;
        margin-top: 70px;
        line-height: 1.3;
    }



    /* チェックボックスのカスタムスタイル */
    .radio-group input[type="radio"] {
        border: 2px solid #ccc;
    }

    /* チェックボックスのカスタムスタイル */
    .radio-group input[type="radio"]::before {
        font-size: 16px;
    }

    .radio-group input[type="radio"]:checked::before {
        font-size: 24px;
    }

    /* プルダウン------------------------------------------------------ */

    .accordion summary {
        padding: 0.5em;
        font-size: 14px;
    }

    .accordion summary::after {
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 2px solid #797979;
        border-right: 2px solid #797979;
    }

    .accordion[open] p {
        font-size: 13px;
    }

    .accordion-box {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        border-bottom: 1px dotted #c5c5c5;
    }

    .accordion-box:first-child {
        margin-top: 30px;
    }

    .accordion-box:last-child {
        margin-bottom: 30px;
    }

    .accordion-box p {
        font-size: 15px;
    }

    .btn3 {
        padding: 5px 10px;
        font-size: 16px;
        width: 280px;
        border-radius: 8px;
    }

    .small {
        font-size: 11px;
    }

}