@charset "utf-8";

.price h2.lower_title_h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.313rem);
    /** -767 18-21**/
    margin-bottom: .75em;
    background: url(/img/kazari_lower_h3.svg) no-repeat top .1em left;
    background-size: 1.5em;
    padding-left: 2.25em;
    line-height: 1.5;
}

.price h3.lower_title_h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.05em;
    margin: 1.5rem 0 .75em;
}

.price h3.lower_title_h3::before {
    content: "■";
    margin-right: .5em;
    color: #b2a267;
}

.sec_lower_price h3.price_list_h3 {
    font-size: clamp(1.125rem, 1.014rem + 0.23vw, 1.188rem);
    /** 767- 18-19**/
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.sec_lower_price .price_list_lead {
    font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
    /** 767- 15-16**/
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.sec_lower_price ul.price_list {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    margin-bottom: 1.5em;
}

p+ul.price_list {
    margin-top: 2em;
}

.sec_lower_price ul.price_list+h3 {
    margin-top: 3em;
}

.sec_lower_price ul.price_list li {
    width: 100%;
    font-size: clamp(0.813rem, 0.676rem + 0.54vw, 0.938rem);
    /** -767 13-15**/
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
    background-color: #f1f1f1;
    line-height: 1.5;
}

.sec_lower_price ul.price_list li:first-child {
    padding: 0;
    background-color: #dcddd8;
    border-bottom: solid 1px #999999;
}

/**.sec_lower_price ul.price_list li:first-child div+div {
    border-left: solid 1px #999999;
}**/

.sec_lower_price ul.price_list li:nth-child(2n) {
    background-color: #fff;
}

.sec_lower_price ul.price_list li:first-child .num,
.sec_lower_price ul.price_list li:first-child .price,
.sec_lower_price ul.price_list li:first-child .usually {
    padding: .5rem 0;
    height: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
}

.sec_lower_price ul.price_list li:first-child .num {
    border-left: solid 1px #999999;
}

.sec_lower_price ul.price_list li:first-child .price {
    background-color: #f48600;
    color: #fff;
}

.sec_lower_price ul.price_list li:first-child .price.line {
    background-color: #00965c;
}

.sec_lower_price ul.price_list li:first-child .price.monitor {
    background-color: #9950bd;
}

.sec_lower_price ul.price_list li .price span {
    color: #f48600;
    font-weight: 500;
}

.sec_lower_price ul.price_list li .price.line span {
    color: #00965c;
}

.sec_lower_price ul.price_list li .price.monitor span {
    color: #9950bd;
}

.sec_lower_price ul.price_list li .menu {
    width: calc(100% - 31.5em);
    padding-left: 1em;
}

.sec_lower_price ul.price_list li .menu p {
    font-size: .8rem;
    margin-top: .5rem;
}

.sec_lower_price ul.price_list li .num {
    text-align: center;
    width: 10em;
}

.sec_lower_price ul.price_list li .price {
    text-align: center;
    width: 10em;
}




.sec_lower_price ul.price_list li .price p {
    font-size: .8rem;
    margin-top: .5rem;
}

.sec_lower_price ul.price_list li .price p br {
    display: none;
}

.sec_lower_price ul.price_list li .usually {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 10.5em;
}

.sec_lower_price ul.price_list li:first-child .usually {
    justify-content: center;
}

.sec_lower_price ul.price_list li .usually span {
    text-align: right;
    line-height: 1.25;
    padding-right: .5em;
}

.sec_lower_price ul.price_list li .usually span+span {
    margin-top: .5rem;
}

.sec_lower_price ul.price_list li .price span::after,
.sec_lower_price ul.price_list li .usually span::after {
    content: "円（税込）";
    font-size: .8em;
}

.sec_lower_price ul.price_list li .usually span:nth-child(2) {
    display: block;
    font-size: .9em;
    color: #3696c1;
    width: 100%;
}

.sec_lower_price ul.price_list li .usually span:nth-child(3) {
    display: block;
    font-size: .8em;
    color: #3696c1;
    width: 100%;
}

.sec_lower_price ul.price_list li .usually span:nth-child(3)::after {
    content: none;
}

.sec_lower_price ul.price_list li .usually span:nth-child(3).enari::after {
    content: "円（税込）";
}

.sec_lower_price ul.price_list li .usually p {
    padding-right: .5em;
    font-size: .8em;
    text-align: center;
}

.sec_lower_price ul.price_list li .usually p+span {
    margin-top: .5rem;
}

.sec_lower_price ul.price_list li .usually p br {
    display: none;
}

.sec_lower_price ul.price_list li .usually p br.br_block {
    display: block;
}

.notice p {
    line-height: 1.75;
}

p+.note {
    margin-top: 1.5em;
}

.note+.note {
    margin-top: .5em;
}

.notice p.note {
    padding-left: 1.5em;
    line-height: 1.5;
}

.notice p.note::before {
    content: "※";
    margin-left: -1.5em;
    padding-right: .5em;
}

.price_menu {
    margin-bottom: 5em;
}

.price_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    font-size: clamp(0.906rem, 0.74rem + 0.35vw, 1rem);
    /**767- 14.5-16**/
}

.price_menu ul li {
    width: calc(100% / 4 - 3rem);
    margin-left: 1.5rem;
    line-height: 1.75;
}

.price_menu ul li::before {
    font-family: "Material Icons";
    content: '\e313';
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: -1.5em;
    padding-right: .5rem;
}

.price_menu ul li a {
    background-image: linear-gradient(90deg, #000, #000);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 4px;
    transition: background-size .3s;
}

.price_menu ul li a:hover {
    background-size: 100% 1px;
}

.sec_lower_price .link_txt {
    margin-bottom: 5em;
}

/**.sec_lower_price .link_txt {
    margin-bottom: 5em;
    display: flex;
    justify-content: flex-end;
    color: #ccc;
}**/

.sec_lower_price .price_list_lead+.link_txt {
    margin-bottom: 1em;
}

.sec_lower_price .link_txt:last-child {
    margin-bottom: 0;
}

/**.sec_lower_price .link_txt span {
    color: #ccc;
}

.sec_lower_price .link_txt span::before {
    font-family: "Material Icons";
    content: '\eac9';
    line-height: 1.5;
}**/
.sec_lower_price .link_txt a {
    width: fit-content;
    display: block;
    margin: auto;
}

.sec_lower_price .link_txt span {
    width: fit-content;
    background-color: #ccc;
    border: solid 1px #ccc;
    padding: 0 2rem;
    border-radius: 4px;
    line-height: 2.5;
    color: #fff;
    margin: auto;
    justify-content: center;
    display: flex;
}

.sec_lower_price .link_txt a span {
    background-color: #2e3c70;
    border: solid 1px #2e3c70;
    color: #fff;
    transition: all .3s ease-in-out;
}

.sec_lower_price .link_txt a:hover span {
    background-color: #fff;
    border: solid 1px #2e3c70;
    color: #2e3c70;
}

.sec_lower_price .link_txt span br {
    display: none;
}

/**.sec_lower_price .link_txt a:hover span {
    background-size: 100% 1px;
}

.sec_lower_price .link_txt a span {
    line-height: 1.5;
    display: flex;
    align-items: center;
    align-items: flex-start;
    background-image: linear-gradient(90deg, #b2a267, #b2a267);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 4px;
    transition: background-size .3s;
    color: #000;
}**/


@media screen and (min-width: 1201px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 860px) {}

@media screen and (max-width: 767px) {


    /** 767 内容 **/
    .sec_lower_price ul.price_list {
        font-size: clamp(0.813rem, 0.676rem + 0.54vw, 0.938rem);
        /*-767 13-15*/
    }

    .sec_lower_price ul.price_list li .menu {
        width: calc(100% - 19.5em);
    }

    .sec_lower_price ul.price_list li .menu p {
        font-size: .7rem;
    }

    .sec_lower_price ul.price_list li .num {
        width: 5em;
    }

    .sec_lower_price ul.price_list li .price {
        width: 6.5em;
    }

    .sec_lower_price ul.price_list li .usually {
        width: 7em;
    }

    .sec_lower_price ul.price_list li .price span::after,
    .sec_lower_price ul.price_list li .usually span::after,
    .sec_lower_price ul.price_list li .usually span:nth-child(3).enari::after {
        content: "円\A（税込）";
        white-space: pre;
    }

    .sec_lower_price ul.price_list li .price p {
        margin-top: 0;
    }

    .sec_lower_price ul.price_list li .price p br,
    .sec_lower_price ul.price_list li .usually p br {
        display: block;
    }

    .price_menu ul li {
        width: calc(100% / 3 - 3rem);
    }

    .sec_lower_price h3.price_list_h3 {
        font-size: clamp(0.938rem, 0.733rem + 0.82vw, 1.125rem);
        /** -767 15-18**/
        margin: 1rem 0;
    }

    .sec_lower_price .price_list_lead {
        font-size: clamp(0.875rem, 0.807rem + 0.27vw, 0.938rem);
        /** -767 14-15**/
        margin-bottom: 1.5rem;
    }

    /** 767 内容ここまで **/
}

@media screen and (max-width: 599px) {
    .price_menu ul {
        font-size: 14px;
    }

    .price_menu ul li {
        width: calc(100% / 2 - 3rem);
    }

    /*.sec_lower_price .link_txt {
        justify-content: flex-start;
    }*/
    .sec_lower_price .link_txt span {
        width: calc(100% - 2rem);
        padding: .5rem 1rem;
        line-height: 1.25;
        text-align: center;
    }

    .sec_lower_price .link_txt span br {
        display: block;
    }
}