@charset "utf-8";
/* mv
------------------------------------------------*/
.mv-top {
  width: 100%;
  background: -moz-linear-gradient(-0.21% 50% 0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -webkit-gradient(linear, -0.21% 50%, 99.79% 50%, color-stop(0, rgba(148, 146, 139, 1)), color-stop(0.5478, rgba(235, 230, 212, 1)), color-stop(1, rgba(137, 135, 129, 1)));
  background: -o-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: linear-gradient(90deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
}
.width100 {
  width: 100%;
}
/* scene1 */
.mv-top__scene1 {
  position: absolute;
  width: 100%;
}
.mv-top__scene1__cap1 {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0%);
}
.mv-top__scene1__cap1 {
    top: 0;
    left: 0;
    width: min(40%, 568px);
    transform: unset;
}
.mv-top__scene1__cap2 {
  color: #fff;
  background: #000;
  padding: 2px 7px;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
    .mv-top__scene1__cap1 {
        width: 70%;
    }
}
/* mv animation*/
.mv-top-scene {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv-top-scene.active {
  opacity: 1;
}
.mv-top {
  content: "";
  display: block;
  padding-bottom: calc(977 / 1920 * 100%);
}
@media screen and (max-width: 767px) {
  .mv-top {
    padding-bottom: calc(316 / 375 * 100%);
  }
}
/* headline
------------------------------------------------*/
.headline {
  background: -moz-linear-gradient(50% 8.62% -90deg, rgba(245, 242, 232, 1) 0%, rgba(230, 223, 201, 1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(245, 242, 232, 1) 0%, rgba(230, 223, 201, 1) 100%);
  background: -webkit-gradient(linear, 50% 8.62%, 50% 95.43%, color-stop(0, rgba(245, 242, 232, 1)), color-stop(1, rgba(230, 223, 201, 1)));
  background: -o-linear-gradient(-90deg, rgba(245, 242, 232, 1) 0%, rgba(230, 223, 201, 1) 100%);
  background: -ms-linear-gradient(-90deg, rgba(245, 242, 232, 1) 0%, rgba(230, 223, 201, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F2E8', endColorstr='#E6DFC9' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(245, 242, 232, 1) 0%, rgba(230, 223, 201, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F2E8', endColorstr='#E6DFC9', GradientType=0);
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.headline-access {
  width: 100%;
  padding: 30px 0 25px;
  margin: 0 auto;
}
.headline-access img {
  padding: 0 20px;
}
.headline-copy {
  max-width: 1000px;
  margin: 40px auto 0;
}
.headline-copy__lead {
  margin-bottom: 24px;
  font-size: 24px;
  color: #000;
}
.headline-copy__title {
  font-size: 42px;
  color: #000;
}
.headline-catchup {
  padding: 0 0 40px;
}
.headline-catchup img {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .headline-access, .headline-copy {
    width: 100%;
    padding: 25px 0;
  }
  .headline-access img {
    width: 347px;
    margin: 0 auto;
  }
  .headline-copy__lead {
    font-size: 16px;
  }
  .headline-copy__title {
    font-size: 28px;
  }
  .headline-catchup img {
    max-width: 347px;
    margin: 0 auto;
  }
}
/* info
------------------------------------------------*/
.info {
  color: #000;
  padding-bottom: 80px;
}
.info__ttl {
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: 1px #000 solid;
}
/*.info__text2 {
  margin: 48px auto 10px;
}*/
.info__reception-txt::before {
  content: "～";
}
.info__reception-txt::after {
  content: "～";
}
@media (max-width: 1024px) {
  .msn-topInfo__buttonGroup {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .info {
    padding-bottom: 50px;
  }
  .info__ttl {
    font-size: 14px;
  }
  .info__text1 {
    font-size: 16px;
    margin: 15px 0;
  }
  .info__text2 {
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .info__text2 span {
    font-size: 18px;
  }
}
/* concept -common
------------------------------------------------*/
.concept {
  margin-bottom: 30px;
}
.concept-item {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.concept-item__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  margin: 0 auto;
  background: -moz-linear-gradient(-7.95% 50% 0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: linear-gradient(90deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
}
.concept-location .concept-item__top, .concept-zeh .concept-item__top {
  flex-direction: row-reverse;
  background: -moz-linear-gradient(270deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -o-linear-gradient(270deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: -ms-linear-gradient(270deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
  background: linear-gradient(270deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 0) 100%);
}
.concept-item__logo {
  width: 172px;
}
.concept-item__logo img {
  width: 100%;
}
.concept-item__lead {
  width: 878px;
  text-align: right;
}
.concept-location .concept-item__lead, .concept-zeh .concept-item__lead {
  text-align: left;
}
.concept-item__title {
  margin-bottom: 10px;
  font-size: 24px;
}
.concept-item__text {
  font-size: 16px;
}
.concept-item__title small, .concept-item__text small {
  font-size: 10px;
}
.concept-item__bottom figure {
  position: relative;
}
.concept-item__bottom figure img {
  width: 100%;
  object-fit: cover;
}
.concept-item__bottom figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.70);
  color: #fff;
  font-size: 10px;
}
.concept-item__bottom a {
  color: #000;
  font-size: 16px;
  transition: .5s;
}
.concept-item__bottom a:hover {
  opacity: .5;
}
.concept-item__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .7);
  width: 240px;
  height: 60px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
  text-align: center;
}
@media (max-width: 1024px) {
  .concept-item__lead {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .concept-item {
    margin: 0 auto;
  }
  .concept-item__top {
    flex-direction: column;
  }
  .concept-location .concept-item__top, .concept-zeh .concept-item__top {
    flex-direction: column;
  }
  .concept-item__logo {
    top: 50px;
    left: 0;
    right: 0;
  }
  .concept-item__lead {
    width: 328px;
    padding: 25px 0 5px;
    text-align: center;
  }
  .concept-location .concept-item__lead, .concept-zeh .concept-item__lead {
    text-align: center;
  }
  .concept-item__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .concept-item__text {
    font-size: 16px;
    line-height: 1.75;
    padding: 0;
  }
}
/* plan
------------------------------------------------*/
.plan {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 20px;
  }
}
/* 都心駅近
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .ohkaizen-addappeal--01 {
    padding: 30px 0 20px;
  }
}
/* 回遊ボタン
------------------------------------------------*/
.cvrimprovement-navigation.navigation {
  margin-top: 0;
}
/* comments
------------------------------------------------*/
.msn-section__container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .msn-section__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*-----------------------------
下層ページボタン
-----------------------------*/
.concept-item__lead a {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 20px;
  margin: 20px auto 0;
  transition: 0.5s;
}
.concept-item__lead a:hover {
  opacity: 0.3;
}