/*! Writen  by SCSS */
.inner_main {
  background-image: url(../images/main.jpg); }
  @media screen and (max-width: 480px) {
    .inner_main {
      background-position: right 13% center; } }
  .inner_main .main_ttl {
    color: #fff; }

.sec .text_wrap {
  flex-direction: column;
  row-gap: clamp(20px, 2.5vw, 30px); }
  @media screen and (max-width: 820px) {
    .sec .text_wrap {
      margin-top: 0;
      row-gap: 30px; } }
  @media screen and (max-width: 480px) {
    .sec .text_wrap {
      width: 100%;
      row-gap: 25px; } }
  .sec .text_wrap .name {
    font-size: clamp(14px, 1.334vw, 16px);
    color: #151c39; }
    @media screen and (max-width: 768px) {
      .sec .text_wrap .name {
        font-size: 1.7vw; } }
    @media screen and (max-width: 480px) {
      .sec .text_wrap .name {
        font-size: 14px; } }
    .sec .text_wrap .name .big {
      margin-bottom: 5px;
      display: block;
      line-height: 1;
      font-size: 250%; }
      @media screen and (max-width: 480px) {
        .sec .text_wrap .name .big {
          font-size: 190%;
          margin-bottom: 0; } }
  .sec .text_wrap .midashi_group {
    margin-bottom: 0; }
    .sec .text_wrap .midashi_group .sec_ttl,
    .sec .text_wrap .midashi_group .read {
      text-align: left;
      letter-spacing: normal; }
    .sec .text_wrap .midashi_group .sec_ttl {
      font-weight: 500;
      font-size: 20px;
      color: #5f4a0e; }

.sec01 {
  padding: 70px 0 0;
  background-image: url("../images/bg01.png"); }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-top: 50px; } }
  .sec01 .sec01_wrap {
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap {
        flex-direction: column;
        grid-row-gap: 30px; } }
    .sec01 .sec01_wrap .text_wrap {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .text_wrap {
          width: 100%;
          align-items: flex-start; } }
    .sec01 .sec01_wrap .img {
      width: 55.84%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .img {
          width: 100%; } }

.text_wrap02 {
  padding-top: 20px;
  align-items: center;
  row-gap: clamp(30px, 3.334vw, 40px);
  margin-bottom: clamp(40px, 6.667vw, 80px); }
  @media screen and (max-width: 768px) {
    .text_wrap02 {
      padding-top: 30px;
      margin-bottom: 70px;
      padding-top: 70px;
      padding-bottom: 30px;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .text_wrap02 {
      padding-top: 55px; } }
  .text_wrap02 .midashi_group {
    align-items: center; }
    .text_wrap02 .midashi_group .read {
      text-align: center !important; }

.sec02 .bg_wrap {
  background-image: url("../images/bg02.png");
  padding-top: clamp(60px, 8.334vw, 100px);
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec02 .bg_wrap {
      padding-bottom: 70px;
      padding-bottom: 55px; } }
.sec02 .sec02_wrap {
  flex-direction: column;
  row-gap: clamp(40px, 5vw, 60px); }
  @media screen and (max-width: 820px) {
    .sec02 .sec02_wrap {
      row-gap: 60px; } }
  .sec02 .sec02_wrap .sec02_wrap_in {
    align-items: center;
    column-gap: 4.59%; }
    @media screen and (max-width: 1200px) {
      .sec02 .sec02_wrap .sec02_wrap_in {
        column-gap: 3%; } }
    @media screen and (max-width: 820px) {
      .sec02 .sec02_wrap .sec02_wrap_in {
        flex-direction: column;
        grid-row-gap: 30px; } }
    .sec02 .sec02_wrap .sec02_wrap_in.first {
      width: 100%;
      flex-direction: column;
      row-gap: clamp(40px, 5vw, 60px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .sec02_wrap_in.first {
          row-gap: 30px; } }
      .sec02 .sec02_wrap .sec02_wrap_in.first .text_wrap {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center; }
        .sec02 .sec02_wrap .sec02_wrap_in.first .text_wrap .midashi_group {
          align-items: center; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap .sec02_wrap_in.first .text_wrap .midashi_group {
              align-items: flex-start; } }
          .sec02 .sec02_wrap .sec02_wrap_in.first .text_wrap .midashi_group .read {
            text-align: center; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_wrap .sec02_wrap_in.first .text_wrap .midashi_group .read {
                text-align: left; } }
      .sec02 .sec02_wrap .sec02_wrap_in.first .img {
        width: 100%; }
    .sec02 .sec02_wrap .sec02_wrap_in.rev {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_wrap .sec02_wrap_in.rev {
          flex-direction: column; } }
    .sec02 .sec02_wrap .sec02_wrap_in.end {
      justify-content: flex-end; }
    .sec02 .sec02_wrap .sec02_wrap_in .text_wrap {
      max-width: 540px;
      width: fit-content; }
      @media screen and (max-width: 1200px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap {
          row-gap: 20px; } }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap {
          max-width: 100%;
          width: calc(100% - 40px);
          margin: 0 auto; } }
      .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .name {
        white-space: nowrap;
        font-size: clamp(10px, 0.942vw, 16px); }
        @media screen and (max-width: 820px) {
          .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .name {
            text-align: center; } }
        @media screen and (max-width: 768px) {
          .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .name {
            font-size: 1.7vw; } }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .name {
            font-size: 14px;
            text-align: left; } }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group {
          align-items: center; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group {
          align-items: flex-start; } }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group .sec_ttl,
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group .read {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group .sec_ttl,
        .sec02 .sec02_wrap .sec02_wrap_in .text_wrap .midashi_group .read {
          text-align: left; } }
    .sec02 .sec02_wrap .sec02_wrap_in .img {
      width: 55.84%; }
      @media screen and (max-width: 820px) {
        .sec02 .sec02_wrap .sec02_wrap_in .img {
          width: 100%;
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .sec02_wrap_in .img {
          width: 100%; } }

.sec03 {
  padding-top: 80px;
  background: #f2f2f2; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-top: 55px; } }
  .sec03 .text_wrap01 {
    align-items: center;
    row-gap: clamp(30px, 3.334vw, 40px); }
    @media screen and (max-width: 480px) {
      .sec03 .text_wrap01 {
        row-gap: 25px;
        align-items: flex-start; } }
    .sec03 .text_wrap01 .name02 {
      font-size: clamp(20px, 2.334vw, 28px);
      text-align: center;
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        .sec03 .text_wrap01 .name02 {
          text-align: left; } }
    .sec03 .text_wrap01 .midashi_group {
      align-items: center; }
      .sec03 .text_wrap01 .midashi_group .read {
        text-align: center; }
        @media screen and (max-width: 480px) {
          .sec03 .text_wrap01 .midashi_group .read {
            text-align: left; } }
  .sec03 .icon_sp {
    margin-top: 30px;
    width: fit-content;
    margin-inline: auto;
    width: calc(100% - 40px);
    align-items: center;
    column-gap: 5px;
    justify-content: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #7e682d;
    position: relative;
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .sec03 .icon_sp {
        display: flex; } }
    .sec03 .icon_sp::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 10px;
      height: 8px;
      background: #7e682d;
      clip-path: polygon(50% 100%, 0 0, 100% 0); }
    .sec03 .icon_sp .img {
      width: 24px;
      display: block; }
  .sec03 .img01 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    max-width: 1050px;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec03 .img01 {
        margin-bottom: 40px;
        margin-inline: -20px; } }
    .sec03 .img01 .icon {
      position: absolute;
      right: 0;
      bottom: 9%;
      width: 25.34%; }
      @media screen and (max-width: 480px) {
        .sec03 .img01 .icon {
          position: relative;
          text-align: left;
          right: auto;
          bottom: auto;
          width: 55%;
          margin-top: 5px;
          margin-left: 10px; } }
    .sec03 .img01 .cap {
      color: #333; }
  .sec03 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: clamp(20px, 2.5vw, 30px);
    margin-bottom: clamp(50px, 5.834vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec03 .list {
        margin-bottom: 40px; } }
    .sec03 .list li {
      width: 30.84%;
      border-bottom: 1px #cccccc solid; }
      @media screen and (max-width: 480px) {
        .sec03 .list li {
          width: 48%; } }
      .sec03 .list li .ttl {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: clamp(14px, 1.667vw, 20px);
        margin-bottom: 0.75em;
        line-height: 1;
        font-weight: 500; }
        @media screen and (max-width: 480px) {
          .sec03 .list li .ttl {
            column-gap: 7px; } }
        .sec03 .list li .ttl .icon {
          position: relative;
          width: 30px;
          height: 30px;
          display: grid;
          place-items: center;
          line-height: 1;
          color: #fff;
          background: #7e682d; }
          @media screen and (max-width: 480px) {
            .sec03 .list li .ttl .icon {
              width: 25px;
              height: 25px; } }
          .sec03 .list li .ttl .icon::after {
            content: '';
            position: absolute;
            inset: 3px;
            pointer-events: none;
            border: 1px solid #fff; }
      .sec03 .list li .read {
        line-height: 1.6;
        padding-bottom: 1em; }
  .sec03 .sec03_wrap {
    position: relative;
    padding: 10px;
    margin-bottom: clamp(80px, 10vw, 120px); }
    .sec03 .sec03_wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid #151c39;
      pointer-events: none; }
    .sec03 .sec03_wrap .in_box {
      position: relative;
      background: #fff;
      align-items: center;
      padding: 40px 4.24%; }
      @media screen and (max-width: 820px) {
        .sec03 .sec03_wrap .in_box {
          padding: 25px 20px; } }
      @media screen and (max-width: 768px) {
        .sec03 .sec03_wrap .in_box {
          flex-direction: column; } }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap .in_box {
          padding: 25px 10px; } }
      .sec03 .sec03_wrap .in_box::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 2px solid #151c39;
        pointer-events: none; }
      .sec03 .sec03_wrap .in_box .text_wrap {
        width: 27.32%;
        row-gap: clamp(10px, 1.25vw, 15px); }
        @media screen and (max-width: 768px) {
          .sec03 .sec03_wrap .in_box .text_wrap {
            width: 100%;
            margin-bottom: 20px; } }
        @media screen and (max-width: 768px) {
          .sec03 .sec03_wrap .in_box .text_wrap .name {
            text-align: center; } }
        .sec03 .sec03_wrap .in_box .text_wrap .tree_read {
          font-size: clamp(12px, 1.539vw, 20px);
          line-height: 1.8;
          color: #5f4a0e;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            .sec03 .sec03_wrap .in_box .text_wrap .tree_read {
              font-size: 18px;
              text-align: center;
              line-height: 1.5; } }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_wrap .in_box .text_wrap .tree_read {
              font-size: 16px; } }
      .sec03 .sec03_wrap .in_box .item_wrap {
        width: 69.91%; }
        @media screen and (max-width: 768px) {
          .sec03 .sec03_wrap .in_box .item_wrap {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap .in_box .item_wrap {
            flex-wrap: wrap;
            row-gap: 15px;
            justify-content: center;
            column-gap: 2%; } }
        .sec03 .sec03_wrap .in_box .item_wrap li {
          width: 18.55%; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_wrap .in_box .item_wrap li {
              width: 32%; } }
          .sec03 .sec03_wrap .in_box .item_wrap li .txt {
            text-align: center;
            line-height: 1;
            margin-top: 5px;
            font-size: clamp(12px, 1.167vw, 14px); }
  .sec03 .balcony_image .image.img_cap .cap {
    bottom: auto;
    top: 100%; }

.cap_r {
  padding-top: 5px;
  padding-right: 5px; }

@media screen and (max-width: 480px) {
  .caption_area {
    padding-top: 60px; } }

/*# sourceMappingURL=appearance.css.map */
