/* CSS Document */
/*-----------------------------

banner03

-------------------------------*/
.banner03 #timezone {
  display: none !important;
}
.banner03 .banner .wrap li {
  height: 100%;
}
.banner03 .banner .box {
  height: 280px;
  position: relative;
}
.banner03 .banner h3 span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 18px;
}
.banner03 .banner h3 span:before {
  background-color: #fff;
}
.banner03 .banner .col-6 .wrap {
  margin-top: 22px;
}
.banner03 .banner .col-12 {
  margin-top: 40px;
}
.banner03 .banner h3 {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 40px;
}
.banner03 .banner p {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .banner03 .banner .wrap li {
    margin-bottom: 30px;
  }
  .banner03 .banner .col-6 a, .banner03 .banner .col-12 a {
    height: 21vh;
  }
  .banner03 .banner .col-6 a:before, .banner03 .banner .col-12 a:before {
    height: 21vh;
  }
  .banner03 .banner .col-6 a .box, .banner03 .banner .col-12 a .box {
    padding: 0;
  }
  .banner03 .banner h3 {
    font-size: 3rem;
    left: 30px;
    bottom: 30px;
  }
  .banner03 .banner h3 span {
    font-size: 1.2rem;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .banner03 .banner .col-12 {
    margin-top: 0;
  }
  .banner03 .banner .box, .banner03 .banner .img-box {
    height: 220px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------

footer02

----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer02 footer .section-inner {
  padding: 100px 0 20px;
  background-color: #EADFD9;
  position: relative;
}
.footer02 footer .section-inner:after {
  position: absolute;
  content: "";
  right: 0%;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/footer-img.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.footer02 footer .col-4 .box {
  margin: 30px 0;
}
.footer02 footer .col-8 .btn-content {
  display: flex;
  justify-content: flex-end;
}
.footer02 footer .insta {
  color: #fff;
  display: inline-block;
  position: relative;
  top: 36px;
  right: 0px;
  height: 18px;
  width: 18px;
  padding-left: 20px;
}
.footer02 footer p {
  color: #fff;
}
.footer02 footer ul {
  margin: 0 auto;
}
.footer02 footer ul li a {
  display: inline-block;
  line-height: 1;
  padding: 8px 16px;
  font-weight: 700;
}
.footer02 footer #navi {
  margin-top: 30px;
  padding-left: 20px;
}
.footer02 footer .nav-item {
  color: #987F6C;
  font-size: 1.3rem;
}
.footer02 footer .nav-item.nav-sns {
position: relative;
}
.footer02 footer .nav-item.nav-sns {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(14%, -33%);
}
.footer02 footer .wrap ul {
  padding: 70px 0 140px;
  display: flex;
	line-height: 38px;
}
.footer02 footer .wrap .col-6 div{
	    padding: 0 0 100px;
}
.footer02 .copyright {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}
.footer02 footer .contact-btn {
  box-shadow: none;
}
.footer02 footer svg.change-color {
  background-color: transparent;
  border-bottom: none;
}
.footer02 footer .cv {
  width: 31vw;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.footer02 footer .cv p {
  color: #111;
  line-height: 1.4;
}
.footer02 footer .cv p.cv-title {
  font-weight: 600;
  font-size: 1.6rem;
}
.footer02 footer .cv img {
  width: 32px;
}
.footer02 footer .cv a {
  font-size: 3rem;
  margin: 10px;
  display: inline-block;
  border: none;
  color: #194ea2;
}
.footer02 footer .logo-outer, .footer02 .copyright {
  padding-left: 18px;
	    color: #111;
}
@media screen and (max-width: 991px) {
  .footer02 footer ul li {
    margin: 15px 0;
  }
  .footer02 footer ul {
    height: auto;
  }
  .footer02 footer #navi {
    margin: 30px 0;
  }
  .footer02 .copyright {
    margin-top: 40px;
    min-width: 260px;
  }
  .footer02 footer .container {
    max-width: 1140px !important;
    position: relative;
  }
  .footer02 footer .section-inner {
    overflow-x: inherit;
  }
  .footer02 .cart.pc-none {
    position: fixed;
    z-index: 105;
    top: 9px;
    right: 60px;
    cursor: pointer;
    padding: 11px 12px;
    color: #fff;
  }
  .footer02 .cart.pc-none svg {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .footer02 footer .cv {
    width: 100%;
    box-sizing: border-box;
  }
  .footer02 footer .logo-outer, .footer02 .copyright {
    padding-left: 0px;
    text-align: center;
  }
  .footer02 footer .logo-outer {
	  margin: 0 auto;
    margin-bottom: 50px;
  }
	.footer02 footer .wrap .col-6 {
	    text-align: center;
  }
  .footer02 footer .section-inner:after {
    display: none;
  }
}/*# sourceMappingURL=common-content.css.map */