body {
  width: 100vw;
  overflow-x: hidden;
  color: #05202C;
  letter-spacing: 1.2px;
  z-index: 0;
  position: relative;
}
body:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg.jpg);
  z-index: -1;
}

.container {
  max-width: 1440px;
}

p,
a {
  line-height: 2;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
}

h2 {
  font-weight: 500;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
  font-size: 40px;
}

.bg-light {
  background: white !important;
}

section {
  padding: 60px 0;
  margin: 0;
}
section h2 {
  color: #9A3E13;
}

section.main_wrapper {
  position: relative;
}

section.main_wrapper figure {
  width: 100%;
}

section.main_wrapper figure img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center top;
}

section.main_wrapper .wrapper_title {
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 10;
}

section.main_wrapper .wrapper_title h1 {
  color: #3a3a3a;
  font-size: 60px;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3137254902);
}

section.main_wrapper .wrapper_title h4 {
  font-weight: 400;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3137254902);
}

a.contact-btn {
  padding: 10px 15px;
  box-shadow: 4px 4px 12px rgba(21, 14, 10, 0.1254901961);
  background: #1B9EDB;
  color: white;
  text-decoration: none;
  margin-top: 24px;
  display: block;
  width: 80%;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
}

section.main_wrapper .wrapper_title a {
  transition: all 0.3s !important;
}

section.main_wrapper .wrapper_title a:hover {
  background: #136e99;
  color: #fff;
}

#about h2,
#about p {
  color: #fff;
}
#about .text {
  padding: 10px;
}
#about figure {
  width: 80%;
}
#about figure img {
  width: 100%;
}

@media (min-width: 992px) {
  #about {
    position: relative;
    z-index: 0;
  }
  #about:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    height: 20vh;
    width: 100%;
    background-color: #136e99;
  }
  #about .content {
    position: relative;
    z-index: 0;
    padding: 20px 80px;
    max-width: 750px;
  }
  #about .content:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    background-color: #136e99;
  }
}
section.about .row {
  justify-content: center;
}

section.about .row .about_bg {
  display: flex;
  justify-content: center;
}

section.about .row .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.description {
  margin-top: 100px;
}

section.description h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

section.description .row {
  padding: 0;
  margin: 0;
}

section.description .which_wash {
  margin: 0 auto;
  border: 3px solid #84DFFF;
}

section.description .which_wash h4 {
  text-align: center;
  padding: 20px 10px;
}

section.description .which_wash .block1 ul,
section.description .which_wash .block2 ul,
section.description .which_wash .block3 ul,
section.description .which_wash .block4 ul {
  padding: 15px;
  list-style: none;
}

section.description .which_wash .block1 ul li,
section.description .which_wash .block2 ul li,
section.description .which_wash .block3 ul li,
section.description .which_wash .block4 ul li {
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}

section.description .which_wash .block1 ul li::before,
section.description .which_wash .block2 ul li::before,
section.description .which_wash .block3 ul li::before,
section.description .which_wash .block4 ul li::before {
  background-color: #161E54;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 2%;
  top: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
}

section.description .which_wash .block1 ul li span,
section.description .which_wash .block2 ul li span,
section.description .which_wash .block3 ul li span,
section.description .which_wash .block4 ul li span {
  color: #FF5151;
  font-weight: 300;
}

section.description .which_wash .block1,
section.description .which_wash .block4 {
  background: #84DFFF;
}

section.description .which_wash .block1 h4,
section.description .which_wash .block4 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block1 h4::before,
section.description .which_wash .block4 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 200px;
  height: 10PX;
  z-index: -1;
}

section.description .which_wash .block2 h4,
section.description .which_wash .block3 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block2 h4::before,
section.description .which_wash .block3 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1B9EDB;
  width: 200px;
  height: 10PX;
  z-index: -1;
}

.slick-next:before,
.slick-prev:before {
  color: #1B9EDB;
  font-size: 24px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #1B9EDB;
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: -70px;
  }
}
section.feedback {
  margin-top: 100px;
  background: url("../img/feedback_bg.jpg") no-repeat center/cover, #eee;
  background-blend-mode: overlay;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  section.feedback {
    background-attachment: fixed;
  }
}
section.feedback h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  color: #136e99;
}
section.feedback h2 span {
  color: #1B9EDB;
  font-size: 0.7em;
}

@media (max-width: 991px) {
  section.feedback h2 {
    font-size: 40px;
  }
}
section.feedback a {
  height: 20vh;
  display: block;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.062745098);
  background-color: #fff;
  margin: 24px 8px;
}
section.feedback a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

section.feedback p {
  margin-top: 8px;
  margin-bottom: 0;
}
section.feedback p small {
  font-weight: 300;
  font-size: 14px;
}

section.feedback .slick-slider {
  width: 90%;
  margin: auto;
}

.slick-prev {
  left: -18px;
  z-index: 99;
}

.slick-next {
  right: -15px;
  z-index: 99;
}

@media (min-width: 992px) {
  section.feedback a {
    height: 30vh;
  }
}
section.contact {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.1254901961);
}

section.contact .main_contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.contact .main_contact_us .contact_us {
  margin-bottom: 10px;
}

section.contact .main_contact_us address {
  margin-top: 30px;
}

section.contact .main_contact_us a {
  text-decoration: none;
  letter-spacing: 5px;
  color: #05202C;
}
section.contact .main_contact_us a:hover {
  color: #9A3E13;
}

section.contact .sns li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
}

section.contact .sns li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: #1B9EDB;
  border-radius: 10px;
  margin: 12px;
  padding: 20px;
  width: 200px;
  height: 100%;
  transition: all 0.3s;
}

section.contact .sns li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

section.contact .sns li a .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background: #136e99;
  padding: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

section.contact .sns li a p {
  margin: 0;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}

section.contact .sns li a:hover {
  transform: translate(-4px, -4px);
  box-shadow: 4px 4px 0px #136e99;
}

section.contact .sns li a:hover p {
  color: white;
}

.picture_more a {
  background: #136e99;
  color: black;
  text-decoration: none;
  padding: 10px 35px 10px 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  box-shadow: 1px 1px 5px #4d4d4d;
}

.picture_more a:hover {
  box-shadow: 3px 3px 8px #4d4d4d;
  background: #1B9EDB;
}

.sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background-color: #58391f;
}

footer p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
footer p a {
  text-decoration: none;
}
footer p a:hover {
  color: rgba(255, 255, 255, 0.8509803922) !important;
}

@media (max-width: 1200px) {
  section.services {
    padding-bottom: 50px;
    width: 80%;
  }
  section.services .caption {
    margin-bottom: 15px;
  }
}
section.main_wrapper {
  position: relative;
}

section.main_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(167, 220, 244, 0.6666666667) 0%, rgba(167, 219, 244, 0) 50%);
}

@media (min-width: 992px) {
  section.main_wrapper:after {
    content: "";
    background: linear-gradient(to right, rgba(167, 220, 244, 0.8) 0%, rgba(167, 219, 244, 0) 50%);
  }
}
section.main_wrapper .wrapper_title h1,
.main_wrapper .wrapper_title h4 small {
  color: white;
}

@media (max-width: 992px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.main_wrapper .wrapper_title h1 {
    font-size: 50px;
  }
  section.main_wrapper .wrapper_title a {
    width: 80%;
  }
  section.services h2 {
    margin-left: 10px;
  }
  section.services .list .price_plus {
    display: flex;
    justify-content: start;
  }
  section.services .list .price_plus ul {
    margin-left: 10px;
    margin-top: 20px;
  }
  .picture_more {
    margin-top: 35px !important;
  }
  section.contact {
    background-size: 200%;
  }
  section.contact ul.sns li a {
    width: 150px;
  }
}
@media (max-width: 767px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.services {
    padding-bottom: 20px;
    width: 95%;
  }
  section.services .list .price_plus {
    display: flex;
    justify-content: start;
  }
  section.services .list .price_plus ul {
    margin-left: 10px;
    margin-top: 20px;
  }
  section.description .which_wash .block3 {
    background: #84DFFF;
  }
  section.description .which_wash .block3 h4::before {
    background: #ffffff;
  }
  section.description .which_wash .block4 {
    background: white !important;
  }
  section.description .which_wash .block4 h4::before {
    background: #1B9EDB;
  }
}
@media (max-width: 576px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.services {
    padding-bottom: 30px;
  }
  section.services .list .price_plus ul {
    padding: 10px;
  }
  section.services .list .price_plus ul li h4 {
    font-size: 16px;
  }
  section.about .content {
    margin-top: -70px;
  }
  section.contact {
    background-size: 250%;
  }
  section.contact ul.sns {
    flex-direction: column;
  }
  section.contact ul.sns li {
    margin: 10px;
  }
  section.contact ul.sns li a {
    display: flex;
    width: 250px;
  }
  section.contact ul.sns li a .icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
  section.contact ul.sns li a p {
    margin: auto 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  section.main_wrapper .wrapper_title {
    top: unset;
    bottom: 8%;
  }
}
@media (max-width: 420px) {
  section.main_wrapper figure img {
    object-position: 60% 0;
  }
  section.main_wrapper .wrapper_title h1 {
    font-size: 40px;
  }
  section.main_wrapper .wrapper_title a {
    width: 80%;
  }
  section.about .content {
    margin-top: -165px;
  }
  section.about .content h2 {
    font-size: 40px;
  }
  section.about .content p {
    margin-top: 12px !important;
  }
  section.services .list .price_plus ul li h4 {
    font-size: 14px;
  }
  section.services .caption {
    padding: 20px 20px 30px 20px;
  }
  section.services .caption .line_reserve {
    margin-top: 25px !important;
  }
  section.contact {
    background-attachment: unset;
    background-size: 350%;
  }
  section.contact .main_contact_us .contact_us h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  footer p {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  section.contact {
    margin-top: 20px;
  }
  footer p {
    margin: 0;
    font-size: 12px;
  }
}
/* about */
section.about .border-box {
  background-color: #136e99;
  position: relative;
  padding: 20px;
  border-radius: 10px;
}

section.about .border-box:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid white;
}

/* services */
/* model */
.btn-primary,
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
  background-color: transparent;
  border: 0;
}

.btn-primary {
  width: 100%;
}

.modal-dialog {
  max-width: 800px;
  letter-spacing: 1.2px;
}

.modal-content {
  border: 8px solid #136e99;
}

.modal-header {
  background-color: #136e99;
  color: white;
  border-radius: 0;
}

.modal-header h5 {
  font-size: 22px;
}

.modal-header .btn-close {
  filter: invert(2);
}

.modal-dialog {
  width: 95%;
  margin: 10px auto;
}

.modal-body .price {
  color: #1B9EDB;
  font-size: 22px;
}

.modal-body ol {
  padding: 0;
  list-style-position: inside;
}
.modal-body ol li:not(:last-child) {
  margin-bottom: 8px;
}

.modal-body dl dt {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #1B9EDB;
}

.modal-body dl dd {
  margin-bottom: 4px;
}

.btn-close:focus {
  box-shadow: unset;
}

.modal-body .details {
  margin: 30px 0 40px;
}

.modal-body .details h5 {
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
  color: gray;
  font-size: 14px;
  position: relative;
}

.modal-body .details h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: calc(50% - 4em);
  background-color: gray;
  opacity: 0.2;
}

.modal-body .details h5:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: calc(50% - 4em);
  background-color: gray;
  opacity: 0.2;
}

.modal-body img {
  width: 100%;
}

.modal-footer {
  background-color: #136e99;
}

.modal-footer a.btn-secondary {
  background-color: #1B9EDB;
  border: 1px solid #1B9EDB;
}

.modal-footer .btn:hover {
  background-color: #E87910;
  color: white;
}

/* --------------------- */
section.services {
  background-color: #136e99;
  border-radius: 25px;
  width: 89%;
  margin: 0 auto 80px;
}

section#services {
  box-shadow: 4px 4px 12px rgba(3, 19, 26, 0.1254901961);
  padding-bottom: 80px;
}
section#services h2 {
  font-weight: 500;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
  color: #fff;
}
section#services p {
  font-size: 15px;
}
section#services button:hover {
  cursor: unset;
}

section#services .img-box {
  background-color: #1B9EDB;
  border-radius: 50%;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  text-align: center;
  margin: 20px auto;
  transition: all 0.3s;
  position: relative;
}

section#services .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  filter: invert(2);
}

section#services h3 {
  width: fit-content;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  left: 0;
  font-size: 20px;
  margin: 12px auto;
  letter-spacing: 0.2em;
}

section#services .model-btn {
  padding: 0 10px;
}

section#services .model-btn small {
  font-size: 12px;
}

section#services h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 0;
  height: 20px;
  background: url(https://cdn-icons-png.flaticon.com/512/7986/7986650.png) no-repeat center/contain;
  transition: all 0.3s;
  filter: invert(2);
}

@media (min-width: 992px) {
  section#services button:hover .img-box {
    transform: scale(1.1);
  }
  section#services button:hover h3 {
    left: 10px;
  }
  section#services button:hover h3:after {
    width: 20px;
  }
  section#services .img-box {
    width: 50%;
    padding-bottom: 50%;
  }
  section#services .img-box img {
    padding: 35px;
  }
}
#portfolio {
  background-color: #1B9EDB;
}
#portfolio ul.tabs {
  position: sticky;
  top: 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 20px 10px 10px 15px;
  margin-bottom: 30px;
  background-color: #1B9EDB;
  z-index: 99;
}
#portfolio ul.tabs li {
  width: 48%;
}
#portfolio ul.tabs li a {
  margin: 6px 0;
  text-align: center;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  color: #136e99;
  background-color: white;
  border: 1px solid #136e99;
  font-size: 13px;
}
#portfolio ul.tabs li a.active {
  background-color: #136e99;
  color: white;
  font-weight: 400;
}
#portfolio .tab-wrapper .tab-content:not(#tab1) {
  display: none;
}
#portfolio .tab-wrapper .tab-content a {
  width: 100%;
  box-shadow: 4px 4px 12px rgba(21, 14, 10, 0.1254901961);
  border: 6px solid #fff;
  animation: show 0.6s forwards;
  opacity: 0;
  transform: scale(0);
}
@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#portfolio .tab-wrapper .tab-content a img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 300px) {
  #portfolio ul.tabs li {
    width: 32%;
  }
}
@media (min-width: 768px) {
  #portfolio ul.tabs {
    padding: 15px 40px 10px;
  }
  #portfolio ul.tabs li a {
    font-size: 20px;
  }
  #portfolio .tab-wrapper .tab-content a img {
    height: 350px;
  }
}
@media (min-width: 992px) {
  #portfolio ul.tabs {
    justify-content: center;
  }
  #portfolio ul.tabs li {
    width: 150px;
    margin: 0 12px;
  }
  #portfolio ul.tabs li a:hover {
    background-color: #136e99;
    color: white;
  }
  #portfolio .tab-wrapper .tab-content a {
    transition: all 0.3s;
  }
  #portfolio .tab-wrapper .tab-content a:hover {
    box-shadow: 4px 8px 16px rgba(21, 14, 10, 0.1882352941);
  }
}
nav {
  width: 100vw;
  box-shadow: 0 4px 12px rgba(21, 14, 10, 0.1254901961);
  background-color: #58391f;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand {
  color: #fff;
  margin: 4px 8px;
}

.navbar-toggler {
  border: 0;
  color: #fff;
}
.navbar-toggler i {
  color: #9A3E13;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-brand {
    margin: 0 12px;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8509803922);
  }
}
#news {
  background-color: #136e99;
}
#news h3 {
  font-size: 18px;
  color: #1B9EDB;
  padding-left: 12px;
  border-left: 6px solid #1B9EDB;
}
#news p {
  font-size: 15px;
}
#news a {
  color: #05202C;
}
#news a:hover {
  color: #1B9EDB;
}

@media (min-width: 768px) {
  #news p.title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #news p.title {
    text-align: center;
  }
}
#process {
  overflow: hidden;
}
#process ol {
  list-style-type: none;
}
#process ol li {
  margin: 10px 0;
  text-align: center;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
#process ol li img {
  width: 90%;
  height: 400px;
  object-fit: cover;
  filter: brightness(0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4392156863);
}
#process ol li .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#process ol li .text small {
  color: #fff;
  margin-bottom: 12px;
  display: block;
  font-style: italic;
}
#process ol li .text a,
#process ol li .text span {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  #process ol li:not(:last-child):after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    z-index: -1;
  }
  #process ol li:hover {
    transform: scale(1.05);
  }
  #process ol li .text a:hover {
    transform: translateX(8px);
  }
}
/*# sourceMappingURL=style.css.map */