/*
Teame Name: Timberdesign
*/

@charset "UTF-8";

html {
  font-size:62.5%;
  color:black;
  height: 100%;
  margin: 0 auto;
}
body {
  font-size: 1.1vw;
  height: 100%;
  text-align: center;
  margin: 0;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: Medium;
  letter-spacing: 0.05em;
}
.wrapper {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  padding-bottom: 330px;
  box-sizing: border-box;
}
footer{
  width: 100%;
  height: 330px;
  background-color: #5A5A5A;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
/*リセット*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}
/*共通設定*/
a{
  text-decoration: none;
  font-size: 1.2vw;
  font-weight: Medium;
  text-align: center;
  color: white;
  display: block;
}
h1{
  font-size: 3.8vw;
  font-family: Noto Serif JP;
  font-weight: 100;
}
h2{
  font-size: 2.5vw;
  font-family: Noto Serif JP;
  font-weight: 100;
}
h3{
  font-size: 2.3vw;
  text-align: left;
  font-family: Noto Serif JP;
  font-weight: 100;
}
h4{
  font-size: 1.8vw;
  font-family: Noto Serif JP;
  font-weight: 100;
  margin-bottom: 15px;
}
h5{
  font-size: 1.6vw;
  font-family: Noto Serif JP;
  font-weight: 100;
  margin-bottom: 15px;
}
p{
  color: #2F2F2F;
  font-size: 1.1vw;
}
.blue{
  color: #04468F;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none;
}
ul li a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{
  width: 100%;
  margin: auto;
  vertical-align:top;
}
section{
  width: 100%;
}
video{
  width: 100%;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
/*メニュー*/
.top_banner{
  width: 100%;
  margin-top: -80px;
  display:flex;
  align-items: end;
  z-index: 10;
}
header{
  width: 100%;
  max-width:100%;
  height: 80px;
  display: flex;
  margin: 0;
  position: relative;
  z-index: 999;
}
.hidden_menu{
  width: 100%;
  background-color: rgba(179,157,86,0.7);
  padding-right: 80px;
  display: flex;
  position: fixed;
  left:0;
  top:0;
  transition: .5s;
}
.hidden_menu.hide {
  transform:translateY(-80px);
  transition: .5s;
}
.hidden_menu .top-logo{
  width: 10%;
  max-width: 140px;
  margin: auto 5%;
}
.hidden_menu .top-logo:hover{
  opacity: 0.7;
}
.hidden_menu .header_nav{
  width: 80%;
  height: 80px;
  margin: auto;
}
.hidden_menu .header_nav .menu-header-container{
  margin: auto;
}
.hidden_menu .header_nav .menu-header-container .menu{
  width: 60%;
  height: 80px;
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
.hidden_menu .header_nav .menu-header-container ul li{
  width: 20%;
  height: 80px;
  font-family: Noto Serif JP;
  position: relative;
}
.hidden_menu .header_nav .menu-header-container ul li a{
  width: 100%;
  height: 100%;
  font-size: 0.9vw;
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.hidden_menu .header_nav .menu-header-container ul li .sub-menu{
  display: none;
  width: 100%;
  background-color: rgba(179,157,86,0.7);
  position: absolute;
  transition: all .3s;
  z-index: 10;
}
.hidden_menu .header_nav .menu-header-container ul li .sub-menu .menu-item{
  width: 100%;
  height: 50px;
  text-align: center;
}
.hidden_menu .header_nav .menu-header-container ul li .sub-menu .menu-item a{
  width: 100%;
  height: 100%;
}
.hidden_menu .header_nav .menu-header-container ul li .sub-menu.active{
  display: block;
}
.hidden_menu .header_nav .menu-header-container ul li a:hover{
  width: 100%;
  height: 80px;
  background-color: #B39D56;
}
.top-logo.tablet{
  display: none;
}
/*ハンバーガーメニュー*/
.nav{
  width: 80px;
  height: 80px;
  margin: auto 0 auto auto;
  position: fixed;
  top: 0;
  right: 10px;
  transition: .5s;
}
.nav.add{
  background-color: rgba(179,157,86,0.7);
  border-radius: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  transition: .5s;
}
.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  padding-top: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: rgba(255,255,255);
  transition: 0.5s;
  position: absolute;
}
.drawer_open span:before {
  bottom: 8px;
}
.drawer_open span:after {
  top: 8px;
}
#drawer_input:checked ~ .drawer_open{
  position: fixed;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}
#drawer_input:checked ~ .drawer_open span {
  background: #B39D56;
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.nav_content {
  width: 25%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  margin-left: 75%;
  padding-bottom: 100px;
  z-index: 99;
  background-color: #B39D56;
  transition: .5s;
  overflow-y: scroll;
}
.nav_content .content_all{
  margin-top: 80px;
}
.nav_content .humburger_logo{
  width: 50%;
  margin: auto;
}
.nav_content .hamburger-menu{
  width: 70%;
  font-size: 30px;
  margin: 20px auto 10px 22%;
}
.nav_content .content_all p{
  font-size: 12px;
  color: white;
  text-align: left;
  margin: 40px auto 35px 35px;
  width: 100%;
}
.menu-hamburger-container ul li{
  padding: 10px;
  font-family: Noto Serif JP;
}
.menu-hamburger-container ul li a{
  text-align: left;
}
.menu-hamburger-container ul li a:hover{
  opacity: 0.7;
}
.menu-hamburger-container ul li .sub-menu li{
  padding: 5px 0;
}
.menu-hamburger-container ul li .sub-menu li a{
  font-size: 1vw;
}
.nav_content .content_all .hm_tell{
  width: 85%;
  max-width: 420px;
  color: white;
  border: solid 1px white;
  padding: 20px;
  margin: auto;
}
.nav_content .content_all .hm_tell p{
  font-size: 0.8vw;
  font-family: Noto Serif JP;
  text-align: center;
  margin: auto;
}
.nav_content .content_all .hm_tell p span{
  font-size: 24px;
}
.nav_content .content_all .hm_info{
  width: 60%;
  max-width: 300px;
  background-color: #2F2F2F;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 20px auto;
}
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width:100vw;
  z-index: 15;
}
/*トップ*/
.container .top{
  width: 40%;
  color: white;
}
.container .top.left{
  width: 35%;
  margin-left: 10%;
}
.container .top.right{
  margin: auto 10% auto auto;
}
.container .top h1{
  text-align: left;
}
.container .top .top_box{
  width: 85%;
  margin: auto 0 auto auto;
}
.container .top .top_box p{
  width: 100%;
  color: white;
  text-align: left;
}
.more{
  width: 13vw;
  font-family: Noto Serif JP;
  margin: 20px 0 10px auto;
  padding: 6px;
  border: solid 1px white;
  border-radius: 30px;
}
.more a{
  font-size: 1vw;
}
.more:hover{
  background-color: rgba(179,157,86,0.7);
}
.parallax-box-1,
.parallax-box-2,
.parallax-box-3 {
  clip-path: inset(0);
  padding: 100px 0;
  box-sizing:border-box;
  color: #fff;
  width: 100%;
  height: 100%;
}
.parallax-box-1::after,
.parallax-box-2::after,
.parallax-box-3::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.parallax-box-1::after {
  background-image: url( 'https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg01_2x.jpg' );
}
.parallax-box-2::after {
  background-image: url( 'https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg02_2x.jpg' );
}
.parallax-box-3::after {
  padding: 20vh 0;
  background-image: url( 'https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg03_2x.jpg' );
}
.top_copy{
  position: relative;
  color: white;
  background-color: #B39D56;
  padding: 5% 10px;
}
/*TIMBER DESIGN*/
.Commitment{
  width: 100%;
  background-color: #FFFCF2;
  padding: 30px 0;
}
.Commitment img{
  width: 80%;
  margin: auto;
}
.Commitment ul{
  width: 60%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.Commitment ul li{
  width: 28%;
  margin: 10px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.Commitment ul li .number{
  width: 28%;
  font-family: Mr De Haviland;
  font-size: 5vw;
}
.Commitment ul li .img01{
  width: 72%;
  margin-bottom: 15px;
}
.Commitment ul li .img02{
  width: 59%;
  margin-bottom: 15px;
}
.Commitment ul li .img03{
  width: 62%;
  margin-bottom: 15px;
}
.Commitment ul li .img04{
  width: 67%;
  margin-bottom: 15px;
}
.Commitment ul li .img05{
  width: 57%;
  margin-bottom: 15px;
}
.Commitment ul li .img06{
  width: 52%;
  margin-bottom: 15px;
}
.Commitment ul li .Commitment_p{
  width: 100%;
  color: #B39D56;
  font-family: Noto Serif JP;
  text-align: center;
  padding-left: 25%;
  margin: 0;
}
/*トップ記事*/
.achievements_bg{
  width: 100%;
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg04_2x.jpg');
  background-size: cover;
  margin: 0 auto;
  padding: 30px 0;
}
.achievements_bg .top_post h3{
  color: white;
}
.top_post{
  width: 85%;
  margin: 50px auto;
}
.top_post ul{
  width: 100%;
  display: flex;
}
.top_post ul li{
  width: 23%;
  margin: 0 auto auto auto;
}
.top_post_img{
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  padding: 2px 3px;
}
.top_blog_img{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  padding: 3px 4px;
}
.news_title{
  height: 6.5vh;
  margin-bottom: 5px;
}
.achievements_title{
  color: white;
  /*height: 6.5vh;*/
  margin-bottom: 5px;
}
.achievements_more{
  width: 200px;
  margin: 30px 0 auto auto;
  padding: 10px;
  border: solid 1px white;
  border-radius: 30px;
}
.achievements_more a{
  font-size: 1vw;
}
.achievements_more:hover{
  background-color: rgba(179,157,86,0.7);
}
.blog_more{
  width: 180px;
  margin: 30px 0 auto auto;
  color: #2F2F2F;
  padding: 10px;
  border: solid 1px #2F2F2F;
  border-radius: 30px;
}
.blog_more a{
  color: #2F2F2F;
  font-size: 1vw;
}
.blog_more:hover{
  background-color: rgba(179,157,86,0.7);
}
.top_post .slick{
  display: none;
}
/*オンラインショップ*/
.top_shop{
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/online_bg.png');
  background-size: cover;
}
.top_shop h3{
  color: white;
  text-align: center;
}
.top_shop p{
  width: 85%;
  max-width: 1100px;
  color: white;
  margin: auto;
}
.top_shop .button_online{
  width: 20vw;
  font-family: Noto Serif JP;
  padding: 15px 20px;
  border: solid 1px white;
  border-radius: 50px;
  margin: 30px auto 0 auto;
}
.top_shop .button_online:hover{
  background-color: rgba(179,157,86,0.7);
}
/*インフォメーション*/
.top_info{
  width: 100%;
  display: flex;
}
.top_info .info{
  width: 50%;
  background-color: #B39D56;
  padding-top: 20px;
  padding-bottom: 50px;
}
.top_info .info:hover{
  opacity: 0.7;
}
.top_info .info h3{
  width: 60%;
  display: block;
  margin: auto;
}
.top_info .info p{
  width: 60%;
  color: white;
  display: block;
  margin: auto;
}
.top_info .materials{
  width: 50%;
  background-color: #777777;
  padding-top: 20px;
  padding-bottom: 50px;
}
.top_info .materials:hover{
  opacity: 0.7;
}
.top_info .materials h3{
  width: 60%;
  display: block;
  margin: auto;
}
.top_info .materials p{
  width: 60%;
  color: white;
  display: block;
  margin: auto;
}
/*フッター*/
footer .top-logo{
  width: 25%;
  margin: 40px 0 auto 10%;
}
footer .top-logo p{
  color: white;
  font-size: 1.2rem;
  text-align: left;
}
footer .top-logo .footer_logo{
  text-align: left;
}
footer .top-logo a:hover{
  opacity: 0.7;
}
footer .top-logo img{
  width: 176px;
}
footer .footer_nav{
  width: 60%;
  margin: 40px 3% auto 0;
}
footer .footer_nav .menu-footer-container .menu{
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
footer .footer_nav .menu-footer-container ul li{
  font-family: Noto Serif JP;
  display: block;
  margin: 0 2.5% auto 2.5%;
}
footer .footer_nav .menu-footer-container ul li a{
  display: block;
  font-size: 0.9vw;
  text-align: left;
}
footer .footer_nav .menu-footer-container ul li a:hover{
  opacity: 0.7;
}
footer .footer_nav .menu-footer-container ul li .sub-menu{
  width: 100%;
  margin-top: 5px;
}
footer .footer_nav .menu-footer-container ul li .sub-menu li{
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.footer_p{
  width: 90%;
  color: white;
  font-size: 0.9vw;
  text-align: left;
  margin: 40px 0 30px 10%;
}
/*固定ページ*/
.banner_bottom{
  width: 70%;
  margin: 70px auto 30px auto;
}
.banner_bottom_120{
  width: 70%;
  margin: 50px auto 30px auto;
}
.fbc-page{
  width: 70%;
  margin: 0 auto 20px auto;
}
.fbc-page .fbc-wrap .fbc-items li:first-child{
  padding: 0;
}
.fbc-page .fbc-wrap .fbc-items li{
  font-size: 1vw;
}
.fbc-page .fbc-wrap .fbc-items li a{
  font-size: 1vw;
}
.fbc-page .fbc-wrap .fbc-items li a:hover{
  color: rgba(179,157,86,0.7);
}
.fbc-page .fbc-wrap .fbc-items li.active span{
  font-size: 1vw;
}
.tember_top{
  width: 70%;
}
.area_top{
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  padding: 5% 0 0 0;
}
.area_top .tember_h3{
  width: 70%;
  margin: auto auto 30px auto;
}
.area {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  padding: 5% 0;
}
.area h3{
  margin: 15px auto;
}
.more_a{
  width: 13vw;
  font-family: Noto Serif JP;
  margin: 20px auto 0 auto;
  padding: 6px;
  border: solid 1px white;
  border-radius: 30px;
}
.more_a:hover{
  background-color: rgba(179,157,86,0.7);
}
.parallax-box-4,
.parallax-box-5,
.parallax-box-6,
.parallax-box-7,
.parallax-box-8,
.parallax-box-9 {
  clip-path: inset(0);
  width: 100%;
  height: 100%;
  padding: 100px 0;
  box-sizing:border-box;
}
.parallax-box-4::after,
.parallax-box-5::after,
.parallax-box-6::after,
.parallax-box-7::after,
.parallax-box-8::after,
.parallax-box-9::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-size: cover;
}
.parallax-box-4::after{
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg01_1440_2x.jpg');
}
.parallax-box-5::after{
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg02_1440_2x.jpg');
}
.parallax-box-6::after{
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg03_1440_2x.jpg');
}
.parallax-box-7::after{
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg04_1440_2x.jpg');
}
.parallax-box-8::after{
  padding: 20vh 0;
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg05_1440_2x.jpg');
}
.parallax-box-9::after{
  background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg06_1440_2x.jpg');
}
.container .ops_bg{
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  padding: 50px 0;
  margin: 50px 0;
}
.container .ops{
  width: 80%;
  max-width: 1440px;
  margin: auto;
}
.ccontainer .ops p{
  width: 100%;
}
.container p{
  width: 80%;
  margin: auto;
}
.margin_left p{
  width: 80%;
  font-size: 1.4rem;
  margin: auto auto auto 0;
  display: block;
}
.flow{
  width: 60%;
  max-width: 1100px;
  margin: 100px auto;
}
.flow .page_column{
  margin: 20px auto; 
}
.flow .page_column .fc_left{
  width: 70%;
}
.flow .page_column .fc_left p{
  margin: 0 auto 15px 18%;
    text-align: left;
}
.flow .page_column .fc_left h3{
  margin: 0 auto 15px 18%;
}
.flow .page_column .fc_right{
  text-align: left;
  margin-top: 30px;
  padding-right: 100px;
}
.gold_button{
  margin: auto 0 auto auto;
}
.gold_button:hover{
  opacity: 0.7;
}
.introduction_more{
  width: 15vw;
  margin: 20px 15% auto auto;
  padding: 5px;
  border: solid 1px #2F2F2F;
  border-radius: 30px;
}
.introduction_more:hover{
  background-color: rgba(179,157,86,0.7);
}
.introduction_more a{
  font-size: 1.4vw;
  color: #2F2F2F;
}
.introduction_list.smp{
  display: none;
}
.policy{
  width: 70%;
  margin: auto auto 50px auto;
  text-align: left;
}
.policy .fbc-page{
  width: 100%;
}
.policy ul{
  text-align: left;
}
.padding_100{
  display: block;
  padding: 100px auto;
}
.w100p{
  width : 100%;
}
.width_70{
  width: 70%;
  max-width: 1300px;
  margin: auto;
}
.width_60{
  width: 65%;
  max-width: 1100px;
  margin: auto;
}
.width_40{
  width: 40%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
}
.margin_right_0{
  margin-right: 0;
}
.margin_bottom{
  width: 70%;
  margin: auto auto 100px auto;
}
.margin_bottom_50{
  margin-bottom: 50px;
}
.in_line{
  display: inline;
}
/*記事*/
.fbc-page * {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.post_all{
  width: 100%;
  margin: 0 auto 100px auto;
}
.post_all .banner_bottom .fbc-page{
  width: 100%;
}
.post_list{
  width: 65%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}
.post_list li{
  width: 32%;
  margin: 0 auto 30px 0.6%;
}
.post_list li img{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  padding: 2px 3px;
}
.post_list li .post_title{
  /*height: 6vh;*/
  text-align: left;
  margin-bottom: 5px;
}
.nav-links{
  font-family: Noto Serif JP;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-links span{
  display: block;
  background-color: #9E873D;
  color: white;
  padding: 5px 10px;
}
.nav-links a {
  display: block;
  color: #2F2F2F;
  padding: 5px 10px;
}
.nav-links a:hover{
  color: rgba(179,157,86,0.7);
}
.nav-links .next{
  display: block;
  font-size: 1.3vw;
  font-weight: 900;
}
.single_all{
  width: 70%;
  max-width: 1300px;
  text-align: left;
  margin: 0 auto 100px auto;
}
.single_all img{
  width: 100%;
  margin: auto;
}
.single_all h3{
  margin: 50px auto 30px auto;
}
.single_all .fbc-page{
  margin: 0 auto 20px 0;
}
.single_all .page{
  width: 80%;
  margin: auto;
}
.single_all .single_title{
  font-size: 1.6vw;
  font-weight: 600;
  font-family: Noto Serif JP;
}
.single_all img{
  width: 100%;
  height: auto;
  /*aspect-ratio: 4 / 3;*/
  object-fit: cover;
}
.title_date{
  text-align: left;
  margin: 10px auto 20px auto;
}
.tag span a{
  background-color: #B39D56;
  display: inline-block;
  font-size: 1vw;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  border-radius: 50px;
}
/*お問い合わせ*/
.contact_tell{
  background-color: #B39D56;
  padding: 30px 15px;
}
.contact_tell h2{
  font-size: 3.5vw;
  margin: 20px;
}
.contact_tell h2 a{
  font-size: 3.5vw;
}
.info_bg{
  height: auto;
  min-height: 100%;
  background-color: #FFFCF2;
  margin: 0;
  padding: 50px 0 100px 0;
}
.info_all{
  width: 65%;
  max-width: 1100px;
  font-size: 1.2vw;
  text-align: left;
  background-color: white;
  margin: 30px auto;
  padding: 30px;
}
.info_all p label{
  margin-bottom: 20px;
  display: flex;
}
.info_all p label .p{
  width: 40%;
  display: block;
  margin: 10px auto 10px 0;
}
.red{
  font-size: 1vw;
  color: #FF0000;
  padding: 5px;
}
.info_all p label .wpcf7-form-control-wrap{
  width: 60%;
  height: 50px;
  margin: 3px 0;
}
.info_all p label .wpcf7-form-control-wrap input{
  width: 100%;
  height: 50px;
  margin-right: 0;
}
.info_all p label .wpcf7-form-control-wrap textarea{
  width: 100%;
  padding: 10px 5px;
  margin-right: 0;
}
.info_all p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  font-size: 1vw;
}
.info_all p label .wpcf7-form-control-wrap .wpcf7-radio span label input{
  width: 16px;
  height: 16px;
  margin: auto 10px auto auto;
}
.info_all .wpcf7 form .count{
  width: 100%;
  margin-top: 120px;
  text-align: right;
}
.info_all p .label_a{
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
}
.info_all p label a{
  display: inline;
  color: #0BA4FA;
}
.info_all p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.info_all p .wpcf7-submit{
  font-size: 1.4vw;
  color: white;
  text-align: center;
  background-color: black;
  width: 60%;
  max-width: 300px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  display: block;
}
.info_all p .wpcf7-submit:hover{
  opacity: 0.7;
}
.reCAPTCHA{
  font-size: 0.8vw;
  text-align: center;
  margin: 10px auto 30px auto;
}
.reCAPTCHA p{
  font-size: 0.8vw;
}
.reCAPTCHA a{
  display: inline;
  font-size: 0.8vw;
  color: #0BA4FA;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*お問い合わせ確認画面*/
.confirmation_all{
  width: 65%;
  max-width: 1100px;
  background-color: white;
  margin: auto auto 100px auto;
  padding: 30px;

}
.confirmation_all form p label{
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
.confirmation_all form p .address{
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 0;
}
.confirmation_all form p .p{
  display: block;
  margin-bottom: 5px;
}
.confirmation_all form p .button{
  width: 100%;
  display: flex;
}
.confirmation_all form p .button .wpcf7-previous{
  font-size: 1.4vw;
  color: white;
  text-align: center;
  background-color: black;
  width: 40%;
  max-width: 300px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  display: block;
}
.confirmation_all form p .button .wpcf7-previous:hover{
  opacity: 0.7;
}
.confirmation_all form p .button .wpcf7-submit{
  font-size: 1.4vw;
  color: white;
  text-align: center;
  background-color: black;
  width: 40%;
  max-width: 300px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  display: block;
}
.confirmation_all form p .button .wpcf7-submit:hover{
  opacity: 0.7;
}
.wpcf7-spinner{
  display: none;
}
.thanks{
  width: 65%;
  max-width: 1100px;
  background-color: white;
  margin: auto;
  padding: 30px;
}
.back:hover{
  opacity: 0.7;
}
.pc{
   display: block;
}
.smp{
  display: none;
}
.display_none{
  display: none;
}

.txt_link{
  display: inline-block;
  color: #b39d56;
  text-decoration: underline;
}
.txt_link:hover{
  color: rgb(179 157 86 / 50%);
  text-decoration: none;
}
.Gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.Gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tbl01{
  text-align: left;
  border-collapse: collapse;
}
.tbl01 th{
  width : 20%;
}
.tbl01 th,.tbl01 td{
  border-bottom:1px solid #d2d2d2;padding-top:20px;padding-bottom:20px;
  font-weight: normal;
}
.m-flex{
  display: flex;
  gap : 50px;
}
.flex2{
  flex-basis: 50%;
}

.img-responsive{
  max-width: 100%;
  height: auto;
  width: auto;
}

.hover-opa:hover{
  opacity: 0.7;
}

/*画像*/
@media screen and (max-width: 905px){
  /*共通設定*/
  body {
    font-size: 1.4vw;
  }
  h1{
    font-size: 7vw;
  }
  h2{
    font-size: 3vw;
  }
  h3{
    font-size: 3vw;
  }
  p{
    font-size: 1.7vw;
  }
  a{
    font-size: 1.7vw;
  }
  .wrapper {
    padding-bottom: 0;
  }
  /*ヘッダー*/
  .top_banner{
    margin-top: 0;
    position: static;
  }
  header{
    background-color: rgba(179,157,86);
    position: fixed;
    top: 0;
    left: 0;
  }
  .hidden_menu{
    display: none;
  }
  .top-logo.tablet{
    display: block;
    width: 25%;
    max-width: 120px;
    margin: auto 0 auto 5%;
  }
  .header_nav.pc{
    display: none;
  }
  /*ハンバーガーメニュー*/
  .nav{
    width: 80px;
    height: 80px;
    margin: auto 0 auto auto;
    position: fixed;
    top: 0;
    right: 0;
    transition: none;
  }
  .nav.add{
    background-color: rgba(179,157,86);
    border-radius: none;
    position: static;
    top: 0;
    right: 0;
    transition: none;
  }
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background-color: rgba(179,157,86);
    transition: .5s;
    margin-left: 0;
  }
  .menu-hamburger-container ul li .sub-menu li a{
    font-size: 1.5vw;
  }
  .nav_content .content_all .hm_tell p{
    font-size: 1.8vw;
  }
  #global-nav .header_nav{
    display: none;
  }
  /*トップ*/
  .top_banner.video{
    margin-top: 80px;
  }
  .container .top{
    width: 100%;
    color: white;
  }
  .container .top.left{
    width: 90%;
    margin: auto;
  }
  .container .top.right{
    margin: auto;
  }
  .container .top h1{
    text-align: center;
  }
  .container .top .top_box{
    width: 90%;
    margin: auto;
  }
  .container .top .top_box h3{
     text-align: center;
  }
  .container .top .top_box p{
    width: 90%;
    text-align: center;
  }
  .more{
    margin: 20px auto 30px auto;
  }
  .more a{
    font-size: 1vw;
  }
  /*トップ記事*/
  .achievements_more a{
    font-size: 1.7vw;
  }
  .blog_more a{
    color: #2F2F2F;
    font-size: 1.7vw;
  }
  /*フッター*/
  footer{
    height: auto;
    position: relative; 
  }
  .footer_p{
    width: 100%;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    margin: 20px auto;
  }
  footer .top-logo {
    width: auto;
    margin: 30px auto ;
  }
  footer .top-logo .footer_logo{
    text-align: center;
  }
  footer .footer_nav {
    width: 100%;
    margin: 0;
  }
  footer .footer_nav .menu-footer-container .menu{display:block;}
footer .footer_nav .menu-footer-container ul li{ height: auto;}
  footer .footer_nav .menu-footer-container ul li a{font-size: 10px;line-height: 30px;}
  .display_none{
    display: none;
  }
}
@media screen and (max-width: 770px) {
  h3{
    text-align: center;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  .tablet{
    display: block;
  }
  /*ハンバーガー*/
  .nav_content .content_all .hm_tell p{
    font-size: 1.7vw;
  }
  /*トップ*/
  .top_video{
    width: 100%;
    margin-top: 33px;
    display:flex;
    align-items: end;
  }
  .top_blog_img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    padding: 3px 4px;
  }
  /*固定ページ*/
  .flow .page_column .fc_right{
    text-align: center;
    margin-top: 0;
    padding: 0 10px;
  }
  .flow .page_column .fc_left{
    width: 70%;
    margin: auto;
  }
  .flow .page_column .fc_left p{
    margin: auto;
    text-align: center;
  }
  .flow .page_column .fc_left h3{
    margin: auto;
  }
  .golg_button img{
    margin: auto;
  }
  .banner_bottom_120{
    width: 90%;
    margin: 130px auto 30px auto;
  }
  .more_a{
    width: 20vw;
  }
  .more_a p{
    margin: auto;
  }
  /*記事*/
  .top_post{
    width: 90%;
  }
  .post_list{
    width: 90%;
  }
  .post_list li .post_title{
    font-size: 1.7vw;
    text-align: left;
  }
  .post_list li .news_date{
    font-size: 1.7vw;
    text-align: left;
  }
  .display_none{
    display: none;
  }
  /*お問い合わせ*/
  .info_all p .wpcf7-submit{
    font-size: 2.2vw;
  }
  .confirmation_all form p .button .wpcf7-previous{
    font-size: 2.2vw;
  }
  .confirmation_all form p .button .wpcf7-submit{
    font-size: 2.2vw;
  }
  .info_all p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    font-size: 1.5vw;
    margin-bottom: 10px;
  }
  .info_all .wpcf7 form .count{
    width: 100%;
    margin-top: 130px;
    text-align: right;
  }
  .reCAPTCHA{
    width: 80%;
    font-size: 10px;
    margin: 50px auto auto auto;
  }
  .sp_flex-wrap{
    flex-wrap: wrap;
  }
  .sp_flex-wrap .flex2{
    flex-basis: 100%;
  }
  .btn-line{
    width : 116px;
  }
}
@media screen and (max-width: 480px){
  body{
    font-size: 2.8vw;
  }
  a{
    font-size: 2.8vw;
    }
  h2{
    font-size: 5.5vw;
  }
  h3{
    font-size: 5.5vw;
  }
  h4{
    font-size: 4.2vw;
  }
  p{
    font-size: 2.8vw;
  }
  .nav_content .content_all .hm_tell p{
    font-size: 2.2vw;
  }
  .menu-hamburger-container ul li .sub-menu li a{
    font-size: 2.6vw;
  }
  /*トップ*/
  .more{
    width: 25vw;
  }
  .parallax-box-1::after {
    padding: 50px 0;
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg01_sp_2x 1.jpg');
  }
  .parallax-box-2::after {
    padding: 50px;
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg02_sp_2x.jpg');
  }
  .parallax-box-3::after {
    padding: 20vh 0;
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/top_bg03_sp_2x.jpg');
  }
  .Commitment ul{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Commitment ul li{
    width: 45%;
    margin: 10px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
  }
  /*TIMBER DESIGN*/
  .Commitment img{
    width: 100%;
    margin: 0;
  }
  /*トップ記事*/
  .top_post h3{
    text-align: center;
  }
  .top_post ul{
    display: none;
  }
  .top_post{
    width: 100%;
    margin: 50px 0;
  }
  .top_post .slick.smp{
    margin: 20px auto;
    display: block;
  }
  .top_post .slick.smp li{
    width: 70%;
    margin: 0 10px;
  }
  .achievements_title{
    font-size: 2.8vw;
  }
  .news_title{
    font-size: 2.8vw;
    text-align: left;
    margin: auto auto auto 0;
  }
  .achievements_more{
    width: 150px;
    margin: 30px auto auto auto;
  }
  .achievements_more a{
    font-size: 3vw;
  }
  .blog_more{
    width: 150px;
    margin: 30px auto auto auto;
  }
  .blog_more a{
    color: #2F2F2F;
    font-size: 3vw;
  }
  .tag span a{
    font-size: 2.5vw;
    padding: 5px 10px;
  }
  /*オンラインショップ*/
  .top_shop{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/ols_banner_sp_2x.jpg');
    background-size: cover;
  }
  .top_shop h3{
    font-size: 6vw;
  }
  .top_shop p{
    width: 80%;
  }
  .top_shop .button_online{
    width: 200px;
    font-size: 3.5vw;
    padding: 10px 20px;
  }
  /*インフォメーション*/
  .top_info{
    width: 100%;
    display: block;
    margin: auto;
  }
  .top_info .info{
    width: 100%;
    padding: 20px 10% 30px 10%;
  }
  .top_info .info h3{
    width: 100%;
    font-size: 6vw;
    display: inline;
    margin: auto;
    text-align: center;
  }
  .top_info .info p{
    width: 100%;
    color: white;
    display: inline;
    font-size: 1.1rem;
    margin: auto;
    text-align: center;
  }
  .top_info .materials{
    width: 100%;
    padding: 20px 10% 30px 10%;
  }
  .top_info .materials h3{
    width: 100%;
    display: inline;
    text-align: center;
  }
  .top_info .materials p{
    width: 100%;
    color: white;
    display: inline;
    font-size: 1.1rem;
    margin: auto;
    text-align: center;
  }
  .policy{
    width: 90%;
  }
  /*固定ページ*/
  .banner_bottom{
    width: 90%;
    margin: 50px auto 30px auto;
  }
  .fbc-page{
    width: 90%;
  }
  .fbc-page .fbc-wrap .fbc-items li{
    font-size: 2.8vw;
  }
  .fbc-page .fbc-wrap .fbc-items li a{
    font-size: 2.8vw;
  }
  .fbc-page .fbc-wrap .fbc-items li.active span{
    font-size: 2.8vw;
  }
  .area_top .tember_h3{
    width: 90%;
  }
  .parallax-box-4::after {
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg01_sp_2x.jpg');
  }
  .parallax-box-5::after {
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg02_sp_2x.jpg');
  }
  .parallax-box-6::after {
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg03_sp_2x.jpg');
  }
  .parallax-box-7::after {
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg04_sp_2x.jpg');
  }
  .parallax-box-8::after {
    padding: 20vh 0;
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg05_sp_2x.jpg');
  }
  .parallax-box-9::after {
    background-image: url('https://timberdesign.jp/wp-content/themes/Timberdesign/image/bg06_sp_2x.jpg');
  }
  .craftsman{
    width: 70%;
    margin: 30px auto auto auto;
  }
  .cd-fixed-bg h3{
    width: 90%;
    margin: auto auto 30px auto;
  }
  .cd-fixed-bg p{
    width: 90%;
    margin: auto auto 30px auto;
  }
  .more_a{
    width: 25vw;
  }
  .more_a p{
    margin: auto;
  }
  .flow{
    width: 80%;
  }
  .introduction_list.pc{
    display: none;
  }
  .introduction_list.smp{
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .introduction_list .list{
    width: 70%;
    margin: 0 10px;
  }
  .introduction_more{
    width: 20vw;
    margin: 20px 15% 50px auto;
  }
  .introduction_more a{
    font-size: 2.5vw;
    color: #2F2F2F;
  }
  .margin_bottom{
    width: 80%;
    margin: auto auto 50px auto;
  }
  .width_40{
    width: 60%;
    margin: 50px auto 0 auto;
  }
  .margin_top_80{
    margin-top: 80px;
  }
  /*記事*/
  .post_all{
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .post_list{
    width: 100%;
    display: inline;
  }
  .post_list li{
    width: 80%;
    margin: 10px auto;
  }
  .post_list li .post_title{
    font-size: 2.8vw;
    text-align: left;
  }
  .post_list li .news_date{
    font-size: 2.8vw;
    text-align: left;
  }
  .single_all{
    width: 90%;
    text-align: left;
    margin: 0 auto 100px auto;
  }
  .single_all h3{
    margin: 130px auto 30px;
  }
  .tag span a{
    font-size: 2.2vw;
  }
  .single_all .page{
    width: 100%;
  }
  .single_all .single_title{
    font-size: 3.5vw;
    font-weight: 600;
  }
  /*お問い合わせ*/
  .info_bg{
    min-height: 90vh;
  }
  .contact_tell h2 a{
    font-size: 30px;
  }
  .info_all{
    width: 90%;
    font-size: 1.6rem;
    text-align: left;
    margin: 0 auto 100px auto;
  }
  .info_all p .wpcf7-submit{
    font-size: 3.5vw;
    width: 70%;
    height: 50px;
    margin: auto;
  }
  .info_all p label .wpcf7-form-control-wrap{
    width: 60%;
    height: 30px;
    margin-right: 0;
  }
  .info_all p label .wpcf7-form-control-wrap input{
    width: 100%;
    height: 30px;
    margin-right: 0;
  }
  .info_all p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    font-size: 2.5vw;
  }
  .reCAPTCHA{
    font-size: 2.2vw;
  }
  .reCAPTCHA p{
    font-size: 2.2vw;
  }  
  .reCAPTCHA a{
    display: inline;
    font-size: 2.2vw;
    color: #0BA4FA;
  }
  /*お問い合わせ確認画面*/
  .confirmation_all{
    width: 80%;
    margin: auto auto 100px auto;
  }
  .confirmation_all form p .button .wpcf7-previous{
    width: 40%;
    height: 50px;
    font-size: 3.5vw;
  }
  .confirmation_all form p .button .wpcf7-submit{
    width: 40%;
    height: 50px;
    font-size: 3.5vw;
  }
  .thanks{
    width: 90%;
    margin: auto;
  }

  .smp{
    display: block;
  }
  .pc{
    display: none;
  }
  .display_none{
    display: none;
  }
  .sp_mt0{margin-top:0px;}
  .sp_pb60{padding-bottom:60px;}
  .sp_pb0{padding-bottom:0;}
  .sp_plr20{ padding: 0 20px; }
}
/*コラム一覧*********************************************************/
.columnlist {
  padding: 0px;
  height: auto;
  width: 100%;
	max-width:1000px;
  margin: 0 auto 15px;

}

.columnlist ul {
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
}
.columnlist ul li {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  padding: 30px 0;
  margin-bottom: 30px;
	width:100%;
	box-sizing:border-box;
}
.clm_pic {
  object-fit: cover;
}
.clm_pic img {
  width: 300px;
  height: auto;
}
.clm_pic a:hover {
  opacity: 0.8;
}
.clm_ttl{
	text-align:left;
	width:70%;
	padding: 20px;
	box-sizing:border-box;
}
.clm_ttl span.date{
  padding: 3px 5px;
	margin-right:2em;
}
.clm_ttl span.cate{
  border: 1px solid #d0d1d3;
  padding: 3px 5px;
}
.clm_ttl p a {
  color: #151923;
  text-decoration: none;
  font-size: 1.9rem;
  line-height: 2.5em;
	text-align:left;
	margin-top:20px;
	padding-left: 5px;
}
.date span{
  border: 1px solid #d0d1d3;
  padding: 8px;
}
.pcnone{
	display:none;
}
/*singleページ*************************************************************/
#ez-toc-container ul li:before {
    background: none;
}
div#ez-toc-container ul li a {
	text-align:left;
}
.ttl_sgl{
  padding: 20px 1em;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 10px 0 30px;
  border-bottom: 2px solid #151923;
  border-left: none!important;
  background: none!important;
}
.yarpp-related h2,
.yarpp-related-none h2,
.single h2{
	font-size     : 2.4rem;
	line-height   : 1.1667;
	margin-top    : 1em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #151923;
	color         : #151923;
	background    : #f3f3f3;
	padding       : 20px;
}
.yarpp-related a{
  color: #000000;
}

.single h3 {
	font-size     : 2.2rem;
	line-height   : 1.1667;
	margin-top    : 2.3333em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #151923;
	color         : #151923;
	background    : #f3f3f3;
	padding       : 20px;
	text-align:left;
}

.single h4 {
	font-size     : 2rem;
	line-height   : 1.4;
	margin-top    : 2.8em;
	margin-bottom : 1.4em;
	border-left   : 2px solid #151923;
	border-bottom  : 1px solid #151923;
	padding-left  : 2rem;
	padding-bottom : 10px;
	padding-top : 5px;
	color         : #151923;
}
.single h5 {
font-size     : 1.8rem;
border-left   : 2px solid #151923;
padding-left  : 2rem;
color         : #151923;
	margin-bottom : 1.4em;
	margin-top    : 2.8em;
}
.single p {
  margin-bottom:10px;
}
.single em {
  color: #151923;
  font-weight: bold;
  background: rgba(255,173,3,.2);
}
.single ul {
  margin-bottom: 10px;
}
.single ul li {
  position: relative;
  padding-left: 2em;
}
.single ul li:before {
  content: '';
  border-radius: 50%;
  background: #d5dbe0;
  width: 9px;
  height: 9px;
  top: 9px;
  left: 0px;
  position: absolute;
}
.btn{
  margin: 50px 0;
  width: 100%;
  text-align: center;
  position: relative;
}

.btn a{
  border: 1px solid #d0d1d3;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: 1s;
  color: #151923;
  font-size: 1.8rem;
}
.btn a:hover{
  color: #fff;
  background: #B39D56;
}

@media screen and (max-width: 766px){
	.clm_pic {
  object-fit: cover;
		width:40%;
}
.clm_pic img {
  width: 95%;
  height: auto;
	margin:0 auto;
}
.clm_ttl{
	text-align:left;
	width:60%;
	padding:0 10px;
	box-sizing:border-box;
}
.clm_ttl p a {
  color: #151923;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6em;
	text-align:left;
	margin-top:20px;
	padding-left: 5px;
}
}