@charset "utf-8";
/* CSS Document */

.mine_kisei {
    font-family: brandon-grotesque, "Noto Sans JP", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mine_kisei h2.mine_kisei_h2 {
  color: #222;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 游ゴシック, "Yu Gothic";
  border-bottom: none;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.mine_kisei h2.mine_kisei_h2::first-line {
  font-size: .7rem;
  font-weight: normal;
  letter-spacing: 1px;
}

.mine_kisei hr {
    border: 0;
    height: 10px;
    background: repeating-linear-gradient(90deg,#ded9d1,#ded9d1 2px,rgba(0 0 0/ 0) 2px, rgba(0 0 0 / 0) 6px);
    margin-bottom: 3%;
}

.mine_desc {
    font-size: .95rem;
    line-height: 2.8;
    font-weight: 500;
}

.mine_desc p { line-height: 2; letter-spacing: 1px; }

.mine_desc p span {
  background: linear-gradient(transparent 65%,#f0ede8 65%);
  font-weight: bold;
}

/* 選べるカラー・タイプ・サイズ */
.mine_design_list {
  width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 10%;
}

.mine_design_item {
  width: 23.86%;
  width: calc(23.86% - 20px / 4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  padding: 18px;
  border: 1px solid #e4e1dd;
  font-family: 游ゴシック, "Yu Gothic";
}

.mine_design_item:nth-child(4n) { margin-right: 0; }

.mine_design_item img { margin-bottom: 20px; }

.mine_design_name {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
 }

.mine_design_item .mine_design_txt {
  text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: .9rem;
    font-weight: 500;
}

ul.mine_design_size { width: 100%;}

ul.mine_design_size li {
  color: #ac866d;
    display: block;
    width: 100%;
    font-size: .95rem;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 4px;
    letter-spacing: .5px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-color: #f0ede8;
}

ul.mine_design_size li:last-child { margin-bottom: 0;}

/* おすすめポイント */
h3.mine_detail_catch {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #f0ede8;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 游ゴシック, "Yu Gothic";
}


@media screen and (max-width: 768px) {

  .mine_kisei h2.mine_kisei_h2 {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mine_kisei h2.mine_kisei_h2::first-line {
  font-size: .6rem;
}

.mine_desc {
    font-size: .85rem;
    line-height: 2.8;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 5px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}


.mine_design_item {
  width: 50%;
    width: calc(50% - 15px / 2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin: 0 15px 15px 0;
    padding: 18px;
    border: 1px solid #e4e1dd;
    font-family: 游ゴシック, "Yu Gothic";
}

.mine_design_item:nth-child(4n) { margin-right: 15px; }
.mine_design_item:nth-child(2n) { margin-right: 0; }
.mine_design_name { font-size: 1rem; }
.mine_design_item .mine_design_txt { font-size: .85rem; }

ul.mine_design_size li {
   font-size: .85rem;
    margin-bottom: 6px;
    padding: 2px;
}

h3.mine_detail_catch {
    margin: 0 0 20px;
    padding: 10px;
   font-size: 1rem;
}

}
