@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@layer utilities {
  .content-auto {
    content-visibility: auto;
  }

  .test1 {
    text-align: center;
    background-color: rgb(254 226 226);
  }

  a,
  button {
    @apply transition-all duration-4s ease-in-out;
  }

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

:root {
  --wrapper-max-width: 1200px;
  --wrapper-padding-inline: 15px;
}

html {
  font-size: 15px;
}

@media only screen and (min-width: 1560px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  color: #5a5a5a;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 8px;
}

a,
button {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

textarea {
  resize: none !important;
}

.common-link span:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed #333;
}
.common-link{
  color: #333;
  position: relative;
}
.common-link:hover{
  opacity: 0.6;
}


.common-link span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: url(../images/icons/icon-link-arw.svg) no-repeat top center;
    background-size: 100% auto;
}


.btn-primary {
  color: #fff;
  background-color: #8e3330;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn-primary:hover {
  background-color: #8e3330b6;
}

.proj-btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.proj-btn.proj-btn--white {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.proj-btn.proj-btn--white:hover {
  color: #ffffff;
  background-color: #8e3330;
  border: 1px solid #8e3330;
}

.proj-btn.proj-btn--primary {
  color: #fff;
  background-color: #8e3330;
  border: 1px solid #8e3330;
}

.proj-btn.proj-btn--primary:hover {
  color: #ffffff;
  background-color: #8e3330b6;
  border: 1px solid #8e3330b6;
}

.proj-btn.proj-btn--secondary {
  color: #ffffff;
  background-color: #744A00;
  border: 1px solid #744A00;
}

.proj-btn.proj-btn--secondary:hover {
  color: #ffffff;
  background-color: #744900de;
  border: 1px solid #744A00;
}

.proj-header--scroll {
  background-color: #fff;
  backdrop-filter: blur(6px);
}

.proj-header--scroll .nav-home {
  color: #333333;
}

.proj-header--scroll a::before {
  display: none;
}


.proj-header--scroll .home-cta {
  color: #ffffff;
  border-color: white;
  background-color: transparent;
}

.proj-header--scroll .home-cta:hover {
  color: #3e3e3e;
  border-color: #8e3330;
  background-color: #8e3330;
}

.container-proj {
  width: 100%;
  max-width: var(--wrapper-max-width);
  margin-inline: auto;
  padding-inline: var(--wrapper-padding-inline);
}

.text28 {
  font-size: 1.75rem;
  line-height: 2.2rem;
}

.text24 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text18 {
  font-size: 1.125rem;
  line-height: 30px;
}

.text17 {
  font-size: 1.063rem;
  line-height: 1.75rem;
}

.text20 {
  font-size: 1.25rem;
  line-height: 38px;
}

.text15 {
  font-size: 0.938rem;
  line-height: 32px;
}

.text14 {
  font-size: 0.875rem;
  line-height: 28px;
}

.text13 {
  font-size: 0.813rem;
  line-height: 24px;
}

.text12 {
  font-size: 0.75rem;
  line-height: 1;
}

.form-control.form-control--custom,
.form-select.form-select--custom {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  padding: 8px 24px;
  padding-left: 50px;
}

.form-control.form-control--custom:hover,
.form-select.form-select--custom:hover {
  background-color: #fdfcfa;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .25rem #c2534f36;
  border-color: #8e3330;
}

.form-select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.form-select {
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  background-image: url("../images/icons/icon-dropown.svg");
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
} */

.form-control.form-control--bg,
.form-select.form-select--bg {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 0.875rem 1.25rem;
}

.form-control.form-control--bg:hover,
.form-select.form-select--bg:hover {
  border-color: #8e3330;
}

.form-control.form-control--bg:focus {
  box-shadow: 0 0 0 .25rem #c2534f36;
}

.form-control.form-control--bg::placholder {
  color: #7a7a7a;
}

.form-control.form-control--bg {
  color: #3e3e3e;
}

.form-control.form-control--reservation::placholder {
  color: #6A6A6A;
}

.form-control.form-control--reservation {
  color: #7a7a7a;
}

.form-control,
.form-select {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.common-shape-vertical {
  max-width: 64px;
  width: 100%;
}

.common-shape-horizontal {
  max-width: 180px;
}

@media only screen and (min-width: 1200px) {
  .common-shape-horizontal {
    max-width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .common-shape-vertical {
    max-width: 85px;
  }
}

/* slider */
.proj-review .slick-track {
  gap: 24px;
}

.proj-review .slick-track {
  display: flex !important;
}

.proj-review .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  transition: all 0.4s ease-in-out;
  /* opacity: 0.6; */
}

.proj-review .slick-track .slick-current {
  /* @apply opacity-[1]; */
}

.proj-review .slick-slide>div {
  width: 100%;
}

.filter-red{
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(1199%) hue-rotate(335deg) brightness(102%) contrast(81%);
}

.shop-info-slider .slick-dots{
  bottom: 20px;
  width: max-content;
  right: 40px;
}


.shop-info-slider .slick-dots li button {
  background-color: white;
  width: 8px;
  height: 8px;
  padding: 0px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.shop-info-slider .slick-dots li button::before {
  display: none;
}
.shop-info-slider .slick-dots li.slick-active button{
  background-color: #8e3330;
}

.shop-info-slider .slick-dots li {
  width: 0;
  height: 0;
  margin: 0 10px;
}

.icon-red{
  filter: brightness(0) saturate(100%) invert(29%) sepia(30%) saturate(1694%) hue-rotate(317deg) brightness(83%) contrast(97%);
}
