/*https://store.curasu-effe.jp/?tid=1&tmpl_type=2&ph=9b03daea50e83ad1e3f07b4c8bbbab7b&pid=160737068 */

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
      display: inline-block;

}
button img{
  width: 360px;
}

.text-box .strong{
  font-weight: bold;
}

.p-product-form-stock__input{
  display: inline-block;
}

.p-product-form-stock__input input {
  height: 54px;
  width: 100px;
    margin-right: 10px;
    box-sizing: border-box;
  border: 1px solid #ccc;
}

select{
      width: 300px;
    height: 54px;
    margin-right: 10px;
    box-sizing: border-box;
}

.contact-btn{
  text-align: left!important;
}
.accordion .contact-btn{
  text-align: center!important;
}

h1　.new_mark_img1{
		display: none;
}

.breadcrumb　.new_mark_img1{
		display: none;
}
.new_mark_img1{
  	width: 100px;
    height: 100px;
    position: absolute;
  left: 0px;
  top: 0px;
}

.img-block{
  position: relative;
}

	  .color-ttl{
    @include fs(18);
    margin-bottom: 20px;
    padding-left: 20px;
  }
	.color-list{
		width: 650px;
		text-align: center;
		margin: 0 auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
		margin-bottom: 60px;
	}
.color-list　li{
			margin-right: 25px;
			margin-bottom: 20px;
			display: inline-block;
          width: 30%!important;
}

.color-list　li img{
				width: 100%;
				height: auto;
				padding-bottom: 10px;
}
.color-list　li li:nth-child(3n){
			margin-right: 0px;
}

.other-text{
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
select {
    width: 70%;
    height: 54px;
    margin-right: 5%;
    box-sizing: border-box;
}
.p-product-form-stock__input {
    display: inline-block;
    width: 22%;
}
.p-product-form-stock__input input {
    height: 54px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
  button img {
    width: 100%;
    margin-top: 15px;
}
    .color-ttl{
    @include fs(15);
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .color-list{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
    li{
      margin-bottom: 10px;
       width: 30%;
       @include fs(12);
              margin-right: 5%;
      display: inline-block;
      img{

          width: 100%;
          height: auto;
          padding-bottom: 5px; 
      }
    }
    li:nth-child(3n){
      margin-right: 0px;
    }
  }
}


select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}


select {
  background-image: url(https://file002.shop-pro.jp/PA01393/879/img/post/bottom-arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}

