@charset "utf-8";
/* CSS Document */
h3,h4,h5,h6 {
  font-family: Roboto, Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  margin-bottom: 0;
}
p {
  margin-bottom: 16px;
}
.h3_title {
  margin: 30px auto;
  border-top: 1px solid #006785;
  border-bottom: 1px solid #006785;
  padding: 20px 0;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #006785;
  font-size: 18px;
}
.h3_title img {
  width: 160px;
}
.oneCard {
  margin: 0 0 40px;
  background: #F3F3F3;
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding: 20px 4%;
  text-align: left;
}
.cardContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leftIImg ,
.leftIImg img {
  width: 100%;
}
.leftIImg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.leftIImg img:nth-child(2) ,
.leftIImg img:nth-child(3) {
  width:calc(100% / 2 - 5px);
}
.rightTxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rightTxt h4 {
  margin-bottom: 0;
  color: #006785;
  font-weight: bold;
}
h4 .kana {
  margin-left: .5rem;
  font-size: 60%;
}
.tag_clr span {
  color: #ffffff;
  padding: 2px 4px;
  margin-right: 4px;
  background: #464646;
  font-size: 12px;
}
.tag_clr .bg_g_este {
  background: #FFA6A6;
}
.tag_clr .bg_g_physio {
  background: #59B10C;
}
.tag_clr .bg_coupon {
  background: #E9B302;
}
.leftIImg h5,
.rightTxt h5 {
  line-height: 1.4rem;
  color: #464646;
  font-weight: bold;
  padding: 0;
  margin: 0 0;
}
.iconList li {
  margin-bottom: 8px;
  font-size: 14px;
}
.iconList li span {
  width: 18px;
  height: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-right: 8px;
}
.iconList li span.add {
  background: url("../img/products/cellumaShop/icon_add.svg") no-repeat;
  background-size: 16px;
}
.iconList li span.acc {
  background: url("../img/products/cellumaShop/icon_acc.svg") no-repeat;
  background-size: 16px;
}
.iconList li span.time {
  background: url("../img/products/cellumaShop/icon_time.svg") no-repeat;
  background-size: 16px;
}
.iconList li span.pay {
  background: url("../img/products/cellumaShop/icon_pay.svg") no-repeat;
  background-size: 16px;
}
.iconList li span.holiday {
  background: url("../img/products/cellumaShop/icon_yasumi.svg") no-repeat;
  background-size: 16px;
}
.cell_menu span {
  margin-right: 4px;
}
span.icon_acne {
  background: #0068b7;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 16px;
  border: none;
}
span.icon_aging {
  background: #cd2d1e;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 16px;
  border: none;
}
span.icon_pain {
  background: #f29100;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 16px;
  border: none;
}
span.icon_contour {
  background: #ac3d88;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 16px;
  border: none;
}
span.icon_hair {
  background: #0c958c;
  color: #ffffff;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 16px;
  border: none;
}
.btnToDetail {
  margin: 20px auto 10px;
  width: 90%;
  display: flex;
  gap: 10px;
  max-width: 300px;
}
.btnToDetail.one {
  width: 145px;
}
.btnToDetail a {
  display: block;
  background: #006785;
  border: 1px solid #006785;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .1rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: background-color .3s 0s ease, color .3s 0s ease;
  transition: background-color .3s 0s ease, color .3s 0s ease;
}
.btnToDetail a:after {
    content: "";
    background: url(../img/products/cellumaShop/arrow.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.btnToDetail a:hover {
  background: linear-gradient(140deg,rgba(0, 103, 133, 1) 0%, rgba(10, 51, 64, 1) 70%);
}
.shopSns dl, .shopSns dt, .shopSns dd {
    margin: 0px;
}
.shopSns dt {
    color: rgb(135, 135, 135);
}
.snsList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 16px;
    gap: 10px;
}
.snsList li a {
    width: 24px;
    display: block;
}



@media screen and (min-width: 768px) {
.oneCard {
  padding: 30px 20px;
  margin-bottom: 60px;
}
.cardContent {
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.leftIImg {
    width: 45%;
    max-width: 490px;
}
.rightTxt {
    width: calc(100% - 45% );
  gap: 0;
}
.leftIImg h5,
.rightTxt h5 {
    line-height: 1.7rem;
}
.inner.pt40 {
  padding-top: 40px;
}
.rightTxt h4 {
  font-size: 18px;
}
a[href^="tel:"] {
    pointer-events: inherit;
}
}
 @media screen and (min-width: 960px) {
.oneCard {
  padding: 40px;
}
.cardContent {
    gap: 30px;
  }
}
 