@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 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 {
  font-size: 15px;
  text-align: left;
  border-left: 2px solid #b39e69;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-feature-settings: 'palt';
}

.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 p.notes {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0;
}

sub { font-size: 10px; }


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




/* 個別 */
.block_01 .flex_wrap li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.block_01 .flex_wrap li h5 {
  width: 100%;
  max-width: 100%;
}
.block_01 .flex_wrap li > * {
  width: 48.5%;
  max-width: 230px;
}
.block_01 .flex_wrap li p {
  text-align: left;
  font-feature-settings: 'palt';
}
.block_01 .flex_wrap li p img {
  margin-top: 10px;
}
.block_02 .bgm {
  align-items: center;
  margin-top: 15px;
}
.block_02 .bgm span {
  color: #b39e69;
  padding: 10px 20px;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-right: 20px;
}
.block_04 { 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 h4 {
    padding: 10px;
    font-size: 16px;
  }
  .section_Block h4 + p {
    margin-bottom: 15px;
  }
  .section_Block p.notes {
    margin-top: 5px;
  }

  .sp_mb20 { margin-bottom: 20px; }



  /* 個別 */
  .block_01 .flex_wrap li:last-child {
    margin-bottom: 0;
  }
  .block_02 .js-scrollable {
    overflow: hidden;
  }
  .block_02 .js-scrollable img {
    height: 250px;
    width: auto !important;
    max-width: inherit;
  }
  .block_02 .bgm {
    flex-direction: column;
  }
  .block_02 .bgm span {
    padding: 5px;
    border-left: none;
    border-right: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .block_03 .column2-1 li {
    margin-bottom: 15px;
  }
  .block_04 { margin-bottom: 0; }
  .block_04 .js-scrollable {
    overflow: hidden;
  }
  .block_04 .js-scrollable img {
    height: 250px;
    width: auto !important;
    max-width: inherit;
  }
  .block_04 .cap_Txt {
    left: 5px;
    right: auto;
  }


}