.input-prepend.input-append {
  display: flex;
  align-items: stretch;
  height: 50px;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  height: 100%;
  text-align: right;
}

.input-prepend.input-append .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 商品説明用 */
.productExplanation p {
  margin-bottom: 1em;
}

.sanshuSet {
  margin-bottom: 50px;
}
.sanshuSet img {
  display: block;
  width: 100%;
  height: auto;
}

.howto {
  margin-top: 50px;
  background-color: #edf8ff;
  border: 4px solid #005cac;
  border-radius: 10px;
  overflow: hidden;
}
.howto img {
  margin-bottom: 1em;
}
.howto__heading {
  margin: 0 !important;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #005cac;
}
.howto__content {
  padding: 15px;
}
.howto__step {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #005cac;
  font-size: 18px;
  font-weight: bold;
}

/* 共通 */
:root {
  --main-color: #005cac;
  --white: #fff;
  --bg-gray: #f7f7f7;
}
.heading-lg {
  margin-bottom: 1em;
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
}
.heading-md {
  margin-bottom: 1em;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}
.paragraph {
  margin-bottom: 1em;
  font-size: 14px;
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* ミネラルページ */
.mineral_content {
  text-align: center;
}
.mineral_content > * {
  margin-bottom: 30px;
}
.mineral_lead {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}
.mineral_youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.mineral_youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mineral_howto {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  padding-top: 40px;
  text-align: left;
  background-color: var(--bg-gray);
  border-radius: 10px;
}
.mineral_howto p:not(.mineral_howto__title) {
  margin-bottom: 1em;
  color: #4d4d4d;
}
.mineral_howto p:last-child {
  margin-bottom: 0;
}
.mineral_howto__title {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 140px;
  height: 36px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 18px;
}

@media (min-width: 768px) {
  /* ミネラルページ */
  .mineral_lead {
    margin-top: 50px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .howto__heading {
    font-size: 28px;
  }
  .howto__content {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  /* 共通 */
  .heading-lg {
    font-size: 36px;
  }
  .heading-md {
    font-size: 24px;
  }
  .paragraph {
    font-size: 16px;
  }
  .image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  /* ミネラルページ */
  .mineral_content {
    font-size: 16px;
  }

  .mineral_content > * {
    margin-bottom: 50px;
  }
  .mineral_lead {
    margin-top: 80px;
    font-size: 32px;
  }
}

/* ---------- 詳細ページ共通 ---------- */

/*youtube埋め込み*/
.youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe{
  width: 100%;
  height: 100%; 
}

@media (min-width: 768px){
  .youtube{
    width: 50%;  
  }
}

/*タイトル 20px - 30px*/
.fs-2030 h3{
   color:#249416;
   font-size: 20px;
   font-weight: bold;　 
}
.fs-2030 .stone{
  color:#e76565;
}

@media (min-width: 768px){
  .fs-2030 h3{
    font-size: 30px;
  }
}

/* 画像を入れる*/
.detail-img img{
  margin: 0 auto;
}
.detail-img-flex{
  display:flex;
  flex-wrap: wrap;
}
.detail-img-flex img{
  width:100%;
  height: 100%;
  padding: 0 10px;
 margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detail-img img{
    margin: 15px auto;
    padding: 0 60px;
  }
}

/* タイトル背景色あり*/
.detail-title{
   text-align: center;
   color:#fff;
   font-size:20px;
   padding:10px 0;
}

@media (min-width: 768px) {
  .detail-img-flex img{
  width:50%
 }
  .detail-title{
   font-size:32px
 }
  .detail-img-flex img{
  margin-bottom: 0;
 }
}

/* 背景色の中にflex*/
.color_box{
  padding: 15px;
  margin:60px 0 30px;
  background: #dbd2af;
}
.color_box.cassis_bgc{
  background: #f3f2f2;
}
.color_box_title{
  margin-top: -35px;
}
.color_box_title img{
  margin: 0 auto;
}
.color_box_flex{
  display:flex;
  flex-wrap: wrap;
}
.color_box_flexitem{
  padding:0 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .color_box_title{
  margin-top: -45px;
 }
  .color_box_flex{
  padding: 20px;
 }
.color_box_flexitem{
  width:50%;
  margin-bottom: 0;
 }
}

/* 黄金のお酢 */
.p143457029_title {
  margin-bottom: 30px;
  text-align: center;
}
.p143457029_title img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p143457029_text {
  margin-bottom: 30px;
}
.p143457029_img {
  margin-bottom: 30px;
}
.p143457029_img img {
  width: 100%;
  height: auto;
}
.p143457029_box {
  padding: 15px;
  background: #f4ecdf;
}

@media (min-width: 768px) {
  .p143457029_box {
    padding: 40px;
  }
}

/* バスソルト */
.p163775385_title {
  margin: 30px 0;
  text-align: center;
}
.p163775385_title2 {
  text-align: center;
}
.p163775385_title2  img{
  margin:0 auto;
}
.p163775385_title img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p163775385_img{
  display:block;
  margin-bottom: 30px;
}
.p163775385_img img{
  width:100%;
  padding:0 20px;
}
.p163775385_box {
  padding: 15px;
  margin:30px 0;
  background: #f4ecdd;
}
.osusume{
  text-align: center;
}
.osusume h2{
  color:#4686b4;
  font-size:20px;
}
.osusume p{
  font-size:14px;
}
.voice{
  display:flex;
  flex-wrap: wrap;
  background:#ffffff;
  padding:20px 0;
}
.p163775385_text{
  line-height: 2;
  width:100%;
  padding:0 20px;
}
.ohada{
  font-size:16px;
  text-align: center;
  font-weight: bold;
}
.ohada span{
  color:#d76161;
}
@media (min-width: 768px) {
  .p163775385_img{
    display:flex;
    margin-bottom: 50px;
  }
  .p163775385_img img{
  width:50%;
 }
  .p163775385_box {
  padding: 15px 30px;
}
  .p163775385_text{
  width:50%;
 }
  .osusume h2{
  font-size:22px;
}
  .osusume p{
  font-size:18px;
}
  .ohada{
  font-size:32px;
 }
}

/* 洗剤*/
.p177720883_title {
  margin: 15px 0;
  text-align: center;
}
.p177720883_title img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p177720883_img{
  display:block;
  margin-bottom: 10px;
}
.p177720883_img img{
  width:100%;
  padding-left:10px;
  padding-right:20px;
}
.detergent{
  max-width:350px;
  margin:0 auto;
  font-size:14px;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p177720883_title {
   margin: 30px 0;
   text-align: center;
  }
  .detergent{
   max-width:750px;
   margin:0 auto;
   font-size:26px;
  }
  .p177720883_img{
   display:flex;
   margin-bottom: 30px;
 }
  .p177720883_img img{
   width:50%;
  }
}
.eco{
  text-align: center;
  font-weight: bold;
  color:#beac7a;
}
.eco p:first-child{
  font-size:16px;
  margin-bottom: 10px;
}
.eco p:last-child{
  font-size:14px;
}
.eco .t-pink{
   color:#e7a4a4;
}
@media (min-width: 768px) {
   .eco p:first-child{
    font-size:32px;
  }
  .eco p:last-child{
  font-size:22px;
  }
}

/* ごまどれ */
.p174833798_title {
  margin: 0;
  text-align: center;
}
.p174833798_title2 {
  text-align: center;
}
.p174833798_title2  img{
  margin:0 auto;
}
.p174833798_title img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p174833798_img{
  display:block;
  margin-bottom: 30px;
}
.p174833798_img img{
  width:100%;
  padding:0 20px;
}
.jonetsu_title{
  margin-top: -55px;
}
.jonetsu_title img{
  margin: 0 auto;
}
.jonetsu_box{
  padding: 15px;
  margin:60px 0 30px;
  background: #dbd2af;
}
.jonetsu{
  display:flex;
  flex-wrap: wrap;
}
.p174833798_text{
  padding:0 20px;
}
.gomadore p{
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p174833798_title {
  margin-top: 30px ;
}
  .p174833798_img{
    display:flex;
    margin-bottom: 50px;
  }
  .p174833798_img img{
  width:50%;
 }
  .p174833798_text{
  width:50%;
 }
  .jonetsu{
  padding: 20px;
}
  .jonetsu_title{
  margin-top: -65px;
}
  .gomadore p{
  font-size:18px;
  text-align: center;
}
}

/* デーツ*/
.detail-title .dates01{
   text-align: center;
   color:#fff;
   font-size:20px;
   padding:10px 0;
   background:#9d4229;
}

@media (min-width: 768px) {
  .detail-title .dates01{
   font-size:32px
 }
}

/* コロコロマカダミア*/
.detail-title .korokoro{
   padding:10px 0;
   font-weight:bold;
   background:#fa8718;
}

@media (min-width: 768px) {
  .detail-title .korokoro{
   font-size:32px
 }
}


/*カートに入れるボタン*/
.productContent__cart{
  background:#ff9900 !important;
  font-size:20px;
  font-weight:bold;
}

/*レビュー投稿*/
.review--contents p{
  margin-left: 10px;
  padding-left: 20px;
  background: url(https://img07.shop-pro.jp/PA01405/091/etc_base64/YXJyb3ctb3Jhbmdl.png?cmsp_timestamp=20240718124329) 0 3px / 12px auto no-repeat;
  background-position: left center;
}

.review--contents p a{
  font-size:16px;
  font-weight: bold;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster{
  margin-left: 0;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.reviewarea{
  margin: 60px 0 ;
}
@media (min-width: 768px) {
 .reviewarea{
  margin: 120px 0 ;
 }
}

/*お気に入りボタン*/
.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0 0 20px;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/*塩のページ*/
.t-orange{
  color:#ff9900;
  font-weight: bold;
  text-align: left;
}
.component{
   text-align: center;
}
.component h2{
   color:#1f4c9e;
}
div.deleteBr{
  width:100%;
  margin-bottom: -1px;
}
div.deleteBr table{
  width:100%;
}
.component h2{
  font-size:18px;
}
.component-table br {
  display: none;
}
.component-table th,.component-table td{
  border:1px solid #ccc;
  font-size:12px;
  padding: 5px;
}
.component-table th{
  width:28%;
  background:#edf3f8;
}
.component-table td{
  width:22%;
}
.component-title{
  color:#fff;
  text-align: center;
  background:#1f4c9e;
  padding: 5px 20px;
  font-weight: bold;
}
.component-image{
  display:flex;
}
.component-image .image-list{
  width:50%;
  padding:10px;
}
.component-image .document{
  color:#1f4c9e;
  padding:5px 10px;
  text-align: center;
  border:2px solid #1f4c9e;
  border-radius: 9999px;
}

@media (min-width: 1080px) {
  .t-orange{
  font-size:20px;
  margin-top: 10px;  
  text-align: center;
  }
  .component h2{
   font-size:28px;
  }
  div.deleteBr{
   width:50%;
   margin-right: -1px;  
  }
  .component-table{
    display:flex;
  }
  .component-table th,.component-table td{
    font-size:14px;
  }
  .component-image .image-list{
    padding:30px;
  }
}
  
  
  
  
  