@charset "utf-8";

header:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    z-index: 99;
    pointer-events: none
}

.foot_teikiArea {
    padding-bottom: 50px;
}

#hero-Vis {
    position: relative;
}

.cap_Txt {
  position: absolute;
  font-size: 11px;
  bottom: 5px;
  transform: rotate(.028deg);
}

.cap_W {
  color: #FEFEFE;
}

.cap_B {
  color: #333;
}

.cap_ShaW {
  text-shadow: 2px 0 2px #FEFEFE, -2px 0 2px #FEFEFE, 0 2px 2px #FEFEFE, 0 -2px 2px #FEFEFE;
}

.cap_ShaB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

figure ,
.rela {
    position: relative;
}

main {
}

.bread_list {
    display: none;
}

/*sss*/

#hero-Vis .fade_down {
    position: relative;
}

#hero-Vis .fade_down .ttl_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px #333 , 0px 0px 5px #333 , 0px 0px 10px #333 , 0px 0px 15px #333;
}

#hero-Vis .fade_down .ttl_wrap h2 {
    font-size: 5vw;
    text-align: center;
    letter-spacing: 4px;
    font-family: "EB Garamond",serif;
    font-weight: normal;
    margin-bottom: 0px;
}

#hero-Vis .fade_down .ttl_wrap .txt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

#hero-Vis .fade_down figure {
    width: 1100px;
    max-width: 90%;
    margin: 30px auto 0;
    padding-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0px;
}

#hero-Vis .fade_down .ttl_wrap figure img {
    filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 10px #000);
}


.main {
    position: relative;
}
.main .ttl_wrap {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main .ttl_wrap h2 {
font-size: 3vw;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.main .ttl_wrap .txt {
    text-align: center;
    font-size: 20px;
}


/*スーペリアフロア*/
#sf_Wrap {
    width: 100%;
    background-color: #000;
    margin-bottom: 30px;
}

#sf_Wrap .sf_ttl {
    width: 100%;
    background: url(../img/superiorfloor/bg_top.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding: 6vw;
}

#sf_Wrap .sf_ttl h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
}

#sf_Wrap .sf_ttl h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.68;
}

#sf_Wrap .sf_ttl h5 {
    width: fit-content;
    margin: 0 auto 30px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    font-family: "EB Garamond",serif;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #bea164, #ffebb0 50%, #bea164);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sf_Wrap .sf_ttl figure {
    width: 1000px;
    max-width:80%;
    margin: 0 auto;
}

#sf_Wrap .sf_Box {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 50px;
}

#sf_Wrap .sf_Box .sf_txt h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: "EB Garamond",serif;
    letter-spacing: 0.1em;
    font-weight: 100;
    margin-bottom: 20px;
}

#sf_Wrap .sf_Box .sf_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

#sf_Wrap .sf_Box .sf_txt p {
    text-align: center;
    color: #fff;
    line-height: 2.5;
    margin-bottom: 50px;
    font-size: 15px;
}

#sf_Wrap .sf_Box .sf_txt figure {
    max-width: 95%;
    margin: 0 auto;
}

#sf_Wrap .sf_Box .subImg {
    width: 1200px;
    max-width: 90%;
    margin: 050px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#sf_Wrap .sf_Box .subImg .img {
    width: 50%;
}

#sf_Wrap .sf_Box .subImg .txt {
    color: #fff;
    width: 45%;
    line-height: 4;
    display: flex;
    justify-content: center;
}

#sf_Wrap .sf_Box .yukadan {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:3%;
    padding: 20px;
    background-color: #232323;
    position: relative;
    color: #fff;
}

#sf_Wrap .sf_Box .yukadan:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100px;
    height: 100px;
    background: url(../img/superiorfloor/kakko_left.png) no-repeat;
    background-size: 100%;
    background-position: left top;
    pointer-events: none;
}

#sf_Wrap .sf_Box .yukadan:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 100px;
    height: 100px;
    background: url(../img/superiorfloor/kakko_right.png) no-repeat;
    background-size: 100%;
    background-position: right bottom;
    pointer-events: none;
}

#sf_Wrap .sf_Box .yukadan figure {
    width: 290px;
    max-width: 30%;
}

#sf_Wrap .sf_Box .yukadan_txt {
    width: 70%;
}

#sf_Wrap .sf_Box .yukadan_txt h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
}

#sf_Wrap .sf_Box .yukadan_txt p {
    line-height: 2;
    font-size: 15px;
}

#sf_Wrap .sf_Box .plan {
    width: 100%;
    margin: 0px auto 70px;
}

#sf_Wrap .sf_Box .plan h5 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.kei {
  align-items: center;
  display: flex;
}

.kei::before,
.kei::after {
  content: "";
  flex-grow: 1;
  height: 1px;
}

.kei::before {
  margin-right: 15px;
  background: linear-gradient(to right, #96843a, #453713);
}

.kei::after {
  margin-left: 15px;
  background: linear-gradient(to right, #453713, #96843a);
}

#sf_Wrap .sf_Box .plan > ul {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    gap:8%;
}

#sf_Wrap .sf_Box .plan > ul li.ttl {
    width: 35%;
    max-width: 552px;
}

#sf_Wrap .sf_Box .plan > ul li.ttl img {
    margin-bottom: 50px;
}

#sf_Wrap .sf_Box .plan > ul li.zumen {
    width: 57%;
    max-width: 700px;
}


/*画像リスト*/
#sf_Wrap .sf_Box .img_List {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

#sf_Wrap .sf_Box .img_List li {
    width: 30%;
    margin-bottom: 40px;
}

#sf_Wrap .sf_Box .img_List li.flex2-1 {
    width: 45%;
}

#sf_Wrap .sf_Box .img_List li h4 {
    text-align: left;
    color: #fff;
    line-height: 1.3;
    padding: 20px 0;
    font-size: 18px;
}

#sf_Wrap .sf_Box .img_List li p {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}

#sf_Wrap .sf_Box .img_List li p.small ,
#sf_Wrap .sf_Box .img_List li.flex2-1 p.small {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}


/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {

}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 899px) {
    
    header {
        top: 0;
    }
    #superiorfloorP {
        padding-top: 60px;
    }
    
    .foot_teikiArea {
        padding-bottom: 30px;
    }

    .main .ttl_wrap {
        width: 100%;
    }
    .main .ttl_wrap h2 {
        font-size: 32px;
    }
    .main .ttl_wrap .txt {
        font-size: 20px;
    }
    
    #sf_Wrap .sf_ttl h3 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    #sf_Wrap .sf_ttl h4 {
        font-size: 17px;
        line-height: 1.6;
    }
    #sf_Wrap .sf_ttl h5 {
        font-size: 20px;
        line-height: 1.6;
    }
    
    #hero-Vis .fade_down .ttl_wrap h2 {
        font-size: 26px;
    }
    #hero-Vis .fade_down .ttl_wrap {
        top: 50%;
    }
    #hero-Vis .fade_down .ttl_wrap .txt {
        font-size: 14px;
    }
    
    #sf_Wrap .sf_ttl {
        padding: 60px 0;
    }
    
    #sf_Wrap .sf_Box {
        margin-bottom: 0;
    }
    
    #sf_Wrap .sf_Box.ld_Area {
        padding-top: 0;
    }

    #sf_Wrap .sf_Box .sf_txt figure {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 9 / 6;
        object-fit: cover;
        overflow: hidden;
    }

    #sf_Wrap .sf_Box .sf_txt figure img {
        max-width: none;
        width: auto;
        height: 100%;
    }
    
    #sf_Wrap .sf_Box .sf_txt h3 {
        font-size: 17px;
    }
    
    #sf_Wrap .sf_Box .sf_txt h4 {
        font-size: 21px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    
    #sf_Wrap .sf_Box .sf_txt p {
        font-size: 14px;
        max-width: 90%;
        margin: 0 auto 40px;
        letter-spacing: 0;
        text-align: left;
    }
    
    #sf_Wrap .sf_Box .subImg .img {
        width: 100%;
        order: 2;
    }
    
    #sf_Wrap .sf_Box .subImg .txt {
        width: 100%;
        line-height: 2.5;
        font-size: 15px;
        text-align: center;
        order: 1;
        margin-bottom: 40px;
    }
    
    #sf_Wrap .sf_Box .yukadan {
        flex-wrap: wrap;
        max-width: 85%;
    }
    
    #sf_Wrap .sf_Box .yukadan_txt {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    
    #sf_Wrap .sf_Box .yukadan figure {
        width: 100%;
        max-width: 100%;
        order: 2;
    }
    
    #sf_Wrap .sf_Box .yukadan_txt h4 {
        font-size: 20px;
    }
    
    #sf_Wrap .sf_Box .yukadan_txt p {
        font-size: 14px;
    }
    
    #sf_Wrap .sf_Box .plan h5 {
        font-size: 20px;
        line-height: 1.6;
    }
    
    #sf_Wrap .sf_Box .plan {
        margin-bottom: 0;
    }
    
    #sf_Wrap .sf_Box .plan > ul {
        flex-wrap: wrap;margin-bottom: 0;
    }
    
    #sf_Wrap .sf_Box .plan > ul li.ttl {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 20px;
    }
    
    #sf_Wrap .sf_Box .plan > ul li.zumen {
        width: 100%;
    }
    
    #sf_Wrap .sf_Box .plan > ul li.ttl img {
        margin-bottom: 30px;
    }
    
    #sf_Wrap .sf_Box .plan > ul li.zumen img {
        margin-bottom: 60px;
    }
    
    #sf_Wrap .sf_Box .img_List li ,
    #sf_Wrap .sf_Box .img_List li.flex2-1 {
        width: 100%;
    }


}