/*
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: none;}
.pull-right {float: none;}
.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;}

p.spb {
	text-align: center;
}

.spbs {
	text-align: center;
}

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

a {
	color: #2980b9;
}

.grid3 {

}

.grid5 {
	
}

/* 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;}

#wrapper {
	width: 100%;
}

.header {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

.address {
	margin-bottom: 10px;
}

.address dt{
	text-align: center;
	font-size: 90%;
}

.address dd{
	text-align: center;
	font-size: 90%;
}

.container {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

.logo img {
	display: block;
	margin: 20px auto 20px;
}

#menu {
	display: none;
}

.slicknav_menu {
	display: block;
}

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

iframe {
	width: 100%;
}

h2 {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

p {
	font-size: 15px;
	margin-bottom: 10px;
}

.firstblock {
	background: #fff;
	border: 1px solid #CECEBF;
	border-radius: 4px;
	padding: 2%;
	margin-bottom: 40px;
}



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

.spbs .button {
	height: 10px;
}

.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;
}





.newsbox {
	height: 100px;
	overflow: hidden;
}

.slider-box {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

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);
}

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

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;
}




/* 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 .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;
}

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

.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;
}

.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;
}



.footer {
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

.footer .logo p {
	text-align: center;
	margin-bottom: 20px ;
}

.footer .fbox {
		background: #f7f7f7;
}

.footer .fnav li {
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 6px;
}













