/* 共通 */
:root {
    --txt_ja: "Noto Serif JP", serif;
    --txt_en: "Cormorant Infant", serif;
    --fw_bold: bold;
    --fw_md: 500;
    --main_color: #FFE9B0;
    --accent_color: #FB9804;
    --font_color: #352722;
    --bg_color: #1D1C1C;
}

.footer_box {
    max-width: 1600px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
.footer_reserve_link_box>a {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    border: 1px solid #3B3830;
    color: var(--main_color);
    text-align: center;
    background-color: #000000;
}
.footer_reserve_link_box>a>span:first-child {
    display: block;
    font-family: var(--txt_en);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: calc(16px * (4 / 100));
    margin-bottom: 10px;
}
.footer_reserve_link_box>a>span:last-child {
    display: block;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: calc(20px * (4 / 100));
}
.english_page .footer_reserve_link_box>a>span:first-child {
    margin-bottom: 0;
}
.footer_plan_link_box {
    display: flex;
    margin-bottom: 85px;
}
.footer_plan_link_box>a {
    position: relative;
    z-index: 3;
    display: block;
    width: 25%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 21px;
    text-align: center;
    color: var(--main_color);
    background-color: var(--bg_color);
    border-left: 1px solid #3B3830;
    border-bottom: 1px solid #3B3830;
}
.footer_plan_link_box>a:last-child{
    border-right: 1px solid #3B3830;
}
.footer_plan_link_box>a>span:first-child {
    display: block;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: calc(16px * (4 / 100));
    margin-bottom: 4px;
}
.footer_plan_link_box>a>span:last-child {
    display: block;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: calc(12px * (4 / 100));
}
.footer_plan_link_box>a:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    content: '';
    width: 96%;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
}
.footer_plan_link_box>a:first-child:after {
    background-color: #AC1914;
}
.footer_plan_link_box>a:nth-child(2):after {
    background-color: #3D90B0;
}
.footer_plan_link_box>a:nth-child(3):after {
    background-color: #B19629;
}
.footer_plan_link_box>a:last-child:after {
    background-color: #50AD4C;
}

.footer_link_wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}
.footer_logo_box {
    width: 96px;
    height: auto;
}
.footer_logo_box>a {
    display: block;
}
.footer_logo_box>a>img {
    -o-object-fit: contain;
       object-fit: contain;
}

.footer_link_list_box1 {
    display: flex;
    justify-content: center;
}
.footer_link_list:nth-child(n+2) {
    margin-left: 100px;
}
.footer_link_list>li {
    width: 105px;
    height: auto;
}
.footer_link_list>li:first-child>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main_color);
    padding-bottom: 4px;
    border-bottom: 1px solid var(--main_color);
    margin-bottom: 20px;
}
.footer_link_list>li:first-child>a>span:first-child {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: calc(18px * (4 / 100));
}
.footer_link_list>li:first-child>a>span:last-child {
    font-family: var(--txt_en);
    font-size: 14px;
    line-height: 140%;
    letter-spacing: calc(14px * (4 / 100));
    padding-top: 4px;
}
.footer_link_list>li:last-child>a {
    display: block;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: calc(12px * (4 / 100));
    color: var(--main_color);
}
.footer_link_list>li:last-child>a:nth-child(n+2){
    margin-top: 20px;
}

.footer_link_list_box2 {
    display: flex;
    margin-top: 54px;
}
.footer_link_list_box2>a {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: calc(14px * (4 / 100));
    color: var(--main_color);
}
.footer_link_list_box2>a:nth-child(n+2){
    margin-left: 43px;
}

.footer_link_list_box3 {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.footer_link_list_box3>p {
    font-family: var(--txt_en);
    font-size: 32px;
    line-height: 140%;
    letter-spacing: calc(32px * (4 / 100));
    color: var(--main_color);
    margin-right: 50px;
}
.footer_link_list_box3>a {
    display: block;
}
.footer_link_list_box3>a:nth-of-type(n+2){
    margin-left: 32px;
}
.copyright_box {
    margin-top: 50px;
}
.copyright_box>p {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: calc(12px * (4 / 100));
    color: var(--main_color);
    opacity: 0.6;
}

.footer_link_box2 {
    text-align: right;
}
/* .footer_link_box2>a:first-child {
    display: inline-block;
    font-family: var(--txt_en);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: calc(16px * (4 / 100));
    color: #000000;
    padding: 15px 34px;
    background-color: #D9D9D9;
} */
.footer_link_box2>a:first-child {
    display: flex;
    width: 256px;
    height: auto;
    font-family: var(--txt_en);
    text-align: left;
    color: #1D1C1C;
    padding: 8px 16px;
    /* background-color: #D9D9D9; */
    background-image: linear-gradient(120deg, rgba(246, 244, 239, 1), rgba(235, 228, 210, 1) 26%, rgba(219, 211, 192, 1) 90%);
}
.footer_link_box2>a:first-child>div:first-child {
    width: 45%;
    border-right: 1px solid rgba(29, 28, 28, 0.3);
}
.footer_link_box2>a:first-child>div:first-child>span:first-child {
    display: block;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: calc(14px * (4 / 100));
    margin-bottom: 6px;
}
.footer_link_box2>a:first-child>div:first-child>span:last-child {
    display: block;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: calc(20px * (4 / 100));
}
.footer_link_box2>a:first-child>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 55%;
}
.footer_link_box2>a:first-child>div:last-child>span {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: calc(14px * (4 / 100));
}

.footer_link_box2>a:nth-child(n+2) {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: calc(16px * (4 / 100));
    color: var(--main_color);
    padding: 12px 30.5px 12px 56.5px;
    background-color: #090909;
    margin-top: 12px;
}
.footer_link_box2>a:nth-child(n+2)::after {
    position: absolute;
    top: 50%;
    left: 30.5px;
    content: '';
    width: 12px;
    height: 1px;
    background-color: var(--main_color);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer_box_sp {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .footer_box {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer_box {
        max-width: 1000px;
    }
    .footer_link_list:nth-child(n+2) {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    .footer_box {
        max-width: 750px;
    }
    .footer_link_box {
        width: 40%;
    }
    .footer_link_list_box1 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_link_list:nth-child(n+2) {
        margin-left: 0px;
    }
    .footer_link_list:nth-child(n+3) {
        margin-top: 30px;
    }
    .footer_link_list_box2 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_link_list_box2>a:nth-child(n+2) {
        margin-left: 0;
    }
    .footer_link_list_box2>a:nth-child(n+4) {
        margin-top: 20px;
    }
    .footer_link_list_box3 {
        flex-wrap: wrap;
    }
    .footer_link_list_box3>p {
        width: 100%;
        font-size: 26px;
        letter-spacing: calc(26px * (4 / 100));
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .footer_box {
        display: none;
    }
    .footer_box_sp {
        display: block;
    }
    .footer_reserve_link_box {
        border-left: none;
        border-right: none;
    }
    .footer_logo_box {
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
        margin-bottom: 50px;
    }
    .footer_link_list_box1 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px;
    }
    .footer_link_list {
        width: 46%;
    }
    .footer_link_list>li {
        width: 100%;
    }
    .footer_plan_link_box {
        margin-bottom: 50px;
    }
    .footer_plan_link_box>a:first-child {
        border-left: none;
    }
    .footer_plan_link_box>a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #3B3830;
        padding-top: 10px;
        padding-bottom: 11px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .footer_plan_link_box>a:after {
        bottom: 2px;
        height: 3px;
    }
    .footer_link_list_box2 {
        padding-left: 55px;
        padding-right: 55px;
        margin-top: 0;
    }
    .footer_link_list_box2>a:nth-child(n+4) {
        margin-top: 43px;
    }
    .footer_link_list_box3 {
        margin-bottom: 50px;
    }
    .footer_link_list_box3>p {
        font-size: 32px;
        letter-spacing: calc(32px * (4 / 100));
        text-align: center;
        margin-bottom: 0;
    }
    .footer_link_list_box4 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .footer_link_list_box4>a:nth-child(n+2){
        margin-left: 32px;
    }
    .copyright_box>p {
        text-align: center;
        padding-bottom: 26px;
    }
}