@charset "UTF-8";
/*
Theme Name: takt-on.co.jp-sp
Version: 1.0.0
*/

/****************************************
General Setting
*****************************************/
.sp { display: inline-block; }
.pconly { display: none; }
.pc { display: none; }
.spimgblock { float: none!important; display: block; margin: 0px auto 10px; }
.pr_br {
	display: inline;
}
.spbr {
	display: block;
}

html, body {
	margin: 0 auto!important;
}
#header #tlogo { margin-left: 0px;}
#header #tlogo img {
	max-width: 250px;
	max-height: auto;
}

body {
	text-align: center;
	font-size: 14px;
	background-position: bottom;
	background-repeat: repeat-x;
	min-width: 100%;
	word-wrap: break-word;
}

img {
	border-style:none;
	height: auto;
}
.subHeader { 
	padding: 10px 0px 10px;
}
.mBttl{
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1em;
}

footer {
	width: 100%;	
	min-width: 100%;
}
#header .wrapper,
#container,
.topwrapper,
.wrapper04,
.wrapper03,
.wrapper02,
.wrapper {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	overflow: hidden;
	min-width: 92%;
}
.mslider {
}

.kizi { padding: 0px 0px; }
#main,
#sidepage {
	width:100%;
	float:  none;
}

#maincon { padding-top: 0px; padding-bottom: 50px; }
.breadcrumbs { padding-left: 10px; }
#gnavi {
	position: fixed;
	top: 55px;
	left: 0px;
	z-index: 999;
	width: 100%;
	float: none;
	display: block;
}

#header {
	height: 58px;
	padding-top: 1px;
	min-width: 96%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 100%;
	box-sizing: border-box;	
	padding: 0px 10px;
	border-radius: 0px;
}
#headerL.fixed #header { position: fixed; }
#header h1 { display: none; }

#sp_menu_btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width:47px;
	height:47px;
	right:0px;
	margin-top:3px;
	margin-right:10px;
	background: #fff;
	z-index: 100;
}

.menu {
	display: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	padding-top: 20px;
}

.menu ul{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0 2px;
	display: block;
	padding-bottom: 50px;
}

.menu ul li {
	width: 98%;
	text-indent: initial;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
}
.menu span.wrap,
.menu ul li a{
	overflow:visible;
	display: block;
	border-bottom: 1px #dddddd solid;
	padding: 10px 0px 10px 20px;
	margin: 0 0 0px 0;
	text-align: left;
	width:auto;
	height: auto;
	line-height: 2em;
	border-left: 0px;
	color: #000 !important;
	text-shadow: 0px 0px 0px #fff !important;
	font-size: 15px;
}
.menu a:hover{
	background-image: none;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-color: initial;
}
.menu ul li span.wrap:before,
.menu a:before {
	content: " ";
	border: 0px;
	height: 0px;
	background: #fff;
}
.menu ul li span.wrap:after,
.menu a:after{
	content: "＞";
	position: absolute;
	right: 20px;
	top: 10px;
	height: auto;
	background: #fff;
	opacity: 1;
	width: auto;
}
.menu .child {
	position: relative;
	width: auto;
	background: #eee;
	padding-bottom: 0px;
}
.menu .child a { background: #eee; color: #000; padding-left: 20px; font-weight: 300; }
.menu .child a:after { background: none; }
.menu li.has_child:hover .child { display: none; }
.menu li.sns { display: inline-block; width: 21%; padding: 10px 0px; margin: 10px 0.8% 10px 1.5%; }
.menu li.sns img { background: #000; margin: 0px auto; }
.menu li.menu0 a img,
.menu.pagemenu li.sns a img {
	filter: brightness(1) invert(0);
}
.menu li.sns a{ border: 0px; }
.menu li.sns a:after {
	content: "";
	position: absolute;
	right: 0px;	
}
.menu ul:after {
	clear: both;
	display: block;
	content: "";
	margin-bottom: 10px;
}

body.home .menu li.menu0 a img {
	filter: brightness(1) invert(1);
}

/* ------- メニュー部分 ------- */



/******************* SP menu ***************/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 44px;
	background: #060606;
	z-index: 100050;
}
.menu-trigger span {
	position: absolute;
	left: 5px;
	width: 40px;
	height: 3px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	top: 30px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}
/******************* SP menu ***************/


/**************************** form  ****************************/
.contactform th,
.contactform td { display: block; width: auto; padding: 10px 0px 10px 10px; }
.wpcf7-form textarea { width: 95%; }
.contactform .spw { width: auto; padding-right: 0px !important; }
.contactform div { margin-left: 0px !important; }
span.wpcf7-list-item { margin-left: 0px !important; }


.contactform #books .wpcf7-list-item.first label:after {
	content: "　";
	display: inline-block;
	padding-bottom: 20px;
	max-width: 100%;
	background: url(/wp/wp-content/uploads/sassi-sumai-no-mori.png) no-repeat left center;
	background-size: contain;
	height: 106px;
	width: 300px;
	margin-bottom: 20px;
}
.contactform #books .wpcf7-list-item.last label:after {
	content: "　";
	display: inline-block;
	padding-bottom: 20px;
	max-width: 100%;
	background: url(/wp/wp-content/uploads/sassi-LIXIL-REFORM.png) no-repeat left center;
	background-size: contain;
	height: 106px;
	margin-bottom: 20px;
	width: 300px;
}
/**************************** form  ****************************/

.gaiyou {
	margin:10px 0px 20px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.gaiyou th,
.gaiyou td {
	width: auto;
	display: block;
}

.gaiyou th {
	border-bottom: 0px;
}

.history th {
    width: 6em;
    padding: 20px 20px 0px 0px;
}
.history th::after { top: 25px; }
.history td {
    padding: 20px 15px 10px;
    vertical-align: top;
    line-height: 1.8;
}
.fixed #gnavi { z-index: 11; top: 58px; }
#gnavi.menu_open { height: 100%; background: #fff; overflow-y: scroll; }
#footer_fixed { z-index: 5; opacity: 100%; height: auto; padding: 0px; width: 100%; bottom: 0px; }
#top-reform {
	background: url(/images/works-bg1_sp.jpg) no-repeat top right #F7F7F1;
	padding: 80px 0px 30px;
	position: sticky;
	background-size: contain;
}

#top-reform ul li { width: 48%; margin-bottom: 20px; }
#top-reform ul li span.img {
	height: 45vw;
	overflow: hidden;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
#top-reform ul li h2 { font-size: 13px; }
#top-reform ul li .txt { padding: 0px 5px 10px; }
.morebottun {
	position: relative;
	display: inline-block;
	padding: 1.7em 2em 1.7em 2em;

}
.topconwrap .more {
	margin-left: auto;
	text-align: center;
}
.topconwrap img {
    max-width: 100%;
    display: block;
    margin-left: auto;
}

#toptel { position: absolute; right: 60px; }
#toptel .headtel { display: none; }

.section-title img { max-height: 30px; }
.mB { font-size: 18px; }
.midashi-d {
	position: relative;
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-bottom: 10px;
	color: #147f32;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.bukendata dl { width: 90%;}
.kanren ul.list02 li,
.kanren ul.list li { width: 98%; margin: 10px auto; height: auto; }
.kanren .list li img { width: 80px; height: 80px; }
br.sponly { display: block; }
.topconwrap .txtbloc { width: 94%; font-size: 14px; margin: 0px auto; text-align: left; }
.topconwrap .txtbloc p {
	padding: 0px 10px 10px 0px;
}
.topconwrap { width: auto; padding-right: 0px;  position: sticky; padding-bottom: 30px; }
.section-column.movie_info,
.section-column.news_info { width: 100%; }
.news-blog-flex { display: block; }
.servicelist li {
	display: block;
	margin-bottom: 20px;
}
.servicelist li .item01,
.servicelist li .item02 { width: 100%; margin-top: 20px; }
.servicelist li .item01 h3 { font-size: 1.2em;}
#top-subsy .subsy a img { width: 100px; }
#top-subsy .subsy a {
	display: block;
	background-color: #fff;
	padding: 30px 15px 30px 150px;
	font-size: 1.5em;
}
#top-company ul {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-company ul li {
	width: 46%;
	margin: 0px 0px 20px;
}
#top-news-blog {
	padding: 100px 0px 30px;
	background: url(/images/works-bg2_sp.jpg) no-repeat top right;
	background-size: contain;
}
#top-service {
	background: url(/images/services-bg1.jpg) no-repeat top left;
	padding: 50px 0px 0px;
	position: sticky;
	background-size: contain; 
	background-position-y: 0% 30%;
}
.topttle03 .entitle,
.topttle02 .entitle,
.topttle .entitle { font-size: 42px; margin-bottom: 0.3em; }
.topttle03 h2,
.topttle02 h2,
.topttle h2 { font-size: 16px; }
#top-company ul li a { padding: 1.5em .8em; font-size: 16px; line-height: 1em; }
#top-concept {
	background:none;
}

.top-ser-wrap {
	border: 1px solid #333;
	padding: 20px 15px;
	border-radius: 30px;
	background: #fff;
	position: sticky;
}
#top-company { padding-top: 50px;  }
.f-logo-unit img {
	max-width: 53%;
	height: auto;
}
#footer02 { padding: 10px; margin: 0px 10px; }
.fixed-footer__list {     flex-direction: row; }
.footwrap {
	background: #E57A37;
}
.fixed-footer__link { color: #fff; }
#top-company-wrap {
	background: url(/images/aboutus-bg_sp.jpg) no-repeat top left #147f32;
	padding: 40px 0px 50px;
	position: sticky;
	background-size: contain;
}
.midashi { font-size: 1.2em; }
#archive-work-list li { width: 48%;  }
#archive-work-list {
    justify-content: space-between;
}
#archive-work-list li .box2 .tags span { font-size: 10px; }
#archive-work-list li .box1 { height: 45vw; }
#archive-work-list li .box1 img { height: 45vw; }
#archive-work-list li .box2 .more { background: #eee; padding: 5px 10px; text-align: center; }
#archive-work-list li .box2 .title { font-size: 14px; margin-bottom: 1em; }
.worktags li a { font-size: 12px; padding: 1px 10px; margin: 5px 2px;}
.bukendata dl:nth-child(2) { border-top: 0px; }
.bloglist-thumbnail { width: 100px; margin-right: 10px;  }
.blogDetail .blogbloc { display: block; }
.blogDetail span.font14,
.blogDetail span.label { margin: 0px; }
.blogttl { font-size: 16px; }
.midashi_blog {
	position: relative;
	margin: .5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 16px;
	border-bottom: 1px solid #333;
}
.staffList li { width: 43%; }
.staffList li p.staffp2 { font-size: 16px; }
.staffList li p.staffp1 { font-size: 13px; }
#staffDedail .box2 { width: 100%;  }
#staffDedail .staffProfile th,
#staffDedail .staffProfile td { display: block; width: auto; font-size: 14px; margin: 5px; padding: 5px; border: 0px !important; }
#recoStaff li p.wrapImage img { width: 100%; height: auto; }
#recoStaff li { width: 32%;}
#recoStaff li p { font-size: 11px; }
.main-title { font-size: 20px; }
.gaiyou th { text-align: left; }

#footer02 .fbox01 { display: none; }
.f-tel { line-height: 2em; }