@charset "UTF-8";
/* common
------------------------------*/
.p-sec {
  padding-bottom: 0;
}

@media (max-width: 750px) {
  .p-sec__header-list ul li a.center {
    padding: 25px 40px 48px;
  }
}
/* block01
------------------------------*/
.p-block01 {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-block01 .c-un-block-header {
    margin-bottom: 40px;
  }
}
.p-block01 .c-img-flex {
  margin: 60px 0 0;
}
@media (max-width: 576px) {
  .p-block01 .c-img-flex {
    margin: 0 0 0;
  }
}

.p-block01-content01 {
  margin-top: 65px;
}
@media (max-width: 576px) {
  .p-block01-content01 {
    margin-top: 60px;
  }
}

.p-block01-content01__top-copy {
  font-size: 34px;
  margin: 38px 0 0;
  text-align: center;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block01-content01__top-copy {
    font-size: 26px;
    margin: 40px 0 0;
  }
}

.p-lifestyle-layout {
  margin-top: 77px;
  padding: 30px 45px 82px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  .p-lifestyle-layout {
    margin-top: 70px;
    padding: 60px 20px 60px;
  }
}

.p-lifestyle-layout__header {
  font-size: 26px;
  margin: 0;
  text-align: center;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-lifestyle-layout__header {
    font-size: 24px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.p-lifestyle-layout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  padding: 24px 28px 40px;
  background-color: #ffffff;
  gap: 80px;
}
@media (max-width: 576px) {
  .p-lifestyle-layout__inner {
    padding: 40px 20px;
  }
}

.p-lifestyle-layout__item:nth-child(1) {
  width: calc(220 / (830) * 100%);
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item:nth-child(1) {
    width: 100%;
  }
}
.p-lifestyle-layout__item:nth-child(2) {
  position: relative;
  width: calc(100% - (220 / (830) * 100%) - 80px);
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item:nth-child(2) {
    width: 100%;
  }
}
.p-lifestyle-layout__item:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: calc(80px / 2 * -1);
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 0.5px dashed #8e8e8f;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item:nth-child(2)::before {
    top: calc(70px / 2 * -1);
    left: 50%;
    width: 100%;
    height: 1px;
    border-top: 0.5px dashed #8e8e8f;
  }
}

.p-lifestyle-layout__item-header {
  font-size: 20px;
  line-height: calc(24 / 20);
  position: relative;
  margin: 0;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-header {
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
.p-lifestyle-layout__item-header + * {
  margin-top: 26px;
}
.p-lifestyle-layout__item-header > span {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-header > span {
    padding-left: 16px;
  }
}
.p-lifestyle-layout__item-header > span::before {
  font-size: 10px;
  position: absolute;
  top: calc(20px * (24 / 20) / 2);
  left: 0;
  content: "■";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-header > span::before {
    top: calc(18px * (24 / 20) / 2);
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
}
.p-lifestyle-layout__item-header .smaller {
  font-size: 16px;
  margin-left: -6px;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-header .smaller {
    font-size: 14px;
    margin-left: -8px;
  }
}

.p-lifestyle-layout__item-img {
  display: block;
}
.p-lifestyle-layout__item-img img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-img img {
    margin: 0 auto;
  }
}

.p-lifestyle-layout__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-lifestyle-layout__item-half {
  width: calc(100% / 2 - 40px / 2);
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-half {
    width: 100%;
  }
}

.p-lifestyle-layout__item-title {
  font-size: 19px;
  margin: 18px 0 0;
  color: #09523f;
}
@media (max-width: 800px) {
  .p-lifestyle-layout__item-title {
    font-size: 20px;
    margin: 20px 0 0;
  }
}
.p-lifestyle-layout__item-title span {
  font-size: 14px;
}

.p-lifestyle-layout__item-desc {
  font-size: 14px;
  margin: 12px 0 0;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .p-lifestyle-layout__item-desc {
    font-size: 16px;
  }
}

.p-block01-content02 {
  margin-top: 86px;
}

.p-lifestyle-room {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .p-lifestyle-room {
    margin-top: 60px;
  }
}
.p-lifestyle-room + .p-lifestyle-room {
  margin-top: 160px;
}
@media (max-width: 576px) {
  .p-lifestyle-room + .p-lifestyle-room {
    margin-top: 60px;
  }
}

.p-lifestyle-room__box {
  padding: 20px 80px 44px;
  border: 1px solid #09523f;
}
@media (max-width: 800px) {
  .p-lifestyle-room__box {
    padding: 30px 20px;
  }
}

.p-lifestyle-room__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .p-lifestyle-room__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-lifestyle-room__inner + .p-lifestyle-room__inner {
  margin-top: 130px;
}
@media (max-width: 576px) {
  .p-lifestyle-room__inner + .p-lifestyle-room__inner {
    margin-top: 60px;
  }
}
.p-lifestyle-room__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-lifestyle-room__inner--reverse .p-lifestyle-room__content {
  padding-right: 28px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__inner--reverse .p-lifestyle-room__content {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .p-lifestyle-room__content {
    width: 100%;
  }
}
.p-lifestyle-room__header {
  display: inline-block;
}
.p-lifestyle-room__header + .p-lifestyle-room__inner {
  margin-top: 64px;
}
@media (max-width: 576px) {
  .p-lifestyle-room__header + .p-lifestyle-room__inner {
    margin-top: 30px;
  }
}

.p-lifestyle-room__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 13px;
  border-bottom: 1px solid #000000;
}
.p-lifestyle-room__header-inner h3 {
  font-size: 87px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-inner h3 {
    font-size: 40px;
  }
}
.p-lifestyle-room__header-inner h3 .inner {
  font-size: 41px;
  line-height: calc(49 / 41);
  position: relative;
  margin-left: 7px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-inner h3 .inner {
    font-size: 22px;
  }
}
.p-lifestyle-room__header-inner h3 .inner span {
  font-size: 19px;
  line-height: calc(23 / 19);
  position: absolute;
  top: 0;
  left: calc(19px / 2 * -1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-inner h3 .inner span {
    font-size: 14px;
    left: calc(14px / 2 * -1);
  }
}

.p-lifestyle-room__header-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 24px;
  padding: 0;
  gap: 8px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-sub {
    margin: 0 0 0 10px;
    gap: 6px;
  }
}
.p-lifestyle-room__header-sub li {
  font-size: 18px;
  line-height: calc(26 / 18);
  margin: 0;
  padding: 0 18px;
  list-style: none;
  text-align: center;
  color: #69a079;
  border: 1px solid #69a079;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-sub li {
    font-size: 16px;
  }
}
.p-lifestyle-room__header-sub .green {
  color: #ffffff;
  border: 0;
  background-color: #69a079;
}
.p-lifestyle-room__header-sub .dark-green {
  min-width: 105px;
  color: #ffffff;
  border: 0;
  background-color: #09523f;
}
.p-lifestyle-room__header-sub + .p-lifestyle-room__header-sub {
  margin-left: 14px;
}
.p-lifestyle-room__header-sub--sp {
  display: none;
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-sub--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 6px;
    margin-left: 0;
    gap: 4px;
  }
}
@media (max-width: 800px) {
  .p-lifestyle-room__header-sub--sp li {
    min-width: auto !important;
    padding: 0 11px;
  }
}

.p-lifestyle-room__size {
  font-size: 22px;
  line-height: calc(26 / 22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 48px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__size {
    font-size: 18px;
    gap: 21px;
  }
}

.p-lifestyle-room__info {
  width: 296px;
  margin: 44px 0 0;
}
@media (max-width: 576px) {
  .p-lifestyle-room__info {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p-lifestyle-room__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 9px;
}
.p-lifestyle-room__info-inner dt,
.p-lifestyle-room__info-inner dd {
  font-size: 19px;
  line-height: calc(27 / 19);
}
@media (max-width: 800px) {
  .p-lifestyle-room__info-inner dt,
.p-lifestyle-room__info-inner dd {
    font-size: 16px;
  }
}
.p-lifestyle-room__info-inner dt {
  position: relative;
  padding-left: 17px;
}
.p-lifestyle-room__info-inner dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #09523f;
}
.p-lifestyle-room__info-inner dt span {
  font-size: 14px;
  vertical-align: middle;
}
.p-lifestyle-room__info-inner dd {
  margin-left: 0;
}
.p-lifestyle-room__info-inner:nth-child(n+2) {
  margin-top: 10px;
}

.p-lifestyle-room__info-inner--total {
  margin-top: 15px !important;
  padding-top: 15px;
  padding-left: 29px;
  border-top: 1px solid #09523f;
}
@media (max-width: 800px) {
  .p-lifestyle-room__info-inner--total {
    margin-top: 20px !important;
    padding-top: 20px;
  }
}
.p-lifestyle-room__info-inner--total dt {
  padding-left: 0;
  color: #09523f;
}
.p-lifestyle-room__info-inner--total dt::before {
  display: none;
}

.p-lifestyle-room__img {
  width: 324px;
}
@media (max-width: 800px) {
  .p-lifestyle-room__img {
    width: calc(265 / 335 * 100%);
    margin: 40px auto 0;
  }
}

.p-lifstyle-room__gallery {
  margin-top: 75px;
}
@media (max-width: 576px) {
  .p-lifstyle-room__gallery {
    margin-top: 40px;
  }
}
.p-lifstyle-room__gallery img {
  border-radius: 8px;
}

.p-lifestyle-room__content-header {
  font-size: 87px;
  font-weight: normal;
  line-height: calc(104 / 87);
  margin: 0;
}
.p-lifestyle-room__content-header + .p-lifestyle-room__info {
  margin-top: 18px;
}

.p-block01-content03 {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .p-block01-content03 {
    margin-top: 64px;
  }
}

.p-block01-content03__box {
  padding: 36px 78px 45px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  .p-block01-content03__box {
    padding: 40px 20px;
  }
}

.p-block01-content03__header {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 9px;
  color: #09523f;
  border-bottom: 1px solid #09523f;
}
.p-block01-content03__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0;
  gap: 10px;
}
@media (max-width: 800px) {
  .p-block01-content03__dl {
    gap: 20px;
  }
}

.p-block01-content03__dl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.p-block01-content03__dl-inner dt,
.p-block01-content03__dl-inner dd {
  font-size: 16px;
  line-height: calc(23 / 16);
  letter-spacing: 0;
}
@media (max-width: 800px) {
  .p-block01-content03__dl-inner dt,
.p-block01-content03__dl-inner dd {
    width: 100%;
  }
}

.p-block01-content03__dl-inner dt {
  width: 142px;
  padding: 1px 4px 4px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background-color: #09523f;
}
.p-block01-content03__dl-inner dt span {
  font-size: 10px;
  margin-left: 8px;
}

.p-block01-content03__dl-inner dd {
  margin: 0;
}
.p-block01-content03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0;
  gap: 20px 18px;
}
.p-block01-content03__item {
  width: calc(100% / 4 - (20px * 3 / 4));
}
@media (max-width: 800px) {
  .p-block01-content03__item {
    width: calc(100% / 2 - (18px / 2));
  }
}

.p-block01-content03__img img {
  border-radius: 8px;
}

.p-block01-content03__title {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 12px 0 0;
}
.p-block01-content04 {
  position: relative;
  margin-top: 150px;
}
@media (max-width: 800px) {
  .p-block01-content04 {
    margin-top: 70px;
  }
}
.p-block01-content04 .c-img-flex {
  margin-top: 80px;
}
.p-block01-content04 .c-img-flex + .c-img-flex {
  margin-top: 97px;
}
@media (max-width: 800px) {
  .p-block01-content04 .c-img-flex + .c-img-flex {
    margin-top: 60px;
  }
}
.p-block01-content04 .c-img-flex:nth-of-type(1) .c-img-flex__img, .p-block01-content04 .c-img-flex:nth-of-type(2) .c-img-flex__img {
  width: calc(750 / 1365 * 100%);
}
@media (max-width: 800px) {
  .p-block01-content04 .c-img-flex:nth-of-type(1) .c-img-flex__img, .p-block01-content04 .c-img-flex:nth-of-type(2) .c-img-flex__img {
    width: 100%;
  }
}
.p-block01-content04 .c-img-flex:nth-of-type(1) .c-img-flex__content, .p-block01-content04 .c-img-flex:nth-of-type(2) .c-img-flex__content {
  width: calc(((1365 - 750) / 1365) * 100%);
}
@media (max-width: 800px) {
  .p-block01-content04 .c-img-flex:nth-of-type(1) .c-img-flex__content, .p-block01-content04 .c-img-flex:nth-of-type(2) .c-img-flex__content {
    width: 100%;
  }
}

.p-block01-content04__copy-main {
  font-size: 34px;
  margin: 50px 0 0;
  text-align: center;
  letter-spacing: 0.15em;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block01-content04__copy-main {
    font-size: 26px;
    margin: 40px 0 0;
  }
}

.p-block01-content04__copy-sub {
  font-size: 26px;
  margin: 8px 0 0;
  text-align: center;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block01-content04__copy-sub {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

.p-block01-content04__item-header {
  font-size: 26px;
  font-weight: normal;
  line-height: calc(37 / 26);
  margin: 0;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block01-content04__item-header {
    font-size: 20px;
  }
}
.p-block01-content04__item-header span {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #09523f;
}
@media (max-width: 576px) {
  .p-block01-content04__item-header span {
    padding-right: 32px;
  }
}
.p-block01-content04__item-header + .c-img-flex__content-desc {
  margin-top: 36px;
}
@media (max-width: 576px) {
  .p-block01-content04__item-header + .c-img-flex__content-desc {
    margin-top: 30px;
  }
}

.p-block01-content04__flex-wrapper {
  margin-top: 95px;
}
@media (max-width: 576px) {
  .p-block01-content04__flex-wrapper {
    margin-top: 70px;
  }
}
.p-block01-content04__flex-wrapper .p-block01-content04__item-header {
  text-align: center;
}
@media (max-width: 576px) {
  .p-block01-content04__flex-wrapper .p-block01-content04__item-header span {
    padding-right: 0;
  }
}

.p-block01-content04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 46px;
  gap: 66px;
}
@media (max-width: 576px) {
  .p-block01-content04__flex {
    margin-top: 40px;
    gap: 60px;
  }
}

.p-block01-content04__flex-item {
  width: calc(100% / 2 - 66px / 2);
}
@media (max-width: 576px) {
  .p-block01-content04__flex-item {
    width: 100%;
  }
}

.p-block01-content04__flex-title {
  font-size: 20px;
  line-height: calc(29 / 20);
  margin: 27px 0 0;
  text-align: center;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block01-content04__flex-title {
    font-size: 16px;
    margin: 35px 0 0;
  }
}

.p-block01-content04__flex-desc {
  font-size: 18px;
  line-height: calc(38 / 18);
  margin: 24px 0 0;
}
@media (max-width: 576px) {
  .p-block01-content04__flex-desc {
    font-size: 16px;
    margin: 20px 0 0;
  }
}

/* block02
------------------------------*/
.p-block02 {
  position: relative;
  margin-top: 150px;
  padding: 90px 0 160px;
  background-color: #f8f8f8;
}
@media (max-width: 576px) {
  .p-block02 {
    margin-top: 70px;
    padding: 60px 0;
  }
}
.p-block02 .c-img-flex {
  margin-top: 105px;
}
@media (max-width: 576px) {
  .p-block02 .c-img-flex {
    margin-top: 40px;
  }
}
.p-block02 .c-btn-wrapper {
  width: 100%;
  max-width: 430px;
  margin: 105px auto 0;
}
@media (max-width: 800px) {
  .p-block02 .c-btn-wrapper {
    margin: 40px auto 0;
  }
}
@media (max-width: 576px) {
  .p-block02 .c-un-block-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-block02-content02 {
  margin-top: 65px;
}
.p-block02-content02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 60px;
}
.p-block02-content02__item {
  width: calc(100% / 2 - 60px / 2);
}
@media (max-width: 800px) {
  .p-block02-content02__item {
    width: 100%;
  }
}

.p-block02-content02__item-title {
  font-size: 22px;
  font-weight: 400;
  line-height: calc(31 / 22);
  margin: 18px 0 0;
}
.p-block02-content02__item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32 / 18);
  margin: 10px 0 0;
}
@media (max-width: 800px) {
  .p-block02-content02__item-desc {
    max-width: none;
  }
}

.p-block02-content03 {
  position: relative;
  margin-top: 56px;
  padding: 40px 78px;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .p-block02-content03 {
    padding: 40px 20px;
  }
}

.p-conte05 {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-conte05__heading {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-conte05__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 576px) {
  .p-conte05__table-heading {
    display: none;
  }
}
.p-conte05__table {
  position: relative;
  /* overflow: scroll; */
  overflow: auto;
  width: 100%;
  height: 370px;
  margin-bottom: 70px;
  /* スクロール非表示（Firefox） */
  scrollbar-width: none;
}

.p-conte05__table::-webkit-scrollbar {
  /* スクロール非表示（Chrome, Edge, Safari） */
  display: none;
}

@media all and (max-width: 576px) {
  .p-conte05__table {
    height: 390px;
    margin-bottom: 40px;
  }
}
.p-conte05__table::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url(../img/common/ico_scroll_pc.svg) no-repeat center center/contain;
}

@media all and (max-width: 1023px) {
  .p-conte05__table::before {
    background-image: url(../img/common/ico_scroll_sp.svg);
  }
}
.p-conte05__table.is-hide::before {
  pointer-events: none;
  opacity: 0;
}

.p-conte05__btn {
  width: 370px;
  height: 60px;
  margin: 0 auto;
}

.p-conte05__btn .c-btn {
  font-size: 18px;
}

.p-conte05__btn .c-btn small {
  font-size: 14px;
}

@media all and (max-width: 576px) {
  .p-conte05__btn {
    width: 260px;
  }

  .p-conte05__btn .c-btn {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .p-conte05__btn .c-btn small {
    font-size: 12px;
  }
}
.p-conte04 {
  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: 968px;
  margin: 0 auto 130px;
  background-color: #f5f5f5;
}

@media all and (max-width: 576px) {
  .p-conte04 {
    margin-bottom: 70px;
  }
}
.p-conte04__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 7.2% 0 7.2% 7.2%;
}

@media all and (max-width: 576px) {
  .p-conte04__left {
    display: block;
    width: 100%;
    padding: 30px 28px;
  }
}
.p-conte04__right {
  position: relative;
  width: 50%;
}

@media all and (max-width: 576px) {
  .p-conte04__right {
    width: 100%;
  }
}
.p-conte04__right::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(transparent));
  background: linear-gradient(to right, #f5f5f5, transparent);
}

@media all and (max-width: 576px) {
  .p-conte04__right::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(transparent));
    background: linear-gradient(to bottom, #f5f5f5, transparent);
  }
}
.p-conte04__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-conte04__heading {
  font-family: "Noto Serif JP", serif;
  /* font-size: 20px; */
  font-size: min(20px, 2.06vw);
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

@media all and (max-width: 576px) {
  .p-conte04__heading {
    /* font-size: 16px; */
    font-size: min(16px, 4.26vw);
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
}
.p-conte04__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #a9a9a9;
}

.p-conte04__copy {
  font-family: "Noto Serif JP", serif;
  /* font-size: 26px; */
  font-size: min(26px, 2.68vw);
  line-height: 1.6;
  margin-bottom: 25px;
}

@media all and (max-width: 576px) {
  .p-conte04__copy {
    /* font-size: 18px; */
    font-size: min(18px, 4.8vw);
    margin-bottom: 20px;
  }
}
.p-conte04__txt {
  /* font-size: 16px; */
  font-size: min(16px, 1.65vw);
  width: 84%;
}

@media all and (max-width: 576px) {
  .p-conte04__txt {
    /* font-size: 16px; */
    font-size: min(16px, 4.26vw);
    width: 100%;
  }
}
.p-block02-content04 {
  position: relative;
  margin-top: 70px;
}
/* block03
------------------------------*/
.p-block03 {
  margin-top: 140px;
}
.p-block03-content01 {
  margin-top: 70px;
}
.p-block03-content01__copy {
  font-size: 30px;
  line-height: calc(42 / 24);
  margin: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .p-block03-content01__copy {
    font-size: 26px;
  }
}

.p-block03-content01__desc {
  font-size: 24px;
  line-height: calc(42 / 24);
  margin: 40px 0 0;
  text-align: center;
}
@media (max-width: 576px) {
  .p-block03-content01__desc {
    font-size: 18px;
  }
}

.p-block03-content01__header {
  font-size: 24px;
  font-weight: normal;
  line-height: calc(42 / 24);
  margin: 85px 0 30px;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-block03-content01__header {
    font-size: 20px;
    margin: 60px 0 40px;
  }
}

.p-block03-content01__block-desc {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 576px) {
  .p-block03-content01__block-desc {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .c-flower {
    display: none;
  }
}

.c-flower--1 {
  z-index: 0;
  top: 0;
  right: -70px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  background-image: url(../img/residence/img_flower01.svg);
  aspect-ratio: calc(375 / 361);
}

.c-flower--2 {
  z-index: 0;
  top: 1250px;
  right: -29px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/residence/img_flower02.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--3 {
  z-index: 0;
  top: -100px;
  left: -10px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  background-image: url(../img/residence/img_flower03.svg);
  aspect-ratio: calc(334 / 322);
}

.c-flower--4 {
  z-index: 0;
  top: 980px;
  right: -100px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  background-image: url(../img/residence/img_flower04.svg);
  aspect-ratio: calc(375 / 361);
}

.c-flower--5 {
  z-index: 0;
  top: 240px;
  left: -13px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  background-image: url(../img/residence/img_flower05.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--6 {
  z-index: 0;
  top: 109px;
  right: -39px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/residence/img_flower06.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--7 {
  z-index: 0;
  top: 232px;
  left: -13px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  background-image: url(../img/residence/img_flower07.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--8 {
  z-index: 0;
  top: 2055px;
  left: -13px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  background-image: url(../img/residence/img_flower08.svg);
  aspect-ratio: calc(334 / 322);
}

.c-flower--9 {
  z-index: 0;
  top: 240px;
  right: -106px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  background-image: url(../img/residence/img_flower09.svg);
  aspect-ratio: calc(375 / 361);
}

.c-flower--10 {
  z-index: 0;
  top: 594px;
  right: -39px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/residence/img_flower10.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--11 {
  z-index: 0;
  top: 1719px;
  left: -13px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  background-image: url(../img/residence/img_flower11.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--12 {
  z-index: 0;
  top: 240px;
  left: calc(205 / 1365 * 100% * -1);
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  background-image: url(../img/residence/img_flower12.svg);
  aspect-ratio: calc(334 / 322);
}

.p-block__content--pulldown {
  display: none;
}

@media (max-width: 576px) {
  .mk .p-block__header-btn {
    max-width: 280px;
  }
}
.mk .p-block__header-btn .inner {
  position: relative;
  top: initial;
  right: initial;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.mk .p-block__header-btn .inner::before {
  display: none;
}

.p-block__header-btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background: url(../img/common/ico_plus_white.svg) no-repeat center center/contain;
}

.p-block__header-btn a.is-show {
  background-color: #032e22;
}

.p-block__header-btn a.is-show::before {
  background-image: url(../img/common/ico_minus_white.svg);
}