/*
	Theme Name: WerkStatt Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: werkstatt
*/

@import url("../werkstatt/style.css");

body{
  font-family: "a-otf-ryumin-pr6n","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 300;
  font-style: normal;
}

h1,h2,h3,h4,h5{
  font-family: "a-otf-ryumin-pr6n","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 300;
  font-style: normal;
}

p{
  line-height: 2.5;
  font-size: 16px;
}

.h-border h2{
  border-bottom: 2px solid #333;
  padding-bottom: 30px;
  position: relative;
}

.h-border h2:before{
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom:-11px;
  background: #333;
}

.h-border h2:after{
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom:-11px;
  background: #333;
}

.tel_box p, .link_box a{
  font-size: 18px!important;
  border: 1px solid #333;
  padding:20px;
  text-align: center;
  width: 100%;
}

.link_box a:hover{
  outline: 3px solid #333;
  outline-offset: -3px;
}

.post.style9 .post-meta{
  font-size: 12px;
}

.post.style9 h5{
  font-size: 16px;
}

.slick-dots li{
  height: 3px;
}

span.title-number {
    font-size: 48px;
}

body .box-frame{
  box-sizing: border-box;
  border: 1px solid #333;
}

#wrapper [role="main"]{
  overflow: visible!important;
}

.sticky-sidebar{
  position: -webkit-sticky; /* Safari対応 */
  position: sticky;
  top: 120px;
  height: 600px;
}

.sticky-sidebar ul li{
  list-style: none;
  padding-bottom: 10px;
}

.thb-mobile-menu li{
  margin-bottom: 20px;
}

.mobile-toggle span, .mobile-toggle>div{
  width: 40px;
}

.mobile-toggle span:nth-child(2){
  display: none;
}

#mobile-menu .thb-close svg {
    width: 60px;
    height: 60px;
}

.page-header h2{
  color: #fff;
}

.thb-mobile-menu a{
  font-weight: normal;
}

.wpb_text_column a:after{
  display: none;
}

input[type="submit"], .button, .btn {
    background: #fff;
    text-align: center;
    color: #333;
    padding: 20px 40px;
    font-size: 14px;
    border: 1px solid #333;
    height: auto;
    width: 100%;
}

input[type="submit"]:hover, .button:hover, .btn:hover,
input[type="submit"].thb-border-style:hover, .button.thb-border-style:hover, .btn.thb-border-style:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    outline: 3px solid #333;
    outline-offset: -3px;
}

.btn>span{
  width: 100%;
}

.sp {
  display: none;
}

.sp-slider > .columns{
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 40.0625em) {
    .pc {
      display: none;
    }

    .sp{
      display: flex;
    }

    .home .page-padding{
      padding-top: 0!important;
    }
}

@media only screen and (min-width: 64.0625em) {
    #mobile-menu .thb-close {
        top: 15px;
        right: 45px;
    }
}

@media only screen and (max-width: 64.0625em) {
    .slick-dots li {
        width: 25px;
        margin: 0 5px;
        border-radius: 0;
    }
}
