@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 {
  margin-bottom: 50px;
}
.section_Block img {
  vertical-align: bottom;
}
.section_Block figure {
  position: relative;
  height: fit-content;
}
.section_Block figure .cap_Txt {
/*  font-size: 12px;*/
  font-feature-settings: 'palt';
  bottom: 5px;
}
.cap_W {
  color: #fff;
}

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

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

.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 h4 small {
  font-size: 15px;
}
.section_Block h5.gold_ttl {
  font-size: 15px;
  color: #b39e69;
  margin-bottom: 2px;
  font-weight: 600;
  text-align: left;
}

.section_Block p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.section_Block h4 + p {
  margin-bottom: 30px;
}
.section_Block p.txt_s {
  margin-bottom: 0;
  font-size: 13px;
}
.section_Block .notes {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0;
}

sub { font-size: 10px; }


/*margin*/
.pc_mb20 { margin-bottom: 20px; }




/* 個別 */
.block_01 .box {
  margin-top: 40px;
}
.block_01 .box p {
  font-size: 18px;
  margin-bottom: 5px;
}
.block_01 .box div {
  font-size: 30px;
  background-color: #ececdf;
  color: #595757;
  padding: 10px;
}

.block_02 p {
  font-size: 13px;
}
.block_02 .column2-1 > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_02 .column2-1 > li:nth-child(-n+2) {
  margin-bottom: 40px;
}
.block_02 .copy {
  margin-bottom: 10px;
}
.block_02 .hikaku > p {
  color: #595757;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
  margin-bottom: 5px;
}
.block_02 .hikaku > p span {
  font-size: 15px;
}
.block_02 .hikaku .hikaku_img {
  justify-content: space-between;
}
.block_02 .hikaku .hikaku_img li {
  width: 48%;
  max-width: 230px;
}
.block_02 .hikaku .hikaku_img li p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
  padding: 4px;
}
.block_02 .hikaku .hikaku_img li:first-child p {
  color: #b39e69;
  background-color: #ebebde;
  border: 1px solid #b39e69;
}
.block_02 .hikaku .hikaku_img li:last-child p {
  color: #595757;
  border: 1px solid #595757;
}
.block_02 p.notes {
  margin-top: 5px;
}

.block_03 p:not(.notes) {
  min-height: 84px;
}

.block_05 li:first-child {
  width: 33.5%;
  margin-right: 3%;
}
.block_05 li:nth-child(2) {
  width: 17.5%;
  margin-right: 2.1%;
}
.block_05 li:last-child{
  width: 43.9%;
}

.block_06 p:not(.notes) {
  min-height: 105px;
}

.block_07 p:not(.notes) {
  min-height: 63px;
}

.block_08 { margin-bottom: 0; }

/*===================
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 {
    margin-bottom: 30px;
  }

  .section_Block .column2-1>li {
    max-width: 485px;
    width: 48.5%;
  }
  .section_Block.column2-1>div:first-child,
  .section_Block .column2-1>li:first-child {
    margin-right: 0;
  }

  .section_Block.column2-1,
  .section_Block > div > .column2-1 {
    flex-direction: column;
  }

  .section_Block.column2-1>div,
  .section_Block > div > .column2-1 > * {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .section_Block.column2-1>div:last-of-type,
  .section_Block > div > .column2-1 > li:last-child {
    margin-bottom: 0;
  }

  .column2-2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .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 h4 {
    padding: 10px;
    font-size: 16px;
  }
  .section_Block h4 + p {
    margin-bottom: 15px;
  }
  .section_Block .notes {
    margin-top: 5px;
  }

  .sp_mb20 { margin-bottom: 20px; }



  /* 個別 */
  .block_01 .box {
    margin-top: 20px;
  }
  .block_01 .box p {
    font-size: 15px;
  }
  .block_01 .box div {
    font-size: 22px;
  }

  .block_02 .column2-1 > li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .block_02 .hikaku .hikaku_img li {
    width: 48.5%;
  }
  .block_02 .hikaku .hikaku_img li p {
    font-size: 12px;
    padding: 5px;
  }

  .block_03 h4 {
    letter-spacing: -0.05em;
  }
  .block_03 p:not(.notes) {
    min-height: auto;
  }

  .block_04 .column2-1>li:first-child {
    margin-bottom: 15px;
  }

  .block_05 .column3-1 {
    flex-wrap: wrap;
  }
  .block_05 li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block_05 li:nth-child(2) {
    width: 28%;
    margin-right: 2%;
  }
  .block_05 li:last-child{
    width: 70%;
  }

  .block_06 p:not(.notes) {
    min-height: auto;
  }

  .block_07 p:not(.notes) {
    min-height: auto;
  }
  
  .block_08 { margin-bottom: 0; }
}