* {
  font-family: "Noto Sans JP", sans-serif;
}
/* pc迚� */
@media (min-width: 641px) {
  body {
    color: #595757;
    background: url(../img/pc_background.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
  .wrap {
    padding: 0 20px;
  }
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ly_inner {
    width: 640px;
    margin: 0 auto;
    background: #fff;
  }
  .hp_pcNone {
    display: none;
  }

  /*----------- house -----------*/
  .ly_house {
    padding: 58px 0 73px;
    background: #f4f1e8;
  }

  .bl_house_ttl {
    width: 506px;
    margin: 0 auto;
  }

  .bl_house_sliderTop {
    margin-top: 57px;
  }
  .bl_house_sliderTop .splide__slide {
    margin-right: 45px;
    width: 400px !important;
  }
  .bl_house_sliderTop .splide__arrows button {
    top: 150px;
  }

  .bl_house_catch {
    width: 490px;
    margin: 125px auto 0;
  }

  .bl_house_sliderBottom {
    margin-top: 40px;
  }
  .bl_house_sliderBottom .splide__slide {
    margin-right: 45px;
    width: 600px !important;
    border: solid 2px #6fa7b6;
    background: #fff;
  }
  .bl_house_sliderBottom .splide__arrows button {
    top: 270px;
  }

  .bl_house_sliderTtl {
    background: #6fa7b6;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.8620689655;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 7px 0 10px;
  }

  .bl_house_box {
    padding: 27px 37px;
  }

  .bl_house_txt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
  }

  .bl_house_btn {
    width: 560px;
    margin: 100px auto 0;
  }

  /*----------- splide -----------*/
  .splide__track {
    overflow: hidden;
  }

  .splide__slide {
    position: relative;
  }

  .splide__arrows {
    position: relative;
    z-index: 10;
  }
  .splide__arrows button {
    width: 46px;
    height: 70px;
    border: none;
    position: absolute;
    z-index: 10;
    border-radius: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .splide__arrows button svg {
    fill: none;
  }
  .splide__arrows button.splide__arrow--prev {
    background: url(../../img/default/sp_arrow_left.png) no-repeat center/contain;
    left: 0;
  }
  .splide__arrows button.splide__arrow--next {
    background: url(../../img/default/sp_arrow_right.png) no-repeat center/contain;
    right: 0;
  }

  .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -45px;
  }

  .splide__pagination__page {
    width: 14px;
    height: 14px;
    background: none;
    border: solid 2px #4591a7;
    margin: 0 7px;
  }

  .splide__pagination__page.is-active {
    background: #4591a7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- time -----------*/
  .ly_time {
    margin-top: 80px;
    padding: 150px 0 50px;
    background: url(../../img/default/sp_time_background.jpg) no-repeat center/cover;
  }

  .bl_time_title {
    width: 387px;
    margin: 0 auto;
  }

  /*----------- floorPlan -----------*/
  .ly_floorPlan {
    padding: 80px 0 85px;
    background: #f4f1e8;
  }

  .bl_floorPlan_ttl {
    width: 467px;
    margin: 0 auto;
  }

  .bl_floorPlan_example {
    margin: 35px 0 0 40px;
  }
  .bl_floorPlan_example .scroll-hint-icon {
    width: 192px;
    height: auto;
    border-radius: 10px;
    top: 325px;
    left: 182px;
    -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.44);
  }
  .bl_floorPlan_example .scroll-hint-text {
    color: #333;
    font-size: 17px;
    line-height: 1.55;
  }
  .bl_floorPlan_example .scroll-hint-icon:before {
    color: #333;
    width: 55px;
    height: 77px;
  }

  .bl_floorPlan_img {
    width: 1156px;
  }

  .bl_floorPlan_list {
    width: 560px;
    margin: 48px auto 0;
  }
  .bl_floorPlan_list li {
    border: solid 2px #6fa7b6;
    background: #fff;
  }
  .bl_floorPlan_list li + li {
    margin-top: 20px;
  }

  .bl_floorPlan_listTtl {
    background: #6fa7b6;
    padding: 27px;
  }
  .bl_floorPlan_listTtl img {
    width: auto;
    height: 65px;
  }

  .bl_floorPlan_listconts {
    padding: 20px 23px 16px;
    min-height: 192px;
  }

  .bl_floorPlan_listTxt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
  }

  .bl_floorPlan_btn {
    width: 560px;
    margin: 65px auto 0;
  }
  .bl_floorPlan_btn img {
    margin-left: -5px;
  }

  /*----------- child -----------*/
  .ly_child {
    padding: 82px 0 85px;
  }

  .bl_child_ttl {
    width: 510px;
    margin: 0 auto;
  }

  .bl_child_slider {
    margin-top: 70px;
  }
  .bl_child_slider .splide__slide {
    margin-right: 30px;
    width: 520px !important;
  }
  .bl_child_slider .splide__arrows button {
    top: 150px;
  }
  .bl_child_slider .splide__pagination {
    bottom: -30px;
  }

  .bl_child_txt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
    margin: 40px 60px 0;
  }

  .bl_child_btn {
    width: 560px;
    margin: 60px auto 0;
  }
  .bl_child_btn img {
    margin-left: -5px;
  }

  /*----------- performance -----------*/
  .ly_performance {
    padding: 80px 0 106px;
    background: #f4f1e8;
  }

  .bl_performance_ttl {
    width: 510px;
    margin: 0 auto;
  }

  .bl_performance_list {
    width: 560px;
    margin: 60px auto 0;
  }
  .bl_performance_list li + li {
    margin-top: 20px;
  }

  .bl_performance_conts {
    margin-top: 20px;
  }

  .bl_performance_img {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 17px;
  }

  .bl_performance_txt {
    margin-left: 16px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
  }
  .bl_performance_txt span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2.1666666667;
    display: block;
  }

  .bl_performance_details {
    width: 560px;
    margin: 55px auto 0;
  }

  /*----------- info -----------*/
  .ly_info {
    padding: 80px 0 83px;
  }

  .bl_info_ttl {
    width: 488px;
    margin: 0 auto;
  }

  .bl_info_btn {
    width: 560px;
    margin: 24px auto 0;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    padding: 8px 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 640px;
    margin: 0 auto;
  }

  .bl_fixed_btn {
    width: 560px;
    margin: 0 auto;
  }
}
/* sp迚� */
@media (max-width: 640px) {
  body {
    color: #4591a7;
    background: #fff;
  }

  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hp_spNone {
    display: none;
  }

  /*----------- house -----------*/
  .ly_house {
    padding: 9.0625vw 0 11.40625vw;
    background: #f4f1e8;
  }

  .bl_house_ttl {
    width: 79.0625vw;
    margin: 0 auto;
  }

  .bl_house_sliderTop {
    margin-top: 8.90625vw;
  }
  .bl_house_sliderTop .splide__slide {
    margin-right: 7.03125vw;
    width: 62.5vw !important;
  }
  .bl_house_sliderTop .splide__arrows button {
    top: 23.4375vw;
  }

  .bl_house_catch {
    width: 76.5625vw;
    margin: 19.53125vw auto 0;
  }

  .bl_house_sliderBottom {
    margin-top: 6.25vw;
  }
  .bl_house_sliderBottom .splide__slide {
    margin-right: 7.03125vw;
    width: 93.75vw !important;
    border: solid 0.3125vw #6fa7b6;
    background: #fff;
  }
  .bl_house_sliderBottom .splide__arrows button {
    top: 42.1875vw;
  }

  .bl_house_sliderTtl {
    background: #6fa7b6;
    color: #fff;
    font-size: 4.53125vw;
    font-weight: bold;
    line-height: 1.8620689655;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 1.09375vw 0 1.5625vw;
  }

  .bl_house_box {
    padding: 4.21875vw 5.78125vw;
  }

  .bl_house_txt {
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
  }

  .bl_house_btn {
    width: 87.5vw;
    margin: 15.625vw auto 0;
  }

  /*----------- splide -----------*/
  .splide__track {
    overflow: hidden;
  }

  .splide__slide {
    position: relative;
  }

  .splide__arrows {
    position: relative;
    z-index: 10;
  }
  .splide__arrows button {
    width: 7.1875vw;
    height: 10.9375vw;
    border: none;
    position: absolute;
    z-index: 10;
    border-radius: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .splide__arrows button svg {
    fill: none;
  }
  .splide__arrows button.splide__arrow--prev {
    background: url(../../img/default/sp_arrow_left.png) no-repeat center/contain;
    left: 0;
  }
  .splide__arrows button.splide__arrow--next {
    background: url(../../img/default/sp_arrow_right.png) no-repeat center/contain;
    right: 0;
  }

  .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -7.03125vw;
  }

  .splide__pagination__page {
    width: 2.1875vw;
    height: 2.1875vw;
    background: none;
    border: solid 0.3125vw #4591a7;
    margin: 0 1.09375vw;
  }

  .splide__pagination__page.is-active {
    background: #4591a7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*----------- time -----------*/
  .ly_time {
    margin-top: 12.5vw;
    padding: 23.4375vw 0 7.8125vw;
    background: url(../../img/default/sp_time_background.jpg) no-repeat center/cover;
  }

  .bl_time_title {
    width: 60.46875vw;
    margin: 0 auto;
  }

  /*----------- floorPlan -----------*/
  .ly_floorPlan {
    padding: 12.5vw 0 13.28125vw;
    background: #f4f1e8;
  }

  .bl_floorPlan_ttl {
    width: 72.96875vw;
    margin: 0 auto;
  }

  .bl_floorPlan_example {
    margin: 5.46875vw 0 0 6.25vw;
  }
  .bl_floorPlan_example .scroll-hint-icon {
    width: 30vw;
    height: auto;
    border-radius: 1.5625vw;
    top: 50.78125vw;
    left: 28.4375vw;
    -webkit-box-shadow: 0 0.46875vw 1.875vw 0.15625vw rgba(0, 0, 0, 0.44);
    box-shadow: 0 0.46875vw 1.875vw 0.15625vw rgba(0, 0, 0, 0.44);
  }
  .bl_floorPlan_example .scroll-hint-text {
    color: #333;
    font-size: 2.65625vw;
    line-height: 1.55;
  }
  .bl_floorPlan_example .scroll-hint-icon:before {
    color: #333;
    width: 8.59375vw;
    height: 12.03125vw;
  }

  .bl_floorPlan_img {
    width: 180.625vw;
  }

  .bl_floorPlan_list {
    width: 87.5vw;
    margin: 7.5vw auto 0;
  }
  .bl_floorPlan_list li {
    border: solid 0.3125vw #6fa7b6;
    background: #fff;
  }
  .bl_floorPlan_list li + li {
    margin-top: 3.125vw;
  }

  .bl_floorPlan_listTtl {
    background: #6fa7b6;
    padding: 4.21875vw;
  }
  .bl_floorPlan_listTtl img {
    width: auto;
    height: 10.15625vw;
  }

  .bl_floorPlan_listconts {
    padding: 3.125vw 3.59375vw 2.5vw;
    min-height: 30vw;
  }

  .bl_floorPlan_listTxt {
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
  }

  .bl_floorPlan_btn {
    width: 87.5vw;
    margin: 10.15625vw auto 0;
  }
  .bl_floorPlan_btn img {
    margin-left: -0.78125vw;
  }

  /*----------- child -----------*/
  .ly_child {
    padding: 12.8125vw 0 13.28125vw;
  }

  .bl_child_ttl {
    width: 79.6875vw;
    margin: 0 auto;
  }

  .bl_child_slider {
    margin-top: 10.9375vw;
  }
  .bl_child_slider .splide__slide {
    margin-right: 4.6875vw;
    width: 81.25vw !important;
  }
  .bl_child_slider .splide__arrows button {
    top: 23.4375vw;
  }
  .bl_child_slider .splide__pagination {
    bottom: -4.6875vw;
  }

  .bl_child_txt {
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.06em;
    margin: 6.25vw 9.375vw 0;
  }

  .bl_child_btn {
    width: 87.5vw;
    margin: 9.375vw auto 0;
  }
  .bl_child_btn img {
    margin-left: -0.78125vw;
  }

  /*----------- performance -----------*/
  .ly_performance {
    padding: 12.5vw 0 16.5625vw;
    background: #f4f1e8;
  }

  .bl_performance_ttl {
    width: 79.6875vw;
    margin: 0 auto;
  }

  .bl_performance_list {
    width: 87.5vw;
    margin: 9.375vw auto 0;
  }
  .bl_performance_list li + li {
    margin-top: 3.125vw;
  }

  .bl_performance_conts {
    margin-top: 3.125vw;
  }

  .bl_performance_img {
    width: 26.5625vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2.65625vw;
  }

  .bl_performance_txt {
    margin-left: 2.5vw;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
  }
  .bl_performance_txt span {
    font-size: 2.8125vw;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2.1666666667;
    display: block;
  }

  .bl_performance_details {
    width: 87.5vw;
    margin: 8.59375vw auto 0;
  }

  /*----------- info -----------*/
  .ly_info {
    padding: 12.5vw 0 12.96875vw;
  }

  .bl_info_ttl {
    width: 76.25vw;
    margin: 0 auto;
  }

  .bl_info_btn {
    width: 87.5vw;
    margin: 3.75vw auto 0;
  }

  /*----------- fixed -----------*/
  .ly_fixed {
    padding: 1.25vw 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_fixed_btn {
    width: 87.5vw;
    margin: 0 auto;
  }
}
