@charset "utf-8";
/* CSS Document */
.subpage_title_area {
    background-color: #ffe9d5;
    color: #ff7a00;
}
.system_wrap {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 1% 10% 5%;
}
.system_wrap a {
    color: #000000;
    font-weight: bold;
    border-bottom: 2px dotted #000000;
}
.system_wrap a:hover {
    opacity: 0.5;
}
.system_area {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 100px;
    line-height: normal;
}
.system_num_wrap {
    width: 100%;
    margin: 2vw 0 5vw;
}
.system_num_area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 2%;
}
.system_num_box {
    height: 150px;
    background-color: #fcf8e8;
    border: 4px solid #b4cfb0;
    border-radius: 100px;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: clamp(0px, 7vw, 80px);
    padding-right: 15px;
}
.system_num_box p {
    width: 90%;
    text-align: left;
    font-size: clamp(100%, 3vw, 24px);
    line-height: 1.5em;
}
.system_num {
    position: absolute;
    background-color: #b4cfb0;
    width: clamp(70px, 15vw, 100px);
    height: clamp(70px, 15vw, 100px);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.system_num span {
    position: absolute;
    color: #FFFFFF;
    font-size: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.price_warning_box {
    position: relative;
    padding: calc(30px + 1vw);
    padding-top: 30px;
    border: solid 2px #b4cfb0;
    border-radius: 8px;
    color: #000000;
    background: #fff;
    margin: 5vw 0 3vw;
}
.price_warning_box:before {
    min-width: 320px;
    content: "※ 以下の方は事前にお知らせください ※";
    position: absolute;
    display: block;
    top: -0.8em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: bold;
    padding: 0 10px;
    color: #2e8b57;
}
.price_warning_box p {
    line-height: normal;
    font-size: clamp(14px, 1vw, 18px);
}
.price_warning_box ul {
    position: relative;
    left: 0.5em;
    list-style: disc;
    font-weight: bold;
    text-align: left;
}
.price_warning_box li {
    font-size: clamp(14px, 1vw, 18px);
    margin-top: calc(10px + 1vw);
}
.price_warning_box span {
    font-weight: normal;
}
.price_warning_title {
    font-weight: bold;
    margin-top: 20px;
}
.price_area {
    text-align: left;
}
.price_area p {
    line-height: normal;
    font-size: clamp(14px, 1vw, 18px);
}
.price_area span {
    font-weight: bold;
}
.price_area_titele {
    font-weight: bold;
}
.price_area_titele {
    background-color: #59b880;
    color: #FFFFFF;
    padding: 10px 20px;
    ;
    margin: 30px 0 10px;
}
/* 20230808_追加 */
span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: red;
}
span.txt_red {
    font-weight: bold;
    color: red;
}
/* 20240626_追加 */
.price_area ul {
    position: relative;
    left: 1.4em;
    list-style: disc;
    text-align: left;
}
.price_area li {
}
/* 20240627_追加 */
a.price_reserve_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 1vw 0;
    padding: 15px 25px;
    font-weight: bold;
    border: 2px solid #ff7a00;
    background: #ff7a00;
    color: #fff;
    border-radius: 5vh;
    transition: 0.5s;
    font-size: clamp(14px, 1vw, 18px);
    width: fit-content;
}
a.price_reserve_btn:hover {
    color: #ff7a00;
    background: #fff;
}
details {
    margin: 1vw 0 2vw;
}
summary, summary span {
    color: #2e8b57;  
}
summary span {
    font-size: 110%;
    font-weight: bold;
    border-bottom: dotted;
}