@charset "UTF-8";
/* Style CSS */

body {
  font-size: 16px;
  line-height: 1.6em;
}

.floatL {
  float: left;
}
.floatR {
  float: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.vTable {
  display: table;
  width: 100%;
}
.vCell {
  display: table-cell;
}

.orange {
  background: #fe9115 url(../img/main_bg_01.png) repeat center top;
}
.white {
  background: url(../img/main_bg_02.png) repeat center top;
}
@media (max-width: 1199px) {
  .orange {
    -webkit-background-size: 142.12% auto;
    background-size: 142.12% auto;
  }
  .white {
    -webkit-background-size: 166.33% auto;
    background-size: 166.33% auto;
  }
}


/*------------------------------
  #header
------------------------------*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(254, 145, 21, 0.9);
  z-index: 10;
}
#header .pcNavi {
  position: relative;
  height: 80px;
}
#header .pcNavi h1 {
  position: absolute;
  top: 20px;
}
#header .pcNavi ul {
  position: absolute;
  top: 30px;
  left: 203px;/* 188px */
  margin-right: 127px;
}
#header .pcNavi ul li {
  float: left;
  margin: 0 20px 5px 0;
  line-height: 0;
}
#header .pcNavi .companyLogo {
  position: absolute;
  top: 14px;
  right: 15px;/* 0 */
}
#header .pcNavi a:hover {
  opacity: 0.5;
}
#header .spNavi {
  position: relative;
  height: 55px;
}
#header .spNavi h1 {
  padding-top: 15px;
}
#spMenuButton {
  position: absolute;
  top: 0;
  right: 15px;
  padding-top: 15px;
}
#spMenu {
  position: absolute;
  width: 100%;
  top: 55px;
  right: 0;
  background: rgba(255, 214, 168, 0.8);
  border-top: 1px rgba(227, 121, 1, 0.5) solid;
}
#spMenu li {
  border-bottom: 1px rgba(227, 121, 1, 0.5) solid;
  background: ;
}
#spMenu li a {
  display: block;
  padding: 10px;
  color: #333333;
}


/*------------------------------
  #main
------------------------------*/
#main h2 {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 90px;
  text-align: center;
  margin-bottom: 40px;
}
#main h2 strong {
  letter-spacing: 0.14em;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: normal;
}
#main h2 small {
  display: block;
  padding-top: 17px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
#main .orange h2 {
  color: #ffffff;
}
#main .orange h2 small {
  color: #ffffff;
}
#main sup {
  font-size: 60%;
  line-height: 1em;
}
#main .note {
  font-size: 12px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  #main h2 strong {
    font-size: 56px;
    line-height: 1;
  }
  #main h2 small {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  #main .h201 {
    margin-bottom: 90px;
  }
}

#main .h3TitleWrapper {
  margin: 0 0 50px;
  background: rgba(255, 189, 115, 0.5);
  border-top: 1px rgba(227, 121, 1, 0.5) solid;
  border-bottom: 1px rgba(227, 121, 1, 0.5) solid;
}
#main .orange .h3TitleWrapper {
  background: rgba(254, 195, 127, 0.5);
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
#main .h3TitleWrapper p {
  position: relative;
}
#main .h3TitleWrapper p img {
  position: absolute;
  top: -15px;
  width: 100%;
}
#main .h3TitleWrapper h3 {
  padding: 15px 0;
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  #main .h3TitleWrapper h3 {
    font-size: 22.4px;
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  #main .h3TitleWrapper p img {
    width: 170px;
    margin-top: -50px;
    position: static;
  }
}
@media (max-width: 1199px) {
  #main .h3TitleWrapper p img {
    top: -3px;
  }
}

#main .contents01 {
  margin-bottom: 30px;
}
#main .contents01.lastChild {
  margin-bottom: 0;
}
#main .contents01 h4 {
  margin: 0 0 10px;
  color: #f1870f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
}
#main .orange .contents01 h4 {
  color: #ffffff;
}
@media (max-width: 767px) {
  #main .contents01 > div:nth-of-type(2n+1) {
    margin-bottom: 10px;
  }
  #main .contents01 h4 {
    font-size: 19.2px;
    line-height: 1.4em;
  }
}

#main .contents02 {
  margin-bottom: 30px;
}

#main .accordionButton {
  display: block;
  padding: 10px;
  border-radius: 7px;
  background: rgba(195, 195, 195, 0.25);
  color: #333333;
}
#main .accordionButton .vCell {
  vertical-align: middle;
}
#main .accordionButton .text {
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
}
#main .accordionButton .text small {
  font-size: 14px;
  line-height: 1.4em;
}
#main .accordionButton .image01 {
  width: 148px;
}
#main .accordionButton .image02 {
  padding-right: 16px;
  text-align: right;
}
#main .accordionButton .image02 img:last-of-type {
  display: none;
}
#main .accordionButton.isClose .image02 img:last-of-type {
  display: inline;
}
#main .accordionButton.isClose .image02 img:first-of-type {
  display: none;
}
#main .orange .accordionButton {
  background: rgba(198, 105, 1, 0.25);
  color: #ffffff;
}
@media (max-width: 991px) {
  #main .accordionButton .image02 {
    padding-top: 10px;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #main .accordionButton .text {
    font-size: 18px;
    line-height: 1.4em;
  }
}


/*------------------------------
  #mc01
------------------------------*/
#fv {
  background: url(../img/fv_bg_01.png) repeat-x left top;
}
@media (max-width: 767px) {
  #fv {
    padding-top: 55px;
  }
  #fv .container,
  #fv .col-xs-12 {
    padding: 0;
  }
  #fv img {
    width: 100%;
    height: auto;;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fv {
    padding-top: 80px;
    background-position: 0 80px;
    -webkit-background-size: 2px 341px;
    background-size: 2px 341px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fv {
    -webkit-background-size: 2px 445px;
    background-size: 2px 445px;
  }
}
.slick-dots {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots li button {
  width: 50px;
  height: 4px;
  border: none;
  outline: none;
  background: #fdbc72;
  text-indent: -99999px;
}
.slick-dots li button:hover,
.slick-dots .slick-active button {
  background: #ffffff;
}


/*------------------------------
  #mc01
------------------------------*/
#mc01 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc02
------------------------------*/
#mc02 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc03
------------------------------*/
#mc03 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc04
------------------------------*/
#mc04 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc05
------------------------------*/
#mc05 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc06
------------------------------*/
#mc06 {
  margin-bottom: 70px;
}


/*------------------------------
  #mc7
------------------------------*/
#mc07 {
  padding-bottom: 80px;
}


/*------------------------------
  #mc08
------------------------------*/
#mc08 {
  padding-bottom: 80px;
}
#mc08 .youtubeWrapper {
  position: relative;
  padding-top: 56.21%;
}
#mc08 .youtubeWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


/*------------------------------
  #mc10
------------------------------*/
#mc10 {
  /* margin-bottom: 70px; */
}

#mc10 ul li {
  margin: 0 0 60px;
}
#mc10 ul li .itemInfomation {
  margin-bottom: 20px;
}
#mc10 ul li .image {
  margin-bottom: 10px;
}
#mc10 ul li iframe {
  width: 80% !important;
  height: 70px !important;
}
#mc10 ul li .itemInfomation h3 {
  color: #f1870f;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
}
#mc10 ul li .itemInfomation .text small {
  font-size: 14px;
  line-height: 1.6em;
}
#mc10 ul li .itemInfomation .price {
  font-weight: bold;
}

/*------------------------------
  .onlineShopButton
------------------------------*/
.onlineShopButton {
  text-align: center;
  padding-bottom: 70px;
}
.onlineShopButton p.button {
  display: inline-block;
}

/*------------------------------
  #faq
------------------------------*/
#faq {
  margin-bottom: 80px;
}
#faq h2 {
  padding-top: 50px;
}
#faq ul li {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px #c6c6c6 solid;
  border-radius: 10px;
}
#faq ul li:last-of-type {
  margin-bottom: 0;
}
#faq ul li a {
  display: block;
  padding: 30px;
  color: #333333;
  text-decoration: none;
}
#faq ul li a span {
  display: block;
}
#faq ul li a span.q {
  position: relative;
  padding-right: 25px;
  font-weight: bold;
}
#faq ul li a span.q:before,
#faq ul li a span.q:after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #333333;
  content: "";
}
#faq ul li a span.q:after {
  transform: rotate(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}
#faq ul li a.isClose span.q:after {
  transform: rotate(-90deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}
#faq ul li a span.a {
  padding-top: 30px;
}


/*------------------------------
  #footer
------------------------------*/
#footer {
  padding: 60px 0 0;
  background: #fe9115;
  text-align: center;
}
#footer ul {
  margin-bottom: 20px;
}
#footer ul li img {
  display: inline-block;
}
#footer ul .li01 {
  padding-top: 13px;
  text-align: right;
}
#footer ul .li02 {
  text-align: left;
}
#footer a {
  color: #333333;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .address {
  margin: 0 15px 20px;
  font-size: 14px;
  line-height: 1.6em;
}
#footer .copyright {
  padding: 10px 0;
  background: #d57101;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-family: Verdana, ArialMT, sans-serif;
}
@media (max-width: 767px) {
  #footer ul .li01 {
    margin-bottom: 20px;
    text-align: center;
  }
  #footer ul .li02 {
    text-align: center;
  }
}

/* ==============================
  Dr's Propolinseバナー
============================== */
.dr_bnr {
  width: 1170px;
  margin: 0 auto 70px;
}
.dr_bnr .inner {
  width: 68%;
  margin: 0 auto;
}
.dr_bnr img {
  width: 100%;
}

@media (max-width: 767px) {
  .dr_bnr {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .dr_bnr .inner {
    width: 100%;
  }
}
