﻿@charset "utf-8";


/* =======================================
	職人スライダー
======================================= */

#carousel {
	margin: 0 auto;
	width: 100%;
	height:290px;
	text-align: center;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top: 0;
	width: 0;
	height:290px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: 0;
	background:transparent url(../img/prev.jpg) no-repeat top left;
}
#carousel_next {
	right: 0;
	background:transparent url(../img/next.jpg) no-repeat top left;
}

#carousel ul li {
	float: left;
	text-align: center;
	display: inline;
}

figure {
  position: relative;
  overflow: hidden;
  width: 309px;
  height:290px;
  margin:0;
}
figcaption {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure {
  position: relative;
  overflow: hidden;
  width: 309px;
  height:290px;
  margin:0;
  color:#000;
  font-size:20px;
}
figcaption {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  padding-top:120px;
}
figure:hover figcaption {
  top: 0;
  left: 0;
  right:0;
}

.merit {
padding-left:15px;
padding-right:15px;
line-height:1.9;
font-size:18px;
font-weight:bold;
}

.m_btn {
width:240px;
height:30px;
background:url(../images/top/merit/bg_btn.jpg);
margin:10px auto;
padding-top:8px;
font-size:13px;
}


#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#carousel {
display:none;
}
}




/* =======================================
	5つのこだわり
======================================= */

.bg_gray{ background:#EEEEE7;
padding:40px 0 10px 0;
}

.bg_pink{ background:#DFFFDF;
padding:40px 0 10px 0;
}

.bg_rinen{
margin-top:0;
overflow: auto;
background-image: url(https://repair-soul119.com/img/top/bg_rinen.jpg);
background-attachment: fixed;
background-size: cover;
}

.container02{
width:1070px;
margin:10px auto;
}

@media screen and (max-width: 1100px) {
.container02{
width:98%;
margin:10px auto;
}
}

.container04{
width:1070px;
margin:30px auto;
padding:60px 45px;
background:rgba(255,255,255,0.9);
}

.container04 p{
font-size:18px;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
line-height:1.8;
font-weight:bold;
}

@media screen and (max-width: 1100px) {
.container04{
width:90%;
margin:10px auto;
padding:30px 25px;
}
}

.container05{
width:1070px;
margin:30px auto;
border:solid #996600 4px;
padding-left:30px;
padding-top:30px;
}

.container05 .l_box{
width:50%;
float:left;
}

.container05 .r_box{
width:50%;
float:left;
}

@media screen and (max-width: 1100px) {
.container05{
width:92%;
margin:10px auto;
padding-left:0;
padding-top:30px;
}
.container05 .l_box{
width:92%;
margin:0 auto;
float:none;
}

.container05 .r_box{
width:90%;
margin:0 auto;
float:none;
}
}


.container03{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box{
  width: 33%;
  height:auto;
  margin:5px auto 25px;
  text-align:center;

}
.box img{
  width:98%;
  height:auto;
  margin:0 auto;
}

.box02{
  width: 25%;
  height:auto;
  margin:5px auto 25px;
  text-align:center;
  color:#669900;
  font-weight:bold;
  font-size:14px;
}
.box02 img{
  width:90%;
  height:auto;
  margin:15px auto;
}

.ttl05{
color:#B28247;
font-weight:bold;
font-size:21px;
line-height:1.8;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
padding-top:5px;
}

@media only screen and (max-width:800px){
.box{
  width: 50%;
  height:auto;
}
}

/* =======================================
	外装工事の依頼先比較
======================================= */

table .hikaku{
color:#000000;
}

td,th{ padding:8px; text-align:center; }

.pink{ background: #FFCC99; border-bottom:#FF3300 2px solid; border-left:#FF3300 2px solid; border-right:#FF3300 2px solid;}

.blue01{ background: #CCFFFF; border-bottom:#FFF 2px solid; border-left:#FFF 2px solid; border-right:#FFF 2px solid;}

.blue02{ background:#E3FFFF; border-bottom:#FFF 2px solid; border-left:#FFF 2px solid; border-right:#FFF 2px solid;}

.green01{ background:#CCFFCC; border-bottom:#FFF 2px solid; border-left:#FFF 2px solid; border-right:#FFF 2px solid;}

.green02{ background:#DFFFDF; border-bottom:#FFF 2px solid; border-left:#FFF 2px solid; border-right:#FFF 2px solid;}

.red{ background:#FF3300; border-bottom:#FF3300 2px solid; border-left:#FF3300 2px solid; border-right:#FF3300 2px solid;border-top:#FF3300 2px solid; color:#FFFFFF; font-weight:bold;}

.orenge01{background:#FFCC00; border-top:2px #FFCC00 solid; border-bottom:2px #FFCC00 solid; border-right:2px #FFF solid; border-left:2px #FFF solid; font-weight:bold;}


.checkmark000{
	padding-left:24px;
	position:relative;
	font-size:18px;
	line-height:2.0;
}
.checkmark000:before,
.checkmark000:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark000:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark000:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}