@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3223140496vw;
  }
}
@media (min-width: 1210px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #353E44;
  background-color: #F0F1F0;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-benefits {
  padding-top: 2.8125rem;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-benefits {
    padding-top: 5.9375rem;
    padding-bottom: 12.5rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-inline: 3.125rem;
    padding-bottom: 2.5rem;
  }
}

.l-fv {
  padding-bottom: 0.9375rem;
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1210px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-payment, .l-closed {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-payment, .l-closed {
    margin-top: 3.75rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-reservation-inner {
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.l-reservation {
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-reservation {
    padding-bottom: 13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-service-inner {
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.l-thanks {
  padding-top: 3.4375rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .l-thanks {
    padding-top: 8.25rem;
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-tireOil-inner {
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.l-tireOil {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-tireOil {
    margin-top: 12.5rem;
  }
}

.g-crip-r {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  overflow: hidden;
}

.g-crip-l {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  overflow: hidden;
}

.c-back-to-top {
  width: 7.5rem;
}
.c-back-to-top img {
  aspect-ratio: 120/148;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  color: #353E44;
  border: 2px solid #353E44;
  background: #fff;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0px 4px 0px 0px #353E44;
          box-shadow: 0px 4px 0px 0px #353E44;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.125rem;
    border-radius: 1.875rem;
  }
}

.c-btn::after {
  content: "";
  background: #353E44;
  height: 0.3247595264rem;
  width: 0.625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    height: 0.4330127019rem;
    width: 0.75rem;
  }
}

.c-btn--right {
  width: 100%;
  padding: 1.375rem;
  border-radius: 2.25rem;
  font-size: 1.125rem;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn--right {
    font-size: 1.375rem;
    padding: 1.5rem;
  }
}

.c-btn--right::after {
  height: 0.6495190528rem;
  width: 0.5rem;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    -webkit-box-shadow: 0px 1px 0px 0px #353E44;
            box-shadow: 0px 1px 0px 0px #353E44;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 1;
  }
}

.c-btn--pdf {
  padding: 1.625rem;
  border-radius: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-btn--pdf {
    padding: 1.875rem;
    border-radius: 3.125rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.c-btn--pdf::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  -webkit-clip-path: none;
          clip-path: none;
  background: url("../images/icon-pdf.png") no-repeat center center/contain;
  display: block;
  margin-left: 0.9375rem;
  right: 1.5625rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-btn--pdf::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 2.5rem;
  }
}

.c-btn--cta {
  min-width: 15rem;
}

.c-btn--mapBubble {
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.3125rem;
  -webkit-box-shadow: 0px 2px 0px 0px #353E44;
          box-shadow: 0px 2px 0px 0px #353E44;
}
@media screen and (min-width: 768px) {
  .c-btn--mapBubble {
    padding: 0.375rem 0.625rem 0.4375rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-btn--mapBubble::after {
  height: 0.2706329387rem;
  width: 0.1875rem;
  right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-btn--mapBubble::after {
    right: 0.3125rem;
  }
}

.c-btn--linkOpen {
  padding: 1.0625rem 2.375rem 0.875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.125rem;
  border-radius: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-btn--linkOpen {
    padding: 1.375rem 2.5rem 1.375rem;
    font-size: 1.25rem;
    border-radius: 2.5rem;
  }
}

.c-btn--linkOpen::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/icon-linkOpen.png") no-repeat center center/contain;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  margin-left: 0.5rem;
  right: 2.0625rem;
  position: absolute;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-btn--linkOpen::after {
    width: 1.125rem;
    height: 1.125rem;
    right: 2.5rem;
  }
}

.c-mapBubble {
  background: #fff;
  height: inherit;
}
.c-mapBubble__inner {
  padding: 0.3125rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 6.25rem 10rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .c-mapBubble__inner {
    height: auto;
    height: initial;
  }
}

.c-mapBubble__wrapper {
  min-width: 6.25rem;
  height: inherit;
}
.c-mapBubble__image img {
  aspect-ratio: 60/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-mapBubble__image img {
    aspect-ratio: 80/80;
  }
}

.c-mapBubble__btn {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-mapBubble__btn {
    margin-top: 0.625rem;
  }
}

.c-mapBubble__information {
  height: inherit;
  min-width: 10rem;
}

.c-mapBubble__title {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-mapBubble__text {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.25rem;
}
.c-mapBubble__text a {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-mapBubble__text a {
    pointer-events: none;
  }
}

.c-mapBubble__service {
  margin-top: 0.625rem;
}
.c-mapBubble-service__text {
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 0.8888888889;
  position: relative;
  background-color: #fff;
  padding: 0.4375rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2rem;
    padding: 0.625rem;
    height: 4rem;
  }
}

.c-title::before,
.c-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}

.c-title::before {
  top: 0;
  left: 0;
  border-width: 1.25rem 0px 1.25rem 0.75rem;
  border-color: transparent transparent transparent #FFC803;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .c-title::before {
    border-width: 2rem 0px 2rem 1.758125rem;
  }
}

.c-title::after {
  top: 0;
  right: 0;
  border-width: 1.25rem 0.75rem 1.25rem 0px;
  border-color: transparent #FFC803 transparent transparent;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .c-title::after {
    border-width: 2rem 1.758125rem 2rem 0px;
  }
}

.c-title--black {
  background-color: #353E44;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  height: 1.625rem;
  padding: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-title--black {
    font-size: 1.0625rem;
    height: 2.25rem;
  }
}

.c-title--black::before {
  border-color: transparent transparent transparent #fff;
  border-width: 0.8125rem 0px 0.8125rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-title--black::before {
    border-width: 1.125rem 0px 1.125rem 0.6625rem;
  }
}

.c-title--black::after {
  border-color: transparent #fff transparent transparent;
  border-width: 0.8125rem 0.4375rem 0.8125rem 0px;
}
@media screen and (min-width: 768px) {
  .c-title--black::after {
    border-width: 1.125rem 0.6625rem 1.125rem 0px;
  }
}

.c-title02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 1.5rem;
    gap: 0.9375rem;
  }
}

.c-title02--mapBubble {
  font-size: 0.625rem;
  line-height: 1;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-title02--mapBubble {
    font-size: 0.625rem;
    line-height: 1;
    gap: 0.4375rem;
  }
}

.c-title02::before {
  content: "";
  width: 0.25rem;
  height: 1.25rem;
  background: #FFC803;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title02::before {
    width: 0.3125rem;
    height: 1.6875rem;
  }
}

.c-title02--mapBubble::before {
  width: 0.125rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-title02--mapBubble::before {
    width: 0.125rem;
    height: 0.75rem;
  }
}

.p-benefits-link {
  margin-top: 2.8125rem;
  border: 1px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-benefits-link {
    border: 2px solid #353E44;
  }
}

.p-benefits-link__content {
  padding: 0.625rem 1.125rem 1.5625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-benefits-link__content {
    padding: 1.5625rem 2.5rem 2.8125rem;
  }
}

.p-benefits-link__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
  padding: 0.625rem;
  text-align: center;
  background: #353E44;
}
@media screen and (min-width: 768px) {
  .p-benefits-link__title {
    font-size: 1.5rem;
    padding: 0.8125rem;
  }
}

.p-benefits-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-benefits-link__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-benefits-link__item img {
  aspect-ratio: 270/90;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-benefits-link__text {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-link__text {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}

.p-benefits {
  background: #FFC803;
}
.p-benefits__title {
  width: 89.552238806%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-benefits__title {
    width: 51.724137931%;
  }
}

@media screen and (min-width: 768px) {
  .p-benefits__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-benefits__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-benefits__list {
    margin-top: 0;
    margin-top: initial;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-benefits__list:first-of-type {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-benefits__list:first-of-type {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-benefits__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-benefits-item__head {
  background: #353E44;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 0.9375rem 0.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-benefits-item__head {
    padding: 2.0625rem 1.25rem 2.0625rem 2.1875rem;
  }
}

.p-benefits-item-head__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  border-right: 2px solid #fff;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-head__text span {
    font-size: 1.5rem;
    margin-right: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-benefits-item-head__text span::after {
  content: attr(data-no);
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-head__text span::after {
    font-size: 2.6875rem;
  }
}

.p-benefits-item-head__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-head__text {
    font-size: 2rem;
  }
}

.p-benefits-item__body {
  background: #F0F1F0;
  padding: 1.875rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item__body {
    padding: 2.8125rem 3.125rem 1.875rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-benefits-item-body__item {
  text-align: center;
  font-weight: bold;
}
.p-benefits-item-body__item + .p-benefits-item-body__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__item + .p-benefits-item-body__item {
    margin-top: 3.75rem;
  }
}

.p-benefits-item-body__title {
  background: #353E44;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__title {
    font-size: 1.125rem;
    padding: 0.4375rem;
  }
}

.p-benefits-item-body__text span {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__text span {
    font-size: 2rem;
    margin-right: 0.375rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFC803));
    background: linear-gradient(transparent 70%, #FFC803 70%);
  }
}

.p-benefits-item-body__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-benefits-item-body__wrapper {
  background: #353E44;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.4375rem 0.625rem 0.4375rem 0.9375rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__wrapper {
    font-size: 1.125rem;
    padding: 1.125rem 1.25rem 1.125rem 1.5625rem;
  }
}

.p-benefits-item-body-wrapper__title {
  text-align: center;
}
.p-benefits-item-body__iconList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__iconList {
    gap: 0.3125rem;
  }
}

.p-benefits-item-body__iconItem {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__iconItem {
    width: 4.375rem;
  }
}

.p-benefits-item-body__iconItem img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-benefits-item-body__content {
  margin-top: 0.625rem;
  font-size: 5.4375rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content {
    margin-top: auto;
    font-size: 9.3125rem;
    margin-bottom: 3.5rem;
  }
}

.p-benefits-item-body__content span::before {
  content: "%";
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content span::before {
    font-size: 3rem;
  }
}

.p-benefits-item-body__content span {
  font-size: 2.875rem;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content span {
    font-size: 5rem;
    margin-left: 0.625rem;
  }
}

.p-benefits-item-body__content::before {
  content: "最大";
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content::before {
    font-size: 3rem;
    margin-top: 1.25rem;
  }
}

.p-benefits-item-body__attention {
  width: 78%;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__attention {
    width: 84%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-benefits-item-body-item__text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body-item__text {
    font-size: 2rem;
  }
}

.p-benefits-item-body-item__text::before {
  content: "";
  display: inline-block;
  background: #FFC803;
  height: 0.4871392896rem;
  width: 0.875rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body-item__text::before {
    height: 0.9201519915rem;
    width: 1.625rem;
    margin-right: 1.0625rem;
  }
}

.p-benefits-item-head__image {
  width: 4.375rem;
  margin-left: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-head__image {
    width: 7.5rem;
    margin-left: 0;
    margin-left: initial;
    position: absolute;
    right: 1.5625rem;
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}

.p-benefits-item-head__image img {
  aspect-ratio: 70/70;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-benefits-item-body__content02 {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4.8125rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(82%, #ffc803));
  background: linear-gradient(transparent 82%, #ffc803 82%);
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content02 {
    font-size: 7.3125rem;
  }
}

.p-benefits-item-body__content02::after {
  content: "箱";
  font-size: 2.375rem;
  line-height: 1;
  margin-top: 1.875rem;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content02::after {
    margin-top: 2.8125rem;
    font-size: 3.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-benefits-item-body__content02 span::after {
  content: "ティッシュ";
  font-size: 1.1875rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content02 span::after {
    font-size: 1.875rem;
  }
}

.p-benefits-item-body__content02 span {
  text-transform: uppercase;
  font-size: 2.875rem;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content02 span {
    font-size: 3.5rem;
  }
}

.p-benefits-item-body__content03 {
  margin-top: 0.625rem;
  font-size: 4.4375rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content03 {
    margin-top: auto;
    font-size: 6.541rem;
    margin-bottom: 3.5rem;
  }
}

.p-benefits-item-body__content03 span {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0.375rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__content03 span {
    font-size: 3rem;
    margin-left: 0.625rem;
  }
}

.p-benefits-item-body__table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-benefits-item-body__table dl:not(:first-child) {
  border-left: 1px solid #d4d4d4;
}
.p-benefits-item-body__table dl {
  display: flex;
  flex-direction: column;
}
.p-benefits-item-body__table dt {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #353E44;
  color: #fff;
  padding: 0.625rem;

  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.p-benefits-item-body__table dd {
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  padding: 1.625rem 0.5rem;
  white-space: nowrap;
  font-size: 1.75rem;
  text-align: left;

  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__table dd {
    font-size: 2.8rem;
  }
}
.p-benefits-item-body__table dd div {
  width: fit-content;
  margin: 0 auto;
}
.p-benefits-item-body__table dd p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__table dd p {
    font-size: 1.125rem;
  }
}
.p-benefits-item-body__table dd span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__table dd span {
    font-size: 1.125rem;
  }
}



.p-benefits__area {
  background: url("../images/benefits-area.png") center center/100% 100% no-repeat;
  padding-block: 2.1875rem;
  padding-inline: 1.25rem;
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-benefits__area {
    margin-top: 0.5rem;
    padding-block: 3.4375rem;
    padding-inline: 3.125rem;
  }
}

.p-benefits-area__btn {
    width: 100%;
}

.p-benefits-item-body__speechBubble {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 1.0625rem 1.25rem 1.5rem;
  background: #fff;
  position: relative;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .p-benefits-item-body__speechBubble {
    font-size: 1.6875rem;
    padding: 1.25rem;
  }
}

.p-benefits-item-body__speechBubble::after {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 3.125rem;
  height: 1.5625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.p-benefits-item-body__speechBubble span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}
.p-contact-form-holiday__item {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #D02533;
  padding-block: 0.625rem;
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-holiday__item {
    grid-template-columns: 4.375rem 1fr;
    padding-block: 0.75rem;
  }
}

.p-contact-form-holiday__item:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (min-width: 768px) {
  .p-contact-form-holiday__label {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-contact-form-holiday__data {
  display: grid;
  grid-template-columns: 1.1875rem 1fr;
  gap: 0.625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact-form-holiday__data {
    font-size: 1rem;
  }
}

.p-contact-form-holiday__data::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.1875rem;
  background: url("../images/holiday_dot.png") no-repeat center center/contain;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-holiday__data::before {
    margin-top: 0.75rem;
  }
}

.p-contact__form {
  width: 100%;
}
.p-contact-form__wrapper {
  width: 100%;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__wrapper {
    margin-top: 5.625rem;
  }
}

.p-contact-form__item {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1.5625rem;
  border-top: 2px solid #d4d4d4;
}
@media screen and (min-width: 768px) {
  .p-contact-form__item {
    display: grid;
    grid-template-columns: 15rem 40rem;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.125rem;
    padding-block: 1.25rem;
    border-top: 3px solid #d4d4d4;
  }
}

.p-contact-form__item:first-of-type {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__item:first-of-type {
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form__item:last-child,
  .p-contact-form-item--list {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-contact-form__item:last-child {
  border-bottom: 2px solid #d4d4d4;
}
@media screen and (min-width: 768px) {
  .p-contact-form__item:last-child {
    border-bottom: 3px solid #d4d4d4;
    padding-bottom: 2.5rem;
  }
}

.p-contact-form-item__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-contact-form__name,
.p-contact-form__ruby,
.p-contact-form__address,
.p-contact-form__email,
.p-contact-form__tel,
.p-contact-form__carInfo {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  background: #fff;
  width: 100%;
  height: 3.125rem;
  margin-top: 0.9375rem;
  padding: 0.875rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__name,
  .p-contact-form__ruby,
  .p-contact-form__address,
  .p-contact-form__email,
  .p-contact-form__tel,
  .p-contact-form__carInfo {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact-form-item__head--required::after {
  content: "必須";
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.625rem;
  color: #fff;
  background: #D02533;
  padding: 0.1875rem 0.5rem 0.3125rem;
  font-weight: bold;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__head--required::after {
    font-size: 0.875rem;
    padding: 0.25rem 0.875rem 0.375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-contact-form-item__head--any::after {
  content: "任意";
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 0.625rem;
  color: #fff;
  background: #a2a2a2;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0.5rem 0.3125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__head--any::after {
    font-size: 0.875rem;
    padding: 0.25rem 0.875rem 0.375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-contact-form__radio + span:first-of-type {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio + span:first-of-type {
    margin-top: 0;
  }
}

.p-contact-form__radio-list span:first-of-type span {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio-list span:first-of-type span {
    margin-left: 0;
  }
}

.p-contact-form__radio-list {
  width: 100%;
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio-list {
    margin-top: 0;
    margin-top: initial;
    font-weight: 600;
    font-size: 1.125rem;
    width: 73.4090909091%;
  }
}

.p-contact-form-radioList__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-contact-form-radioList__text {
    font-size: 1rem;
  }
}

.p-contact-form-radioList__text::before {
  content: "※";
}

.p-contact-form__privacy-policy {
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-policy {
    margin-inline: auto;
    margin-top: 4.875rem;
  }
}

.p-contact-form-privacy-policy__consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-contact-form-privacy-policy__consent {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact-form-privacy-policy__consent span {
  margin-top: -1em;
  margin-left: 0.4375rem;
}

_::-webkit-full-page-media,
_:future,
:root .p-contact-form-privacy-policy__consent span {
  margin-top: 0;
  margin-left: 0.6875rem;
}

.p-contact-form-privacy-policy__link {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  letter-spacing: 0.05em;
  color: #D02533;
}
.p-contact-form__btn {
  margin-inline: auto;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  max-width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__btn {
    margin-top: 3.75rem;
    max-width: 20.625rem;
  }
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border: none;
  outline: 2px solid #F0F1F0;
}

.p-contact-form__content-detail {
  background: #fff;
  width: 100%;
  outline: 2px solid transparent;
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  height: 12.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-contact-form__content-detail {
    margin-top: 0;
    margin-top: initial;
    padding: 1.5rem 1.375rem;
    height: 15rem;
  }
}

.p-contact-form__item--content-detail {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
}

input[type=radio] {
  display: none;
}

.p-contact-form__radio-list,
.p-contact-form__radio + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio-list,
  .p-contact-form__radio + span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form__radio-list {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 13.125rem 13.125rem 13.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-radioList__text {
    grid-column: 1/span 3; /* 1番目の列から3番目の列をspanする*/
  }
}

.p-contact-form__radio + span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-contact-form__radio + span:nth-of-type(4) {
    margin-left: 2.5rem;
  }
}

.p-contact-form__radio + span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #353E44;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, .16);
          box-shadow: 0 0 3px 0px rgba(0, 0, 0, .16);
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  margin-right: 0.3125rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio + span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-contact-form__radio:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.24375rem;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #353E44;
}
@media screen and (min-width: 768px) {
  .p-contact-form__radio:checked + span::after {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.3125rem;
  }
}

::-webkit-input-placeholder {
  color: #353E44;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

::-moz-placeholder {
  color: #353E44;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #353E44;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

::placeholder {
  color: #353E44;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=checkbox] {
  display: inline-block;
  cursor: pointer;
  padding-left: 24px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    padding-left: 24px; /*label手前にチェックボックス用の余白を開ける*/
  }
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0.1875rem;
  border: 2px solid #353E44;
  width: 1.125rem; /*チェックボックスの横幅*/
  height: 1.125rem; /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  top: 50%;
  left: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input[type=checkbox]::after {
  border-bottom: 2px solid #fff; /*チェックの太さ*/
  border-left: 2px solid #fff; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 0.375rem; /*チェックの高さ*/
  width: 0.75rem; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px; /*チェック時の位置調整*/
  left: 8px; /*チェック時の位置調整*/
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
_::-webkit-full-page-media,
_:future,
:root input[type=checkbox]::after {
  top: 4px; /*チェック時の位置調整*/
  left: 7px; /*チェック時の位置調整*/
}

input[type=checkbox]:checked::before {
  background-color: #353E44;
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

.p-contact-form-checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-checkList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact-form__checkList span + span {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__checkList span + span {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact-form-item__list label {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__list label {
    font-size: 1.125rem;
  }
}

.p-contact-form-item__item {
  margin-top: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__item {
    display: grid;
    grid-template-columns: 7.5rem 31.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.25rem;
    margin-top: 0;
    margin-top: initial;
    border-bottom: 3px solid #d4d4d4;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-item__item:first-child {
    padding-top: 0;
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-item__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  color: #353E44;
}

select {
  color: #353E44;
}

.p-contact-form__date,
.p-contact-form-item__time {
  position: relative;
}
.p-contact-form-item__calendar::before,
.p-contact-form-item__time::before {
  content: "";
  width: 1.25rem;
  height: 1.375rem;
  background: url("../images/icon-calendar.png") no-repeat center center/contain;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__calendar::before,
  .p-contact-form-item__time::before {
    right: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-contact-form-item__time::before {
  width: 0.875rem;
  height: 0.4375rem;
  right: 1.25rem;
  background: url("../images/icon-arrow.png") no-repeat center center/contain;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-contact-form-item--list {
    padding-block: 1.875rem;
  }
}

.p-contact-form-item-lists__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item-lists__text {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact-form-item-lists__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc803));
  background: linear-gradient(transparent 60%, #ffc803 60%);
}

.p-contact-form-item-lists__text--red {
  color: #D02533;
  font-weight: bold;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item-lists__text--red {
    font-size: 1.125rem;
  }
}

.p-contact-form-item-lists__attention {
  margin-top: 0.625rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item-lists__attention {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-contact-form-item-lists__attention::before {
  content: "※";
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item-lists__attention::before {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-contact-form-item__wrapper {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__wrapper {
    margin-top: 0;
    margin-top: initial;
    display: grid;
    grid-template-columns: 16.875rem 16.875rem;
    gap: 1.25rem 2.5rem;
    padding-block: 1.875rem;
    border-bottom: 3px solid #d4d4d4;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-item__wrapper:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-item__wrapper:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-contact-form-item__calendar,
.p-contact-form-item__time {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.9375rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact-form-item__calendar,
  .p-contact-form-item__time {
    grid-template-columns: 2.5rem 13.75rem;
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form-item__wrapper li:first-child {
    grid-column: 1/span 2;
  }
}

.p-contact-form__date,
.p-contact-form__time {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  background: #fff;
  width: 100%;
  height: 3.125rem;
  padding: 0.875rem 1rem;
  cursor: pointer;
}
.p-footer {
  background-color: #FFC803;
  position: relative;
}
.p-footer::after {
  content: "";
  width: 100%;
  aspect-ratio: 375/77;
  background: url("../images/footer_sp.png") center center/100% 100% no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer::after {
    aspect-ratio: 1440/96;
    background: url("../images/footer_pc.png") center center/100% 100% no-repeat;
  }
}

.p-footer__logo {
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 12.5rem;
  }
}

.p-footer__logo img {
  aspect-ratio: 170/27;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__linkItem {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__linkItem {
    margin-top: 0.9375rem;
  }
}

.p-footer__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 0.875rem;
  }
}

.p-footer__link::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("../images/icon-linkOpen.png") no-repeat center center/contain;
  display: block;
  margin-left: 0.5rem;
}
.p-footer__copy {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.75rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-footer__back-to-top {
  position: absolute;
  bottom: 14.125rem;
  right: 1.25rem;
  width: 7.5rem;
  height: 9.25rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-footer__back-to-top {
    bottom: 16.5625rem;
    right: 3.125rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFC803;
}
.p-fv__image img {
  aspect-ratio: 375/450;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__image img {
    aspect-ratio: 1440/810;
  }
}

.p-fv__contents {
  margin-top: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__contents {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-fv__speechBubble {
  padding: 1.25rem 0.5rem 1.5625rem;
  background: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-fv__speechBubble {
    padding: 1.5625rem 2.9375rem 2.1875rem;
    position: absolute;
    margin-right: calc(50% - 50vw);
    right: 0;
    bottom: 4.625rem;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__speechBubble::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -15px;
    background: #fff;
    height: 2.1650635095rem;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
            clip-path: polygon(100% 0, 100% 100%, 0 50%);
    width: 1.5625rem;
  }
}

.p-fv-speechBubble__title {
  width: 57.6923076923%;
}
@media screen and (min-width: 768px) {
  .p-fv-speechBubble__title {
    width: 100%;
  }
}

.p-fv-speechBubble__text {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-fv-speechBubble__text {
    font-size: 1.6875rem;
    line-height: 1.4074074074;
    text-align: center;
  }
}

.p-fv-speechBubble__btn {
  width: 61.5384615385%;
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-fv-speechBubble__btn {
    width: 100%;
  }
}

.p-fv-contents__image {
  position: absolute;
  width: 26.6666666667%;
  bottom: -8%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-fv-contents__image {
    width: 15.9722222222%;
    left: auto;
    left: initial;
    right: 18.75rem;
    margin-right: calc(50% - 50vw);
    bottom: 3.4375rem;
  }
}

.p-fv-contents__image img {
  aspect-ratio: 100/67;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-fv-contents__image img {
    aspect-ratio: 230/154;
  }
}

.p-fv__btn {
  position: fixed;
  display: none;
  width: 100%;
  background: #353E44;
  padding: 0.9375rem 4.25rem;
  bottom: 0;
  z-index: 444;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    top: 1rem;
    right: 2.5rem;
    width: 16.6666666667%;
    background: none;
    padding: 0;
    padding: initial;
    max-width: 15rem;
    bottom: auto;
    bottom: initial;
  }
}

.p-fv__btn.transform {
  display: block;
  opacity: 1;
}

.p-header__logo {
  width: 7.6875rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 12.5rem;
    top: 1.5625rem;
    left: 1.25rem;
  }
}

.p-header__logo img {
  aspect-ratio: 123/20;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    aspect-ratio: 200/32;
  }
}

.p-payment-list__title {
  background: #353E44;
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 0.8125rem 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-payment-list__title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 1.125rem;
    padding: 1.125rem 0.625rem;
  }
}

.p-payment-list__title:not(:first-child) {
  border-left: 1px solid #D4D4D4;
}
.p-payment__list {
  border: 2px solid #353E44;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-payment__list {
    margin-top: 1.25rem;
  }
}

.p-payment-list__item {
  display: grid;
  grid-template-columns: 40.2985074627% 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-payment-list__item{
    grid-template-columns: 26.3157894737% 1fr 1fr 1fr 1fr;
  }
}

.p-payment__item {
  display: grid;
  grid-template-columns: 40.2985074627% 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-payment__item {
    grid-template-columns: 26.3157894737% 1fr 1fr 1fr 1fr;
  }
}

.p-payment__label {
  background: #fff;
}

.p-payment__label:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
.p-payment__label img {
  aspect-ratio: 135/70;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-payment__label img {
    aspect-ratio: 250/90;
  }
}

.p-payment__data {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding-top: 1.75rem;
  border-left: 1px solid #D4D4D4;
}
@media screen and (min-width: 768px) {
  .p-payment__data {
    font-size: 1.625rem;
    padding-top: 1.875rem;
  }
}

.p-payment__data:nth-child(odd) {
  background: #fff;
}
.p-payment__item:not(:first-child) .p-payment__data {
  border-top: 1px solid #D4D4D4;
}

/* 20250930 追加 */
.p-closed__list {
  border: 2px solid #353E44;
  margin-top: 0.9375rem;
}
.p-closed__list__item {
  display: grid;
  grid-template-columns: 34% 1fr 1fr;
}
.p-closed__label {
  background: #353E44;
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  align-items: center;
}
.p-closed__list__item:last-child .p-closed__label {
  border-bottom: none;
}
.p-closed__unit {
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #D4D4D4;
  font-weight: bold;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.094rem 0.16rem;
}
.p-closed__list__item:last-child .p-closed__unit {
  border-bottom: none;
}
.p-closed__unit:last-child {
  border-left: 1px solid #353E44;
}
.p-closed__list__item:nth-child(even) .p-closed__unit {
  background-color: #F6F6F6;
}
.p-closed__list__item_header .p-closed__unit  {
  padding: 0.344rem 0.16rem;
  font-weight: 500;
}
.p-closed__list__item:nth-child(2) .p-closed__unit {
  padding: 0.344rem 0.16rem;
}
.p-closed__list__item:nth-child(4) .p-closed__unit {
  padding: 0.764rem 0.16rem;
}
.p-closed__unit .text-red {
  color: #D02533;
  line-height: 130%;
}
.p-closed__unit .text-small {
  font-size: 0.95rem;
  margin-top: 8px;
  line-height: 125%;
}
.u-mobile_inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-mobile_inline {
    display: inline;
  }
  .p-closed__list__item {
    grid-template-columns: 24% 1fr 1fr;
  }
  .p-closed__label {
    padding: 1.212rem 2.3rem;
    font-size: 1.125rem;
  }
  .p-closed__unit {
    padding: 1.212rem 2.3rem;
    font-size: 1.26rem;
  }
  .p-closed__list__item_header .p-closed__unit  {
    padding: 0.875rem 2.3rem;
    font-size: 1.125rem;
  }
  .p-closed__unit .text-red {
    font-size: 1rem;
  }
}



.p-reservation {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-reservation {
    margin-top: 12.5rem;
  }
}

.p-reservation__title {
  background: url("../images/reservation.jpg") center center/100% 100% no-repeat;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reservation__title {
    font-size: 3rem;
    padding-block: 7.5rem;
  }
}

.p-reservation__title span {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  margin-bottom: -1em;
}
@media screen and (min-width: 768px) {
  .p-reservation__title span {
    font-size: 1.375rem;
    margin-bottom: -1.5em;
  }
}

.p-reservation__inner {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__inner {
    margin-top: 5rem;
  }
}

.p-reservation__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-reservation__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}

.p-reservation__text + .p-reservation__text {
  margin-top: 1em;
}
.p-reservation__list {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__list {
    margin-top: 1.875rem;
  }
}

.p-reservation__text-pdf {
  color: #D02533;
  text-decoration: underline;
  position: relative;
  padding-right: 1.25rem;
  background-image: url(../images/ic_pdf.svg);
  background-repeat: no-repeat;
  background-size: 0.95rem;
  background-position: right 0.35rem;
  margin-right: 0.4rem;
}

.p-reservation__item {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-reservation__item {
    font-size: 1rem;
  }
}

.p-reservation__item::before {
  content: "※";
}
.p-reservation__item + .p-reservation__item {
  margin-top: 0.3125rem;
}
.p-reservation__wrap {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__wrap {
    margin-top: 5.625rem;
    row-gap: 5.625rem;
  }
}

.p-reservation__box:not(:first-child) {
  border-top: 1px solid #D4D4D4;
}
.p-reservation__box:last-child {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__box:last-child {
    padding-top: 5.625rem;
  }
}

.p-reservationp-subtitle {
  padding-left: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reservationp-subtitle {
    padding-left: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-reservationp-subtitle::before {
  content: "";
  width: 0.25rem;
  height: 74.0740740741%;
  background: #FFC803;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-reservationp-subtitle::before {
    width: 0.3125rem;
    height: 75%;
  }
}

.p-reservationp-box--btn {
  margin-top: 1.25rem;
  margin-bottom: 2.15rem;
}
@media screen and (min-width: 768px) {
  .p-reservationp-box--btn {
    margin-top: 1.1875rem;
    margin-bottom: 2.5rem;
  }
}

.p-reservation__box--tel {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--tel {
    margin-top: 1.1875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-reservation__box--tel-btn {
  padding: 0.9375rem 1.875rem 0.8125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--tel-btn {
    padding: 1.375rem 2.5rem 1.3125rem;
    pointer-events: none;
  }
}

.p-reservation__box--tel-text {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--tel-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-reservation__box--tel-number {
  display: block;
  margin-top: 0.125rem;
  padding-left: 1.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--tel-number {
    margin-top: 0.25rem;
    padding-left: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-reservation__box--tel-number::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url(../images/icon_tel.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-reservation__box--tel-number::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-reservation__box--text {
  margin-top: 1.1875rem;
  font-size: 1rem;
  color: #D02533;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--text {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-reservation__box--attention {
  margin-top: 0.375rem;
  padding-left: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--attention {
    margin-top: 0.125rem;
    padding-left: 1.0625rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-reservation__box--attention::before {
  content: "※";
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-reservation__box--attention::before {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-reservation__box-inner {
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__box-inner {
    gap: 1.875rem;
  }
}
.p-reservation__img {
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__img {
    width: 4.375rem;
  }
}
.p-reservation__img img {
  width: 100%;
  height: auto;
}
.p-reservation__text-wrap {
  width: calc(100% - 5rem);
}

.p-reservation__app {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reservation__app {
    flex-flow: row;
  }
}
.p-reservation__app-link {
  height: 3.75rem;
  width: auto;
}
.p-reservation__app-link img {
  width: auto;
  height: 100%;
}

.p-service__title {
  background: url("../images/service_01.jpg") center center/130% 100% no-repeat;
  padding-top: 2.0625rem;
  padding-bottom: 3.4375rem;
  padding-inline: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 3rem;
    padding-top: 8.75rem;
    padding-bottom: 13.125rem;
  }
}

.p-service__speechBubble {
  background: #fff;
  padding: 1.5625rem 1.25rem 2.1875rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
  position: relative;
  -webkit-transform: translateY(-1.5625rem);
          transform: translateY(-1.5625rem);
}
@media screen and (min-width: 768px) {
  .p-service__speechBubble {
    padding: 2.5rem 4.0625rem 4.0625rem;
    -webkit-transform: translateY(-6.875rem);
            transform: translateY(-6.875rem);
  }
}

.p-service__speechBubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  background: #fff;
  height: 0.811898816rem;
  width: 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-service__speechBubble::after {
    height: 1.3531646934rem;
    width: 2.5rem;
  }
}

.p-service-speechBubble__title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  text-align: center;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__title {
    font-size: 1.6875rem;
    padding-bottom: 0.9375rem;
    border-bottom: 3px solid #353E44;
  }
}

.p-service-speechBubble__wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-speechBubble__image {
    width: 42.6829268293%;
  }
}

.p-service-speechBubble__image img {
  aspect-ratio: 295/148;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__image img {
    aspect-ratio: 350/175;
  }
}

.p-service-speechBubble__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__list {
    margin-top: 0;
    margin-top: initial;
    width: 51.8292682927%;
  }
}

.p-service-speechBubble__item {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__item {
    font-size: 1.125rem;
  }
}

.p-service-speechBubble__item + .p-service-speechBubble__item {
  margin-top: 0.5rem;
}
.p-service-speechBubble__item span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}

.p-service-speechBubble__item::before {
  content: "";
  width: 0.9375rem;
  height: 0.703125rem;
  display: inline-block;
  -webkit-clip-path: none;
          clip-path: none;
  background: url("../images/iIcon-check.png") no-repeat center center/contain;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-speechBubble__item::before {
    width: 1.25rem;
    height: 0.9375rem;
  }
}

.p-service__declaration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__declaration {
    margin-top: -3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-service-declaration__image {
  width: 47.7611940299%;
}
@media screen and (min-width: 768px) {
  .p-service-declaration__image {
    width: 28.2608695652%;
  }
}

.p-service-declaration__image img {
  aspect-ratio: 160/107;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service-declaration__image img {
    aspect-ratio: 260/175;
  }
}

.p-service-declaration__wrapper {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service-declaration__wrapper {
    margin-top: 0;
    margin-top: initial;
    width: 67.7173913043%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-service-declaration__text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #353E44;
  padding: 0.3125rem 0.625rem 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-declaration__text {
    font-size: 3rem;
    padding: 0.625rem 0.3125rem 0.875rem 0.75rem;
  }
}

.p-service-declaration__text + .p-service-declaration__text {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-service-declaration__text + .p-service-declaration__text {
    margin-top: 0.625rem;
  }
}

.p-service__tireStorage {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__tireStorage {
    margin-top: 5.625rem;
  }
}

.p-service-tireStorage__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage__list {
    margin-top: 1.875rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125rem;
  }
}

.p-service-tireStorage-item__image img {
  aspect-ratio: 160/160;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service-tireStorage-item__text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-item__text {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-service-tireStorage-item__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}
.p-service-tireStorage__price {
  margin-top: 3.75rem;
}
.p-service-tireStorage-price__list {
  margin-top: 0.9375rem;
  border: 1px solid #353E44;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-price__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 2px solid #353E44;
  }
}

.p-service-tireStorage-price__item {
  text-align: center;
}
.p-service-tireStorage-price__list .p-service-tireStorage-price__item:nth-child(even) {
  border-left: 1px solid #d4d4d4;
}

@media screen and (min-width: 768px) {
  .p-service-tireStorage-price__item:not(:first-child) {
    border-left: 1px solid #d4d4d4;
  }
}

.p-service-tireStorage-price-item__size {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #353E44;
  color: #fff;
  padding: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-price-item__size {
    font-size: 1.125rem;
    padding: 1.0625rem;
  }
}

.p-service-tireStorage-price-item__price {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  padding: 0.625rem 0.9375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-price-item__price {
    font-size: 2.25rem;
    padding: 1.25rem 1.25rem 1.75rem;
  }
}

.p-service-tireStorage-price-item__price::before {
  content: "¥";
  margin-right: -0.625rem;
}
.p-service-tireStorage-price__note {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-price__note {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-service-tireStorage-price-note__item {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-service-tireStorage-price-note__item + .p-service-tireStorage-price-note__item {
  margin-top: 0.3125rem;
}
.p-service-tireStorage-price-note__item::before {
  content: "※";
}
.p-service-tireStorage-price__text {
  margin-top: 2.8125rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-service-tireStorage-price__text {
    text-align: center;
    margin-top: 4.6875rem;
    font-size: 1.25rem;
  }
}

.p-service-tireStorage-price__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}
.p-shop {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-shop {
    margin-top: 12.5rem;
  }
}

.p-shop__title {
  background: url("../images/shop.jpg") center center/100% 100% no-repeat;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop__title {
    font-size: 3rem;
    padding-block: 7.5rem;
  }
}

.p-shop__title span {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  margin-bottom: -1em;
}
@media screen and (min-width: 768px) {
  .p-shop__title span {
    font-size: 1.375rem;
    margin-bottom: -1.5em;
  }
}

.p-shop__map {
  margin-top: 1.5625rem;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .p-shop__map {
    margin-top: 5rem;
    height: 37.5rem;
  }
}

#id {
  width: 100%;
  height: 100%;
}
.bg-yellow {
  background: #FFC803;
}

.p-thanks {
  background: #FFC803;
}
.p-thanks__inner {
  background: #F0F1F0;
  padding: 1.5625rem 1.25rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner {
    padding: 5.625rem 6.5625rem;
  }
}

.p-thanks__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.p-thanks__text {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    margin-top: 2.1875rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-thanks__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}
.p-thanks__btn {
  margin-top: 2.1875rem;
  width: 81.3559322034%;
  max-width: 15rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 3.125rem;
    width: 25.2631578947%;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-tireOil-new-labor-cost {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost {
    margin-top: 3.75rem;
  }
}

.p-tireOil-new-labor-cost__text {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-tireOil-new-labor-cost__wrapper {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__wrapper {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 25.2631578947%;
  }
}

.p-tireOil-new-labor-cost__list {
  display: grid;
  background: #fff;
  border: 1px solid #353E44;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__list {
    border-bottom: 1px solid #353E44;
  }
}

.p-tireOil-new-labor-cost__item {
  display: grid;
  grid-template-columns: 34.328358209% 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__item {
    grid-template-columns: 32.3943661972% 1fr 1fr;
  }
}

.p-tireOil-new-labor-cost__label {
  background: #353E44;
  color: #fff;
  font-weight: 500;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__label {
    font-size: 1.125rem;
    padding: 1.375rem 0.625rem 1.375rem 2.5rem;
  }
}

.p-tireOil-new-labor-cost__item:not(:first-child) .p-tireOil-new-labor-cost__label {
  border-top: 1px solid #D4D4D4;
}
.p-tireOil-new-labor-cost__unit {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem;
  border-left: 1px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__unit {
    font-size: 1.125rem;
    padding: 0.875rem;
  }
}

.p-tireOil-new-labor-cost__price {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  padding: 0.9375rem;
  border-top: 1px solid #D4D4D4;
  border-left: 1px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__price {
    font-size: 1.875rem;
  }
}

.p-tireOil-new-labor-cost__total {
  background: #fff;
  border: 1px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__total {
    display: grid;
    border-left: none;
  }
}

.p-tireOil-new-labor-cost__total span {
  padding: 0.6875rem;
  font-weight: bold;
  font-size: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__total span {
    font-size: 2.25rem;
  }
}

.p-tireOil-new-labor-cost__total span::before {
  content: "合計（1台分）";
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-new-labor-cost__total span::before {
    font-size: 1rem;
    text-indent: 1em;
  }
}

.p-tireOil-others {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others {
    margin-top: 3.75rem;
  }
}

.p-tireOil-others__list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-tireOil-others-item__title {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #353E44;
  color: #fff;
  padding: 0.625rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    padding: 1.0625rem;
  }
}

.p-tireOil-others-item__title::before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/other01.png") no-repeat center center/contain;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__title::before {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.p-tireOil-others-item:nth-child(2) .p-tireOil-others-item__title::before {
  background: url("../images/other02.png") no-repeat center center/contain;
}
.p-tireOil-others-item__contents {
  background: #fff;
  padding: 1.25rem 0.625rem;
  border: 1px solid #353E44;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__contents {
    padding: 1.25rem 0.625rem 2.1875rem;
    border: 2px solid #353E44;
  }
}

.p-tireOil-others-item__price {
  font-size: 1.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__price {
    font-size: 2.25rem;
    line-height: 1.6666666667;
    padding-bottom: 1.25rem;
  }
}

.p-tireOil-others-item__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    line-height: 1.4;
  }
}

.p-tireOil-others-item__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc803));
  background: linear-gradient(transparent 60%, #ffc803 60%);
}
.p-tireOil-others__list02 {
  margin-top: 1.875rem;
}
.p-tireOil-others-item02 {
  border: 1px solid #353E44;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item02 {
    border: 2px solid #353E44;
  }
}

.p-tireOil-others-item__title02::before {
  display: none;
}
.p-tireOil-others-item__price02 {
  font-size: 0.75rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__price02 {
    font-size: 0.875rem;
    padding: 0.9375rem;
  }
}

.p-tireOil-others-item__price02 span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__price02 span {
    font-size: 2.25rem;
    gap: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}

.p-tireOil-others-item__price02 span::before {
  content: "44B19L";
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-tireOil-others-item__price02 span::before {
    font-size: 1.5rem;
  }
}

.p-tireOil-others-item02:nth-child(2) .p-tireOil-others-item__price02 span::before {
  content: "1本";
}
.p-tireOil-summer-tires {
  margin-top: 2.8125rem;
}
.p-tireOil-summer-tires__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires__text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}

.p-tireOil-summer-tires__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc803));
  background: linear-gradient(transparent 60%, #ffc803 60%);
}
.p-tireOil-summer-tires__list {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-tireOil-summer-tires__item + .p-tireOil-summer-tires__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires__item + .p-tireOil-summer-tires__item {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-tireOil-summer-tires__item {
  background: #fff;
  padding: 0.75rem 0.625rem;
  display: grid;
  grid-template-columns: 60.3174603175% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires__item {
    padding: 0.9375rem;
  }
}

.p-tireOil-summer-tires__item img {
  aspect-ratio: 190/122;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tireOil-summer-tires__itemText span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc803));
  background: linear-gradient(transparent 60%, #ffc803 60%);
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires__itemText span {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-tireOil-summer-tires-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  padding: initial;
  gap: initial;
}
.p-tireOil-summer-tires-item__title {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #353E44;
  padding: 0.625rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires-item__title {
    font-size: 1.125rem;
    padding: 0.75rem;
  }
}

.p-tireOil-summer-tires-item__contents {
  padding: 0.8125rem;
  border: 1px solid #353E44;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires-item__contents {
    padding: 1.5625rem;
    border: 2px solid #353E44;
  }
}

.p-tireOil-summer-tires-item__price {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires-item__price {
    font-size: 2.25rem;
    line-height: 1.6666666667;
  }
}

.p-tireOil-summer-tires-item__text {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires-item__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-tireOil-summer-tires-note {
    width: 50%;
    margin-left: auto;
  }
}

.p-tireOil__title {
  background: url("../images/service_02.png") center center/100% 100% no-repeat;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tireOil__title {
    font-size: 3rem;
    padding-block: 7.5rem;
  }
}

.p-tireOil__tireChange {
  margin-top: 1.875rem;
}
.p-tireOil-tireChange__list {
  margin-top: 0.9375rem;
  border: 1px solid #353E44;
  display: grid;
  grid-template-rows: auto auto; /* 2行に設定 */
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-tireOil-tireChange__list {
    margin-top: 1.25rem;
    grid-template-columns: 30% 30% 1fr; /* 3列に設定 */
    border: 2px solid #353E44;
  }
}

@media screen and (min-width: 768px) {
  .p-tireOil-tireChange__item:nth-child(3) {
    grid-column: initial;
  }
}

.p-tireOil-tireChange__item:nth-child(even), .p-tireOil-oilChange__item:nth-child(even) {
  border-left: 1px solid #d4d4d4;
}

@media screen and (min-width: 768px) {
  .p-tireOil-tireChange__item:not(:first-child) {
    border-left: 1px solid #d4d4d4;
  }
}

.p-tireOil-tireChange__item, .p-tireOil-oilChange__item {
  text-align: center;
}
.p-tireOil-tireChange-item__size, .p-tireOil-oilChange-item__size {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #353E44;
  color: #fff;
  padding: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-tireChange-item__size, .p-tireOil-oilChange-item__size {
    font-size: 1.125rem;
    padding: 1.0625rem;
  }
}

.p-tireOil-tireChange-item__price, .p-tireOil-oilChange-item__price {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  padding: 0.625rem 0.9375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil-tireChange-item__price, .p-tireOil-oilChange-item__price {
    font-size: 2.25rem;
    padding: 1.25rem 1.25rem 1.75rem;
  }
}

.p-tireOil-tireChange-item__price::before, .p-tireOil-oilChange-item__price::before {
  content: "¥";
  margin-right: -0.625rem;
}
.p-tireOil-tireChange__note, .p-tireOil-oilChange__note {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-tireOil-tireChange__note, .p-tireOil-oilChange__note {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-tireOil-tireChange-note__item, .p-tireOil-oilChange-note__item {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-tireOil-tireChange-note__item + .p-tireOil-tireChange-note__item, .p-tireOil-oilChange-note__item + .p-tireOil-oilChange-note__item {
  margin-top: 0.3125rem;
}
.p-tireOil-tireChange-note__item::before, .p-tireOil-oilChange-note__item::before {
  content: "※";
}
.p-tireOil__oilChange {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-tireOil__oilChange {
    margin-top: 3.75rem;
  }
}

.p-tireOil-oilChange__list {
  margin-top: 0.9375rem;
  border: 1px solid #353E44;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-tireOil-oilChange__list {
    border: 2px solid #353E44;
  }
}

.p-tireOil-oilChange__text {
  margin-top: 2.8125rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-tireOil-oilChange__text {
    text-align: center;
    margin-top: 4.6875rem;
    font-size: 1.25rem;
  }
}

.p-tireOil-oilChange__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC803));
  background: linear-gradient(transparent 60%, #FFC803 60%);
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
