@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
 div { @include box-shadow(8px, 8px);}
 */
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
company > コンテンツ背景
----------------------*/
.company-wrap {
  background: url(../img/company_bg1.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 100px 0;
  background-attachment: fixed;
}

.company-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.interior-wrap {
  background: url(../img/interior_bg1.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 100px 0;
  background-attachment: fixed;
}

.interior-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.aircon-wrap {
  background: url(../img/interior_bg2.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 100px 0;
  background-attachment: fixed;
}

.aircon-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.floorcoating-wrap {
  background: url(../img/floorcoating_bg1.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 100px 0;
  background-attachment: fixed;
}

.floorcoating-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.housecoating-wrap {
  background: url(../img/interior_bg2.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 80px 0;
  background-attachment: fixed;
}

.housecoating-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.infopage-wrap {
  background: url(../img/interior_bg2.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 80px 0;
  background-attachment: fixed;
}

.infopage-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  .company-wrap {
    padding: 50px 0;
  }
  .interior-wrap {
    padding: 50px 0;
  }
  .aircon-wrap {
    padding: 50px 0;
  }
  .floorcoating-wrap {
    padding: 50px 0;
  }
  .housecoating-wrap {
    padding: 50px 0;
  }
}

/*---------------------
company > 概要
----------------------*/
table.about-company {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

table.about-company tr {
  border-bottom: 2px solid #eee;
}

table.about-company tr:last-child {
  border-bottom: none;
}

table.about-company th, table.about-company td {
  padding: 30px;
  font-size: 1.8rem;
}

table.about-company th {
  width: 20%;
  min-width: 200px;
}

table.about-company td {
  width: auto;
}

.googlemap {
  margin: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  table.about-company {
    width: 100%;
    display: block;
  }
  table.about-company tbody {
    width: 100%;
    display: block;
  }
  table.about-company tr {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.about-company th {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
  }
  table.about-company th {
    border: 2px solid #d7d7d7;
    text-align: center;
  }
  table.about-company td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
  }
}

/*---------------------
company > 事業内容
----------------------*/
.service-box {
  background: #fff url(../img/i_triangle.png) no-repeat top left;
  background-size: 10px 10px;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  border: 2px solid #d7d7d7;
}

.service-txt1 {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 979px) {
  .service-box {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .service-txt1 {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 70px;
  }
}

/*---------------------
interior > エコカラット
----------------------*/
.thumb-box {
  position: relative;
  margin-bottom: 20px;
}

.thumb-box-wrap {
  margin-bottom: 40px;
}

.sh-interior1 {
  font-weight: 700;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

.sh-interior2 {
  font-weight: 700;
  font-size: 2rem;
  color: #009fe6;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

.sh-interior3 {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 2px solid #01b5f0;
}

.sh-interior4 {
  font-weight: 700;
  font-size: 2rem;
  color: #009fe6;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sh-interior5 {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 2px solid #01b5f0;
}

.point-box {
  background: #f5f5f5;
  padding: 20px;
}

/*---------------------
interior > ガラスフィルム
----------------------*/
table.glassfilm {
  width: 100%;
  border: 2px solid #009fe6;
  font-family: 'Noto Sans JP', sans-serif;
}

table.glassfilm tbody {
  width: 100%;
}

table.glassfilm th, table.glassfilm td {
  padding: 15px;
  font-size: 1.6rem;
}

table.glassfilm th {
  background: #daecfa;
  text-align: center;
  border: 2px solid #009fe6;
  vertical-align: middle;
}

table.glassfilm td {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #009fe6;
  text-align: center;
  vertical-align: middle;
}

table.glassfilm td.w30 {
  width: 30%;
}

table.glassfilm td.w20 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  table.glassfilm th, table.glassfilm td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

/*---------------------
interior > エアコン
----------------------*/
.cleaning-box {
  background: #f1f5f8;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.cleaning-box p.title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.aircon-service {
  text-align: center;
}

.aircon-service img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.aircon-service p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .aircon-service {
    margin-bottom: 30px;
  }
  .aircon-service img {
    max-width: 200px;
    margin-bottom: 10px;
  }
}

.before-order {
  position: relative;
  background: #fff url(../img/i_triangle2.png) no-repeat top left;
  background-size: 10px 10px;
  border: 1px solid #009fe6;
  border-radius: 2px;
  padding: 15px 20px;
  margin-top: 20px;
}

.before-order .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fe6;
}

.img-aircon img {
  display: block;
  width: 100%;
  max-width: 360px;
}

/*---------------------
floorcoating > 
----------------------*/
.i-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

.i-ribbon img {
  display: block;
  width: 100%;
  max-width: 90px;
  pointer-events: none;
}

.sh-floor {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #009fe6;
}

.floor-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.floor-point {
  font-size: 1.4rem;
  color: #006db2;
  letter-spacing: -0.025em;
  font-family: 'Noto Sans JP', sans-serif;
}

.oteire i {
  color: #01b5f0;
}

.ch-point {
  font-size: 2rem;
  font-weight: 700;
  color: #009fe6;
  letter-spacing: -0.025em;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 10px;
}

.sekou-point {
  position: relative;
  background: #fff url(../img/i_triangle2.png) no-repeat top left;
  background-size: 10px 10px;
  border: 1px solid #009fe6;
  border-radius: 2px;
  padding: 15px 20px;
}

.sekou-point .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fe6;
}

.sekou-point span {
  font-weight: 700;
}

.sekou-point p {
  font-size: 1.25rem;
}

.sekou-point-s {
  line-height: 2;
}

.ion-campaign-wrap {
  background: #ecf4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.bn-ioncampaign {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.campaign-txt {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.campaign-txt-inner {
  font-size: 1.55rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.campaign-txt-inner span {
  font-weight: 700;
}

@media screen and (max-width: 979px) {
  .ion-campaign-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .bn-ioncampaign {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .campaign-txt {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .campaign-txt-inner {
    font-size: 1.2rem;
    word-break: break-all;
  }
}

/*---------------------
works一覧 
----------------------*/
.works-category {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.works-category ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
}

.works-category ul a {
  width: 16.666%;
  min-height: 60px;
  background: #fff;
  padding: 5px;
  text-align: center;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works-category ul a.selected {
  background: #006db2;
  color: #fff;
}

.works-category ul a:hover {
  background: #008cca;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .works-category ul a {
    width: 50%;
    min-height: 50px;
  }
}

.tags {
  margin: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.tags span a {
  display: inline-block;
  border: 1px solid #009fe6;
  padding: 3px;
  margin-bottom: 3px;
  font-size: 1rem;
  background: #fff;
}

.tags span a:hover {
  display: inline-block;
  border: 1px solid #009fe6;
  color: #fff;
  background: #009fe6;
}

/*---------------------
マンション一覧 
----------------------*/
.mansion-list {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.mansion-list .list-inner {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mansion-list .list-inner .list {
  width: 50%;
  padding: 15px;
  margin-top: -1px;
  margin-right: -1px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.mansion-list .list-inner .list i {
  color: #009fe6;
  margin-right: 0.5em;
}

.mansion-list .list-inner .list a:hover {
  color: #008cca;
  font-weight: 600;
  text-decoration: underline;
}

.mansion-list table {
  width: 100%;
  display: table;
  margin-left: -4px;
}

.mansion-list table td {
  width: 50%;
  background: #fff;
  padding: 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

.mansion-list table td i {
  color: #009fe6;
  margin-right: 0.5em;
}

.mansion-list table td a:hover {
  color: #008cca;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .mansion-list .list-inner {
    display: block;
  }
  .mansion-list .list-inner .list {
    width: 100%;
  }
  .mansion-list table td {
    display: block;
    width: 100%;
  }
}

.works-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works-thumb-box {
  margin-bottom: 3rem;
  margin: 1%;
  width: 31%;
  background: #f5f0e7 url(../img/works_wood.jpg) no-repeat center center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.works-thumb-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.thumbnail-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

.thumbnail-wrapper::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(238deg, rgba(11, 200, 255, 0.95), rgba(6, 141, 204, 0.95));
  background-size: 800% 800%;
  opacity: 0;
}

.thumbnail-wrapper img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  max-width: 100%;
}

.more-text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  display: inline-block;
  padding: 6px 12px 8px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  opacity: 0;
}

.more-icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  display: inline-block;
  padding: 6px 12px 8px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  opacity: 0;
}

.works-thumb-box p {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
}

.works-thumb-box img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-thumb-img:hover .thumbnail-wrapper::after {
  opacity: 0.8;
  -webkit-animation: bg-gradient 30s ease infinite;
          animation: bg-gradient 30s ease infinite;
}

.works-thumb-img:hover .thumbnail-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.works-thumb-img:hover .more-text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 768px) {
  .works-thumb-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-thumb-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .works-thumb-box img {
    display: block;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*---------------------
works 詳細 
----------------------*/
.works-detail h3 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 15px;
  border-bottom: 3px solid #01b5f0;
}

.works-detail .order-detail {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #eee;
  font-weight: 500;
}

.works-detail .order-detail i {
  color: #01b5f0;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .works-detail h3 {
    font-size: 2rem;
  }
}

.works-photo .slider {
  background: linear-gradient(238deg, rgba(11, 200, 255, 0.3), rgba(6, 141, 204, 0.3));
}

.works-photo .slider div {
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  width: 100%;
  min-height: 700px;
}

.works-photo .slider div img {
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-txt {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
}

.works-comment {
  display: block;
  margin-top: 60px;
  border: 2px solid #eee;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .works-comment {
    margin-top: 30px;
  }
}

/*---------------------
information一覧 
----------------------*/
.infopage-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
}

.infopage-box dl, .infopage-box dt, .infopage-box dd {
  margin: 0;
  padding: 0;
}

.infopage-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infopage-box dt {
  width: 30%;
  padding: 15px 0;
  border-bottom: 1px solid #60b5eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.infopage-box dd {
  width: 70%;
  padding: 15px 0;
  border-bottom: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.infopage-box dl:last-child dt, .infopage-box dl:last-child dd {
  border-bottom: none;
}

/*---------------------
ページャー 
----------------------*/
/* その2  */
.pager-wrap {
  margin-top: 40px;
}

.pager-wrap .pager-link {
  text-align: center;
}

.pager-wrap .pager-link li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #009fe6;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager-wrap .pager-link li a {
  vertical-align: middle;
  position: absolute;
  background: #009fe6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-wrap .pager-link li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager-wrap .pager-link li a:hover,
.pager-wrap .pager-link li a.active {
  color: #000;
  background: #9dd9ff;
  border-radius: 10px;
}

.pager-wrap-smp {
  margin-top: 40px;
}

.pager-wrap-smp .pager-link {
  text-align: center;
}

.pager-wrap-smp .pager-link li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  background: #009fe6;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pager-wrap-smp .pager-link li a {
  vertical-align: middle;
  position: absolute;
  background: #009fe6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-wrap-smp .pager-link li a:hover,
.pager-wrap-smp .pager-link li a.active {
  color: #000;
  background: #9dd9ff;
  border-radius: 10px;
}

.pager-wrap-smp .pager-link li {
  display: none;
}

.pager-wrap-smp .pager-link li.pre,
.pager-wrap-smp .pager-link li.next {
  display: inline-block;
  width: 40%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.pager-wrap-smp .pager-link li.pre a,
.pager-wrap-smp .pager-link li.next a {
  width: 100%;
  text-align: center;
}

/*---------------------
施工までの流れ
----------------------*/
.flow-wrap {
  background: url(../img/flow_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 80px 0;
  background-attachment: fixed;
}

.flow-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.ch-flow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 10px;
  color: #009fe6;
  line-height: 1.5;
  text-align: center;
}

.flow-box {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid #009fe6;
  border-radius: 6px;
}

.flow-box .flow-box-inner {
  padding: 15px;
}

.flow-box .flow-box-inner .flow-txt-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
}

.flow-box .flow-box-inner .f-head {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: -0.025em;
}

.flow-box .flow-box-inner .f-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.flow-box .i-flow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.flow-box .i-flow img {
  display: block;
  width: 100%;
  max-width: 90px;
}

@media only screen and (max-width: 767px) {
  .ch-flow {
    font-size: 2rem;
    letter-spacing: -0.025em;
  }
  .flow-box .flow-box-inner .flow-txt-wrap {
    padding: 15px 0;
  }
  .flow-box .flow-box-inner .f-head {
    font-size: 2rem;
  }
}

.flow-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thumb-flow {
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
}

.thumb-flow img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .thumb-flow img {
    max-width: 200px;
  }
}

.flow-arrow {
  margin: 20px 0;
  text-align: center;
}

.flow-arrow img {
  display: block;
  width: 100%;
  max-width: 30px;
  margin: 0 auto;
}

/*---------------------
お申込みの前に
----------------------*/
.before-coating .ch-before {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 2px solid #01b5f0;
}

.before-coating p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.before-coating span.bg-yellow {
  background-color: #fff77f;
}

.ch-before2 {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #01b5f0;
}

.photo-before {
  background: #f1f5f8;
  padding: 30px 30px;
  margin: 20px 0;
  border-radius: 6px;
}

.photo-before img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.photo-before2 {
  margin: 30px 0;
}

.photo-before2 img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 5px;
}

.before-choice {
  background: url(../img/works_wood2.jpg);
  padding: 30px;
  margin: 40px 0;
  border-radius: 6px;
}

.before-inner {
  margin-bottom: 40px;
}

.before-inner img {
  display: block;
  margin-bottom: 20px;
}

table.cost-performance {
  width: 100%;
  border: 2px solid #009fe6;
  font-family: 'Noto Sans JP', sans-serif;
}

table.cost-performance tbody {
  width: 100%;
}

table.cost-performance th, table.cost-performance td {
  padding: 15px;
  font-size: 1.6rem;
}

table.cost-performance th {
  background: #daecfa;
  text-align: center;
  border: 2px solid #009fe6;
  vertical-align: middle;
}

table.cost-performance th span {
  font-size: 1rem;
}

table.cost-performance td {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #009fe6;
  text-align: center;
  vertical-align: middle;
}

table.cost-performance td span {
  font-size: 1rem;
}

table.cost-performance td.w30 {
  width: 30%;
}

table.cost-performance td.w20 {
  width: 20%;
}

table.cost-performance td.w10 {
  width: 10%;
}

@media screen and (max-width: 768px) {
  table.cost-performance th, table.cost-performance td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.thumb-sheet {
  margin: 20px 0;
}

.thumb-sheet img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 4px;
}

/*---------------------
お問い合わせ
----------------------*/
.contact-wrap {
  background: url(../img/company_bg1.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 80px 0;
  background-attachment: fixed;
}

.contact-wrap p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.4);
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #009fe6;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.tab-label {
  color: #fff;
  background: #999;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #009fe6;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tab-switch {
  display: none;
}

.tab-content-inner {
  padding: 30px 0;
}

label span.required {
  background: #bb010a;
  color: white;
  padding: 0px 5px;
  margin-left: 10px;
}

label span.hukusuu {
  background: #009fe6;
  color: white;
  padding: 0px 5px;
  margin-left: 10px;
}

.meeting-option {
  position: relative;
  width: 100%;
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meeting-option .meeting-option-label {
  width: 5em;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.meeting-option .meeting-option-input {
  width: calc(100%-5.5em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p.onlinemeeting-label {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 3px 0;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media screen and (max-width: 768px) {
  p.onlinemeeting-label {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .date_calendar {
    display: inline-block;
    width: 11em;
  }
  .select-short {
    display: inline-block;
    width: 6em;
  }
}

.form-group {
  padding: 5px 0 15px;
}

.bottom_dotted {
  border-bottom: 1px dotted #eee;
}

.sh-contact-head {
  display: block;
  background: #009fe6;
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}

.input-w100 {
  width: 100%;
}

.guide-txt {
  font-size: 13px !important;
  letter-spacing: -0.025em;
}

.tab-wrap label {
  font-weight: 600;
}

.submit input.btn-blue {
  display: block;
  background: #009fe6;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #008cca;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.submit input.btn-blue:hover {
  background: #008cca;
  border: 2px solid #009fe6;
}

.submit input.btn-gray {
  display: block;
  background: #666;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #444;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.submit input.btn-gray:hover {
  background: #444;
  border: 2px solid #666;
}

/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.policy {
  margin-top: 80px;
  padding-bottom: 20px;
}

.policy h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 4px solid #009fe6;
}

.policy div {
  padding: 20px;
  height: 18em;
  font-size: 1.4rem;
  overflow: auto;
}

.policy div ul li {
  margin-top: 15px;
}

.policy div ul li ul li {
  margin-top: 5px;
}

/*---------------------
 housecoating
----------------------*/
.ch-airprotect {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ch-airprotect {
    font-size: 2.4rem;
  }
}

.fb-yellow {
  background: #ffff00;
}

.airprotect-effect {
  padding: 10px 25px;
  border: 2px solid #008cca;
  border-radius: 6px;
  margin-bottom: 30px;
}
/*# sourceMappingURL=pages.css.map */