@charset "utf-8";

/* Google fonts import */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css"); /* mincho [font-family: "Sawarabi Mincho";] */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* gothic [font-family: "Noto Sans Japanese";] */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap&subset=japanese');


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Noto Sans Japanese";
    font-family: 'Noto Serif JP', serif;
    background: #FFFFFF;
}

img{
    /* max-width: 100%; */
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* #Wrapper{
    width: 100%;
    max-width: 1000px;
    margin: 123px auto 40px;
} */
#login_page {
    margin-top: -110px;
    padding-top: 110px;
}


/* Header
-------------------------------------------------------------------- */

header{
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    width:100%;
}
header .Area{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    height:80px;
    align-items: center;
    background:#FFFFFF;
}
header .Area a.Logo{
    width:220px;
    display:block;
}
header .Area a.Logo img{
    width:90%;
    display:block;
    margin:auto;
    margin-top:10px;
}
header .Area a.Res{
    width: 130px;
    height: 80px;
    line-height: 58px;
    background-color: #AC9665;
    background: -webkit-linear-gradient(left,#c97798,#c57b99);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
}
header .Area a.Res div{
    padding:5px;
}
header .Area a.Res div div{
    border: solid 1px #FFFFFF;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    box-sizing: content-box;
}
header .Area a.Res:hover{
    opacity:0.68;
}
header .Area a.Tmap{
    /*width: 130px;*/
    width: 180px;
    height: 80px;
    line-height: 58px;
    background-color: #777777;
    background: -webkit-linear-gradient(left,#a9a9a5,#95958e);
    display: block;
    position: absolute;
    top: 0;
    right: 260px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
}
header .Area a.room {
    width: 130px;
    height: 80px;
    line-height: 58px;
    background-color: #AC9665;
    background: -webkit-linear-gradient(left, #8a96a6, #7696c0);
    display: block;
    position: absolute;
    top: 0;
    right: 260px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 5px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
    letter-spacing: 0.1em;
}
header .Area a.room div{
    padding: 5px;
}
header .Area a.room div div{
    border: solid 1px #FFFFFF;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    box-sizing: content-box;
}
header .Area a.room:hover{
    opacity:0.68;
}

header .Area a.loginbutton {
    width: 130px;
    height: 80px;
    line-height: 58px;
    background-color: #AC9665;
    background: -webkit-linear-gradient(left, #a38361, #81521f);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    letter-spacing: 5px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
    letter-spacing: 0.1em;
}
header .Area a.loginbutton div{
    padding: 5px;
}
header .Area a.loginbutton div div{
    border: solid 1px #FFFFFF;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    box-sizing: content-box;
}
header .Area a.loginbutton:hover{
    opacity:0.68;
}
header .Area a.web {
    width: 130px;
    height: 80px;
    line-height: 58px;
    background: -webkit-linear-gradient(left, #7cbdab, #3e7b6a);
    display: block;
    position: absolute;
    top: 0;
    right: 130px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 5px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
    letter-spacing: 0.1em;
}
header .Area a.web div {
    padding: 5px;
}
header .Area a.web div div {
    border: solid 1px #FFFFFF;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    box-sizing: content-box;
}


header .Area a.Tmap div{
    padding:5px;
}
header .Area a.Tmap.siryou{
    /* right: 390px; */
    right: 0;
    background-color: #777777;
    background: -webkit-linear-gradient(left, #dbb39c, #db9b76);
}
header .Area a.Tmap div div{
    border:solid 1px #FFFFFF;
}
header .Area a.Tmap:hover{
    opacity:0.68;
}

header .Area a.Ttel{
    width: 220px;
    height: 80px;
    line-height: 58px;
    background-color: #777777;
    background: none;
    display: block;
    position: absolute;
    top: 0;
    /* right: 390px; */
    right: 180px;
    /* right: 520px; */
    font-size: 29px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
    /* pointer-events: none; */
}
header .Area a.Ttel div{
    padding:5px;
}
header .Area a.Ttel div div{
    border:none;
    font-family: 'Noto Serif JP', serif;
}
header .Area a.Ttel:hover{
    opacity:0.68;
}

header .Navi{
    width: 100%;
    /* background: -webkit-linear-gradient(left, #706763, #5e504a); */
    background: #a59581;
}
header .Navi ul{
    width:100%;
    height: 30px;
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    /* padding: 20px 0 30px; */
    justify-content: space-between;
}
header .Navi ul li{
    /* width: 16.66%; */
    width: 14.28%;
}
header .Navi ul li a{
    display:block;
    padding:2px 0;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 12px;
    text-align:center;
    letter-spacing: 0.025em;
    border-right:solid 1px #FFFFFF;
    transition:color 0.5s;
}
header .Navi ul li a:hover{
    color:rgba(255,255,255,0.4);
}
header .Navi ul li:last-child a{
    border-right:none;
}
header .Navi ul li a.soon{
    pointer-events: none;
    opacity:0.5;
}

.icn_tel{
    position: relative;
}
.icn_tel::before{
    content: "";
    background: url(../img/common/icon_tel.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 14px;
    position: absolute;
    left: -24px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 1;
}
#Spm{
    display:none;
}
.pc_on{
    display: block;
}
.sp_on{
    display: none;
}
.d3_box{
    max-width: 800px;
    margin: 60px auto 0;
    padding: 0 10px;
}
.d3_box:hover{
    opacity: 0.6;
    transition-duration: 0.6s;
}
.header_h{
    content: "";
    display: block;
    height: 110px;
    width: 100%;
}
.section_box{
    padding-top: 110px;
    margin-top: -110px;
}
.section_box#plan,
.section_box#access,
.section_box#design,
.section_box#modelroom,
.section_box#security,
.section_box#outline{
        padding-top: 110px;
        margin-top: -110px;
}
#map {
    margin-top: -120px;
    padding-top: 120px;
}
#concept {
    margin-top: -110px;
    padding-top: 110px;
}

#loc02{
    margin-top: -130px;
    padding-top: 130px;
}

.sp_on_nav {
    display: none;
}

header .soon {
    opacity: 0.4 !important;
    pointer-events: none !important;
}


@media screen and (max-width: 1130px) {
    header .Area a.Tmap {
    }
    .sp_on_nav {
        display: block;
    }
    header .Area a.none {
        display: none!important;
    }
    header .Navi .sp_on_nav a.Tmap.siryou{
        right: 390px;
        background-color: #777777;
        background: -webkit-linear-gradient(left,#7dacc3,#5f97b2);
        padding: 0;
        border-bottom: none;
    }
    header .Navi .sp_on_nav a.Tmap.siryou div div {
        border: solid 1px #FFFFFF;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: 28px;
    }
    header .Navi .sp_on_nav a.Tmap.siryou div {
        padding: 5px;
    }
    header .Area a.Tmap.siryou{
        /* left: calc(100% / 3); */
    }
    header .Area a.web {
        width: 25%;
        height: 50px;
        line-height: 28px;
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0%;
        font-size: 10px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
        text-decoration: none;
        color: #FFFFFF;
        transition: all 0.5s;
        box-sizing: border-box;
        line-height: 1.4;
    }
    header .Area a.web div div {
        border: solid 1px #FFFFFF;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: unset;
    }

    header .Area{
        height:60px;
    }
    .header_h {
        height: 60px;
    }
    .section_box{
        padding-top: 60px;
        margin-top: -60px;
    }
    header .Area a.Logo{
        width:160px;
        display:block;
        margin:auto;
    }
    header .Area a.Logo img{
        margin-top:5px;
    }
    header .Area a.loginbutton{width: 25%;height: 50px;line-height: 28px;position: fixed;top: auto;bottom: 0;right: 25%;font-size: 10px;text-align: center;letter-spacing: 2px;font-weight: bold;text-decoration: none;color: #FFFFFF;transition: all 0.5s;box-sizing: border-box;line-height: 1.4;}
    header .Area a.room{width: 25%;height: 50px;line-height: 28px;position: fixed;top: auto;bottom: 0;right: 25%;font-size: 10px;text-align: center;letter-spacing: 1px;font-weight: bold;text-decoration: none;color: #FFFFFF;transition: all 0.5s;box-sizing: border-box;line-height: 1.4;}
    header .Area a.Res{width: 33.33333%;height: 50px;line-height: 10px;position: fixed;top: auto;bottom: 0;right: 33.33333%;font-size: 14px;text-align: center;letter-spacing: 2px;font-weight: bold;text-decoration: none;color: #FFFFFF;transition: all 0.5s;box-sizing: border-box;}
    header .Area a.Tmap{width: 50%;height: 50px;line-height: 28px;position: fixed;top: auto;bottom: 0;left: initial;font-size: 12px;text-align: center;letter-spacing: 2px;font-weight: bold;text-decoration: none;color: #FFFFFF;transition: all 0.5s;}
    header .Area a.Ttel{width: 50%;height: 50px;line-height: 28px;background-color: #777777;background: -webkit-linear-gradient(left,#a9a9a5,#95958e);position: fixed;top: auto;bottom: 0;left: 0;right: 0;font-size: 12px;text-align: center;letter-spacing: 3px;font-weight: bold;text-decoration: none;color: #FFFFFF;transition: all 0.5s;}
    header .Navi a.Tmap.siryou {
        right: initial;
        left: 0%;
    }
    header .Area a.room div div{
        border: solid 1px #FFFFFF;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: unset;
    }
    header .Area a.loginbutton div div{
        border: solid 1px #FFFFFF;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: 28px;
    }

    header .Navi{
        width:100%;
        display:none;
    }
    header .Navi ul li{
        width:40%;
        margin:10px 5%;
    }
    header .Navi ul li a{
        display:block;
        padding:8px 0;
        text-decoration:none;
        color:#FFFFFF;
        font-size:13px;
        text-align:center;
        letter-spacing:2px;
        border-right:none;
        border-bottom:solid 1px rgba(255,255,255,0.5);
        transition:color 0.5s;
    }
    header .Navi ul li a:hover{
        color:rgba(255,255,255,0.4);
    }
    header .Navi ul li:last-child a{
        border-right:none;
    }

    header .Area a.Res div div{
        border: solid 1px #FFFFFF;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: 28px;
        font-size: 12px;
    }
    header .Area a.Ttel{

    }
    header .Navi ul li.limited {
        width: 100%;
        background: -webkit-linear-gradient(left, #a38361, #81521f);
        padding: 3px;
    }
    header .Navi ul li.limited a {
        border: solid 1px #fff;
        color: #fff;
        padding: 1em 0;
    }
    header .Area a.Ttel div div{
        border:solid 1px #FFFFFF;
        font-family: "Noto Sans Japanese";
    }
    #Spm{
        display:block;
        width:60px;
        height:60px;
        position:fixed;
        top:0;
        right:0;
        background:url(../img/common/m_ico.jpg) no-repeat center center;
        background-size:60px;
        transition:all 0.5s;
    }
    #Spm.ac{
        background:url(../img/common/m_ico_c.jpg) no-repeat center center;
        background-size:60px;
    }
    .pc_on{
        display: none;
    }
    .pc_on.icn_tel{
        display: none;
    }
    .sp_on.icn_tel{
        display: block;
    }
    .sp_on{
        display: block;
    }
    .icn_tel::before{
        content: none;
    }
    header .Navi ul{
        height: auto;
        padding: 20px 0 30px;
    }
    #concept,#login_page  {
        margin-top: -60px;
        padding-top: 60px;
    }
    
    .section_box#plan,
.section_box#access,
.section_box#design,
.section_box#modelroom,
.section_box#security,
.section_box#outline{
        padding-top: 60px;
        margin-top: -60px;
}

}
@media screen and (max-width: 600px) {
    header .Area a.Res{
        font-size: 10px;
    }
    header .Area a.Tmap{
        font-size: 10px;
    }
    header .Area a.room{
        font-size: 10px;
    }
    header .Area a.loginbutton{
        font-size: 10px;
    }

}
@media screen and (max-width: 400px) {
    header .Area a.Res{
        letter-spacing: 1px;
        font-weight: normal;
    }
    header .Area a.Tmap div div{
        padding: 5px 0;
    }
    header .Area a.Tmap{
        letter-spacing: 1px;
        font-weight: normal;
    }
    header .Area a.room {
        letter-spacing: 0px;
        font-weight: normal;
    }
    header .Area a.loginbutton {
        letter-spacing: 0px;
        font-weight: normal;
    }

}



/* fotoer */
footer{
    width:100%;
    background: #fff;
    padding-top: 49px;
    /* margin-top: 80px; */
}
footer div.w{
    width:100%;
    /* max-width:800px; */
    max-width: 840px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding: 0 20px;
}
footer div.w div{
    width:48%;
}
footer div.w div a{
    display:block;
}
footer div.w div a img{
    display:block;
    width:100%;
}
footer address{
    /* background: #5f514b; */
    background: #a59581;
    color:#FFFFFF;
    font-style:normal;
    font-size:11px;
    display:block;
    padding:10px 0;
    text-align:center;
    margin-top:50px;
}
.tel_link{pointer-events: none;}
@media screen and (max-width: 980px) {
    footer address{
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 600px) {
footer div.w{
    max-width: 800px;
    padding: 0;
}
footer div.w div{
    width:90%;
    max-width: 400px;
    margin:15px auto;
}
footer address{
    padding:10px 0;
    padding-bottom:20px;
}
.tel_link{pointer-events: all;}
}
.Anc{
    position:relative;
    top:-130px;
}
@media screen and (max-width: 600px) {
    .Anc{
        top:-70px;
    }
}

a.FreeIdLink{
    display:block;
    width:100%;
    margin: 20px auto 30px auto;
    max-width:600px;
    background-color:#175CAA;
    background:-webkit-linear-gradient(left,#1AB5DD,#175CAA);
    background:linear-gradient(left,#1AB5DD,#175CAA);
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    padding:10px 0;
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
    border-radius:2px;
    box-shadow:0 2px 3px rgba(0,0,0,0.15);
    font-family: 'Noto Serif JP', serif;
    transition:all 0.5s;
}
a.FreeIdLink:hover{
    opacity:0.7;
}
a.FreeIdLink span{
    display:block;
    width:50%;
    margin:10px auto;
    background-color:#FFFFFF;
    color:#3782C2;
    text-align:center;
    padding:3px 0;
    font-size:120%;
    position:relative;
}
a.FreeIdLink span:after{
    content:"";
    display: block;
    width:5px;
    height:5px;
    border-top:2px solid #3782C2;
    border-right:2px solid #3782C2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:18px;
    top:55%;
    margin-top:-5px;
}
@media screen and (max-width: 600px) {
    a.FreeIdLink{
        font-size:14px;
    }
    a.FreeIdLink span{
        width:80%;
    }
}




/* caption */
.Lcap {
    background: #dcd3ce;
    padding: 30px 0;
    margin: 60px auto　 0;
}
.Lcap div {
    width: 92%;
    max-width: 1000px;
    margin: auto;
}
.Lcap div p {
    font-size: 11px;
    line-height: 165%;
}




/* common */
.com_inner{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.pos_re{
    position: relative;
}
.pos_ab{
    position: absolute;
}
.cap_02{
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px !important;
    padding: 5px;
}
.subhead{
    height: 400px;
    width: 100%;
    margin-bottom: 60px;
}
#access .subhead{
    background: url(../img/access/subhead.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#location .subhead{
    background: url(../img/location/subhead.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#equipment .subhead{
    background: url(../img/equipment/subhead.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* .sec_top_flex{
    display: flex;
    align-items: center;
}
.sec_top_flex_text{
    width: 50%;
} */
.sec_ttl_box{
    margin-bottom: 60px;
}
.sec_ttl{
    text-align: center;
    font-size: 42px;
    margin: 0 auto 20px;
    text-transform: uppercase;
}
.sec_subttl {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 30px;
}
.sec_subttl_en {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.sec_lead{
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.sec_top_flex_img{
    width: 50%;
}
.sec_cap{
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: justify;
}
.db1000{
    display: none;
}
.db850{
    display: none;
}
.db750{
    display: none;
}
.db650{
    display: none;
}
.db450 {
    display: none;
}
.section_box, #top{
    margin-bottom: 100px;
}
.section_box:last-of-type{
    margin-bottom: 0;
}
.wrapper{
    overflow: hidden;
}
.img_cap{
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px !important;
    padding: 5px;
    line-height: 1;
}
.scroll{
    display: none;
}
.scroll_l{
    display: none;
}
.scroll_separate{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    pointer-events: none;
}
.scroll_separate > li{
    width: calc(100% / 7);
    height: 100%;
}
.scroll_flex{
    display: none;
}

@media screen and (max-width: 1000px) {
.db1000{
    display: block;
}
.dn1000{
    display: none;
}
}
@media screen and (max-width: 900px) {
    .sec_subttl {
        /* font-size: 18px; */
    }
}
@media screen and (max-width: 850px) {
.subhead {
    height: 300px;
}
.dn850{
    display: none;
}
.db850{
    display: block;
}
}
@media screen and (max-width: 750px) {
.dn750{
    display: none;
}
.db750{
    display: block;
}
.sec_ttl {
    font-size: 32px;
}
.sec_subttl {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.sec_lead {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.sec_subttl_en {
    font-size: 26px;
}
}
@media screen and (max-width: 650px) {
.scroll_img {
    width: 100%;
    margin:0  auto 20px;
    max-width: 570px;
    overflow-x: scroll;
    /* -ms-writing-mode: tb-rl; */
    /* writing-mode: vertical-rl; */
}
.kusatsu.scroll_img .img_cap{
    writing-mode: initial;
}
.scroll_img img{
      min-width: 1200px;
    display:block;
}
.section_box, #top {
    margin-bottom: 60px;
}
.dn650{
    display: none;
}
.db650{
    display: block;
}
.sec_subttl {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.sec_ttl_box {
    margin-bottom: 40px;
}


/* scroll */
.scroll {
    position: relative;
    color: #808080;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

 /* scroll_l */
 .scroll_l {
    position: relative;
    color: #808080;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}

.scroll_flex{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.scroll_flex .scroll_l, .scroll_flex .scroll{
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll_flex_p{
    color: #808080;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 450px) {
.dn450{
    display: none;
}
.db450{
    display: block;
}
}


/* Foot Cta
------------------------------------------------------- */
div.FootCta{
	padding:60px 0;
	background: #f6f6f4;
}
div.FootCta ul{
	width:95%;
	max-width:1200px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	/*justify-content:space-between;*/
	justify-content:center;

}
div.FootCta ul li{
	width:30%;
	margin:0 2%;
}
div.FootCta a{
	display:block;
	margin:25px auto;
    transition-duration: 0.7s;
}
div.FootCta a:hover{
	opacity:0.7;
}
div.FootCta a img{
	display:block;
	margin:auto;
	max-width:100%;
}
@media screen and (max-width: 860px) {
	div.FootCta{
		padding:20px 0;
	}
}
@media screen and (max-width: 600px) {
	div.FootCta ul li{
		width:70%;
		margin:10px auto;
	}
	div.FootCta a{
		margin: auto;
	}
}


/* 近隣の物件 */
.other_estate {
    margin-bottom: 100px;
}
.other_estate_flex {
    display: flex;
    justify-content: space-between;
}
.other_estate_flex_in {
    width: 49%;
	margin: 0 auto;
}
.other_estate_flex_in a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.other_estate_flex_in a:hover {
    opacity: 0.8;
}
.estate_name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-top: 10px;
}

@media screen and (max-width: 650px) {
    .other_estate {
        margin-bottom: 60px;
    }
    .estate_name {
        font-size: 14px;
    }
    .other_estate_flex {
        flex-wrap: wrap;
    }
    .other_estate_flex_in {
        width: 100%;
    }
    .other_estate_flex_in:nth-of-type(1) {
        margin-bottom: 30px;
    }

}


.Faceid_bg {
    /*padding: 40px 20px;*/
    padding-top: 40px;
    margin: 50px auto 0;
}
.Faceid_bg.banner_area{
	margin-top:0;
	
}
.Faceid01 {
    width: 100%;
    /* max-width: 960px; */
}
.Faceid01 div.w {
    margin: 30px auto 0px;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 650px){
.Faceid01 div.w{
    width: 100%;
}
}