@charset "UTF-8";
/* 下層共通 */

main{
  padding: 120px 0;
}

a:hover{
  text-decoration: none;
}
a.target-link:hover{
  text-decoration: none;
}
input[type=submit]{
  cursor: pointer;
}
.submit_button input[type=submit]{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

select{
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

ul.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

ul.pagination li {

}

ul.pagination li a,
ul.pagination li span {
  background-color: #ab9166;
  color: #fff;
  padding: 10px;
  min-width: 32px;
  display: block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.pagination li.active span{
  background-color: #ccb692
}

ul.pagination li a {
}

ul.pagination li a:hover {
  background: #333;

}

.page-header{
  height: 700px;
  position: relative;
}

.page-header::before, .page-header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.page-header::after {
  background: url(../img/mesh.png);
  z-index: 2;
}

.ttl-over{
  position: absolute;
  height: 100%;
  z-index: 2;
}
.ttl-over img{
  height: 100%;
}

.page-ttl-wrap{
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 4;
}

.page-ttl-wrap .inner-narrow{
  padding-top: 80px;
  min-height: 200px;
}
.page-ttl{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-ttl-wrap h1{
  font-size: 22px;
}
.page-ttl-wrap .ttlBar{
  width: 90px;
  margin: 0 0 0 1rem;
  height: 5px;
}
.page-ttl-wrap .ttlBar::before{
  background: #fff;
  height: 100%;
}

.ttl-bg{
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.inner-page{
  width: 80%;
  margin: 0 auto;
}

a:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/* 新着 */
.page-whats-new{
  padding-top: 100px;
}

.news-wrap article,.news-d-wrap article{
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.news-wrap article::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #efefef;
}

.news-date{
  text-align: center;
  line-height: 1;
}
.news-date span{
  background-color: #ab9167;
  padding: 8px;
  color: #fff;
  display: inline-block;
}

.news-d-wrap h2{
  text-align: center;
  font-size: 18px;
  margin: 10px 0 20px;
}

.news-d-txt{
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
}

.news-wrap a {
  padding: 30px 50px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrap a:hover {
  background: #51bac1;
  color: #fff;
}

.pub-time {
    font-weight: 700;
    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-right: 3rem;
}

/* サービス */
.page-service{
  padding-top: 200px;
}

.service-items{
  position: relative;
  margin-bottom: 260px;
}

.service-items::before{
  content: '';
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  background: #51bac1;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service-wrap{
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.target-link .animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-items .service-button{
  color: #fff;
}

.service-button-outer{
  width: 33%;
  margin: 100px 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-button-outer .animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-button-outer h2{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-button-outer .ttlBar{
  margin: 1rem 0;
}

.service-button-outer .ttlBar::before{
  background: #fff;
}

.service-img{
  width: 40%;
  padding-top: 440PX;
  position: absolute;
  top: -100px;
  left: 8%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-img img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

a.target-link:hover .img-wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.target-link:hover .service-items::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-service a.target-link:nth-of-type(even) .service-wrap{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-service a.target-link:last-child .service-items{
  margin-bottom: 100px;
}
.page-service a.target-link:nth-of-type(even) .service-items::before{
  left: 0;
  right: inherit;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.page-service a.target-link:nth-of-type(even):hover .service-items::before{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.page-service a.target-link:nth-of-type(even) .service-items .service-img{
  right: 8%;
  left: auto;
}

.inner-wide a.target-link:nth-of-type(even):hover .service-items .service-cover{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.inner-wide a.target-link:nth-of-type(even) .service-items .service-button-outer{
  width: 60%;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 0;
}

.service-cont{
  width: 60%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.service-cover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  z-index: 2;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-10%);
  background-image: url(../img/mesh-s.png);
}

a.target-link:hover .service-cover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


.service-txt{
  font-size: 16px;
}

.service-txt .readmore{
  margin: 30px 0 0;
}

.service-txt span.readmore svg{
}

.service-txt span.readmore:hover svg{
  fill: #fff;
}

/* サービス詳細 */
.page-service-d{
  padding-top: 100px;
}

.page-service-d .bgblack{
  background: #51bac1;
}

.service-d-item{
  display: flex;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-d-item.animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-d-item > div{
  width: 50%;
}

.img-pos{
  margin: 10%;
}

.service-d-img{
  position: relative;
  width: 100%;
  height: auto;
}

.service-d-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-d-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-d-txt{
  margin: 10%;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.service-d-txt h2{
  font-size: 20px;
}
/* 在庫 */

.page-stock{
  padding-top: 60px;
}

.stock-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stock-wrap ul li{
    width: 32%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
}

.stock-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34%;
}

.stock-wrap ul li a{
  overflow: hidden;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.stock-img{
    position: relative;
    width: 100%;
    height: auto;
}

.ratio-43:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.stock-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stock-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stock-txt{
  color: #fff;
  padding: 20px;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.stock-txt .stock-price{
  text-align: right;
}

.stock-txt .stock-price span{
    font-size: 32px;
    font-weight: bold;
    color: #ab9167;
    letter-spacing: 1px;
    padding-right: 4px;
}


/* 在庫詳細 */
.stock-detail-wrap{
  max-width: 980px;
  margin: 0 auto;
}


.swiper-container{
  max-width: 980px;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-pagination-thumb{
    width: 100px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #eee;
    margin: 5px;
    cursor: pointer;
}

.swiper-my-pagination .swiper-pagination-bullet {
  width: 10%;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}

.swiper-my-pagination {
  display: flex;
  flex-wrap: wrap;
}
.swiper-my-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

.stock-info{
  margin: 30px 0 0;
}
.stock-info h3{
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0 10px;
  border-bottom: 2px solid;
}

.info-wrap{
  display: flex;
  justify-content: space-between;
}

.info-name{
  font-size: 22px;
  font-weight: bold;
}
.info-price{
  font-size: 24px;
  color: #ab9166;
  font-weight: bold;
}

.stock-table,.stock-option{
  width: 100%;
}

.stock-table th,.stock-option th{
  font-weight: bold;
}

.stock-table th,.stock-table td,
.stock-option th,.stock-option td{
  padding: 8px;
  border-bottom: solid 1px #1e1e1e;
}

.stock-contact{
  background-color: #1e1e1e;
  padding: 40px;
  margin-top: 30px;
}
.stock-contact h4{
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
}
.stock-contact input[type=text],.stock-contact textarea{
  background-color: #fff;
}


.stock-contact .submit_button{
  background-color: #fff;
}

.btn-wrap{
  text-align: center;
}


#sort_box {
    position:relative;
    margin-top: 20px;
    margin-bottom: 18px;
    display: inline-block;
}
#sort_box:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #fff;
    pointer-events: none;
    font-weight: 600;
}

#sort_box i {
    position: absolute;
    top: 12px;
    left: 6px;
    padding: 9px 8px;
    transition: 0.3s;
    color: #aaaaaa;
}
#sort_box select{
    background: #333;
    color: #fff;
    border: 1px solid;
    width: 100%;
    padding: 8px 16px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}


/* 実績 */

.page-result {
    padding-top: 100px;
}

.result-img {
    position: relative;
    width: 100%;
    height: auto;
}

.result-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.result-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.result-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.result-wrap ul li {
    width: 31%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-flow: column;
}

.result-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35.5%;
}

.result-cont {
    padding: 20px 0;
}

.select-wrap.select-stock:before{
}


.select-wrap.select-stock > select{
    background: #ffffff;
    color: #757575;
    border-color: #0084B4;
    width: 100%;
    padding: 8px 8px 8px 40px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
.select-wrap.select-stock > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.cont-form .select-wrap i{
  top:4px;
}

.car-comment{
  word-wrap: break-word;
}
#carnote a{
  color: #ab9167;
}

#carnote a:hover{
  text-decoration: underline;
}

/* スタッフ */

.page-staff{
  padding-top: 60px;
}

.page-staff .hasbg{
  height: 0;
  padding-top: 65%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staff-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff-wrap ul li{
    width: 31%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-flow: column;
}

.staff-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35.5%;
}

.staff-wrap ul li a{
  overflow: hidden;
}

.staff-wrap .hasbg{
  padding-top: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-img{
  height: 260px;
  overflow: hidden;
}
.staff-cont{
  padding: 20px 0;
}

.staff-cont h2{
  font-size: 18px;
}
.staff-cont h2 small{
  padding-right: 10px;
}

.staff-txt{
  margin-top: 6px;

}


/* お客様の声 */
.page-voice{
  padding-top: 100px;
}

.page-voice .hasbg{
  height: 0;
  padding-top: 65%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.voice-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-wrap ul li{
    width: 31%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-flow: column;
}

.voice-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35.5%;
}

.voice-wrap ul li a{
  overflow: hidden;
}

.voice-wrap .hasbg{
  padding-top: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.voice-img{
  height: 260px;
  overflow: hidden;
}
.voice-cont{
  padding: 20px 0;
}
.voice-txt > div{
  text-align: right;
}

.voice-txt > div > span{
    font-size: 32px;
    font-weight: bold;
    color: red;
    letter-spacing: 1px;
    padding-right: 4px;
}



/* 店舗 */
.page-store{
  padding-top: 200px;
}

.store-items{
  position: relative;
  margin-bottom: 260px;

}

.store-items::before{
  content: '';
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  background: #51bac1;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.store-wrap{
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.target-link .animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.store-items .store-button{
  color: #fff;
}

.store-button-outer{
  width: 33%;
  margin: 60px 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.store-button-outer .animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.store-button-outer h2{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.store-button-outer .ttlBar{
  margin: 1rem 0;
}

.store-button-outer .ttlBar::before{
  background: #fff;
}

.store-img{
  width: 50%;
  padding-top: 440px;
  position: absolute;
  top: -40px;
  left: 8%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.store-img img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.target-link:hover .img-wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.target-link:hover .store-items::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-store a.target-link:nth-of-type(even) .store-wrap{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-store a.target-link:last-child .store-items{
  margin-bottom: 100px;
}
.page-store a.target-link:nth-of-type(even) .store-items::before{
  left: 0;
  right: inherit;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.page-store a.target-link:nth-of-type(even):hover .store-items::before{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.page-store a.target-link:nth-of-type(even) .store-items .store-img{
  right: 8%;
  left: auto;
}

.inner-wide a.target-link:nth-of-type(even):hover .store-items .store-cover{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.inner-wide a.target-link:nth-of-type(even) .store-items .store-button-outer{
  width: 60%;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 0;
}

.store-cont{
  width: 60%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.store-cover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  z-index: 2;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-10%);
  background-image: url(../img/mesh-s.png);
}

.target-link:hover .store-cover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


.store-txt{
  font-size: 16px;
}

.store-txt dl{
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.store-txt dt{
  font-size: 14px;
}
.store-txt dd{
  line-height: 1.4;
}

.store-txt .readmore{
  margin: 30px 0 0;
}

.store-txt span.readmore svg{
}

.store-txt span.readmore:hover svg{
  fill: #fff;
}


/* コンタクト */
.page-contact{
  padding-top: 60px;
}

.cont-form {
	position: relative;
	width: 100%;
  max-width: 740px;
  margin: 10px auto;
}
.cont-form input[type=text],.cont-form textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.5em;
	transition: 0.3s;
	border: 1px solid #333;
	outline: none;
}

.cont-form input[type=text]:focus,.cont-form textarea:focus,.cont-form select:focus {
	border-color: #ab9166;
}

.cont-form input[type=text],.cont-form textarea {
	padding-left: 40px;
}
.cont-form i {
	position: absolute;
  top: 12px;
  left: 6px;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cont-form input[type=text]:focus + i,.cont-form textarea:focus + i {
	color: #ab9166;
}

.submit_button{
  font-size: 16px;
  text-align: center;
  width: 160px;
  height: 50px;
	border: 1px solid #333;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 50px;
  margin: 30px auto 0;
  z-index: 10;
}

.submit_button::before{
  content: '';
  position: absolute;
  background: #ab9166;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

.submit_button:hover{
  border: 1px solid #fff;
  color: #fff;
}
.submit_button:hover::before{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.submit_button:hover input{
  color: #fff;
}

.select-wrap {
    position:relative;
    margin-bottom: 18px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #676767;
    pointer-events: none;
    font-weight: 600;
}

/*****Google map********/
.store-map-area {
    position: absolute;
    width: 50%;
    height: 205px;
    top: 410px;
    left: 8%;
}
.store-map-area iframe {
    width: 100%;
    height: 100%;
}