@charset "utf-8";

html {
  height: 100%;
}

body {
  height: 100%;
}

/************************************************
 共通設定
************************************************ */
/* コンテンツ */
#container {
    min-height: 700px; /*offcanvas対策 カテゴリ数が増えると増やさなくてはいけない？*/
}


.LC_Page_Products_Detail #container {
  margin-top: 2.5%;
}

h1 {
  margin:  0;
  padding: 0;
}

.boxWrap {
  overflow: hidden;
  }
.w100pct { width: 100%;}
.w48pct { width: 48%;}

ul,ol {
  list-style: none;
  padding: 0;
  }
  ul li, .ol li {
    list-style: none;
  }

.leftBox  { float: left; }
.rightBox { float: right;}

.centerTxt { text-align: center;}
.leftTxt { text-align: left;}
.rightTxt { text-align: right;}


.red    { color: #CC1F53;}
.purple { color: #9D28AC;}
.black  { color: #333333;}
.blue   { color: #324976;}
.yellow { color: #D8CD4B;}

.bgRed    { background: #BD1F4F; color: white; padding: 2px 5px; margin-right: 10px;}
.bgBlue   { background: #404B84; color: white; padding: 2px 5px; margin-right: 10px;}
.bgYellow { background: #D5C93E; color: white; padding: 2px 5px; margin-right: 10px;}


.link01 {
  background: url(./../../../../img/cmn/cmnIcn04.gif) no-repeat center left;
  color: #CC1F52;
  text-decoration: underline;
  padding-left: 25px;
  }
  .link01 a:hover {
    text-decoration: none;
  }


  @media screen and (min-width:768px){
    .brSp {
      display: none;
    }
  }


/* ==============================================
 カラム指定
=============================================== */
.col-wrap {
    /*bs3 leftカラムとmainカラムの幅を調整する*/
    padding-left: 0;
    padding-right: 0;
}

/* メイン部
----------------------------------------------- */

#main_column {
    /*padding: 10px 0 0;*/
    padding-bottom: 40px; /*bs3*/
}

/* サイドカラム
----------------------------------------------- */
#leftcolumn {
    padding-bottom: 40px; /*bs3*/
}
#rightcolumn {
    padding-bottom: 40px; /*bs3*/
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フォント
----------------------------------------------- */
h1,
h2 {
    font-size: 150%;
}
h3 {
    font-size: 125%;
}
h4,
h5 {
    font-size: 100%;
}

p {
  font-size: 120%;
}

.sale_price {
    color: #d44950;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #d44950;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #d44950;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

/* カラー
----------------------------------------------- */
.price {
    color: #d44950;
}

/* フォーム
----------------------------------------------- */
input,
select,
textarea {
    font-size: 16px !important;
}
label.col-xs-1,
label.col-sm-1,
label.col-md-1 {
    width: 1%;
}

/* タイトル
----------------------------------------------- */
h2.title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 5px 7px;
    border-left: 5px solid #eee;
}

/* ==============================================
 ヘッダー
=============================================== */

#headBox {
  background:url(./../../../../img/cmn/hLine01.jpg) repeat-x center bottom;
  padding-bottom: 15px;
}

.LC_Page_Products_Detail #headBox {
  background:url(./../../../../img/cmn/hLine02.jpg) repeat-x center bottom;
  padding-bottom: 23px;
}



#header_wrap {
  background: white;
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.navbar-brand {
  height: auto;
}


.navbar-toggle {
  padding:  20px;  /*スマホメニューバーの大きさを変える*/
}

.hNav {
  background: #F4F4F4;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding:  0px;
  }
  .hNav li {
    float: left;
    width: 100%;
  }

  .hNav li a span {
    color: #777777;
  }
  .hNav li span.hNav01 {
    background: url(./../../../../img/cmn/hIcn01.png) no-repeat center left;
    padding: 2px 0 2px 30px;
  }

.hNav03Wrap {
  display: none;
  }

.smHNav {
  margin-bottom: 0;
  background: white;
  }
  .smHNav li { border-right: 1px solid #EAEAEA;}
  .smHNav li:last-child { border-right: none;}


.smHNavTtl01,.smHNavTtl02,.smHNavTtl03 {
    color: white;
    padding: 0 2%;
    margin-bottom: 0;
  }

  .smHNavTtl01 { background: #C66876; }
  .smHNavTtl02 { background: #618CBC; }
  .smHNavTtl03 { background: #D6D378; }

.searchBox {
  margin-top: 20px;
  margin-bottom: 20px;

}

.smHNavWrap {
  xwidth: 95%;
  xmargin: 0 auto;
}

.smHNavMenu {
  margin-top: 0;
  border-top: 1px solid #CCCCCC;
  padding: 0;
  }

.smHNavMenu li {
  width: 50%;
  float: left;
  text-align: left;
  border: 1px dotted #CCCCCC;
  overflow: hidden;
  list-style: none;

  }
  .smHNavMenu li a {
    padding: 10px 2% 10px 8%;
    display: block;
    color: #777777;
    background: white url(./../../../../img/cmn/sideCateNav01.png) no-repeat 4% 50%;
    background-size: 5px;
    }
    .smHNavMenu li a:hover {
      background: white url(./../../../../img/cmn/sideCateNav01.png) no-repeat 6% 50%;
      background-size: 5px;
      }

@media screen and (min-width:768px){



  .searchBox {
    display: none;
  }


  .hNav {
    background: #FFF0FA;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:  10px;
  }
  .hNav li {
    display: block;
    float: left;
    width: auto;
  }
  .hNav li ul.dropdown-menu li {
      width: 100%;
      margin-bottom: 5px;
    }
.hNav li ul.dropdown-menu li.dropdown-header {
  color: #333;
  font-weight: bold;
}

.hNav li a {
  padding:  0 15px;
}

.hNav li a span {
  color: #CC2155;
}

.hNav li.hNav01Wrap {
  border-right: 1px dotted #CC2155;
}

.hNav li span.hNav01 {
  background: url(./../../../../img/cmn/hIcn01.png) no-repeat center left;
  padding: 2px 0 2px 30px;
}
.hNav li span.hNav02 {
  background: url(./../../../../img/cmn/hIcn02.png) no-repeat center left;
  padding: 2px 0 2px 30px;
}
.hNav02 li span.badge {
  color: white;
}

.hNav03Wrap {
  border-top: 1px solid #D6D6D6;
  display: block;
}

.hNav03 {
  display: block;
  padding: 0;
  margin-right: auto;
  margin-left:  auto;
  max-width: 1199px;

  position: relative;
  }
  .hNav03 li {
    float: left;
    width: 16.6666666%;
    box-sizing: border-box;
    border-right: 1px solid #EAEAEA;
    list-style: none;
    text-align: center;
  }
  .hNav03 li a {
    color: #333333;
    display: block;
    padding: 15px 0;
  }

  .hNav03 li:first-child {
    border-left: 1px solid #EAEAEA;
  }


  .hNav03 input {
    display: none;
  }
  .hNav03 label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    line-height: 140%;
    position: relative;
    margin: 0 0 0px;
    padding: 15px 0;
    background: white;
    color: #333333;
    font-weight: normal;
  }
  #moreNav01Lst,#moreNav02Lst {
    position: absolute;
  }

  #moreNav01Lst li,#moreNav02Lst li {
    border-right: none;

    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;


    width: 100%;
    box-sizing: border-box;
  }
  #moreNav01Lst li:first-child,#moreNav02Lst li:first-child {
    border-left: none;
  }

  #moreNav01Lst li a ,#moreNav02Lst li a {
    background: #CC2155;
    border-bottom: 1px solid #DD698C;
    color: white;

    width: 50%;

    height: 0;
    overflow-y: hidden;
    padding: 0;

    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #moreNav02Lst li a {
    width: auto;
  }

  #moreNav01:checked ~ #moreNav01Lst li,
  #moreNav02:checked ~ #moreNav02Lst li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    padding: 0px;
  }
  #moreNav01:checked ~ #moreNav01Lst li a,
  #moreNav02:checked ~ #moreNav02Lst li a {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    padding: 10px;
  }


  /*開いたときの下の余白*/
 #moreNav01:checked ~ #moreNav01Lst li:last-child,
 #moreNav02:checked ~ #moreNav02Lst li:last-child {
   margin-bottom: 20px;
 }
 /*閉じた状態の矢印描画*/
 .hNav03 label:after{
   content:"";
   display:block;
   width:8px;
   height:8px;
   border-top: #CC2155 2px solid;
   border-right: #CC2155 2px solid;
   -webkit-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
   position:absolute;
   right: 20px;
   top: 0;
   bottom: 15%;
   margin: auto;
 }
 /*開いた状態の矢印描画*/
 .hNav03 input[type=checkbox]:checked + label:after{
   content:"";
   display:block;
   width:8px;
   height:8px;
   border-top: #CC2155 2px solid;
   border-right: #CC2155 2px solid;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   position:absolute;
   right: 20px;
   top: 7%;
   bottom: 0;
   margin: auto;
 }


}



/* レイアウト
----------------------------------------------- */
#errorHeader {
    color: #d44950;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ヘッダーナビ
----------------------------------------------- */
/*for mobile*/
#mobile-nav .nav>li>a{
    padding-left: 0;
    padding-right: 0;
}
#mobile-nav .cart-total-quantity {
    position: absolute;
    top: 2%;
    left: 55%;
}


/* ==============================================
 サイド
=============================================== */

.sidNav {

}
.sidNav dt {
  background: url(./../../../../img/cmn/sideTtl01.gif) no-repeat 2% 50%;
  border-bottom: #DDD 2px solid;
  color: #333;
  font-weight: normal;
  padding: 10px 0 10px 35px;
  margin-bottom: 20px;
  font-size: 1.4em;
  position: relative;

}
.sidNav dt.itemTtl {
  background: url(./../../../../img/cmn/sideTtl03.gif) no-repeat 2% 50%;
  }

.sidNav dt:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #CC2155;
}




.sidNav dd {
  margin-bottom: 20px;
}
.sidNav dd.last {
  margin-bottom: 60px;
}

.sidTtl01 {
  background: url(./../../../../img/cmn/sideTtl02.gif) no-repeat 0% 50%;
  padding-left: 15px;
}

.sidTtl02 a {
  text-decoration: underline;
  background: url(./../../../../img/cmn/sideIcn02.gif) no-repeat 0% 50%;
  color: #333333;
  padding-left: 15px;
  }
  .sidTtl02 a:hover {
    background: url(./../../../../img/cmn/sideIcn02.gif) no-repeat 2% 50%;
    text-decoration: none;
  }
  .sidTtl02cmn a { background: url(./../../../../img/cmn/sideIcn05.gif) no-repeat 0% 50%; }
    .sidTtl02cmn a:hover { background: url(./../../../../img/cmn/sideIcn05.gif) no-repeat 2% 50%; }

.sidNav01 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  }
  .sidNav01 li {
    list-style: none;
  }
  .sidNav01 li a {
    background: url(./../../../../img/cmn/sideIcn01.gif) no-repeat 0% 50%;
    color: #333333;
    padding: 5px 0 5px 15px;
    display: block;
  }
  .sidNav01 li a:hover {
    background: url(./../../../../img/cmn/sideIcn01.gif) no-repeat 2% 50%;
  }

.sidNav01ren li a { background: url(./../../../../img/cmn/sideIcn03.gif) no-repeat 0% 50%; }
  .sidNav01ren li a:hover { background: url(./../../../../img/cmn/sideIcn03.gif) no-repeat 2% 50%; }
.sidNav01buy li a { background: url(./../../../../img/cmn/sideIcn04.gif) no-repeat 0% 50%; }
  .sidNav01buy li a:hover { background: url(./../../../../img/cmn/sideIcn04.gif) no-repeat 2% 50%; }

  .sidNav02 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 10% 0;
  }
  .sidNav02 li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EEE;
  }
  .sidNav02 li img {
    width: 20%;
    float: left;
    margin-right: 5%;
  }
  .sidNav02 li a {
    color: #6E3333;
    display: flex;
    align-items: center;
    justify-content: start;
    background: white url(./../../../../img/cmn/foot/fCateIcn01.png) no-repeat 90% 50%;
    background-size: 10px;
  }
  .sidNav02 li a:hover {
    background: white url(./../../../../img/cmn/foot/fCateIcn01.png) no-repeat 95% 50%;
    background-size: 10px;
  }

  .sidNav02remake li a {
    background: white url(./../../../../img/cmn/sideCateNav01.png) no-repeat 90% 50%;
    background-size: 10px;
    }
    .sidNav02remake li a:hover {
      background: white url(./../../../../img/cmn/sideCateNav01.png) no-repeat 95% 50%;
      background-size: 10px;
      }
  .sidNav02ren li a {
    background: white url(./../../../../img/cmn/sideCateNav02.png) no-repeat 90% 50%;
    background-size: 10px;
    }
    .sidNav02ren li a:hover {
      background: white url(./../../../../img/cmn/sideCateNav02.png) no-repeat 95% 50%;
      background-size: 10px;
      }
    .sidNav02buy li a {
      background: white url(./../../../../img/cmn/sideCateNav03.png) no-repeat 90% 50%;
      background-size: 10px;
      }
      .sidNav02buy li a:hover {
        background: white url(./../../../../img/cmn/sideCateNav03.png) no-repeat 95% 50%;
        background-size: 10px;
        }


  .sidNav02ttl {
    color: white;
    margin: 0 0 2% 0;
    padding: 2%;
    line-height: 100%;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EAE4D5;
  }
  .sidNav02ttlRemake { background: #C66876; }
  .sidNav02ttlRen { background: #618CBC; }
  .sidNav02ttlBuy { background: #D6D378; }


    .sideImgBtn {
      margin-bottom: 10%;
      max-width: 230px;
      width: 100%;
    }
    .sideImgBtn:hover {
      opacity: 0.8;
    }

/* ==============================================
 フッター
=============================================== */

.cmnPhotoBox {

}
  .cmnPhotoBox a img {
    width: 100%;
  }
  .cmnPhotoBox a:hover img {
    opacity: 0.7;
  }

.fCatNav {
  background: url(./../../../../img/cmn/foot/fCateBg01.jpg) repeat;
  padding: 7.5% 5% 3.5% 5%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  }
.fCatNav-photo {
  padding: 3.5% 5% 3.5% 5%;
  }

  .fCatNav li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2%;
    list-style: none;
    }
  .fCatNav li a {
    overflow: hidden;
    background: white url(./../../../../img/cmn/foot/fCateIcn01.gif) no-repeat 90% 50%;
    border-bottom: 1px solid #EAE4D5;
    padding: 0;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    display: flex; /* 子要素をflexboxで揃える */
    justify-content: space-between;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    }
    .fCatNav li a:hover { background: white url(./../../../../img/cmn/foot/fCateIcn01.gif) no-repeat 95% 50%; }
    .fCatNav li a p {
      width: 76%;
      text-align: left;
      margin: 0;
      }
    .fCatNav li a img { width: 20%; }

    .toTop {
      text-align: center;
      margin-bottom: 10%;
    }
    .toTop a {
      width: 30%;
    }
   .toTop img {
     width: auto;
     padding: 0;
   }

    .toTop a:hover img {
      opacity: 0.7;
    }


#footer_wrap {
  background: #333333;
  padding: 30px 0;
  margin: 0;
}

#footer {
  }
  .fLogoBox {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    }
  .fLogoBox a:hover img { opacity: 0.7; }
  .fLogoBox p {
    color: #797979;
    padding: 10px 0 20px;
  }
  .fNav {
    width: 100%;
    padding: 0 5%;
  }
  .fNav li {
    width: 50%;
    float: left;
    list-style: none;
  }
  .fNav li a {
    background: url(./../../../../img/cmn/foot/fIcn01.gif) no-repeat center left;
    color: #8F8F8F;
    display: block;
    padding: 5px 0 5px 20px;
  }

#footCopy {
  background: #1C1C1C;
  color: #616161;
  line-height: 100%;
  margin: 0;
  }
  #footCopy p {
    padding: 10px 0;
    margin: 0;
  }

@media screen and (min-width:991px){

  .fCatNav li {
    float: left;
    }
    .fCatNav li a p {
      }
    .fCatNav li a img { width: 20%; }

}

@media screen and (min-width:768px){

  .fCatNav li {
    width: 49%;
    }
  #footer {
    display: flex;
    }
  .fLogoBox {
    width: 40%;
    border-right: #111111 1px solid;
    box-sizing: border-box;
    float: left;
    text-align: left;
    }
  .fNav {
    width: 60%;
    float: right;
    box-sizing: border-box;
    border-left: #484848 1px solid;
    }

}


/* ==============================================
 パーツ
=============================================== */

.mImgBox ,.mImgBox02 ,.mImgBox03,.mImgBox04,.mImgTopBox {
  max-width: 1300px;
  margin-right: auto;
  margin-left:  auto;
  margin-bottom: 20px;
  }
  .mImgBox img {
    width: 100%;
  }

.mImgTopBox {
  background: url(./../../../../img/top/topMImg.jpg) no-repeat center top;
}

.mImgBox03 { }
.mImgBox03-01 { background: url(./../../../../img/cmn/cmnMTtlBg01.jpg) no-repeat center top; }
.mImgBox03-02 { background: url(./../../../../img/cmn/cmnMTtlBg02.jpg) no-repeat center top; }


  .mImgBoxOrifuri { background: url(./../../../../img/remake/orifuri/orifuriMBg01.jpg) no-repeat center top; }
  .mImgBoxOriuchi { background: url(./../../../../img/remake/oriuchi/oriuchiMBg01.jpg) no-repeat center top; }
  .mImgBoxTwo { background: url(./../../../../img/remake/twoway/twowayMBg01.jpg) no-repeat center top; }


  .mImgBoxRenhiki { background: url(./../../../../img/rental/renhiki/renhikiMBg01.jpg) no-repeat center top; }
  .mImgBoxSirohan { background: url(./../../../../img/sirohan/sirohanMBg01.jpg) no-repeat center top; }
  .mImgBoxExtend  { background: url(./../../../../img/extend/extendMBg01.jpg) no-repeat center top; }
  .mImgBoxFaq     { background: url(./../../../../img/faq/faqMBg01.jpg) no-repeat center top; }
  .mImgBoxHoken   { background: url(./../../../../img/hoken/hokenMBg01.jpg) no-repeat center top; }
  .mImgBoxRensiro { background: url(./../../../../img/rental/rensiro/rensiroMBg01.jpg) no-repeat center top; }
  .mImgBoxRenuchi { background: url(./../../../../img/rental/renuchi/renuchiMBg01.jpg) no-repeat center top; }
  .mImgBoxGuide   { background: url(./../../../../img/guide/guideMBg01.jpg) no-repeat center top; }
  .mImgBoxSitemap { background: url(./../../../../img/sitemap/sitemapMBg01.jpg) no-repeat center top; }
  .mImgBoxCompany { background: url(./../../../../img/company/companyMBg01.jpg) no-repeat center top; }
  .mImgBoxPackage { background: url(./../../../../img/package/packageMBg01.jpg) no-repeat center top; }
  .mImgBoxStaff   { background: url(./../../../../img/staff/staffMBg01.jpg) no-repeat center top; }
  .mImgBoxPhoto   { background: url(./../../../../img/photo/photoMBg01.jpg) no-repeat center top; }
  .mImgBoxCleaning   { background: url(./../../../../img/cleaning/cleaningMBg01.jpg) no-repeat center top; }
  .mImgBoxTomesode   { background: url(./../../../../img/tomesode/tomesodeMBg01.jpg) no-repeat center top; }
  .mImgBoxFurihan   { background: url(./../../../../img/furihan/furihanMBg01.jpg) no-repeat center top; }
  .mImgBoxDHan   { background: url(./../../../../img/dresshan/dresshanMBg01.jpg) no-repeat center top; }

  .mImgBoxBlogTop { background: url(./../../../../img/blog/top/blogMBg02.jpg) no-repeat center top; }
  .mImgBoxHalf { background: url(./../../../../img/half/halfMBg01.jpg) no-repeat center top; }

  .mImgBox04      { background: url(./../../../../img/list/listTtlBg00.jpg) no-repeat center top; }


  .mImgBoxLst8    { background: url(./../../../../img/list/listTtlBg8.jpg) no-repeat center top; }
  .mImgBoxLst9    { background: url(./../../../../img/list/listTtlBg9.jpg) no-repeat center top; }
  .mImgBoxLst10   { background: url(./../../../../img/list/listTtlBg10.jpg) no-repeat center top; }
  .mImgBoxLst11   { background: url(./../../../../img/list/listTtlBg11.jpg) no-repeat center top; }
  .mImgBoxLst12   { background: url(./../../../../img/list/listTtlBg12.jpg) no-repeat center top; }
  .mImgBoxLst13,.mImgBoxLst27,.mImgBoxLst28,.mImgBoxLst29 { background: url(./../../../../img/list/listTtlBg13.jpg) no-repeat center top; }
  .mImgBoxLst14,.mImgBoxLst30,.mImgBoxLst31,.mImgBoxLst32 { background: url(./../../../../img/list/listTtlBg14.jpg) no-repeat center top; }
  .mImgBoxLst15   { background: url(./../../../../img/list/listTtlBg15.jpg) no-repeat center top; }
  .mImgBlogLst01  { background: url(./../../../../img/blog/blogMBg01.jpg) no-repeat center top; }



  .mImgBoxOrifuri,.mImgBoxTwo,.mImgBoxOriuchi {
    background-size: 140%;
    padding-bottom: 100px;
    position: relative;
    }

  .mImgBox02 ,.mImgBox03 ,.mImgBox04,.mImgTopBox {
    background-size: 100%;
    position: relative;
    }
    .mImgBox02:before,.mImgBox03:before {
      content:"";
    	display: block;
      padding-top: 23%;
      }
    .mImgBox04:before {
      content: "";
      display: block;
      padding-top: 11.538%;
      }
    .mImgTopBox:before {
      content: "";
      display: block;
      padding-top: 45.307%;
    }

@media screen and (min-width:768px){
  .mImgBox03:before {
    padding-top: 18%;
  }
}
   .mImgTopBox h1 {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     }

   .mImgBox02 h1 {
     position: absolute;
     top: 0; bottom: 0; left: 0; right: 0;
     }
  .mImgBox03 ,.mImgBox04 {
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  }
  .mImgBox03 h1 ,.mImgBox04 h1 {
    text-align: center;
    color: white;
    position: absolute;
    font-size: 200%;
    font-weight: bold;
    text-shadow:0 0 5px #333,0 0 5px #333,0 0 5px #333;
  }

  .mImgBox04 h1 {
      text-align: center;
      width: 100%;
  }
  .mImgBox04 h1:before {
      border-bottom: 1px solid #FFF;
      bottom: -10px;
      content: "";
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 200px;
  }




  @media screen and (max-width:767px){
  .mImgBox03 h1 ,.mImgBox04 h1 {
    font-size: 140%;
  }
  .mImgBox04 h1:before {
    bottom: -5px;
    width: 100px;
  }



}

    .mImgBox02 img {
      position: absolute;
      width: 30%;
      bottom: 10%;
      right: 6%;
      box-shadow: 1px 1px 5px 0 rgb(0, 0, 0);
      }

@media screen and (max-width:767px){
  .mImgBox02 { background-size: 140%;}
  .mImgBox02:before { padding-top: 32.2%; }
  .mImgBox02 img { width: 50%; right: 3%;}
  }


    .mImgBoxOrifuri:before,.mImgBoxTwo:before,.mImgBoxOriuchi:before {
      content:"";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;

      /*ここで三角形のサイズを決める。
      必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
      border-width: 0 100vw 20vh 0 ;
      border-color: transparent transparent #fff transparent;
    }

  @media screen and (max-width:767px){
    .mImgBoxOrifuri:before,
    .mImgBoxOriuchi:before,
    .mImgBoxTwo:before
    {
      border-width: 0 100vw 10vh 0 ;
    }

    .mImgTopBox h1 {
      top: 55%;
    }
  }



    .mImgBox img.mImgBoxTwo01,
    .mImgBox img.mImgBoxOrifuri01,
   .mImgBox img.mImgBoxOriuchi01
     {
      width: 270px;
      position: absolute;
      left: 5%;
      bottom: 0;
      z-index: 2;
    }
    .mImgBox img.mImgBoxOriuchi01 {
      width: 300px;
    }


@media screen and (max-width:992px){
   .mImgBox img.mImgBoxOriuchi01{
     width: 210px;
     bottom: -25px;
   }
}

@media screen and (max-width:769px){
  .mImgBox img.mImgBoxOriuchi01{
    bottom: 0;
  }
}

  .mImgTtl {
    position: relative;
    color: white;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 10%;
    text-shadow:0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;

    z-index: 3;

    font-size: 160%;
  }

  .mImgTtl b {
    line-height: 200%;
    font-size: 160%;
    border-bottom: 1px solid white;
    font-weight: normal;
  }

  @media screen and (max-width:992px){
    .mImgBoxTwo,.mImgBoxOrifuri,.mImgBoxOriuchi {
      padding-bottom: 2%;
      }


    .mImgBox img.mImgBoxTwo01,
    .mImgBox img.mImgBoxOrifuri01,
    .mImgBox img.mImgBoxOriuhi01 {
    width: 25%;
    bottom: auto;
    top: 5%;
    }

  }

  @media screen and (max-width:667px){

    .mImgTopBox h1 img {
      width: 200px;
    }
    .mImgTopBox h1 {
      top: 60%;
    }

    .mImgBox img.mImgBoxTwo01,
    .mImgBox img.mImgBoxOrifuri01,
    .mImgBox img.mImgBoxOriuchi01
     {
    width: 30%;
    }
    .mImgBoxTwo,.mImgBoxOrifuri,.mImgBoxOriuchi {
      padding-bottom: 15%;
      }
  }
@media screen and (min-width:668px){
  .mImgTtl {
    font-size: 300%;
  }
  .mImgBoxOrifuri,.mImgBoxOriuchi,.mImgBoxTwo {
    background-size: 100%;
    }
}


.cmnTtl01furi,.cmnTtl01siro,.cmnTtl01ren,.cmnTtl01clean,.cmnTtl01uchi,.cmnTtl01photo,
#detailBoxRen .detailTtl02, #detailBoxFuri .detailTtl02, #detailBoxSirohan .detailTtl02 {
  text-align: center;
  font-size: 160%;
  padding-bottom: 40px;
  margin-bottom: 10%;
}
.cmnTtl01furi,#detailBoxFuri .detailTtl02    { background: url(./../../../../img/cmn/cmnTtl01furi.gif) no-repeat 50% 100%;}
.cmnTtl01siro,#detailBoxSirohan .detailTtl02 { background: url(./../../../../img/cmn/cmnTtl01siro.png) no-repeat 50% 100%;}
.cmnTtl01ren,#detailBoxRen .detailTtl02      { background: url(./../../../../img/cmn/cmnTtl01ren.gif) no-repeat 50% 100%;}
.cmnTtl01clean{ background: url(./../../../../img/cmn/cmnTtl01clean.gif) no-repeat 50% 100%;}
.cmnTtl01uchi { background: url(./../../../../img/cmn/cmnTtl01uchi.gif) no-repeat 50% 100%;}
.cmnTtl01photo{ background: url(./../../../../img/cmn/cmnTtl01photo.gif) no-repeat 50% 100%;}


@media screen and (max-width:769px){
  .cmnTtl01furi,.cmnTtl01siro,.cmnTtl01ren,.cmnTtl01clean,.cmnTtl01uchi,.cmnTtl01photo,
  #detailBoxRen .detailTtl02,#detailBoxFuri .detailTtl02, #detailBoxSirohan .detailTtl02 {
    padding-bottom: 20px;
  }
}


.cmnTtl01furi b {
  font-weight: normal;
  color: #CC1F52;
  }

.cmnTtl01siro b {
  font-weight: normal;
  color: #C5C763;
  }

.cmnTtl01clean b {
  font-weight: normal;
  color: #5BD852;
 }

.cmnTtl01ren b {
  font-weight: normal;
  color: #5F6DB1;
  }
.cmnTtl01ren span {
  background: #5F6DB1;
  color: white;
  font-size: 0.6em;
}

.cmnTtl01uchi b {
  font-weight: bold;
  color: #A33DA0;
}

.cmnTtl02furi,.cmnTtl02ren,.cmnTtl02siro,.cmnTtl02uchi {
  padding-bottom: 20px;
  margin-bottom: 5%;
  text-align: center;
  font-size: 160%;
  }
  .cmnTtl02furi{
    background: url(./../../../../img/cmn/cmnTtl02furi.gif) no-repeat 50% 100%;
    }
  .cmnTtl02ren{
    background: url(./../../../../img/cmn/cmnTtl02ren.gif) no-repeat 50% 100%;
    }
  .cmnTtl02siro{ background: url(./../../../../img/cmn/cmnTtl02siro.gif) no-repeat 50% 100%;}
  .cmnTtl02uchi{ background: url(./../../../../img/cmn/cmnTtl02uchi.gif) no-repeat 50% 100%;}



.cmnTtl03 {
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0;
  }
  .cmnTtl03furi     { background: #BD1F4F;}
  .cmnTtl03ren      { background: #5F6DB1;}
  .cmnTtl03sirohan  { background: #E1D773;}

.cmnTtl03 b {
  font-size: 160%;
  line-height: 140%;
  font-weight: normal;
}

.cmnTtl04 {
  font-size: 140%;
  position: relative;
  padding: 0 10px 10px 10px;
  display: inline-block;
  margin-bottom: 20px;
  }
.cmnTtl04:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0px;
  width: 100px;
  left: 0;
  }
.cmnTtl04furi {
  color: #CC1F52;
  border-bottom: solid 1px #A8A8A8;
  }
  .cmnTtl04uchi {
    color: #9D29AD;
    border-bottom: solid 1px #A8A8A8;
    }

.cmnTtl04ren {
  color: #3F4DB8;
  border-bottom: solid 1px #A8A8A8;
  }
.cmnTtl04sirohan {
  color: #D2C633;
  border-bottom: solid 1px #A8A8A8;
  }
.cmnTtl04two {
  color: #97926D;
  border-bottom: solid 1px #A8A8A8;
  }
  .cmnTtl04photo {
    color: #4ABB2D;
    border-bottom: solid 1px #A8A8A8;
    }


.cmnTtl04furi:after     {
  position: absolute;
  content: "";
  display: block;
  bottom: 0px;
  width: 100px;
  left: 0;

  border-bottom: solid 1px #D54A74;
}
.cmnTtl04ren:after      { border-bottom: solid 1px #828AC1;}
.cmnTtl04sirohan:after  { border-bottom: solid 1px #E0D772;}
.cmnTtl04two:after      { border-bottom: solid 1px #97946F;}
.cmnTtl04photo:after    { border-bottom: solid 1px #61D244;}
.cmnTtl04uchi:after     { border-bottom: solid 1px #9D29AD;}



.cmnTtl05two {
      position: relative;
      text-align: center;
      color: #97926C;
  }
.cmnTtl05dHan {
  position: relative;
  text-align: center;
  color: #333333;

  margin-bottom: 10%;
  }

  .cmnTtl05two:before,.cmnTtl05dHan:before {
      bottom: -20px;
      content: "";
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
  }
.cmnTtl05two:before  { border-bottom: 1px solid #97946F; }
.cmnTtl05dHan:before { border-bottom: 1px solid #C8B94D; }


.fontMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

.cmnTxt01 {
  background: #FDFDF7;
  padding: 2.5%;
  }
.cmnTxt02 {
  background: #F7FBFD;
  padding: 2.5%;
}
.priceTxt {
  color: #BD1F4D;
  text-align: right;
}
  .priceTxt span {
    font-size: 1.6em;
    }

.CtoLTxt { text-align: center;}
@media screen and (max-width:668px){ .CtoLTxt { text-align: left;} }


/***安心紛失０***/
.ansinLst01 {
  width: 100%;
  overflow: hidden;
  display: block;

}
.ansinLst01 li {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content:space-between;
  width: 100%;
  padding: 5% 5%;
  box-sizing: border-box;
　　}
  .ansinLst01 li:nth-child(odd){
    background: #F3F3F3;
  }
  .ansinLst01 li picture {
    width: 28%;
    float: left;
  }

  .ansinLst01 li img {
    width: 100%;
  }
  .ansinLst01 li div {
    width: 68%;
    float: right;
  }

  .ansinLst01Ttl ,.ansinLst01Ttl02{
    position: relative;
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 5%;
    margin-bottom: 5%;
    font-size: 160%;
  }
  .ansinLst01Ttl:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #D54A74;
    bottom: 0;
    left: 0;
    width: 100px;
  }

  .ansinLst01Ttl02:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #5BD852;
    bottom: 0;
    left: 0;
    width: 100px;
  }


@media screen and (max-width:568px){
  .ansinLst01 li {
    display: block;
    vertical-align: middle;
  }

  .ansinLst01 li picture {
    width: 100%;
  }
  .ansinLst01 li div {
    width: 100%;
  }
}


/*--吹き出し--*/

.fukiBox  {
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 2.5% 2.5% 0.5% 2.5%;
  min-width: 120px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
  }
.fukiBox:before {
  content: "";
  position: absolute;
  top: -59px;
  left: 50%;
  margin-left: -37px;
  border: 30px solid transparent;
  border-bottom: 30px solid #FFF;
  z-index: 2;
  }
.fukiBox:after {
  content:"";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -37px;
  border: 30px solid transparent;
  border-bottom: 30px solid #CCC;
  z-index: 1;
  }
  .fukiPhoto {
    background: #F3F3F3;
    border: solid 1px #F3F3F3;
  }
  .fukiPhoto:before {
    border: 30px solid transparent;
    border-bottom: 30px solid #F3F3F3;
  }
  .fukiPhoto:after {
    border: 30px solid transparent;
    border-bottom: 30px solid #F3F3F3;
    }

  .fukiTtl01furi,
  #detailBoxFuri .detailKakoTtl,
  #detailBoxRen .detailKakoTtl,
  #detailBoxSirohan .detailKakoTtl{
    padding-bottom: 10px;
    text-align: center;
    }

    .fukiTtl01furi,
    #detailBoxFuri .detailKakoTtl {
      border-bottom: 4px solid #E387A2;
      }
    #detailBoxRen .detailKakoTtl {
      border-bottom: 4px solid #5F6DB1;
      }
    #detailBoxSirohan .detailKakoTtl {
      border-bottom: 4px solid #E1D773;
      }


      .fukiTtl01furi label,
      #detailBoxFuri .detailKakoTtl label,
      #detailBoxRen .detailKakoTtl label,
      #detailBoxSirohan .detailKakoTtl label {
        cursor :pointer;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 20px 20%;
        font-size: 1.2em;
        font-weight: normal;
      }




  .fukiTtl01furi label,
  #detailBoxFuri .detailKakoTtl label {
    background: url(./../../../../img/cmn/moreIcn01.png) no-repeat 98% 50%;
    color: #CC1F53;
    }
  #detailBoxRen .detailKakoTtl label {
      background: url(./../../../../img/cmn/moreIcn02.png) no-repeat 98% 50%;
      color: #5F6DB1;
      }
  #detailBoxSirohan .detailKakoTtl label {
      background: url(./../../../../img/cmn/moreIcn03.png) no-repeat 98% 50%;
      color: #E1D773;
      }






      .fukiBox input,.detailKako input,.oriChkBx input {
        display: none;
      }

      .oriChkBx {
        background: #F9F7F8;
        padding: 0.5% 2.5%;
        line-height: 100%;
        margin-bottom: 2.5%;
       }

  /*中身を非表示にしておく*/
  .fukiBoxIn,
  .detailKakoIn,
  .oriChkBxIn {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    font-size: 100%;
  　　}
  .detailKakoIn {
    margin-top: 5%;
  }

  .oriChkBxIn p {
    line-height: 160%;
  }



    .oriChkTtl{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .oriChkTtl {
    display: block;
    color: #333;
    font-weight: normal;
    }
    .oriChkTtl::after,
    .oriChkTtl::before {
    content: "";
    position: absolute;
    right: 2%;
    width: 4px;
    height: 0.75em;
    background-color: #CC2054;
    transition: all 0.3s;
    }
    .oriChkTtl::after {
    transform: rotate(90deg);
    }

    .oriChkTgl:checked + .oriChkTtl::before {
    transform: rotate(90deg) ;
    }

    .oriChkTtl label {
      width: 100%;
      cursor: pointer;
      font-weight: normal;
      background: url(./../../../../img/detail/oriChkIcn01.png) no-repeat 5px center / 21px;
      padding-left: 40px;

    }

  /*クリックで中身表示*/
  .fukiBox input:checked ~ .fukiBoxIn,
  .detailKako input:checked ~ .detailKakoIn,
  .oriChkBx input:checked ~ .oriChkBxIn {
      height: auto;
      opacity: 1;
      padding: 20px 0;
      }



      /*---2024.08.26--*/
      #undercolumn_cart #detailBoxFuri .detailKakoTtl {
        padding-bottom: 0px;
        margin-top: 0;
        margin-bottom: 0;
      }
       #undercolumn_cart #detailBoxFuri .detailKakoTtl label {
         font-size: 1.0em;
         background-size: 20px;
         padding: 10px 10%;
       }
       #undercolumn_cart .detailKakoIn {
         margin-top: 0%;
       }
       #undercolumn_cart .detailKako input:checked ~ .detailKakoIn {
         margin-top: 10px;
       }
       /*---2024.08.26--*/




@media screen and (max-width:668px){
  .fukiTtl01furi label {
    text-align: left;
    background-size: 25px;
    font-size: 1.0em;
    padding: 10px 30px 10px 10px;

  }
  #detailBoxFuri .detailKakoTtl label ,
  #detailBoxRen .detailKakoTtl label,
  #detailBoxSirohan .detailKakoTtl label {
    text-align: left;
    background-size: 25px;
    font-size: 1.0em;
    padding: 10px 30px 10px 10px;
  }
}

/*--カッコボックス--*/

.kakoBox {
  overflow: hidden;
  margin:2em 0;
  padding: 10% 5%;
  position: relative;
  height: auto;
  border: solid 1px #CCCCCC;
  }
  .kakoBox01 {
    text-align: center;
    }
    .kakoBox01 img {width: 60%;}

  .kakoBox:before,.kakoBox:after{
      content:'';
      width: 100%;
      height: 50px;
      position: absolute;
      display: inline-block;
  }
  .kakoBox:before{
    border: solid 2px #5767bf;
    border-bottom: none;
    top:0; left: 0;
    }
  .kakoBoxFuri:before {
    border: solid 2px #E1396C;
    border-bottom: none;
    top:0; left: 0;
   }
  .kakoBox:after{
    border: solid 2px #5767bf;
    border-top: none;
    bottom:0; left: 0;
    }
  .kakoBoxFuri:after{
    border: solid 2px #E1396C;
    border-top: none;
    bottom:0; left: 0;
    }


    .kakoBox p {
      width: auto;
      position: relative;
    }
    .kakoBox ul {
      position: relative;
    }

.hiroHabaImg {
  width: auto;
  display: block;
  margin: 0 auto 5%;
  }
@media screen and (max-width:568px){
  .hiroHabaImg {
    width: 80%;
  }
}


.setBox01,.setBox02,.setBox03 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5%;
  }
  .setBox01 img { width: 100%; }
  .setBox01-01 {
    width: 46%;
    float: left;
    }
  .setBox01-02 {
    width: 52%;
    float: right;
    }
  .setBox01-02 img:first-child { margin-bottom: 4%;}

.setBox02 {
  display: flex;
  justify-content:space-between;
  }



.setBox02 img {
  width: 48.68%;
  }
.flowLst li .setBox02 img {
  width: 48.68%;
  }
@media screen and (max-width:568px){
  .setBox02 {
    display: block;
    }
  .setBox02 img {
    width: 100%;
    margin-bottom: 5%;
    }
}



.setBox03 {
  text-align: center;
  }

.setBox03 img {
  width: auto;
  }
@media screen and (max-width:568px){
  .setBox03 img {
    width: 100%;
  }
}

.setTbl01 {
  width: 100%;
  margin-bottom: 2%;
  }
  .setTbl01 td {
    width: 33.33%;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.0em;
    padding: 10px 0;
    }
  .setTbl01 tr:nth-child(odd) td {
    background: #F2F2F2;
  }


.cmnTbl01 {
  width: 100%;
  }
  .cmnTbl01 th {
    background: #F3F3F3;
    text-align: center;
    vertical-align: middle;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    font-weight: normal;
    padding: 5%;
  }
  .cmnTbl01 td {
    text-align: center;
    vertical-align: middle;
    border-bottom: #CCCCCC 1px solid;
    padding: 5%;


    white-space: wrap;
  }
  .cmnTbl01 td p {
    white-space: wrap;

  }

  .cmnTbl01 td b {
    color: #CC2155;
    }

  .cmnTbl01 tr:last-child th ,.cmnTbl01 tr:last-child td {
    border-bottom: none;
  }

  .cmnTbl02 {
    width: 100%;
  }
    .cmnTbl02 th {
      border-bottom: 1px solid #CCCCCC;
      font-weight: normal;
      padding: 10px;
      text-align: center;
    }
    .cmnTbl02 td {
      border-bottom: 1px solid #CCCCCC;
      padding: 10px;

    }

.voiceTLst {
  padding: 0;
  list-style: none;
  margin-bottom: 10%;
  overflow: hidden;
  }
  .voiceTLst li {
    float: left;
    width: 50%;
    list-style: none;
  }
  .voiceTLst li img { width: 100%;}


.voiceCLstWrap {
  width: 100%;
  list-style: none;
  overflow-x: auto;

  xwhite-space: nowrap;
  x-webkit-overflow-scrolling: touch;
  margin-bottom: 5%;
  }

  .voiceCLst {
    padding: 0 0 20px 0;
    width: 300%;
    }
  .voiceCLst li {
    border: #C5B78B 2px solid;
    width: 30%;
    padding: 0.5%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 10px rgba(231,219,184);
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
   }
  .voiceCLst a li p {
    color: #333;
  }



  .voiceCLst li img {
    width: 31%;
    float: left;
    }

  .voiceCLstTtl {
    background: url(./../../../../img/cmn/cmnIcn05.gif) no-repeat 2% 50%;
    background-size: 20px;
    padding: 5px 0 5px 35px;
    color: #8A721F;
    margin: 0 0 5px 0;
    font-size: 120%;
    width: 100%;
  }
  .voiceCLst p {
    font-size: 100%;
    width: 66%;
    float: right;
  }

  @media screen and (min-width:991px){
    .voiceCLstTtl {
      background-size: auto;
      padding: 5px 0 5px 55px;
      width: 66%;
      float: right;
    }
  }

  @media screen and (min-width:650px){

    .voiceCLstTtl {
      font-size: 140%;

    }
    .voiceCLst p {
      font-size: 120%;
    }

  }




  .cmnBox01 {
    background: #FDF7F8;
    padding: 2.5%;
    }
  .cmnBox02 {
    background: #F3F3F3;
    padding: 2.5%;
  }

  .cmnBox02-01Wrap {
    position: relative;
    text-align: center;
    padding-bottom: 10%;
  }
  .cmnBox02-01 {
    background: #F3F3F3 url(./../../../../img/cmn/cmnBg02.png) no-repeat center bottom;
    padding: 2.5% 2.5% 20% 2.5%;
  }

  .cmnTtl02-01Img {
    width: 30%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }


@media screen and (max-width:668px){
  .cmnBox02-01Wrap {
    padding-bottom: 14%;
  }
  .cmnTtl02-01Img {
    width: 40%;
  }
}

  .cmnBox03 {
    background: #F3F3F3 url(./../../../../img/cmn/cmnBg01.jpg) no-repeat top center;
    background-size: 100%;
    padding: 15% 2.5% 1.5% 2.5%;
    margin: 0;
  }

.half {
  width: 48%;
}


  .whiteBox {
    background: white;
    padding: 2.5%;
  }
.reiLst01Wrap {
  width: 100%;
  list-style: none;
  overflow-x: auto;
  xwhite-space: nowrap;
  x-webkit-overflow-scrolling: touch;
  margin-bottom: 5%;
  }


.reiLst01 {
  padding: 0;
  width: 300%;
  }
  .reiLst01 li {
    float: left;
    list-style: none;
    width: 9%;
    padding: 0;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    }
    .reiLst01 li img {
      width: 100%;
      border-radius: 10px;
    }

.cmnLst01 {
  width: 100%;
  overflow: hidden;
  }
  .cmnLst01 li {
    float: left;
    width: 33.33%;
    text-align: center;
  }
  .cmnLst01 li img {
    width: 70%;
  }
  .cmnLst01 li a:hover img {
    opacity: 0.7;
  }
@media screen and (max-width:668px){
  .cmnLst01 li img {
    width: 80%;
  }

}


/*----パンくず---*/


    .panLst *, .panLst *:after, .panLst *:before {
    	        box-sizing: border-box;
    }
.panLst {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 5%;
  background: #E5E5E5;
  }


    .panLst ol {
    	overflow: hidden;
    	width: 100%;
    	margin: 0% auto 0% ;
    	padding: 0;
    	list-style: none;
      background: #EBEBEB;
      border-radius: 5px;
      border: 1px solid #DDD;


      white-space: nowrap;
    }
    .panLst li {
    	display: inline-block;
    	padding: 0;
    	margin: 0 0 0 0;
      list-style: none;
      text-overflow: ellipsis;
    }
    .panLst a {
    	position: relative;
    	display: inline-block;
    	margin: 0;
    	padding: 0.7em 1em 0.7em 2em;
    	text-decoration: none;
    	color: #CC1F53;
    	background-color: white;
    }
    .panLst li:first-child a {
    	padding-left: 1em;
    	border-radius: 5px 0 0 5px;
      background:        #D54A74;
      border-left-color: #D54A74;
    }
    .panLst a:after,
    .panLst a:before {
    	position: absolute;
    	top: 50%;
    	right: -1.5em;
    	margin-top: -1.48em;
    	content: '';
    	border-top: 1.48em solid transparent;
    	border-bottom: 1.48em solid transparent;
    	border-left: 1.5em solid;
    	}

    .panLst a:after {
    	z-index: 2;
    	border-left-color: #FFF;
    }
    .panLst li:first-child a:after {
      border-left-color: #D54A74;

    }

    .panLst a:before {
    	z-index: 1;
    	right: -1.6em;
    	border-left-color: #DDDDDD;
    }

@media screen and (max-width:992px){

.panLst {

  }
  .panLst ol {
  }

.panLst a {
  font-size: 80%;
  padding: 0.4em 1em 0.4em 2em;
  }
  .panLst a img {
    width: 15px;
  }


}

/*---swiper----*/
.swiper-wrapper li img {
  width: 100%;
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 20px; /* ボタンの幅 */
	height: 20px; /* ボタンの高さ */
	background-size: 20px 20px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -10px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

.detailBox01img .swiper-button-prev,
.detailBox01img .swiper-button-next {
  width: 20px; /* ボタンの幅 */
	height: 20px; /* ボタンの高さ */
	background-size: 20px 20px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -10px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  }


/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(./../../../../img/cmn/swiperIcn01.png);
	transform: scale(-1, 1); /* 左右反転 */
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(./../../../../img/cmn/swiperIcn01.png);

}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}






#detailSwipe .swiper-slide-next { opacity: 0.5; }
#detailSwipe .swiper-slide-prev { opacity: 0.5; }


.thumblist {
  width: 100%;
}
.thumblist li {
  width: 18%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  }
  .thumblist li:nth-child(5n){
    margin-right: 0;
  }
  .thumblist li img {
    width: 100%;
    opacity: 0.5;
  }
  .thumblist li.current img {
    opacity: 1.0;
  }
  .thumblist li img:hover {
    opacity: 1.0;
  }



.inclLst01,.inclLst02 {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
  .inclLst01 li {
    float: left;
    width: 33.33%;
    padding: 25% 0 10% 0;
  }
  .inclLst02 li {
    float: left;
    width: 50%;
    padding: 25% 0 10% 0;
    }


  .inclLst01 li:nth-child(2) {
    padding: 30% 0 5% 0;
  }
  .inclLst01 li img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .inclLst02 li img {
    width: 40%;
    display: block;
    margin: 0 auto;
    }
@media screen and (max-width:668px){
  .inclLst01 li img { width:80%;}
  .inclLst02 li img { width:60%;}

}

  .inclLst01two li:nth-child(1) { background: #F3F3F3 url(./../../../../img/remake/twoway/twowayImg08.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01two li:nth-child(2) { background: #F3F3F3 url(./../../../../img/remake/twoway/twowayImg09.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01two li:nth-child(3) { background: #F3F3F3 url(./../../../../img/remake/twoway/twowayImg10.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01orifuri li:nth-child(1) { background: #F3F3F3 url(./../../../../img/remake/orifuri/orifuriImg08.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01orifuri li:nth-child(2) { background: #F3F3F3 url(./../../../../img/remake/orifuri/orifuriImg09.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01orifuri li:nth-child(3) { background: #F3F3F3 url(./../../../../img/remake/orifuri/orifuriImg10.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01ren li:nth-child(1) { background: #F3F3F3 url(./../../../../img/rental/rentalImg02.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01ren li:nth-child(2) { background: #F3F3F3 url(./../../../../img/rental/rentalImg03.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01ren li:nth-child(3) { background: #F3F3F3 url(./../../../../img/rental/rentalImg04.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01ren li.montuki:nth-child(1) { background: #F3F3F3 url(./../../../../img/detail/montukiImg01.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01ren li.montuki:nth-child(2) { background: #F3F3F3 url(./../../../../img/detail/montukiImg02.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01ren li.tomesode:nth-child(1) { background: #F3F3F3 url(./../../../../img/detail/tomesodeImg01.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01ren li.tomesode:nth-child(2) { background: #F3F3F3 url(./../../../../img/detail/tomesodeImg02.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01ren li.siromuku:nth-child(1) { background: #F3F3F3 url(./../../../../img/detail/siromukuImg01.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01ren li.wdress:nth-child(1) { background: #F3F3F3 url(./../../../../img/detail/wdressImg01.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01ren li.wdress:nth-child(2) { background: #F3F3F3 url(./../../../../img/detail/wdressImg02.jpg) no-repeat center top; background-size: 100%;}



  .inclLst01sirohan li:nth-child(1) { background: #F3F3F3 url(./../../../../img/sirohan/sirohanImg04.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01sirohan li:nth-child(2) { background: #F3F3F3 url(./../../../../img/sirohan/sirohanImg05.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01sirohan li:nth-child(3) { background: #F3F3F3 url(./../../../../img/sirohan/sirohanImg06.jpg) no-repeat center top; background-size: 100%;}

  .inclLst01oriuchi li:nth-child(1) { background: #F3F3F3 url(./../../../../img/remake/oriuchi/oriuchiImg08.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01oriuchi li:nth-child(2) { background: #F3F3F3 url(./../../../../img/remake/oriuchi/oriuchiImg09.jpg) no-repeat center top; background-size: 100%;}
  .inclLst01oriuchi li:nth-child(3) { background: #F3F3F3 url(./../../../../img/remake/oriuchi/oriuchiImg10.jpg) no-repeat center top; background-size: 100%;}

  .inclLst02ren li:nth-child(1) { background: #F3F3F3 url(./../../../../img/detail/kakesitaImg01.jpg) no-repeat center top; background-size: 100%;}
  .inclLst02ren li:nth-child(2) { background: #F3F3F3 url(./../../../../img/detail/kakesitaImg02.jpg) no-repeat center top; background-size: 100%;}



  /* 流れ
  ----------------------------------------------- */

.flowLst {
  max-width: 800px;
  margin: 0 auto;
}

.flowLst .flowLstTtl {
  font-size: 1.4em;
  margin-bottom: 2.5%;
  padding: 5px 10px 5px;
  display: inline-block;
  }
.flowLst li { padding-bottom: 9px; margin-bottom: 5%; }
.flowLst li img { width: 100%; }
.flowLst .flowBox {
  padding-bottom: 10px;
  }



.flowSirohan .flowBox,.flowFurihan .flowBox,.flowDHan .flowBox,.flowDhan02 .flowBox { border-bottom: #E7E6E0 2px solid; }
.flowRen .flowBox ,.flowHalf .flowBox    { border-bottom: #D0D5E3 2px solid; }
.flowExt .flowBox, .flowUchi .flowBox,
.flowFuri .flowBox    { border-bottom: #ECE1E6 2px solid; }
.flowTwo .flowBox     { border-bottom: #E7E6E0 2px solid; }
.flowPhoto .flowBox   { border-bottom: #E2EDE0 2px solid; }

.flowDhan02 li:last-child .flowBox { border-bottom: 0;}

.flowSirohan li,.flowFurihan li {
  background: url(./../../../../img/sirohan/sirohanBg06.png) no-repeat center bottom; }
.flowRen li,.flowHalf li     { background: url(./../../../../img/rental/rentalBg05.png) no-repeat center bottom; }
.flowExt li     { background: url(./../../../../img/extend/extendBg04.png) no-repeat center bottom; }
.flowFuri li,.flowUchi li    {
  background: url(./../../../../img/remake/orifuri/orifuriBg08.png) no-repeat center bottom; }
.flowTwo li,.flowDHan li,.flowDhan02 li { background: url(./../../../../img/remake/twoway/twowayBg05.png) no-repeat center bottom;}
.flowPhoto li   { background: url(./../../../../img/photo/photoBg07.png) no-repeat center bottom;}

.flowLst li { background-size: 100px; }

.flowLst li.dlt,.flowLst li:last-child { background-image: none; }
.flowLst li:last-child {margin-bottom: 5%; }

.flowLst li.dlt {
  position: relative;
  }

.flowLst li .flowImg01 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: auto;
}

.flowFuri li.dlt .flowImg01,
.flowUchi li.dlt .flowImg01,
.flowRen li.dlt .flowImg01,
.flowFurihan li.dlt .flowImg01
 {
  left: auto;
  right: 10%;
}


@media screen and (max-width:990px){
  .flowLst li.dlt img.flowImg01 {
     width: 30%;
  }

}

.flowLst li .fCatNav {
  padding-top: 4%;
  padding-bottom: 0%;
}

.flowLst li .fCatNav li {
  background: none;
  margin-bottom: 3%;
  }


.flowSirohan .flowLstTtl,
.flowFurihan .flowLstTtl{
  color: #E0D772;
  border-bottom: 1px solid #BDB997;
  }
.flowRen .flowLstTtl,.flowHalf .flowLstTtl {
  color: #3F4DB8;
  border-bottom: 1px solid #828AC1;
  }
.flowExt .flowLstTtl,
.flowFuri .flowLstTtl {
  color: #CC1F52;
  border-bottom: 1px solid #D5869B;
  }
  .flowUchi .flowLstTtl{
   color: #A33DA0;
   border-bottom: 1px solid #CAA2CA;
   }


.flowTwo .flowLstTtl {
  color: #97936E;
  border-bottom: 1px solid #CCCCCC;
  }

.flowPhoto .flowLstTtl {
  color: #4ABB2D;
  border-bottom: 1px solid #A7D896;
  }
.flowDHan .flowLstTtl,.flowDhan02 .flowLstTtl {
  color: #E0D772;
  border-bottom: 1px solid #BDB997;
  }

.flowLst p {
  font-size: 100%;
}

.flowLst p span {
  padding: 5px;
  color: white;
  font-size: 80%;
  }

.flowSirohan p span , .flowFurihan p span { background: #BDB997;}
.flowRen p span     { background: #828AC1;}
.flowTwo p span     { background: #AFAE7A;}
.flowUchi p span    { background: #B38CB3;}
.flowFuri p span    { background: #D18383;}
.flowDHan p span    { background: #BDB997;}


.flowSirohan li:nth-child(1) .flowBox, .flowFurihan li:nth-child(1) .flowBox {
  background: url(./../../../../img/sirohan/sirohanBg01.gif) no-repeat 100% 90%;
  }
.flowSirohan li:nth-child(2) .flowBox,.flowFurihan li:nth-child(2) .flowBox {
  background: url(./../../../../img/sirohan/sirohanBg02.gif) no-repeat 100% 90%;
  }
.flowSirohan li:nth-child(3) .flowBox,.flowFurihan li:nth-child(3) .flowBox,.flowFurihan li:nth-child(7) .flowBox {
  background: url(./../../../../img/sirohan/sirohanBg03.gif) no-repeat 100% 90%;
  }
.flowSirohan li:nth-child(4) .flowBox,.flowFurihan li:nth-child(4) .flowBox {
  background: url(./../../../../img/sirohan/sirohanBg04.gif) no-repeat 100% 90%;
  }
.flowSirohan li:nth-child(6) .flowBox,.flowFurihan li:nth-child(6) .flowBox {
  background: url(./../../../../img/sirohan/sirohanBg05.gif) no-repeat 100% 90%;
  }
  .flowFurihan li:nth-child(8) .flowBox {
    background: url(./../../../../img/sirohan/sirohanBg06.gif) no-repeat 100% 90%;
  }

.flowSirohan li:nth-child(n) .flowBox, .flowFurihan li:nth-child(n) .flowBox {
  background-size: 15%;
  }
.flowSirohan li:nth-child(4) .flowBox ,.flowSirohan li:nth-child(6) .flowBox,
.flowFurihan li:nth-child(4) .flowBox ,.flowFurihan li:nth-child(6) .flowBox,.flowFurihan li:nth-child(8) .flowBox {
  background-size: 30%;
}


.flowRen li:nth-child(1) .flowBox { background: url(./../../../../img/rental/rentalBg01.gif) no-repeat 100% 90%; }
.flowRen li:nth-child(2) .flowBox { background: url(./../../../../img/rental/rentalBg02.gif) no-repeat 100% 90%; }
.flowRen li:nth-child(3) .flowBox { background: url(./../../../../img/rental/rentalBg03.gif) no-repeat 100% 90%; }
.flowRen li:nth-child(5) .flowBox { background: url(./../../../../img/rental/rentalBg04.gif) no-repeat 100% 90%; }

.flowRen li:nth-child(n) .flowBox { background-size: 15%; }
.flowRen li:nth-child(3) .flowBox,.flowRen li:nth-child(5) .flowBox { background-size: 30%;  }


.flowExt li:nth-child(1) .flowBox { background: url(./../../../../img/extend/extendBg01.gif) no-repeat 100% 90%; }
.flowExt li:nth-child(2) .flowBox { background: url(./../../../../img/extend/extendBg02.gif) no-repeat 100% 90%; }
.flowExt li:nth-child(3) .flowBox { background: url(./../../../../img/extend/extendBg03.gif) no-repeat 100% 90%; }

.flowExt li:nth-child(n) .flowBox { background-size: 15%; }


.flowFuri li:nth-child(1) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg01.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(2) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg02.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(3) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg03.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(4) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg04.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(5) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg05.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(7) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg06.gif) no-repeat 100% 90%; }
.flowFuri li:nth-child(8) .flowBox { background: url(./../../../../img/remake/orifuri/orifuriBg07.gif) no-repeat 100% 90%; }

.flowPhoto li:nth-child(1) .flowBox{ background: url(./../../../../img/photo/photoBg02.gif) no-repeat 100% 90%; }
.flowPhoto li:nth-child(3) .flowBox{ background: url(./../../../../img/photo/photoBg03.gif) no-repeat 100% 90%; }
.flowPhoto li:nth-child(4) .flowBox{ background: url(./../../../../img/photo/photoBg04.gif) no-repeat 100% 90%; }
.flowPhoto li:nth-child(5) .flowBox{ background: url(./../../../../img/photo/photoBg05.gif) no-repeat 100% 90%; }
.flowPhoto li:nth-child(6) .flowBox{ background: url(./../../../../img/photo/photoBg06.gif) no-repeat 100% 90%; }
.flowPhoto li:nth-child(7) .flowBox{ background: url(./../../../../img/photo/photoBg07.gif) no-repeat 100% 90%; }



.flowFuri li:nth-child(n) .flowBox { background-size: 15%; }
.flowFuri li:nth-child(3) .flowBox,.flowFuri li:nth-child(5) .flowBox,
.flowFuri li:nth-child(7) .flowBox,.flowFuri li:nth-child(8) .flowBox  {
   background-size: 30%;
   }



   .flowUchi li:nth-child(1) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg01.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(2) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg02.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(3) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg03.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(4) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg04.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(5) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg05.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(6) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg06.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(7) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg07.gif) no-repeat 100% 90%; }
   .flowUchi li:nth-child(8) .flowBox { background: url(./../../../../img/remake/oriuchi/oriuchiBg08.gif) no-repeat 100% 90%; }


   .flowUchi li:nth-child(n) .flowBox { background-size: 15%; }
   .flowUchi li:nth-child(3) .flowBox,.flowUchi li:nth-child(5) .flowBox,
   .flowUchi li:nth-child(7) .flowBox,.flowUchi li:nth-child(8) .flowBox  {
      background-size: 30%;
      }



.flowTwo li:nth-child(1) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg05.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(2) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg06.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(3) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg07.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(4) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg08.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(5) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg09.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(7) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg10.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(8) .flowBox { background: url(./../../../../img/remake/twoway/twowayBg11.gif) no-repeat 100% 90%; }
.flowTwo li:nth-child(n) .flowBox { background-size: 15%; }
.flowTwo li:nth-child(3) .flowBox,.flowTwo li:nth-child(5) .flowBox,
.flowTwo li:nth-child(7) .flowBox,.flowTwo li:nth-child(8) .flowBox  {
   background-size: 30%;
   }


.flowDHan li:nth-child(1) .flowBox { background: url(./../../../../img/dresshan/dressHanBg03.gif) no-repeat 100% 90%; }
.flowDHan li:nth-child(2) .flowBox { background: url(./../../../../img/dresshan/dressHanBg04.gif) no-repeat 100% 90%; }
.flowDHan li:nth-child(3) .flowBox { background: url(./../../../../img/dresshan/dressHanBg05.gif) no-repeat 100% 90%; }
.flowDHan li:nth-child(4) .flowBox { background: url(./../../../../img/dresshan/dressHanBg06.gif) no-repeat 100% 90%; }
.flowDHan li:nth-child(n) .flowBox { background-size: 15%; }
.flowDHan li:nth-child(3) .flowBox { background-size: 10%; }
.flowDHan li:nth-child(4) .flowBox  { background-size: 30%; }


.flowPhoto .photoBtn01 {
  margin: 0 auto;

}


/* よくある質問
----------------------------------------------- */

.qaLst input {
  display: none;
}
/*中身を非表示にしておく*/
.qaBox {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.qaLst li input:checked ~ .qaBox {
    height: auto;
    opacity: 1;
    padding: 20px 0;
    }



.qaLst .qaTtl {
  border-bottom: 1px solid #CCCCCC;
  font-weight: normal;
  }
.qaLst .qaTtl label {
  padding: 10px 50px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-weight: normal;

  cursor: pointer;

}




.qaLst p {
  padding: 2.5%;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.qaSirohan .qaTtl { background: url(./../../../../img/sirohan/sirohanIcn01.gif) no-repeat 10px 50%; }
.qaRental .qaTtl  { background: url(./../../../../img/rental/rentalIcn01.gif) no-repeat 10px 50%; }
.qaFuri .qaTtl    { background: url(./../../../../img/remake/orifuri/orifuriIcn01.gif) no-repeat 10px 50%; }
.qaPhoto .qaTtl   { background: url(./../../../../img/photo/photoIcn01.gif) no-repeat 10px 50%; }


.qaSirohan label { background: url(./../../../../img/sirohan/sirohanIcn02.gif) no-repeat 98% 50%; }
.qaRental label  { background: url(./../../../../img/rental/rentalIcn02.gif) no-repeat 98% 50%; }
.qaFuri label    { background: url(./../../../../img/remake/orifuri/orifuriIcn02.gif) no-repeat 98% 50%; }
.qaPhoto label   { background: url(./../../../../img/photo/photoIcn02.gif) no-repeat 98% 50%; }

@media screen and (max-width:668px){

  .qaLst .qaTtl {
    background-size: 20px;
  }
  .qaLst label {
    padding: 10px 20px;
    background-size: 20px;
  }

}

.qaSirohan p { background: #FDFDF7;}
.qaRental p  { background: #F7FBFD;}
.qaFuri p    { background: #FEF3F7;}
.qaPhoto p   { background: #F5FDF4;}

.qaFuri p b  { color: #6B263F;}

.qaLst li p a {
  background: url(./../../../../img/cmn/cmnIcn04.gif) no-repeat center left;
  color: #CC1F52;
  text-decoration: underline;
  padding-left: 25px;
  }

  .qaLst li p a:hover {
    text-decoration: none;
  }

/*--クリーニング--*/


.cmnCleanTbl01 {
  width: 100%;
  background: url(./../../../../img/cmn/cmnCleanBg01.jpg) no-repeat center top;
  background-size: 100%;
  padding-top: 18.6274%;
  height: auto;
  border-collapse: separate;
  }
  .cmnCleanTbl01 img {
    width: 100%;

  }
  .cmnCleanTbl02 {
    width: 100%;
    border-collapse: separate;

  }

.cmnCleanTbl01 th {
  width: 33.33%;
  padding-bottom: 5%;
}
.cmnCleanTbl01 th:nth-child(2){
  padding-top: 10%;
}

  .cmnCleanTbl01 th img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
@media screen and (max-width:668px){
  .cmnCleanTbl01 th img {
    width: 80%;
  }
}

.cmnCleanTbl01 td,.cmnCleanTbl02 td {
  text-align: center;
  font-size: 120%;
  padding: 0 1%;
  width: 33.33%;

  border-right:  1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  }
  .cmnCleanTbl01 td:last-child,
  .cmnCleanTbl02 td:last-child {
    border-right: none;
  }
  .cmnCleanTbl01 tr:last-child td,
  .cmnCleanTbl02 tr:last-child td {
    border-bottom: none;
  }

  .cmnCleanTbl01 td p,
  .cmnCleanTbl02 td p {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    color: #59D852;
    font-size: 100%;
    text-align: center;
    }
    .cmnCleanTbl01 td p span,
    .cmnCleanTbl02 td p span {
      font-size: 80%;
    }

  .cmnCleanTbl01 td b,
  .cmnCleanTbl02 td b {
    color: #0DBF04;
    font-weight: normal;
  }



.cmnCleanTbl01 td span.cmnCleanTbl01fuki,
.cmnCleanTbl02 td span.cmnCleanTbl01fuki {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 100px;
  max-width: 90%;
  font-size: 80%;
  color: #FFF;
  font-size: 12px;
  background: #5BD852;
}

.cmnCleanTbl01 td span.cmnCleanTbl01fuki:before,
.cmnCleanTbl02 td span.cmnCleanTbl01fuki:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #5BD852;
}


@media screen and (min-width:768px){
.cmnCleanTbl01 td,
.cmnCleanTbl02 td {
  font-size: 160%;
}
  .cmnCleanTbl01 td span,
  .cmnCleanTbl02 td span {
    font-size: 16px;
  }

}

/*--レンタル衣装一覧リンク--*/

.rentalLst01 {
  width: 100%;
  overflow: hidden;
  }
  .rentalLst01 li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    }
    .rentalLst01 li img {
      width: 100%;
      margin-bottom: 10%;
    }
    .rentalLst01 li a:hover img {
      opacity: 0.7;
    }
  .rentalLst01 li p {
    text-align: center;
  }
  .rentalLst01 li a p {
    color: #000000;
    border-bottom: #5F6DB1 1px solid;
    display: inline-block;
  }
  .rentalLst01 li a:hover p {
    border-bottom: #1C21F4 1px solid;
    color: #1C21F4;
  }

/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 40px;
}

.cmnBtn01{
  text-align: center;
  }


.cmnBtn01 a {
  color: white;
  display: inline-block;
  margin: 0 auto;
  min-width: 50%;
  text-align: center;
  font-size: 120%;
  padding: 20px;
  text-decoration: none;
  }

@media screen and (min-width:768px){
    .cmnBtn01 a {
      font-size: 140%;
    }
    }


  .cmnBtn01furi a {
    background: #E85064;
    border-bottom: #CC2155 2px solid;
    }
  .cmnBtn01siro a {
    background: #E1D773;
    border-bottom: #CBBE61 2px solid;
    }
  .cmnBtn01ren a {
    background: #5F6DB1;
    border-bottom: #24295E 2px solid;
    }
  .cmnBtn01two a {
    background: #FFFFFF;
    border: #CCCCCC 1px solid;
    border-bottom: #AFAFAF 2px solid;
    color: #444333;
    }
  .cmnBtn01uchi a {
    background: #774477;
    border-bottom: #602F5C 2px solid;
    }
  .cmnBtn01cmn a {
    background: #BD1F4F;
    border-bottom: #5F2336 2px solid;
    }
  .cmnBtn01clean a {
    background: #5BD852;
    border-bottom: #51B546 2px solid;
  }


  .cmnBtn01 a:hover {
    border-bottom: none;
    margin-top: 2px;
    text-decoration: none;
  }
  .cmnBtn01furi a:hover { background: #CC2155; }
  .cmnBtn01siro a:hover { background: #CBBE61; }
  .cmnBtn01ren a:hover  { background: #24295E; }
  .cmnBtn01two a:hover  { background: #AFAFAF; color: white; }
  .cmnBtn01ren a:hover  { background: #602F5C; }
  .cmnBtn01cmn a:hover  { background: #5F2336; }


  .cmnBtn01 a span{
    background: url(./../../../../img/cmn/cmnIcn01.gif) no-repeat 0% 50%;
    padding: 0 0 0 40px;
    }
.cmnBtn01two a span {
    background: url(./../../../../img/cmn/cmnIcn02.gif) no-repeat 0% 50%;
    padding: 0 0 0 40px;
    }
    .cmnBtn01 a:hover span {background-position: 5px 50%;}

@media screen and (max-width:668px){
  .cmnBtn01 a { padding: 10px;}
    .cmnBtn01 a span {
      background-size: 10px;
      padding: 0 0 0 15px;
      font-size: 80%;
      }
   .cmnBtn01 a:gover span {
     background-position: 2px 50%;
   }
  }

.cmnBtn02LstWrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 5%;
  }

  .cmnBtn02LstWrap .w200pct {
    width: 200%;
  }
  .cmnBtn02LstWrap .w200pct li {
    width: 31%;
    margin-bottom: 0;
  }

  .cmnBtn02Lst {
    display: flex;
    justify-content:space-between;
    }


  .cmnBtn02Lst li {
    width: 48%;
    margin-bottom: 5%;
  }

@media screen and (max-width:668px){
  .cmnBtn02Lst {
  display:block;
  }

  .cmnBtn02Lst li {
    width: 100%;
  }
  .cmnBtn02LstWrap .w200pct {
  display: flex;
  }

  .cmnBtn02LstWrap .w200pct li {
    width: 31%;
  }

}


  .cmnBtn02 {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    }
  .cmnBtn02furi {
    background: #CC2155 url(./../../../../img/cmn/cmnBtn01.jpg) no-repeat top right;
    background-size: 37.77%;
    }
  .cmnBtn02uchi {
    background: #A33DA0 url(./../../../../img/cmn/cmnBtn02.jpg) no-repeat top right;
    background-size: 37.77%;
    }
  .cmnBtn02two {
    background: #FFFFFF url(./../../../../img/cmn/cmnBtn03.jpg) no-repeat top right;
    background-size: 37.77%;
    border: #000000 1px solid;
    }

  .cmnBtn02:hover {
    opacity: 0.7;
  }


	.cmnBtn02:before {
	content:"";
	display: block;
  padding-top: 33%;
		}
  .cmnBtn02:after {
    content: "";
    position: absolute;
    background: url(./../../../../img/cmn/moreIcn01.gif) no-repeat top right;
    bottom: 2%;
    right: 38.2%;
    width: 8%;
    height: 8%;
  }

  .cmnBtn02two:after {
    background: url(./../../../../img/cmn/moreIcn02.gif) no-repeat top right;
  }


	.cmnBtn02 div {
	position: absolute;
  width: 100%;

  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  color: white;
  font-size: 100%;
	}

  .cmnBtn02two div {
    color: #000000;
  }

@media screen and (min-width:991px){
  .cmnBtn02 div {
    font-size: 140%;
  }
}


  .cmnBtn02 p {
    width: 62.26%;
    text-align: center;
    float: left;
    position: relative;
  }
  .cmnBtn02 p span    { border-bottom: 1px solid white;}
  .cmnBtn02two p span { border-bottom: 1px solid #000000;}



/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
}


/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}

/************************************************
 for Font Awesome
************************************************ */
.fa-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.707,M12=0.707,M21=-0.707,M22=0.707,Dx=-2,Dy=8);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(../img/owl/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(../img/owl/AjaxLoader.gif) no-repeat center center
}

.mT5pct  { margin-top:     5%;}
.mT10pct { margin-top:    10%;}


.mB0     { margin-bottom:  0;}
.mB2pct  { margin-bottom:  2%;}
.mB5pct  { margin-bottom:  5%;}
.mB10pct { margin-bottom: 10%;}
.mB20pct { margin-bottom: 20%;}

.pT10pct { padding-top:   10%;}
.pT5     { padding-top:     5px;}


.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


a:hover img.imgHover {
  opacity: 0.8;
}

/*--スマホサイズにしたとき、フッターがサイドナビに回り込むため、高さを設定--*/
#undercolumn {
  min-height: 1200px;
}



.cmnHalfBtnBx01 {
  width: 80%;
  margin-right: auto;
  margin-left:  auto;
  }
@media screen and (max-width:668px){
  .cmnHalfBtnBx01 {
    width: 100%;
    }
}



.telBox {
  text-align: center;
}
  .telBox a {
    background: #EB3F3F url(./../../../../img/cmn/telBtn01.png) no-repeat 10% center;
    background-size: 12%;
    color: white;
    display: inline-block;
    text-align: center;
    padding: 1% 15% 1% 19%;
    border-radius: 10px;
    font-size: 2.0em;
    margin: 0 auto;
  }



  .moreCateLst {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  .moreCateLst li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .moreCateLst li a {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    background: #F6F6F6;
    padding: 0px 10px 0px 25px;
    color: #404040;
    height: 40px;
    border-radius: 10px;
    position: relative;
  }
  .moreCateLst li a:before {
    content: "";
    position: absolute;
    background: #E13E6A url(./../../../../img/list/moreCateIcn.png) no-repeat center center / 8px;
    left: 0;
    width: 20px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

  }



.bLine {
  border-bottom: 1px solid #CCCCCC;
}
