@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  color: #403e3d;
}

body {
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  height: auto;
}

.header_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  padding-left: 30px;
  padding-bottom: 10px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .header_group {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0;
  }
}

.header_group_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(242, 242, 240, 0.8);
  position: fixed;
  padding-left: 30px;
  padding-bottom: 10px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .header_group_page {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0;
  }
}

.logo_link {
  color: #403e3d;
  text-decoration: none;
}

.logo {
  min-width: 230px;
  height: auto;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 195px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .logo {
    margin: 0;
    padding-left: 0;
  }
}

.logo_1 {
  font-size: 24px;
  font-weight: middle;
  font-family: "游ゴシック体";
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .logo_1 {
    font-size: 18px;
  }
}

.logo_2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "游ゴシック体";
}

@media screen and (max-width: 768px) {
  .logo_2 {
    font-size: 28px;
  }
}

.logo_small {
  font-size: 11px;
  font-family: "游ゴシック体";
  line-height: 0.2;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .logo_small {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .gloval_nav {
    display: none;
  }
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: 50px;
  padding-top: 30px;
}

.nav_list li {
  margin-right: 35px;
}

.nav_item {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: bold;
  font-size: 18px;
}

.nav_home, .nav_works, .nav_business, .nav_company {
  color: #403e3d;
  text-decoration: none;
}

.nav_home:hover, .nav_works:hover, .nav_business:hover, .nav_company:hover {
  opacity: 0.7;
}

.text_head {
  color: #ed7b00;
  font-family: "Hiragino Kaku Gothic ProN";
  text-decoration: none;
}

.nav_body {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav_body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #nav {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f2f2f0;
    opacity: 0.9;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 20;
  }
}

@media screen and (max-width: 768px) {
  #nav.in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  #nav.in ul {
    display: block;
    padding-top: 50px;
    list-style: none;
  }
}

@media screen and (max-width: 768px) {
  #nav.in ul li {
    text-align: center;
    line-height: 3;
  }
}

@media screen and (max-width: 768px) {
  #nav.in ul li a {
    color: #403e3d;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  #nav ul {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: auto;
    cursor: pointer;
    z-index: 20;
  }
}

@media screen and (max-width: 768px) {
  #hamburger.inner_line {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .inner_line {
    display: block;
    width: 40px;
    height: 3px;
    background: #ed7b00;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 768px) {
  #line1, #line2, #line3 {
    margin: 5px;
  }
}

@media screen and (max-width: 768px) {
  #line1.line_1 {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
    height: 3px;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 768px) {
  #line2.line_2 {
    height: 3px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 768px) {
  #line3.line_3 {
    height: 3px;
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
    bottom: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.main_vis {
  position: relative;
}

.main_img {
  position: relative;
  z-index: -1;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .main_img {
    top: 0px;
  }
}

.main_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main_img img {
    margin-top: 60px;
  }
}

.catchcopy_back {
  width: 500px;
  background-color: rgba(237, 118, 0, 0.8);
  z-index: -1;
  position: absolute;
  top: 300px;
}

@media screen and (max-width: 768px) {
  .catchcopy_back {
    width: 230px;
    height: 100px;
    top: 100px;
  }
}

.catchcopy {
  color: #040404;
  padding: 50px 70px;
  font-size: 48px;
  font-weight: bold;
  font-family: "游ゴシック体";
  font-weight: bold;
}

.catchcopy .catchcopy_1 {
  font-size: 48px;
  font-weight: bold;
  font-family: "游ゴシック体";
}

@media screen and (max-width: 768px) {
  .catchcopy .catchcopy_1 {
    font-size: 24px;
  }
}

.catchcopy .catchcopy_2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .catchcopy .catchcopy_2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .catchcopy {
    font-size: 18px;
    padding: 20px;
  }
}

.catchcopy .catchcopy_3 {
  color: #040404;
}

.works {
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  .works {
    padding: 50px 0 50px;
  }
}

.works_title {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 36px;
  font-family: "游ゴシック体";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .works_title {
    font-size: 28px;
    margin: 20px auto 20px;
  }
}

.works_title .title_top {
  color: #ed7b00;
}

.works_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .works_list ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.works_list ul li {
  padding: 0 40px 20px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .works_list ul li {
    margin: 0 auto;
    padding: 0;
  }
}

.works_item {
  font-family: "Hiragino Kaku Gothic ProN";
}

.works_item .text {
  font-size: 18px;
  font-weight: bold;
}

a.photo_link {
  color: #403e3d;
  text-decoration: none;
}

a.photo_link .text:hover {
  opacity: 0.7;
}

a.photo_link .type {
  margin: 0;
}

a.photo_link .type:hover {
  opacity: 0.7;
}

.works_item_pc-only {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .works_item_pc-only {
    display: none;
  }
}

.works_item_pc-only .text {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  margin: 0;
}

.works_06, .works_05, .works_04, .works_03, .works_02, .works_01 {
  font-size: 18px;
}

.works_06::after {
  content: "06";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

@media screen and (max-width: 768px) {
  .works_06::after {
    margin-bottom: 40px;
  }
}

.works_05::after {
  content: "05";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

@media screen and (max-width: 768px) {
  .works_05::after {
    margin-bottom: 40px;
  }
}

.works_04::after {
  content: "04";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

@media screen and (max-width: 768px) {
  .works_04::after {
    margin-bottom: 40px;
  }
}

.works_03::after {
  content: "03";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

.works_02::after {
  content: "02";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

.works_01::after {
  content: "01";
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: right;
  line-height: 0.5;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(64, 62, 61, 0.1);
}

.area {
  margin-left: 1em;
}

.works .works_btn {
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #403e3d;
  border-radius: 5px;
  background-color: #403e3d;
  color: #fff;
  max-width: 220px;
  text-align: center;
  padding: 12px 24px;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN";
}

.works .works_btn:hover {
  opacity: 0.7;
}

.works_btn a {
  text-decoration: none;
  color: #fff;
}

#business {
  background-color: #f2f2f0;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  #business {
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px 50px;
  }
}

.business_title {
  margin: 20px 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: "游ゴシック体";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .business_title {
    font-size: 28px;
    margin: 20px auto 20px;
  }
}

.business_title .title_top {
  color: #ed7b00;
}

.business_text {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.8;
}

.business_text .btext_1 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .business_text .btext_1 {
    font-size: 18px;
    font-weight: 300;
  }
}

.business_text .btext_2 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .business_text .btext_2 {
    font-size: 18px;
  }
}

.business_circle {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .business_circle {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }
}

.business_circle .circle_1, .business_circle .circle_2, .business_circle .circle_3, .business_circle .circle_4, .business_circle .circle_5 {
  background-color: #ffffff;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .business_circle .circle_1, .business_circle .circle_2, .business_circle .circle_3, .business_circle .circle_4, .business_circle .circle_5 {
    width: 160px;
    height: 160px;
    margin: 10px;
  }
}

.circle_1::before {
  content: "新築工事";
  position: relative;
  top: 100px;
  left: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .circle_1::before {
    font-size: 18px;
    top: 72px;
    left: 42px;
  }
}

.circle_2::before {
  content: "増築工事";
  position: relative;
  top: 100px;
  left: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .circle_2::before {
    font-size: 18px;
    top: 71px;
    left: 43px;
  }
}

.circle_3::before {
  content: "改築工事";
  position: relative;
  top: 100px;
  left: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .circle_3::before {
    font-size: 18px;
    top: 71px;
    left: 42px;
  }
}

.circle_4::before {
  content: "減築工事";
  position: relative;
  top: 100px;
  left: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .circle_4::before {
    font-size: 18px;
    top: 71px;
    left: 43px;
  }
}

.circle_5::before {
  content: "耐震補強工事";
  position: relative;
  top: 100px;
  left: 30px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .circle_5::before {
    font-size: 18px;
    top: 71px;
    left: 25px;
  }
}

.company_title {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: "游ゴシック体";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .company_title {
    width: 100%;
    margin: 20px auto 20px;
    font-size: 28px;
  }
}

.company_title .title_top {
  color: #ed7b00;
}

#company {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  #company {
    width: 100%;
    padding: 50px 0 50px;
  }
}

.company_box {
  width: 100%;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #403e3d;
}

@media screen and (max-width: 768px) {
  .company_box {
    display: none;
  }
}

.company_box_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .company_box_sp {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #403e3d;
    text-align: center;
  }
  .company_box_sp .company_name_sp {
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(237, 118, 0, 0.3);
    border-bottom: 1px solid #403e3d;
    padding: 20px 0;
  }
  .company_box_sp .person_name_sp, .company_box_sp .address_sp, .company_box_sp .tel_sp, .company_box_sp .cpnumber_sp {
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(237, 118, 0, 0.3);
    border-top: 1px solid #403e3d;
    border-bottom: 1px solid #403e3d;
    padding: 20px 0;
  }
  .company_box_sp .company_name_sp2 {
    font-size: 18px;
    font-weight: middle;
    font-family: "游ゴシック体";
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .company_box_sp .company_name_sp2 {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .company_box_sp .company_name_sp2 span {
    display: block;
    font-size: 14px;
    font-family: "游ゴシック体";
    line-height: 0.5;
    padding-bottom: 20px;
  }
  .company_box_sp .person_name_sp2, .company_box_sp .address_sp2, .company_box_sp .tel_sp2, .company_box_sp .cpnumber_sp2 {
    padding: 20px 0;
    font-size: 16px;
  }
}

.company_about {
  width: 35%;
  text-align: center;
  background-color: rgba(237, 118, 0, 0.3);
  font-size: 24px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 2.5;
}

.company_about .company_name, .company_about .person_name, .company_about .address, .company_about .tel {
  padding: 15px 40px 15px 40px;
  border-bottom: dotted 2px #ed7b00;
}

.cpnumber {
  padding: 25px 40px 30px 60px;
}

.about_text {
  font-size: 24px;
  line-height: 2.2;
  width: 65%;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
}

.about_text .company_name {
  padding: 29px 40px 28px 60px;
  border-bottom: dotted 2px #ed7b00;
  font-size: 24px;
  font-family: "游ゴシック体";
  line-height: 1.4;
}

.about_text span {
  display: block;
  font-size: 11px;
  font-family: "游ゴシック体";
  font-weight: normal;
  line-height: 0;
  margin-left: 1em;
}

.about_text .person_name, .about_text .address, .about_text .tel {
  padding: 18px 40px 19px 50px;
  border-bottom: dotted 2px #ed7b00;
}

.about_text .cpnumber {
  padding: 30px 40px 25px 60px;
}

.access {
  padding: 80px 0 0px;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 50px 0 0px;
  }
}

.access_title {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 36px;
  font-family: "游ゴシック体";
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .access_title {
    width: 100%;
    font-size: 28px;
  }
}

.access_title .title_top {
  color: #ed7b00;
}

.access p {
  text-align: center;
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media screen and (max-width: 768px) {
  .access p {
    font-size: 18px;
    margin-top: 0px;
  }
}

.map {
  position: relative;
  bottom: -6px;
}

@media screen and (max-width: 768px) {
  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.top_scroll_icon {
  width: 80px;
  height: auto;
  border-radius: 50%;
  background-color: #ed7b00;
  position: fixed;
  right: 60px;
  bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top_scroll_icon {
    right: 10px;
    bottom: 60px;
    width: 70px;
    height: auto;
    z-index: 1;
  }
}

.top_scroll_icon:hover {
  opacity: 0.7;
}

.top_scroll_icon img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top_scroll_icon img {
    width: 70px;
    height: auto;
  }
}

footer {
  width: 100%;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #403e3d;
  height: auto;
}

small.copy_right {
  display: block;
  font-size: 11px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #ffffff;
  text-align: center;
}

small.copy_right .copy {
  font-size: 18px;
  vertical-align: sub;
  margin-right: 3px;
}

/*--------施工事例詳細ページ-------*/
.bread_nav {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .bread_nav {
    padding-left: 0px;
    padding-top: 0;
  }
}

ol.breadcrumbs {
  width: 100%;
  max-width: 800px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  padding: unset;
}

@media screen and (max-width: 768px) {
  ol.breadcrumbs {
    margin: 0;
    padding-left: 0px;
  }
}

.breadcrumbs li a {
  text-decoration: none;
  color: #403e3d;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
}

.breadcrumbs li a:hover {
  opacity: 0.7;
  color: #ed7b00;
}

.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.works_photo {
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .works_photo {
    top: 60px;
    padding: 60px 10px 0px;
    height: 100vh;
  }
}

.works_photo .works_title2 {
  font-family: "游ゴシック体";
  font-size: 36px;
  text-align: center;
  margin: 10px 0 10px;
}

@media screen and (max-width: 768px) {
  .works_photo .works_title2 {
    font-size: 30px;
  }
}

.works_photo .works_page {
  margin-top: 50px;
  color: #ed7b00;
  font-family: "Hiragino Kaku Gothic ProN";
  text-align: center;
}

@media screen and (max-width: 768px) {
  .works_photo .works_page {
    margin-top: 80px;
  }
}

.works_photo .works_type {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN";
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .works_photo .works_type {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 0.5;
  }
}

.works_area {
  margin-left: 1em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .works_area {
    font-size: 20px;
  }
}

.swiper-custom-parent {
  width: 900px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .swiper-custom-parent {
    width: 100%;
  }
}

.swiper-container.main-slider {
  width: 800px;
  height: auto;
  padding: 10px 0px;
}

@media screen and (max-width: 768px) {
  .swiper-container.main-slider {
    width: 100%;
    margin: 0 auto;
  }
}

.swiper-slide img {
  max-width: 100%;
}

.thumbs-slider .swiper-slide {
  opacity: 0.8;
}

.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  margin-right: 10px;
}

.thumbs-slider .swiper-slide img {
  border: 4px solid #fff;
  border-radius: 5px;
}

.thumbs-slider .swiper-slide-thumb-active img {
  border: 4px solid #ed7b00;
  border-radius: 5px;
}

.swiper-container.thumbs-slider {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
  left: 5px;
  right: auto;
}

.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 60px;
  background-color: #ed7b00;
  border-radius: 5px;
  padding: 8px 5px;
  margin: -10px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next:after, .swiper-button-prev:after {
  --swiper-navigation-size: 30px;
}

.page_btn {
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #403e3d;
  border-radius: 5px;
  background-color: #403e3d;
  color: #fff;
  max-width: 200px;
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN";
}

.page_btn:hover {
  opacity: 0.7;
}

.page_btn a {
  color: #fff;
  text-decoration: none;
}

/*-------施工事例２----------*/
.page_btn span {
  color: red;
}
/*# sourceMappingURL=style.css.map */