/*
Theme Name: [2019] 佐伯塗装のWordPressテーマ
Theme URI: https://www.saiki-tosou.jp/
Description: [2019] 佐伯塗装のWordPressテーマ
Version: 1.0
Author: 佐伯塗装
Author URI: https://www.saiki-tosou.jp/
*/

@charset "utf-8";

/* Basic */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 100%;
	background: #fff;
}

.pull-left {float: left;}
.pull-right {float: right;}
.pull-none {float: none;}


.tac {text-align: center;}
.tar {text-align: right;}

.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {clear:both;}

img.center,iframe.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #2980b9;
}


/* margin padding */

.m0a {margin:0 auto;}

.mtop5 {margin-top: 5px;}
.mtop10 {margin-top: 10px;}
.mtop15 {margin-top: 15px;}
.mtop20 {margin-top: 20px;}
.mtop25 {margin-top: 25px;}
.mtop30 {margin-top: 30px;}
.mtop35 {margin-top: 35px;}
.mtop40 {margin-top: 40px;}
.mtop45 {margin-top: 45px;}
.mtop50 {margin-top: 50px;}
.mtop55 {margin-top: 55px;}
.mtop60 {margin-top: 60px;}
.mtop65 {margin-top: 65px;}
.mtop70 {margin-top: 70px;}
.mtop75 {margin-top: 75px;}
.mtop80 {margin-top: 80px;}
.mtop85 {margin-top: 85px;}
.mtop90 {margin-top: 90px;}
.mtop95 {margin-top: 95px;}
.mtop100 {margin-top: 100px;}


.mbtm5 {margin-bottom:5px;}
.mbtm10 {margin-bottom:10px;}
.mbtm15 {margin-bottom:15px;}


.grid3 {
	width: 33%;
	float: left;
	margin-left: 3%;
}

.grid5 {
	width: 58%;
	float: left;
	margin-left: 2%;
}

.button {
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #03A9F4;
	border: 2px solid #0097e6;
	color: #fff;
	line-height: 2.5em;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}

.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.button::before {
  top: 0;
}
.button::after {
  bottom: 0;
}
.button:hover::before,
.button:hover::after {
  height: 0;
  background-color: #59b1eb;
}

/* ///////////////// font ///////////////// */

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #575746;
	color: #414136;
	padding-bottom: 10px;
}

h2.mid {
	font-size: 28px;
}

h2.small {
	font-size: 18px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #575746;
	color: #414136;
	line-height: 130%;
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
}

p {
	margin-bottom: 20px;
	line-height: 1.8em;
}

p.mid {
	font-size: 110%;
}

p.small {
	font-size: 92%;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

/* ///////////////// lists ///////////////// */

li {
	line-height: 140%;
	margin-bottom: 4px;
	/* padding-left: 10px; */
}

ol {
	counter-reset: number;
	list-style:none;
}

ol li:before {
	background: #3498db;
	height: 1.3em;
	width: 1.3em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-size: .8em;
	margin-right: 5px;
	padding: 3px 1px 0px 2px;
	counter-increment: number;
	content: counter(number);
}

.gra-ol {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.page-content ol.gra-ol > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.8em;
	height: 1.8em;
	background: #3498db;
	border-radius: 50px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}

.page-content ol.gra-ol > li {
	position: relative;
	margin-bottom: .5em;
	padding-left: 2.5em;
}

.page-content .gra-ol li {
	width: 90%;
}

dl.normal {

}

dl.normal dt {
	line-height:160%;
	font-weight: bold;
	font-size: 15px;
}

dl.normal dd {
	line-height:160%;
	font-size: 15px;
}




/* ///////////////// header ///////////////// */

.header {
	height: 128px;
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.header .aboutsite {
	width: 300px;
	float: left;
}

.header .address {
	width: 300px;
	float: right;
	text-align: right;
}

.navbox {
	background: #fff;
	height: auto;
	width: 100%;
	border-bottom: 3px solid #487eb0;
}

.gnav {
	height: 25px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 1104px;
	background: #fff;
}

#menu {
	display: block;
}

.slicknav_menu {
	display: none;
}


.gnav ul {
	width: 1104px;
	margin: 0 auto;
}

.gnav li.first {
	border-left: 1px solid #C5C5BF;
}
.gnav li {
	border-right: 1px solid #C5C5BF;
	color: #575746;
	float: left;
	font-size: 14px;
	list-style: none;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 30px;
	font-weight: bold;
}

.gnav li a {
	color: #575746;
	text-decoration: none;
}

.gnav li a:visited {
	color: #575746;
}

.bx-wrapper {
	width: 1104px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

.slider-box {
	width: 1104px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

.gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width:100%;
	z-index: 10000;
	border-bottom: 3px solid #487eb0;
	box-shadow: 0px 6px 3px -3px rgba(44, 62, 80,0.2);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(44, 62, 80,0.2);
	-moz-box-shadow: 0px 6px 3px -3px rgba(44, 62, 80,0.2);
}


/* ///////////////// 新着情報 ///////////////// */

.newsbox dt, .newsbox dd {
	font-size: 15px;
	line-height: 130%;
	width: 98%;
	padding-left: 10px;
	margin-top: 2px;
	margin-left: 10px;
}

.newsbox dd {
	border-bottom: 1px solid #BABABA;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 6px;
}



.container {
	padding-bottom: 10px;
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
}

.container .firstblock{
	width:1064px;
	background: #fff;
	border: 1px solid #CECEBF;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 40px;
}

.container .main{
	width:800px;
	background: #fff;
	/* padding: 20px; */
	float: right;

}

.main .mainblock {
	border: 1px solid #CECEBF;
	border-radius: 4px;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}

.main h2 {
	text-align: center;
}

.main h3 {
	text-align: center;
}

.main .mainblock .blogbox {
	padding-left: 20px;
	padding-right: 20px;
}

.main .mainblock .blogbox h2{
	font-size: 24px;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}


/* ///////////////// page ///////////////// */

.instruction {
	width: 720px;
	margin: 20px auto 40px;
}


/* //////// gradation //////// */

.gd-sp div {
	float: left;
	text-align: center;
	width: 32%;
	margin-left: 1%;
	margin-bottom: 10px;
}

.gd-sp div img {
	width: 100%;
}

p.glay-box {
	background: #95a5a6;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}

p.blue-box {
	background: #3498db;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}

/* //////// mat-spray //////// */

.img-box {
	width: 736px;
	margin: 20px auto 40px;
}

.img-box li {
	list-style: none;
}

.before-block {
	width: 260px;
}

.after-block {
	width: 400px;
}

.split-a {
	width: 48%;
}

.page-content li.devide3 {
	width: 32%;
	padding-left: 1%;
	/* padding-right: 1%; */
	list-style: none;
}

span.sp-number {
	display: inline-block;
	background: #3498db;
	color: #fff;
	padding-left: 6px;
	padding-right: 6px;
}

.page-content li.devide3 p {
	font-size: 96%;
}


/* //////// hot-guard //////// */

img.one {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}


/* //////// faq //////// */

.q-and-a dt {
	background: url(/img/bn/dt-bg-a.png) no-repeat left top;
	min-height: 30px;
	margin-bottom: 20px;
	margin-left: 6px;
	padding-top: 4px;
	padding-left: 40px;
	font-size: 15px;
}

.q-and-a dd {
	background: url(/img/bn/dt-bg-q.png) no-repeat left top;
	min-height: 30px;
	margin-bottom: 20px;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 36px;
	padding-left: 40px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #a5a5a5;
}


/* //////// plan //////// */

table {
	width: 98%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

table.plan-table {
	margin-bottom: 30px;
}

caption {
	color: #e74c3c;
	font-size: 120%;
	letter-spacing: .1em;
	margin: 1em 0 10px 0;
	padding: 0;
	caption-side: top;
	text-align: left;
}

tr.odd td {
	background:#f7fbff
}

tr.odd .column1	{
	background:#f4f9fe;
}

.column1 {
	background:#f9fcfe;
	width: 268px;
}

.plan-table td {
	color: #66a3d3;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	font-size: 18px;
	line-height: 148%;
	padding: 8px 6px;
	text-align:center;
	vertical-align: middle;
}

.plan-table td span {
	font-size: 24px;
	margin-right: 2px;
}

.plan-table th {
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	color: #66a3d3;
	font-weight:normal;
	font-size: 13px;
	height: 80px;
	line-height: 180%;
	padding: 8px 6px;
	text-align:left;
	vertical-align: middle;
}

.plan-table th.col {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

thead th {
	background:#f4f9fe;
	color:#66a3d3
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:center;
}

tfoot th {
	text-align:center;
	background:#f4f9fe;
}

tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}

tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

.plan-name {
	font-size: 138%;
}

/* //////// voice //////// */

.voice-box {
	background: url(img/bn/voice-bg.png) 0px 0px no-repeat;
	width: 702px;
	height: 1480px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0 0 0px;
}

.voice-box .location {
	background: url(img/bn/voice-locationBG.png) 0px 0px no-repeat;
	margin: 10px auto;
	padding: 7px 0 0 0;
	height: 60px;
	width: 620px;
}

.voice-box .location p {
	font-size: 120%;
	font-weight: bold;
	padding-left: 50px;
	width: 220px;
}

.voice-box .before-after {
	height: 200px;
	width: 604px;
	margin: 0 auto 10px;
}

.voice-box .anc {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.custmor-voice {
	width: 520px;
	margin: 10px auto 10px;
	padding: 20px 41px 10px;
	border: 1px dotted #494949;
}


/* //////// before-after //////// */

.date {
	font-weight: bold;
	text-align: right;
	margin: 10px 0 10px 0;
}

.point {
	width: 644px;
	margin: 10px auto 10px;
	padding: 20px 24px 10px;
	border: 1px dotted #494949;
}



/* contact form */

.contact-area {
	border: 1px solid #d3d3d3;
	width: 90%;
	margin: 30px auto 10px;
}

.c1{
	background:#fff;
	padding:15px 20px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#595858;
	display:block;
	line-height:50px;
}
 
.c2{
	background:#FAFCFF;
	padding:20px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#595858;
	line-height:50px;
}
 
p.c1,p.c2{
	margin:0;
}
 
.c1:hover,.c2:hover{
	background: #FFFCFC;
}
 
.c1.last,.c2.last{
	border-bottom:none;
}
 
.m-alert {
	background: #FF9C5B;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	line-height: 25px;
	margin: 5px 16px 5px 5px;
	padding: 0 10px 0;
}
 
input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
 
.c1 textarea,.c2 textarea{
	font-size:13px;
	width:100%;
}
 
.file{
	margin:10px;
	display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
	width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
	border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
	outline: none;
}
 
.contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:100%;
	padding:0 3px;
}
 
.contact_right textarea:focus{
	border:solid 1px #20b2aa;
}
 
.contact_right textarea {
	outline: none;
	width:100%;
}
 
input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:33%;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:5px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}
 
.contact_form input[type=submit]{
	width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
	width:100%;
	height:50px;
	font-size:1.5em;
}
 
input[type="radio"]{
	margin: 0 0 4px 0 !important;
}

/* /contact form */




/* ///////////////// sidebar ///////////////// */


.container .sidebar{
	width:260px;
	background: #fff;
	float: left;
}

.sidebar .sideblock {
	border: 1px solid #CECEBF;
	border-radius: 6px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sidebar h3 {
	text-align: center;
}

.menubox li {
	list-style-type: none;
	padding-left: 0.5em;
}

.menubox li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f15b";
	left : 1em; /*左端からのアイコンまで*/
	color: #888; /*アイコン色*/
	padding-right: 6px;
}

.sidebar img,.sidebar iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.next .button {
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #03A9F4;
	border: 2px solid #0097e6;
	color: #fff;
	line-height: 2.5em;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ///////////////// footer ///////////////// */

.footer {
		background: #f7f7f7;
		border-top: 1px solid #ddd;
		height: 432px;
		padding-bottom: 24px;
		margin-top: 40px;
		width: 100%;
}

.footer .fbox {
		background: #f7f7f7;
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 24px;
		padding-bottom: 10px;
}

.footer .logo img {
		display: block;
		margin: 0px auto 10px;
		position: relative;
}

.footer .logo p {
		color: #999;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
}

.footer .logo a {
		color: #999;
		text-decoration: none;
}

.footer .fnav {
		margin-top: 20px;
		width: 98%;
		margin-left: auto;
}

.fnav li {
		color: #333;
		float: left;
		font-size: 17px;
		list-style: none;
		margin-right: 24px;
		line-height: 36px;
}

.fnav li a {
		color: #333;
		text-decoration: none;
}

.footer a:visted {
		color: #333;
}

.footer .copyright {
		color: #333;
		margin-top: 40px;
		width: 50%;
		float: left;
}

.footer .address {
		color: #333;
		font-size: 16px;
		line-height: 120%;
		width: 30%;
		margin-left: 20%;
		float: right;
}