body {
  background: url("../image/wrapper_bg.jpg");
  background-size: contain;
  font-family: "Noto Sans TC", sans-serif;
}

figure {
  margin: 0;
}

.obj-cover {
  object-fit: cover;
}

.obj-contain {
  object-fit: contain;
}

.obj-center {
  object-position: center;
}

#gb-widget-1474 a.dfBDQI {
  opacity: 0 !important;
}

header nav.window_nav.is-up {
  background: rgba(255, 237, 219, 0.6);
  padding: 10px;
}
header nav.window_nav {
  display: block;
}
header nav.window_nav .nav_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav.window_nav .nav_center figure {
  width: 250px;
  margin: 0;
  position: absolute;
  left: 47%;
  top: 50%;
  transition: 0.8s;
  transform: translate(-50%, -50%);
}
header nav.window_nav .nav_center figure img {
  width: 100%;
  object-fit: cover;
}
header nav.window_nav .nav_center ul.navbar-nav {
  flex-direction: row;
}
header nav.window_nav .nav_center ul {
  margin-top: 20px;
}
header nav.window_nav .nav_center ul li {
  margin: 10px;
}
header nav.window_nav .nav_center ul li.space {
  margin-left: 300px;
}
header nav.window_nav .nav_center.is-up ul {
  margin-top: 0;
}
header nav.window_nav .nav_center.is-up ul li.space {
  margin-left: 0px;
}
header nav.window_nav .nav_center.is-up figure {
  position: absolute;
  left: 10%;
}
header nav.window_nav .reservation {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header nav.window_nav .reservation a {
  color: #bf9270;
  text-decoration: none;
  border: 1px solid #bf9270;
  padding: 15px 25px;
  border-radius: 30px;
}
header nav.window_nav .reservation a i {
  margin-left: 5px;
}
header nav.window_nav .reservation a:hover {
  background: #bf9270;
  color: white;
}
header nav.window_nav .reservation a:hover i {
  transform: translateX(5px);
  transition: 0.2s;
  color: #ffeddb;
}
header nav.window_nav .reservation.is-up {
  right: 0%;
  transform: translateX(0px);
  transform: translateY(-13px);
}
header nav.window_nav .reservation.is-up a {
  border: none;
  background: #bf9270;
  border-radius: 0;
  color: white;
  padding: 30px 25px;
}
header nav.mobile_nav {
  display: none;
  background: #fff6ed;
}
header nav.mobile_nav .offcanvas .offcanvas-header {
  background: #edcdbb;
}
header nav.mobile_nav .offcanvas .offcanvas-body {
  background: #ffeddb;
}
header nav.mobile_nav figure.mobile_nav_logo {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
}
header nav.mobile_nav figure.mobile_nav_logo img {
  width: 100%;
  object-fit: cover;
}
header nav.mobile_nav button.navbar-toggler {
  border-color: transparent;
}
header nav.mobile_nav .offcanvas .offcanvas-header {
  justify-content: normal;
}
header nav.mobile_nav .offcanvas .btn-close {
  margin: 0 10px 0px 0;
}
header nav.mobile_nav .offcanvas h5.offcanvas-title {
  font-weight: 300;
  color: #818181;
}
header nav.mobile_nav .offcanvas .offcanvas-body {
  padding: 20px 40px;
}
header nav.mobile_nav .offcanvas .offcanvas-body ul li {
  margin: 10px;
  position: relative;
}
header nav.mobile_nav .offcanvas .offcanvas-body ul li::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cdcdcd;
  width: 100%;
  height: 1px;
  z-index: -1;
}
header nav.mobile_nav .offcanvas .offcanvas-body .reservation {
  padding-top: 100px;
}
header nav.mobile_nav .offcanvas .offcanvas-body .reservation a {
  color: #bf9270;
  border: 1px solid #bf9270;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
}
header nav.mobile_nav .offcanvas .offcanvas-body .reservation a i {
  margin-left: 5px;
}
header nav.mobile_nav .offcanvas .offcanvas-body .reservation a:hover {
  background: #edcdbb;
  color: #818181;
}
header nav.mobile_nav .offcanvas .offcanvas-body .reservation a:hover i {
  transform: translateX(5px);
  transition: 0.2s;
  color: #bf9270;
}

section.hero .carousel-inner .hero-img {
  width: 100%;
  height: 100vh;
}
section.hero .carousel-caption {
  bottom: 11%;
  right: 0%;
  left: 11%;
}
section.hero .carousel-caption p.price {
  font-weight: 700;
  color: #c43b3b;
  font-size: 26px;
}
section.hero .carousel-caption p {
  color: black;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
}
section.hero .carousel-caption .contact_btn {
  display: flex;
}
section.hero .carousel-caption .contact_btn a {
  background: rgba(248, 249, 250, 0.6235294118);
  color: #584d45;
  padding: 5px 15px;
  margin: 8px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 300;
}
section.hero .carousel-caption .contact_btn a:hover {
  background: #d1b4a3;
}

section.about {
  padding: 30px;
  margin-top: 65px;
}
section.about .frame_bg {
  background: url(../image/about_frame.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.5rem 4rem;
}
section.about .frame_bg .carousel {
  width: 100%;
  position: relative;
}
section.about .frame_bg .carousel .carousel-inner .carousel-item figure {
  width: 100%;
}
section.about .frame_bg .carousel .carousel-inner .carousel-item figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
section.about .about_text h2 {
  margin: 20px 0 30px 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 40px;
  color: #bf9270;
}
section.about .about_text p.text_strong {
  letter-spacing: 2px;
  padding: 0 50px;
  margin-top: 10px;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #362b26;
}
section.about .about_text p {
  letter-spacing: 2px;
  font-weight: 200;
  padding: 0 50px;
  color: #85839a;
  margin-top: -20px;
}

section.serve {
  padding-top: 100px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
section.serve::before {
  content: "";
  background: url("../image/before_leaf/leaf3.png") no-repeat;
  position: absolute;
  width: 215px;
  height: 345px;
  right: -1%;
  top: 0;
  transform: rotate(-45deg);
  background-size: cover;
  z-index: 99;
}
section.serve::after {
  content: "";
  background: url("../image/before_leaf/oil.png") no-repeat;
  position: absolute;
  width: 255px;
  height: 350px;
  right: 8%;
  bottom: 2%;
  background-size: cover;
  z-index: 99;
}
section.serve .serve_p {
  padding: 50px 0;
}
section.serve .serve_p h2 {
  font-size: 40px;
  color: #bf9270;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  margin-bottom: 65px;
  text-align: center;
}
section.serve .serve_p h2::before,
section.serve .serve_p h2::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #edcdbb;
  width: 30%;
  height: 2px;
}
section.serve .serve_p h2::before {
  left: 8%;
}
section.serve .serve_p h2::after {
  right: 8%;
}
section.serve .serve_p .serve_content {
  margin: 50px 0 30px 0;
  justify-content: center;
}
section.serve .serve_p .serve_content figure {
  width: 400px;
}
section.serve .serve_p .serve_content figure img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
section.serve .serve_p .serve_content .detail {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
section.serve .serve_p .serve_content .detail h5 {
  font-size: 2.3em;
  font-weight: 100;
}
section.serve .serve_p .serve_content .detail h5 span {
  font-size: 16px;
  font-weight: 200;
}
section.serve .serve_p .serve_content .detail p {
  letter-spacing: 2px;
  font-size: 14px;
  color: #5d5d5d;
  margin: 0;
}
section.serve .serve_p .serve_content .detail p.people {
  color: #e3b7a0;
  font-weight: 500;
  margin-top: 10px;
}
section.serve .serve_p .serve_content .detail p.price {
  color: #bf9270;
  font-weight: 500;
  margin-top: 10px;
  font-size: 1.3em;
}
section.serve .serve_p .serve_content .detail p.price span {
  font-size: 0.7em;
  color: #5d5d5d;
  font-weight: 200;
}
section.serve .serve_p .serve_content .detail ul {
  list-style: none;
  padding: 0;
}
section.serve .serve_p .serve_content .detail ul li {
  margin: 10px 10px 10px 0;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 20px;
  color: #bf9270;
}
section.serve .reservation {
  text-align: center;
  margin-top: 60px;
}
section.serve .reservation a {
  color: #bf9270;
  border: 1px solid #bf9270;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
}
section.serve .reservation a:hover {
  background: #bf9270;
  color: white;
  box-shadow: 1px 1px 3px #7f7f7f;
}

section.portfolio {
  margin-top: 100px;
  text-align: center;
}
section.portfolio h2 {
  font-size: 40px;
  color: #bf9270;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  text-align: center;
}
section.portfolio h2::before,
section.portfolio h2::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #edcdbb;
  width: 30%;
  height: 2px;
}
section.portfolio h2::before {
  left: 8%;
}
section.portfolio h2::after {
  right: 8%;
}
section.portfolio .portfolio_text_detail p {
  margin-top: 30px;
  position: static;
  color: #4d3a2a;
  padding: 0;
  line-height: 1.7rem;
}
section.portfolio .frame_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
section.portfolio .frame_wrap .frame_text {
  background: url(../image/service_frame.png) no-repeat;
  background-position: center;
  background-size: 68% 91%;
  padding: 50px 0;
}
section.portfolio .frame_wrap .frame_text img {
  width: 400px;
  height: 300px;
  object-fit: cover;
}
section.portfolio .frame_wrap p.p_fz {
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 5px;
}
section.portfolio .frame_wrap p.first {
  margin-top: 10px;
}
section.portfolio .frame_wrap p {
  font-weight: 100;
  margin-bottom: 20px;
}

section.space {
  position: relative;
  overflow-x: hidden;
  padding-top: 150px;
}
section.space::before {
  content: "";
  background: url("../image/before_leaf/leaf2.png") no-repeat;
  position: absolute;
  width: 215px;
  height: 250px;
  right: -1%;
  top: 0;
  transform: rotate(-65deg);
  background-size: cover;
  z-index: 99;
}
section.space img {
  opacity: 0.7;
  transition: 0.5s;
  width: 400;
  height: 300;
  object-fit: cover;
}
section.space img:hover {
  opacity: 1;
}
section.space h2 {
  font-size: 40px;
  color: #bf9270;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
}
section.space h2::before,
section.space h2::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #edcdbb;
  width: 30%;
  height: 2px;
}
section.space h2::before {
  left: 8%;
}
section.space h2::after {
  right: 8%;
}

section.customer {
  padding-top: 150px;
  position: relative;
  overflow-x: hidden;
}
section.customer::after {
  content: "";
  background: url("../image/before_leaf/leaf3.png") no-repeat;
  position: absolute;
  width: 215px;
  height: 300px;
  left: -1%;
  top: 0%;
  transform: rotate(55deg);
  background-size: cover;
  z-index: 99;
}
section.customer h2 {
  font-size: 40px;
  color: #bf9270;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
section.customer h2::before,
section.customer h2::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #edcdbb;
  width: 30%;
  height: 2px;
}
section.customer h2::before {
  left: 8%;
}
section.customer h2::after {
  right: 8%;
}
section.customer .customer_detail {
  margin-top: 70px;
}
section.customer .customer_detail .frame {
  margin: 50px 20px;
}
section.customer .customer_detail .frame figure {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
section.customer .customer_detail .frame figure img {
  width: 100%;
  object-fit: cover;
}
section.customer .customer_detail .padding_spread {
  padding: 20px;
  margin-top: 30px;
}
section.customer .customer_detail .padding_spread p {
  margin: 0;
}
section.customer .customer_detail .padding_spread .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5a5a5a;
  text-align: center;
  letter-spacing: 2px;
}
section.customer .customer_detail .padding_spread .detail {
  letter-spacing: 2px;
  color: #5a5a5a;
  font-weight: 400;
  margin-top: 10px;
}

section.contact_us {
  padding-top: 50px;
}
section.contact_us .window_flex {
  display: flex;
  position: relative;
}
section.contact_us .window_flex .basemap {
  position: relative;
}
section.contact_us .window_flex .basemap figure img {
  transform: scale(1.6, 1);
  transform-origin: right;
  width: 100%;
}
section.contact_us .window_flex .basemap .address {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  section.contact_us .window_flex .basemap .address {
    left: 27%;
  }
}
section.contact_us .window_flex .basemap .address p,
section.contact_us .window_flex .basemap .address a {
  color: #504b47;
}
section.contact_us .window_flex .basemap .address p {
  margin-bottom: 5px;
}
section.contact_us .window_flex .basemap .address p a {
  text-decoration: none;
}
section.contact_us .window_flex .map-1 figure a img,
section.contact_us .window_flex .map-2 figure a img {
  width: 23%;
  position: absolute;
  bottom: 20%;
}
section.contact_us .window_flex .map-1 figure a img {
  right: 40%;
}
section.contact_us .window_flex .map-2 figure a img {
  right: 17%;
}
section.contact_us .window_flex .text {
  position: absolute;
  right: 4%;
  top: 10%;
}
section.contact_us .window_flex .text p {
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 45px;
  color: #a08c7d;
}
section.contact_us .window_flex .text p span {
  color: #ffffff;
  text-shadow: 1px 1px 3px #8a8a8a;
}
section.contact_us .mobile_flex {
  display: none;
  position: relative;
}
section.contact_us .mobile_flex .basemap figure img {
  width: 100%;
}
section.contact_us .mobile_flex .basemap .address {
  position: absolute;
  bottom: 14%;
  right: -13%;
  transform: translate(-50%, -50%);
}
section.contact_us .mobile_flex .basemap .address p,
section.contact_us .mobile_flex .basemap .address a {
  color: #504b47;
}
section.contact_us .mobile_flex .basemap .address p {
  margin-bottom: 5px;
}
section.contact_us .mobile_flex .basemap .address p a {
  text-decoration: none;
}
section.contact_us .mobile_flex .map {
  position: absolute;
  top: 5%;
  width: 80%;
}
section.contact_us .mobile_flex .map img {
  width: 100%;
}
section.contact_us .mobile_flex .text {
  width: 20%;
  position: absolute;
  right: 0;
  top: 7%;
}
section.contact_us .mobile_flex .text p {
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 45px;
  color: #fff9ee;
}
section.contact_us .mobile_flex .text p span {
  color: #ffffff;
  text-shadow: 1px 1px 3px #8a8a8a;
}
section.contact_us .social {
  padding: 30px 90px 90px 90px;
}
section.contact_us .social .bg_color {
  background: #ffeddb;
  padding: 40px 40px 10px 40px;
  min-height: 355px;
}
section.contact_us .social .bg_color figure {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
section.contact_us .social .bg_color figure img {
  width: 50px;
}
section.contact_us .social .bg_color p {
  color: #0e0e0e;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 25px;
}
section.contact_us .social .bg_color p span {
  color: #b68967;
  font-weight: 400;
  font-size: 16px;
}
section.contact_us .social .bg_color p span.announcement {
  color: #0e0e0e;
  font-size: 1.1rem;
  font-weight: 300;
}
section.contact_us .social .bg_color a {
  text-decoration: none;
  color: #0e0e0e;
  font-weight: 400;
}
section.contact_us .social .bg_color a:hover {
  background: #ddc6b5;
}
section.contact_us .social .social_icon a {
  border: 1px solid #616161;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
}
section.contact_us .social .social_icon a:hover {
  background: #bf9270;
}
section.contact_us .social .social_icon a img {
  width: 30px;
  margin-right: 10px;
  opacity: 0.6;
}
section.contact_us .social .social_icon a p {
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

.sidebar {
  position: fixed;
  bottom: 40%;
  right: 0;
  z-index: 1000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 0px;
}
.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #e3b7a0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}
.sidebar ul li a:hover {
  opacity: 1;
}
.sidebar ul li a i.toTop {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}
.sidebar ul li.phone {
  position: relative;
}
.sidebar ul li.phone i {
  opacity: 0.7;
}
.sidebar ul li.phone a {
  background: #bf9270;
}
.sidebar ul li.phone p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  padding-left: 0.5rem;
  color: #926542;
  font-weight: 800;
  z-index: -1;
}

.sidebar_top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.sidebar_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar_top ul li {
  margin-bottom: 10px;
}
.sidebar_top ul li a {
  width: 50px;
  height: 50px;
  background: #e3b7a0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}
.sidebar_top ul li a:hover {
  opacity: 1;
}
.sidebar_top ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background: #bf9270;
}

@media (max-width: 1400px) {
  header nav.window_nav .nav_center.is-up figure {
    left: 13%;
  }
  header nav.window_nav .reservation {
    right: -4%;
  }
  section.hero .carousel-inner .hero-img {
    height: 80vh;
  }
  section.hero .carousel-caption {
    bottom: 4%;
    left: 11%;
  }
  section.about .frame_bg {
    padding: 3.5rem 2.1rem;
  }
  section.contact_us .social .bg_color {
    min-height: 385px;
    padding: 40px 20px 10px 20px;
  }
  section.contact_us .social .bg_color p {
    font-size: 16px;
  }
  section.contact_us .social .social_icon a {
    display: block;
    padding: 7px 5px;
  }
  section.contact_us .social .social_icon a img {
    margin-left: 5px;
  }
  section.contact_us .social .social_icon a p {
    font-size: 16px;
  }
  section.contact_us .window_flex .text {
    top: 4%;
  }
  section.contact_us .window_flex .text p {
    font-size: 18px;
  }
  section.portfolio .frame_wrap .frame_text {
    background-size: 80% 92%;
  }
}
@media (max-width: 1200px) {
  header nav.window_nav {
    display: none;
  }
  header nav.mobile_nav {
    display: block;
  }
  section.hero .carousel-inner .hero-img {
    height: 65vh;
  }
  section.hero .carousel-caption {
    left: 10%;
    bottom: 2%;
  }
  section.serve::before {
    top: 5%;
  }
  section.serve::after {
    width: 250px;
    height: 250px;
    bottom: 1%;
  }
  section.serve .serve_content figure {
    margin: 0 auto;
  }
  section.serve .serve_content .detail {
    margin-top: 40px;
    text-align: center;
  }
  section.serve .serve_content .detail h5 {
    text-align: center;
  }
  section.customer::after {
    width: 150px;
    height: 180px;
    bottom: 12%;
  }
  section.space::before {
    width: 150px;
    height: 300px;
    top: -1%;
  }
  section.contact_us .social {
    display: flex;
  }
  section.contact_us .social .bg_color {
    flex: 1;
  }
  section.contact_us .social .bg_color .fb_ig {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.contact_us .social .bg_color .fb_ig a {
    padding: 5px 15px;
  }
  section.contact_us .window_flex .text p {
    font-size: 16px;
  }
  section.portfolio .frame_wrap .frame_text {
    background-size: 95% 92%;
  }
  section.about .frame_bg .carousel .carousel-inner .carousel-item figure img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  section.serve h2::before,
  section.portfolio h2::before,
  section.space h2::before,
  section.customer h2::before {
    left: 2%;
  }
  section.serve h2::after,
  section.portfolio h2::after,
  section.space h2::after,
  section.customer h2::after {
    right: 2%;
  }
  section.hero .carousel-inner .hero-img {
    height: 60vh;
  }
  section.hero .carousel-caption {
    bottom: 3%;
    left: 10%;
  }
  section.serve::before {
    top: -1%;
  }
  section.serve .serve_p h2::before,
  section.serve .serve_p h2::after {
    width: 30%;
  }
  section.serve .serve_p h2::before {
    left: 3%;
  }
  section.serve .serve_p h2::after {
    right: 3%;
  }
  section.serve .serve_p .serve_content .detail {
    margin-left: 0;
  }
  section.contact_us .window_flex .text p {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  section.contact_us .window_flex .basemap .address {
    right: 27%;
  }
  section.contact_us .window_flex .basemap .address p {
    font-size: 14px;
  }
  section.about .frame_bg .carousel .carousel-inner .carousel-item figure {
    padding: 30px;
  }
  section.about .frame_bg .carousel .carousel-inner .carousel-item figure img {
    height: auto;
  }
  section.portfolio .frame_wrap .frame_text {
    background: url(../image/service_frame2.png) no-repeat;
    background-position: center;
    background-size: 80% 92%;
  }
  section.portfolio .frame_wrap .frame_text img {
    margin: 10px;
    width: 450px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  section.contact_us .social .bg_color {
    min-height: 275px;
  }
  section.hero {
    margin-top: 50px;
  }
  section.hero .carousel-inner .hero-img {
    height: 35vh;
  }
  section.hero .carousel-caption {
    left: 5%;
  }
  section.hero .carousel-caption h2 {
    font-size: 30px;
  }
  section.hero .carousel-caption .contact_btn a {
    display: none;
    padding: 5px 10px;
    font-size: 14px;
  }
  section.serve h2::before,
  section.portfolio h2::before,
  section.space h2::before,
  section.customer h2::before {
    left: -5%;
  }
  section.serve h2::after,
  section.portfolio h2::after,
  section.space h2::after,
  section.customer h2::after {
    right: -5%;
  }
  section.serve::after {
    width: 0px;
  }
  section.portfolio h2::before,
  section.portfolio h2::after {
    width: 22%;
  }
  section.portfolio h2::before {
    left: 12%;
  }
  section.portfolio h2::after {
    right: 12%;
  }
  section.portfolio .portfolio_text {
    margin: 0;
    text-align: center;
  }
  section.portfolio .frame_wrap .frame_text {
    background-size: 100% 92%;
  }
  section.portfolio .frame_wrap .frame_text img {
    width: 400px;
  }
  section.contact_us .window_flex {
    display: none;
  }
  section.contact_us .mobile_flex {
    display: block;
  }
}
@media (max-width: 576px) {
  section.hero {
    margin-top: 70px;
  }
  section.hero .carousel-caption h2 {
    font-size: 24px;
  }
  section.hero .carousel-caption .contact_btn a {
    display: none;
    padding: 5px 10px;
    font-size: 12px;
    margin: 5px;
  }
  section.hero .carousel-inner .hero-img {
    height: 30vh;
  }
  section.customer::after {
    left: -4%;
  }
  section.serve h2::before,
  section.serve h2::after,
  section.portfolio h2::before,
  section.portfolio h2::after,
  section.space h2::before,
  section.space h2::after,
  section.customer h2::before,
  section.customer h2::after {
    width: 20%;
  }
  section.serve h2::before,
  section.portfolio h2::before,
  section.space h2::before,
  section.customer h2::before {
    left: 3%;
  }
  section.serve h2::after,
  section.portfolio h2::after,
  section.space h2::after,
  section.customer h2::after {
    right: 3%;
  }
  section.serve::before,
  section.serve::after {
    width: 0;
    height: 0;
  }
  section.serve .serve_p h2::before,
  section.serve .serve_p h2::after {
    width: 20%;
  }
  section.space::before {
    width: 0;
    height: 0;
  }
  section.customer::after {
    width: 0;
    height: 0;
  }
  section.contact_us .social {
    padding: 30px 50px 90px 50px;
  }
  section.contact_us .mobile_flex .text {
    right: 35px;
  }
  section.portfolio .frame_wrap .frame_text img {
    width: 80%;
    height: 100%;
  }
  section.portfolio .frame_wrap p.p_fz {
    margin-top: 60px;
  }
  section.about .frame_bg {
    padding: 1.5rem 1.1rem;
  }
  section.about .frame_bg section.hero {
    margin-top: 0;
  }
  section.about .frame_bg .carousel .carousel-inner .carousel-item figure {
    padding: 18px;
  }
}
@media (max-width: 420px) {
  section.hero .carousel-inner .hero-img {
    height: 25vh;
  }
  section.hero .carousel-caption {
    left: 3%;
    bottom: 2%;
  }
  section.hero .carousel-caption .contact_btn a {
    padding: 5px 10px;
    font-size: 12px;
  }
  section.serve .serve_p .serve_content figure {
    width: 100%;
  }
  section.serve .serve_p .serve_content .detail {
    margin: 30px 20px;
  }
  section.serve h2::before,
  section.serve h2::after,
  section.portfolio h2::before,
  section.portfolio h2::after,
  section.space h2::before,
  section.space h2::after,
  section.customer h2::before,
  section.customer h2::after {
    width: 15%;
  }
  section.serve h2::before,
  section.portfolio h2::before,
  section.space h2::before,
  section.customer h2::before {
    left: 3%;
  }
  section.serve h2::after,
  section.portfolio h2::after,
  section.space h2::after,
  section.customer h2::after {
    right: 3%;
  }
  section.contact_us .mobile_flex .map {
    left: 0%;
  }
  section.contact_us .mobile_flex .text {
    right: 6%;
    top: 6%;
  }
  section.contact_us .mobile_flex .text p {
    font-size: 16px;
    line-height: 35px;
  }
  section.contact_us .mobile_flex .basemap .address {
    bottom: 10%;
    right: -28%;
  }
  section.portfolio .frame_wrap .frame_text {
    background-size: 100% 87%;
  }
}
@media (max-width: 375px) {
  section.serve h2::before,
  section.serve h2::after,
  section.portfolio h2::before,
  section.portfolio h2::after,
  section.space h2::before,
  section.space h2::after,
  section.customer h2::before,
  section.customer h2::after {
    width: 13%;
  }
  section.serve h2::before,
  section.portfolio h2::before,
  section.space h2::before,
  section.customer h2::before {
    left: 3%;
  }
  section.serve h2::after,
  section.portfolio h2::after,
  section.space h2::after,
  section.customer h2::after {
    right: 3%;
  }
  section.hero .carousel-caption .contact_btn a {
    padding: 10px 20px;
  }
  section.contact_us .mobile_flex .text p {
    font-size: 14px;
    line-height: 35px;
  }
} /*# sourceMappingURL=main.css.map */
