@charset "utf-8";

/* 工場トップ */

.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_iruma,
.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_maebashi {
  min-height:150px;
}
.ksgl-contents-facilities .flex_image_box_floatimg .img_block a {
  display:block;
  width:100%;
  height:100%;
  font-size:1px;
}
.ksgl-contents-facilities .flex_image_box_floatimg .img_block a:hover {
  background:rgba(255,255,255,0.2);
}
.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_iruma {
  background:url('../img/facilities_iruma_x2.jpg') top center no-repeat;
  background-size:cover;
}
.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_maebashi {
  background:url('../img/facilities_maebashi_x2.jpg') top center no-repeat;
  background-size:cover;
}
.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_iruma img,
.ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_maebashi img {
  width:100%;
  max-width:400px;
}

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

  .ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_iruma,
  .ksgl-contents-facilities .flex_image_box_floatimg .img_block.img_block_maebashi {
    min-height:calc(100vw * 0.5);
  }
}


/* 工場詳細 */
/*
facilities_header facilities_header1">
      <div class="facilities_header_inner">
        <div class="facilities_info">
*/

.facilities_header {
  width:100%;
}
.facilities_header_inner {
  padding-top:30px;
}
.facilities_header1 .facilities_header_inner {
  text-align:left;
  padding-left:2%;
}
.facilities_header2 .facilities_header_inner {
  text-align:right;
  padding-right:2%;
}

.facilities_info {
  display:inline-block;
  min-width:300px;
  background:rgba(255,255,255,1);
  padding:40px;
  box-shadow:0 0 12px #888;
  text-align:center;
}

.facilities_header h2{
  margin:0;
  font-weight:500;
  font-size:1.6em;
  line-height:1.6
}
.facilities_header h2 span{
  display:block;
  margin:0;
  color:#0853a7;
  font-size:14px;
}

.facilities_header1 .facilities_header_inner{
  height:calc( 100vw * 0.4);
}
.facilities_header2 .facilities_header_inner{
  height:calc( 100vw * 0.31);
}

.ksgl-contents-facilities-iruma .facilities_header1 .facilities_header_inner{
  background:url("./../img/iruma_factory1_bg.jpg") right top no-repeat #FFF;
  background-size:cover;
}
.ksgl-contents-facilities-iruma .facilities_header2 .facilities_header_inner{
  background:url("./../img/iruma_factory2_bg.jpg") right top no-repeat #FFF;
  background-size:cover;
}
.ksgl-contents-facilities-maebashi .facilities_header1 .facilities_header_inner{
  background:url("./../img/maebashi_factory1_bg.jpg") right top no-repeat #FFF;
  background-size:cover;
}
.ksgl-contents-facilities-maebashi .facilities_header2 .facilities_header_inner{
  background:url("./../img/maebashi_factory2_bg.jpg") right top no-repeat #FFF;
  background-size:cover;
}


.ksgl-section_contents_simpletext_lead {
 font-size:1em;
 font-weight:400;
 margin:0;
 padding:0;
}

.facilities_photos { padding-top:20px;}
.facilities_photos h3{
  width:260px;
  height:5px;
  font-weight:300;
  font-size:13px;
  color:#888;
  padding-top:0px;
  margin:0px auto 12px;
  background:#E1E1E1;
}
.facilities_photos h3 span{
  display:inline-block;
  position:relative;
  top:-0.8em;
  line-height:1.6em;
  background:#FFF;
  padding:0 12px;
}

.facilities_photos .facilities_photos_list {
  display:flex;
  width:260px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.facilities_photos .facilities_photos_list figure{
  display:inline-block;
  width:80px;
  height:80px;
  box-shadow: 0 0 6px #999;
  overflow:hidden;
  text-align:center;
  margin:8px 0;
}
.facilities_photos .facilities_photos_list figure a{
  display:block;
  width:100%;
  height:100%;
  border:2px solid #FFF;
}
.facilities_photos .facilities_photos_list figure a:hover{
  opacity:0.7;
  border:2px solid #0853a7;  
}
.facilities_photos .facilities_photos_list figure a img {
  width:100%;
  height:100%;
  object-fit: cover;
}


.simple_border_box.fa_machinelist_item {
  padding:20px ;
}
.fa_machinelist_item .flex_image_box_floatimg  .text_block .simple_title {
  border:none;
  padding:0px 0 0;
  margin:0 0 10px;
}
.fa_machinelist_item .flex_image_box_floatimg  .text_block .simple_title div{
  font-weight:500;
  font-size:1em;
  color:#0853a7;
  padding-right:2em;
}
.fa_machinelist_item .flex_image_box_floatimg .text_block .simple_title span {
  display:inline;
  font-size:0.8em;
  font-weight:400;
  padding:10px 0 0;
  margin:0;
}
.fa_machinelist_item .flex_image_box_floatimg .text_block {
  padding:0px 0 0;
  margin:0;
}
.fa_machinelist_item .flex_image_box_floatimg  .text_block p {
  padding:0 0 20px;
  margin:0;
  border:none;
}
.fa_machinelist_item .flex_image_box_floatimg .img_block {
  max-width:336px;
  padding: 0;
}
.fa_machinelist_item .flex_image_box_floatimg .img_block a:hover {
  opacity:0.8;
}
.img_thumbanil_list{
  font-size:0;
  text-align:center;
}
.img_thumbanil_list figure{
  display:inline-block;
  width:80px;
  height:70px;
  margin:0 8px 4px 0;
  box-shadow:0 0 4px #AAA;
  padding:0;
  overflow:hidden;
}
.img_thumbanil_list figure a{
  display:block;
  width:100%;
  height:100%;
  border:2px solid #FFF;
}
.img_thumbanil_list figure:first-child {
  display:block;
  width:100%;
  max-width:336px;
  height:auto;
  margin:0 0 8px;
  box-shadow:none;
  padding:4px
}
.img_thumbanil_list figure:first-child a{
  border:none;
}
.flex_image_box_floatimg .img_block .img_thumbanil_list figure:first-child a img{
  width:100%;
  max-width:316px;
  border:2px solid #FFF;
  box-shadow:0 0 4px #AAA;
}

.flex_image_box_floatimg .img_block .img_thumbanil_list figure:nth-child(n+2) a img{
  width:100%;
  height:100%;
  object-fit: cover;
}

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

  .facilities_header1 .facilities_header_inner{
    height:calc( 100vw * 0.35);
  }
  .facilities_header2 .facilities_header_inner{
    height:calc( 100vw * 0.28);
  }

  .ksgl-contents-facilities-iruma .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/iruma_factory1_bg_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-iruma .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/iruma_factory2_bg_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory1_bg_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory2_bg_x2.jpg");
    background-position: right center;
    background-size:cover;
  }

}

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

  .fa_machinelist_item .flex_image_box_floatimg  .text_block .simple_title {
    padding:20px 0 0px;
  }
}

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

  .facilities_header1 .facilities_header_inner{
    height:calc( 100vw * 0.6);
    padding-left:0;
  }
  .facilities_header2 .facilities_header_inner{
    height:calc( 100vw * 0.48);
    padding-right:0;
  }

  .ksgl-contents-facilities-iruma .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/iruma_factory1_bg_sp_x2.jpg");
    background-position: right center;
  }
  .ksgl-contents-facilities-iruma .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/iruma_factory2_bg_sp_x2.jpg");
    background-position: right center;
  }
  .ksgl-contents-facilities-maebashi .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory1_bg_sp_x2.jpg");
    background-position: right center;
  }
  .ksgl-contents-facilities-maebashi .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory2_bg_sp_x2.jpg");
    background-position: right center;
  }


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

  .facilities_header1 .facilities_header_inner{
    height:calc( 100vw * 0.55);
  }
  .facilities_header2 .facilities_header_inner{
    height:calc( 100vw * 0.45);
  }
  .ksgl-contents-facilities-iruma .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/iruma_factory1_bg_sp_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-iruma .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/iruma_factory2_bg_sp_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory1_bg_sp_x2.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory2_bg_sp_x2.jpg");
    background-position: right center;
    background-size:cover;
  }

  .facilities_header_inner {
    padding-top:0px;
  }
  .facilities_info {
    padding:20px;
  }

  .facilities_header h2{
    font-size:1.3em;
  }
}
@media screen and (max-width: 600px) {
  .facilities_header {
    padding-top:220px;
  }
  .facilities_header_inner {
    padding-top:0px;
  }
  .facilities_header1 .facilities_header_inner{
    height:calc( 100vw * 0.65);
  }
  .facilities_header2 .facilities_header_inner{
    height:calc( 100vw * 0.55);
  }
  .ksgl-contents-facilities-iruma .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/iruma_factory1_bg_sp.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-iruma .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/iruma_factory2_bg_sp.jpg?2");
    background-position: center center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header1 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory1_bg_sp.jpg");
    background-position: right center;
    background-size:cover;
  }
  .ksgl-contents-facilities-maebashi .facilities_header2 .facilities_header_inner{
    background-image:url("./../img/maebashi_factory2_bg_sp.jpg?2");
    background-position: center center;
    background-size:cover;
  }

  .facilities_info {
    position:relative;
    top:-220px;
    padding:20px 0;
    width:100%;
  }

  .facilities_photos .facilities_photos_list {
    margin:0 auto;
    width:260px;
  }
  .facilities_photos .facilities_photos_list figure{
    width:80px;
    height:80px;
  }


}


.facilities_link_btn {
  padding:0 0 1.5em;
}
.ksgl-contents-facilities-iruma .ksgl-section_contents_simpletext h2.simple_title,
.ksgl-contents-facilities-maebashi .ksgl-section_contents_simpletext h2.simple_title {
  margin:1em 0 1em;
}
.ksgl-contents-facilities-iruma .ksgl-section_contents_simpletext p,
.ksgl-contents-facilities-maebashi .ksgl-section_contents_simpletext p {
  margin:0 0 2em;
}

.divider_dashline_top {
  border-top:1px dashed #DDD;
  margin-top:30px;
  padding-top:30px;
}