@charset "UTF-8";
main {
  position: relative;
}

.oreo-logo {
  position: absolute;
  width: 13%;
  left: 4.5%;
  bottom: 0;
}

/* ------------------------------------------
  mv
------------------------------------------ */

.mv-container {
  position: relative;
}

.mv-txt-inner {
  position: absolute;
  position: absolute;
  left: 12.5%;
  top: 30%;

}

.mv-ttl {
  font-size: 3.2vw;
  letter-spacing: 0.24em;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 20px;
    text-shadow:0 0 15px #fff;
}

.mv-txt {
  font-size: 1.1vw;
  font-weight: normal;
  line-height: 2.1;
}

.mv-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv-txt-inner {
    left: 5%;
  }

  .mv-ttl {
    font-size: 7vw;
    letter-spacing: 0.24em;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .mv-txt {
    font-size: 3vw;
    font-weight: normal;
    line-height: 2.3;
  }
}

/* ------------------------------------------
  mv
------------------------------------------ */
.lead {
  background: #f7f7f7;
  padding: 60px 0;
}

.lead-container {
  width: 72%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lead-item:nth-child(1) {
  width: 40.6%;
  margin-right: 57px;
}

.lead-item:nth-child(2) {
  width: 50.8%;
}

.lead-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 37px;
  line-height: 1.5;
}

.lead-txt {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

.lead-txt:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .lead-container {
    display: block;
  }

  .lead-item:nth-child(1) {
    display: none;
  }

  .lead-item:nth-child(2) {
    width: 100%;
  }
}

/* ------------------------------------------
  concept
------------------------------------------ */
.concept {
  padding: 45px 0;
}

.concept-conteiner {
  width: 72%;
  margin: 0 auto;
}

.concept-ttl{
  margin-bottom: 40px !important;
}

.concept .section-sub-ttl {
  margin-bottom: 53px;
}

.concept-item {
  display: flex;
  align-items: center;
}

.concept-item:not(:last-child) {
  margin-bottom: 30px;
}

.concept-item:nth-child(odd) .concept-item-inner:nth-child(1) {
  width: 50%;
  margin-right: 36px;
}

.concept-item:nth-child(odd) .concept-item-inner:nth-child(2) {
  width: 40%;
}

.concept-item:nth-child(even) .concept-item-inner:nth-child(1) {
  width: 40%;
  margin-right: 36px;
}

.concept-item:nth-child(even) .concept-item-inner:nth-child(2) {
  width: 50%;
}

.concept-item-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 23px;
  font-weight: normal;
}

.concept-item-txt {
  font-size: 11px;
  line-height: 2.27;
}

@media screen and (max-width: 767px) {
  .concept-item {
    flex-direction: column;
  }

  .concept-conteiner {
    width: 85%;
  }

  .concept-item-ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .concept .section-sub-ttl {
    margin-bottom: 30px;
  }

  .concept-item-txt {
    line-height: 1.8;
  }

  .concept-item:nth-child(even) .concept-item-inner:nth-child(1) {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .concept-item:nth-child(even) .concept-item-inner:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }

  .concept-item:nth-child(odd) .concept-item-inner:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .concept-item:nth-child(odd) .concept-item-inner:nth-child(2) {
    width: 100%;
  }

  .concept-item-inner img {
    width: 100%;
    display: block;
  }
}

/* ------------------------------------------
  slide
------------------------------------------ */
.slide {
  padding: 50px 0 30px;
  background: #f7f7f7;
}

.slide-item {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  margin-bottom: 20px;
}

/* .slick-dots li button {
  color: #fff;
  border: 1px solid #f7f7f7;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 10px;
} */

.slick-dots li button {
  color: #fff !important;
}

.slick-dots li button:before {
  color: #d6d6d6;
  font-size: 13px;
}

.slick-dots li.slick-active button:before {
  color: #d6d6d6;
}

/* ------------------------------------------
  reserve
------------------------------------------ */
.reserve {
  background: #eaeaea;
  padding: 50px 0;
}

.reserve-container {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 20px;
  margin-top: 40px;
}

.reserve-point-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.reserve-point-item {
  width: 47%;
  background: #f7f7f7;
  padding: 30px 20px;
}

.reserve-point-ttl-inner{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #8e8e8e;
  margin-bottom: 20px;
}

.reserve-point-ttl {
  background: #fff;
  display: grid;
  place-content: center;
  width: 110px;
  aspect-ratio:  1/1;
  border-radius: 50%;
  margin-right: 20px;
}

.reserve-point-ttl p{
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.reserve-point-ttl-txt{
  width: 80%;
}

.reserve-point-ttl-txt h3{
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.reserve-point-txt {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.reserve-about-inner {
  border: 1px solid #eaeaea;
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.reserve-about-item-ttl-inner {
  display: flex;
  align-items: center;
}

.border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eaeaea;
  margin-bottom: 15px;
}

.reserve-about-item-ttl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaeaea;
  aspect-ratio: 1/1;
}


.reserve-about-item-ttl p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.reserve-about-item-txt p {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.reserve-about-item-f {
  width: 45%;
}

.reserve-btn {
  width: 30%;
  margin: 0 auto 20px;
}

.reserve-btn a {
  display: block;
  padding: 13px 0;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  position: relative;
}

.reserve-about-item {
  display: flex;
  align-items: center;
}

.reserve-btn a img {
  position: absolute;
  width: 5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.reserve-caution-txt {
  text-align: center;
}

.reserve-about-item-f-inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .reserve-container {
    padding: 20px;
  }

  .reserve-point-inner {
    display: block;
  }

  .reserve-point-item {
    width: 100%;
  }

  .reserve-point-item:nth-child(1) {
    margin-bottom: 20px;
  }

  .reserve-about-inner {
    width: 100%;
    padding: 20px;
  }

  .reserve-about-item-ttl{
    margin-right: 10px;
  }

  .reserve-about-item-txt{
  width: 70%;
}

  .reserve-about-item {
    display: block;
  }

  .reserve-about-item-f {
    width: 100%;
  }

  .reserve-about-item-f:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
  }

  .reserve-btn {
    width: 80%;
  }

.reserve-point-ttl-inner{
  display: block;
}

.reserve-point-ttl{
  width: 70%;
  aspect-ratio: auto;
  border-radius: 0;
  padding: 5px;
  margin: 0 auto 15px;

}

.reserve-point-ttl p{
  font-size: 1.6rem;
}

.reserve-point-ttl-txt h3{
  font-size: 1.6rem;
}

.reserve-point-ttl-txt{
  width: 100%;
}
}

/* ------------------------------------------
  pricing
------------------------------------------ */
.pricing {
  padding: 67px 0 100px;
}

.pricing .section-sub-ttl {
  margin-bottom: 60px;
}

.pricing-container {
  width: 65%;
  margin: 0 auto;
}

.pricing-item {
  display: flex;
}

.pricing-item:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #eaeaea;
}

.pricing-img {
  width: 35%;
  margin-right: 37px;
}

.pricing-img img {
  width: 100%;
  display: block;
}

.pricing-txt-inner {
  width: 65%;
  padding-top: 20px;
}

.pricing-ttl span {
  font-size: 4.7rem;
  font-style: italic;
  padding-right: 20px;
  color: #c0c0c0;
}

.pricing-ttl {
  font-size: 2.4rem;
  line-height: 100%;
  margin-bottom: 20px;
}

.pricing-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-box-ttl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaeaea;
}

.pricing-box-ttl {
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricing-box-txt {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.priceing-txt1 {
  margin-bottom: 30px;
}

.pricing-txt p {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .pricing-item {
    display: block;
  }

  .pricing-txt-inner {
    width: 100%;
  }

  .pricing-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .priceing-txt1 {
    margin-bottom: 20px;
  }

  .pricing {
    padding: 50px 0;
  }

  .pricing .section-sub-ttl {
    margin-bottom: 40px;
  }

  .pricing-txt-inner {
    padding-top: 0;
  }

  .pricing-img-sp{
    margin-top: 20px;
  }
}

/* ------------------------------------------
  faq
------------------------------------------ */
.faq {
  background: #f7f7f7;
  padding: 80px 0;
}

.faq .section-ttl {
  margin-bottom: 65px;
}

.faq-container {
  width: 60%;
  margin: 0 auto;
}

.faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-q {
  background: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}

.faq-a {
  padding: 10px 20px;
  display: flex;
}

.faq-ttl {
  margin-right: 40px;
  font-size: 3rem;
}

.faq-txt {
  font-size: 11px;
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }

  .faq .section-ttl {
    margin-bottom: 30px;
  }

  .faq-txt {
    line-height: 1.8;
  }

  .faq-ttl {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------
  gallery
------------------------------------------ */
.gallery {
  padding: 80px 0 140px;
}

.gallery .section-ttl {
  margin-bottom: 0;
  margin-right: 20px;
}

.gallery-container {
  width: 67%;
  margin: 0 auto;
}

.gallery-ttl-inner{
  display: flex;
  align-items: center;justify-content: center;
  margin-bottom: 50px;
}

.gallery-ttl-inner a{
  display: block;width;
  width: 50px;
}

.gallery-ttl-inner a img{
  display: block;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.gallery-list-item {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 50px 0;
  }

  .gallery .section-ttl {
    margin-right: 10px;
  }

  .gallery-ttl-inner a{
  display: block;width;
  width: 30px;
}

  .gallery-list .slick-slide {
    margin: 0 5px; /* 左右合計10pxの余白 */
  }
}

/* ------------------------------------------
  flow
------------------------------------------ */
.flow {
  padding: 80px 0;
  background: #f7f7f7;
}

.flow .section-ttl {
  margin-bottom: 60px;
}

.flow-container {
  width: 55%;
  margin: 0 auto;
}

.flow-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.flow-item:not(:last-child) {
  margin-bottom: 35px;
}

.flow-num {
  position: absolute;
  height: 60px;
  width: 60px;
  display: grid;
  place-content: center;
  top: -12px;
  left: -25px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
}

.flow-num p {
  font-size: 3rem;
  color: #8e8e8e;
}

.flow-txt-container {
  width: 60%;
}

.flow-txt-inner {
  padding: 0 10px 0 60px;
}

.flow-txt-inner::after {
content: "";
    position: absolute;
    width: 47px;
    height: 100%;
    background: #fff;
    right: 33%;
    top: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.flow-img-container {
  width: 40%;
  border-radius: 0 5px 5px 0;
}

.flow-img-container img {
  display: block;
  height: 100%;
  border-radius: 0 5px 5px 0;
}

.flow-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-bottom: 10px;
}

.flow-ttl2{
  margin-bottom: 0;
}

.flow-txt {
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
  .flow-txt-inner::after {
    display: none;
  }

  .flow .section-ttl {
    margin-bottom: 30px;
  }

  .flow-item {
    display: block;
    border-radius: 5px;
    padding: 30px 50px;
  }

  .flow-txt-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-img-container {
    width: 100%;
    margin: 0 auto;
  }

  .flow-img-container img {
    border-radius: 5px;
    width: 100%;
  }

  .flow-txt-inner {
    padding: 0;
  }
}

/* ------------------------------------------
  rent
------------------------------------------ */
.rent {
  padding: 100px 0 80px;
}

.rent .section-ttl {
  margin-bottom: 30px;
}

.rent .section-sub-ttl {
  margin-bottom: 50px;
}

.rent-container {
  width: 60%;
  margin: 0 auto;
}

.rent-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列指定 */
  gap: 70px 50px;
  justify-content: center; /* 中央寄せを有効にする */
}

.rent-list-item {
}

.rent-list-item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.rent-list-name {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .rent {
    padding: 50px 0;
  }

  .rent-list {
    grid-template-columns: repeat(2, 1fr); /* 3列指定 */
    gap: 30px;
  }

  .rent-list-item {
    width: 100%;
    margin: 0 auto;
  }

  .rent .section-ttl {
    margin-bottom: 20px;
  }

  .rent .section-sub-ttl {
    margin-bottom: 30px;
  }

  .rent-list-name {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  message
------------------------------------------ */
.message {
  padding: 95px 0 70px;
  background: #f7f7f7;
}

.message-container {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 80px 65px;
}

.message-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.message-txt-inner {
  width: 50%;
}

.message-img-inner {
  width: 42%;
}

.message-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.35;
  margin-bottom: 20px;
}

.message-txt {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 50px 0;
  }

  .message-container {
    padding: 30px;
  }

  .message-ttl {
    font-size: 2.4rem;
  }

  .message-txt {
    line-height: 1.6;
  }

  .message-inner {
    display: block;
  }

  .message-txt-inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .message-img-inner {
    width: 100%;
  }
}

/* ------------------------------------------
  access
------------------------------------------ */
.access {
  padding: 100px 0;
}

.access-container {
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.access-map {
  width: 45%;
  margin-right: 50px;
}

.access-map iframe {
  display: block;
  width: 100%;
}

.access-ttl {
  font-size: 4.6rem;
  color: #8e8e8e;
  line-height: 100%;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 100%;
  margin-right: 40px;
}

.access-ttl-inner{
  display: flex;
  align-items: end;
    margin-bottom: 15px;
}

.access-ttl-inner a{
  display: block;
  width: 30px;
  margin-bottom: -2px;
}

.access-about-inner {
  width: 60%;
}

.access-about-content {
  border: 1px solid #eaeaea;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.access-about-item {
  display: flex;
  align-items: center;
}

.border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eaeaea;
  margin-bottom: 15px;
}

.access-about-item-ttl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaeaea;
  aspect-ratio: 1/1;
}

.access-about-item-ttl p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.access-about-item-txt p {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.access-about-item-f {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .access {
    padding-top: 40px;
  }

  .access-container {
    flex-direction: column;
  }

  .access-ttl {
    text-align: center;
    margin-right: 20px;
  }

  .access-ttl-inner{
    margin-bottom: 20px;
  }

  .access-about-inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .access-map {
    order: 2;
    width: 100%;
  }

  .access-about-content {
    margin-bottom: 0;
  }

  .access-about-item-f:nth-child(1) {
    margin-right: 20px;
  }
}

/* ------------------------------------------
  contact
------------------------------------------ */
.contact {
  margin-bottom: 10px;
  padding: 75px 0 85px;
  display: none;
}

.access-about-content {
  padding: 10px;
}

.contact-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.24em;
  margin-bottom: 35px;
}

.contact-ttl span {
  color: #bd272d;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.contact-container {
  width: 72%;
  margin: 0 auto;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.form-group:nth-child(1),
.form-group:nth-child(6) {
  align-items: start;
}

.form-group label {
  width: 25%;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.form-group:nth-child(1) label {
  padding-top: 5px;
}

.input-inner {
  width: 75%;
}

.input-inner input,
.input-inner select,
.input-inner textarea {
  border: 0.5px solid #c2c2c2;
  border-radius: 3px;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  background: #fff;
}

.input-inner textarea {
  resize: none;
}

.date-input-inner input {
  border: 0.5px solid #c2c2c2;
  border-radius: 3px 3px 0 0;
  display: block;
  width: 100%;
  /* font-family: "A-OTF A1明朝 Std Bold", sans-serif; */
}

.date-input-inner select {
  border: 0.5px solid #c2c2c2;
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 15px center; /* 画像の位置 */
  /* font-family: "A-OTF A1明朝 Std Bold", sans-serif; */
}

::placeholder {
  color: #d3d3d3;
  font-size: 1.2rem;
}

.required {
  color: #bd272d;
}

.privacy-section {
  margin-top: 40px;
}

.privacy-section h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.privacy-box {
  padding: 15px;
  height: 120px;
  overflow-y: scroll;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
}

.privacy-box p {
  font-size: 14px;
  line-height: 1.6;
}

.privacy-box p:not(:last-child){
  margin-bottom: 20px;
}

.privacy-check {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.privacy-check input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.submit {
  width: 45%;
  margin: 0 auto;
  position: relative;
}

.submit img {
  position: absolute;
  width: 5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.submit-btn {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  width: 100%;
  display: block;
  cursor: pointer;
  appearance: none;
  padding: 12px 0;
  transition: 0.3s;
  letter-spacing: 0.24em;
  font-family: "A-OTF A1明朝 Std Bold", sans-serif;
  color: #000;
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  color: #000;
  opacity: 0.5;
}

.submit-btn:hover {
  opacity: 0.7;
}

.submit-btn[disabled]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .form-group {
    display: block;
  }

  .contact-ttl {
    margin-bottom: 20px;
  }

  .input-inner {
    width: 100%;
  }

  .date-input-inner {
    width: 100%;
  }

  .form-group label {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .privacy-section {
    margin-top: 20px;
  }

  .privacy-box {
    font-size: 1.2rem;
  }

  .privacy-check input[type="checkbox"] {
    margin-right: 10px;
  }

  .submit {
    width: 80%;
  }

  input[type="date"],
  select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-width: 100%;
    color: #000;
    appearance: none;
    text-align-last: left;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="date"]::-webkit-datetime-edit {
    color: #000;
    text-align: left;
  }

  input[type="date"] {
    height: 32px;
  }
}
