@charset "UTF-8";

.wrap_01 {
  padding: 70px 0;
}

.page_Ttl {
  padding-bottom: 30px;
  color: #9a8860;
  font-size: 40px;
  font-family: 'Cormorant Garamond', serif;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

.page_head {
  padding-bottom: 60px;
  color: #383838;
  font-size: 24px;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

.section_Block figure {
  position: relative;
  height: fit-content;
  line-height: 0;
}

.section_Block figure .cap_txt {
  font-size: 12px;
  font-feature-settings: 'palt';
}

.section_Block.column2-1>div:first-child,
.section_Block .column2-1>li:first-child {
  max-width: 650px;
  width: 65%;
  margin-right: 30px;
}

.section_Block.column2-1>div:last-child,
.section_Block .column2-1>li:last-child {
  max-width: 320px;
  width: 32%;
}

.section_Block .column2-2>li:first-child {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

.section_Block .column2-2>li:last-child {
  width: calc((100% - 30px) / 2);
}

.section_Block .column2-3>li:first-child {
  max-width: 360px;
  width: 36%;
  margin-right: 30px;
}

.section_Block .column2-3>li:last-child {
  max-width: 600px;
  width: 60%;
}

.section_Block h4 {
  display: block;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #fff;
  background-color: #b39e69;
  font-size: 18px;
  text-align: left;
  box-sizing: border-box;
}

.section_Block p {
  margin-bottom: 15px;
  font-size: 14px;
  font-feature-settings: 'palt';
  line-height: 1.7;
  text-align: justify;
}

.section_Block .notes {
  padding-left: 1em;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
}

.section_Block .notes li {
  list-style: '※';
}

/* */
.block_01 {
  margin-bottom: 50px;
}

.block_01 .cap_Txt {
  bottom: -15%;
  text-align: right;
}

.block_02 {
  align-items: stretch;
  margin-bottom: 50px;
}

.block_02 .ali-st {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.block_02 .p-flex {
  justify-content: space-between;
  align-items: flex-start;
}

.block_02 .p-flex span {
  display: inline-block;
  padding: 10px;
  color: #a8624d;
  border: 1px solid #a8624d;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}

.block_03 .column2-3 {
  margin-bottom: 10px;
}

/*===================
sp
===================*/
@media only screen and (max-width: 1024px) {

  .wrap_01 {
    padding: 60px 0;
  }

  .page_Ttl {
    padding-bottom: 20px;
    font-size: 28px;
  }

  .page_head {
    padding-bottom: 30px;
    font-size: 18px;
  }

  .section_Block figure .cap_txt {
    font-size: 12px;
    font-feature-settings: 'palt';
  }

  .column2-1,
  .column2-2,
  .column2-3 {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .section_Block.column2-1>div:first-child,
  .section_Block .column2-1>li:first-child {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }

  .section_Block.column2-1>div:last-child,
  .section_Block .column2-1>li:last-child {
    max-width: 100%;
    width: 100%;
  }

  .section_Block .column2-2>li:first-child {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }

  .section_Block .column2-2>li:last-child {
    max-width: 100%;
    width: 100%;
  }

  .section_Block .column2-3>li:first-child {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }

  .section_Block .column2-3>li:last-child {
    max-width: 100%;
    width: 100%;
  }

  .section_Block h4 {
    padding: 10px;
    font-size: 16px;
  }

  .section_Block p {
    font-size: 14px;
  }

  /* */
  .block_01 {
    margin-bottom: 30px;
  }

  .block_01 .cap_Txt {
    font-feature-settings: 'palt';
    letter-spacing: 0;
  }

  .block_01 .column2-1 li:last-child {
    width: 60%;
    margin: 30px auto 0;
  }



  .block_02 {
    margin-bottom: 30px;
  }

  .block_02 .ali-st {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .block_02 .p-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .block_02 .p-flex span {
    display: inline-block;
    padding: 10px;
    color: #a8624d;
    border: 1px solid #a8624d;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
  }

}