@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#wrap {
	background: url(../image/mainimg_bg.jpg) top center no-repeat;
}
#logo {
	display: none;
}
#mainimg{
	margin: 0 auto;
	padding:115px 0px 125px 0px;
	text-align: center;
	position: relative;
	z-index: 99;
}
#mainimg h2 img{
  position: relative;
  max-width: none;
  text-align: center;
  left: auto;
  transform: none;
}
.section {
	margin-bottom: 70px;
}
.section01 .box{
	overflow: hidden;
}

/*リフォームはお家の劣化の早期発見・早期処置が大切です！*/
.section01 {
	margin-bottom: 70px;
}
.section ul.text li {
	margin-bottom: 24px;
	line-height: 1.7;
}
.section ul.text li:last-child {
	margin-bottom: 0;
}
#content .section {
	overflow: hidden;
}
#content .section .left {
	float: left;
	width: 380px;
}
#content .section .title {
	padding: 1px 0px 0px 20px;
	font-size: 1.42em;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
    text-shadow: 0 0 0 #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}
#content .section .left ul {
	margin-bottom: 25px;
}
#content .section .right ul {
	margin-bottom: 25px;
}
#content .section .left .title{
	background: url("../image/icon01.jpg") top left no-repeat;
}
#content .section .left ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
	color: #038AC4;
}
#content .section .right .title{
	background: url("../image/icon02.jpg") top left no-repeat;
}
#content .section .right ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
	color: #CB4843;
}
#content .section .right{
	float: right;
	width: 380px;
}
#content .section p.text{
	line-height: 1.7;
	margin-bottom: 35px;
}

/*New Gallery*/
#gallery {
    overflow: hidden;
    position: relative;
    padding: 0 40px;
}
#gallery dl {
  margin: 0 7.5px;
    position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
 #gallery dl dd.image a{
    width: 215px;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    padding: 4px;
    border: solid 1px #ccc;
}
#gallery dl dt {
    margin-top: 5px;
}
#gallery dl dt a {
    font-weight: bold;
    color: #038AC4;
}
#gallery .comment {
  font-size: 0.85em;
  margin-top: 2px;
}
.slick-slide img {
    margin: 0 auto;
}
#gallery.slick {
  display: block;
}
/* slick
------------------------------*/
.slick {
  width: 100%;
  margin: 0 auto;
}
.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 115px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick .slick-prev {
  left: 0;
  background: url('../image/index_arrow01.jpg') center no-repeat;
}
.slick .slick-prev::before {
  display: none;
}
.slick .slick-prev:hover {
  opacity: 0.6;
}
.slick .slick-next {
  right: 0;
  background: url('../image/index_arrow02.jpg') center no-repeat;
}
.slick .slick-next::before {
  display: none;
}
.slick .slick-next:hover {
  opacity: 0.6;
}
#content .btn_more{
  text-align: center;
  margin-bottom: 100px;
}

/*新着情報*/
#topics dl {
	overflow: hidden;
	margin-bottom: 40px;
}
#topics dt.image a {
  border: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  width: 150px;
  height: 150px;
  display: table-cell;
}
#topics dt.title {
	padding:5px 0 10px;
}
#topics dt.title a{
	line-height: 1.7;
	color: #000000;
	font-weight: bold;
	margin-top: 2px;
	text-decoration: none;
}
#topics dt.title a:hover {
  text-decoration: underline;
}
#content p.btn-news{
	text-align: right;
}
