@charset "UTF-8";
@media screen and (max-width: 768px) {
  .contents-wrapper {
    min-width: inherit;
  }
}
.name.news-name,
.category-list-name,
.title {
  font-weight: 300;
}
/* slider
----------------------------------------------- */
#container .sc-carousel-slick {
  height: inherit;
}
#container .sc-carousel-slick div img {
  width: 100%;
}
#container .sc-carousel-slick-nav {
  display: none;
}
@media screen and (max-width: 800px) {
  article#container div.contents-wrapper > div.sc-carousel-slider {
    display: block;
  }
}
/* 人気の商品
----------------------------------------------- */
article#container div.contents-wrapper > div.category-list-Popular {
  padding: 11px 0 50px 0;
  min-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article#container div.contents-wrapper > div.category-list-Popular {
    min-width: inherit;
  }
}
#container .category-list-desc {
  font-size: 14px;
}
div.category-list-Popular div.category-icon {
  overflow: hidden;
}
div.category-list-Popular div.category-icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.category-list-Popular div.category-icon img:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#container .category-list-Popular .category-text {
  margin-top: 15px;
}
#container .category-list-Popular .category-text .category-name a,
#container .category-list-Popular .category-text .desc {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}
#container .category-list-Popular .category-text .badge {
  display: none;
}
article#container div.category-list div.list-items {
  max-width: 1024px;
  margin: 0 auto;
}
article#container div.category-list-single div.list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* 悩み・目的から選ぶ
----------------------------------------------- */
article#container div.contents-wrapper div.category-list-Trouble,
article#container div.contents-wrapper div.category-list-Category {
  padding: 51px 0 50px 0;
  min-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article#container div.contents-wrapper div.category-list-Trouble,
  article#container div.contents-wrapper div.category-list-Category {
    min-width: inherit;
  }
}
article#container div.category-list-single div.list-item div.category-name {
  position: static !important;
}
article#container div.category-list-single div.list-item {
  padding: 0;
  width: auto;
  cursor: pointer;
}
article#container div.category-list-single div.list-item img {
  vertical-align: bottom;
}
div.category-list-Trouble div.list-item div.category-icon a,
div.category-list-Category div.list-item div.category-icon a {
  display: block;
  overflow: hidden;
}
div.category-list-Trouble div.list-item div.category-text div.category-name .badge,
div.category-list-Category div.list-item div.category-text div.category-name .badge {
  display: none;
}
div.category-list-Trouble div.list-item div.category-text div.category-name .detail-icon,
div.category-list-Category div.list-item div.category-text div.category-name .detail-icon {
  background: none;
  font-weight: normal;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 3px 0 1px 0;
  color: #ffffff;
  font-style: normal;
  font-size: 14px;
  margin: auto;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  z-index: 100;
  background-image: url(../img/parts/arrow_w.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  div.category-list-Trouble div.list-item div.category-text div.category-name .detail-icon,
  div.category-list-Category div.list-item div.category-text div.category-name .detail-icon {
    bottom: 40px;
  }
}
div.category-list-Trouble div.list-item div.category-text div.category-name .detail-icon:before,
div.category-list-Category div.list-item div.category-text div.category-name .detail-icon:before {
  content: "詳細はこちら ";
  display: inline-block;
  padding-right: 10px;
}
/* カテゴリから選ぶ
----------------------------------------------- */
div.category-list-Category div.list-item {
  text-align: center;
  position: relative;
  padding: 0;
}
div.category-list-Trouble div.list-item div.category-text,
div.category-list-Category div.list-item div.category-text {
  border: 1px solid #c1a95f;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: 10;
  box-sizing: border-box;
}
div.category-list-Trouble div.list-item div.category-text span,
div.category-list-Category div.list-item div.category-text span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 0;
}
div.category-list-Trouble div.list-item div.category-text div.category-name,
div.category-list-Category div.list-item div.category-text div.category-name {
  color: #ffffff;
  width: 80%;
  left: 10%;
  top: 40%;
  z-index: 10;
}
div.category-list-Trouble div.list-items div.category-name a, div.category-list-Category div.list-items div.category-name a {
  display: flex;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  left: -20px;
  top: -20px;
  z-index: 110;
}
/* hover ----------------------- */
div.category-list-Trouble div.list-item.btn_hover div.category-text span,
div.category-list-Category div.list-item.btn_hover div.category-text span {
  background: #ffffff;
  opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.category-list-Trouble div.list-item.btn_hover div.category-text div.category-name,
div.category-list-Category div.list-item.btn_hover div.category-text div.category-name {
  border-color: #b49c59;
  color: #b49c59;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.category-list-Trouble div.list-item.btn_hover div.category-text div.category-name .detail-icon,
div.category-list-Category div.list-item.btn_hover div.category-text div.category-name .detail-icon {
  background: #b49c59;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.list-item.btn_hover div.category-icon a,
div.list-item.btn_hover div.category-icon a {
  overflow: hidden;
}
div.list-item div.category-icon img,
div.list-item div.category-icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
}
div.list-item.btn_hover div.category-icon img,
div.list-item.btn_hover div.category-icon img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* お客様の声
----------------------------------------------- */
#voice {
  padding-top: 39px !important;
  padding-bottom: 98px;
  background: url(../../../../resources/img/parts/voice_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #voice {
    min-width: inherit;
  }
}
#voice > div.wrapper {
  max-width: 989px;
  margin: 0 auto;
}
.voice-nav li {
  font-size: 14px;
  cursor: pointer;
}
.voice-nav li:hover {
  background: #c1a95f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.voice-nav li.active {
  background: #c1a95f;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.voice-nav li.active::after {
  content: "";
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #c1a95f transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 90px;
  bottom: -10px;
}
div#voice ul.voice-nav > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0.5em;
  border-bottom: 4px solid #c1a95f;
}
div#voice ul.voice-nav > li.active {
  background-color: #c1a95f;
}
div#voice div.voice-contents {
  width: 100%;
  height: 270px;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
}
div#voice div.voice-contents ul {
  padding: 25px 10px 50px 10px;
}
div#voice div.voice-contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  font-size: 14px;
  padding: 25px 0 52px 0;
  position: relative;
}
div#voice div.voice-contents ul li:first-child::before {
  content: none;
}
div#voice div.voice-contents ul li::before {
  content: "";
  width: 480px;
  height: 1px;
  background: #b0b8c1;
  top: 0;
  right: 138px;
  position: absolute;
}
div#voice div.voice-contents ul li div.voice-letter {
  padding-left: 80px;
}
div#voice div.voice-contents ul li div.voice-user span.item {
  position: absolute;
  bottom: -24px;
  font-size: 14px;
  background: none;
  color: #444444;
}
/* お知らせ
----------------------------------------------- */
article#container div.contents-wrapper > div.newslist-NEWS {
  padding: 51px 0 50px 0;
  min-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article#container div.contents-wrapper > div.newslist-NEWS {
    min-width: inherit;
  }
}
div.newslist-NEWS div.panel-body {
  margin-bottom: 0;
}
article#container .description {
  font-size: 14px;
}
article#container .panel-newslist {
  max-width: 650px;
  margin: 0 auto;
}
div.news-entries div.news-entry div.entry-text {
  width: 100%;
}
div.news-entries div.header div.meta div.release-date {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
  font-size: 14px;
}
div.news-entries div.header div.meta div.release-date span.news-new {
  background: #c1a95f;
  padding: 0 5px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 5px;
}
div.news-entries div.header div.headline {
  font-size: 14px;
  font-weight: normal;
  width: 80%;
}
div.news-entries div.body {
  padding: 1em 2em;
  font-size: 14px;
}
div.news-archives-link a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: 14px;
}
div.news-archives-link a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: -20px;
  margin-right: 10px;
}
/* 宝仙堂とは
----------------------------------------------- */
article#container div.contents-wrapper > div#about {
  padding: 90px 0;
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  article#container div.contents-wrapper > div#about {
    min-width: inherit;
  }
}
#about div.wrapper {
  color: #072956;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/top/about_box_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 490px;
  margin: 0 auto;
  padding: 40px;
}
div.top-contents div.desc {
  font-size: 14px;
}
div.top-contents div.body {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #category {
    padding-top: 50px !important;
  }
  #trouble {
    padding-top: 50px !important;
  }
  article#container div.contents-wrapper div.category-list-Trouble,
  article#container div.contents-wrapper div.category-list-Category {
    padding: calc(51px) 3% 50px;
  }
  /* スライダー
    ----------------------------------------------- */
  article#container div.contents-wrapper > div.sc-carousel-slider {
    display: block;
  }
  #container .sc-carousel-slider {
    min-height: 220px;
  }
  #container .sc-carousel-slick div a {
    height: 50vw;
    min-height: 220px;
  }
  div.sc-carousel-slider div.sc-carousel-slick {
    display: none;
    height: 50vw;
    min-height: 220px;
  }
  /* 各セクション共通タイトル
    ----------------------------------------------- */
  div.top-contents div.title,
  div.newslist div.panel-heading div.name,
  div.category-list div.category-list-name {
    text-align: center;
    color: #072956;
    font-size: 1.8em;
    font-style: oblique;
    white-space: nowrap;
    font-weight: 300;
  }
  div.top-contents div.title,
  div.newslist div.panel-heading div.name,
  div.category-list div.category-list-name {
    white-space: normal;
    font-weight: 300;
  }
  div.top-contents div.title:before,
  div.newslist div.panel-heading div.name:before,
  div.category-list div.category-list-name:before {
    width: 10%;
    background-size: contain;
    margin-right: 5px;
  }
  div.top-contents div.title:after,
  div.newslist div.panel-heading div.name:after,
  div.category-list div.category-list-name:after {
    width: 10%;
    background-size: contain;
    margin-left: 5px;
  }
  /* 人気の商品
    ----------------------------------------------- */
  article#container div.contents-wrapper > div.category-list-Popular {
    width: 94%;
    margin: 0 auto;
    padding-top: 100px;
  }
  article#container div.category-list div.list-items {
    width: 100%;
  }
  article#container div.category-list-single div.list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article#container div.category-list-single div.list-item {
    width: 49%;
    padding: 0;
    margin-bottom: 15px;
  }
  article#container div.category-list-single div.list-item img {
    width: 100%;
  }
  div.category-list-Popular div.category-icon {
    padding: 10px;
  }
  #container .category-list-Popular .category-text .category-name a,
  #container .category-list-Popular .category-text .desc {
    text-decoration: none;
    font-size: 13px;
  }
  #container .category-list-Popular .category-text .category-name {
    position: static !important;
  }
  div.category-list-Popular div.category-icon img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* 悩み・目的から選ぶ
    ----------------------------------------------- */
  .sc.category-list.category-list-Trouble.category-list-single,
  .sc.category-list.category-list-Category.category-list-single {
    padding: calc(51px) 3% 50px;
  }
  div.category-list-Trouble div.list-item div.category-text,
  div.category-list-Category div.list-item div.category-text {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  div.category-list-Trouble div.list-item div.category-text div.category-name,
  div.category-list-Category div.list-item div.category-text div.category-name {
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
  }
  div.category-list-Trouble div.list-item div.category-text div.category-name a,
  div.category-list-Category div.list-item div.category-text div.category-name a {
    font-size: 14px;
  }
  div.category-list-Trouble div.list-item div.category-text div.category-name .badge,
  div.category-list-Category div.list-item div.category-text div.category-name .badge {
    display: none;
  }
  div.category-list-Trouble div.list-item div.category-text div.category-name .detail-icon,
  div.category-list-Category div.list-item div.category-text div.category-name .detail-icon {
    padding: 0;
  }
  div.category-list-Trouble div.list-item div.category-icon a,
  div.category-list-Category div.list-item div.category-icon a {
    display: auto;
  }
  div.list-items .btn_hover .category-text {
    color: #ffffff;
  }
  div.category-list-Trouble div.list-item.btn_hover div.category-text span,
  div.category-list-Category div.list-item.btn_hover div.category-text span {
    background: none;
    opacity: 0;
  }
  div.list-items .btn_hover .category-name a {
    border-color: #ffffff;
    color: #ffffff !important;
  }
  div.category-list-Trouble div.list-item.btn_hover div.category-text div.category-name .detail-icon,
  div.category-list-Category div.list-item.btn_hover div.category-text div.category-name .detail-icon {
    background: none;
    color: #cccccc;
  }
  div.list-item.btn_hover div.category-icon img,
  div.list-item.btn_hover div.category-icon img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* お客様の声
    ----------------------------------------------- */
  /**********************
     .voice
    **********************/
  .voice_sp {
    background-color: #eae2d4;
    background-image: url(/f/resources/img/parts/voice_bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 51px 0 50px;
  }
  .voice_sp .wrap {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .voice_sp .title {
    text-align: center;
    color: #072956;
    font-size: 1.8em;
    font-style: oblique;
    white-space: nowrap;
    padding: 0;
    background: transparent;
    font-weight: normal;
    font-weight: 300;
  }
  .voice_sp .title:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1em;
    background-image: url(/f/resources/img/parts/ttl-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    top: 5px;
  }
  .voice_sp .title:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1em;
    background-image: url(/f/resources/img/parts/ttl-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    top: 5px;
  }
  .voice_sp .desc {
    font-size: 14px;
    text-align: center;
  }
  .voice_sp .item_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .voice_sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
  }
  .voice_sp dl,
  .voice_sp dd,
  .voice_sp dt {
    margin: 0;
    padding: 0;
  }
  .voice_sp_cont.wrap.txt {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 2em;
  }
  .voice_sp ul li {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 1px;
  }
  .voice_sp ul li dt.voice_sp_ttl {
    width: 100%;
    background: #1d2c41;
    padding: 5px 0;
    color: #fff;
  }
  .voice_sp ul li:nth-child(even) dt.voice_sp_ttl {
    background: #334051;
  }
  .voice_sp ul li dt.voice_sp_ttl {
    padding: 15px;
    padding-left: 35px;
    position: relative;
  }
  .voice_sp ul li dt.voice_sp_ttl:before {
    content: "▲";
    position: absolute;
    left: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .voice_sp ul li.acd dt.voice_sp_ttl:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .voice_sp ul li dd.voice_sp_inner {
    padding: 10px;
    background: #fff;
    color: #202020;
    display: none;
  }
  .voice_sp ul li dd.voice_sp_inner dl {
    padding-bottom: 10px;
  }
  .voice_sp ul li dd.voice_sp_inner dt p:first-child {
    width: 45px;
    padding: 15px;
    padding-left: 10px;
  }
  /* お知らせ
    ----------------------------------------------- */
  article#container div.contents-wrapper > div.newslist-NEWS {
    padding: 51px 3% 50px;
  }
  div.news-entries div.news-entry {
    border-top: none;
  }
  div.news-entries div.header div.meta {
    border-bottom: 1px solid #c1a95f;
    padding-bottom: 10px;
    width: 100%;
  }
  div.news-entries div.header div.meta div.release-date {
    margin-left: 10px;
    font-size: 13px;
  }
  div.news-entries div.header div.headline {
    font-size: 13px;
    font-weight: normal;
    margin: 10px;
  }
  div.news-entries div.body {
    padding: 0 10px;
    font-size: 13px;
  }
  div.news-archives-link {
    display: none;
  }
  /* 宝仙堂とは
    ----------------------------------------------- */
  article#container div.contents-wrapper > div#about {
    padding: 90px 3%;
  }
  #about {
    background-image: url(/f/resources/img/parts/about_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
  #about div.wrapper {
    color: #072956;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #about .title {
    padding: 15px 15px 0 15px;
    font-weight: 300;
  }
  #about div.wrapper .body {
    font-size: 13px;
    padding: 10px 10px 20px 10px;
  }
}
/* 370px 以下の時 タイトルfont 調節
------------------------------------------------- */
@media screen and (max-width: 370px) {
  div.top-contents div.title,
  div.newslist div.panel-heading div.name,
  div.category-list div.category-list-name {
    font-size: 1.5em;
    font-weight: 300;
  }
}
