/*
Theme Name:  松下畳商会 THEME 1.0
Theme URI: https://matsushita-tatami.jp
Description: wordpressテーマ
Version: 1.0
Author:  松下畳商会
Author URI: https://matsushita-tatami.jp
*/

/* IMPORT RESET */
@import url("css/reset.css");


.bg-white{
	background-color: #fff;
	padding: 60px 0 60px 0;
}
.bg-gray{
	background-color: #f2f2f2;
	padding: 60px 0 60px 0;
}
.bg-baige{
	background-color: #e6e6df;
	padding: 60px 0 60px 0;
}
.bg-contact{
	background-color: #e6e6df;
	padding: 60px 0 60px 0;
}
.main-color{
	color:#c8a258;
}
.color-red{
	color: #cc5356;
}
.color-blue{
	color: #1987bf;
	}
/*fonts*/
.din{
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.min{
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.sawarabi{
	font-family: "Sawarabi Gothic", sans-serif;
	font-style: normal;
}

/*インラインボタン*/
.jump-btn a{
	display: block;
	max-width: 250px;
	background-color: #383838;
	border: 1px solid #383838;
	color: #fff;
	text-align: center;
	padding: 15px 40px;
	margin: 20px auto 40px auto;
	border-radius: 100px;
	text-decoration: none;
	line-height: 1;
	
}
.jump-btn a:hover{
	background-color: #fff;
	border: 1px solid #383838;
	color: #383838;
}
/*ブロックボタン*/
.btn-black a{
	display: block;
	background-color: #383838;
	border: 2px solid #383838;
	color: #fff;
	text-align: center;
	padding: 15px 25px;
	margin: 0px auto 30px;
	text-decoration: none;
}
.btn-black a:hover{
	background-color: #fff;
	border: 2px solid #383838;
	color: #383838;
}



html{
	/*visibility: hidden;*/
}
	html.wf-active,
	html.loading-delay {
    /*visibility: visible;*/
}
body {
	padding:0px;
	margin:0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #383838;
}
.over {
	width: 100%;
	overflow-x: hidden;
}

/*HEADER*/
header{
	position: fixed;
	display: flex;
	justify-content: space-between;
	z-index: 100;
	background-color: #fff;
	height: 70px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
}
.is-animation{
transition: 0.5s;
	height: 60px;

}
#header .site_title{
	width:45%;
	max-width: 220px;
	overflow:hidden;
	margin: 0px;
	padding: 25px 0px 0px 20px;
}
#header.is-animation .site_title{
	transition: 0.5s;
	max-width: 210px;
	padding: 20px 0px 0px 20px;
}
#header .site_title a{
	display: block;
}
#header .site_title img{
	width:100%;
}
#header .site_title img:hover{
	opacity:1;
}
#header .main-menu{
	display: none;
}
.hconbox{
	display: none;
	}
/*ドロワー*/
button.drawer-toggle.drawer-hamburger{
	display: block;/*ドロワー表示非表示*/
}
.drawer-hamburger-icon , .drawer-hamburger-icon::before, .drawer-hamburger-icon::after{
	background-color: #ccc;/*ドロワーカラー*/
}
.drawer-default{
	background-color: #c8a258!important;/*背景色*/
}
.drawer-default a{
	font-size: 1.6rem;
}
.drawer-right.drawer-open .drawer-hamburger{
	z-index: 5400;
	}

.drawer-main{
	width: 500px;
	padding: 80px;
}
.drawer-nav{
	padding: 0px;
}
.drawer-nav-list ul{
	margin-bottom: 40px;
}
.drawer-nav-list li{
	margin-bottom: 0;
	padding: 10px;
	line-height: 1;
	border-bottom: 1px solid #a3823f;
	font-size: 1.6rem;
}
.sns-link{
	margin: 0px 0 20px 0!important;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.sns-link li a{
	padding-left: 2.5em;
	font-size: 1.4rem;
	margin-right: 20px;
}
.sns-link li.facebook a{
	background-image: url(img/base/foot-fb-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.sns-link li.instagram a{
	background-image: url(img/base/foot-insta-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.sns-link li.ytube a{
	background-image: url(img/base/foot-youtube-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

/*///////////////// FOOTER STYLE//////////////////////*/
footer{
	position: relative;
	padding: 40px 80px 40px 80px;
	color: #383838;
	font-size: 1.4rem;
	background-image: url(img/top/tataminobg.jpg);
	background-size: cover;
	font-family: "Zen Old Mincho", serif;
}
#footer{
	width:100%;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .f-left{
	width: 100%;
	text-align: center;
}
#footer .f-right{
	width: 100%;
}

#footer .foot-logo{
	max-width: 300px;
	margin: 20px auto 20px;
}

#footer .f-left .phonenumber span{
	font-size: 3rem;
}
.f-right{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.footmenu{
	padding: 40px 40px 0px 40px;
}
.footmenu li{
	margin-bottom: 10px;
}
.copy{
	font-size: 1.2rem;
	color:#fff;
	background-color: #383838!important;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
}

.go_top{
	position:fixed;
	bottom: 20px;  
	right:20px;
	display:block;
	z-index:1;
	width:50px;
	}		
.go_top img{
	width:100%;
	height:auto;
	opacity:1;
	}		
.fix-btn{
	width: 150px;
	position: fixed;
	right: 30px;
	bottom: 30px;
}



/*//////////////////////////// main style ////////////////////////////*/
.pankuzu{
	margin:20px 0!important;
	color:#656565;
}
section{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
section a{
	color:#383838;
	font-weight: 400;
	text-decoration: underline;
}
section a:hover{
	text-decoration:none!important;
}
section p{
	font-size:1.4rem;
	line-height: 1.75;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}
section p img{
	width: 100%;
}

section h2{
	font-weight: 500;
	color: #383838;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1;
	padding: 0;
	margin-bottom: 40px;
	}
section h3{
	font-size: 2rem;
	font-weight: 400;
	margin:0 0 15px 0;
	padding: 0px;
	color: #383838;
	text-align: left;
	line-height: 1;
}
section h4{
	font-size:1.6rem;
	font-weight:normal;
	margin-bottom:15px;
	padding:5px 15px 5px 15px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	background-color: #c8a258;
	border: 1px solid #52a986;
	display: inline-block;
}
section h5{
	font-size:1.6rem;
	margin-top:10px;
	margin-bottom:5px;
	color: #067ec4;
	line-height: 1.2;
}
section h6{
	font-size:1.6rem;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}
/*//////////////////////////// article post single ////////////////////////////*/

.normal table {
	width:100%;
	margin:0px 0px 20px 0px;
}
.normal table tr {
	width:100%;
}
.normal table tr th {
	background-color:#f2f2f2;
	vertical-align:middle;
	border:1px solid #c5c5c5;
	font-weight: normal;
	padding:20px 15px;
	text-align: center;
	width: 30%;
}
.normal table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #c5c5c5;
	text-align: left;
}
.contact table {
	width:100%;
	margin:0px 0px 40px 0px;
}
.contact table tr {
	width:100%;
}
.contact table tr th {
	background-color:#f2f2f2;
	text-align:center;
	vertical-align:middle;
	border:1px solid #878787;
	font-weight: normal;
	padding:20px 15px;
	width: 25%;
}
.contact table tr th p {
	margin-bottom: 0px;
}
.contact table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #383838;
	background-color: #fff;
}
.contact table tr td p {
	margin-bottom: 0px;
}







/*//////////////////////////// mobile ////////////////////////////*/

@media only screen and ( max-width : 600px ) {

.jump-btn a{
	width: 100%;
	margin: 0 auto;
	padding: 8px;
}
.btn-black a{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}


/*HEADER*/
header{
	height:60px;
	}
header.site_title{
	height:55px;
	}
#header .site_title{
	width:50%;
	max-width: 180px;
	padding: 20px 0px 0px 15px;
}
#header.is-animation .site_title{
	transition: 0.5s;
	max-width: 170px;
}
.drawer-hamburger{
	padding: 15px 25px 15px 25px!important;
	width:80px!important;
	height:50px!important;
}
.drawer-main{
	width:100%;
	padding: 60px 40px 40px 40px;
}
.drawer-default ul{
	margin-bottom: 20px;
}


/*FOOTER*/
.f-left{
	margin-bottom: 40px;
}

.f-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footmenu{
	width: 100%;
	padding: 0px;
	padding: 0px;
}
.footmenu li{
	margin-bottom: 10px;
	line-height: 1;
}

#footer .f-left .phonenumber span{
	font-size: 2.4rem;
}
footer ul{
	display: block;
}
footer ul li a{
	color:#383838;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;

}
.copy{
	float: none;
	text-align: center;
	font-size: 1rem;
}

.fix-btn{
	width: 100px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	}



	

/*MAIN*/	
.container {
  width: 95%;
}
article section{
margin-bottom:20px;
}


section{
	margin:0px;
	padding:0px;
	line-height: 1;
}

section h2{
	font-size: 2.4rem;
	margin-bottom: 20px;
	}
section h3{
	font-size: 2rem;
}
section h4{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
section h5{
	font-size: 1.4rem;
}




.normal table tr th {
	padding:10px 5px;
	width: 100%;
	display: block;
}
.normal table tr td{
	padding:10px 5px;
	width: 100%;
	display: block;
	border: none;
}
.contact table { 
	width: 100%; 
}
.contact table tr th{ 
	width:100%;
	border: none;
	display: block;
	border: 1px solid #383838;
}
.contact table tr td{ 
	width: 100%;
	border: none;
	display: block;
	padding:20px 0px;
	background: none!important;
}


}

/*//////////////////////////// PC ////////////////////////////*/
@media print, screen and ( min-width : 1025px ) {

.bg-white{
	background-color: #fff;
	padding: 120px 0 120px 0;
}
.bg-gray{
	background-color: #f2f2f2;
	padding: 120px 0 120px 0;
}
.bg-baige{
	background-color: #e6e6df;
	padding: 120px 0 120px 0;
}
/*header*/
header{
	height: 80px;
}
header.site_title{
	height: 75px;
}
#header .site_title{
	width: 40%;
	max-width: 260px;
	padding: 20px 0px 0px 20px;
}
#header.is-animation .site_title{
	transition: 0.5s;
	max-width: 250px;
	padding: 15px 0px 0px 20px;
}
.hmenu{
display: flex;
	}
#header .main-menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 60px;
	margin-bottom: 0px;
}
#header .main-menu li{
	display: flex;
	margin-right: 40px;
	padding: 20px 0;
	}
#header .main-menu li a{
	color: #383838;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #fff;
}
#header .main-menu li a:hover{
	border-bottom: 1px solid #383838;
	transition: 1s;
}
/*ドロワー*/

.drawer-hamburger{
	padding: 10px 25px 15px 25px!important;
	width:80px!important;
	height:80px!important;
}
.is-animation .drawer-hamburger{
transition: 0.5s;
	padding: 0px 25px 15px 25px!important;
	width:80px!important;
	height:70px!important;
}
.drawer-hamburger-icon::after {
  top: 12px;
}
.drawer-hamburger-icon::before {
  top: -12px;
}
#footer{
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer .f-left{
	width: 30%;
	text-align: left;
}
#footer .foot-logo{
	max-width: 300px;
	margin: 20px 0px 20px 0px;
}

#footer .f-left .phonenumber span{
	font-size: 3rem;
}
#footer .f-right{
	width: 60%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-right: 100px;
}


section{
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	line-height: 1;
}
section p{
	font-size:1.5rem;
}
section h2{
	font-size: 3rem;
	}

section h3{
	font-size: 2.4rem;
}
section h4{
	font-size: 1.6rem;
}
section h5{
	font-size: 1.8rem;
}
section .row{
	margin-bottom: 20px;
}
section .row:last-child{
	margin-bottom: 0px;
}


.container {
  max-width: 1024px;
}
.widemode{
	max-width: 1200px!important;
}
/*header*
/*通常改行<br>*/


.foot-service ul li a{
	font-size: 1.4rem;
}
.post h1{
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: 1.2;
}


section .row{
	margin-bottom: 20px;
}
section .row:last-child{
	margin-bottom: 0px;
}




}
