/*
Theme Name: businesspress　高級呉服買取サービス カスタム
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.7
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: businesspress
*/
/*日本語設定*/
html{
   font-size: 100%;
   overflow:visible;

}
@media(min-width:480px){
    .only_sp{
        display: none !important;
    }
}
@media(max-width:480px){
    .only_pc{
        display: none !important;
    }
}
.site-header{
   margin-bottom: 0;
}
.main-header,
.main-header-clone-show{
   z-index: 99999;
}
@media(min-width:480px){
   .main-navigation a:hover {
      font-weight: bold;
   }
}
@media(min-width:780px){
   #page{
      position: relative;
   }
   #page::before{
      position: absolute;
      top:0;
      left: 0;
      content:"";
      width: 8px;
      height: 100%;
      background-image: url(img/back_bar.png);
      background-repeat: repeat-y;
      background-size: contain;
      z-index: 9999;
   }
   #page::after{
      position: absolute;
      top:0;
      right: 0;
      content:"";
      width: 8px;
      height: 100%;
      background-image: url(img/back_bar.png);
      background-repeat: repeat-y;
      background-size: contain;
      z-index: 9999;
   }
}
@media(max-width:780px){
   #content{
      position: relative;
   }

   #content::before{
      position: absolute;
      top:0;
      left: 0;
      content:"";
      width: 8px;
      height: 100%;
      background-image: url(img/back_bar.png);
      background-repeat: repeat-y;
      background-size: contain;
      z-index: 9999;
   }
   #content::after{
      position: absolute;
      top:0;
      right: 0;
      content:"";
      width: 8px;
      height: 100%;
      background-image: url(img/back_bar.png);
      background-repeat: repeat-y;
      background-size: contain;
      z-index: 9999;
   }
}
.drawer-hamburger{
   z-index: 9999999;
}
.drawer-navigation {
   z-index: 999999;
}
.drawer_menu_under_box{
   position: absolute;
   bottom: 0;
}
.menu_sp_course{
   margin: 5px 0;
   padding: 5px;
   position: relative;
   height: 1.1em;
   display: flex;
   align-items: center;

}
.menu_sp_course a{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   padding-left: 10px

}
@media(min-width:780px){
   .main-navigation ul.menu > li {
      float: right;
   }
}
#footer_nav{
   display: flex;
   position: fixed;
   justify-content: space-between;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: white;
   height:50px;
   padding: 5px;
   z-index: 9999999;
}
#footer_nav button{
   width: 40%;
   text-align: center;
   color: white;
   font-size: 18px;
}
#footer_kaitori{
   background-color: #87BACC;
}
#footer_tel{
   background-color: #97CC87;

}
.application_form{
   text-align: center;
   display: flex;
   justify-content: center;
}
.application_form .icon-box-wrapper{
   display: flex;
   align-items: center;
}
.application_form .icon-box-wrapper .elementor-icon-box-icon{
   width: 50px
}
.application_form .icon-box-wrapper .elementor-icon-box-content{
   width: 250px
}
.tate{
   writing-mode: vertical-rl;
   text-orientation: mixed;
}
.tate h2{
   writing-mode: vertical-rl;
   text-orientation: mixed;
}
.tate h2{
   text-shadow: 2px 2px 1px #FFF,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}
.tate_l h2{
   writing-mode: vertical-lr;
   text-orientation: mixed;
   margin-left: 1rem !important;
}
.tate_num {
   -webkit-text-combine: horizontal;
   -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
#hero_01{
   height: 580px;
   display: flex;
}
#hero_02{
   height: 700px;
   display: flex;
}
#hero_03{
   height: 700px;
   display: flex;
}
#kaitori_hero{
   display: flex;
}
#hero_01{
}
#hero_02{
}
#hero_03_text{
   width:280px;
}
@media(min-width:480px){
   #hero_01{
      height: 750px;
      margin-bottom: 100px;
   }
   #hero_02{
      height: 850px;
      margin-bottom: 100px;
   }
   #hero_03{
      height: 800px;
      margin-bottom: 100px;
   }
}
.sticky_top{
   position: -webkit-sticky;
   position: sticky;
   top: 80px;
   z-index: 9999;
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sticky_top{
      position: relative;
   }
   #hero_01 h2{
      margin-left: 400px
   }
}
@media(min-width:480px){
   .sticky_top{
      top: 110px;
   }
}
.fixed_top{
   position: fixed;
   top:0
}
.sticky_bottom{
   position: -webkit-sticky;
   position: sticky;
   top: :400px;
   z-index: 999

}
#top_hero_img01 img{
   width:60%;
   height:auto;
}
.top_hero_img01_anime{
   transform:scale(2);
   transition-property: transform;
   transition-duration: 3s;
   /* animation: animationZoom 3s ; */
}
.top_hero_img01_anime_r{
   transform:scale(1);
   transition-property: transform;
   transition-duration: 3s;
   /* animation: animationZoom 3s ; */
}
/* @keyframes animationZoom {
   from {

  }
  to {
    transform:scale(2);
  }

} */
#top_hero_img02 img{
   filter: grayscale(100%);

}
img.top_hero_img02_anime{
   transition-property: filter;
   transition-duration: 1s;
   filter: grayscale(0%) !important;
}
img.top_hero_img02_anime_r{
   transition-property: filter;
   transition-duration: 1s;
   filter: grayscale(100%) ;
}
/* TOP　WIRKS表示部分 */
#top_works,
#top_cm{
   width: 100%;
   overflow-x: scroll;
}
#top_works ul,
#top_cm ul{
   width:700px;
   display: flex;
}
#top_works ul li,
#top_cm ul li {
   width: 130px;
   box-shadow: 1px 2px 4px 1px gray;
   margin-right: 9px;
   margin-left: 1px;
}
#top_works ul li img ,
#top_cm ul li img{
   width: 100%;
}
#top_cm .eae-pl-content-box-wrapper{
   position: relative;
   min-height: 318px;
}
#top_works .eae-pl-content-box-wrapper{
   position: relative;
   min-height: 289px;
}
#top_works .eae-pl-title,
#top_cm .eae-pl-title{
   padding: 5px;
   font-size: 16px;
}
#top_works .eae-pl-content-box ,
#top_cm .eae-pl-content-box{
   height: 8rem;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
}
#top_works .eae-pl-readmore,
#top_cm .eae-pl-readmore{
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   background-color: white;
}
#top_works .eae-pl-readmore a,
#top_cm .eae-pl-readmore a{
   display: block;
   width: 100%;
   text-align: center;
   color: #666666;
}
/* Top 人気買取り商品 */
#popularItems .elementor-tab-content{
   padding: 0;
}
#popularItems ul,
#popularItems li{
   margin: 0;
   padding: 0;
}
#popularItems ul{
   display: flex;
   justify-content: flex-start;
   overflow-x: scrolll;

}
#popularItems li{
   list-style: none;
   /* text-align: center; */
   width: 2.4rem;
   min-width: 2.4rem;
   border-right: 1px solid #d4d4d4;
   -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
}
#popularItems li a,
#popularItems li a:visited,
#popularItems li a:link,
#popularItems li a:hover{
   color: #666;
}
#popularItems li img{
   width: 2rem;
   height: auto;
}
.swiper-wrapper{
   z-index: 9999999;
}
.dialog-lightbox-widget{
   z-index: 9999999;
}
.s_wrapper{
   width: 100%;
   overflow-x: scroll;
}
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
   background:#fafafa;
   border:1px solid #ddd; padding:0px; -moz-border-radius:10px;
   -khtml-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px; margin:0 0 30px 0;

}
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:14px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit,
div.wpcf7 input.wpcf7c-btn-confirm{
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
.wpcf7-number{
   width:60px;
}
.wpcf7-form-control{
   max-width: 90%;
}


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
.form_right{
   padding-right: 200px;
}
.wpcf7 pre{
   max-width:100%;
}
@media(max-width:780px){
   .form_right{
      padding-right: 20px;
      font-size: 12px;
   }
   .wpcf7-number{
      width:40px;
   }
   input[type="number"] {
      max-width: 70px;
  }
}
/* Footer */
img.footer_site_logo{
   width:80%;
   max-width: 240px;
   margin: 0 auto;
}
.footer_info{
   width:84%;
   margin: 20px auto ;
}
.footer_info2 p{
   margin: 0 0 0 0;
   text-align:left;
   font-size: 14px;
}
.footer_copyright{
   margin-bottom: 100px;
}
@media(min-width:480px){
   .custom_footer{
      display: flex;
   }
   .footer_info1,
   .footer_info2{
      width: 50%;
   }
}
#sp_footer_nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width:100vw;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99999;
    padding: 5px;
    box-shadow: 0 -3px 3px #ccc;
}
@media(min-width:480px){
   #sp_footer_nav{
      display: none;
   }
}
.sfn_button{
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.sfn_kaitori,
.sfn_form{
   color: white;
   /* width: 140px; */
   flex-basis:100px;
}

.sfn_kaitori{
   background-color: #87BACC;
}
.sfn_form{
   background-color: #CCA487;
}
.sfn_tell{

}
.sfn_line{

}
.sfn_top{
   width:40px;
}
.sfn_top img,
.sfn_tell img,
.sfn_line img{
   width: 40px;
   height: auto;
}
.back-to-top{
   display: none;
}
#sp_footer_content{
   width:100%;
   background-color:rgba(255,255,255,0.8);
   display: none;
   position: fixed;
   bottom: 50px;
   left: 0;
   z-index: 99999;
   padding-top: 20px;
}
#sp_footer_content_box{
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.sfc_button{
   display: flex;
   position: relative;
   align-items: center;
   justify-content: center;
   height: 50px;
   margin: 0 5% 10px 5%;
   color: white;
   width: 90%;

}
.sfc_button a{
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   text-align: center;
}
.sfn_button a:visited,
.sfn_button a:link,
.sfn_button a:hover,
.sfc_button a:visited,
.sfc_button a:link,
.sfc_button a:hover{
   color: white;
   text-decoration: none;
}
.sfc_faq{
  background-color: #eddf74;
}
.sfc_takuhai{
   background-color: #87CCB9;
}
.sfc_mochikomi{
   background-color: #CCBF87;
}
.sfc_houmon{
   background-color: #CC8787;
}
#form .tell_button{
   text-align: center;
   margin-bottom: 20px;
}
#form .attentionLine{
   text-align: center;
}
#form .attentionLine img{
   display: block;
   max-width: 80%;
   width: 400px;
   height: auto;
   margin: 0 auto;
}

/* よくある質問ページ */
.faq .fa-question::before{
   color:red;
   margin-right: 10px;
   display: block;
   float: left;
   height: 3rem;

}
.faq dd::before{
   content: '';
   display: inline-block;
   width:20px;
   height: 20px;
   background-image: url(/wp-content/uploads/2020/03/93152d8654a1d1430c21b536730b7de2.png);
   background-size: contain;
   vertical-align: middle;
   margin-right: 10px;
}
.faq dd img{
  height: 100px;
  width: auto;
  float: right;
}
/* お客様の声 */
#js_review_all{
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 10px;
   margin-bottom: 2rem;

}
dd.cs_shop::before{
   content: '';
   display: inline-block;
   width:20px;
   height: 20px;
   background-image: url(/wp-content/uploads/2020/03/93152d8654a1d1430c21b536730b7de2.png);
   background-size: contain;
   vertical-align: middle;
   margin-right: 10px;
}
dl.list-review-output{
   display: flex;
}
dl.list-review-output dt{
   width: 30%;
}
dl.list-review-output dt.rate5::after{
   content: "★★★★★";
   display: block;
   width: 100%;
   color: #d36015;
}
dl.list-review-output dt.rate4::after{
   content: "★★★★";
   display: block;
   width: 100%;
   color: #d36015;
}
dl.list-review-output dt.rate3::after{
   content: "★★★";
   display: block;
   width: 100%;
   color: #d36015;
}
dl.list-review-output dt.rate2::after{
   content: "★★";
   display: block;
   width: 100%;
   color: #d36015;
}
dl.list-review-output dt.rate1::after{
   content: "★";
   display: block;
   width: 100%;
   color: #d36015;
}
dt.voice_cus{
   background-color: #e1e1e1;
   border: 1px solid #e1e1e1;
   border-radius: 10px;
   padding: 10px;
   width:100%;
   float: left;
}
dt.voice_cus h4{
   max-width: 80%;
   display: inline-block;
   margin-left: 1em;
}
dt.voice_cus p.voice_area{
   margin-left: 30px; ;
   font-weight: bold;
}
dt.voice_cus p{
   width: 100%;
   font-weight: normal;
}
/* 取り扱い商品ページ */

#pop_artist ul,
#pop_artist li,
#pop_maker ul,
#pop_maker li,
#pop_area ul,
#pop_area li{
   list-style: none;
   margin: 0;
   padding:0;
}

#pop_artist ul,
#pop_maker ul,
#pop_area ul{
   display: flex;
   flex-wrap: wrap;

}
#pop_artist li,
#pop_maker li,
#pop_area li{
   width: 33.333%;
}
#pop_artist li img,
#pop_maker li img,
#pop_area li img{
   width :20px;
   height: auto;
}

#pop_artist li a,
#pop_artist li a:hover,
#pop_artist li a:visited,
#pop_maker li a,
#pop_maker li a:hover,
#pop_maker li a:visited,
#pop_area li a,
#pop_area li a:hover,
#pop_area li a:visited{
   color: #666;
}
