.main-header,
.main-navi ul,
.pager,
.text-align-center {
  text-align: center
}

.search-bar {
  margin-left: 30px;
}

.main-header input[type=search].form-control {
  width: 218px;
  padding: 9px 15px 7px 10px;
  background: transparent;
  color: #FFEAD7;
  border: 1px solid #FFEAD766;
  color: #FFEAD7;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
}

.search-bar form {
  position: relative;
}

.search-bar form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 26px;
  height: 26px;
}

.search-bar input.form-control {
  height: 32px;
}


.nav-bar-sp {
  display: flex;
  justify-content: space-between;
  height: 67px;
}

.navbar-toggle,
.location {
  padding: 17px 14px 20px;
}

.location img {
  width: 30px;
  height: 30px;
}

.main-header .nav-bar-sp .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-toggler.button-menu {
  border: 1px solid #C39E6D;
  border-radius: 50%;
}

.main-navi input.form-control {
  border: 1px solid rgba(255, 234, 215, 0.40);
  background: transparent;
  color: #FFEAD7;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.main-navi form {
  position: relative;
}

.main-navi .btn-search.active {
  background: url(/themes/santen_deh/images/common/search-icon.png) 0 0 / 100% no-repeat transparent;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.button-menu {
  width: 30px;
  height: 30px;
  border: 1px solid #c39e6d;
  border-radius: 50%;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.main-navi ul li a {
  color: #D0C8BE;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.lang-location .lang-location-item.is-active {
  display: block;
  padding-top: 3px;
  background: 0 0
}

.lang-location .lang-location-item:first-child {
  padding-top: 3px !important
}

.lang-location .lang-location-item.is-active a {
  font-size: 15px;
  pointer-events: none;
}

.lang-location .lang-location-item a {
  font-size: 15px;
  color: #ffead7;
  background: 0 0;
  position: relative;
  text-transform: initial;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-right: 25px;
  padding: 2px 0 2px 9px;
}

.top-header .lang-location {
  padding-right: 0;
  position: absolute;
  right: 16%;
  top: 4px;
  z-index: 3;
  border-bottom: 1px solid #FFEAD7;;
}

.lang-location::before {
  content: " ";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 20px;
}

.observer .btn-link {
  padding: 8px 25px;
  background: #F69D27;
  border-radius: 0;
  color: #1F1A18;
  font-family: Corbel;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.observer .btn-link:hover {
  text-decoration: none;
}

ul.lang-location li.lang-location-item {
  cursor: default;
  background-color: #1f1a18;
  padding: 5px 0 5px 2px;
  text-align: left
}

.hidden {
  display: none!important;
}

.section-search-header {
  position: absolute;
  top: 0;
  height: 192px;
  width: 100%;
  background: #6E645D;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .section-search-header input[type=search].form-control {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  border: none;
  text-transform: none;
  outline: none;
}

.main-header .section-search-header input[type=search].form-control::placeholder {
  color: var(--White, #FFF);
}

.main-header .section-search-header input[type=search].form-control:focus {
  border: none;
  box-shadow: none;
}


.section-search-header form {
  width: 80%;
}

.close-search img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.section-search-header-sp {
  position: fixed;
  top: 64px;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #6E645D;
  height: 104px;
}

.section-search-header-sp form {
  display: flex;
  min-width: 250px;
  min-height: 48px;
  justify-content: flex-end;
  align-items: center;
}


@media screen and (min-width: 768px) {
  .close-search-sp,
  .nav-bar-sp,
  .navbar-toggler.button-menu {
    display: none;
  }
}


/* Main navigate */
.main-navi {
  background: #1F1A18;
}

.main-navi ul {
  margin: 0;
}

.main-navi ul li {
  margin: 0 15px;
  padding: 10px 0;
}

.main-navi ul li a {
  color: #D0C8BE;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


.banner-child,
.main-header form {
  display: -webkit-box;
  display: -ms-flexbox
}
#surveys .inline,
.cd-top,
.main-header .logo,
.main-header .logo a,
.main-navi ul li,
.main-navi ul li a {
  display: inline-block
}

.main-header {
  padding: 30px 0;
}

.main-header .logo {
  max-width: 355px;
}

.main-header .logo a img {
  width: 100%;
}

.main-header .top-header a {
  display: block;
}

/* .main-header .top-header a img {
    width: 40px;
    display: block
} */

.main-header form {
  display: flex;
  min-width: 250px;
  min-height: 48px;
  justify-content: flex-end;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .main-navi .block.block-menu {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 30px 0;
  }
  .lang-location .lang-location-item a {
    padding: 2px 0 2px 0;
  }
  #lang-mobile ul.lang-location:hover li.lang-location-item.is-active {
    padding-left: 0;
  }
}

@media only screen and (max-width:767px) {
  .close-search {
    display: none;
  }

  .main-header{
    background: #302b29;
    width: 100%
  }
  .main-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    z-index: 99;
    border-bottom: 1px solid #5E5E5E;
  }
  .main-header .logo {
    top: 50%
  }

  .main-header > .container {
    height: 66px;
    display: none;
  }

  .main-header .btn-location-mobile {
    display: block;
    margin: 13px 0 0
  }
  .main-header .logo a img {
    width: 186px;
    height: 26px;
  }

  .section-search-header {
    top: 64px;
  }

  .main-header .section-search-header input[type=search].form-control {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .close-search-sp {
    display: flex;
    align-items: center;
  }

  .close-search-sp img,
  .section-search-header button img {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .top-header.left-header {
    width: 55%;
    align-items: center;
  }

  .main-header form {
    min-width: 150px;
  }

  .main-header .logo {
    width: 250px;
    flex-shrink: 0;
  }

  .main-header input[type=search].form-control {
    width: 150px;
  }

  .top-header .lang-location {
    right: 25%;
  }
}

/* .main-header .lang-location .lang-location-item.ko {
    display: none !important
} */
