@charset "UTF-8";
/* clearfix */
.clearfix, .about_bg .about ul, .coating ul li dl, .flow ul li dl, .voice ul li dl {
  *zoom: 1;
}
.clearfix:before, .about_bg .about ul:before, .coating ul li dl:before, .flow ul li dl:before, .voice ul li dl:before, .clearfix:after, .about_bg .about ul:after, .coating ul li dl:after, .flow ul li dl:after, .voice ul li dl:after {
  content: "";
  display: table;
}
.clearfix:after, .about_bg .about ul:after, .coating ul li dl:after, .flow ul li dl:after, .voice ul li dl:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
h2 {
  text-align: center;
  margin: 60px 0;
}

h3 {
  text-align: center;
  margin: 75px 0 40px;
}

ul li figure {
  position: relative;
  overflow: hidden;
  width: 210px;
  height:210px;
  text-align: center;
  -moz-border-radius:8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 210px;
  height:210px;
  color: #FFF;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
/*  -webkit-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  -webkit-transition: .3s;
  transition: .3s;*/
  opacity: 0;
}
ul li figure img{
  border-radius: 8px;
}
ul li figure figcaption h3 {
  padding-top: 20px;
  font-size: 22px;
  margin-bottom: 20px;
}
ul li figure figcaption h3 span {
  display: block;
  font-size: 14px;
}
ul li:hover figcaption {
	opacity: 1;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

pan {
  width: 980px;
  display: block;
  margin: 0 auto;
  color: #47b1db;
  border-bottom: #47b1db 1px solid;
}
pan a {
  color: #94918e !important;
  text-decoration: none;
}
.w460{
	width: 460px;
}
.w470{
	width: 470px;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.index bt {
  width: 325px;
  display: block;
  padding-bottom: 60px;
  margin: 20px auto 0;
}

@media (min-width: 981px)  {
  .index bg1 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background: url(../images/index/bg1.gif) no-repeat left 220px;
  }
}


@media (max-width: 980px)  {
  .index bg1 {
	width: 980px;
	margin: 0 auto;
	display: block;
  }
}




.index bg1 .about {
  width: 980px;
  margin: 0 auto;
}
.index bg1 .about txt {
  display: block;
  margin: 20px 0;
}

@media (min-width: 981px)  {
  .index .top_bg {
	height: 1093px;
	background: url(../images/index/bg_1.gif) center;
	padding-top: 50px;
  }
  
  .index .top_bg .top_coating {
	width: 100%;
	height: 1005px;
	background: url(../images/index/bg.gif) no-repeat center;
	color: #FFF;
	padding-top: 30px;
	margin: 0 auto;
  }
}

@media (max-width: 980px)  {
  .index .top_bg {
	height: 980px;
	background: url(../images/index/bg_1.gif) center;
	padding-top: 50px;
  }
  
  .index .top_bg .top_coating {
	width: 980px;
	height: 1005px;
	color: #FFF;
	padding-top: 30px;
	margin: 0 auto;
  }
}

.index .top_bg .top_coating ul {
  width: 980px;
  text-align: center;
  margin: 0 auto;
}
.index .top_bg .top_coating ul li {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 20px 40px 0;
}
.index .top_bg .top_coating ul li img {
  width: 100%;
}
.index .top_bg .top_coating ul li p {
  font-weight: bold;
  text-align: center;
  margin: 5px 0
}
.index .top_bg .top_coating ul li figcaption {
  /*border-radius: 8px !important;*/
}

@media (min-width: 981px)  {
  .index bg2 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background: url(../images/index/bg2.gif) no-repeat right 750px;
  }
}
@media (max-width: 980px)  {
  .index bg2 {
	width: 980px;
	margin: 0 auto;
	display: block;
	background: url(../images/index/bg2.gif) no-repeat right 750px;
  }
  
}

.index bg2 .other {
  width: 980px;
  text-align: center;
  margin: 0 auto;
}
.index bg2 .other li {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 40px 0;
}
.index bg2 .other li img {
  width: 100%;
}
.index bg2 .other li p {
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}
.index bg2 .other li figcaption {
  border-radius: 150px;
}
.index .voice {
  width: 980px;
  margin: 0 auto;
}
.index .voice ul li {
  width: 323px;
  display: inline-block;
  padding: 0 5px 30px;
}
.index .voice ul li img {
  width: 100%;
  margin-bottom: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contact {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  background: url(../images/index/contact_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 330px;
  position:relative;
}
.contact a {
  width: 200px;
  display: block;
  color: #FFF;
  text-decoration: none;
  border: #FFF 3px solid;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0 auto;
}
.contact a:hover {
  background: #FFF;
  color: #333;
}
.contact .contactImg{
	position:absolute;
	top:170px;
	left:50%;
	margin-left: -429px;
}

/*----------------------------------------------------
	アドヴァンスについて
----------------------------------------------------*/
.about_bg {
  width: 1200px;
  background: url(../images/about/bg3.gif) no-repeat center 440px;
  margin: 0 auto;
}
.about_bg .about {
  width: 980px;
  margin: 0 auto;
}
.about_bg .about bg1, .about_bg .about bg2 {
  height: 279px;
  color: #878787;
  display: block;
  padding: 87px 0 0 0;
  margin-top: 40px;
}
.about_bg .about bg1 {
  background: url(../images/about/bg1.jpg) no-repeat center;
}
.about_bg .about bg2 {
  background: url(../images/about/bg2.jpg) no-repeat center;
}

.about_bg .about ul li {
  float: left;
}
.about_bg .about ul li+li {
    margin-left: 29px;
}
.about right{
	display:block;
	width:100%;
	text-align:right;
}

@media (max-width: 980px)  {
.about_bg {
	width:auto;
  background:none;
  margin: 0 auto;
}
  
}
/*----------------------------------------------------
	コーティングメニュー
----------------------------------------------------*/
.coating {
  width: 980px;
  margin: 0 auto;
  line-height: 30px;
}
.coating ul {
  height: 1065px;
  background: url(../images/coating/flow.gif) no-repeat top left;
  padding-left: 160px;
}
.coating ul li {
  padding-bottom: 30px;
}
.coating ul li dl {
  color: #727272;
}
.coating ul li dl dt {
  width: 330px;
  float: left;
}
.coating ul li dl dd {
  width: 490px;
  float: right;
  font-size: 14px;
  line-height: 30px;
  padding-top: 70px;
}
.coating ul li dl dd b {
  display: block;
  font-size: 20px;
}
.coating .befor_after tr th {
  width: 200px;
  text-align: center;
}
.coating .befor_after tr td {
  padding-bottom: 50px;
}
.coating .price {
  margin-bottom: 40px;
}
.coating .price tr th {
  width: 270px;
  background: #47b1db;
  color: #FFF;
  text-align: center;
  border: #CCC 1px solid;
  padding: 30px 0;
}
.coating .price tr th b {
  display: block;
}
.coating .price tr td {
  width: 236px;
  text-align: center;
  border: #CCC 1px solid;
  padding: 10px 0;
}
.coating p {
  font-size: 10px;
  text-align: right;
}

.bathroom, .kitchen, .wash-basintoilet, .floor, .inne-wrall, .water-around, .heat-shield {
  width: 980px;
  margin: 0 auto;
}
.bathroom bg, .kitchen bg, .wash-basintoilet bg, .floor bg, .inne-wrall bg, .water-around bg, .heat-shield bg {
  height: 280px;
  color: #878787;
  display: block;
  padding: 87px 0 0 0;
  margin: 40px 0 80px;
}

.bathroom bg {
  background: url(../images/bathroom/bg.jpg) no-repeat center;
}

.kitchen bg {
  background: url(../images/kitchen/bg.jpg) no-repeat center;
}

.wash-basintoilet bg {
  background: url(../images/wash-basintoilet/bg.jpg) no-repeat center;
}

.floor bg {
  background: url(../images/floor/bg.jpg) no-repeat center;
}

.inne-wrall bg {
  background: url(../images/inne-wrall/bg.jpg) no-repeat center;
}

.water-around bg {
  background: url(../images/water-around/bg.jpg) no-repeat center;
}

.heat-shield bg {
  background: url(../images/heat-shield/bg.jpg) no-repeat center;
}

.after-img{}
.after-img p{
	display: inline-block;
	width: 33%;
	padding: 0 0.5%;
}
.after-img span{
	display:inline-block;
	width: 100%;
	height: 215px;
	background-size: cover;
	background-color: #f3f3f3;
}
.coating p.fee-ttl {
    font-size: 20px;
    text-align: center;
}

.fee-ttl-2 {
    padding: 0 0 0 6px;
    margin-bottom: 20px;
    color: #47B1DB;
    font-size: 120%;
    border-left: 5px solid #47B1DB;
}

/*----------------------------------------------------
	その他メニュー
----------------------------------------------------*/
.other {
  width: 980px;
  margin: 0 auto;
  line-height: 30px;
}
.other #menu1, .other #menu3, .other #menu5, .other #menu7 {
  height: 300px;
  padding: 68px 0 0 520px;
  margin-top: 80px;
}
.other #menu2, .other #menu4, .other #menu6, .other #menu8 {
  height: 300px;
  padding: 68px 520px 0 0;
  margin-top: 80px;
}
.other #menu1 {
  background: url(../images/other/bg1.jpg) no-repeat center;
}
.other #menu2 {
  background: url(../images/other/bg2.jpg) no-repeat center;
}
.other #menu3 {
  background: url(../images/other/bg3.jpg) no-repeat center;
}
.other #menu4 {
  background: url(../images/other/bg4.jpg) no-repeat center;
}
.other #menu5 {
  background: url(../images/other/bg5.jpg) no-repeat center;
}
.other #menu6 {
  background: url(../images/other/bg6.jpg) no-repeat center;
}
.other #menu7 {
  background: url(../images/other/bg7.jpg) no-repeat center;
}
.other #menu8 {
  background: url(../images/other/bg8.jpg) no-repeat center;
}

/*----------------------------------------------------
	施工の流れ
----------------------------------------------------*/
.flow {
  width: 980px;
  margin: 0 auto 60px;
}
.flow ul {
  height: 1662px;
  background: url(../images/flow/bg.gif) no-repeat top left;
  padding-left: 160px;
  margin-top: 40px;
}
.flow ul li {
  padding-bottom: 55px;
}
.flow ul li dl {
  color: #727272;
}
.flow ul li dl dt {
  width: 330px;
  float: left;
}
.flow ul li dl dd {
  width: 490px;
  float: right;
  font-size: 14px;
  line-height: 30px;
  padding-top: 70px;
}
.flow ul li dl dd b {
  display: block;
  font-size: 20px;
}

/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
.voice {
  width: 980px;
  margin: 0 auto;
}
.voice h4 {
  color: #47b1db;
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
}
.voice p {
  color: #f06b00;
  margin: 10px 0 0;
}
.voice right {
  display: block;
  text-align: right;
}
.voice ul {
  margin-top: 40px;
}
.voice ul li {
  margin-bottom: 40px;
}
.voice ul li dl dt {
  width: 490px;
  float: left;
}
.voice ul li dl dd {
  width: 490px;
  float: right;
}

/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
.company {
  width: 980px;
  margin: 0 auto;
}
.company table {
  margin-top: 40px;
}
.company table tr th {
  width: 300px;
  border: #333 1px solid;
  background: #eee;
  padding: 20px;
}
.company table tr td {
  width: 680px;
  border: #333 1px solid;
  padding: 20px;
}
.company table tr td img {
  width: 200px;
  padding-bottom: 10px;
}

/*----------------------------------------------------
	プライバシーポリシー
----------------------------------------------------*/
.privacy {
  width: 980px;
  margin: 0 auto;
}
.privacy h4 {
  font-size: 20px;
  font-weight: bold;
  color: #47b1db;
  border-bottom: #CCC 1px solid;
  padding-bottom: 5px;
  margin: 40px 0 10px;
}
.privacy txt {
  display: block;
  margin-top: 40px;
}

/*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
.sitemap {
  width: 980px;
  margin: 0 auto 60px;
}
.sitemap .list {
  font-size: 0;
  margin-top: 40px;
}
.sitemap .list li {
  width: 490px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
}
.sitemap .list li .sub {
  padding-top: 5px;
}
.sitemap .list li .sub li {
  text-align: left;
  padding: 0 0 0 20px;
}
.sitemap .list li .sub li a {
  color: #333;
  text-decoration: none;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.form {
  width: 980px;
  margin: 0 auto;
}
.form .table_site {
  width: 100%;
  border-top: 1px solid #999;
  margin: 40px 0 30px;
}
.form .table_site tr {
  border-bottom: 1px solid #999;
}
.form .table_site tr th {
  width: 300px;
  background: #CCC;
  padding: 15px 10px;
  text-align: left;
}
.form .table_site tr td {
  background: #fff;
  padding: 15px 10px;
  overflow: hidden;
}
.form .table_site tr td b {
  display: block;
  padding-top: 10px;
}
.form .table_site tr td .span1 {
  width: 680px;
}
.form txt {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.form txt a {
  color: #f06b00;
}
