@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
.br0 table td{border: 0!important;}
.index-instagram div.sns_list div.sns_photo{
padding: 0!important;
  width: 100%!important;
}
.index-instagram div.sns_list{
flex-direction: row!important;
flex-wrap: wrap!important;
border: 0!important;
}
.index-instagram div.sns_list > div{
  width:23%!important;
  margin: 0 1% 20px 1%!important;
}
@media only screen and (max-width: 834px) {
.index-instagram div.sns_list > div{
  width:48%!important;
  margin: 0 1% 10px 1%!important;
  }
}
.index-instagram div.sns_list div.sns_text{
  display: none!important;
}
.btn a{
    display: inline-block!important;
}
.cnt_contact_btn a{
    display: inline-block;
    padding: 10px 30px;
    background: #381500;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.gallery .slick-dots{
position: relative;
bottom: 0!important;
}
.slick-initialized .slick-slide{
    display: block!important;
}
.gallery ul li a{
    color: #381500!important;
}
.gallery ul li a img{
margin-bottom:10px!important;
}
.gallery .slick-dots{
    padding-top: 10px!important;
}
.top_page a{
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
}
.fix_contact a{
padding: 10px 20px;
background: #000000;
color: #fff!important;
position: fixed;
bottom: 10px;
right: 0;
border-radius: 30px 0 0 30px;
z-index: 999;
}
/***********************************フレックス*******************************************/
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dir_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.f_box3 {
  width: 31.111%;
  margin: 30px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box20 {
  width: 18%;
}

.box30 {
  width: 28%;
}

.box100 {
  width: 100%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

.box h3 {
  display: none;
}

.box div h3 {
  display: block;
}
.men_title{
    position: relative;
    padding-right: 65px;
    padding-top: 20px;
}
.men_title::after{
content: "";
position:absolute;
right: 0;
top: 0;
height:50px;
width:50px;
  background: url(../images/common/men_icon.png);
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.women_title{
    position: relative;
    padding-right: 65px;
    padding-top: 20px;
}
.women_title::after{
content: "";
position:absolute;
right: 0;
top: 0;
height:50px;
width:50px;
  background: url(../images/common/women_icon.png);
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

@media only screen and (max-width: 834px) {
  .box_tabsp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_tabsp50 {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}




@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}
.footer {
    padding-right: 0 !important;
}
.index-wrap1 .title_2 {
    right: 40px !important;
}
.index-wrap2 .wrap1 {
    padding: 0 20px !important;
}
.index-wrap2 .wrap1 .box2 {
    width: 44% !important;
}
.index_img1 img {
    object-fit: cover;
    font-family 'object-fit cover;';
}
@media only screen and (max-width: 1400px){
    .index-wrap1 {
        padding: 0 20px;
    }
    .index-fle1 {
        padding: 0 20px;
    }
    .footer {
        padding: 0 20px !important;
    }
}
@media only screen and (max-width: 640px){
.men_title{
    padding-left: 65px;
    padding-top: 20px;
}
.men_title::after{
left: 0;
right: auto;
}
.women_title{
padding-left: 65px;
padding-top: 20px;
}
.women_title::after{
left: 0;
right: auto;
}
    .index-wrap2 .wrap1 .box2 {
        width: 80% !important;
    }
    .index-wrap1 {
        padding: 0 !important;
    }
    .index-wrap1 .title_2 {
        right: 10px !important;
    }
    .index-fle1 {
        padding: 0 !important;
    }
    .index_img1 img {
        height: 190px !important;
    }
}
.service_fle1 .box1 img {
    width: 100% !important;
}

.title_010 h2 {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}