/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	line-height:25px;

}
body #font-body-container{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;	
}
body #font-body-renovation{
	font-family: "Zen Old Mincho", serif;
	font-weight:400;	
}
a:link,
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3366bb;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
a:hover img{
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity:0.8;
}
a:hover {
	color:#d8d0d0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.9em;
}

#font-body-renovation h2.titel{
	font-size:7em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	color:#dce0d1;
	vertical-align:middle;
	width:100%;
	max-width:1200px;
	margin:0 auto;

}
#font-body-renovation h2.titel span{
	font-size:0.2em;
	 font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	vertical-align:middle;
	color:#000;
	padding:0 0 0 1em;
}
h3 {
	font-size: 1.9em;
	font-weight:700;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

#container_page {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	background:url(img/c_back.gif);
	background-repeat:repeat-x;
	background-position:top center;
	overflow: hidden;
}


#main-content {
	width: 90%;
	max-width:1200px;
	margin: 0 auto;
	padding:0;
}
#main_page_w {
	width:100%;
	box-sizing:border-box;
	padding:50px;
	background:#fff;
	margin:40px auto;
	border-radius:5px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
}
#main_page_w .p_left{
	float:left;
	width:75%;
	padding:0;
	margin:0;
}
#main_page_w .p_right{
	float:right;
	width:20%;
	margin:0;
	padding:0;
}
#main_page {
	width: 90%;
	max-width:1250px;
	margin: 0 auto;
	padding:100px 0 200px 0;
}
#main_page h2{
	font-weight:700;
}
#main_page h3{
	padding:20px 0 10px 0;
}
#sidebar {
	width:100%;
}

#footer {
	background:url(img/a_back02.jpg);
	width:100%;
	height:auto;
	padding:0 0 100px 0;
}

#footer .box{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	color:#fff;
}
#footer .box table {
	width:100%;
	height:auto;
	margin:0;
}
#footer .box td{
	vertical-align:top;
}
#footer .box td.left{
	width:32%;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	height:auto;
	padding:80px 0;
}

#font-body-renovation #footer .box td.left,
#font-body-renovation #footer .box td.center,
#font-body-renovation #footer .box td.right{
	 font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
}
#footer .box td.left .logo img{
	max-width:235px;
	height:auto;
	padding-bottom:30px;
}
#footer .box td.center{
	width:25%;
	background:#d8d0d0;
	box-sizing:border-box;
	text-align:left;
	color:#454040;
	padding:80px 0 80px 20px;
	
}
#footer .box td.center .midashi{
 font-family: "Staatliches", sans-serif;
  font-weight: 400;
	font-size:1.7em;
	padding:0 0 10px 0;
	
}
#footer .box td.center .tel{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size:2em;	
	padding:0 0 10px 0;
	
}
#footer .box td.center .mail{
	font-size:1.4em;	
	font-weight:700;
	padding:20px 0 0 0;
	
}
#footer .box td.center .mail a:link,
#footer .box td.center .mail a:visited{
	color:#454040;
	display:inline-block;
}
#footer .box td.center .mail a:hover {
	color:#454040;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom:5px;
	border-bottom:5px solid #454040;
}

#footer .box td.right{
	width:43%;
	box-sizing:border-box;
	padding:80px 0 80px 50px;
}

#footer .box ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#footer .box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align:left;
	width:33%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:40px;
}
#footer .box ul li h5{
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size:1.9em;
}
#footer .box td.right a:link,
#footer .box td.right a:visited{
	color:#fff;
	display:block;
	width:90%;
}
#footer .box td.right a:hover {
	color:#d8d0d0;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom:5px;
	border-bottom:5px solid #d8d0d0;
}
#footer .box td.left .footer-credit {
	font-size:0.8em;
	font-weight:400;
	padding:60px 0 0 0;
}
#footer .box td.left .footer-credit a:link,
#footer .box td.left .footer-credit a:visited{
	color:#fff;
}
.footer-credit{
	 font-family: "Zen Kaku Gothic New", sans-serif;
}
/* =Header
-------------------------------------------------------------- */

#header {
	width:100%;
	background:#00223d;
	margin:0 auto;
}
#header_c_back {
	width:100%;
	background:#00223d;
	margin:0 auto;
}
#header_page {
	width:100%;
	background:#00223d;
	margin:0 auto;
}
#header table,
#header_page table{
	margin:0;
	width:90%;
}
#header th.logo,
#header_page th.logo{
	width:30%;
	max-width:350px;
	padding:5px 0;
}
#header td,
#header_page td{
	width:70%;
	vertical-align:middle;
}
#header .logo img,
#header_page .logo img{
	width:100%;
	max-width:350px;
	height:auto;
}



/* =Navigation
-------------------------------------------------------------- */
#head-nav{
	width:100%;
}

#head-nav ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#head-nav ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#head-nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 1em;
	margin:0;
	border-right:1px solid #fff;
	font-weight:500;
	font-size:17px;
}
#head-nav ul li a{
	color:#fff;
}
#head-nav ul li a:hover {
	color:#d8d0d0;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom:5px;
	border-bottom:5px solid #d8d0d0;
}

/* =Content
-------------------------------------------------------------- */
#font-body-renovation #ab_box{
	width:100%;
	height:90vh;
	position:relative;
}

#font-body-renovation #chead_box{
	width:100%;
	padding:0;
	text-align:center;
	color:#fff;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding:0 20px;
	box-sizing:border-box;
}
#head_box{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:10% 0 0 0;
	text-align:center;
	color:#fff;
}
#btn_content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}
#btn_content a,
#btn_content a:link,
#btn_content a:visited{
	color:#fff;
}
#btn_content ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#btn_content ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#btn_content ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 49%;
	height:370px;
	box-sizing: border-box;
	margin:0.5%;
	color:#fff;	
	position:relative;
}
#btn_content ul li img {
	width: 100%;
	height:auto;

}
#btn_content ul li .box{
	position:absolute;
	box-sizing: border-box;
	padding:0 3% 3% 3%;
	bottom:0;
	width:100%;
}
#btn_content ul li:first-child {
}

#btn_content ul li table{
	margin:0;
}
#btn_content ul li th{
	margin:0;
	border-right:5px solid #fff;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size:2.5em;
	line-height:1;
	padding:10px 20px 10px 0;
	white-space: nowrap; 
}

#btn_content ul li th .jp_text{
	font-size:0.4em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
#btn_content ul li td{
	margin:0;
	padding:10px 0 10px 20px;
	box-sizing:border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:0.9em;
	line-height:1.5;
	font-weight:500;
	vertical-align:middle;
}
#btn_content ul li .box .link{
	text-align:right;
	padding:10px 0 0 0;
}
#btn_content ul li .box .btn{
	color:#fff;
	font-size:1.2em;
	font-weight:700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#case{
	clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
	background:url(img/a_back.jpg);
}
#font-body-renovation #case{
	clip-path:initial;
	background:#dfd6bd;
	margin:0 0 50px 0;
}
#case .box{
	padding:100px 0 150px 0;
	
}
#font-body-renovation #case .box{
	padding:50px 0 50px 0;
	
}
#case .box h4{
	font-size:1.3em;
	font-weight:700;
	line-height:1.2;
	padding:0.5em 1em;
	
}

#case table{
	width:100%;
	max-width:1200px;
	margin:0px auto 0 auto;
}

#font-body-renovation #case th.midashi{
	width:80%;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.midashiimg{
	position:relative;
	line-height:1;

}
.midashiimg h3{
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	font-size:8em;
	color:#ece7d8;
	line-height:1;

}
.midashiimg .sub{
	font-size:1.8em;
	font-weight:700;
	padding:0 0 0 1em;
	position:absolute;
	bottom:10px;
	left:0;
}

#case td.midashi{
	width:20%;
	padding:0 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.3em;
	font-weight:700;
	color:#000;
}



#top_coment{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}
#top_coment h2{
	font-weight: 900;
	font-size:2em;
	margin-bottom:60px;
}

#top_coment .text{
	width:100%;
	max-width:600px;
	margin:0 0 0 auto;
	font-size:1.3em;
	font-weight:700;
	line-height:2;
}
#top_coment ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top_coment ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_coment ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#top_coment ul li img{
	width:100%;
	height:auto;
}
#font-body-renovation .text{
	margin:0;
}

#reasons{
	width:100%;
}
.reasons_box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:100px;
}
.reasons_text{
	width:50%;
	padding:60px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:1.3em;
	font-weight:700;
	line-height:35px;
	background-color: rgba(0,0,0,0.7); 
}
#font-body-renovation .reasons_text{
	width:50%;
	margin:0 0 0 auto;
	padding:60px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:1.3em;
	font-weight:700;
	line-height:35px;
	background-color: rgba(0,0,0,0.7); 

}
.reasons_point {
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:70px 0 0 0;
}
.reasons_point ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.reasons_point ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.reasons_point ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 22%;
	box-sizing: border-box;
	padding:30px 40px;
	margin:0 1.5%;
	background:#fff;
	font-size:1.3em;
	line-height:35px;
	font-weight:700;
	border-radius:5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}
#reasons .reasons_point ul li h3{
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size:5em;
	line-height:100px;
	text-align:center;
	color:#374126;
	padding-bottom:20px;
}
#reasons .reasons_point ul li h3 span{
	font-size:0.25em;
	line-height:35px;
	display:block;
}
#font-body-renovation #reasons .reasons_point ul li h3{
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	font-size:5em;
	line-height:100px;
	text-align:center;
	color:#374126;
	padding-bottom:20px;
}
.reasons_point{
	width:100%;
	margin:0 auto;
}
#reasons .reasons_point .midashi01{
	width: 39%;
	height:320px;
	float:right;
	border-top:1px solid #000;
	border-left:1px solid #000;
	position:relative;
}
#reasons .reasons_point .midashi02{
	width: 39%;
	height:320px;
	float:left;
	border-top:1px solid #000;
	border-right:1px solid #000;
	position:relative;
}
#reasons .reasons_point h4{
	width:11em;
	font-size:1.9em;
	line-height:35px;
	font-weight:700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#reasons .reasons_point .text01{
	width:56%;
	height:320px;
	float:left;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
	position:relative;
}
#reasons .reasons_point .text02{
	width:56%;
	height:320px;
	float:right;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
	position:relative;
}
#reasons .reasons_point .text01 .text,
#reasons .reasons_point .text02 .text{
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contact {
	width:100%;
	background:url(img/a_back.jpg);
}
#font-body-renovation #contact {
	width:100%;
	background:url(img/a_back-r.jpg);
}


#contact table{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:#454040;
}
#font-body-renovation #contact table{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:rgb(69,64,64,0.4);
}
#contact td{
	width:50%;
	text-align:center;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	color:#fff;
	font-size:1.3em;
	font-weight: 600;
}
#contact td.tel{
	border-right:1px solid #fff;
}
#contact h3{
	font-size:3em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
#font-body-renovation #contact h3{
	font-size:3em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
}
#contact h4{
	font-size:1.2em;
	font-weight: 600;
}
#contact .fa-envelope{
	font-size:2.9em;
}
#contact .mal{
	font-size:1.7em;
	line-height:1.2;
	font-weight:700;
}
#contact td a{
	display:block;
	padding:70px 0;
	width:100%;
	color:#fff;
}
#contact td a:hover{

	color:#d8d0d0;
}
#message{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:100px 0;
}
#message_page{
	background:#e6e6e6;
	width:100%;
	margin:0 auto;
	padding:80px 0 150px 0;
}
#message_page .box{
	width:95%;
	max-width:1050px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}

#message h2{
	font-size:5em;
	font-family: "Anton", sans-serif;
  font-weight: 400;
}
#font-body-renovation #message h2{
	font-size:5em;
	font-family: "Fredericka the Great", serif;
  font-weight: 400;
}
#message h3{
	font-size:2em;
  font-weight: 900;
	padding:50px 0;
}
#message_page h3{
	font-size:1.9em;
  font-weight: 900;
	padding:50px 0;
}
#message ul,
#message_page ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#message ul:after,
#message_page ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#message ul li,
#message_page ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#message ul li.left {
	width:60%;
}
#message_page ul li.left {
	width:20%;
	padding:150px 0 0 0;
	text-align:center;
	font-weight:500;

}
#message_page ul li.left img{
	width:100%;
	height:auto;
	padding-bottom:20px;
	display:block;
}
#message ul li.left .text{
	width:100%;
	padding:0 20px 0 0;
	box-sizing:border-box;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
}
#message ul li.left .text .right{
	text-align:right;
}
#message ul li.right {
	width:40%;
}
#message_page ul li.right {
	width:80%;
	padding:0 0 0 80px;
	font-weight:500;
	line-height:30px;
}

#column{
	width:100%;
	background:#454040;
	padding:50px 0;
}
#column .box{
	width:90%;
	max-width:1100px;
	margin:0 auto;
}
#column table{
	margin-bottom:40px;
}
#column  th.midashi{
	width:50%;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	font-size:2em;
	font-weight:900;
	color:#fff;
}
#column td.midashi{
	width:50%;
	padding:0 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.3em;
	font-weight:700;
	color:#fff;
}

#column td.midashi a:link,
#column td.midashi a:visited{
	color:#fff;
	display:inline-block;
}
#column td.midashi a:hover {
	color:#d8d0d0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#column  th.midashi .newstitel{
	vertical-align:middle;
	padding:0 0.5em;
	box-sizing:border-box;
	font-size:1.2em;
	font-family: "Staatliches", sans-serif;
	font-weight:900;
	color:#fff;
	background:#000;
}
#column  th.midashi .newstitel02{
	padding-left:0.5em;
}
#column ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#column ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#column ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 25%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
	color:#fff;
	font-weight:500;
}
#column ul li .titel{
	font-size:1.2em;
	font-weight:700;
	line-height:1.36;
}
#column ul li img{
	width:100%;
	height:auto;
}
#column ul li a:link,
#column ul li a:visited{
	color:#fff;
}
#news{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:100px 0 0 0;
}
#news_a{
	width:100%;
	margin:0 auto;
	padding:0;
}
#news  th.midashi,
#news_a  th.midashi{
	width:50%;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	font-size:2em;
	font-weight:900;
}
#news  th.midashi .newstitel,
#news_a  th.midashi .newstitel{
	vertical-align:middle;
	padding:0 0.5em;
	box-sizing:border-box;
	font-size:1.1em;
	font-family: "Staatliches", sans-serif;
	font-weight:900;
	color:#fff;
	background:#000;
}
#news  th.midashi .newstitel02,
#news_a  th.midashi .newstitel02{
	padding-left:0.5em;
}
#news td.midashi,
#news_a td.midashi{
	width:50%;
	padding:0 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.3em;
	font-weight:700;
}
#news .loop{
	padding:50px 0 100px 0;
}
#news_a .loop{
	padding:0;
}
#news .loop tr,
#news_a .loop tr{
	border-bottom:1px solid #aaa;
}
#news .loop th,
#news_a .loop th{
	width:290px;
	font-size:1.2em;
	font-weight:500;
	padding:30px 0;
	vertical-align:top;
}
#news .loop td,
#news_a .loop td{
	font-size:1.2em;
	font-weight:500;
	padding:30px 0;
	vertical-align:top;
}

.spc{
	padding:0 2em 0 1em;
}
.cate_name{
	font-size:0.8em;
	background:#000;
	color:#fff;
	padding:2px 1em;
}

#mobilefootbtn {
	display:block;
	z-index:1030;
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	 font-family: "Zen Kaku Gothic New", sans-serif;
}
#mobilefootbtn {
	background:#454040;
	border-top:1px solid #ffff;
}
#mobilefootbtn .btn_box {
	float:left;
	width:50%;
	height:100px;
	margin:0;
	}

/* ボタンデザイン */
a.button-left {
	background:#454040;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #fff;
	box-sizing:border-box;
	padding:30px 0;
}
a.button-left .phone{
	font-size:2.2em;
	font-family: "Roboto", serif;
	font-weight: 700;
}
a.button-left .phone .fa-phone-volume{
	font-size:0.8em;
}
a.button-left .time {
	font-size:0.9em;
	font-weight:500;
}
a.button-right {
	background:#454040;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:1.9em;
	line-height:100px;
	font-weight:700;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
a.button-left:hover,
a.button-right:hover{
	background:#837a66;
	text-decoration:none;
}
a.button-left:active,
a.button-right:active{
	position:relative;
	top:1px;
}


/* =コンテナ
-------------------------------------------------------------- */

h1.renovation{
	font-size:6.1em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:center;
	line-height:1;
}


h2.renovation{
	font-size:2em;
	font-weight: 500;
	text-align:center;
	padding:15px 0 0 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
h3.renovation{
	font-size:2em;
	font-weight: 500;
	text-align:center;
	padding:15px 0;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin:20px auto;
	width:12em;
}
#font-body-renovation #head_page_box #head_box h1.renovation_s{
	font-size:8.5em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:left;
	line-height:1;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:60%;
	color:#3c3737;
}
#font-body-renovation #head_page_box #head_box h2.renovation_s{
	font-size:2em;
	font-weight: 700;
	text-align:left;
	padding:0 0 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width:40%;
	height:40px;
	color:#3c3737;

}

.icon{
	padding:30px 0 0 50px;
}
.icon ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.icon ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.icon ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 100px;
	box-sizing: border-box;
	padding:0;
	margin:0 10px;
}
.icon ul li img{
	width:100%;
	height:auto;
}
#con_head {
	background:url(img/top_img.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
	height:100vh;
}
#renovation_head {
	background:url(img/water_01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100vh;

}
#back_head_page {
	background:#454040;
	width:100%;
	height:auto;
}
#head_page_box {
	width:100%;
	height:230px;
	position:relative;
}
#head_page_box #head_box{
	width:95%;
	max-width:1200px;
	height:230px;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#fff;
	position:absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index:999;
}
#head_page_box #head_box h1.con{
	font-size:13.6em;
	font-family: "Anton", serif;
	font-weight: 400;
	text-align:left;
	line-height:250px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:60%;
}
#head_page_box #head_box h2.con{
	font-size:2em;
	font-weight: 700;
	text-align:left;
	padding:0 0 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width:40%;
	height:40px;

}
#font-body-renovation #head_page_box #head_box h1.con{
	font-size:13.6em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	line-height:130px;
	text-align:left;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:60%;
}
#font-body-renovation #head_page_box #head_box h2.con{
	font-weight: 700;
	text-align:left;
	padding:0 0 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width:40%;
	height:40px;

}
#head_page_box #head_box h2.con span{
	border-bottom:5px solid #fff;
	padding-right:1em;
}

#con_head_page {
	background:url(img/top_img.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	height:230px;
	position:absolute;
	top:0;
}
#font-body-renovation #con_head_page {
	background:#d8d0d0;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	height:230px;
	position:absolute;
	top:0;
}
#con_top_image {
	background:url(img/top_img02.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:55% auto;
}
.cont_reasons{
	background:url(img/question-mainvisual-lg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:100px 0;
	margin-bottom:100px;
}
#renovation_top_image {
	background:url(img/top_img02r.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:55% auto;
}
#font-body-renovation .cont_reasons{
	background:url(img/question-mainvisual-lg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:100px 0 0 0;
}
.cont_reasons_point_01{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 30%;
}
.cont_reasons_point_02{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 0;
}
.cont_reasons_point_03{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 0;
}
.cont_reasons_point_04{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 30%;
}

#font-body-renovation .cont_reasons_point_01{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 30%;
}
#font-body-renovation .cont_reasons_point_02{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 0;
}
#font-body-renovation .cont_reasons_point_03{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 0;
}
#font-body-renovation .cont_reasons_point_04{
	width:100%;
	padding:70px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 30%;
}
.about_photo{
	padding:50px 0;
}
.about_photo ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.about_photo ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.about_photo ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}
.about_photo ul li img{
	width:100%;
	height:auto;
}
#lpimg{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#lpimg img{
	width:100%;
	height:auto;
}
.main_photo img{
	width:100%;
	height:auto;
}
#main_page h2.titel_jirei{
	text-align:center;
	font-size:1.9em;
	font-weight:900;
	padding:70px 0 20px 0;
}
.jirei_etc {
	width:95%;
	max-width:650px;
	margin:0 auto;
}
.jirei_etc th{
	width:23%;
}
.jirei_etc th .midashi{
	width:100%;
	background:#e6e6e6;
	text-align:center;
	border-radius:5px;
	padding:3px 0;
	font-weight:400;
}
.jirei_etc td{
	padding:0 0 0 20px;
	box-sizing:border-box;
	width:27%;
	font-weight:500;
}
.jirei_text{
	padding:70px 0;
	width:95%;
	max-width:1100px;
	margin:0 auto;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
}
.jirei_text02{
	box-sizing:border-box;
	padding:0 0 50px 0;
	width:90%;
	max-width:1100px;
	margin:0 auto;
}

.jirei_text02 img{
	width:90%;
	max-width:1000px;
	height:auto;
}
.jirei_text03{
	padding:20px;
	box-sizing:border-box;
	width:90%;
	max-width:900px;
	margin:0 auto;
	border:4px solid #d8d0d0;
}
.jirei_text03 .name{
	box-sizing:border-box;
	font-size:1.3em;
	font-weight:700;
	color:#454040;
	padding:0 0 20px 0;
}
.jirei_text03 td.jirei_text03_photo{
	width:180px;
	vertical-align:top;
	
}
.jirei_text03 .jirei_text03_photo img{
	width:150px;
	height:auto;
	padding:10px;
}
.jirei_text03 td.jirei_text03_tet{
	vertical-align:top;
}
.voicemidashi {
	font-size:3em;
	line-height:40px;
	color:#454040;
	font-weight:700;
	width:90%;
	max-width:900px;
	margin:0 auto;
	font-family: "Big Shoulders Stencil Text", sans-serif;

}
#font-body-renovation .voicemidashi {
	font-size:3em;
	line-height:40px;
	color:#454040;
	font-weight:400;
	width:90%;
	max-width:900px;
	margin:0 auto;
	font-family: "Fredericka the Great", serif;

}
#font-body-renovation #befor{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:100px 0;
}
#font-body-renovation #befor .box{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}
#font-body-renovation #befor .box img{
	width:100%;
height:auto;
}
#case_page{
	padding:100px 0 150px 0;
	background:#f3f3f3;
}
#case_page02{
	padding:40px;
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
	margin:30px auto;
	width:95%;
	max-width:1200px;
}
#case_page table{
	width:95%;
	max-width:1200px;
	margin:0 auto 40px auto;
	
}
#case_page th,
#case_page td{
	width:50%;
	vertical-align:middle;
	height:100px;
}
#case_page th{
	font-size:5.6em;
	font-family: "Big Shoulders Stencil Text", sans-serif;
	line-height:100px;
	font-weight: 900;
	color:#454040;
}
#font-body-renovation #case_page th{
	font-size:4.5em;
	font-family: "Fredericka the Great", serif;
	line-height:100px;
	font-weight: 400;
	color:#454040;
}
#case_page td{
	text-align:right;
}
#case_page ul,
#case_page02 ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#case_page ul:after,
#case_page02 ul:after{
	  content: "";
	  clear: both;
	  display: block;
	}
#case_page ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 25%;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
#case_page02 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 25%;
	box-sizing: border-box;
	padding:10px 10px 20px 10px;
	margin:0;
}
#case_page ul li img,
#case_page02 ul li img{
	width:100%;
	height:auto;
}
#case_page h4{
	font-size:1.3em;
	font-weight:700;
	line-height:1.2;
	padding:0.5em 1em;
	
}
#case_page02 h4{
	font-size:1.1em;
	font-weight:700;
	line-height:1.2;
	padding:0.5em;
	
}
#case_page .btn {
	display: block;
	width:90%;
	max-width: 380px;
	height: 60px;
	margin:0 0 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size:1.3em;
	font-weight:500;
	color:#fff;
	background:#454040;
	border-radius:8px;
}
#case_page a.btn,
#case_page a:link.btn{
	color:#fff;
}
#case_page .btn:hover {
	color:#fff;
	background:#807575;
	text-decoration: none;

}
#case_page .btn::before,
#case_page .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#case_page .btn,
#case_page .btn::before,
#case_page .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

table {
	width: 100%;
}
table thead {
}
table th {
}
table td {
}
#main-content ul , #main-content ol {margin: 10px 0 10px 15px;}
#main-content ul li {list-style-type: square;}
#main-content ol li {list-style-type: decimal;}
#main-content li li {margin-left: 25px;}
#main-content p {margin: 10px 0;}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul {margin-left: 15px;}
#sidebar ul li {
border-bottom: 1px dashed #ccc;
line-height: 27px;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited {color: #36b;}
#sidebar ul li a:hover {color: #c00; text-decoration: none;}

/* =Comments
-------------------------------------------------------------- */


/* ------------------------------------ */



/* images and captions */


img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	height: auto;
}
.wp-caption img {
	width: 100%;
	max-width:1000px;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}


.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget h4{
	font-size:1.2em;
	font-weight:700;
	background:#000;
	color:#fff;
	display:inline-block;
	padding:2px 20px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}

.w_box{
	padding:40px;
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
	margin:0 auto;
	width:95%;
	max-width:1000px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.mw_wp_form {
  width: 100%;
  color: #333;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  font-weight: normal;
}

.mw_wp_form table tr:first-child {
  border-top: 1px solid #000;
}

.mw_wp_form table th {
	padding: 20px;
	box-sizing:border-box;
  text-align: left;
  vertical-align: middle;
  width: 30%;
	font-weight: 500;
	background-color: #f8f8f8;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}

.mw_wp_form table td {
	padding: 20px;
	box-sizing:border-box;width: 70%;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea{
  width: 100%;
  box-sizing: border-box;
	padding:10px;
	box-sizing:border-box;
	color:#000;
}

.mw_wp_form input[type="submit"] {
	margin: 1em;
	display: inline-block;
	padding: 0 20px;
	background: #454040;
	color: #fff;
	box-sizing: border-box;
	height: 50px;
	line-height:50px;
	-webkit-appearance: none;
	border-radius: 5px;
	font-size: 1.2em;
	border:0px;

}
.mw_wp_form input[type="submit"]:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #d8d0d0;
	color: #454040;

}
.mw_wp_form #submit-button input[type=text] {
  padding: 20px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
}

.mw_wp_form  submit{
  margin: 1em;
  display: inline-block;
  padding: 20px;
  background: #454040;
  color: #fff;
  box-sizing: border-box;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 1.2em;
}
.sp{
	display:none;
}
@media (max-width: 1080px)  {
body {
	font-size: 14px;
	line-height:25px;
}
.pc{
	display:none;
}
.sp{
	display:block;
}

h2.titel{
	font-size:6em;
	font-family: "Big Shoulders Stencil Text", sans-serif;
	font-weight: 900;
	color:#dce0d1;
	vertical-align:middle;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	line-height:1.2;
	padding:20px 0 0 0.2em;
}
h2.titel span{
	display:block;
	font-size:0.3em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	vertical-align:middle;
	color:#000;
	padding:0 0 1em 1em;
}
#font-body-renovation h2.titel{
	font-size:5em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	color:#dce0d1;
	vertical-align:middle;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0 0 0.2em;
}
#font-body-renovation h2.titel span{
	font-size:0.3em;
	 font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	vertical-align:middle;
	color:#000;
	padding:0 0 1em 1em;
}
/* =Header
-------------------------------------------------------------- */
#header {
	width:100%;
	max-width:1200px;
	margin:0;
	padding:0 0;
}
#back_head_page {
	background:#454040;
	width:100%;
	height:auto;
}
#header th.logo,
#header_page th.logo{
	width:100%;
	max-width:initial;
}
#header th.logo img,
#header_page th.logo img{
	width:100%;
	max-width:350px;
	height:auto;
	padding:0 0 0 10px;
}
#header td,
#header_page td{
	display:none;
}
#con_head {
	background:url(img/top_imgsp.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	height:90vh;
}
#renovation_head {
	display:none;
}
#con_head #head_box,
#renovation #head_box{
	width:95%;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom: 15%;
	left: 20px;
	margin: 0 auto;
	z-index:999;
}
#container_page {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	background:url(img/c_back.gif);
	background-repeat:repeat-x;
	background-position:top center;
}

#head_page_box {
	width:100%;
	height:150px;
	position:relative;
}
#con_head_page {
	background:url(img/top_img.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	height:150px;
	position:absolute;
	top:0;
}
#font-body-renovation #con_head_page {
	background:#d8d0d0;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	height:150px;
	position:absolute;
	top:0;
}
#head_page_box #head_box{
	width:95%;
	max-width:1200px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#fff;
	position:absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index:999;
}

#head_page_box #head_box h2.con span{
	border-bottom:5px solid #fff;
	padding-right:1em;
}
/* =footer
-------------------------------------------------------------- */
#footer {
	background:url(img/a_back02.jpg);
	width:100%;
	height:auto;
	padding:0 0 60px 0;
}
#footer .box td.left{
	width:100%;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	height:auto;
	padding:20px 0 10px 0;
	display:block;
}
#footer .box td.left .logo img{
	max-width:200px;
	height:auto;
	padding-bottom:10px;
}
#footer .box td.center{
	display:none;
}

#footer .box td.right{
	width:100%;
	display:block;
	padding:10px 0 0 0;
	border-top:1px solid #fff;

}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align:left;
	width:50%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:30px;
}
.footer-credit {
	font-size:0.8em;
	font-weight:400;
	padding:20px 10px;
}
.footer-credit a{
	color:#fff;
}
#mobilefootbtn {
	display:block;
	z-index:1030;
	width:100%;
	height:70px;
	position:fixed;
	bottom:0;
}
#mobilefootbtn .btn_box {
	float:left;
	width:50%;
	height:70px;
	margin:0;
	}
/* ボタンデザイン */
a.button-left {
	background:#454040;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #fff;
	box-sizing:border-box;
	padding:20px 0;
}
a.button-left .phone{
	font-size:1.6em;
	font-family: "Roboto", serif;
	font-weight: 700;
}
a.button-right {
	background:#454040;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:1.1em;
	line-height:70px;
	font-weight:700;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
/* =Navigation
-------------------------------------------------------------- */
	#head-nav{
		display:none;
	}	
/* =Content
-------------------------------------------------------------- */
#main_page {
	width: 100%;
	max-width:1250px;
	margin: 0 auto;
	padding:50px 0 100px 0;
}
	#main_page h2{
		width:95%;
		margin:0 auto;
	}
#main_page_w {
	width:95%;
	box-sizing:border-box;
	padding:20px;
	background:#fff;
	margin:30px auto;
	border-radius:5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
#main_page_w .p_left{
	float:none;
	width:100%;
	padding:0;
	margin:0;
}
#main_page_w .p_right{
	float:none;
	width:100%;
	margin:0;
	padding:40px 0 0 0;
}
#con_top_image{
	background: #fff;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:100% auto;
}
#renovation_top_image{
	background: #fff;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
}
#con_top_image_sp img,
#renovation_top_image_sp img{
	width:100%;
	height:auto;
	padding:20px 0 0 0;
}
#top_coment{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0 0 0;
}
#top_coment h2{
	font-weight: 900;
	font-size:1.8em;
	margin-bottom:60px;
}
#top_coment .text{
	width:100%;
	max-width:initial;
	margin:0  auto;
	font-size:1.2em;
	font-weight:700;
	line-height:1.8;
}
/* =コンテナ
-------------------------------------------------------------- */

.icon{
	padding:15px 0 0 0;
	width:80%;
}
.icon ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 10px;
	margin:0;
}
.icon ul li img{
	width:90%;
	max-width:70px;
	height:auto;
}
	
#news{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0 0 0;
}
#news .loop{
	padding:0 0 50px 0;
}
#news  th.midashi,
#news_a  th.midashi{
	width:100%;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	font-size:1.8em;
	font-weight:900;
	display:block;
}
#news  th.midashi .newstitel,
#news_a  th.midashi .newstitel{
	vertical-align:middle;
	padding:0 0.5em;
	box-sizing:border-box;
	font-size:1.1em;
	font-family: "Staatliches", sans-serif;
	font-weight:900;
	color:#fff;
	background:#000;
}
#news  th.midashi .newstitel02,
#news_a  th.midashi .newstitel02{
	padding-left:0.5em;
}
#news td.midashi,
#news_a td.midashi{
	width:100%;
	padding:10px 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.3em;
	font-weight:700;
	display:block;
}	
#news .loop tr,
#news_a .loop tr{
	border-bottom:1px solid #aaa;
}
#news .loop th,
#news_a .loop th{
	width:100%x;
	display:block;
	font-size:1.1em;
	font-weight:500;
	padding:30px 0 0 0;
	vertical-align:top;
}
#news .loop td,
#news_a .loop td{
	font-size:1.2em;
	font-weight:500;
	padding:0;
	vertical-align:top;
	width:100%x;
	display:block;
}
#news .loop td a,
#news_a .loop td a{
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}	
#column .box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#column table{
	margin-bottom:20px;
}
#column th.midashi{
	width:100%;
	display:block;
	font-size:1.8em;
	vertical-align:middle;
	padding:0 0 20px 0;
	box-sizing:border-box;
	font-weight:900;
	color:#fff;
}
#column  th.midashi .newstitel{
	vertical-align:middle;
	padding:0 0.5em;
	box-sizing:border-box;
	font-size:1.1em;
	line-height:40px;
	font-family: "Staatliches", sans-serif;
	font-weight:900;
	color:#fff;
	background:#000;
	width:4em;
	display:block;
	margin-bottom:10px;
}
#column td.midashi{
	width:100%;
	display:block;
	padding:0 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.3em;
	font-weight:700;
	color:#fff;
}
#column ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px 10px;
	margin:0;
	color:#fff;
	font-weight:500;
}
#column ul li .titel{
	font-size:1.1em;
	font-weight:700;
	line-height:1.36;
}
#message{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}
#message h2{
	font-size:4em;
	font-family: "Anton", sans-serif;
  font-weight: 400;
}
#font-body-renovation #message h2{
	font-size:4em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
}
#message h3{
	font-size:1.8em;
  font-weight: 900;
	padding:50px 0;
}
#message ul li,
#message_page ul li{
	float: none;
}	
#message ul li.left,
#message_page ul li.left{
	width:100%;
}	
#message ul li.right{
	width:100%;
	padding:30px 0 0 0;
}
#message_page ul li.right{
	width:100%;
	padding:15px 15px 0 15px;
	
}
#message ul li.right img{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
}
#message_page ul li.left img{
	width:100%;
	max-width:200px;
	height:auto;
	padding-bottom:20px;
	display:block;
	margin:0 auto;
}
#message_page{
	background:#e6e6e6;
	width:100%;
	margin:0 auto;
	padding:0 0 150px 0;
}
#message_page .box{
	width:95%;
	max-width:1050px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
.about_photo ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}



#reasons .reasons_point {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:70px 0 0 0;
}
#reasons .reasons_text,
#font-body-renovation .reasons_text{
	width:90%;
	padding:40px;
	box-sizing:border-box;
	color:#fff;
	font-size:1em;
	font-weight:700;
	line-height:25px;
	background-color: rgba(0,0,0,0.7); 
	margin:0 auto;

}
#reasons .reasons_point ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 47%;
	box-sizing: border-box;
	padding:20px;
	margin:1.5%;
	background:#fff;
	font-size:1.3em;
	line-height:25px;
	font-weight:700;
	border-radius:5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
#reasons .reasons_point ul li h3{
	font-size:4em;
	line-height:80px;
	text-align:center;
	color:#374126;
	padding-bottom:10px;
}
#reasons .reasons_point ul li h3 span{
	font-size:0.4em;
	line-height:35px;
	display:block;
}

#reasons .reasons_point .text01{
	width:100%;
	height:auto;
	float:none;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
	position:initial;
}
#reasons .reasons_point .text02{
	width:100%;
	height:auto;
	float:none;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
	position:initial;
}
#reasons .reasons_point .text01 .text,
#reasons .reasons_point .text02 .text{
	width:100%;
	position: initial;
	top: initial;
	left: initial;
	transform: initial;
}
#reasons .reasons_point h4{
	width:100%;
	font-size:1.4em;
	line-height:35px;
	font-weight:700;
	position: initial;
	top: initial;
	left: initial;
	transform:initial;
	padding:15px;
	box-sizing:border-box;
	margin:0 0 10px 0;
}
#reasons .reasons_point .midashi01{
	width: 100%;
	height:auto;
	float:none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	position:initial;
}
#reasons .reasons_point .midashi02{
	width: 100%;
	height:auto;
	float:none;
	border-top:1px solid #000;
	border-right:1px solid #000;
	position:initial;
}
.cont_reasons_point_01{
	width:100%;
	padding:50px 0;
	margin:15px 0;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 30%;
}
.cont_reasons_point_02{
	width:100%;
	padding:50px 0;
	margin:15px auto;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 0;
}
.cont_reasons_point_03{
	width:100%;
	padding:50px 0;
	margin:15px auto;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 0;
}
.cont_reasons_point_04{
	width:100%;
	padding:50px 0;
	margin:15px auto;
	background:url(img/g_back.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 30%;
}
#font-body-renovation .cont_reasons_point_01{
	width:100%;
	padding:50px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 30%;
}
#font-body-renovation .cont_reasons_point_02{
	width:100%;
	padding:50px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 0;
}
#font-body-renovation .cont_reasons_point_03{
	width:100%;
	padding:50px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 right 0;
}
#font-body-renovation .cont_reasons_point_04{
	width:100%;
	padding:50px 0;
	margin:15px 0;
	background:url(img/g_back-r.jpg);
	background-repeat:no-repeat;
	background-position: top 0 left 30%;
}


#case{
	clip-path: initial;
	background:url(img/a_back.jpg);
}
#case .box{
	padding:0 0 30px 0;
}
.midashiimg{
	position:relative;
	line-height:1;
	padding:0 0 0 10px;
}
.midashiimg h3{
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	color:#ece7d8;
	font-size:6em;
	line-height:1;

}
.midashiimg h4{
	position:absolute;
	bottom:0;
	left:0;
}
#case td.midashi{
	width:100%;
	display:block;
	padding:0 10px 0 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:right;
	font-size:1.4em;
	font-weight:700;
	color:#000;
}
#case_page02{
	padding:10px;
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
	margin:30px auto;
	width:95%;
	max-width:1200px;
}
#case_page02 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:10px 10px 20px 10px;
	margin:0;
}
#main_page h2.titel_jirei{
	text-align:left;
	font-size:1.9em;
	font-weight:900;
	padding:50px 0 20px 0;
	width:95%;
	margin:0 auto;
}

.jirei_etc {
	width:90%;
	max-width:250px;
	margin:0 auto;
}
.jirei_etc th{
	width:100%;
	display:block;
}
.jirei_etc th .midashi{
	width:100%;
	background:#fff;
	text-align:center;
	border-radius:5px;
	padding:3px 0;
	font-weight:400;
}
.jirei_etc td{
	padding:5px 0 15px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	display:block;
	font-weight:500;
}
.jirei_text{
	padding:0 0 50px 0;
	width:85%;
	max-width:1100px;
	margin:0 auto;
	font-size:1.1em;
	font-weight:500;
	line-height:30px;
}

#case_page{
	padding:50px 0 50px 0;
	background:#f3f3f3;
}
#case_page th,
#case_page td{
	width:100%;
	display:block;
	vertical-align:middle;
	height:auto;
}
#case_page th{
	font-size:4em;
	font-family: "Big Shoulders Stencil Text", sans-serif;
	line-height:100px;
	font-weight: 900;
	color:#454040;
}
#font-body-renovation #case_page th{
	font-size:3.5em;
	font-family: "Fredericka the Great", serif;
	line-height:100px;
	font-weight: 900;
	color:#454040;
}
#case_page .btn {
	display: block;
	width:90%;
	max-width: 200px;
	height: 50px;
	margin:0 0 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:1.2em;
	font-weight:500;
	color:#fff;
	background:#454040;
	border-radius:8px;
}
#case_page ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px 10px;
	margin:0;
}
#case_page h4{
	width:100%;
	font-size:1.1em;
	font-weight:700;
	line-height:1.3;
	padding:0em 0.5em;
	
}

  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }
  .mw_wp_form table th {
    width: 100%;
	  display:block;
  }  .mw_wp_form table td {
    width: 100%;
	  display:block;
	}
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }

#font-body-renovation #head_page_box #head_box h1.renovation_s{
	font-size:6em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:left;
	line-height:1;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

#font-body-renovation #head_page_box #head_box h2.renovation_s{
	font-size:1.8em;
	font-weight: 700;
	text-align:left;
	padding:0 0 0 0;
	position: absolute;
	top: 10px;
	bottom: initial;
	margin: auto 0;
	width:100%;
	height:40px;

}

#font-body-renovation .kgsp{
		display:inline-block;
	}
h1.renovation{
	font-size:4.5em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:center;
	line-height:1.1;
}
h2.renovation{
	font-size:1.5em;
	font-weight: 500;
	text-align:center;
	padding:15px 0 0 0;
}
h3.renovation{
	font-size:1.5em;
	font-weight: 500;
	text-align:center;
	padding:15px 0;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin:20px auto;
	width:12em;
}

}
@media (max-width: 1080px) and (min-width: 761px) { 
#con_head {
	background:url(img/top_imgsp.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	height:700px;
	position:relative;
}
#renovation_head {
	display:none;
}
#font-body-renovation #ab_box{
	width:100%;
	height:500px;
}

#font-body-renovation #chead_box{
	width:100%;
	padding:0;
	text-align:center;
	color:#fff;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding:0 20px;
	box-sizing:border-box;
}
	#befor .pc{
		display:block;
	}
	#befor .sp{
		display:none;
	}
#con_head #head_box{
	width:95%;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom: 15%;
	left: 20px;
	margin: 0 auto;
	z-index:999;
}
.cont_reasons{
	background:url(img/question-mainvisual-lg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:100px 0 0 0;
}
.icon{
	padding:15px 0 0 0;
	width:300px;
}
#contact td{
	width:50%;
	text-align:center;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	color:#fff;
	font-size:1.1em;
	font-weight: 600;
}
#contact td.tel{
	border-right:1px solid #fff;
}
#contact h3{
	font-size:2.5em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
#font-body-renovation #contact h3{
	font-size:2.5em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
}
#contact h4{
	font-size:1.2em;
	font-weight: 600;
}
#contact .fa-envelope{
	font-size:2.9em;
}
#contact .mal{
	font-size:1.7em;
	line-height:1.2;
	font-weight:700;
}
#contact td a{
	display:block;
	padding:30px 0;
	width:100%;
	color:#fff;
}
#btn_content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
}
#btn_content ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	height:auto;
	box-sizing: border-box;
	margin:0;
	color:#fff;	
	position:relative;
}
#btn_content ul li th{
	margin:0;
	padding:0;
	width:100%;
	display:block;
	border-right:0px solid #fff;
	border-bottom:5px solid #fff;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size:3em;
	line-height:40px;
	padding:5px 0 0 0;
}

#btn_content ul li td{
	width:100%;
	display:block;
	margin:0;
	padding:10px 0 0 0;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
}
#btn_content ul li .box .btn{
	color:#fff;
	font-size:1.5em;
	font-weight:700;
}
}


@media (max-width: 760px) {
#header th.logo img,
#header_page th.logo img{
	width:100%;
	max-width:250px;

}
#top_coment ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.cont_reasons{
	background:url(img/question-mainvisual-lg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:100px 0 0 0;
}
.jirei_text03 td.jirei_text03_photo{
	width:100%;
	vertical-align:top;
	display:block;
	
}
.jirei_text03 .jirei_text03_photo img{
	width:250px;
	height:auto;
	padding:10px;
	display:block;
	margin:0 auto;
	

}
.jirei_text03 td.jirei_text03_tet{
	width:100%;
	vertical-align:top;
	display:block;
	padding:20px 0 0 0;
}
#contact td{
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:0 0;
	box-sizing:border-box;
	color:#fff;
	font-size:1.0em;
	font-weight: 600;
	display:block;
	border-bottom:1px solid #fff;
}
#contact td.tel{
	border-right:0px solid #fff;
}
#contact td a{
	display:block;
	padding:20px 0;
	box-sizing:border-box;

	width:100%;
	color:#fff;
}
#btn_content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 0 50px 0;
}
#btn_content ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	height:auto;
	box-sizing: border-box;
	margin:0;
	color:#fff;	
	position:relative;
}
#btn_content ul li th{
	margin:0;
	padding:0;
	width:100%;
	display:block;
	border-right:0px solid #fff;
	border-bottom:5px solid #fff;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size:3em;
	line-height:40px;
	padding:5px 0 0 0;
}

#btn_content ul li td{
	width:100%;
	display:block;
	margin:0;
	padding:10px 0 0 0;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	vertical-align:middle;
}
#btn_content ul li .box .btn{
	color:#fff;
	font-size:1.5em;
	font-weight:700;
}
}
@media (max-width: 412px) {

h1.renovation{
	font-size:4em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:center;
	line-height:1.1;
}
h2.renovation{
	font-size:1.5em;
	font-weight: 500;
	text-align:center;
	padding:15px 0 0 0;
}
h3.renovation{
	font-size:1.5em;
	font-weight: 500;
	text-align:center;
	padding:15px 0;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin:20px auto;
	width:12em;
}
#head_page_box {
	width:100%;
	height:100px;
	position:relative;
}
#font-body-renovation #head_page_box #head_box h1.renovation_s{
	font-size:4em;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	text-align:left;
	line-height:1;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

#font-body-renovation #head_page_box #head_box h2.renovation_s{
	font-size:1.6em;
	font-weight: 700;
	text-align:left;
	padding:0 0 0 0;
	position: absolute;
	top: 10px;
	bottom: initial;
	margin: auto 0;
	width:100%;
	height:40px;

}		
#font-body-renovation #con_head_page {
	background:#d8d0d0;
	width:100%;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	height:100px;
	position:absolute;
	top:0;
}
#header th.logo img,
#header_page th.logo img{
	width:100%;
	max-width:250px;

}
#top_coment h2{
	font-weight: 900;
	font-size:1.5em;
	margin-bottom:60px;
}
}
.pmc {
	width:90%;
	max-width:500px;
	margin:0 auto 40px auto;
}
.pmc img{
	width:100%;
	height:auto;
}