.sec_com {
  padding: 100px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#A1A1A2), color-stop(42%, #DBDBDC), to(#ABACAC));
  background: linear-gradient(to right, #A1A1A2 0%, #DBDBDC 42%, #ABACAC 100%); }
  @media screen and (max-width: 769px) {
    .sec_com {
      padding: 50px 0px;
      padding-bottom: 0px;
      position: relative; } }
  .sec_com.bgWhite {
    background: -webkit-gradient(linear, left top, right top, from(rgba(161, 161, 162, 0.49)), color-stop(42%, rgba(219, 219, 220, 0.49)), to(rgba(161, 161, 162, 0.49)));
    background: linear-gradient(to right, rgba(161, 161, 162, 0.49) 0%, rgba(219, 219, 220, 0.49) 42%, rgba(161, 161, 162, 0.49) 100%); }
  .sec_com img {
    width: 100%; }
  .sec_com .imgBox_full {
    margin-bottom: 30px; }
    @media screen and (max-width: 769px) {
      .sec_com .imgBox_full {
        margin-bottom: 0px; } }
  @media screen and (max-width: 769px) {
    .sec_com .sp_top {
      bottom: auto;
      top: 0px; } }
  .sec_com .detail_btn {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 0px auto;
    margin-top: 55px; }
    @media screen and (max-width: 769px) {
      .sec_com .detail_btn {
        position: absolute;
        z-index: 1;
        width: 74.4%;
        margin-top: 0px;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%); } }

.sec_com_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 769px) {
    .sec_com_flex {
      display: block; } }
  .sec_com_flex.rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .sec_com_flex .txtBox01 {
    width: 32.19%; }
    @media screen and (max-width: 769px) {
      .sec_com_flex .txtBox01 {
        width: 100%;
        margin-bottom: 25px; } }
  .sec_com_flex .imgBox01 {
    width: 61.46%; }
    @media screen and (max-width: 769px) {
      .sec_com_flex .imgBox01 {
        width: 100%; } }
  .sec_com_flex .txtBox02 {
    width: 36.29%; }
    @media screen and (max-width: 769px) {
      .sec_com_flex .txtBox02 {
        width: 100%; } }
  .sec_com_flex .imgBox02 {
    width: 53.65%; }
    @media screen and (max-width: 769px) {
      .sec_com_flex .imgBox02 {
        width: 100%; } }

.sec_tit01 {
  font-size: 23px;
  line-height: 1.73;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .sec_tit01 {
      text-align: center;
      font-size: 19px;
      margin-bottom: 20px; } }
  .sec_tit01 b {
    display: inline-block;
    font-size: 1.3em; }

.sec01 {
  background: #fff; }
  @media screen and (max-width: 769px) {
    .sec01 {
      padding-bottom: 50px; } }
  @media screen and (max-width: 769px) {
    .sec01 .tit_com01 {
      text-align: left; } }
  @media screen and (max-width: 769px) {
    .sec01 .tit_com01 b {
      font-size: 2.24em; } }
  .sec01 .bnr_box01 {
    width: 100%;
    max-width: 899px;
    margin: 0px auto; }
    @media screen and (max-width: 769px) {
      .sec01 .bnr_box01 {
        max-width: 570px; } }
    .sec01 .bnr_box01 a {
      display: block;
      position: relative; }
      .sec01 .bnr_box01 a + a {
        margin-top: 40px; }
        @media screen and (max-width: 769px) {
          .sec01 .bnr_box01 a + a {
            margin-top: 15px; } }

@media screen and (max-width: 769px) {
  .sec03 .txt_com02, .sec05 .txt_com02 {
    margin-bottom: 25px; } }

.sec05 {
  padding-top: 0px; }
  @media screen and (max-width: 769px) {
    .sec05 {
      padding-top: 90px; } }

@media screen and (max-width: 769px) {
  .sec06, .sec08 {
    padding-top: 90px; } }

.sec07 img {
  width: 100%; }

@media screen and (max-width: 769px) {
  .sec08 {
    padding-bottom: 25px; } }

.sec08 .img01 {
  width: 68.54%;
  margin-top: 55px; }
  @media screen and (max-width: 769px) {
    .sec08 .img01 {
      margin-right: -5.5%;
      margin-left: -5.5%;
      width: auto;
      margin-bottom: 20px; } }

.sec_landscape {
  border-bottom: solid 1px #fff; }
  .sec_landscape .landscape_tit01 {
    font-family: trajan-pro-3, serif;
    letter-spacing: 0.2em;
    font-size: 24px;
    color: #fff;
    background: #585757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    text-align: center; }
    @media screen and (max-width: 769px) {
      .sec_landscape .landscape_tit01 {
        font-size: 19px; } }
  .sec_landscape .bg_wrap {
    background: url(../images/residence_new/bg01.png) top right no-repeat;
    background-size: 79.41% auto;
    padding: 150px 0px;
    position: relative; }
    @media screen and (max-width: 769px) {
      .sec_landscape .bg_wrap {
        padding: 35px 0px 0px; } }
  .sec_landscape .img_area {
    width: 100%;
    max-width: 769px;
    margin: 0px auto; }
    @media screen and (max-width: 769px) {
      .sec_landscape .img_area {
        margin-bottom: 35px; } }
    .sec_landscape .img_area .caption {
      display: block;
      text-align: right;
      margin-top: 1em; }
  .sec_landscape .landscape_slide_area {
    background: rgba(35, 24, 21, 0.86);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
    bottom: 20%;
    z-index: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    border-bottom: solid 1px rgba(35, 24, 21, 0.86); }
    @media screen and (max-width: 769px) {
      .sec_landscape .landscape_slide_area {
        display: block;
        position: static;
        margin-bottom: 25px; } }
    .sec_landscape .landscape_slide_area.on {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .sec_landscape .landscape_slide_area .slider {
      width: 48.58%;
      max-width: 635px; }
      @media screen and (max-width: 1122px) {
        .sec_landscape .landscape_slide_area .slider {
          width: 80%; } }
      @media screen and (max-width: 769px) {
        .sec_landscape .landscape_slide_area .slider {
          width: 100%;
          max-width: none; } }
      .sec_landscape .landscape_slide_area .slider .slider_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 769px) {
          .sec_landscape .landscape_slide_area .slider .slider_item {
            display: block;
            margin-bottom: 35px; } }
        .sec_landscape .landscape_slide_area .slider .slider_item .imgBox {
          width: 50.39%; }
          @media screen and (max-width: 769px) {
            .sec_landscape .landscape_slide_area .slider .slider_item .imgBox {
              width: 100%;
              margin-bottom: 15px; } }
          .sec_landscape .landscape_slide_area .slider .slider_item .imgBox img {
            width: 100%; }
            @media screen and (max-width: 769px) {
              .sec_landscape .landscape_slide_area .slider .slider_item .imgBox img.pctabView {
                display: none; } }
            .sec_landscape .landscape_slide_area .slider .slider_item .imgBox img.spView {
              display: none; }
              @media screen and (max-width: 769px) {
                .sec_landscape .landscape_slide_area .slider .slider_item .imgBox img.spView {
                  display: block; } }
        .sec_landscape .landscape_slide_area .slider .slider_item .txtBox {
          width: 41.73%;
          color: #fff; }
          @media screen and (max-width: 769px) {
            .sec_landscape .landscape_slide_area .slider .slider_item .txtBox {
              width: 100%;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding-left: 65px;
              padding-right: 15px; } }
        .sec_landscape .landscape_slide_area .slider .slider_item .slide_tit01 {
          font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
          font-size: 19px;
          font-weight: 500;
          margin-bottom: 30px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 1.3em;
          position: relative; }
          @media screen and (max-width: 769px) {
            .sec_landscape .landscape_slide_area .slider .slider_item .slide_tit01 {
              padding-left: 0px;
              font-size: 16px;
              margin-bottom: 10px; } }
          .sec_landscape .landscape_slide_area .slider .slider_item .slide_tit01 b {
            font-size: 0.73em;
            line-height: 1.35em;
            width: 1.35em;
            background: #fff;
            color: #231815;
            font-weight: 500;
            border-radius: 50%;
            display: block;
            text-align: center;
            position: absolute;
            left: 0px;
            top: 0.45em; }
            @media screen and (max-width: 769px) {
              .sec_landscape .landscape_slide_area .slider .slider_item .slide_tit01 b {
                left: auto;
                right: 101%; } }
          .sec_landscape .landscape_slide_area .slider .slider_item .slide_tit01 span {
            font-size: 0.63em; }
      .sec_landscape .landscape_slide_area .slider .slide-arrow {
        position: absolute;
        display: block;
        width: 36px;
        height: 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 4px #fff;
        top: calc(50% - 18px);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer; }
        .sec_landscape .landscape_slide_area .slider .slide-arrow.prev-arrow {
          right: calc(100% + 140px);
          border-top: none;
          border-right: none; }
          @media screen and (max-width: 1122px) {
            .sec_landscape .landscape_slide_area .slider .slide-arrow.prev-arrow {
              right: calc(100% + 20px); } }
        .sec_landscape .landscape_slide_area .slider .slide-arrow.next-arrow {
          left: calc(100% + 140px);
          border-bottom: none;
          border-left: none; }
          @media screen and (max-width: 1122px) {
            .sec_landscape .landscape_slide_area .slider .slide-arrow.next-arrow {
              left: calc(100% + 20px); } }
  .sec_landscape .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1007px;
    margin: 0px auto; }
    @media screen and (max-width: 769px) {
      .sec_landscape .imgList {
        display: block; } }
    .sec_landscape .imgList li {
      width: 31.77%;
      margin-bottom: 30px; }
      @media screen and (max-width: 769px) {
        .sec_landscape .imgList li {
          width: 100%;
          margin-bottom: 10px; } }
      .sec_landscape .imgList li .tit01 {
        margin-top: 1em;
        font-size: 15px;
        font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
        line-height: 1; }
        @media screen and (max-width: 769px) {
          .sec_landscape .imgList li .tit01 {
            font-size: 12px; } }

#close_area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none; }
  #close_area.on {
    display: block; }
