@charset "UTF-8";

[id^="menu"] h1 {
    text-align: center;
    padding-bottom: 25px;
}

[id^="menu"] h1 span {
    color: var(--i_main_color);
    text-align: center;
    border-top: 2px solid var(--i_main_color);
    border-bottom: 2px solid var(--i_main_color);
    padding: 8px 0;
    display: inline-block;
}

.block_html ul li {
    list-style-type: none;
    padding-left: 0;
}

[id^="menu"] ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: flex-start;
    max-width: 800px;
    margin: 0 auto 10px;
}

[id^="menu"] ul li {
    position: relative;
    padding-left: 15px;
}

[id^="menu"] ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: 1.35rem;
    left: 0;
    background: var(--i_main_color);
    border-radius: 50px;
}

[id^="menu"] .price {
    display: flex;
    background: var(--i_sub2_color);
    border-radius: 0 0 20px 20px;
}

[id^="menu"] .price dl {
    width: calc(100% / 5);
    text-align: center;
    display: flex;
    flex-direction: column;
}

[id^="menu"] .price dl:not(:last-of-type) {
    border-right: 1px dashed var(--i_main_color);
}

[id^="menu"] .price dt {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    line-height: 1.2;
}

[id^="menu"] .price dd {
    padding: 0 5px 20px;
    box-sizing: border-box;
}

[id^="menu"] .price dd p {
    font-weight: bold;
}

[id^="menu"] .price dd p span {
    font-size: 2.5rem;
    color: red;
}

#menu .price dd p span,
#menu3 .price dd p span {
    padding-left: 10px;
}

[id^="menu"] a {
    display: block;
    background: var(--i_sub_color);
    box-shadow: 5px 5px 0 #ce9b00;
    max-width: 160px;
    border-radius: 50px;
    padding: 5px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    transition: .4s ease-in-out;
}

[id^="menu"] a:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
}

[id^="menu"]>p {
    padding-top: 15px;
}

.red {
    color: red;
}

[id^="menu"] [class^="price2"] {
    background: var(--i_sub2_color);
    border-radius: 20px;
    text-align: center;
    padding: 30px 10px 40px;
}

[id^="menu"] [class^="price2"] h2+div {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

[id^="menu"] [class^="price2"] p {
    border-bottom: 1px dashed var(--i_main_color);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* 共通部分 */
[id^="menu"] .price2 a {
    max-width: 300px;
}

#menu4 a,
#menu5 a,
#menu6 a,
#menu7 a,
#menu8 a,
#menu9 a,
#menu10 a,
#menu11 a,
#menu12 a,
#menu13 a,
#menu14 a {
    margin-top: 20px;
    max-width: 300px;
}

#menu4 .price dd,
#menu5 .price dd,
#menu6 .price dd,
#menu7 .price dd,
#menu8 .price dd,
#menu9 .price dd,
#menu10 .price dd,
#menu11 .price dd,
#menu12 .price dd,
#menu13 .price dd,
#menu14 .price dd {
    padding-bottom: 5px;
}

#menu6 .price dl,
#menu7 .price dl,
#menu8 .price dl,
#menu9 .price dl,
#menu10 .price dl,
#menu12 .price dl {
    width: calc(100% / 2);
}

#menu11 .price dl,
#menu13 .price dl {
    width: 100%
}

/* タブ切り替え */
input[name="tab_item"] {
    display: none;
}

#menu5 [id^="tab_content"] {
    display: none;
}

#menu5 h1+div:has(#tab:checked)~#tab_content,
#menu5 h1+div:has(#tab2:checked)~#tab_content2,
#menu5 h1+div:has(#tab3:checked)~#tab_content3,
#menu5 h1+div:has(#tab4:checked)~#tab_content4,
#menu5 h1+div:has(#tab5:checked)~#tab_content5 {
    display: block;
}

#menu5 h1+div {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid var(--i_btn_hover_color);
    margin-bottom: 30px;
}

#menu5 .tab_item {
    width: calc(100% / 5);
    display: inline-block;
    background: var(--i_sub2_color);
    color: var(--i_btn_hover_color);
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    border: 2px solid var(--i_btn_hover_color);
    border-bottom: 0;
    cursor: pointer;
    position: relative;
}

#menu5 .tab_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 65px;
    bottom: 25px;
    right: -10px;
    background: url("/common/upload_data/eaden-procom/image/i.png") no-repeat right bottom / contain;
    z-index: 1;
}

#menu5 .tab_item:nth-of-type(2):before {
    background: url("/common/upload_data/eaden-procom/image/i2.png") no-repeat right bottom / contain;
}

#menu5 .tab_item:nth-of-type(3):before {
    background: url("/common/upload_data/eaden-procom/image/i3.png") no-repeat right bottom / contain;
}

#menu5 .tab_item:nth-of-type(4):before {
    background: url("/common/upload_data/eaden-procom/image/i4.png") no-repeat right bottom / contain;
}

#menu5 .tab_item:nth-of-type(5):before {
    background: url("/common/upload_data/eaden-procom/image/i5.png") no-repeat right bottom / contain;
}

#menu5 input:checked+.tab_item {
    background: var(--i_btn_hover_color);
    color: var(--i_bg_color);
}

/* --- */

#menu5 h1 {
    padding-bottom: 55px;
}

#tab_content3 .price dl {
    width: calc(100% / 4);
}

#tab_content4 .price dl {
    width: calc(100% / 8);
}

#tab_content5 .price dl {
    width: calc(100% / 6);
}

#menu5 [id^="tab_content"]>p {
    padding-top: 15px;
}

@media screen and (max-width: 1010px) and (min-width: 751px) {
    [id^="menu"] .price dd p span {
        font-size: 1.65rem;
    }
}

@media screen and (max-width: 750px) {
    [id^="menu"] .price {
        display: block;
    }

    [id^="menu"] .price dl {
        width: 100% !important;
    }

    [id^="menu"] .price dl:not(:last-of-type) {
        border-right: 0;
    }

    br.pc {
        display: none;
    }

    #menu5 h1 {
        padding-bottom: 30px;
    }

    #menu5 h1+div {
        gap: 23px 10px;
        border-bottom: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    #menu5 .tab_item {
        width: 40%;
        border-bottom: 2px solid var(--i_btn_hover_color);
        border-radius: 10px;
    }

    #menu5 .tab_item::before {
        height: 45px;
        bottom: 30px;
    }
}
/*line*/
[id^="menu"] a {
    display: block;
    background: var(--i_sub_color);
    box-shadow: 5px 5px 0 #ce9b00;
    max-width: 160px;
    border-radius: 50px;
    padding: 5px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    transition: .4s ease-in-out;
}
[id^="menu"] .line a {
    background: #00B900;
    box-shadow: 5px 5px 0 #55953c;
    max-width: 300px;
    margin-top: 0 !important;
}
.line {
    display: inline;
}
[id^="menu"] .line a span {
    position: relative; 
    display: inline-block; 
}
[id^="menu"] .line a span:before {
    content: "";
    display: block;
    width: 6px;
    height: 4px;
    position: absolute;
    border: 1px solid var(--i_txt_color);
    right: -17px;
    top: calc(50% - 1px);
    transition: 0.5s;
    z-index: 1;
}
[id^="menu"] .line a span:after {
    content: "";
    display: block;
    width: 6px;
    height: 4px;
    position: absolute;
    border: 1px solid var(--i_txt_color);
    right: -19px;
    top: calc(50% - 3px);
    transition: 0.5s;
    color: #fff;
}