header {
  background: rgba(122,123,120,.9);
}
#type{
  background: #F2EFEE;
  padding-top: 144px;
  padding-bottom: 144px;
}
#type .type_plan{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}
#type .type_plan::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_plan h1{
  position: relative;
  color: #A8A18B;
  font-size: 35px;
  letter-spacing: 0.3em;
  padding-right: 30px;
}
#type .type_plan h1::after{
  content: "";
  position: absolute;
  top: 57%;
  right: 0;
  transform: translateY(-50%);
  width: 0.5px;
  height: 33%;
  background: #967A53;
}
#type .type_plan h1 span{
  font-size: 66px;
}
#type .type_plan h5{
  font-size: 28px;
  padding-left: 30px;
}
#type .type_plan h5 span{
  font-size: 35px;
}
#type .type_space{
  text-align: center;
  margin-top: 32px;
}
#type .type_space .floor{
  font-size: 26px;
  letter-spacing: 0.1em;
}
#type .type_space .floor .num{
  font-size: 42px;
  letter-spacing: 0.15em;
}
#type .type_space .floor .txt_jp{
  font-size: 22px;
  letter-spacing: 0;
}
#type .type_space .space_lists{
  font-size: 16px;
  margin-top: 1em;
}
#type .type_space .space_lists .space_list:nth-child(n+2){
  margin-top: 0.2em;
}
#type .ttl{
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-top: 70px;
  margin-bottom: 116px;
}
/*---------------------------
タイプにより可変!! ここから
-----------------------------*/
#type .type_img{
  width: 483px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#type .type_note{
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}
#type .type_note img{
  display: block;
  width: 500px;
  margin-left: 0;
  margin-right: auto;
}
/*---------------------------
タイプにより可変!! ここまで
-----------------------------*/
#type .btn_conte{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;
}
#type .type_btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#type .type_btn .txt{
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
}
#type .type_btn .btn{
  display: block;
  width: 55px;
  height: 55px;
  background: url(../../images/rsd_type_off.png);
  background-size: 100% 100%;
  transition: .5s;
}
#type .type_btn:hover .btn{
  width: 55px;
  height: 55px;
  background: url(../../images/rsd_type_on.png);
  background-size: 100% 100%;
  transition: .5s;
}
#note{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-top: 42px;
  margin-bottom: 42px;
}

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;
  outline: 1px solid #FFF;
}
footer .attention .txt{
  background: #bebebe;
  color: #FFF;
}

@media(max-width:1400px){
  #type{
    padding-top: 10.28vw;
    padding-bottom: 10.28vw;
  }
  #type .type_plan::after{
    width: 59.42vw;
  }
  #type .type_plan h1{
    font-size: 2.5vw;
    padding-right: 2.14vw;
  }
  #type .type_plan h1 span{
    font-size: 4.71vw;
  }
  #type .type_plan h5{
    font-size: 2vw;
    padding-left: 2.14vw;
  }
  #type .type_plan h5 span{
    font-size: 2.5vw;
  }
  #type .type_space{
    margin-top: 2.28vw;
  }
  #type .type_space .floor{
    font-size: 1.85vw;
  }
  #type .type_space .floor .num{
    font-size: 3vw;
  }
  #type .type_space .floor .txt_jp{
    font-size: 1.57vw;
  }
  #type .type_space .space_lists{
    font-size: 1.14vw;
  }
  #type .ttl{
    font-size: 1.42vw;
    margin-top: 5vw;
    margin-bottom: 8.28vw;
  }
  /*---------------------------
  タイプにより可変!! ここから
  -----------------------------*/
  #type .type_img{
    width: 34.5vw;
    margin-bottom: 2.14vw;
  }
  #type .type_note{
    width: 45vw;
  }
  #type .type_note img{
    width: 35.71vw;
  }
  /*---------------------------
  タイプにより可変!! ここまで
  -----------------------------*/
  #type .btn_conte{
    width: 85.71vw;
    margin-top: 4.78vw;
  }
  #type .type_btn .txt{
    font-size: 1.07vw;
  }
  #type .type_btn .btn{
    width: 3.92vw;
    height: 3.928vw;
  }
  #type .type_btn:hover .btn{
    width: 3.92vw;
    height: 3.92vw;
  }
  #note{
    width: 64.28vw;
    font-size: 1vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}

@media(max-width:750px){
  #type{
    padding-top: 23.8vw;
    padding-bottom: 13.06vw;
  }
  #type .type_plan{
    display: block;
    padding-bottom: 5.6vw;
  }
  #type .type_plan::after{
    height: 2;
    width: 81.33vw;
  }
  #type .type_plan h1{
    font-size: 6.23vw;
    padding-right: 0;
    text-align: center;
  }
  #type .type_plan h1::after{
    content: none;
  }
  #type .type_plan h1 span{
    font-size: 11.43vw;
    text-align: center;
  }
  #type .type_plan h5{
    font-size: 5.03vw;
    padding-left: 0;
    text-align: center;
  }
  #type .type_plan h5 span{
    font-size: 6.23vw;
  }
  #type .type_space{
    margin-top: 4.93vw;
  }
  #type .type_space .floor{
    font-size: 5.166vw;
  }
  #type .type_space .floor .num{
    font-size: 8.1vw;
  }
  #type .type_space .floor .txt_jp{
    font-size: 4.35vw;
  }
  #type .type_space .space_lists{
    font-size: 3.16vw;
  }
  #type .ttl{
    font-size: 4vw;
    margin-top: 8.66vw;
    margin-bottom: 15.06vw;
  }
  /*---------------------------
  タイプにより可変!! ここから
  -----------------------------*/
  #type .type_img{
    width: 57.06vw;
    margin-bottom: 8.14vw;
  }
  #type .type_note{
    width: 81.33vw;
  }
  #type .type_note img{
    width: 69.86vw;
  }
  /*---------------------------
  タイプにより可変!! ここまで
  -----------------------------*/
  #type .btn_conte{
    width: 81.33vw;
    margin-top: 7.46vw;
  }
  #type .type_btn .txt{
    font-size: 2.93vw;
    margin-right: 1em;
  }
  #type .type_btn .btn{
    width: 10.93vw;
    height: 10.93vw;
  }
  #type .type_btn:hover .btn{
    width: 10.93vw;
    height: 10.93vw;
  }
  #note{
    width: 81.33vw;
    font-size: 2.5vw;
    margin-top: 5.73vw;
    margin-bottom: 5.73vw;
  }
  
  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;
  }
}