.proList {
  margin-bottom: 20px;
}
.proList .thumb {
  position: relative;
}
.proList .thumb h4 {
  background-color: #2d2d2d;
  font-family: Quicksand;
  letter-spacing: 12px;
  font-style: normal;
  font-weight: normal;
  color: white;
  margin-bottom: 0px;
  left: 50%;
  top: 50%;
  padding: 10px;
  display: inline-block;
  z-index: 1;
  line-height: 1em;
  font-size: 1.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.7;
}

.proList .cont {
  letter-spacing: 0.08em;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana,
    Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 1.8em;
  font-size: 1rem;
  padding: 20px;
}

.proList .cont h4 {
  font-size: 1.2rem;
  text-align: center;
}

.round_arrow {
  position: relative;
}

.round_arrow::before {
  /* 背景の表示設定 */
  margin-left: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #f3f3f3;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  transition: all 0.3s ease-out;
}
.round_arrow::after {
  /* くの字の表示設定 */
  margin-left: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: 33px;
  border-right-color: #535353;
  border-top-color: #535353;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 13px;
  height: 13px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.round_arrow:hover:before {
  background-color: #a7a7a7;
  cursor: pointer;
}

.round_arrow:hover:after {
  /* くの字の表示設定 */
  border-right-color: white;
  border-top-color: white;
}

.shopItemCol {
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.shopItemCol .col {
  margin-bottom: 25px;
  background-color: #faf8f1;
  padding: 15px;
  position: relative;
}
.shopItemCol .col .thumb {
  margin-bottom: 10px;
}
.shopItemCol .col .thumb img {
  height: auto;
  width: 100%;
}
.shopItemCol .col h4.title {
  color: var(--txtclr02);
  letter-spacing: 1px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 1.2rem;
}
.shopItemCol .col .cont {
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.7em;
  font-size: 90%;
  text-align: right;
}
.shopItemCol .col .comm {
  font-size: 90%;
  line-height: 1.8em;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  color: #535353;
}
/* .shopItemCol .col .btnSqr {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); 
} */
.shopItemCol .col a.btn {
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 20px;
  position: absolute;
  width: 50%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 35px;
  display: block;
  color: white;
  background-color: #224471;
  cursor: pointer;
}
.shopItemCol .col a.btn:hover {
  background-color: #57b8c7;
}
.shopItemCol .col .itemSpec {
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 12px;
}
.shopItemCol .col .itemSpec th {
  padding: 10px;
  font-weight: bold;
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.shopItemCol .col .itemSpec td {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1;
}
.shopItemCol .col .itemSpec {
}
.shopItemCol .col ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.shampooChara {
  padding-bottom: 20px;
}
.shampooChara .col2 .cont {
  font-size: 0.9rem;
  padding: 20px 30px;
}
.shampooChara .col2 .cont h4 {
  font-size: 1.1rem;
  line-height: 1.5em;
  text-align: center;
}
.shampooSpec {
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.shampooSpec .itemCol {
  margin-bottom: 20px;
}
.shampooSpec img {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
}
.shampooSpec .label {
  padding-bottom: 5px;
  padding-top: 6px;
  text-align: center;
  color: white;
  background-color: var(--txtclr03);
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1em;
  display: inline-block;
  font-size: 11px;
  transform: rotate(-7deg);
}
.shampooSpec h4 {
  padding-top: 5px;
  margin-bottom: 10px;
}
.shampooSpec h4 .sub {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  display: block;
}
.shampooSpec .ingredient {
  color: #686868;
  line-height: 1.5em;
  font-size: 11px;
}
ul.vegiGallery {
  padding-left: 20px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-top: 0px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
ul.vegiGallery li {
  padding: 0px;
  margin-right: 1%;
  margin-left: 1%;
  list-style-type: none;
  margin-bottom: 20px;
  width: 23%;
}
ul.vegiGallery li img {
  height: auto;
  width: 100%;
}
ul.vegiGallery {
}
.catList {
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catList .col {
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 20px;
  width: 29%;
}
.catList h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.catList img {
  height: auto;
  width: 100%;
}
.message {
  padding: 20px;
  background-color: #fafafa;
  line-height: 1.8em;
  font-size: 0.9rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.message img.padd10r {
  display: block;
  float: none;
  margin: 15px auto;
}
.message span.spDiv {
  font-size: 0.8rem;
  color: #5a5a5a;
  display: block;
  clear: both;
  line-height: 1.6em;
}
table.effect {
  /* background-color: #fafaeb;
  padding: 5px; */
}
.intoroHoney {
  text-shadow: 0px 0px 2px white;
  background-color: #fdfced;
  /* background-position: -100px center; */
  /* background-repeat: no-repeat; */
  /* background-image: url(../../images/products/honey/bg_intoro.jpg); */
  /* background-size: contain; */
}
.season {
  font-family: "Noto Serif JP";
  text-shadow: 0px 0px 2px #4a320f;
  line-height: 1em;
  padding-top: 22px;
  font-size: 38px;
  display: block;
  text-align: center;
  color: white;
  /* background-color: #d39f39; */
  z-index: 10;
  left: -5px;
  top: -5px;
  margin: auto;
  width: 85px;
  height: 85px;
  position: absolute;
  border-radius: 50%;
  background: -moz-linear-gradient(
    -45deg,
    rgba(211, 168, 59, 0.95) 0%,
    rgba(206, 165, 95, 0.89) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(211, 168, 59, 0.95) 0%,
    rgba(206, 165, 95, 0.89) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(211, 168, 59, 0.95) 0%,
    rgba(206, 165, 95, 0.89) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d3a83b', endColorstr='#e3cea55f',GradientType=1 );
}
.main_kijiImg {
  padding-top: 38%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}
.main_kijiImg h2 {
  text-shadow: 0px 1px 2px black;
  font-family: Amiri;
  font-style: normal;
  font-weight: normal;
  color: white;
  letter-spacing: 2px;
  line-height: 1em;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align: center;
}
.main_kijiImg .sub {
  text-shadow: 0px 1px 2px black;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: normal;
  color: white;
  letter-spacing: 5px;
  line-height: 1em;
  font-size: 1rem;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align: center;
}
.main_kijiImg.vegitable {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/main_vegi.jpg);
  background-size: cover;
}
.main_kijiImg.honey {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/main_tennai2.jpg);
  background-size: cover;
}
.main_kijiImg.amenity {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/main_amenity.jpg);
  background-size: cover;
}
.review {
  padding: 30px;
}
ul.voiceList {
  max-width: 1000px;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.voiceList li {
  font-size: 0.85rem;
  line-height: 1.7em;
  list-style: none;
  width: 31%;
  margin: 1%;
  padding: 20px;
  background-color: #e8e8e8;
}
ul.voiceList li strong {
  display: inline-block;
  padding-bottom: 12px;
}

/*------------------------------SP用------------------------------*/
for_____SP {
}
@media screen and (max-width: 414px) {
  .main_kijiImg {
    padding-top: 80%;
    width: 100%;
  }
  ul.voiceList {
    flex-direction: column;
  }
  ul.voiceList li {
    width: 100%;
  }
}
/*------------------------------Tab用------------------------------*/
for_____Tab {
}
@media screen and (min-width: 415px) and (max-width: 959px) {
  .shopItemCol {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shopItemCol .col {
    margin-bottom: 25px;
    background-color: #faf8f1;
    padding: 15px;
    position: relative;
    margin-right: 1%;
    margin-left: 1%;
    width: 48%;
  }
}
/*------------------------------PC用------------------------------*/
for_____PC {
}
@media screen and (min-width: 960px) {
  .proList {
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  .proList .thumb {
    position: relative;
  }
  .proList .thumb h4 {
    background-color: #2d2d2d;
    font-family: Quicksand;
    letter-spacing: 12px;
    font-style: normal;
    font-weight: normal;
    color: white;
    margin-bottom: 0px;
    left: 50%;
    top: 50%;
    padding: 10px;
    display: inline-block;
    z-index: 1;
    line-height: 1em;
    font-size: 14px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.7;
  }

  .proList .cont {
    letter-spacing: 0.08em;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana,
      Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.8em;
    font-size: 1rem;
    padding-right: 80px;
    padding-left: 80px;
  }

  .proList .cont h4 {
    color: var(--txtclr02);
    font-size: 24px;
  }

  .round_arrow {
    position: relative;
  }

  .round_arrow::before {
    /* 背景の表示設定 */
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #dbdbdb;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 40px; /* 横幅 */
    height: 40px; /* 高さ */
    border-radius: 50%; /* 角の丸み */
    transition: all 0.3s ease-out;
  }
  .round_arrow::after {
    /* くの字の表示設定 */
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: 33px;
    border-right-color: #535353;
    border-top-color: #535353;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 13px;
    height: 13px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
  }

  .round_arrow:hover:before {
    background-color: #a7a7a7;
    cursor: pointer;
  }

  .round_arrow:hover:after {
    /* くの字の表示設定 */
    border-right-color: white;
    border-top-color: white;
  }

  .shopItemCol {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .shopItemCol .col {
    margin-bottom: 25px;
    background-color: #faf8f1;
    padding: 15px;
    position: relative;
    margin-right: 1.1%;
    margin-left: 1.1%;
    width: 31%;
  }
  .shopItemCol .col .thumb {
    margin-bottom: 10px;
  }
  .shopItemCol .col .thumb img {
    height: auto;
    width: 100%;
  }
  .shopItemCol .col h4.title {
    letter-spacing: 1px;
    color: var(--txtclr02);
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 19px;
  }
  .shopItemCol .col .cont {
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.7em;
    font-size: 90%;
    text-align: right;
  }
  .shopItemCol .col .comm {
    font-size: 90%;
    line-height: 1.8em;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    color: #535353;
  }
  .shopItemCol .col .btnSqr {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); /*左右中央寄せ*/
  }
  .shopItemCol .col a.btn {
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: 20px;
    position: absolute;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 35px;
    display: block;
    color: white;
    background-color: #224471;
    cursor: pointer;
  }
  .shopItemCol .col a.btn:hover {
    background-color: #57b8c7;
  }
  .shopItemCol .col .itemSpec {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 12px;
  }
  .shopItemCol .col .itemSpec th {
    padding: 10px;
    font-weight: bold;
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .shopItemCol .col .itemSpec td {
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
  }
  .shopItemCol .col .itemSpec {
  }
  .shampooChara {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .shampooChara .col2 .cont {
    padding-right: 80px;
    padding-left: 80px;
  }
  .shampooChara .col2 .cont h4 {
    line-height: 1.5em;
    text-align: center;
  }
  .shampooSpec {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shampooSpec .itemCol {
    width: 23%;
  }
  .shampooSpec img {
    margin-bottom: 10px;
    height: auto;
    width: 100%;
  }
  .shampooSpec .label {
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    color: white;
    background-color: var(--txtclr03);
    padding-right: 8px;
    padding-left: 8px;
    line-height: 1em;
    display: inline-block;
    font-size: 11px;
    transform: rotate(-7deg);
  }
  .shampooSpec h4 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .shampooSpec h4 .sub {
    color: #535353;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    display: block;
  }
  .shampooSpec .ingredient {
    color: #686868;
    line-height: 1.5em;
    font-size: 11px;
  }
  ul.vegiGallery {
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-top: 0px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
  }
  ul.vegiGallery li {
    padding: 0px;
    margin-right: 1%;
    margin-left: 1%;
    list-style-type: none;
    margin-bottom: 20px;
    width: 23%;
  }
  ul.vegiGallery li img {
    height: auto;
    width: 100%;
  }
  ul.vegiGallery {
  }
  .catList {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catList .col {
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 20px;
    width: 29%;
  }
  .catList h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .catList img {
    height: auto;
    width: 100%;
  }
  .message {
    padding-left: 60px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-top: 30px;
    background-color: #fafafa;
    line-height: 1.8em;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
  }
  table.effect {
    /* background-color: #fafaeb;
    padding: 15px; */
  }
  .intoroHoney {
    text-shadow: 0px 0px 2px white;
    /* background-color: #fdfced; */
    background-position: -100px center;
    background-repeat: no-repeat;
    background-image: url(../../images/products/honey/bg_intoro.jpg);
    background-size: contain;
    background-color: rgba(253, 252, 237, 0.7);
    background-blend-mode: lighten;
  }
  /* .season {
    font-family: "Noto Serif JP";
    text-shadow: 0px 0px 2px #4a320f;
    line-height: 1em;
    padding-top: 16px;
    font-size: 22px;
    width: 55px;
    display: block;
    text-align: center;
    color: white;
    background-color: #d39f39;
    z-index: 10;
    left: -5px;
    top: -5px;
    margin: auto;
    height: 55px;
    position: absolute;
    border-radius: 50%;
  } */
  .main_kijiImg {
    padding-top: 38%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    width: 100%;
  }
  .main_kijiImg h2 {
    text-shadow: 0px 1px 2px black;
    font-family: Amiri;
    font-style: normal;
    font-weight: normal;
    color: white;
    letter-spacing: 10px;
    line-height: 1em;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }
  .main_kijiImg .sub {
    text-shadow: 0px 1px 2px black;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: normal;
    color: white;
    letter-spacing: 5px;
    line-height: 1em;
    font-size: 14px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }
  .main_kijiImg.vegitable {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/main_vegi.jpg);
    background-size: cover;
  }
  .main_kijiImg.honey {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/main_tennai2.jpg);
    background-size: cover;
  }
  .main_kijiImg.amenity {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/main_amenity.jpg);
    background-size: cover;
  }
}
