@charset "utf-8";
@import url("root.css");

/***************************************
-------------- ITEM DETAIL --------------
***************************************/


#items_detail .result_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(25px, 5vw, 50px) 2%;
}

#items_detail .items_ttl_img {
	display: block;
	width: 100%;
	margin: 0 auto 0;
}
.result_img img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.result_box {
  width: calc(94% / 4);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.txt_wrap p.cat {
  width: 100%;
  background: var(--base-color01);
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.txt_wrap .date {
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  margin: 10px;
  line-height: 1.0;
}

.item_detail_txt {
   h2.subttl {
    width: 100%;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: bold;
    margin-top: clamp(15px, 3vw, 30px);
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--base-color01);
    margin-bottom: 2rem;
   }
   p {
    margin-bottom: 2rem;
    a {
      text-decoration: underline;
      color: var(--color_gr01b);
      font-weight: bold;
    }
   }
}


@media (max-width: 768px) {
  .result_box {
    width: calc(96% / 3);
  }
  #items_detail .desc {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .result_box {
    width: calc(98% / 2);
  }
}








/*******注意書き********/
#items_detail .tips_wrap {
  display: block;
  width: 100%;
  background: #fafafa !important;
  padding: min(10px, 1.5%) min(20px, 2.5%);
  border: 4px double var(--base-color01);
}

#items_detail .tips {
  width: 100%;
}

#items_detail .tips dt {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #333;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #ddd;
  margin-bottom: 1rem;

}
#items_detail .tips dt::before {
  content: "";
  display: block;
  background: url(../img/svg/icn_check_rd.svg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 20px;
  height: auto;
  margin-top: 3px;
  margin-right: 10px;
  aspect-ratio: 86/75;
  object-fit: cover;
}

#items_detail .tips dd {
  font-size: 18px;
  margin-left: 20px;
  line-height: 1.5;
}

#items_detail .tips dd::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--base-color01);
  margin-right: 10px;
  margin-left: -20px;
}

.piano.store_address {
  width: 100%;
  margin-bottom: clamp(10px, 2vw, 20px);
  padding: clamp(10px, 2vw, 20px);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  p {
    width: 100%;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    border-bottom-color: var(--base-color01);
    margin-bottom: 2rem;
  }
  .phone_num {
    width: 49%;
    a {
      display: flex;
      height: clamp(60px,20vw, 80px);
      color: #fff;
      border-radius: 8px;
      padding: 10px 10px 15px;
      font-size: clamp(2.4rem, 4vw, 3.6rem);
      background: linear-gradient(#c80000, #990000);
      span {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      span:nth-of-type(1)::before {
        flex-shrink: 0;
        content: "";
        display: block;
        background: url(../img/svg/icn_tel_wh.svg) no-repeat;
        background-position: center center;
        background-size: contain;
        width: clamp(2.4rem, 4vw, 3.6rem) !important;
        height: auto;
        margin-right: 10px;
        aspect-ratio: 31 / 25;
        object-fit: cover;
        flex-shrink: 0;
      }
      span:nth-of-type(2) {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        margin-top: .5rem;
        line-height: 1.0;
      }
    }
    a::before {
      content: none;
    }
  }
  .form_link {
    width: 49%;
    a {
      width: 100%;
      height: clamp(60px, 20vw, 80px);
      margin: 0;
      padding: 5px 10px 7px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 1.0;
      color: #fff;
      font-size: clamp(2rem, 3vw, 2.8rem);
      font-weight: 600;
      border-radius: 8px;
      background: linear-gradient(var(--color_gr01c),var(--color_gr01a));
      span {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      span:nth-of-type(1)::before {
        flex-shrink: 0;
        content: "";
        display: block;
        background: url(../img/svg/icn_mail_wh.svg) no-repeat;
        background-position: center center;
        background-size: contain;
        width: clamp(2.4rem, 4vw, 3.6rem) !important;
        height: auto;
        margin-right: 10px;
        aspect-ratio: 31 / 25;
        object-fit: cover;
        flex-shrink: 0;
      }
      span:nth-of-type(2) {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        margin-top: .5rem;
        line-height: 1.0;
      }
    }
    a::before {
      content: none;
    }
  }
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {

}

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

.piano.store_address {
  flex-direction: column;
  .form_link,
  .phone_num {
    width: 100%;
  }
  .form_link {
    margin-top: 2rem;
  }
}

}

/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
}
