/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
html {
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, span {
  line-height: 1;
}

p, span {
  margin: 0 !important;
  font-weight: normal;
  line-height: 1;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table tr:nth-child(even) {
  background: none !important;
}

.sliderclass.kt_desktop_slider.clearfix.home-sliderclass {
  display: none;
}

#kad-mobile-banner #mobile-logo.kad-mobile-logo-left a {
  padding: 5px 0;
}

#kad-mobile-banner #mobile-logo a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mobile-header-container .kt-mobile-header-toggle button {
  padding: 0;
}

img.ascend-logo {
  max-height: 60px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

img.ascend-mobile-logo {
  max-height: 35px !important;
  margin-bottom: 3px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.kt-header-position-above .kad-logo-used {
  padding-top: 40px;
}

.kad-mobile-site-title {
  color: transparent !important;
}

.kad-site-tagline {
  color: #fff !important;
}

.kad-mobile-site-tagline {
  color: #fff !important;
}

.kad-header-menu-inner.container {
  max-width: 1000px !important;
  padding: 0;
  position: relative;
}

.kad-center-header.kt-header-flex-item.header-logo-width {
  width: auto;
  position: absolute;
  top: 0;
}

.kad-mobile-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.brand.logofont {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.kad-center-header.kt-header-flex-item {
  height: 100%;
}

.kad-right-header.kt-header-flex-item {
  width: 45% !important;
  height: 100%;
}

nav.nav-main.clearfix {
  height: 100%;
}

nav.nav-main.clearfix ul {
  height: 34px;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  position: relative;
}

nav.nav-main.clearfix ul::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #be272c;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

nav.nav-main.clearfix ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

nav.nav-main.clearfix ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

nav.nav-main.clearfix ul li:hover::before {
  background: rgba(51, 51, 51, 0.4);
}

nav.nav-main.clearfix ul li a {
  color: #fff !important;
  line-height: 1;
  height: 100%;
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

nav.nav-main.clearfix ul li a:hover {
  color: #fff !important;
}

nav.nav-main.clearfix ul li a::before {
  content: "";
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

nav.nav-main.clearfix ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header_contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  justify-items: center;
}

.header_contact h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.header_contact .tel {
  text-align: center;
}

.header_contact .tel a {
  padding: 0;
}

.header_contact .tel a h5 {
  color: #be272c;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.header_contact .tel a h5:hover {
  opacity: 0.7;
}

.header_contact .tel a h5 i {
  margin-right: 3px;
}

.header_contact .tel span {
  font-size: 1.2rem;
}

.header_contact .mail {
  color: #be272c;
  font-size: 1.3rem;
  padding: 10px;
  border: 1px solid #be272c;
  border-radius: 5px;
  line-height: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.header_contact .mail:hover {
  opacity: 0.7;
}

.header_contact .mail a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header_contact .mail i {
  margin-right: 3px;
}

.header_contact--sp {
  text-align: center;
  padding: 0 3%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 2px;
  justify-items: center;
  position: fixed;
  right: 0;
  top: 2px;
  z-index: 1001;
}

@media screen and (min-width: 1025px) {
  .header_contact--sp {
    display: none;
  }
}

.header_contact--sp h5 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.header_contact--sp h5 span {
  font-weight: bold;
  display: block;
}

.header_contact--sp .tel, .header_contact--sp .mail {
  color: #be272c;
  font-size: 1.8rem;
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 5px;
  position: relative;
}

.header_contact--sp .tel a, .header_contact--sp .mail a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header_contact--sp .tel {
  -ms-grid-column-align: right;
      justify-self: right;
}

.header_contact--sp .mail {
  -ms-grid-column-align: left;
      justify-self: left;
}

button.mobile-navigation-toggle.kt-sldr-pop-modal {
  height: 35px;
  padding: 0 7px 2px;
  border: 1px solid #be272c;
}

.kad-mobile-logo-center {
  padding: 0 65px;
}

.kt-mnt {
  width: 25px;
  height: 16px;
}

.kt-mnt span {
  height: 3px;
  background: #be272c !important;
  border-radius: 3px;
}

.kt-mnt span:nth-child(2) {
  top: 8px;
}

.kt-mnt span:nth-child(3) {
  top: 16px;
}

.sldr-close-container {
  width: 34px;
}

.sldr-close {
  width: 100% !important;
  height: 34px !important;
  background: #fff !important;
  border: 1px solid #be272c;
}

.sldr-close span {
  width: 90% !important;
  height: 3px !important;
  background: #be272c !important;
  left: 2px !important;
}

.sldr-close span:nth-child(1), .sldr-close span:nth-child(3) {
  top: 14px !important;
}

.kad-header-menu-outer {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  background: #fff !important;
}

.mobile-headerclass {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  background: #fff !important;
}

.mfp-slide .mag-pop-sldr {
  background: #be272c;
}

.kad-mobile-nav li a {
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
}

.kad-mobile-nav li a::before {
  content: "";
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  display: inline-block;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: none;
}

.flatpickr-current-month input.cur-year {
  text-align: center;
  padding: 0 !important;
}

.numInputWrapper:hover {
  background: none !important;
}

.numInputWrapper span {
  width: 20px !important;
  height: 100% !important;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
  right: auto !important;
  top: 50% !important;
}

.numInputWrapper span:hover {
  background: none !important;
}

.numInputWrapper span.arrowUp {
  right: -10px !important;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.numInputWrapper span.arrowUp:after {
  border-top: 6px solid transparent !important;
  border-right: none !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid rgba(0, 0, 0, 0.9) !important;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.numInputWrapper span.arrowDown {
  left: -10px !important;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.numInputWrapper span.arrowDown:after {
  border-top: 6px solid transparent !important;
  border-right: 6px solid rgba(0, 0, 0, 0.9) !important;
  border-bottom: 6px solid transparent !important;
  border-left: none !important;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h3.contents_title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}

@media screen and (min-width: 1025px) {
  h3.contents_title {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

h3.contents_title i {
  color: #be272c;
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  .item-slider {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.item-slider .item {
  padding: 15px;
  margin: 3px 5px;
  border: 1px solid #cccccc;
}

.item-slider .item .img {
  position: relative;
}

.item-slider .item .img::before {
  content: "";
  padding-top: 60%;
  display: block;
}

@media screen and (min-width: 1025px) {
  .item-slider .item .img::before {
    padding-top: 65%;
  }
}

.item-slider .item .img a:hover {
  opacity: 0.7;
}

.item-slider .item .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.item-slider .item h5 {
  text-align: center;
  margin: 10px 0;
}

.item-slider .item h5 a {
  color: #e94457;
  font-weight: bold;
}

.item-slider .item h5 a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .item-slider .item h5 a {
    font-size: 2rem;
  }
}

.item-slider .item span.area {
  font-size: 1.4rem;
  margin-bottom: 15px !important;
  display: block;
  text-align: center;
}

.item-slider .item dl {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-slider .item dl:last-child {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1025px) {
  .item-slider .item dl {
    padding: 15px 0;
  }
}

.item-slider .item dl dt, .item-slider .item dl dd {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .item-slider .item dl dt, .item-slider .item dl dd {
    font-size: 1.6rem;
  }
}

.item-slider .item dl dd {
  margin: 0;
}

.item-slider .item dl dd span.red {
  color: #be272c;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .item-slider .item dl dd span.red {
    font-size: 1.8rem;
  }
}

.item-slider .slick-prev, .item-slider .slick-next {
  font-size: 2.4rem;
  position: absolute;
  left: 50%;
  bottom: -45px;
}

@media screen and (min-width: 600px) {
  .item-slider .slick-prev, .item-slider .slick-next {
    bottom: -50px;
  }
}

@media screen and (min-width: 1025px) {
  .item-slider .slick-prev, .item-slider .slick-next {
    color: #fff;
    font-size: 2.8rem;
    width: 27px;
    height: 27px;
    background: #666;
    border-radius: 20px;
    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;
    bottom: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .item-slider .slick-prev {
    padding: 0 2px 2px 0px;
  }
}

@media screen and (min-width: 1025px) {
  .item-slider .slick-next {
    padding: 0 0 2px 2px;
  }
}

.item-slider .slick-dots {
  width: auto;
  left: 50%;
  bottom: -42px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 600px) {
  .item-slider .slick-dots {
    bottom: -47px;
  }
}

@media screen and (min-width: 1025px) {
  .item-slider .slick-dots {
    bottom: -45px;
  }
}

@media screen and (min-width: 1025px) {
  .item-slider .slick-dots li {
    margin: 0 5px;
  }
}

form.search_form {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

@media screen and (min-width: 600px) {
  form.search_form {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media screen and (min-width: 1025px) {
  form.search_form {
    gap: 15px clamp(20px, 5vw, 70px);
  }
}

@media screen and (min-width: 1025px) {
  form.search_form .price, form.search_form .date, form.search_form .system, form.search_form .place {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 140px 1fr;
        grid-template-columns: 140px 1fr;
  }
}

form.search_form .price_box, form.search_form .date_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

form.search_form .price_box select {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1;
  height: auto;
  padding: 8px 18px 8px 8px;
}

@media screen and (min-width: 1025px) {
  form.search_form .price_box select {
    font-size: 1.6rem;
  }
}

form.search_form .date_box input {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 1025px) {
  form.search_form .date_box input {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  form.search_form .system {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

form.search_form .system .system_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(0px, 40%, 150px) auto;
      grid-template-columns: clamp(0px, 40%, 150px) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

form.search_form .system .system_box select {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1;
  height: auto;
  padding: 8px;
}

@media screen and (min-width: 600px) {
  form.search_form .system .system_box select {
    width: 140px;
  }
}

@media screen and (min-width: 1025px) {
  form.search_form .system .system_box select {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  form.search_form .place {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 1025px) {
  form.search_form .place .place_box {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

form.search_form .place .place_box label {
  margin: 0 10px 5px 0;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  form.search_form .place .place_box label {
    margin: 0 15px 0 0;
  }
}

form.search_form .place .place_box label span {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  form.search_form .place .place_box label span {
    font-size: 1.6rem;
  }
}

form.search_form .my_button {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
}

@media screen and (min-width: 600px) {
  form.search_form .my_button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

form.search_form .my_button .box {
  width: 80%;
  max-width: 230px;
  margin: 0 auto;
  border-radius: 5px;
  background: #be272c;
}

@media screen and (min-width: 1025px) {
  form.search_form .my_button .box {
    max-width: 280px;
    border-radius: 10px;
  }
}

form.search_form .my_button .box:hover {
  opacity: 0.7;
}

form.search_form .my_button .box i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 35px), -50%);
          transform: translate(calc(-50% - 35px), -50%);
}

@media screen and (min-width: 1025px) {
  form.search_form .my_button .box i {
    font-size: 1.8rem;
    -webkit-transform: translate(calc(-50% - 40px), -50%);
            transform: translate(calc(-50% - 40px), -50%);
  }
}

form.search_form .my_button .box input.search {
  width: 100%;
  padding: 8px 0 8px 20px;
  background: none;
  position: relative;
}

@media screen and (min-width: 1025px) {
  form.search_form .my_button .box input.search {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 12px 0 12px 25px;
  }
}

form.search_form .my_button .box input.search:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top_hero {
  padding: 20px 15px;
  margin-top: 90px;
  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;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_hero {
    padding: clamp(40px, 6%, 60px) 15px;
  }
}

@media screen and (min-width: 1025px) {
  .top_hero {
    padding: clamp(100px, 10%, 140px) 15px;
    margin-top: 120px;
  }
}

.hero_img {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: hero_img 16s 0s infinite;
          animation: hero_img 16s 0s infinite;
  z-index: 10;
}

.hero_img.img1 {
  background-image: url(https://s1batadb.hstk.xyz/wp-content/uploads/2020/12/top_hero1.jpg);
}

.hero_img.img2 {
  background-image: url(https://s1batadb.hstk.xyz/wp-content/uploads/2020/12/top_hero2.jpg);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes hero_img {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hero_img {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.top_hero--form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20;
}

@media screen and (min-width: 600px) {
  .top_hero--form {
    max-width: 750px;
    padding: 25px clamp(15px, 10%, 30px);
  }
}

@media screen and (min-width: 1025px) {
  .top_hero--form {
    width: 95%;
    max-width: 1000px;
    padding: 30px;
  }
}

h5.search_title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  h5.search_title {
    font-size: 1.8rem;
  }
}

.top_new {
  margin: 50px 0 100px;
}

@media screen and (min-width: 600px) {
  .top_new {
    margin: 70px 0 120px;
  }
}

@media screen and (min-width: 600px) {
  .top_new h3.contents_title {
    margin: 0 0 25px;
  }
}

.top_new--box .slick-prev {
  -webkit-transform: translate(calc(-50% - 75px), 0);
          transform: translate(calc(-50% - 75px), 0);
}

@media screen and (min-width: 1025px) {
  .top_new--box .slick-prev {
    left: -40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_new--box .slick-next {
  -webkit-transform: translate(calc(-50% + 75px), 0);
          transform: translate(calc(-50% + 75px), 0);
}

@media screen and (min-width: 1025px) {
  .top_new--box .slick-next {
    left: auto;
    right: -40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_pop {
  margin: 0 0 70px;
}

@media screen and (min-width: 600px) {
  .top_pop {
    margin: 0 0 80px;
  }
}

@media screen and (min-width: 600px) {
  .top_pop h3.contents_title {
    margin: 0 0 25px;
  }
}

.top_pop--box .slick-prev {
  -webkit-transform: translate(calc(-50% - 55px), 0);
          transform: translate(calc(-50% - 55px), 0);
}

@media screen and (min-width: 1025px) {
  .top_pop--box .slick-prev {
    left: -40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_pop--box .slick-next {
  -webkit-transform: translate(calc(-50% + 55px), 0);
          transform: translate(calc(-50% + 55px), 0);
}

@media screen and (min-width: 1025px) {
  .top_pop--box .slick-next {
    left: auto;
    right: -40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.kt_bc_nomargin {
  display: none;
}

.page_top .header {
  height: 110px;
  background: url(https://s1batadb.hstk.xyz/wp-content/uploads/2020/12/title_bk.png);
  background-size: cover;
  background-position: center;
  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;
}

@media screen and (min-width: 1025px) {
  .page_top .header {
    height: 120px;
  }
}

.page_top .header h1 {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 10px 0;
}

@media screen and (min-width: 600px) {
  .page_top .header h1 {
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
}

@media screen and (min-width: 1025px) {
  .page_top .header h1 {
    font-size: 3.2rem;
    letter-spacing: 5px;
  }
}

.page_top .breadcrumb {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 10px auto 0;
}

@media screen and (min-width: 600px) {
  .page_top .breadcrumb {
    max-width: 750px;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_top .breadcrumb {
    width: 95%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}

.page_top .breadcrumb span.home i {
  color: #be272c;
  font-size: 1.4rem;
  margin-right: 5px;
}

.page_top .breadcrumb span.home a {
  color: #e94457;
  font-size: 1.4rem;
}

.page_top .breadcrumb span.home a:hover {
  text-decoration: underline;
}

.page_top .breadcrumb span.list {
  margin-left: 3px !important;
  display: inline-block;
}

.page_top .breadcrumb span.list::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #be272c;
  display: inline-block;
}

.page_top .breadcrumb span.list a {
  color: #be272c;
  font-size: 1.4rem;
}

.page_top .breadcrumb span.list a:hover {
  text-decoration: underline;
}

.page_top .breadcrumb span.here {
  font-size: 1.4rem;
  margin-left: 3px !important;
  display: inline-block;
}

.page_top .breadcrumb span.here::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #be272c;
  display: inline-block;
}

.pagenation {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .pagenation {
    max-width: 750px;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 1025px) {
  .pagenation {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.pagenation span, .pagenation a {
  padding: 5px;
  border: 1px solid #333;
}

.pagenation a {
  color: #be272c;
}

@media screen and (min-width: 1025px) {
  .search_page {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 230px;
        grid-template-columns: 1fr 230px;
    gap: clamp(0px, 2vw, 55px);
  }
}

.search_page--form {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 15px auto;
  padding: 25px 15px;
  background: #fdf7f8;
  z-index: 20;
}

@media screen and (min-width: 600px) {
  .search_page--form {
    max-width: 750px;
    padding: 25px clamp(15px, 10%, 30px);
    margin: 25px auto 20px;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--form {
    width: 100%;
    max-width: none;
    padding: 30px;
    margin: 0;
  }
}

.search_page--form h3.contents_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5cdce;
}

@media screen and (min-width: 1025px) {
  .search_page--form form.search_form {
    gap: 15px 10px;
    -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--form form.search_form h5.search_title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--form form.search_form .price, .search_page--form form.search_form .date, .search_page--form form.search_form .system, .search_page--form form.search_form .place {
    -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
  }
}

.search_page--form form.search_form .price_box, .search_page--form form.search_form .date_box {
  gap: 3px;
}

.search_page--content {
  width: 100%;
  padding: 10px 0 20px;
}

@media screen and (min-width: 1025px) {
  .search_page--content {
    padding: 30px 0;
  }
}

.search_page--content .box {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .search_page--content .box {
    max-width: 750px;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--content .box {
    width: 100%;
    max-width: none;
  }
}

.search_page--content .box p {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .search_page--content .box p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.search_page--content .box h5 {
  font-size: 1.6rem;
  font-weight: bold !important;
  margin: 10px 0 0;
}

@media screen and (min-width: 600px) {
  .search_page--content .box h5 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--content .box h5 {
    font-size: 2rem;
    margin: 15px 0 0;
  }
}

.search_page--content .box h5 span.red {
  color: #be272c;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .search_page--content .box h5 span.red {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .search_page--content .box h5 span.red {
    font-size: 2.4rem;
  }
}

.search_page--items {
  padding: 0 15px;
}

@media screen and (min-width: 1025px) {
  .search_page--items {
    padding: 0;
  }
}

.search_page--items .item {
  max-width: 450px;
  padding: 20px 15px;
  margin: 0 auto 20px;
  border: 2px solid #f5cdce;
  position: relative;
}

.search_page--items .item.popularity {
  background: #fff9ec;
}

@media screen and (min-width: 600px) {
  .search_page--items .item {
    max-width: 750px;
    padding: 25px 15px;
    margin: 0 auto 30px;
  }
}

.search_page--items .item .pop_tag {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 5px;
  background: #F9777A;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .pop_tag {
    font-size: 1.4rem;
    line-height: 32px;
    height: 32px;
    padding: 0 7px 0 5px;
  }
}

.search_page--items .item .pop_tag::after {
  content: '';
  border-width: 13px 13px;
  border-style: solid;
  border-color: #F9777A;
  border-right-color: transparent;
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .pop_tag::after {
    border-width: 16px 16px;
  }
}

.search_page--items .item .header {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  gap: 0 10px;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .header {
    gap: 0 clamp(0px, 5%, 50px);
  }
}

.search_page--items .item .header .img {
  position: relative;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.search_page--items .item .header .img::before {
  content: "";
  padding-top: 70%;
  display: block;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .header .img::before {
    padding-top: clamp(0px, 70%, 150px);
  }
}

.search_page--items .item .header .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.search_page--items .item .header .img a img:hover {
  opacity: 0.7;
}

.search_page--items .item .header .title h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px;
}

.search_page--items .item .header .title h3 a {
  color: #e94457;
}

.search_page--items .item .header .title h3 a:hover {
  text-decoration: underline;
}

.search_page--items .item .header .title span.area {
  font-size: 1.4rem;
}

.search_page--items .item .header .title span.introduction {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 7px !important;
  display: block;
}

.search_page--items .item .item_dl {
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .item_dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.search_page--items .item .item_dl dl {
  margin: 0;
  border-top: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .item_dl dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 1fr;
        grid-template-columns: 110px 1fr;
  }
}

.search_page--items .item .item_dl dl dt {
  font-size: 1.4rem;
  padding: 7px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #e7e7e7;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .item_dl dl dt {
    border-bottom: none;
  }
}

.search_page--items .item .item_dl dl dd {
  font-size: 1.4rem;
  padding: 7px 10px;
  margin: 0;
  background: #fff;
}

.search_page--items .item .item_dl dl dd.price {
  font-weight: bold;
}

.search_page--items .item .item_dl dl dd span.red {
  color: #be272c;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}

.search_page--items .item .my_button {
  text-align: center;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .my_button {
    margin-top: 25px;
    gap: clamp(20px, 3%, 40px);
  }
}

.search_page--items .item .my_button .button1, .search_page--items .item .my_button .button2 {
  padding: 12px 0;
  border-radius: 5px;
  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;
  position: relative;
}

.search_page--items .item .my_button .button1:hover, .search_page--items .item .my_button .button2:hover {
  opacity: 0.7;
}

.search_page--items .item .my_button .button1 a, .search_page--items .item .my_button .button2 a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.search_page--items .item .my_button .button1 i, .search_page--items .item .my_button .button2 i {
  color: #fff;
  font-size: 1.7rem;
  margin-right: 5px;
}

.search_page--items .item .my_button .button1 span, .search_page--items .item .my_button .button2 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .my_button .button1 span.sp, .search_page--items .item .my_button .button2 span.sp {
    display: none;
  }
}

.search_page--items .item .my_button .button1 span.tb, .search_page--items .item .my_button .button2 span.tb {
  display: none;
}

@media screen and (min-width: 600px) {
  .search_page--items .item .my_button .button1 span.tb, .search_page--items .item .my_button .button2 span.tb {
    display: block;
  }
}

.search_page--items .item .my_button .button1 {
  background: #557AA4;
}

.search_page--items .item .my_button .button2 {
  background: #F9777A;
}

.search_sidebar {
  display: none;
}

@media screen and (min-width: 1025px) {
  .search_sidebar {
    display: block;
  }
}

.search_sidebar h3 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  margin: 0;
  background: #be272c;
}

.search_sidebar .conditions {
  padding: 10px 0 10px 15px;
  border: 1px solid #d7d7d7;
}

.search_sidebar .conditions h5 {
  font-weight: bold;
}

.search_sidebar .conditions ul {
  padding: 0 0 0 25px;
  margin-bottom: 20px;
  list-style: none;
}

.search_sidebar .conditions ul li {
  margin: 5px 0;
  position: relative;
}

.search_sidebar .conditions ul li::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #be272c;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.search_sidebar .conditions ul li a:hover {
  color: #be272c;
  text-decoration: underline;
}

.search_sidebar .conditions ul li span.noitem {
  color: #ccc;
}

#content.single_product {
  width: 100%;
  padding: 0;
}

.row.single-staff {
  margin: 0;
}

.single_staff .main.col-md-12.kt-nosidebar {
  display: none;
}

.single_product .main.col-md-12.kt-nosidebar {
  display: none;
}

.single-footer {
  display: none;
}

.property_details {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 30px auto 10px;
}

@media screen and (min-width: 600px) {
  .property_details {
    max-width: 750px;
  }
}

@media screen and (min-width: 1025px) {
  .property_details {
    margin: 0 auto 50px;
  }
}

.property_details h3.contents_title {
  text-align: left;
  padding-bottom: 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .property_details h3.contents_title {
    margin: 0 0 35px;
  }
}

.property_details h5 {
  font-size: 2rem;
  margin: 40px 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f5cdce));
  background: linear-gradient(transparent 70%, #f5cdce 70%);
}

.property_details .item_dl {
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .property_details .item_dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.property_details .item_dl dl {
  margin: 0;
  border-top: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .property_details .item_dl dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
  }
}

.property_details .item_dl dl dt {
  font-size: 1.4rem;
  padding: 7px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .property_details .item_dl dl dt {
    border-bottom: none;
  }
}

@media screen and (min-width: 1025px) {
  .property_details .item_dl dl dt {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.property_details .item_dl dl dd {
  font-size: 1.4rem;
  padding: 7px 10px;
  margin: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .property_details .item_dl dl dd {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.property_details .item_dl dl dd.price {
  font-weight: bold;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.property_details .item_dl dl dd span.red {
  color: #be272c;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .property_details .item_dl dl dd span.red {
    font-size: 2.4rem;
  }
}

.property_details .img_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 15px 5px;
}

@media screen and (min-width: 1025px) {
  .property_details .img_box {
    gap: 20px 10px;
  }
}

.property_details .img_box a {
  position: relative;
}

.property_details .img_box a::before {
  content: "";
  padding-top: 70%;
  display: block;
}

.property_details .img_box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.property_details .img_box span {
  font-size: 1.4rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
}

.property_details .my_button {
  text-align: center;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (min-width: 600px) {
  .property_details .my_button {
    margin-top: 40px;
    gap: clamp(0px, 3vw, 35px);
  }
}

@media screen and (min-width: 1025px) {
  .property_details .my_button {
    margin-top: 60px;
  }
}

.property_details .my_button .button1, .property_details .my_button .button2 {
  padding: 12px 0;
  border-radius: 5px;
  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;
  position: relative;
}

@media screen and (min-width: 600px) {
  .property_details .my_button .button1, .property_details .my_button .button2 {
    padding: 14px 0;
  }
}

.property_details .my_button .button1:hover, .property_details .my_button .button2:hover {
  opacity: 0.7;
}

.property_details .my_button .button1 a, .property_details .my_button .button2 a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.property_details .my_button .button1 i, .property_details .my_button .button2 i {
  color: #fff;
  font-size: 1.7rem;
  margin-right: 5px;
}

.property_details .my_button .button1 span, .property_details .my_button .button2 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.property_details .my_button .button1 span.tel, .property_details .my_button .button2 span.tel {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 600px) {
  .property_details .my_button .button1 span.sp, .property_details .my_button .button2 span.sp {
    display: none;
  }
}

.property_details .my_button .button1 span.tb, .property_details .my_button .button2 span.tb {
  display: none;
}

@media screen and (min-width: 600px) {
  .property_details .my_button .button1 span.tb, .property_details .my_button .button2 span.tb {
    display: block;
  }
}

.property_details .my_button .button1 {
  background: #557AA4;
}

.property_details .my_button .button2 {
  background: #F9777A;
}

.company_contents {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 20px auto 10px;
}

@media screen and (min-width: 600px) {
  .company_contents {
    max-width: 750px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 1025px) {
  .company_contents {
    width: 95%;
    max-width: 1000px;
    margin: 40px auto 50px;
  }
}

.company_contents h5 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  margin: 0 0 25px;
  background: #be272c;
}

@media screen and (min-width: 1025px) {
  .company_contents h5 {
    font-size: 2rem;
    padding: 12px 0;
  }
}

.company_contents .company_dl {
  border: 1px solid #eaeaea;
}

.company_contents .company_dl dl {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(0px, 30%, 200px) 1fr;
      grid-template-columns: clamp(0px, 30%, 200px) 1fr;
}

@media screen and (min-width: 600px) {
  .company_contents .company_dl dl {
    -ms-grid-columns: clamp(0px, 30%, 200px) 1fr;
        grid-template-columns: clamp(0px, 30%, 200px) 1fr;
  }
}

.company_contents .company_dl dl dt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 0;
  background: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (min-width: 600px) {
  .company_contents .company_dl dl dt {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1025px) {
  .company_contents .company_dl dl dt {
    font-size: 1.6rem;
    padding: 25px 0;
  }
}

.company_contents .company_dl dl dd {
  font-size: 1.4rem;
  padding: 15px 0 15px 10px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (min-width: 600px) {
  .company_contents .company_dl dl dd {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .company_contents .company_dl dl dd {
    font-size: 1.6rem;
    padding: 25px 0 25px 30px;
  }
}

.company_contents .company_dl dl dd a {
  text-decoration: underline;
}

.company_contents .company_dl dl dd a:hover {
  color: #be272c;
}

.contact_text {
  width: calc(100% - 30px);
  margin: 20px auto;
}

@media screen and (min-width: 600px) {
  .contact_text {
    max-width: 750px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 1025px) {
  .contact_text {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto 40px;
  }
}

.contact_text p {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .contact_text p {
    font-size: 1.6rem;
  }
}

.contact_text p a {
  color: #e94457;
  border-bottom: none !important;
  -webkit-transition: auto !important;
  transition: auto !important;
}

.contact_text p a:hover {
  text-decoration: underline;
}

.contact_form {
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .contact_form {
    max-width: 750px;
  }
}

@media screen and (min-width: 1025px) {
  .contact_form {
    width: 95%;
    max-width: 1000px;
  }
}

.contact_form dl {
  border-top: 1px solid #d7d7d7;
}

@media screen and (min-width: 600px) {
  .contact_form dl {
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #d7d7d7;
  }
}

@media screen and (min-width: 600px) {
  .contact_form dl:first-child {
    border-top: 1px solid #d7d7d7;
  }
}

@media screen and (min-width: 600px) {
  .contact_form dl label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact_form dl label dt {
  font-size: 1.4rem;
  padding: 5px 10px;
  margin: 0 auto;
  background: #e7e7e7;
}

@media screen and (min-width: 600px) {
  .contact_form dl label dt {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .contact_form dl label dt {
    font-size: 1.6rem;
    padding: 15px;
  }
}

.contact_form dl label dt span.must {
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 4px;
  margin-left: 5px !important;
  background: #be272c;
}

.contact_form dl label dd {
  padding: 10px;
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

@media screen and (min-width: 600px) {
  .contact_form dl label dd {
    width: 70%;
    border: none;
  }
}

@media screen and (min-width: 1025px) {
  .contact_form dl label dd {
    padding: 15px;
  }
}

.contact_form dl label dd input, .contact_form dl label dd select, .contact_form dl label dd textarea {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .contact_form dl label dd input, .contact_form dl label dd select, .contact_form dl label dd textarea {
    font-size: 1.6rem;
  }
}

.contact_form dl label dd select {
  background: rgba(0, 0, 0, 0.07) url(https://s1batadb.hstk.xyz/wp-content/uploads/2020/12/select_arrow.svg) no-repeat 97% 50%;
  border: none;
  background-size: 13px auto;
  border: none;
}

.contact_form dl label dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_form dl label dd label span {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .contact_form dl label dd label span {
    font-size: 1.6rem;
  }
}

.contact_form dl label dd label span.wpcf7-list-item-label {
  margin: 10px 15px 10px 5px !important;
}

.contact_form .my_button {
  text-align: center;
  margin: 25px 0 0;
}

@media screen and (min-width: 600px) {
  .contact_form .my_button {
    margin: 40px 0 10px;
  }
}

@media screen and (min-width: 1025px) {
  .contact_form .my_button {
    margin: 50px 0 20px;
  }
}

.contact_form .my_button input {
  width: 80%;
  max-width: 320px;
  border-radius: 10px;
  background: #be272c;
}

@media screen and (min-width: 600px) {
  .contact_form .my_button input {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1025px) {
  .contact_form .my_button input {
    font-size: 1.8rem;
    padding: 12px 0;
  }
}

.contact_form .my_button input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.contact_form .my_button .ajax-loader {
  display: none;
}

@media screen and (min-width: 600px) {
  span.wpcf7-form-control-wrap.customer {
    padding-left: 10px;
  }
}

@media screen and (min-width: 600px) {
  span.wpcf7-form-control-wrap.contents {
    padding-left: 10px;
  }
}

span.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-response-output {
  display: none !important;
}

.p-contact_product {
  width: calc(100% - 30px);
  max-width: 450px;
  margin: 20px auto 0;
  border: 2px solid #f5cdce;
}

@media screen and (min-width: 600px) {
  .p-contact_product {
    max-width: 750px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-contact_product {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto 0;
  }
}

.p-contact_product dl {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(90px, 25%, 200px) 1fr;
      grid-template-columns: clamp(90px, 25%, 200px) 1fr;
}

.p-contact_product dl.name {
  border-bottom: 1px solid #f5cdce;
}

.p-contact_product dl dt, .p-contact_product dl dd {
  font-size: 1.4rem;
  padding: 10px;
}

@media screen and (min-width: 1025px) {
  .p-contact_product dl dt, .p-contact_product dl dd {
    font-size: 1.6rem;
    padding: 15px;
  }
}

.p-contact_product dl dt {
  background: #fdf7f8;
}

.p-contact_product dl dd {
  margin: 0;
}

.contact-hide {
  display: none;
}

footer#containerfooter .container {
  width: 100%;
}

.footercol1 {
  padding: 20px 15px 5px;
  background: #be272c;
}

@media screen and (min-width: 1025px) {
  .footercol1 {
    padding: 30px 0 10px;
  }
}

.footerbase {
  margin: 0;
}

.my_credits {
  line-height: 1.4;
}

.my_credits small {
  letter-spacing: 1px;
}

.my_credits small span.block {
  display: inline-block;
}

.my_credits p {
  margin: 15px 0 !important;
}

.my_footer {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .my_footer {
    max-width: 500px;
  }
}

.my_footer ul {
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 5px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

@media screen and (min-width: 600px) {
  .my_footer ul {
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
  }
}

.my_footer ul li {
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my_footer ul li::before {
  content: "";
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  display: inline-block;
}

.my_footer ul li a:hover {
  text-decoration: underline;
}

#topcontrol .to_the_top {
  border: 1px solid #be272c;
  background: #ffffff;
  border-radius: 50px;
}

#topcontrol .to_the_top > div:before {
  color: #be272c;
}
