@charset "UTF-8";

#content_Wrap {
    position: relative;
    /*overflow: hidden;*/
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "Cormorant Garamond", "Noto Serif JP", serif;*/
}

.Garamond {
    font-size: 120%;
    font-family: "Cormorant Garamond", serif
}

/* ---------- 共通 ---------- */
html {}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.tab {
    display: none;
}

.sp {
    display: none;
}

.inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.rletv {
    position: relative;
}

.bg_Wht {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #000;
    z-index: 2;
}

/*予告広告*/
.yokoku {
    font-size: 12px;
    margin: 0px auto 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yokoku dt span,
.yokoku dd span {
    color: #fff;
}

.yokoku dt {
    width: 10%;
    padding: 12px;
    margin: 0 15px 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yokoku dd {
    line-height: 1.4;
}

/*注釈*/
.notes {
    padding: 0 0 0 1em;
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
    box-sizing: border-box;
}

.notes li {
    list-style-type: '※';
}

/*トップへ戻るボタン*/
#pageTop {
    cursor: pointer;
    font-size: 12px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 20px 20px 17px;
    background: #6a7174c9;
    z-index: 10;
}

#pageTop a {
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: .3s;
}

figure {
    position: relative;
    height: fit-content;
}

/*キャプション*/
.cap_txt {
    position: absolute;
    font-size: 10px;
    bottom: 5px;
    letter-spacing: 0;
}

.cap_R {
    right: 5px;
}

.cap_L {
    left: 5px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaW {
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

.cap_ShaB {
    text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

/*「MJR」フォント*/
span.garamond {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: normal;
    font-size: 1.1em;
    transform: rotate(0.28deg);
    letter-spacing: 0.02em;
}

.garamond {
    font-family: 'Cormorant Garamond', serif;
}

.cinzel {
    font-family: 'Cinzel', serif;
}

/*firefox のみ*/
@-moz-document url-prefix() {

    span.garamond,
    .garamond {
        font-family: 'EB Garamond', serif !important;
    }
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 99;
    transition: 0.5s;
}

header .head_Wrap {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 96%;
    padding: 20px 0;
    margin: 0 auto;
}

header .logo {
    width: 300px;
    max-width: 100%;
    margin-right: 0px;
    font-size: unset;
}

header .logo img {
    width: 100%;
    filter: drop-shadow(0 0 5px #000000);
}

header.scroll {
    background: rgba(0, 0, 0, 0.5);
}

/*firefox のみ*/
@-moz-document url-prefix() {
    header .logo img {
        width: 240px;
    }
}

header .head_nav_Wrap {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
}

header .nav_Block01 {
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
}

/*header .nav_Block01 li{ margin-left: 20px;}*/
header .nav_Block01 li:not(:nth-child(1)) {
    margin-left: 20px;
}

header .nav_Block01 a {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 0;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
}

header .nav_Block01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 5px;
    height: 9px;
    background: url(../img/common/head_arrow.png) no-repeat center top;
    background-size: cover;
    transition: .3s;
    transform: translateY(-50%);
}

header .nav_Block01 a:hover {
    opacity: .6;
}

header .nav_Block01 a:hover::after {
    right: 0;
}

header .request a {
    padding: 15px 25px;
    background-color: #b99f75;
    box-sizing: border-box;
    transition: .3s;
}

header .request a::after {
    content: none;
}

header .request a:hover {
    background-color: #b99f75;
    opacity: 1;
}

header .reserve a {
    padding: 15px 32px;
    background-color: #5c1212;
    box-sizing: border-box;
    transition: .3s;
}

header .reserve a::after {
    content: none;
}

header .reserve a:hover {
    background: rgba(255, 255, 255, .3);
    opacity: 1;
}

header .limited {
    box-sizing: border-box;
    transition: .3s;
    display: none;
}

header .limited a {
    padding: 15px 32px;
    background-color: #868686;
    transition: .3s;
}

header .limited a::after {
    content: none;
}

header .limited a:hover {
    background-color: #acacac;
    opacity: 1;
}

header a span {
    display: block;
}

header a span {}

#spMenuArea {
    position: relative;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 110;
    margin-left: 20px;
}

#spMenuArea li {
    height: 62px;
    padding-top: 20%;
    margin: 0 15px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

#spMenu p {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    transform: translateX(-45%);
}

#spMenu {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    color: #fff;
    z-index: 9999;
    text-align: center;
}

#spMenu .bar {
    width: 50px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: .3s;
}

#spMenu,
#spMenu .bar span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#spMenu .bar span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

#spMenu .bar span:nth-of-type(1) {
    top: 0;
}

#spMenu .bar span:nth-of-type(2) {
    top: 35%;
    left: 0;
    width: 60%;
    height: 2px;
    transform: translate(0%, -50%);
}

#spMenu .bar span:nth-of-type(3) {
    top: 65%;
    right: 0;
    left: inherit;
    width: 60%;
    height: 2px;
    transform: translate(0%, -50%);
}

#spMenu .bar span:nth-of-type(4) {
    bottom: 0;
}

#spMenu.active .bar {
    /*transform: rotate(360deg);*/
}

#spMenu.active .bar span:nth-of-type(1) {
    transform: translateX(-50%);
    opacity: 0;
}

#spMenu.active .bar span:nth-of-type(2) {
    transform: translate(30%, 7px) rotate(45deg);
}

#spMenu.active .bar span:nth-of-type(3) {
    transform: translate(-40%, -5px) rotate(-45deg);
}

#spMenu.active .bar span:nth-of-type(4) {
    transform: translateX(50%);
    opacity: 0;
}

#head_Nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10% 5%;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    z-index: 100;
    overflow: auto;
}

#head_Nav .nav_wrap {
    position: relative;
}

#head_Nav .fix_Nav {
    width: 200px;
    max-width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}

#head_Nav .fix_Nav a {
    display: block;
    padding: 16px 0px 16px 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    font-size: 14px;
    transition: 0.3s;
}

#head_Nav .fix_Nav a:nth-child(1) {
    background: #b99f75;
}

#head_Nav .fix_Nav a:nth-child(2) {
    /*background:#868686;*/
}

#head_Nav .fix_Nav a:hover {
    background: rgba(255, 255, 255, 0.4);
}

#head_Nav .fix_Nav a:nth-child(1):hover {
    background: #bcaa7b;
}

#head_Nav .fix_Nav a:nth-child(2):hover {
    /*background: #acacac;*/
}

#head_Nav .fix_Nav a span {
    padding-left: 1em;
    position: relative;
}

#head_Nav .fix_Nav a span small {
    font-size: 14px;
}

#head_Nav .fix_Nav a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#head_Nav ul {
    width: 700px;
    max-width: 55%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#head_Nav ul li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #7b7b7b;
    width: 48%;
}

/*#head_Nav ul li:not(:first-child) { margin:15px 0 0;}*/
#head_Nav ul li a {
    display: block;
    position: relative;
    padding: 20px;
    text-align: left;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}

#head_Nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#top #head_Nav ul li:nth-child(1) a,
#midstyle #head_Nav ul li:nth-child(2) a,
#residence #head_Nav ul li:nth-child(3) a,
#commonspace #head_Nav ul li:nth-child(4) a,
#modelroom #head_Nav ul li:nth-child(5) a,
#crown_lux #head_Nav ul li:nth-child(6) a,
#plan #head_Nav ul li:nth-child(7) a,
#plan_urban #head_Nav ul li:nth-child(8) a,
#sss #head_Nav ul li:nth-child(9) a,
#brand #head_Nav ul li:nth-child(10) a {
    background: rgba(255, 255, 255, 0.2);
}

#head_Nav ul li a>span {
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    letter-spacing: 0.06em;
}

#head_Nav ul li a>strong {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #ac2727;
    font-size: 11px;
    padding: 5px 7px;
    line-height: 1;
}

#head_Nav ul li a>span small {
    color: #e2ba79;
    font-size: 12px;
    line-height: 1.5;
}

/*link close クローズ*/
#head_Nav ul li:nth-child(5) a {
    /*opacity: .25;
pointer-events: none;*/
}

/*new*/
#head_Nav ul li.new a::before {
    display: inline-block;
    content: 'NEW';
    position: absolute;
    top: 6px;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    transform: rotate(30deg);
    z-index: 1;
}

#head_Nav ul li.new a::after {
    content: "";
    position: absolute;
    right: -23px;
    top: -17px;
    width: 90px;
    height: 40px;
    transform: rotate(30deg);
    background: #b99f75;
}

/*MJRフォント画像*/
.mjr_txt img {
    width: 30px;
    position: relative;
    bottom: -2px;
}

/*ライフストーリーNEW追加*/
.akasaka_life a {
    position: relative;
    text-align: center;
}

.akasaka_life a:before {
    content: "NEW";
    position: absolute;
    left: 0;
    top: -12px;
    background: #b99f75;
    color: #fff;
    font-size: 10px;
    padding: 3px 4px;
}

.akasaka_life a small {
    font-size: 12px;
}


.readmore:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 8%;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    transition: 0.3s;
}

.readmore:hover {
    background-color: #d6c28e;
}

.readmore:hover:before {
    right: 6%;
}


/*物件エントリー訴求エリア*/

.entry_link {
    width: 100%;
    padding: 60px 0;
    background: url(../img/common/bg_mv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
    /*border-top: 1px solid #3b3a64;*/
}

.entry_link h3 {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.1em;
}

.entry_link h4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cvnav_List {
    margin-top: 30px;
}

.cvnav_List li {
    margin: 0 auto;
    text-align: center;
}

.cvnav_List li.readmore {
    padding: 0;
    border: none;
    position: relative;
}

.cvnav_List .limited {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
    background: #b9aa82;
    /*background-image: linear-gradient(140deg,
			#61574c 45%,
			#907c66 50%,
			#61574c 55%);
	background-size: 500% 100%;
	animation: shine 3s infinite;*/
}

.cvnav_List .limited a {
    padding: 20px 0;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #b9aa82;
    color: #02012e;
}

.cvnav_List .entry.readmore {
    width: auto;
    max-width: 100%;
}

.cvnav_List .entry.readmore a {
    width: 330px;
    max-width: 100%;
    padding: 15px 0;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #b9aa82;
    color: #02012e;
    transition: 0.3s;
}

.cvnav_List .limited.limitbtn {
    border: none;
}

.cvnav_List .limited.limitbtn a {
    background: #868686;
    color: #fff;
    transition: 0.3s;
}

.cvnav_List .limited.limitbtn:before {
    border-color: #fff #fff transparent transparent;
}

.cvnav_List li.readmore a:hover {
    background-color: #d6c28e;
}

.cvnav_List li.readmore.limitbtn a:hover {
    background-color: #939393;
}

.entry_link li {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@keyframes shine {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* footer */
footer {
    width: 100%;
    background: #000;

}

.foot_contact {
    width: 100%;
    padding: 40px 0;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

.foot_contact .inner {
    justify-content: center;
    align-items: center;
}

.foot_contact .inner article {
    margin-right: 80px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.foot_contact .txt01 {
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.foot_contact .txt02 {
    text-align: left;
    line-height: 1.4;
}

.foot_contact .txt02,
.foot_contact .txt03 {
    font-size: 14px;
}

.foot_contact .txt03 {
    color: red;
    line-height: 1.6em;
}

.foot_contact .tel_link {
    display: block;
    margin: 20px 0 20px;
    color: #fff;
    font-size: min(3.7vw, 40px);
    font-family: 'Cinzel', serif;
    line-height: 1;
    pointer-events: none;
}

/* 
.foot_contact .tel_link img {
    width: 100%;
} */

.convertion_area {
    width: 100%;
    max-width: 360px;
    flex-direction: column;
}

.foot_contact .request_Btn {
    display: block;
    max-width: 360px;
    width: 80%;
    padding: 16px 0;
    margin-bottom: 20px;
    color: #fff;
    background-color: #7a6c14;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

.foot_contact .request_Btn:hover {
    opacity: .6;
}

.foot_contact .reserve_Btn {
    display: block;
    max-width: 360px;
    width: 80%;
    padding: 16px 0;
    color: #fff;
    background-color: #5c1212;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

.foot_contact .reserve_Btn:hover {
    opacity: .6;
}

#foot_Nav {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#foot_Nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
}

#foot_Nav ul li {
    position: relative;
    box-sizing: border-box;
}

#foot_Nav ul li a {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}

#foot_Nav ul li a span {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

/*link close*/
#foot_Nav ul li:nth-child(9) a {
    opacity: .25;
    pointer-events: none;
}

.company_box {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 30px 10%;
    box-sizing: border-box;
}

.company_box .logo_jr {
    max-width: 268px;
}

.company_box .logo_leben {
    max-width: 220px;
}

.company_box .logo_pleasure {
    max-width: 220px;
}

.company_box li img {
    max-width: 100%;
}

.company_box li p {
    color: #fff;
    font-size: 10px;
    margin: 0 0 10px;
}

p.copyright {
    width: 100%;
    padding: 11px 0;
    color: #fff;
    background: #000;
    font-size: 11px;
    text-align: center;
}

/*---------------------------
Tab
---------------------------*/

/* @media screen and (max-width: 1100px) {
    header .nav_Block01 li.h_map {
        display: none;
    }
} */

@media screen and (max-width: 1024px) {

    /* #content_Wrap {
padding: 177px 0 0;
} */

    /* header ul li a{ min-width: 96px;} */
    /* header */


    #foot_Nav ul {
        padding: 0;
    }

    #foot_Nav ul li {
        position: relative;
        width: 50%;
        padding: 0;
        margin-right: 0;
        border-bottom: 1px solid #fff;
        border-left: none;
        text-align: center;
    }

    #foot_Nav ul li:nth-of-type(even) {
        border-left: 1px solid #fff;
    }

    #foot_Nav ul li:nth-child(9),
    #foot_Nav ul li:nth-child(10) {
        border-bottom: none;
    }

    #foot_Nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 0;
        box-sizing: border-box;
    }

    #foot_Nav ul li a:hover {
        border: none;
    }

    .foot_contact {
        padding: 30px 0;
    }

    .foot_contact .inner {
        flex-direction: column;
    }

    .foot_contact .inner article {
        margin: 0 0 30px;
        text-align: center;
    }


    /*new*/
    #foot_Nav ul li.new a::before {
        content: 'NEW';
        position: absolute;
        top: 0;
        left: 0;
        background: #9c855c;
        color: #fff;
        font-size: 10px;
        letter-spacing: 0.15em;
        padding: 2px 7px;
    }

    .company_box {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }

    .company_box li {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .company_box li:not(:first-child) {
        margin-top: 0px;
        max-width: 100%;
    }

    .company_box .logo_jr {
        margin-right: auto;
        max-width: 100%;
    }

    .company_box .logo_haseko {
        margin-right: auto;
        max-width: 100%;
    }

    .company_box .logo_sumitomo {
        margin-right: auto;
        max-width: 100%;
    }

    .company_box .logo_jusyo {
        margin-right: auto;
        max-width: 100%;
    }

    .company_box .logo_nittetsu {
        margin-right: auto;
        max-width: 100%;
    }
}

#content_Wrap {
    background-color: #000;
    color: #fff;
}

/*---------------------------
sp
---------------------------*/
/* @media only screen and (max-width: 980px) {
    header .nav_Block01 li.h_top {
        display: none;
    }
} */

@media only screen and (max-width: 768px) {

    /* 共通 */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*注釈*/
    .bg_Wht {
        padding: 30px 0;
    }

    .notes {
        font-size: 11px;
    }

    #pageTop {
        right: 10px;
        bottom: 75px;
    }

    /*予告広告*/
    .yokoku {
        display: block;
        margin: 20px auto;
    }

    .yokoku dt {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        margin: 0 auto 10px;
    }

    .yokoku dd {
        margin: 0;
    }


    header .head_Wrap {
        width: 90%;
        align-items: center;
        padding: 14px 0 8px;
    }

    header .logo {
        width: 210px;
        max-width: 75%;
    }

    #head_Nav {
        padding: 20% 5% 20%;
    }

    #head_Nav ul {
        width: 100%;
        max-width: 100%;
    }

    #spMenu .bar {
        height: 35px;
    }

    #head_Nav ul li {
        width: 49%;
    }

    #head_Nav ul li a>span {
        font-size: 15px;
    }

    #head_Nav ul li.life a>span {
        font-size: 15px;
        line-height: 1.4;
    }

    #head_Nav ul li a>span small {
        font-size: 11px;
        letter-spacing: 0;
        font-feature-settings: "palt";
    }

    #head_Nav ul li a>strong {
        right: 10px;
    }

    #head_Nav ul li a {
        padding: 10px 5px;
    }

    #head_Nav ul li:not(:first-child) {
        margin: 10px 0 0;
    }

    #head_Nav .fix_Nav {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #head_Nav .fix_Nav a {
        width: 44%;
        margin-bottom: 10px;
        font-size: 13px;
    }

    #head_Nav .fix_Nav a:last-child {
        /*width: 100%;*/
    }

    /*new*/
    #head_Nav ul li.new a::before {
        font-size: 12px;
    }

    /*MJRフォント画像*/
    .mjr_txt img {
        width: 36px;
        position: relative;
        bottom: -3px;
    }



    .main_head {
        padding: 45px 0;
    }

    .main_head .main_head_ttl {
        font-size: 22px;
    }

    .main_head .main_head_copy {
        font-size: 15px;
    }


    .entry_link {
        padding: 50px 0;
        background-position: center top;
    }

    .entry_link h3 {
        font-size: 17px;
    }

    .cvnav_List {
        margin-top: 20px;
    }

    .entry_link h4 {
        margin-top: 30px;
        font-size: 13px;
    }

    /* footer */
    footer {
        background: #000;
    }

    .foot_contact {
        padding: 25px 0;
    }

    .foot_contact .inner article {
        flex-direction: column;
        width: 100%;
    }

    .foot_contact .txt01 {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        color: #fff;
    }

    .foot_contact .txt02,
    .foot_contact .txt03 {
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
        color: #fff;
    }

    .foot_contact .tel_link {
        width: 90%;
        margin: 0 auto;
        pointer-events: auto;
        display: block;
        font-size: min(8vw, 40px);
    }

    .foot_contact span.pconly {
        display: none;
    }


    .foot_contact .request_Btn {
        display: block;
        max-width: 360px;
        width: 80%;
        padding: 16px 0;
        margin: 0 auto 20px;
    }

    .foot_contact .reserve_Btn {
        display: block;
        max-width: 360px;
        width: 80%;
        padding: 16px 0;
        margin: 0 auto;
    }

    #foot_Nav {
        border-bottom: none;
    }

    #foot_Nav ul {
        padding: 0;
    }

    #foot_Nav ul li:nth-child(9),
    #foot_Nav ul li:nth-child(10) {
        border-bottom: 1px solid #fff;
    }

    .company_box a {
        display: block;
    }

    .company_box li {
        width: 300px;
        max-width: 90%;
    }

    p.copyright {
        padding: 10px 0 75px;
        line-height: 1.7;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }
}

@media only screen and (max-width: 890px) {
    header .nav_Block01 li {
        display: none;
    }

    header .nav_Block01 li#spMenuArea {
        display: block;
    }

    /*下固定*/
    ul.btm_Btn_Area {
        display: flex;
        position: fixed;
        bottom: 0;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        /*height: 65px;*/
        background: #fff;
        border-top: solid 1px #dbdbdb;
        z-index: 99;
    }

    ul.btm_Btn_Area li {
        width: calc(100% - 0.01px / 5) !important;
        position: relative;
    }

    ul.btm_Btn_Area li:nth-of-type(-n+2) {
        border-right: solid 1px #dbdbdb;
    }

    ul.btm_Btn_Area li a,
    ul.btm_Btn_Area .f_request a,
    ul.btm_Btn_Area .f_reserve a {
        height: 100%;
        display: block;
        padding: 35px 0 8px;
        box-sizing: border-box;
        font-size: 10px;
        color: #01012E;
        text-align: center;
        letter-spacing: 0 !important;
    }

    ul.btm_Btn_Area .f_map a {
        height: 100%;
        display: block;
        padding: 35px 0 8px;
        box-sizing: border-box;
        font-size: 10px;
        color: #01012E;
        text-align: center;
        letter-spacing: 0;
    }

    ul.btm_Btn_Area .f_map a span {
        font-feature-settings: "palt";
    }

    ul.btm_Btn_Area li.f_limited {
        background: #868686;
    }

    ul.btm_Btn_Area li.f_limited a {
        color: #FFF;
    }

    ul.btm_Btn_Area li.f_request {
        background: #e2ba79;
    }

    ul.btm_Btn_Area li.f_request a {
        color: #FFF;
    }

    ul.btm_Btn_Area li.f_reserve {
        background-color: #5c1212;
        display: none;
    }

    ul.btm_Btn_Area li.f_reserve a {
        color: #FFF;
    }

    ul.btm_Btn_Area li[class*="f_"]::before {
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: 8px;
        width: 20px;
        height: 20px;
        content: "";
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(1)::before {
        content: url(../img/common/sp_tel.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(2)::before {
        content: url(../img/common/sp_map.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(3)::before {
        content: url(../img/common/sp_out.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(4)::before {
        content: url(../img/common/sp_limited.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(5)::before {
        content: url(../img/common/sp_req.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(6)::before {
        content: url(../img/common/sp_res.svg);
    }

    ul.btm_Btn_Area li[class*="f_"]:nth-of-type(4)::before {
        content: "";
        position: absolute;
        display: block;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 24px;
        background-image: url(../img/common/sp_limited.svg);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

    ul.btm_Btn_Area li a:hover {
        opacity: 1;
    }
}

/* ハンバーガーメニュー非表示 */
#spMenuArea {
    display: none;
}

@media only screen and (max-width: 890px) {
    #spMenuArea {
        display: none !important;
    }
}