/*  Workshop Style */
/*  Last Up Dataed 2020.08.27  */

/* ----------------------------------------
    1.Main Visual
---------------------------------------- */
div#mainVisual{
    background: url(/workshop/images/img_visual_pc.jpg) center no-repeat;
    background-size: cover;
}
div#mainVisual h1{
    letter-spacing: .2em;
}
div#mainVisual h1 span{
    position: absolute;
    left: 16%;
}
/*----  Tablet Style ------*/
@media screen and (max-width: 1024px){
	div#mainVisual h1 span{
	left: 0%;
	}
}
/*----  Smart Phone Style ------*/
@media screen and (max-width: 599px){
    div#mainVisual{
        background: url(/workshop/images/img_visual_sm.jpg) center no-repeat;
        background-size: cover;
    }
}

/* =======================================
   2.Workshop Style
======================================= */
#workshopArea{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 80px;
}
.about p.lead{
  font-size: 1.125em;
  margin-bottom: 40px;
}
.about div.inner{
  margin: 0 0 40px;
}
.inner h2{
  font-size: 2em;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 27px;
  flex-direction: row-reverse;
}
.inner h2::after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #666;
  margin-right: .6em;
}
.inner h2.theme2{
  flex-direction:initial;
}
.inner p{
  margin-bottom: 80px;
}

/*-----------  Tablet Style ------------*/
@media screen and (max-width: 1024px){
  #workshopArea{
      width: 90%;
  }
}
/*--------  Smart Phone Style ----------*/
@media screen and (max-width: 599px){
  #workshopArea{
    padding: 20px 0;
  }
  p.lead br{
    display: none;
  }
  .about{
    margin-bottom: 40px;
  }
  .about p{
    font-size: 0.875em;
    line-height: 2.2em;
    letter-spacing: .016em;
  }
  .about p.lead{
    font-size: 0.88888888888889em;
    margin-bottom: 20px;
  }
  .about div.inner{
    margin-bottom: 0;
  }
  .about div p{
    margin-bottom: 10px;
  }
  .inner h2.title{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1.25em;
    letter-spacing: .2em;
    width: 100%;
    margin-bottom: 0;
    transition: ease-in-out 100ms;
    display: block;
    position: relative;
    border-bottom: 1px solid #CCC;
  }
    .inner h2.title.open{
      border-bottom: none;
    }
  .about div:nth-child(even) h2{
    flex-direction:row;
  }
  .about h2.title::after{
    display: none;
  }
  .about h2.title::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 10px;
    margin-top: -5px;
    background: url(/workshop/images/ico_arrow_down.png) no-repeat left top;
    background-size: 20px auto;
    transition: ease-in-out 300ms;
  }
  .about h2.title.open::before{
    background: url(/workshop/images/ico_arrow_up.png) no-repeat left top;
    background-size: 20px auto;
  }
  .inner .text{
    border-bottom: 1px solid #CCC;
   }
}

/* 修復事例作品　 -----------------
-------------------------------*/
section.case{
}
section.case h2{
  font-size: 2em;
  font-weight: 900;
  letter-spacing: .2em;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 37px;
}
section.case h2::after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #666;
  margin-left: .6em;
  display: block;
}
ul.slider .title{
  position:relative;
  min-height: 67px;
  z-index: 1;
}
ul.slider h3{
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
ul.slider h3 span{
  display: block;
  font-size: 0.75em;
}
ul.slider p.pdf{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  font-weight: 600;
  width: 201px;
}
p.pdf span.sm{
  display: none;
}
p.pdf a{
  font-size: 1.125em;
  letter-spacing: .018em;
  position: relative;
  display: inline-block;
  border: 1px solid #666;
  outline: none;
  transition: all .6s;
  width: 188px;
  padding: 14px 10px 15px 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #333;
}
p.pdf a::before,
p.pdf a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
p.pdf a::before {
    top: -1px;
    left: -1px;
}
p.pdf a::after {
    bottom: -1px;
    right: -1px;
}
p.pdf a:hover{
    color: #CCC;
}
p.pdf a:hover::before,
p.pdf a:hover::after {
    width: 100%;
    height: 100%;
}
p.pdf a:hover::before {
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    transition: height .2s, width .2s .2s;
}
p.pdf a:hover::after{
    border-top-color: #CCC;
    border-right-color: #CCC;
    transition: height .2s .4s, width .2s .6s;
}
p.pdf i{
    color: #960000;
    content: "";
    position: absolute;
    top: 9px;
    right: 36px;
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 1.7em;
    transition: all .6s;
}
p.pdf a:hover i {
    right:26px;
    color: #CE9F9F;
}
ul.slider figure{
}
.bx-wrapper img{
  min-height: 600px;
}

/*----------  Tablet Style -------------*/
@media screen and (max-width: 889px){
  ul.slider p.pdf{
    position: inherit;
    text-align: right;
    margin-bottom: 10px;
    width: auto;
  }
  p.pdf a{
    position: inherit;
    width: auto;
    padding: 7px 3px 4px;
  }
  p.pdf span.pc{
    display: none;
  }
  p.pdf span.sm{
    display: block;
    font-size: 0.75em;
    margin-top: 5px;
  }
  p.pdf i{
    display: inline-block;
    position: inherit;
    top: 0;
    right: 0;
    font-size: 1.2em;
    width: 100%;
  }
  p.pdf a:hover i {
      right:0;
      color: #FF9999;
  }
}
/*----------  Tablet Style -------------*/
@media screen and (max-width: 1024px){
  .bx-wrapper img{
    min-height: inherit;
    width: 100%;
  }
}
/*--------  Smart Phone Style ----------*/
@media screen and (max-width: 599px){
  section.case h2{
    font-size: 1.25em;
    width: 100%;
    margin-bottom: 20px;
    transition: ease-in-out 100ms;
    display: block;
    position: relative;
  }
  section.case h2::after{
    margin-left: 9em;
    margin-top: -.5em;
  }
  ul.slider .title{
    position:inherit;
    min-height: auto;
  }
  ul.slider h3{
    font-size: 1em;
    letter-spacing: .12em;
    line-height: 1em;
    position: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  ul.slider h3 span{
    display: block;
    font-size: 0.75em;
  }
  ul.slider p.pdf{
    position: inherit;
    text-align: right;
    margin-bottom: 10px;
  }
  p.pdf a{
    position: inherit;
    width: auto;
    padding: 7px 3px 4px;
  }
  p.pdf span.pc{
    display: none;
  }
  p.pdf span.sm{
    display: block;
    font-size: 0.75em;
    margin-top: 5px;
  }
  p.pdf i{
    display: inline-block;
    position: inherit;
    top: 0;
    right: 0;
    font-size: 1.2em;
    width: 100%;
  }
  p.pdf a:hover i {
      right:0;
      color: #FF9999;
  }
  .case .bx-wrapper{
    margin-bottom: 10px;
  }
  .case .bx-wrapper figure{

  }
  .case .bx-wrapper img{
    max-width: initial;
    max-height: initial;
    width: 70%;
    min-height: auto;
    height: auto;
  }
}

/* サムネイル画像 -----------------
-------------------------------*/
ul.thumb{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
ul.thumb li{
    width: 100px;
    margin: 0 13px 0 0 ;
}
ul.thumbli:last-child{
  margin-right: 0;
}
ul.thumb li img{
    width: 100px;
    opacity: 1;
    -webkit-transition: .6s ease-in-out;
            transition: .6s ease-in-out;
    max-width: 100%;
}
.bx-wrapper ul.thumb li img{
  min-height:inherit;
}
ul.thumb li a{
    text-decoration: none;
}
ul.thumb li:hover img {
  opacity: .5;
}
ul.thumb li a.active img {
  opacity: .5;
}
/*----------  Tablet Style -------------*/
@media screen and (max-width: 1024px){
}

/*--------  Smart Phone Style ----------*/
@media screen and (max-width: 599px){
  ul.thumb{
    flex-wrap: wrap;
  }
  ul.thumb li{
    width: 18%;
    margin: 0 3px 10px;
  }
  .bx-wrapper ul.thumb li img{
    width: 100%;
    height: auto;
  }
}
