@charset "utf-8";

/*-- 
works

====================================================== --*/
/*
#page-works #content_works .works_list {
    display: flex;
    justify-content: space-between;
    column-gap: 2%;
    margin-top: 2rem;
}

#page-works #content_works .works_list_item {
    width: fit-content;
    margin: 1rem;
}

#page-works #content_works .works_list_item img{
    height: 16.6rem;
    width: auto;
    object-fit: cover;
}
*/
#page-works #works_body_inner{
    padding: 0px!important;
}
#page-works #content_works .works_list_item img{
    object-position: 50% 50%;
    object-fit: cover;
    width: 100%;
    height: 18rem;
}
#page-works #content_works .slick-dots{
    bottom: -8%!important;
}
#page-works #content_works .slick-dots li{
    width: 12%;
    height: 12%;
    margin: 0 10px!important;
}
@media screen and (max-width:1000px){
    #page-works #content_works .slick-dots{
        bottom: -35%!important;
    }
    #page-works #content_works .slick-dots li{
        width: 19%;
        height: 19%;
        margin: 10px 10px!important;
    }
}
#page-works #content_works .slick-dots li img{
    width: auto;
    max-width: 100%;
    height: auto;
}
#page-works #content_works .slick-prev{
    left: -5%!important;
}
#page-works #content_works .slick-next{
    right: -5%!important;
}
#page-works #content_works .slick-prev,
#page-works #content_works .slick-next{
    z-index: 100;
    width: 50px !important;
    height: 50px !important;
}
#page-works #content_works .slick-prev:before,
#page-works #content_works .slick-next:before{
    color: black !important;
    opacity: 0.2 !important;
    font-size: 50px !important;
}
/*
@media screen and (max-width:1000px){
	#page-works #content_works .works_list_item {
		width: fit-content;
		margin: 1rem;
	}
	#page-works #content_works .works_list_item img{
		height: 16.6rem;
		width: auto;
		object-fit: cover;
	}
}
*/

#page-works.lower .lower_base{
    background-color: var(--c-white);
}
#page-works.lower .lower_content_base { 
  background-color: unset;
}
body.lower .content_base{
  padding: 2rem 0rem 4rem 0rem; 
}
@media screen and (max-width:1000px){
  #page-works .lower_base{
    padding: 0rem 0rem 0rem 0rem; 
  }
}

.content_head_inner {
    width:100%;
}

.goto_factory_page a.link {
  color: var(--c-brown);
  font-weight: 500;
}
body.lower .lower_base .content_body_inner {
    padding: 2rem 0rem;
}
body.lower .lower_content_base .content_inner {
    max-width : unset ;
}
#page-works.lower .content_base h2 {
    font-size: 3.2rem;
}
#page-works .content_main_column{
    padding-top: 1.2em!important;
}
#page-works .date{
    font-size: 1.4rem ;
    padding-top: 0.8em;
    text-align: right!important;
    color: var(--c-brown-light);
}
#page-works .maintitle{
    border-bottom: 1px solid var(--c-brown-light);
    padding: 1rem;

}
#page-works .subtitle{
    font-size: 2.1rem ;
    font-weight: 500!important;
    padding-top: 1.0em;
}
#page-works .detail_text{
    padding: 3rem 0rem;
}
#page-works .works_list {
    /* justify-content: space-between; */
    margin : 4rem 0 4rem 0 ;
    gap: 3.5%;
  }

#page-works .works_list_item {
    background-color: var(--c-white);
    width: 100%;
    margin-bottom : 4rem ;
}

span.tag_s_wide {
    margin : 1rem 0 0 0  ;
}


#page-works .works_list_item .title {
    font-size: 1.5rem ;
    font-weight: 700;
    margin : 1rem 0  ;
    line-height: 1.5;
}


#page-works .work_tags .work_tag_list{
    display : flex ;
    flex-wrap: wrap;
    flex-direction : row ;
    gap : 1rem 3rem ;
    justify-items : start;
}

#page-works .work_tags .work_tag_list_item{
    background-color: var(--c-glay-E);
    font-size:1.4rem ;
    padding: 0.6rem 2.4rem;
    border-radius :0.5rem ;
    width : fit-content ;
}
#page-works .work_tags .work_tag_list_item.selected {
    background-color: var(--c-brown-light);
    color : white ;
}

.goto_factory_page .arrow_right_inline_sm {
    margin-bottom : -0.5rem ;
}
#page-works .work_tags_detail{
    float: right;
}

/* works_drawing, works_inside */
#page-works .works_draw,
#page-works .works_ins{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#page-works .works_draw{
    margin-bottom: 20px;
}
#page-works .works_ins{
    margin-bottom: 30px;
}
#page-works .works_draw .img_auto,
#page-works .works_ins .img_auto{
    border : 2px solid #7B7B7B ;
}
#page-works .sub_draw,
#page-works .sub_ins{
    flex: 0 0 calc(50% - 10px);
    font-weight: 700!important;
    font-size: 2.0rem;
    margin-top: 20px!important;
}
#page-works .sub_draw div,
#page-works .sub_ins div{
    width: 500px;
    margin: 0 auto!important;
}
#page-works .works_list_item .title.dtl{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.714;
}

#page-works .works_list_item.dtl{
    margin-bottom: 2rem;
}
#page-works .works_list_item.dtl .text{
    padding: 0.5rem 2rem;
    background-color: var(--c-white);
    box-shadow: 0 0 1rem var(--c-shadow);
    width: 100%;
}
@media screen and (max-width:1000px){
    #page-works .works_list_item.dtl{
        margin-bottom: 2rem;
    }
    #page-works .works_list_item.dtl .text{
        padding: 1rem;
    }
    #page-works .works_draw,
    #page-works .works_ins{
        display: block;
        text-align: left;
    }
    #page-works .sub_draw div,
    #page-works .sub_ins div{
        width: 95%;
    }
    #page-works.lower .content_base h2.maintitle{
    font-size: 2.0rem;
    font-weight: 700;
    }
}

/* works_information */
#page-works .works_info{
    background: #F9F9F9;
    padding: 25px;
    margin-bottom: 50px;
}
#page-works .basic_info{
    font-size: 2.0rem ;
    font-weight: 500!important;
}
#page-works .detail_infos{
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
#page-works .detail_info_line{
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
}
#page-works .sub_info{
    display: inline-block;
    width: 100px;
    font-weight: 500!important;
}
#page-works .work_tags .work_tag_list_item a,
#page-works .work_tags .work_tag_list a{
    color : var(--c-brown);
    font-weight: 700 ;
}


@media screen and (max-width:1000px){
    #page-works .works_info{
        padding: 15px;
    }
    #page-works .basic_info{
        text-align: center;
    }
    #page-works .detail_infos{
        padding: 0px;
    }
    #page-works .detail_info_line{
        padding: 5px 5px;
    }
    #page-works .detail_info_line .sub_info:first-child{
        margin-right: 18px;
    }
    #page-works .sub_info{
        width: 70px;
    }
}

/* pc */
@media screen and (min-width:1001px){
  .goto_factory_page {
    width: 100%;
  }
  .goto_factory_page p {
    text-align : right ;
  }
  body.lower .lower_base .content_base h2 {
      background-image: none;
      text-align: center;
      padding: 1rem 2rem 1rem 2rem;
  }
  #page-works .work_tags {
      margin : 1rem 5% ;
  }
  #page-works .works_list_item {
      max-width: 31%;
  }
}

/* sp */
@media screen and (max-width:1000px){

  #page-works.lower .lower_content_base { 
    padding-bottom: 0rem;
  }

  #lower_kv .lower_kv_title .sub {
    letter-spacing: normal;
    font-size: 1.2rem ;
  }
  .content_base p{
    font-size: unset ;
	line-height: unset ;
	}
  .goto_factory_page {
    text-align : center ;
    font-size:1.2rem ;
    line-height : 150% ;
  }
  
  .content_head {
      flex-direction : column-reverse;
      width : 220px ;
      margin : 0 auto ;
  }
  #page-works .work_tags .work_tag_list{
      gap : 1rem 1rem ;
  }
  #page-works .work_tags .work_tag_list_item{
      font-size:1.1rem ;
      padding: 0.7rem 1rem;
  }
  #page-works .works_list_item .title {
      font-size: 1.4rem ;
      margin : 0.6rem 0  ;
  }
  #page-works .work_tags_detail{
      margin-top: 10px;
  }
  
  #page-works .subtitle{
      padding-top: 1.5em;
      padding-bottom: 1.0em;
  }
}
