@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 redevelopment
==================================================================================*/
#redevelopment .wrap {
  max-width: 1000px;
}
#redevelopment .Cinzel {
  font-family: "Cinzel", serif;
}
#redevelopment .caption.noBg {
  color: #453209;
  background: none;
}
#redevelopment .main-content {
  padding: 0;
}
#redevelopment .bg01 {
  background: url(../imgs/content-bg.jpg) bottom left;
  background-size: cover;
  padding-bottom: 200px;
  position: relative;
}
#redevelopment .bg01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../imgs/content-bg01.png) no-repeat top left;
  background-size: 100% auto;
  z-index: -1;
}
#redevelopment .bg01 .bg-icon {
  position: absolute;
  z-index: -1;
}
#redevelopment .bg02 {
  position: relative;
  background: #e8e4db;
  color: #453209;
  text-align: center;
  padding-bottom: 200px;
}
#redevelopment .bg02 .bg-icon {
  position: absolute;
  z-index: 0;
}
#redevelopment .bg02 .bg-icon01 {
  width: 34%;
  right: 0;
  top: 0;
}
#redevelopment .bg02 .bg-icon02 {
  width: 22%;
  left: 0;
  bottom: 30%;
}
#redevelopment .bg03 {
  background: url(../imgs/content-bg.jpg) bottom left;
  background-size: cover;
  padding-bottom: 200px;
  position: relative;
}
#redevelopment .bg03:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../imgs/content-bg03.png) no-repeat top left;
  background-size: 100% auto;
  z-index: -1;
}
#redevelopment .bg03 .bg-icon {
  position: absolute;
  z-index: -1;
}
#redevelopment .sections {
  text-align: center;
}
#redevelopment .sections h3 {
  padding-bottom: 80px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  font-size: 26px;
}
#redevelopment .sections h3:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 34px;
  height: 25px;
  background: url(../../common/imgs/mark01.svg) no-repeat center center;
  background-size: 100% 100%;
}
#redevelopment .sections h3.top {
  padding-top: 120px;
}
#redevelopment .sections h4 {
  padding-bottom: 80px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  font-size: 26px;
}
#redevelopment .sections h4:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 34px;
  height: 25px;
  background: url(../../common/imgs/mark02.svg) no-repeat center center;
  background-size: 100% 100%;
}
#redevelopment .sections h4.top {
  padding-top: 120px;
}
#redevelopment .sections .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 80px;
}
#redevelopment .sections .box {
  border: 1px solid;
  padding: 30px 0;
  margin-bottom: 50px;
}
#redevelopment .sections .box .txt01 {
  font-size: 14px;
  margin-bottom: 10px;
}
#redevelopment .sections .box .txt02 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#redevelopment .sections .box .txt03 {
  font-size: 14px;
  line-height: 2;
}
#redevelopment .section00 {
  margin-bottom: 80px;
}
#redevelopment .section00 .image {
  max-width: 1000px;
  margin: auto;
}
#redevelopment .section01 {
  margin-bottom: 100px;
}
#redevelopment .section01 h3 {
  padding-bottom: 50px;
}
#redevelopment .section01 h3 img {
  max-width: 44px;
  margin: 0 auto 10px;
}
#redevelopment .section01 .lead {
  margin-bottom: 50px;
}
#redevelopment .section01 .list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#redevelopment .section01 .list01 li {
  width: 45%;
}
#redevelopment .section01 .list01 li:nth-child(2) {
  width: 3%;
  margin-top: 12%;
}
#redevelopment .section01 .list01 .info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#redevelopment .section01 .back {
  max-width: 1000px;
  margin: auto;
  background: #e8e4db;
  padding: 30px 35px;
  box-sizing: border-box;
  color: #453209;
}
#redevelopment .section01 .list02 {
  display: flex;
  justify-content: space-between;
}
#redevelopment .section01 .list02 li {
  width: 21%;
}
#redevelopment .section01 .list02 li:first-child {
  width: 53%;
  text-align: left;
}
#redevelopment .section01 .list02 .txt01 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#redevelopment .section01 .list02 .txt02 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#redevelopment .section01 .list02 .info {
  margin-top: 10px;
  font-size: 13px;
}
#redevelopment .section02 .slider {
  margin-bottom: 80px;
}
#redevelopment .section02 .slick-img .caption {
  right: 7.5%;
  bottom: 7.5%;
}
#redevelopment .section02 .slick-center .caption {
  right: 0;
  bottom: 0;
}
#redevelopment .section02 .slick-img img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
#redevelopment .section02 .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
#redevelopment .section02 .slider .info {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
#redevelopment .section02 .slick-initialized .slick-slide {
  vertical-align: text-top;
}
#redevelopment .section02 .river {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  max-width: 1000px;
  margin: auto;
  color: #453209;
}
#redevelopment .section02 .river .logo {
  max-width: 400px;
  margin: 0 auto 20px;
}
#redevelopment .section02 .river .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
#redevelopment .section02 .river .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#redevelopment .section02 .river .list li {
  width: 50%;
}
#redevelopment .section02 .river .list li:last-child {
  width: 48%;
}
#redevelopment .section02 .river .list .info {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
#redevelopment .section03 h4 {
  padding-bottom: 50px;
}
#redevelopment .section03 h4 img {
  max-width: 44px;
  margin: 0 auto 10px;
}
#redevelopment .section03 .mini {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0;
  margin-bottom: 80px;
}
#redevelopment .section03 .list {
  display: flex;
  justify-content: space-between;
}
#redevelopment .section03 .list li {
  width: 57%;
}
#redevelopment .section03 .list li:last-child {
  width: 40%;
}
#redevelopment .section03 .caps {
  margin-top: 20px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 2;
}
#redevelopment .section04 h3 {
  padding-bottom: 50px;
}
#redevelopment .section04 h3 img {
  max-width: 44px;
  margin: 0 auto 10px;
}
#redevelopment .section04 .box {
  margin-bottom: 10px;
}
#redevelopment .section04 .mini {
  text-align: right;
  font-size: 11px;
  margin-bottom: 100px;
}
#redevelopment .section04 .bg04 {
  background: rgba(60, 68, 85, 0.9);
  background-size: 100% auto;
  padding: 100px 0;
  margin-bottom: 100px;
}
#redevelopment .section04 .bg04 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#redevelopment .section04 .bg04 .list li {
  text-align: left;
  width: 48%;
}
#redevelopment .section04 .bg04 .list .lead {
  margin-bottom: 20px;
}
#redevelopment .section04 .bg04 .list .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0;
}
#redevelopment .section04 .list01 {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
#redevelopment .section04 .list01.last {
  margin-bottom: 10px;
}
#redevelopment .section04 .list01 li {
  text-align: left;
  width: 34%;
}
#redevelopment .section04 .list01 li:nth-child(2) {
  width: 3%;
  margin-top: 9%;
}
#redevelopment .section04 .list01 li:last-child {
  width: 58%;
}
#redevelopment .section04 .list01 .txt01 {
  font-size: 22px;
  margin: 10px 0;
}
#redevelopment .section04 .list01 .txt02 {
  font-size: 14px;
}
#redevelopment .section04 .list01 .txt03 {
  font-size: 22px;
}
#redevelopment .section04 .caps {
  text-align: right;
  font-size: 11px;
  margin-bottom: 100px;
}
#redevelopment .section04 .back {
  max-width: 1000px;
  margin: auto;
  background: #e8e4db;
  padding: 30px 35px;
  box-sizing: border-box;
  color: #453209;
}
#redevelopment .section04 .list02 {
  display: flex;
  justify-content: space-between;
}
#redevelopment .section04 .list02 li {
  width: 42%;
}
#redevelopment .section04 .list02 li:first-child {
  width: 53%;
  text-align: left;
}
#redevelopment .section04 .list02 .txt01 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#redevelopment .section04 .list02 .txt02 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#redevelopment .section04 .list02 .info {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   redevelopment
  ==================================================================================*/
  #redevelopment .mv .page-name .en {
    font-size: 9px;
  }
  #redevelopment .sections h3,
  #redevelopment .sections h4 {
    padding-bottom: 40px;
    text-align: left;
    font-size: 22px;
  }
  #redevelopment .sections h3:before,
  #redevelopment .sections h4:before {
    margin: 0 0 5px;
  }
  #redevelopment .sections .swipeIcon {
    margin: auto;
    padding-top: 30px;
    width: 70%;
  }
  #redevelopment .main-content {
    padding: 0;
  }
  #redevelopment .bg01 {
    background: url(../imgs/content-bg.jpg) bottom left;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
  }
  #redevelopment .bg01:after {
    display: none;
  }
  #redevelopment .bg01 .bg-icon01-sp {
    width: 80%;
    right: 0;
    top: 0;
  }
  #redevelopment .bg02 {
    position: relative;
    background: #e8e4db;
    color: #453209;
    text-align: center;
    padding-bottom: 60px;
  }
  #redevelopment .bg02 .bg-icon01 {
    width: 80%;
    right: 0;
    top: 0;
  }
  #redevelopment .bg02 .bg-icon02 {
    display: none;
  }
  #redevelopment .bg03 {
    background: url(../imgs/content-bg.jpg) bottom left;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
  }
  #redevelopment .bg03:after {
    display: none;
  }
  #redevelopment .bg03 .bg-icon01-sp {
    width: 80%;
    right: 0;
    top: 0;
  }
  #redevelopment .sections {
    text-align: center;
  }
  #redevelopment .sections h3 {
    padding-bottom: 40px;
    text-align: left;
    font-size: 22px;
  }
  #redevelopment .sections h3:before {
    margin: 0 0 5px;
  }
  #redevelopment .sections h3.top {
    padding-top: 100px;
  }
  #redevelopment .sections h3.center {
    text-align: center;
  }
  #redevelopment .sections h3.center:before {
    margin: 0 auto 5px;
  }
  #redevelopment .sections h4 {
    padding-bottom: 40px;
    text-align: left;
    font-size: 22px;
  }
  #redevelopment .sections h4:before {
    margin: 0 0 5px;
  }
  #redevelopment .sections h4.top {
    padding-top: 100px;
  }
  #redevelopment .sections h4.center {
    text-align: center;
  }
  #redevelopment .sections h4.center:before {
    margin: 0 auto 5px;
  }
  #redevelopment .sections .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #redevelopment .sections .box {
    border: 1px solid;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  #redevelopment .sections .box .txt01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #redevelopment .sections .box .txt02 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #redevelopment .sections .box .txt03 {
    text-align: left;
  }
  #redevelopment .sections .box .txt03 br {
    display: none;
  }
  #redevelopment .section00 {
    margin-bottom: 50px;
  }
  #redevelopment .section01 {
    margin-bottom: 60px;
  }
  #redevelopment .section01 .list01 {
    display: block;
    margin-bottom: 50px;
  }
  #redevelopment .section01 .list01 li {
    width: 100%;
  }
  #redevelopment .section01 .list01 li:nth-child(2) {
    max-width: 45px;
    width: 12%;
    margin: 20px auto;
  }
  #redevelopment .section01 .list01 .info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #redevelopment .section01 .back {
    position: relative;
    padding: 50px 4%;
    box-sizing: border-box;
  }
  #redevelopment .section01 .list02 {
    display: flex;
    flex-wrap: wrap;
  }
  #redevelopment .section01 .list02 li {
    width: 48%;
  }
  #redevelopment .section01 .list02 li:first-child {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  #redevelopment .section02 .slider {
    display: none !important;
  }
  #redevelopment .section02 .list-sp {
    width: 215vw;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
  }
  #redevelopment .section02 .list-sp li {
    width: 95vw;
    margin-right: 5vw;
  }
  #redevelopment .section02 .list-sp .info {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  #redevelopment .section02 .river {
    padding: 50px 0;
  }
  #redevelopment .section02 .river .logo {
    max-width: 280px;
    margin: 0 auto 20px;
  }
  #redevelopment .section02 .river .lead {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #redevelopment .section02 .river .list {
    display: block;
  }
  #redevelopment .section02 .river .list li {
    width: 100%;
  }
  #redevelopment .section02 .river .list li:last-child {
    width: 100%;
  }
  #redevelopment .section02 .river .list .info {
    margin-top: 20px;
  }
  #redevelopment .section03 .mini {
    margin-bottom: 60px;
  }
  #redevelopment .section03 .list {
    display: block;
  }
  #redevelopment .section03 .list li {
    width: 100%;
  }
  #redevelopment .section03 .list li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  #redevelopment .section04 h3 {
    padding-bottom: 50px;
  }
  #redevelopment .section04 h3 img {
    max-width: 44px;
    margin: 0 auto 10px;
  }
  #redevelopment .section04 .box {
    margin-bottom: 10px;
  }
  #redevelopment .section04 .mini {
    margin-bottom: 60px;
  }
  #redevelopment .section04 .bg04 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #redevelopment .section04 .bg04 .list {
    display: block;
  }
  #redevelopment .section04 .bg04 .list li {
    width: 100%;
  }
  #redevelopment .section04 .bg04 .list li:last-child {
    margin-top: 20px;
  }
  #redevelopment .section04 .bg04 .list .lead {
    margin-bottom: 10px;
  }
  #redevelopment .section04 .list01 {
    margin-bottom: 80px;
    display: block;
  }
  #redevelopment .section04 .list01 li {
    text-align: center;
    width: 100%;
  }
  #redevelopment .section04 .list01 li:nth-child(2) {
    max-width: 45px;
    width: 12%;
    margin: 20px auto;
  }
  #redevelopment .section04 .list01 li:last-child {
    width: 100%;
  }
  #redevelopment .section04 .list01 .txt03 {
    line-height: 1.6;
  }
  #redevelopment .section04 .caps {
    text-align: right;
    margin-bottom: 60px;
  }
  #redevelopment .section04 .back {
    position: relative;
    padding: 50px 4%;
    box-sizing: border-box;
  }
  #redevelopment .section04 .list02 {
    display: block;
  }
  #redevelopment .section04 .list02 li {
    width: 100%;
  }
  #redevelopment .section04 .list02 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */