@charset "UTF-8";

.plan-title-wrap {
    background: #F2F2E8;
    padding: 25px 22px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 45px;
}

.plan-title {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
    font-size: 20px;
}

.plan-en-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 13px;
    color: #A38D33;
}

.plan_list.table-column li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding:0;
}

.plan_list.table-column li .lCont {
    flex-grow: 1;
    float: none;
    position: static;
    padding-right: 15px;
    box-sizing: border-box;
}

.plan_list.table-column li .rImg {
    flex-shrink: 0;
    width: 33%;
    height: auto;
    float: none;
}

.plan_list.table-column li .rImg img {
    width: 100%;
    height: auto;
}

.plan_list li .lCont.bg-none {
    background: none;
    box-shadow: none;
}

.plan_list li .lCont.bg-none:after {
    display: none;
}

.plan-table-title {
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    align-items: flex-end;
}

.plan-table {
    border: 1px solid #CFCAA0;
    color: #5A5129;
    background: #fff;
    width: 100%;
}

.plan-table th,
.plan-table td {
    padding: 13px;
    border: 1px solid #CFCAA0;
    text-align: center;
}

.plan-tabel-head {
    font-weight: bold;
    background: #E8E6D2;
}

.plan-tabel-bk {
    background: #F7F5EE;
}

.contact-area {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 38px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #DEDED3;
    align-items: center;
    max-width: 500px;
    margin: 50px auto;
    text-align: center;
}

.contact-area-text {
    color: #333;
}

.contact-number {
    font-size: 30px;
    color: #A38D33;
}

.contact-number span {
    font-size: 0.5em;
}

.contact-button {
    background: #D9D3B6;
    border: 1px solid #CAC29C;
    position: relative;
    display: block;
    padding: 16px 22px;
    color: #333;
    width: calc(100% - 38px * 2);
    text-decoration: none;
}

.contact-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("https://oceansgarden.jp/img/icon_mail.svg");
}

.contact-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2.5px 0 2.5px 3px;
    border-color: transparent transparent transparent #33333f;
}