@charset "UTF-8";
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}


.kv .pc {
  aspect-ratio: 1442 / 572;
}
.kv .pc img {
  aspect-ratio: 1442 / 572;
  object-fit: cover;
}
.kv .sp {
  aspect-ratio: 393 / 386;
}
.kv .sp img {
  aspect-ratio: 393 / 386;
  object-fit: cover;
}

.kv .slick-slide {
  aspect-ratio: 408 / 475;
}

.kv .slick-slide img {
  aspect-ratio: 408 / 475;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kv .slick-slide {
    aspect-ratio: 293 / 179;
  }

  .kv .slick-slide img {
    aspect-ratio: 293 / 179;
    object-fit: cover;
  }
}

.top-banner {
  display: none;
}

.l-nav {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #6F6D65;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .l-nav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    top: 11.4503816794vw;
    margin-bottom: 0;
  }
}
.l-nav ul {
  display: flex;
  justify-content: center;
}
.l-nav ul li {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-nav ul li {
    width: 16.6666666667%;
  }
}
.l-nav ul li:first-child {
  border-left: 1px solid #fff;
}
.l-nav ul a {
  font-size: 15px;
  color: #fff;
  width: 184px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .l-nav ul a {
    font-size: 1.0416666667vw;
    width: 12.7777777778vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-nav ul a {
    width: 16.5394402036vw;
    height: 15.2671755725vw;
    font-size: 3.0534351145vw;
  }
}

#shop {
  padding-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  background-color: #F3F1EA;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  #shop {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop {
    padding-bottom: 40.7124681934vw;
  }
}
#shop * {
  box-sizing: border-box;
}
#shop a,
#shop img {
  display: block;
  width: 100%;
  max-width: initial;
}
#shop .sec_title {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1120px) {
  #shop .sec_title {
    margin-bottom: 4.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .sec_title {
    width: 100%;
    padding: 0 5.0890585242vw;
    margin-bottom: 7.6335877863vw;
  }
}
#shop .sec_title h2 {
  font-size: 32px;
  color: #000;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 1120px) {
  #shop .sec_title h2 {
    font-size: 2.2222222222vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .sec_title h2 {
    font-size: 8.1424936387vw;
    text-align: left;
    margin-bottom: 4.0712468193vw;
  }
}
#shop .sec_title p {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  #shop .sec_title p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .sec_title p {
    font-size: 5.0890585242vw;
    text-align: left;
  }
}
#shop .sec_title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  width: fit-content;
}
@media screen and (max-width: 1120px) {
  #shop .sec_title a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .sec_title a {
    font-size: 4.0712468193vw;
    right: 5.0890585242vw;
    top: initial;
    transform: initial;
    bottom: 0;
  }
}
#shop .bc {
  width: 1440px;
  margin: 0 auto 40px;
  padding: 32px;
}
@media screen and (max-width: 1120px) {
  #shop .bc {
    width: 100vw;
    margin-bottom: 2.7777777778vw;
    padding: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .bc {
    display: none;
  }
}
#shop .bc-list {
  display: flex;
  flex-wrap: wrap;
}
#shop .bc-item {
  font-size: 15px;
  font-weight: 400;
  display: flex;
}
@media screen and (max-width: 1120px) {
  #shop .bc-item {
    font-size: 1.0416666667vw;
  }
}
#shop .bc-item:not(:first-child)::before {
  content: "＞";
  display: block;
  width: fit-content;
  margin: 0 15px;
  font-size: 15px;
}
@media screen and (max-width: 1120px) {
  #shop .bc-item:not(:first-child)::before {
    font-size: 1.0416666667vw;
    margin: 0 1.0416666667vw;
  }
}
#shop h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 500;
  padding: 40px;
}
@media screen and (max-width: 1120px) {
  #shop h1 {
    font-size: 4vw;
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop h1 {
    font-size: 5vw;
    text-align: left;
    line-height: 1.6;
    padding: 5.0890585242vw;
  }
}
#shop .head {
  margin-bottom: 50px;
  padding: 40px;
}
@media screen and (max-width: 1120px) {
  #shop .head {
    margin-bottom: 3.4722222222vw;
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .head {
    padding: 10.1781170483vw;
  }
}
#shop .head p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  #shop .head p {
    font-size: 1.1111111111vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .head p {
    font-size: 4.0712468193vw;
    margin-bottom: 7.6335877863vw;
  }
}
#shop .head .btn {
  margin: 0 auto;
  width: 290px;
  height: 50px;
  border: 1px solid #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  #shop .head .btn {
    width: 20.1388888889vw;
    height: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .head .btn {
    width: 73.7913486005vw;
    height: 12.7226463104vw;
    font-size: 4.0712468193vw;
  }
}
#shop .msg {
  margin-bottom: 95px;
}
@media screen and (max-width: 1120px) {
  #shop .msg {
    margin-bottom: 6.5972222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .msg {
    margin-bottom: 19.0839694656vw;
  }
}
#shop .msg h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 1120px) {
  #shop .msg h2 {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .msg h2 {
    font-size: 5vw;
    line-height: 2;
    text-align: left;
    margin-bottom: 5.0890585242vw;
    padding: 0 5.0890585242vw;
  }
}
#shop .msg .df .cont {
  display: flex;
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont {
    flex-wrap: wrap;
  }
}
#shop .msg .df .cont .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont .img {
    width: 100%;
  }
}
#shop .msg .df .cont .text {
  width: 50%;
  padding: 10px 150px 10px 80px;
  display: flex;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1120px) {
  #shop .msg .df .cont .text {
    padding: 0.6944444444vw 10.4166666667vw 0.6944444444vw 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont .text {
    width: 100%;
    padding: 8.9058524173vw 5.0890585242vw 8.9058524173vw;
  }
}
#shop .msg .df .cont .text h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .msg .df .cont .text h3 {
    font-size: 2vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont .text h3 {
    font-size: 4vw;
    margin-bottom: 6.106870229vw;
  }
}
@media screen and (max-width: 480px) {
  #shop .msg .df .cont .text h3 {
    font-size: 2.2rem;
  }
}
#shop .msg .df .cont .text p {
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 1.8;
}
/* @media screen and (max-width: 1120px) {
  #shop .msg .df .cont .text p {
    font-size: 1.1111111111vw;
  }
} */
@media screen and (max-width: 768px) {
  #shop .msg .df .cont .text p {
    font-size: 16px;
  }
}
#shop .msg .df .cont:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont:nth-of-type(even) {
    flex-direction: initial;
    margin-top: 5.0890585242vw;
  }
}
#shop .msg .df .cont:nth-of-type(even) .text {
  padding: 10px 80px 10px 150px;
}
@media screen and (max-width: 1120px) {
  #shop .msg .df .cont:nth-of-type(even) .text {
    padding: 0.6944444444vw 5.5555555556vw 0.6944444444vw 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .msg .df .cont:nth-of-type(even) .text {
    padding: 8.9058524173vw 5.0890585242vw 8.9058524173vw;
  }
}
#shop .staff {
  margin-bottom: 135px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .staff {
    margin-bottom: 11.1111111111vw;
    padding: 8.9058524173vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .staff {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .staff .inr {
  width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .staff .inr {
    width: 64.2361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .staff .inr {
    width: 100%;
  }
}
#shop .staff .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1120px) {
  #shop .staff .img {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .staff .img {
    margin-bottom: 5.0890585242vw;
  }
}
#shop .staff .txt {
  width: 610px;
  margin: 0 auto;
  font-size: 18px;
  color: #000;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1120px) {
  #shop .staff .txt {
    width: 42.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .staff .txt {
    width: 100%;
    font-size: 16px;
    padding: 0 5.0890585242vw;
  }
}
#shop .eqp {
  margin-bottom: 130px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .eqp {
    margin-bottom: 9.0277777778vw;
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .eqp {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .eqp .inr {
  width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .eqp .inr {
    width: 64.2361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .eqp .inr {
    width: 100%;
  }
}
#shop .eqp .box {
  width: 100%;
  aspect-ratio: 925/520;
}
#shop .eqp .box iframe {
  width: 100%;
  height: 100%;
}
#shop .acs {
  margin-bottom: 130px;
  padding: 60px 0 35px;
}
@media screen and (max-width: 1120px) {
  #shop .acs {
    margin-bottom: 9.0277777778vw;
    padding: 2.4305555556vw 0;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .acs .inr {
  width: 925px;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 1120px) {
  #shop .acs .inr {
    width: 64.2361111111vw;
    padding: 0 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .inr {
    width: 100%;
    padding: 0 5.0890585242vw;
  }
}
#shop .acs table {
  margin-bottom: 90px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table {
    margin-bottom: 17.3027989822vw;
  }
}
#shop .acs table tr {
  display: flex;
}
#shop .acs table tr + tr {
  margin-top: 32px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table tr + tr {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table tr + tr {
    margin-top: 10.1781170483vw;
  }
}
#shop .acs table th,
#shop .acs table td {
  font-size: 18px;
  line-height: 2;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1120px) {
  #shop .acs table th,
  #shop .acs table td {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table th,
  #shop .acs table td {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  #shop .acs table th,
  #shop .acs table td {
    font-size: 4vw;
  }
}
#shop .acs table th {
  width: 155px;
  display: block;
}
@media screen and (max-width: 1120px) {
  #shop .acs table th {
    width: 10.7638888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table th {
    width: 30vw;
  }
}
#shop .acs table td {
  width: calc(100% - 155px);
}
@media screen and (max-width: 1120px) {
  #shop .acs table td {
    width: calc(100% - 10.7638888889vw);
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table td {
    width: calc(100% - 30vw);
  }
}
#shop .acs table .srv {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table .srv {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table .srv {
    gap: 2.0356234097vw;
  }
}
#shop .acs table .srv li {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 0 18px;
  background-color: #6F6D65;
  border-radius: 4px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table .srv li {
    font-size: 0.9722222222vw;
    line-height: 1.5277777778vw;
    padding: 0 1.25vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table .srv li {
    font-size: 2.5vw;
    line-height: 4.5801526718vw;
    padding: 0 2.0356234097vw;
    border-radius: 1.0178117048vw;
  }
}
#shop .acs table .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table .sns {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table .sns {
    gap: 4.0712468193vw;
  }
}
#shop .acs table .sns li {
  width: 32px;
}
@media screen and (max-width: 1120px) {
  #shop .acs table .sns li {
    width: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs table .sns li {
    width: 8.1424936387vw;
  }
}
#shop .acs .gmap {
  margin-bottom: 55px;
  width: 100%;
  aspect-ratio: 1440/290;
}
@media screen and (max-width: 1120px) {
  #shop .acs .gmap {
    margin-bottom: 3.8194444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .gmap {
    margin-bottom: 10.1781170483vw;
    padding: 0 5.0890585242vw;
    aspect-ratio: 357/369;
  }
}
#shop .acs .gmap iframe {
  width: 100%;
  height: 100%;
}
#shop .acs .traf {
  width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .acs .traf {
    width: 57.6388888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .traf {
    width: 100%;
    padding: 0 5.0890585242vw;
  }
}
#shop .acs .traf + .traf {
  margin-top: 20px;
}
@media screen and (max-width: 1120px) {
  #shop .acs .traf + .traf {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .traf + .traf {
    margin-top: 0;
  }
}
#shop .acs .traf dt {
  font-size: 16px;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  #shop .acs .traf dt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .traf dt {
    font-size: 4.0712468193vw;
  }
}
#shop .acs .traf dd {
  font-size: 16px;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  #shop .acs .traf dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .traf dd {
    font-size: 4.0712468193vw;
  }
}
#shop .acs .btn {
  margin: 55px auto 0;
  width: 290px;
  height: 50px;
  border: 1px solid #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  #shop .acs .btn {
    margin: 3.8194444444vw auto 0;
    width: 20.1388888889vw;
    height: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .acs .btn {
    margin-top: 15.2671755725vw;
    width: 73.7913486005vw;
    height: 12.7226463104vw;
    font-size: 4.0712468193vw;
  }
}
#shop .prod {
  margin-bottom: 125px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .prod {
    margin-bottom: 8.6805555556vw;
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .prod .inr {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .prod .inr {
    width: 77.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod .inr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod .spc {
    overflow-x: scroll;
  }
}
#shop .prod ul {
  display: flex;
  gap: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  #shop .prod ul {
    gap: 2.0138888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod ul {
    padding: 0 5.0890585242vw 5.0890585242vw;
    gap: 7.6335877863vw;
    overflow-x: scroll;
    width: fit-content;
  }
}
#shop .prod ul li {
  width: 258px;
}
@media screen and (max-width: 1120px) {
  #shop .prod ul li {
    width: 17.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod ul li {
    width: 65.6488549618vw;
  }
}
#shop .prod ul li h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1120px) {
  #shop .prod ul li h3 {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
#shop .prod ul li p {
  font-size: 14px;
  color: #000;
  margin: 10px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 1120px) {
  #shop .prod ul li p {
    font-size: 0.9722222222vw;
    margin-top: 0.6944444444vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #shop .prod ul li p {
    font-size: 3.5623409669vw;
    margin-top: 2.5445292621vw;
  }
}
#shop .voice {
  margin-bottom: 125px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .voice {
    margin-bottom: 8.6805555556vw;
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .voice .inr {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .voice .inr {
    width: 77.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice .inr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice .spc {
    overflow-y: scroll;
  }
}
#shop .voice .top-voice {
  max-width: inherit !important;
  width: 100% !important;
  padding: clamp(4rem, 10.6667vw, 6.5rem) 30px clamp(4rem, 10.6667vw, 7.2rem) !important;
  background: url(../img/top/bg_top-voice_pc.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice {
    padding: clamp(4rem, 10.6667vw, 6.5rem) 0 clamp(4rem, 10.6667vw, 7.2rem) !important;
    background: url(../img/top/bg_top-voice_sp.png) center center/cover no-repeat;
  }
}
@media screen and (min-width: 769px) {
  #shop .voice .top-voice {
    margin-bottom: 50px !important;
  }
}
#shop .voice .top-voice__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice__inner {
    width: 92% !important;
  }
}
#shop .voice .top-voice__title-area {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice__title-area {
    margin-bottom: clamp(4.6rem, 12.2667vw, 9.2rem);
  }
}
#shop .voice .top-voice__sub-title {
  color: #c92411;
}
#shop .voice .top-voice__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5%;
  margin-bottom: clamp(3.9rem, 10.4vw, 7.8rem);
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice__list {
    column-gap: 2.0356vw;
    margin-bottom: 0;
  }
}
#shop .voice .novoice {
  text-align: center;
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #shop .voice .novoice {
    margin-bottom: clamp(4.6rem, 12.2667vw, 9.2rem) !important;
  }
}
#shop .voice .top-voice-item {
  position: static;
  width: 100%;
  padding-bottom: 0;
}
#shop .voice .top-voice-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#shop .voice .top-voice-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
}
#shop .voice .top-voice-item__image figure {
  position: relative;
  aspect-ratio: 198/316;
}
#shop .voice .top-voice-item__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#shop .voice .top-voice-item__content {
  padding: 0.6em 0.6em 1.5em;
  font-size: min(1.5447vw, 2rem);
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice-item__content {
    font-size: min(3.1614vw, 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  #shop .voice .top-voice-item__content {
    font-size: clamp(2rem, 5.3333vw, 2.4rem);
  }
}
#shop .voice .top-voice-item__customer-name {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice-item__customer-name {
    margin: 0 0 0.6em !important;
  }
}
#shop .voice .top-voice-item__rating-text {
  font-size: 0.8em !important;
  max-width: inherit !important;
  width: auto !important;
  margin: 0 0 6px !important;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice-item__rating-text {
    margin: 0 !important;
  }
}
#shop .voice .top-voice-item__rating {
  font-size: 0.8em;
  line-height: 1.25;
}
#shop .voice .top-voice-item__star-box {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
#shop .voice .top-voice-item__star-box .top-voice-item__star {
  display: inline-block;
  color: #ccc;
  line-height: 1;
}
#shop .voice .top-voice-item__star-box.star5 .top-voice-item__star, #shop .voice .top-voice-item__star-box.star4 .top-voice-item__star:nth-of-type(-n+4), #shop .voice .top-voice-item__star-box.star3 .top-voice-item__star:nth-of-type(-n+3), #shop .voice .top-voice-item__star-box.star2 .top-voice-item__star:nth-of-type(-n+2), #shop .voice .top-voice-item__star-box.star1 .top-voice-item__star:nth-of-type(-n+1) {
  color: #DFB00C;
}
#shop .voice .top-voice-item__family-voice {
  margin-top: 0.7em;
}
#shop .voice .top-voice-item__family-voice-title {
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice-item__family-voice-title {
    font-size: 0.7em;
  }
}
#shop .voice .top-voice-item__text {
  font-size: 0.8em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #shop .voice .top-voice-item__text {
    font-size: 0.7em;
  }
}
#shop .voice .top-voice-item__footer {
  padding-block: 0.5em;
  padding-right: 1em;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}
#shop .voice .top-voice-item__footer-text {
  display: inline-block;
  position: relative;
  padding-right: 1.35294em;
  color: #333;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.2s ease-out;
}
#shop .voice .top-voice-item__footer-text:hover {
  color: #333;
  opacity: 0.8;
}
#shop .voice .top-voice-item__footer-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.52941em;
  height: 0.70588em;
  transform: translateY(-50%);
  background-color: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#shop .voice .top-section__sub-title {
  margin-bottom: 0.52778em !important;
  color: #d31c48;
  font-size: clamp(1.8rem, 4.8vw, 3.6rem) !important;
  line-height: 1 !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  text-transform: uppercase;
}
#shop .voice .top-section__title {
  margin: 0 !important;
  transform: none;
  font-weight: 600;
  font-size: clamp(2.4rem, 6.4vw, 4.8rem) !important;
  line-height: 1.25;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: normal;
  text-align: center;
  text-indent: 0;
}
#shop .voice .top-section__button-wrap {
  text-align: center;
}
#shop .voice .top-section__more-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 16.6667em;
  height: 2.9167em;
  border: 1px solid #d9d9d9;
  background-color: #666;
  box-shadow: 0.1667em 0 0.5em rgba(139, 139, 139, 0.5);
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.6rem, 4.2667vw, 2.4rem);
  line-height: 1;
}
#shop .voice ul {
  display: flex;
  gap: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  #shop .voice ul {
    gap: 2.0138888889vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice ul {
    gap: 2.0356234097vw;
    width: fit-content;
    overflow-x: scroll;
    padding: 0 5.0890585242vw 5.0890585242vw;
  }
}
#shop .voice ul li {
  width: 198px;
}
@media screen and (max-width: 1120px) {
  #shop .voice ul li {
    width: 13.75vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice ul li {
    width: 43.2569974555vw;
  }
}
#shop .voice ul li h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1120px) {
  #shop .voice ul li h3 {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .voice ul li h3 {
    margin-bottom: 2.5445292621vw;
    font-size: 3.0534351145vw;
  }
}
#shop .event {
  margin-bottom: 125px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .event {
    margin-bottom: 8.6805555556vw;
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .event {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .event .inr {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .event .inr {
    width: 77.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .event .inr {
    width: 100%;
  }
}
#shop .event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  #shop .event ul {
    row-gap: 5.0890585242vw;
    padding: 0 5.0890585242vw;
  }
}
#shop .event ul li {
  width: 500px;
}
@media screen and (max-width: 1120px) {
  #shop .event ul li {
    width: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .event ul li {
    width: 100%;
  }
}
#shop .contact {
  margin-bottom: 125px;
  padding: 35px;
}
@media screen and (max-width: 1120px) {
  #shop .contact {
    margin-bottom: 8.6805555556vw;
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .contact {
    margin-bottom: 33.0788804071vw;
    padding: 0;
  }
}
#shop .contact .inr {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .contact .inr {
    width: 77.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .contact .inr {
    width: 100%;
  }
}
#shop .contact .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1120px) {
  #shop .contact .btns {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .contact .btns {
    gap: 8.1424936387vw;
    padding: 0 5.0890585242vw;
  }
}
#shop .contact .btns a {
  margin: 0;
  width: 350px;
  height: 68px;
  border: 1px solid #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  #shop .contact .btns a {
    width: 24.3055555556vw;
    height: 4.7222222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .contact .btns a {
    width: 100%;
    height: 17.3027989822vw;
    font-size: 4.0712468193vw;
  }
}
#shop .area {
  padding: 35px;
  /* 店舗詳細 */
}
@media screen and (max-width: 1120px) {
  #shop .area {
    padding: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area {
    padding: 0;
  }
}
#shop .area .inr {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .area .inr {
    width: 77.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .inr {
    width: 100%;
    padding: 0 5.0890585242vw;
  }
}
#shop .area .heading {
  position: relative;
  height: 558px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading {
    height: 38.75vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading {
    height: auto;
    margin-bottom: 18.8295165394vw;
  }
}
#shop .area .heading .lead {
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .lead {
    font-size: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .lead {
    font-size: 4.5801526718vw;
    line-height: 2;
    margin-bottom: 7.6335877863vw;
  }
}
#shop .area .heading h3 {
  font-size: 32px;
  color: #000;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading h3 {
    font-size: 2.2222222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading h3 {
    font-size: 6.106870229vw;
    margin-bottom: 6.6157760814vw;
  }
}
#shop .area .heading .txt {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .txt {
    font-size: 3.5623409669vw;
  }
}
#shop .area .heading .img {
  position: absolute;
  top: -40px;
  right: 180px;
  width: 718px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img {
    width: 49.8611111111vw;
    top: -2.7777777778vw;
    right: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    margin-top: 2.5445292621vw;
  }
}
#shop .area .heading .img .inrs {
  position: relative;
  pointer-events: none;
}
#shop .area .heading .img .js-area-button {
  position: absolute;
  width: 95px;
  height: 35px;
  display: block;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button {
    width: 6.5972222222vw;
    height: 2.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button {
    width: 19.3384223919vw;
    height: 6.8702290076vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(1) {
  top: 218px;
  right: 272px;
  width: 180px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(1) {
    top: 15.1388888889vw;
    right: 18.8888888889vw;
    width: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(1) {
    width: 34.096692112vw;
    top: 5.0890585242vw;
    right: 23.9185750636vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(2) {
  top: 419px;
  right: 1px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(2) {
    top: 29.0972222222vw;
    right: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(2) {
    top: 72.2646310433vw;
    right: 0.2544529262vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(3) {
  top: 463px;
  right: 1px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(3) {
    top: 32.1527777778vw;
    right: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(3) {
    top: 81.4249363868vw;
    right: 0.2544529262vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(4) {
  top: 419px;
  right: 112px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(4) {
    top: 72.2646310433vw;
    right: 7.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(4) {
    top: 72.2646310433vw;
    right: 22.3918575064vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(5) {
  top: 463px;
  right: 112px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(5) {
    top: 32.1527777778vw;
    right: 7.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(5) {
    top: 81.4249363868vw;
    right: 22.3918575064vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(6) {
  top: 367px;
  right: 112px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(6) {
    top: 25.4861111111vw;
    right: 7.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(6) {
    top: 61.5776081425vw;
    right: 22.9007633588vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(7) {
  top: 517px;
  right: 255px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(7) {
    top: 35.9027777778vw;
    right: 17.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(7) {
    top: 61.8320610687vw;
    right: 45.2926208651vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(8) {
  top: 417px;
  right: 271px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(8) {
    top: 28.9583333333vw;
    right: 18.8194444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(8) {
    top: 44.0203562341vw;
    right: 42.7480916031vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(9) {
  top: 333px;
  right: 402px;
  width: 144px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(9) {
    top: 23.125vw;
    right: 27.9166666667vw;
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(9) {
    top: 36.1323155216vw;
    right: 59.5419847328vw;
    width: 27.4809160305vw;
  }
}
#shop .area .heading .img .js-area-button:nth-of-type(10) {
  top: 502px;
  right: 622px;
}
@media screen and (max-width: 1120px) {
  #shop .area .heading .img .js-area-button:nth-of-type(10) {
    top: 34.8611111111vw;
    right: 43.1944444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .heading .img .js-area-button:nth-of-type(10) {
    top: 57.5063613232vw;
    right: 67.6844783715vw;
  }
}
#shop .area .top-shop__archive {
  width: 725px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop__archive {
    width: 50.3472222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop__archive {
    width: 100%;
  }
}
#shop .area .top-shop-archive__region-list {
  letter-spacing: normal;
}
#shop .area .top-shop-region-item {
  position: static;
  width: 100%;
  padding-bottom: 0;
}
#shop .area .top-shop-region-item:last-of-type {
  border-bottom: solid 1px #ccc;
}
#shop .area .top-shop-region-item__title {
  position: relative;
  margin: 0;
  padding: 1em 0;
  border-top: solid 1px #ccc;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-region-item__title {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-region-item__title {
    font-size: 4.0712468193vw;
  }
}
#shop .area .top-shop-region-item__title:hover {
  opacity: 0.8;
}
#shop .area .top-shop-region-item__title::before, #shop .area .top-shop-region-item__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background-color: #BFBFBF;
  content: "";
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-region-item__title::before, #shop .area .top-shop-region-item__title::after {
    width: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-region-item__title::before, #shop .area .top-shop-region-item__title::after {
    width: 3.5623409669vw;
  }
}
#shop .area .top-shop-region-item__title::before {
  transform: translateY(-50%);
}
#shop .area .top-shop-region-item__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease-out;
}
#shop .area .top-shop-region-item__title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
#shop .area .top-shop-region-item__content {
  display: none;
}
#shop .area .top-shop-region-item__shop-item {
  position: static;
  width: 100%;
  padding: 2.5rem 10px;
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-region-item__shop-item {
    padding: 2.5rem 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-region-item__shop-item {
    padding: 2.5rem 2.5445292621vw;
  }
}
#shop .area .top-shop-detail {
  display: flex;
  padding: 0;
  gap: 5%;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  #shop .area .top-shop-detail {
    flex-direction: column;
    gap: 2rem;
  }
}
#shop .area .top-shop-detail__content-area {
  flex: 1;
}
#shop .area .top-shop-detail__title {
  margin-bottom: 0.83334em;
  font-size: 16px;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-detail__title {
    font-size: 1.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-detail__title {
    font-size: 4.0712468193vw;
    margin-bottom: 4.5801526718vw;
  }
}
#shop .area .top-shop-detail__title-link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #333;
}
#shop .area .top-shop-detail__title-badge {
  display: inline-block;
  flex: none;
  margin-top: 0.2rem;
  padding: 0.3rem 0.7rem;
  background-color: #e60033;
  color: white;
  font-size: 1.3rem;
}
#shop .area .top-shop-detail__title-name {
  font-weight: 700;
  line-height: 1.3;
}
#shop .area .top-shop-detail__access-title {
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: 1.6rem;
}
#shop .area .top-shop-detail__access-text {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-detail__access-text {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-detail__access-text {
    font-size: 3.0534351145vw;
  }
}
#shop .area .top-shop-detail__image-area {
  width: 330px;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-detail__image-area {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-detail__image-area {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #shop .area .top-shop-detail__image-area {
    width: 100%;
  }
}
#shop .area .top-shop-detail__image {
  position: relative;
  aspect-ratio: 300/200;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  #shop .area .top-shop-detail__image {
    display: none;
  }
}
#shop .area .top-shop-detail__image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shop .area .top-shop-detail__image-link {
  display: block;
}
#shop .area .top-shop-detail__button-list {
  display: flex;
  width: 100%;
  gap: 1rem;
}
#shop .area .top-shop-detail__button-item {
  position: static;
  flex: 1;
  width: 100%;
  padding-bottom: 0;
}
#shop .area .top-shop-detail__button {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  background-color: #A50000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  #shop .area .top-shop-detail__button {
    width: 11.1111111111vw;
    height: 3.3333333333vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #shop .area .top-shop-detail__button {
    width: 40.7124681934vw;
    height: 12.213740458vw;
    font-size: 3.5623409669vw;
  }
}
#shop .area .top-shop-detail__button._reserve {
  background-color: #A50000;
}
#shop .area .top-shop-detail__button._detail {
  background-color: #6F6D65;
}

/* #shop .acs table tr.new_shop_acs_holiday_note {
  border: 1px solid #d31c48;
}
@media screen and (max-width: 768px) {
#shop .acs table tr.new_shop_acs_holiday_note {
  padding: 4px 8px;
}
} */
#shop .acs table td span.new_shop_acs_holiday_note {
  color: #d31c48;
}
/* @media screen and (max-width: 768px) {
#shop .acs table td span.new_shop_acs_holiday_note {
  width: 100%;
}
}
@media screen and (max-width: 768px) {
#shop .acs table tr.new_shop_acs_holiday_note th {
  width: 0;
}
} */
footer {
  margin-top: 2px;
}
