body{
  font-family: 'Helvetica', 'Arial', 'Roboto', sans-serif;
  color: #000;
}
header .navbar .inner ul.gn li a{
  font-weight: 300;
}
.panel{
}

.panel.active{
  display: block;
}
.nav-lang {
  background-color: #eee;
}

.nav-lang ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.0em;
}

.nav-lang ul li{
  display: block;
  padding: 0.5em 1.5rem;
  cursor: pointer;
}

.nav-lang ul li::after{
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
}

.nav-lang ul li:hover{
  color: #E9677A;
}

.nav-lang ul li.active::after{
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E9677A;
}

.studio-gallary .studio-swiper {
  height: 600px;
} 

main{
  font-size: 1.0rem;
}
main .page-header h1{
  font-size: 34px;
  margin-bottom: 2rem;
}

main .page-header {
  padding: 3rem 0;
}

#sec01 .lead{
  max-width: 960px;
  font-size: 1em;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
}

.studio-gallary {
margin: 0 0 0 0;
}

.studio-gallary .studio-swiper {
margin-bottom: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 20px;
right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 20px;
left: auto;
}

main article .flexbox{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#sec02 .flexbox{
  align-items: center;
}
#sec02 .box1{
  width: 100%;
  padding: 2em 0;
}

#sec02 .box2{
  width: 100%;
  padding: 2em 0;
}

iframe{
  width:100%
}

main article .ls-option {
  max-width: 720px;
  border-top: 1px solid #EAEAEA;
  margin: 0 auto;
  margin-bottom: 4rem;
}

#sec02,#sec04{
  background-color: #eee;
}

#sec04 .flexbox .item{
  width: 100%;
  padding: 1rem;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 8px;
}

#sec04 .flexbox .item.full{
  width: 100%;
  padding: 1rem;
}

#sec04 .flexbox .item-title{
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem 0;
}

#sec05 .item{
  width: 100%;
  text-align: center;
  padding: 2rem 1rem 3rem;
  border: 1px solid #ddd;
}

#sec05 .item-title{
  text-align: center;
  font-weight: 500;
  margin: 1rem 0;
}

#sec05 .item a{
  font-weight: 500;
  text-decoration: none !important;
  word-break: break-all;
}
#sec05 .item img{
  height: 26px;
  line-height: 1;
  vertical-align: baseline;
}

.icon-ig::before{
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background:url(/wp-content/themes/picmii/assets/img/icon-sns-instagram.svg) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.icon-mail::before{
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background:url(/wp-content/themes/picmii/assets/img/icon-mail.svg) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 1rem;
}

main article{
  padding-bottom: 0;
}

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

  body{
    font-family: 'Helvetica', 'Arial', 'Roboto', sans-serif;
    font-size: 1.15rem;
    color: #333;
  }

  .nav-lang {
    background-color: #eee;
  }
  
  .nav-lang ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .nav-lang ul li{
    display: block;
    padding: 1.5em;
    cursor: pointer;
  }
  
  .nav-lang ul li::after{
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: transparent;
  }
  
  .nav-lang ul li:hover{
    color: #E9677A;
  }
  
  .nav-lang ul li.active::after{
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #E9677A;
  }
  
  .studio-gallary .studio-swiper {
    height: 600px;
  } 
  main .page-header h1{
    font-size: 44px;
    margin-bottom: 2rem;
  }
  
  main .page-header {
    padding: 4rem 0;
  }
  
  #sec01 .lead{
    max-width: 960px;
    font-size: 1em;
    line-height: 2;
    text-align: left;
    margin: 0 auto;
  }
  
  .studio-gallary {
  margin: 0 0 0 0;
  }
  
  .studio-gallary .studio-swiper {
  margin-bottom: 0;
  }
  
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px;
  right: auto;
  }
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
  }
  
  main article .flexbox{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  
  #sec02 .flexbox{
    align-items: center;
  }
  #sec02 .box1{
    width: 50%;
    padding: 2em;
  }
  
  #sec02 .box2{
    width: 50%;
    padding: 2em;
  }
  
  main article .ls-option {
    max-width: 720px;
    border-top: 1px solid #EAEAEA;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  
  #sec02,#sec04{
    background-color: #eee;
  }
  
  #sec04 .flexbox .item{
    width: 48%;
    padding: 1rem;
    margin: 1%;
    background-color: #fff;
    border-radius: 8px;
  }
  
  #sec04 .flexbox .item.full{
    width: 100%;
    padding: 1rem;
  }
  
  #sec04 .flexbox .item-title{
    font-size: 1.25rem;
    text-align: center;
    padding: 1rem 0;
  }
  
  #sec05 .item{
    width: 50%;
    text-align: center;
    padding: 2rem 1rem 3rem;
    border: 1px solid #ddd;
  }
  
  #sec05 .item-title{
    text-align: center;
    font-weight: 500;
    margin: 1rem 0;
  }
  
  #sec05 .item a{
    font-weight: 500;
    text-decoration: none !important;
  
  }
  #sec05 .item img{
    height: 26px;
    line-height: 1;
    vertical-align: baseline;
  }
  
  main article{
    padding-bottom: 0;
  }

}