#mv{
  position: relative;
}
#mv .mv_img{
  width: 100%;
  height: 790px;
}
#mv .mv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
#mv .mv_ttl{
  width: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#head{
  padding-top: 1px;
  padding-bottom: 94px;
  background: #EFF0EC;
}
#head .scroll{
  margin-right: 41px;
}
#head .ttl{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 96px;
  margin-bottom: 1.5em;
}
#head .txt{  
  text-align: center;
  font-size: 17px;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

#head .type_map_conte{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#head .type_map{
  position: relative;
}
#head .type_map .sold_txt{
  position: absolute;
  width: 87px;
}
#head .type_map .sold_txt.h_type{
  top: 64px;
  right: 142px;
}
#head .type_map .sold_txt.a_type{
  top: 262px;
  left: 9px;
}
#head .type_map .sold_txt.e2_type{
  top: 144px;
  right: 245px;
}

#rsd{
  padding-top: 140px;
  padding-bottom: 160px;
}
#rsd .rsd_ttl{
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 4em;
  margin-bottom: 0.5em;
}
#rsd .rsd_map_01{
  position: relative;
  width: 913px;
  margin-left: auto;
  margin-right: auto;
}
#rsd .rsd_map_01 .compass{
  position: absolute;
  right: -30px;
  bottom: 37px;
  width: 45px;
}
#rsd .rsd_map_01 .map_note{
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 14px;
}
#rsd .rsd_map_02{
  position: relative;
  top: 0;
  left: 50.6%;
  transform: translateX(-50%);
  width: 685px;
  margin-top: 47px;
}
#rsd .rsd_map_02 .map_note{
  position: absolute;
  right: -10em;
  bottom: -3em;
  font-size: 14px;
}

#rsd .rsd_lists{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#rsd .rsd_lists .rsd_list{
  width: 100%;
  text-align: left;
  border-top: .5px solid #7A7B78;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
}
#rsd .rsd_lists .rsd_list:last-child{
  border-bottom: .5px solid #7A7B78;
}
#rsd .rsd_lists .rsd_list .type{
  width: 531px;
  margin-left: auto;
  margin-right: 10px;
}
#rsd .rsd_lists .rsd_list .icon_rest{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 55px;
}

#rsd .rsd_note{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  text-align: center;
  font-size: 14px;
}

#view {
  overflow: hidden;
  background: #EEEFEB;
}

#view .ttl_wrap{
  padding-top: 140px;
  padding-bottom: 90px;
  text-align: center;
}
#view .ttl_wrap .ttl_en{
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.25em;
}
#view .ttl_wrap .ttl_jp{
  font-size: 26px;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
#view .slide_conte{
  width: 100%;
  overflow: hidden;
}
#view .slide_wrap{
  position: relative;
  white-space: nowrap;
      transition: left 0.5s ease; 
}
#view .slide_wrap .slide_dire{
  position: absolute;
  top: 6.85vw;
  left: 50%;
  transform: translateX(-50%);
  width: 95.35vw;
  z-index: 10;
}
#view .slide_wrap .slide_left,
#view .slide_wrap .slide_right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.92vw;
  z-index: 10;
  cursor: pointer;
  opacity: .8;
}
#view .slide_wrap .slide_left{
  left: 3.42vw;
  transform: translateY(-50%) scaleX(-1);
  border: 1px solid#FFF;
  border-radius: 1000px;
}
#view .slide_wrap .slide_right{
  right: 3.42vw;
  border: 1px solid#FFF;
  border-radius: 1000px;
}
#view .slide_wrap .slide_img{
  width: 3571.4vw;
  height: 47.14vw;
  position: relative;
  left: 51.2%;
  transform: translateX(-50%);
  display: flex; 
  user-select: none;
  white-space: nowrap;
  overflow-x: auto;
}
#view .slide_wrap .slide_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
  margin-left: -0.1vw;
  transition: transform 0.5s ease;
}
#view .nav_conte{
  background: #EFF0EC;
}
#view .nav_conte .floor_nav{
  text-align: center;
  font-size: 15px;
  padding-top: 1.5em;
  padding-bottom: 1.3em;
}

#note{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 42px;
  margin-top: 3em;
}
footer{
  background: #7A7B78;
  color: #FFF;
}
footer .footer_conte .footer_wrap{
  border-left: 0.5px solid #FFF;
}
footer .footer_conte .footer_wrap .footer_logo_01{
  border-bottom: .5px solid #FFF;
}

footer .attention{
  background: #FFF;
  color: gray;
  
}
footer .attention .txt{
  background: #bebebe;
  color: #231815;
}


#type .type_plan{
  position: relative;
  width: 832px;
  margin-left: auto;
  margin-right: auto;
}
#type .type_plan .icon_rest{
  width: 85px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
#type .type_space{
  position: relative;
  padding-bottom: 32px;
}
#type .type_space::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 832px;
  background: url(../images/type_plan_line.png);
  background-size: 100% 100%;
}
#type .type_price{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
}
#type .type_price.ex{
  padding-top: 85px;
}
#type .type_price .room_txt{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #FFF;
  background: #c30d23;
  padding: .2em 4.3em;
}
#type .type_price._02{
  padding-top: 0;
}
#type .type_price::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 832px;
  background: url(../images/type_plan_line.png);
  background-size: 100% 100%;
}
#type .type_price._02-ex::after{
  content: none;
}
#type .type_price .room{
  font-size: 16px;
  border: 1px solid #000;
  padding: .4em .6em;
  text-align: center;
  line-height: 1;
  margin-right: 1.5em;
}
#type .type_price .price{
  font-size: 20px;
}
#type .type_price .price .num{
  font-size: 40px;
  padding-left: .2em;
  padding-right: .1em;
}
#type .type_price .price .txt{
  font-size: 30px;
  padding-right: .2em;
}


@media(max-width:1400px){
  #mv .mv_img{
    height: 56.42857142857143vw;
  }
  #mv .mv_ttl{
    width: 8.5vw;
  }
  #head{
    padding-bottom: 6.71vw;
  }
  #head .scroll{
    margin-right: 2.92vw;
  }
  #head .ttl{
    font-size: 2.28vw;
    margin-top: 6.85vw;
  }
  #head .txt{  
    font-size: 1.21vw;
  }

  #head .type_map_conte{
    width: 57vw;
    margin-top: 4vw;
  }
  #head .type_map .sold_txt{
    width: 6.21vw;
  }
  #head .type_map .sold_txt.h_type{
    top: 4.57vw;
    right: 10.14vw;
  }
  #head .type_map .sold_txt.a_type{
    top: 18.71vw;
    left: 0.64vw;
  }
  #head .type_map .sold_txt.e2_type{
    top: 10.28vw;
    right: 17.5vw;
  }

  #rsd{
    padding-top: 10vw;
    padding-bottom: 11.42vw;
  }
  #rsd .rsd_ttl{
    font-size: 2vw;
  }
  #rsd .rsd_map_01{
    width: 65.21vw;
  }
  #rsd .rsd_map_01 .compass{
    right: -2.14vw;
    bottom: 2.64vw;
    width: 3.214vw;
  }
  #rsd .rsd_map_01 .map_note{
    font-size: 1vw;
  }
  #rsd .rsd_map_02{
    width: 48.92vw;
    margin-top: 3.35vw;
  }
  #rsd .rsd_map_02 .map_note{
    font-size: 1vw;
  }

  #rsd .rsd_lists{
    width: 50vw;
  }
  #rsd .rsd_lists .rsd_list{
    padding-top: 1.71vw;
    padding-bottom: 1.71vw;
  }
  #rsd .rsd_lists .rsd_list .type{
    width: 37.92vw;
    margin-right: 0.71vw;
  }
  #rsd .rsd_lists .rsd_list .icon_rest{
    left: 0.71vw;
    width: 3.92vw;
  }

  
  #rsd .rsd_note{
    width: 50vw;
    font-size: 1vw;
  }

  #view .ttl_wrap{
    padding-top: 10vw;
    padding-bottom: 6.42vw;
  }
  #view .ttl_wrap .ttl_en{
    font-size: 1.782vw;
  }
  #view .ttl_wrap .ttl_jp{
    font-size: 1.854vw;
  }
  #view .nav_conte .floor_nav{
    font-size: 1.06vw;
  }

  #note{
    width: 64.28vw;
    font-size: 1vw;
    margin-bottom: 3vw;
  }

  #type .type_plan{
    width: 59.42vw;
  }
  #type .type_plan .icon_rest{
    width: 6.07vw;
    right: 2.14vw;
    bottom: 0.71vw;
  }
  #type .type_space{
    padding-bottom: 2.28vw;
  }
  #type .type_space::after {
    width: 59.42vw;
  }

  #type .type_price{
    padding-top: 2.28vw;
    padding-bottom: 2.28vw;
  }
  #type .type_price::after{
    width: 59.42vw;
  }
  #type .type_price.ex{
    padding-top: 6.07vw;
  }
  #type .type_price .room_txt{
    top: 2.85vw;
    font-size: 1.285vw;
  }
  #type .type_price .room{
    font-size: 1.14vw;
  }
  #type .type_price .price{
    font-size: 1.42vw;
  }
  #type .type_price .price .num{
    font-size: 2.85vw;
  }
  #type .type_price .price .txt{
    font-size: 2.14vw;
  }
}

@media(max-width:750px){
  #mv .mv_img{
    height: 133.33vw;
  }
  #mv .mv_ttl{
    width: 17.86vw;
  }
  #head{
    padding-bottom: 18.66vw;
  }
  #head .scroll{
    margin-right: 6vw;
  }
  #head .ttl{
    font-size: 6.16vw;
    line-height: 1.8;
    margin-top: 10.93vw;
    margin-bottom: 1.5em;
  }
  #head .txt{  
    font-size: 3.4vw;
    line-height: 2.3;
  }

  #head .type_map_conte{
    width: 88.26vw;
    margin-top: 12.26vw;
  }

  #head .type_map .sold_txt{
    width: 9.5vw;
  }
  #head .type_map .sold_txt.h_type{
    top: 6.94vw;
    right: 15.73vw;
  }
  #head .type_map .sold_txt.a_type{
    top: 28.6vw;
    left: 0.4vw;
  }
  #head .type_map .sold_txt.e2_type {
    top: 15.08vw;
    right: 27.1vw;
  }

  #rsd{
    padding-top: 18.66vw;
    padding-bottom: 18.13vw;
  }
  #rsd .rsd_ttl{
    font-size: 5vw;
  }
  #rsd .rsd_map_01{
    width: 100%;
  }
  #rsd .rsd_map_01 .map_note{
    position: absolute;
    right: 1.5em;
    bottom: -1em;
    font-size: 2.4vw;
  }
  #rsd .rsd_map_02{
    width: 73.7vw;
    left: 51%;
    margin-top: 8.26vw;
  }
  #rsd .rsd_map_02 .map_note{
    font-size: 2.4vw;
    right: -3.5em;
  }
  
  #rsd .rsd_lists{
    width: 80vw;
  }
  #rsd .rsd_lists .rsd_list{
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
  }
  #rsd .rsd_lists .rsd_list .type{
    width: 66.93vw;
    margin-right: 0;
  }
  #rsd .rsd_lists .rsd_list .icon_rest{
    left: 0;
    top: 3.6vw;
    transform: translateY(0);
    width: 10vw;
  }

  #rsd .rsd_note{
    width: 72vw;
    font-size: 2.63vw;
    line-height: 2;
    text-align: left;
    letter-spacing: -0.02em;
  }

  #view .ttl_wrap{
    padding-top: 18.26vw;
    padding-bottom: 6vw;
  }
  #view .ttl_wrap .ttl_en{
    font-size: 4.5vw;
  }
  #view .ttl_wrap .ttl_jp{
    font-size: 5.16vw;
  }

  #view .slide_conte{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #view .slide_wrap{
    display: flex;
    /* justify-content: center; */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  #view .slide_wrap .slide_img{
    width: 1851.64vw;
    height: 66.66vw;
    left: 0;
    flex: 0 0 auto;
    transform: translateX(0);
  }
    #view .slide_wrap .slide_img img{
    margin-left: -0.3vw;
    /* position: absolute;
    top: 0; */
    /* left: 50%;
    transform: translateX(-50%); */
  }
  #view .slide_dire_sp{
    position: absolute;
    left: 50%;
    top: 13vw;
    transform: translate(-50%, -50%);
    width: 96.4vw;
    z-index: 10;
  }
  #view .slide_left_sp,
  #view .slide_right_sp{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12.33vw;
    z-index: 10;
    opacity: .8;
  }
  #view .slide_left_sp{
    left: 3.06vw;
    transform: translateY(-50%) scaleX(-1);
    border: 1px solid #FFF;
    border-radius: 1000px;
  }
  #view .slide_right_sp{
    right: 3.06vw;
    border: 1px solid #FFF;
    border-radius: 1000px;
  }

  #view .nav_conte .floor_nav{
    font-size: 3.16vw;
    padding-top: 1.3em;
    padding-bottom: 1.1em;
  }

  #note{
    width: 81.33vw;
    font-size: 2.63vw;
    margin-bottom: 6.13vw;
  }
  
  
  footer .footer_conte .footer_ttl{
    display: inline-block;
    font-size: 4vw;
    margin-right: 0;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #FFF;
    letter-spacing: 0.3em;
  }
  footer .footer_conte .footer_wrap {
    border-left: none;
  }

  #type .type_plan{
    width: 81.33vw;
  }
  #type .type_plan .icon_rest{
    width: 14.66vw;
    right: -1.86vw;
    bottom: 9.71vw;
  }
  #type .type_space{
    padding-bottom: 4.93vw;
  }
  #type .type_space::after {
    width: 81.33vw;
  }

  #type .type_price{
    display: block;
    padding-top: 4.93vw;
    padding-bottom: 4.93vw;
    text-align: center;
  }
  #type .type_price::after{
    width: 81.33vw;
  }
  #type .type_price.ex{
    padding-top: 18vw;
  }
  #type .type_price .room_txt{
    width: 59%;
    top: 7.5vw;
    font-size: 3.285vw;
    padding: .2em 0;
  }
  #type .type_price .room{
    font-size: 3.33vw;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
  #type .type_price .price{
    font-size: 3.73vw;
  }
  #type .type_price .price .num{
    font-size: 8vw;
  }
  #type .type_price .price .txt{
    font-size: 5.6vw;
  }
}