#kv {
  width: 100%;
  margin-bottom: 30px;
}

#kv li{
  background: rgba(255,255,255,1);
  opacity: .5;
}

#kv .sp-selected {
  opacity: 1;
}



/* ごあいさつ */

#message {
  width: 100%;
  background: url(../img/common/bg_town.png) repeat-x left bottom;
  padding-bottom: 100px;
}

#message p {
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
}

#message2 {
  width: 100%;
  background: url(../img/common/bg_town.png) repeat-x left bottom;
  padding-bottom: 30px;
}

/* 会社案内 */

#profile {
  background: url(../img/common/bg_concept.png);
  padding: 40px 0;
}

#profile-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 6px solid #36A3D1;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

#profile-inner #profile-first {
  width: 100%;
  display: table;
  margin: 0 auto 15px;
}

#profile-inner #profile-first li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#profile-inner #profile-first li:first-child {
  width: 56%;
  padding-right: 10px;
}

#profile-inner #profile-first li p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

#profile-inner #profile-first li p:last-child {
  margin-bottom: 0;
}

#profile-inner #profile-first li:last-child {
  text-align: right;
}

#profile-inner #profile-first li:last-child div {
  position: relative;
  top: -40px;
}

#profile-inner #profile-last {
  width: 100%;
  display: table;
  margin: 0 auto;
}

#profile-inner #profile-last > li {
  display: table-cell;
  vertical-align: middle;
}

#profile-inner #profile-last > li:first-child {
  width: 33%;
  text-align: left;
}

#profile-inner #profile-last > li:first-child img {
  width: 100%;
  height: auto;
}

#profile-inner #profile-last > li:last-child {
  padding-left: 5.2%;
}

#profile-inner #profile-last li:last-child dl dt {
  background: #36A3D1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 15px;
}

#profile-inner #profile-last li:last-child dl dt span {
  font-size: 13px;
}

#profile-inner #profile-last li:last-child dl dd ul {
  padding: 0 5px;
}

#profile-inner #profile-last li:last-child dl dd ul li {
  padding: 0 5px 12px;
  border-bottom: 1px dotted #000;
  margin-bottom: 12px;
}

#profile-inner #profile-last li:last-child dl dd ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#profile-inner #profile-last li:last-child dl dd ul li span {
  margin-right: 1.5em;
}



/* サービス */


#service-box {
  width: 100%;
  margin-bottom: 40px;
}

#service-box > div {
  width: 48%;
  float: left;
  margin-right: 4%;
}

#service-box > div:last-child {
  margin-right: 0;
}

#service-box h3 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 20px 10px 10px;
  background: #36A3D1;
  margin-bottom: 30px;
}

#service-box h3:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 15px 24px 15px 24px;
  border-top-color: #36A3D1;
  top: 99%;
  left: 50%;
  margin-left: -24px;
  z-index: 20;
}

#service-box h3 img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#service-box > div:first-child h3 {
  background: #7FC1E9;
}

#service-box > div:first-child h3:after {
  border-top-color: #7FC1E9;
}

#service-box > div ul {
  width: 100%;
}

#service-box > div ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
}

#service-box > div ul li:last-child {
  margin-right: 0;
}

#service-box > div ul li a {
  display: block;
  width: 100%;
  background: #fff;
  border: 5px solid #36A3D1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#service-box > div ul li a:hover {
  opacity: .8;
}

#service-box > div ul li h4 {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 5px;
  margin: 10px 0 20px;
}

#service-box > div ul li h4:before {
  background-color: #36A3D1;
  bottom: -5px;
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  left: 35%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#service-box > div ul li h4 + p {
  padding: 0 5px;
  color: #000;
  line-height: 1.3;
  font-size: 13px;
}

#service-box .more {
  width: 95%;
  margin: 15px auto 10px;
  padding: 7px 5px;
}

#service-box .more:before {
  border-top: 8px solid #9BD1E8;
  border-left: 8px solid transparent;
}

#service-box .more:hover:before:before {
  border-top: 8px solid #36A3D1;
  border-left: 8px solid transparent;
}

#service2 {
  padding: 0;
}

#service2 #service-box2 {
  width: 100%;
  margin-bottom: 40px;
}

#service2 #service-box2 > div {
  width: 100%;
  float: left;
  margin-right: 4%;
}

#service2 #service-box2 > div:last-child {
  margin-right: 0;
}

#service2 #service-box2 h3 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 20px 10px 10px;
  background: #36A3D1;
  margin-bottom: 30px;
}

#service2 #service-box2 h3:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 15px 24px 15px 24px;
  border-top-color: #36A3D1;
  top: 99%;
  left: 50%;
  margin-left: -24px;
  z-index: 20;
}

#service2 #service-box2 h3 img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#service2 #service-box2 > div:last-child h3 {
  background: #7FC1E9;
}

#service2 #service-box2 > div:last-child h3:after {
  border-top-color: #7FC1E9;
}

.cg {
  width: 100%;
  display:table;
  padding:0;
}

#service2 #service-box2 .cgc {
width: 33%;
display: table-cell;
margin:0px;
padding:10px;
}

#service2 #service-box2 .cgc img {
width:100%;
}

#service2 #service-box2 .cgc a {
  display: block;
  width: 100%;
height:350px;
  background: #fff;
  border: 5px solid #36A3D1;
border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#service2 #service-box2 .cgc dd p:first-child {
height:70px;
}

#service2 #service-box2 .cgc a:hover {
  opacity: .8;
}

#service2 #service-box2 .cgc h4 {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 5px;
  margin: 10px 0 20px;
}

#service2 #service-box2 .cgc h4:before {
  background-color: #36A3D1;
  bottom: -5px;
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  left: 35%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#service2 #service-box2 .cgc h4 + p {
  padding: 0 5px;
  color: #000;
  line-height: 1.3;
  font-size: 13px;
}

#service2 #service-box2 .more {
  width: 95%;
  margin: 15px auto 10px;
  padding: 7px 5px;

}

#service2 #service-box2 .more:before {
  border-top: 8px solid #9BD1E8;
  border-left: 8px solid transparent;
}

#service2 #service-box2 .more:hover:before:before {
  border-top: 8px solid #36A3D1;
  border-left: 8px solid transparent;
}


/* 施行事例 */

#case {
  width: 100%;
  display: table;
  border: 3px solid #DDEEF9;
  margin-bottom: 40px;
}

#case h3,
#case div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#case h3 {
  position: relative;
  width: 24%;
  background: #EFF7F8;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

/* #case h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #EFF7F8;
  z-index: 10;
  left: 100%;
  top: 50%;
  margin-top: -20px;
} */

#case h3 span {
  display: block;
  color: #22789B;
  font-size: 14px;
  font-weight: normal;
}

#case div {
  padding: 20px;
}

#case div ul {
  width: 100%;
}

#case div ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
}

#case div ul li:nth-child(1),
#case div ul li:nth-child(2) {
  margin-bottom: 20px;
}

#case div ul li:nth-child(2n) {
  margin-right: 0;
}

#case div ul li a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#case div ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #36A3D1;
  border-right: solid 2px #36A3D1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#case div ul li a:hover {
  border: 1px solid #36A3D1;
}

#case div ul li dl {
  width: 100%;
  display: table;
}

#case div ul li dl dt,
#case div ul li dl dd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#case div ul li dl dt {
  width: 20.5%;
}

#case div ul li dl dt img {
  width: 100%;
  height: auto;
}

#case div ul li dl dd {
  font-size: 18px;
  color: #000;
}



/* コンテンツバナー */

.service-bnr {
  width: 100%;
}

.service-bnr li {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.service-bnr li:last-child {
  margin-right: 0;
}

.service-bnr li a {
  border: 3px solid #36A3D1;
  background: #fff;
  padding: 10px;
}

.service-bnr li a:before {
  border-top: 16px solid #7EC1F1;
  border-left: 16px solid transparent;
}

.service-bnr li a:hover {
  background: #fff;
  border: 3px solid #36A3D1;
  opacity: .6;
}

.service-bnr li a:hover:before {
  border-top: 16px solid #36A3D1;
  border-left: 16px solid transparent;
}

.service-bnr li dl {
  width: 100%;
  display: table;
}

.service-bnr li dl dt,
.service-bnr li dl dd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 90px;
}

.service-bnr li dl dt {
  width: 18.75%;
}

.service-bnr li dl dd {
  padding-left: 10px;
}

.service-bnr li:first-child dl dd p {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 3px;
}

.service-bnr li:first-child dl dd p em {
  color: #34A3D1;
}

.service-bnr li dl dd h3 {
  color: #35A3D1;
  font-size: 36px;
  font-family: 'Comfortaa' !important;
  line-height: 1.3;
}

.service-bnr li:last-child dl dd p {
  font-size: 17px;
  color: #000;
  line-height: 1.3;
}



/* お問い合わせ */

#contact {
  width: 100%;
  background: #EFF7F8;
  padding: 30px 0;
}

#contact .contact-txt {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}



/* SNS */

#sns {
  width: 100%;
  background: #fff;
  padding: 40px 10px;
}

#sns .section-inner {
  display: table;
  width: 100%;
}

#sns .section-inner > div {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 48%;
}

#sns .section-inner > div:first-child {
  padding-right: 2%;
}

#sns .section-inner > div:last-child {
  padding-left: 2%;
}

#sns .section-inner div h2 {
  font-size: 38px;
  text-align: center;
  font-family: 'Comfortaa';
  margin-bottom: 15px;
  line-height: 1.3;
}

#sns .section-inner div h2 span {
  color: #000;
  font-size: 14px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo !important;
  margin-left: 10px;
}

#sns .section-inner > div:first-child h2 {
  color: #35A3D1;
}

#sns .section-inner > div:last-child h2 {
  color: #3A579D;
}

#sns .section-inner > div:first-child ul {
  border: 4px solid #36A3D1;
  padding: 20px;
  border-radius: 6px;
}

#sns .section-inner > div:first-child ul li {
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

#sns .section-inner > div:first-child ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#sns .section-inner > div:first-child ul li span {
  display: block;
}

#sns .section-inner > div:first-child ul li a {
  display: block;
  line-height: 1.4;
}

#sns .section-inner > div:last-child div {
  border: 4px solid #3B579D;

  border-radius: 6px;
}





@media screen and (max-width:1024px) {
	

/* ごあいさつ */

#message p {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  padding: 0 10px;
}

/* サービス */

#service {
  padding: 50px 10px;
}


}




@media screen and (max-width:800px) {
	
/* ごあいさつ */

#message {
  padding-bottom: 80px;
}

#message p {
  font-size: 26px;
}

#message p br {
  display: none;
}



/* 会社案内 */

#profile {
  padding: 30px 0;
}

#profile-inner {
  width: 98%;
  padding: 20px;
}

#profile-inner #profile-first {
  display: block;
  margin: 0 auto 15px;
}

#profile-inner #profile-first li {
  display: block;
}

#profile-inner #profile-first li:first-child {
  width: 100%;
  padding-right: 0;
}

#profile-inner #profile-first li p {
  margin-bottom: 15px;
  line-height: 1.4;
}

#profile-inner #profile-first li:last-child {
  text-align: center;
  margin-top: 15px;
}

#profile-inner #profile-first li:last-child div {
  position: static;
  top: 0;
}

#profile-inner #profile-first li:last-child div img {
  width: 320px;
  height: auto;
}

#profile-inner #profile-last {
  display: block;
}

#profile-inner #profile-last > li {
  display: block;
  vertical-align: middle;
}

#profile-inner #profile-last > li:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#profile-inner #profile-last > li:first-child img {
  width: 300px;
  height: auto;
}

#profile-inner #profile-last > li:last-child {
  padding-left: 0;
}



/* サービス */

#service {
  /* padding: 30px 10px; */
	padding: 0 10px;
}

#service-box {
  margin-bottom: 10px;
}

#service-box > div {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

#service-box h3 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 15px 10px 10px;
  background: #36A3D1;
  margin-bottom: 30px;
}

#service-box h3 img {
  width: 45px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#service-box > div ul {
  width: 100%;
}

#service-box > div ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
}

#service-box > div ul li:last-child {
  margin-right: 0;
}



/* 施行事例 */

#case {
  display: block;
  margin-bottom: 30px;
}

#case h3,
#case div {
  display: block;
}

#case h3 {
  position: relative;
  width: 100%;
  background: #EFF7F8;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#case h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border: 10px solid transparent;
  border-width: 15px 20px;
  border-top-color: #EFF7F8;
  z-index: 10;
  left: 50%;
  top: 99%;
  margin-left: -20px;
  margin-top: 0;
}

#case div {
  padding: 15px;
}



/* コンテンツバナー */

.service-bnr li {
  width: 100%;
  float: none;
  margin-right: 0;
}

.service-bnr li:first-child {
  margin-bottom: 10px;
}

.service-bnr li a:before {
  border-top: 12px solid #7EC1F1;
  border-left: 12px solid transparent;
}

.service-bnr li a:hover:before {
  border-top: 12px solid #36A3D1;
  border-left: 12px solid transparent;
}

.service-bnr li dl {
  width: 100%;
  display: table;
}

.service-bnr li dl dt,
.service-bnr li dl dd {
  height: auto;
}

.service-bnr li dl dt {
  width: 90px;
  text-align: center;
}

.service-bnr li dl dt img {
  width: 70px;
  height: auto;
}

.service-bnr li dl dd {
  padding-left: 0;
}



/* お問い合わせ */

#contact {
  padding: 20px 10px;
}

#contact .contact-txt {
  font-size: 26px;
  line-height: 1.3;
}



/* SNS */

#sns {
  width: 100%;
  background: #fff;
  padding: 30px 10px;
}

#sns .section-inner {
  display: block;
  width: 100%;
}

#sns .section-inner > div {
  display: block;
  width: 100%;
}

#sns .section-inner > div:first-child {
  padding-right: 0;
  margin-bottom: 20px;
}

#sns .section-inner > div:last-child {
  padding-left: 0;
}

#sns .section-inner div h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

#sns .section-inner > div:first-child ul {
  border: 4px solid #36A3D1;
  padding: 20px;
  border-radius: 6px;
}

#sns .section-inner > div:first-child ul li {
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

#sns .section-inner > div:first-child ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#sns .section-inner > div:first-child ul li span {
  display: block;
}

#sns .section-inner > div:first-child ul li a {
  display: block;
  line-height: 1.4;
}

#sns .section-inner > div:last-child div {
  border: 0px solid #3B579D;
  border-radius: 6px;
}

#sns .section-inner > div:last-child div img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.fb_iframe_widget {
    display: block;
    position: relative;

}

}





@media screen and (max-width:600px) {
	
/* ごあいさつ */

#message {
  padding-bottom: 70px;
}

#message p {
  font-size: 22px;
}



/* 会社案内 */

#profile {
  padding: 20px 0;
}

#profile-inner {
  width: 98%;
  padding: 15px;
}



/* 施工事例 */

#case div {
  padding: 10px;
}

#case div ul {
  width: 100%;
  margin-bottom: -10px;
  margin-top: 10px;
}

#case div ul li {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

#case div ul li dl dd {
  font-size: 16px;
}



/* コンテンツバナー */

.service-bnr li dl dt {
  width: 70px;
}

.service-bnr li dl dt img {
  width: 50px;
}

.service-bnr li:first-child dl dd p {
  font-size: 20px;
}

.service-bnr li dl dd h3 {
  font-size: 24px;
}

.service-bnr li:last-child dl dd p {
  font-size: 15px;
}



/* お問い合わせ */

#contact .contact-txt {
  font-size: 24px;
}



/* SNS */

#sns {
  padding: 20px 10px;
}

#sns .section-inner div h2 {
  font-size: 28px;
}

#sns .section-inner > div:first-child ul {
  padding: 10px;
}
	
}





@media screen and (max-width:400px) {
.cg {
  width: 100%;
  display:inline;
  padding:0;
}

#service2{
padding: 0px;
}

#service2 #service-box2 .cgc {
width: 100%;
display: inline;
padding:10px;
}

#service2 #service-box2 .cgc img {
width:100%;
}

#service2 #service-box2 p {
width:90%;
margin: 0 auto;
}


#service2 #service-box2 .cgc a {
  display: block;
  width: 95%;
  background: #fff;
  border: 5px solid #36A3D1;
border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
margin: 0 auto;
}

#service2 #service-box2 .cgc dd p:first-child {

}

#service2 #service-box2 .cgc a:hover {
  opacity: .8;
}

#service2 #service-box2 .cgc h4 {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 5px;
  margin: 10px 0 20px;
}

#service2 #service-box2 .cgc h4:before {
  background-color: #36A3D1;
  bottom: -5px;
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  left: 35%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#service2 #service-box2 .cgc h4 + p {
  padding: 0 5px;
  color: #000;
  line-height: 1.3;
  font-size: 13px;
}

	
#kv {
  width: 100%;
  margin-bottom: 15px;
}



/* ごあいさつ */

#message {
  padding-bottom: 60px;
}

#message p {
  font-size: 18px;
}



/* 会社案内 */

#profile-inner {
  width: 95%;
  padding: 10px;
}

#profile-inner #profile-first li:last-child div img {
  width: 250px;
  height: auto;
}

#profile-inner #profile-last > li:first-child img {
  width: 250px;
  height: auto;
}



/* サービス */

#service {
  padding: 20px 10px;
}

#service-box > div {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

#service-box h3 {
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

#service-box h3 img {
  width: 32px;
  position: relative;
  top: -2px;
}

#service-box > div ul {
  width: 100%;
}

#service-box > div ul li {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

#service-box > div ul li:last-child {
  margin-bottom: 0;
}



/* コンテンツバナー */

.service-bnr li dl dt {
  width: 60px;
}

.service-bnr li dl dt img {
  width: 40px;
}

.service-bnr li:first-child dl dd p {
  font-size: 18px;
}

.service-bnr li dl dd h3 {
  font-size: 20px;
}

.service-bnr li:last-child dl dd p {
  font-size: 14px;
}



/* お問い合わせ */

#contact .contact-txt {
  font-size: 20px;
}



/* SNS */

#sns .section-inner div h2 {
  font-size: 24px;
}


}


/*===== ■ スライダー =====*/


/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}


/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}


/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(slider-img/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(slider-img/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}


/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  top: 10px;
}

.sp-button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 7px;
  display: inline-block;
  cursor: pointer;
}

.sp-selected-button {
  background: #36A3D1;
}


/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: .7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;
  cursor: pointer;
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 35%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

/* 160427 追加 */
.aircon_bnr{
	margin-bottom:30px;
}
	

/* 160831 追加 */
.btn_style01{
	clear:both;
}
.btn_style01 a{
	width:50%;
    font-size:20px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0;
    color:#fff;
    background-color:#259858;
	border:3px solid #fff;
	-moz-box-shadow: 0px 0px 5px #919191;
	-webkit-box-shadow: 0px 0px 5px #919191;
	box-shadow: 0px 0px 5px #919191;
	margin:0 auto 70px;
}
.mail_icon{
	display: inline-block;
	padding-right: 10px;
}

@media screen and (max-width:600px) {
.btn_style01 a{
	width:100%;	
}
}

/* 170523 追記 */

.camp-midashi{
    font-size: 32px;
    letter-spacing: .25em;
}

.camp-txt{
    color: #36A3D1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.camp-base{
    border: 1px solid #36A3D1;
}

.flex{
    display:flex;
    display:-webkit-flex;
    justify-content:center;
    -webkit-justify-content:center;
    background: #36A3D1;
    padding: 15px 0;
}

.flex a{
    display: block;
    margin: 0 15px;
}

.aircon_bnr{
    margin-bottom: 15px;
}

.bath_bnr{
    margin-bottom: 10px;
}

@media screen and (max-width:1000px) {
    
    .camp{
        width: 98%;
        margin: 0 1%;
    }
}

@media screen and (max-width:800px) {
    
    .camp-midashi{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .flex{
        display: table;
        width: 100%;
        padding:0;
    }
    
    .flex a{
        text-align: center;
        display: table-cell;
        padding: 2%;
    }
}

/* 170830 追記 */

#intro {
	padding: 80px 0 0;
}

.top_voice h2 {
	margin-bottom: 20px;
	padding: 0 10px;
	
	background: #36A3D1;
	color: #fff;
	text-align: left;
	font-size: 30px;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
}

.voice_box h3 {
	margin-bottom: 15px;
	padding: 5px 10px;
	border-top: 1px solid #36A3D1;
	border-bottom: 1px solid #36A3D1;
	background: #EFF7F8;
	font-weight: bold;
	font-size: 20px;
}

.voice_list {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 35px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_list ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_list ul li:nth-of-type(n+2) {
	margin-left: 10px;
}

.voice_list p {
	width: calc(100% - 490px);
}

.voice_list span {
	display: block;
	margin-bottom: 5px;
	color: #36A3D1;
	font-weight: bold;
	font-size: 1.3em;
}

.voice_link {
	text-align: center;
}

.voice_link a {
	display: inline-block;
	padding: 10px 30px;
	border: 3px double #36A3D1;
	text-align: center;
	font-size: 1.2em;
}

@media screen and (min-width:801px) {
	.foot_fix {
		display: none;
	}
}

@media screen and (max-width:800px) {
	.voice_list {
		display: block;
	}
	.voice_list ul li {
		margin-bottom: 15px;
		width: 32%;
	}
	.voice_list ul li img {
		width: 100%;
	}
	.voice_list ul li:nth-of-type(n+2) {
		margin-left: 0px;
	}
	.voice_list p {
		width: 100%;
	}
	.foot_fix {
		position: fixed;
		bottom: 0;
		z-index: 990;
		display: table;
		width: 100%;
		height: 65px;
		background: #36A3D1;
	}
	.foot_fix_info a {
		color: #fff;
		text-decoration: underline;
		font-weight: bold;
		font-size: 18px;
	}
	.foot_fix_info {
		display: table-cell;
		color: #D2EAF4;
		vertical-align: middle;
		text-align: center;
		font-size: 12px;
	}
	#copy {
		padding-bottom: 70px;
	}
}


.kyutou-bnr{
	display: table;
	margin: 0 auto;
	padding: 10px 20px;
	border: 3px double #36A3D1;
	margin-bottom: 30px;
}
.kyutou-bnr p{
	display: table-cell;
	font-weight: bold;
	font-size: 26px;
	color: #36A3D1;
	vertical-align: middle;
	padding: 10px;
}

.kyutou-bnr a{
	display: block;
	font-size: .8em;
	background: #36A3D1;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width:800px){
	.kyutou-bnr{
		padding: 2% 2%;
		text-align: center;
		width: 100%;
	}
	.kyutou-bnr p{
		padding: 3%;
		font-size: 18px;
	}
	.kyutou-bnr p img{
		max-width: 80px;
	}
	
	.kyutou-bnr a{
		padding: 0 .5%;
	}
}


/* 20181031追加 */
#service1 .cgc {
  width: 33%;
  display: table-cell;
  margin:0px;
  padding:10px;
}
#service1 .cgc img {
  width: 95%;
  height: auto;
  margin: 20px 0;
}
#service1 .cgc .cgc_border {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 4px double #36A3D1;
}

#service1 .cgc h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  background: #36A3D1;
}
#service1 .cgc dl {
  padding: 10px;
}
#service1 .cgc dl dt {
  text-align: center;
}

#service1 .cgc dl dd p.red {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #ff0000;
}

#service1 {
    margin-bottom: 50px;
  }

@media screen and (max-width: 400px) {
  #service1 {
    margin-bottom: 30px;
  }
  #service1 .cgc {
      width: 100%;
      display: inline;
      padding: 10px;
  }
  #service1 .cgc .cgc_border {
    height: 100%;
  }
}

@media screen and (min-width:640px) {
  .pc-text-center{
    text-align: center;
  }
  .pc-dn{
    display: none;
  }
}

@media screen and (max-width:640px) {
  .sp-dn{
    display: none;
  }
}


.fbBtn-bg{
  text-align: center;
  margin: 30px 0;
}
.fbBtn a{
  display: inline-block;
  max-width: 90%;
  padding: 1em .625em;
  background: #36A3D1;
  color: #fff;
  border:2px solid #36A3D1;
  font-size: 1.5em;
  font-weight: bold;
}

.fbBtn a:hover{
  text-decoration: none;
  border:2px solid #36A3D1;
  background: #fff;
  color:#36A3D1;
}

/*190822*/
.voice_link02 {
	text-align: center;
	float: right;
	margin: 5px 0;
}

.voice_link02 a {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	font-size: 1em;
	background-color: #fff;
}

#facebook h2{
    margin-bottom: 20px;
    padding: 0 10px;
    background: #36A3D1;
    color: #fff;
    text-align: left;
    font-size: 30px;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;	
}
.facebook-box{
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:640px) {
	.voice_link02 {
	float: none;
}
	
.facebook-box{
	width: 100%;
}	
	
}

/*191121*/
.camp{
	text-align: center;
	margin: 0 0 30px;
}
.camp p{
	margin: 0 0 15px;
}

.top-catch1{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.top-catch2{
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  background: red;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.top-catch3{
  font-size: 30px;
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2em;
}

@media screen and (max-width:640px){
  .dn-sp{
    display: none;
  }
}

@media screen and (min-width:641px){
  .dn-pc{
    display: none;
  }
}

/* 201006 */
/* お問い合わせ */

#contact {
  background: #FFF;
  padding: 50px 0;
}

/* 220331 追加 */
.line {
  margin: 50px 0 0;
  text-align: center;
}

@media screen and (max-width:640px){
  .line {
    width: 95%;
    margin: 50px auto 0;
  }
}

/* 221013 追記 */
.duct-cleaning {
  margin-top: 50px;
  margin-bottom: 100px;
}

.duct-cleaning-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.duct-cleaning-title span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.8em;
  color: #c00;
}

.duct-cleaning-text {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}

.duct-cleaning-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.duct-cleaning-main {
  flex: 1;
}

.duct-cleaning-side {
  width: 350px;
  margin-left: 30px;
}

.duct-cleaning-price {
  position: relative;
  text-align: center;
}

.duct-cleaning-price .title {
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #36A3D1;
}

.duct-cleaning-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  border: 5px solid #36A3D1;
  border-top: none;
}

.duct-cleaning-price dt,
.duct-cleaning-price dd {
  line-height: 1.4;
  font-weight: 700;
}

.duct-cleaning-price dt {
  margin-right: 15px;
  font-size: 22px;
}

.duct-cleaning-price dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 45px;
  color: #c00;
}

.duct-cleaning-price .tax {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  margin-top: 3px;
  line-height: 1;
  font-size: 16px;
  color: #000;
}

.duct-cleaning-price .note {
  margin-top: 10px;
  font-size: .9em;
}

.duct-cleaning-price .ribbon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
}

.duct-cleaning-price .ribbon span {
  display: block;
  position: absolute;
  top: 20px;
  right: -15px;
  width: 200px;
  padding: 5px 2.5px 5px 0;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgb(255, 127, 22);
  transform: rotate(-45deg);
}

.duct-cleaning-price .ribbon::before,
.duct-cleaning-price .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #d00;
  border-top-color: transparent;
  border-left-color: transparent;
}

.duct-cleaning-price .ribbon::before {
  top: 0;
  right: 34px;
}

.duct-cleaning-price .ribbon::after {
  bottom: 34px;
  left: 0;
}

.duct-cleaning-result .title {
  margin: 0 0 10px;
  padding: 8px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
  background: #36A3D1;
}

.duct-cleaning-result ul {
  padding: 15px;
  border: 1px solid #ccc;
}

.duct-cleaning-result li {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  font-size: 18px;
}

.duct-cleaning-result li::before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  color: #36A3D1;
}

.duct-cleaning-img {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width:999.98px){

  .duct-cleaning-body {
    display: block;
    padding: 0 10px;
  }

  .duct-cleaning-side {
    width: auto;
    margin: 30px 0 0;
  }
  
  .duct-cleaning-text .br {
    display: none;
  }

}

@media screen and (max-width:767.98px){

  .duct-cleaning-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .duct-cleaning-title span {
    margin: 0 10px;
    font-size: 1.4em;
  }

  .duct-cleaning-title span:first-of-type {
    margin-top: 10px;
  }

  .duct-cleaning-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .duct-cleaning-price .price {
    display: block;
    padding: 15px 0;
  }

  .duct-cleaning-price dt {
    margin: 0 0 5px;
    font-size: 18px;
  }

  .duct-cleaning-price dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
  }

  .duct-cleaning-price .note {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
  }

}

@media screen and (max-width:479.98px){

  .duct-cleaning-price .title .br {
    display: block;
  }

}
