@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.icn-campagin {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-01.svg);
  height: 35px;
  margin-left: 12px;
  margin-right: 16px;
  width: 56px;
}
.icn-itsudemo {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-02.svg);
  height: 23px;
  margin-left: 14px;
  margin-right: 22px;
  width: 52px;
}
.icn-hajimete {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-03.svg);
  height: 42px;
  margin-left: 22px;
  margin-right: 31px;
  width: 34px;
}
.icn-kouchin {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-04.svg);
  height: 45px;
  margin-left: 12px;
  margin-right: 22px;
  width: 51px;
}
.icn-tire {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-05.svg);
  height: 42px;
  margin-left: 17px;
  margin-right: 26px;
  width: 42px;
}
.icn-qa {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/icn-06.svg);
  height: 34px;
  margin-left: 10px;
  margin-right: 17px;
  width: 58px;
}
.icn-18inch {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/06/icn-07.svg);
  height: 27px;
  margin-left: 4px;
  margin-right: 12px;
  width: 68px;
}
.icn-wet {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/06/icn-8.svg);
  height: 41px;
  margin-left: 21px;
  margin-right: 30px;
  width: 33px;
}
.icn-calendar {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/07/icn-09.svg);
  height: 41px;
  margin-left: 16px;
  margin-right: 25px;
  width: 48px;
}
.icn-shop {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/07/icn-10.svg);
  height: 37px;
  margin-left: 4px;
  margin-right: 14px;
  width: 67px;
}
.icn-sheet {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/08/icn-10.svg);
  height: 39px;
  margin-left: 11px;
  margin-right: 20px;
  width: 53px;
}
.icn-coupon {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/08/icn-06.svg);
  height: 22px;
  margin-left: 12px;
  margin-right: 20px;
  width: 50px;
}
.modal-open {
  cursor: pointer;
}
.modal-content {
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  text-align: center;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.modal-content.active {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.modal-content .modal-body {
  background-color: #fff;
  border-radius: 10px;
  max-height: 90vh;
  max-width: 765px;
  padding: 10px 10px 20px;
  position: relative;
  vertical-align: middle;
}
.modal-content .modal-body img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.modal-content .modal-body .modal-body__inner {
  height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px 10px 0;
  width: 100%;
}
.modal-content .modal-close {
  background: #000;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px #000;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: -20px;
  text-decoration: none;
  top: -20px;
  width: 40px;
  z-index: 999;
}
.modal-content .modal-close:before {
  transform: rotate(-45deg);
}
.modal-content .modal-close:after,
.modal-content .modal-close:before {
  background: #fff;
  content: "";
  display: block;
  height: 4%;
  left: 50%;
  margin: -3% 0 0 -24%;
  position: absolute;
  top: 50%;
  width: 50%;
}
.modal-content .modal-close:after {
  transform: rotate(45deg);
}
.shop-list {
  margin: 0 3.3333333333vw 3.3333333333vw !important;
  padding: 3.3333333333vw 0 !important;
}
.shop-list .shop-list__detail {
  background-color: #fff;
  border-radius: 10px;
  margin: 2vw auto 0;
  padding: 2.6666666667vw;
}
.shop-list .shop-list__detail:first-child {
  margin-top: 0;
}
.shop-list .shop-list__detail .shop-image {
  margin: 0 auto;
  text-align: center;
}
.shop-list .shop-list__detail .shop-address {
  margin: 2.6666666667vw auto;
  padding: 0;
}
.shop-list .shop-list__detail .shop-address img {
  margin: 0;
}
.shop-list .shop-list__detail .contact,
.shop-list .shop-list__detail .map {
  display: block;
  margin: 2vw auto 0;
}
.tab-menu input {
  display: none;
}
.tab-menu .tab-btns {
  display: flex;
}
.tab-menu .tab-contents > div {
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 100%;
}
.tab-menu .tab-contents > div > img {
  height: 0;
}
.tab-menu .tab-contents .tab-contents__01 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
.tab-menu .tab-contents .tab-contents__01 > img {
  height: auto;
}
.tab-menu .tab-contents .tab-contents__03 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
.tab-menu .tab-contents .tab-contents__03 > img {
  height: auto;
}
#tab-01:checked ~ .tab-contents .tab-contents__01 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
#tab-01:checked ~ .tab-contents .tab-contents__01 > img {
  height: auto;
}
#tab-02:checked ~ .tab-contents .tab-contents__01 {
  height: 0;
  opacity: 0;
}
#tab-02:checked ~ .tab-contents .tab-contents__02 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
#tab-02:checked ~ .tab-contents .tab-contents__02 > img {
  height: auto;
}
#tab-03:checked ~ .tab-contents .tab-contents__03 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
#tab-03:checked ~ .tab-contents .tab-contents__03 > img {
  height: auto;
}
#tab-04:checked ~ .tab-contents .tab-contents__03 {
  height: 0;
  opacity: 0;
}
#tab-04:checked ~ .tab-contents .tab-contents__04 {
  height: auto;
  opacity: 1;
  transition: 0.7s;
}
#tab-04:checked ~ .tab-contents .tab-contents__04 > img {
  height: auto;
}
.select-dropdown .dropdown-header {
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-dropdown .dropdown-header:focus {
  outline: none;
}
.select-dropdown .dropdown-header .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  height: 0;
  transition: transform 0.3s ease;
  width: 0;
}
.select-dropdown .dropdown-list {
  border: 1px solid #000;
  border-top: none;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.select-dropdown .dropdown-list li {
  cursor: pointer;
  padding: 1.3333333333vw 2vw;
  transition: background-color 0.2s ease;
}
.select-dropdown .dropdown-list li:hover {
  filter: brightness(1.1);
}
.select-dropdown .dropdown-list li.selected {
  font-weight: 700;
}
.select-dropdown.dropdown-open .arrow {
  transform: rotate(180deg);
}
.select-dropdown.dropdown-open .dropdown-list {
  display: block;
}
.select-dropdown.dropdown-open .dropdown-list li:first-child {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 0 !important;
}
main {
  padding: 0 !important;
}
.content {
  margin-top: 0;
}
.entry-content {
  margin: 0 auto !important;
}
.entry-content .entry-content__inner {
  background-attachment: fixed;
  background-color: #f4ede3;
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/04/bg-scaled.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  font-family:
    YakuHanJP,
    Noto Sans JP,
    YuGothic,
    游ゴシック Medium,
    Yu Gothic Medium,
    游ゴシック,
    Yu Gothic,
    メイリオ,
    sans-serif;
  position: relative;
  width: 100%;
}
.entry-content .entry-content__inner.bg-202509 {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/08/bg-202509.webp);
  background-size: 100% auto;
}
.entry-content .entry-content__inner.bg-202510 {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2026/01/bg-202510.webp);
  background-size: 100% auto;
}
.entry-content .entry-content__inner.bg-spring {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2026/03/bg-spring.webp);
  background-size: 100% auto;
}
.entry-content .entry-content__inner .entry-content__logo {
  display: none;
}
.entry-content .entry-content__inner .navigation {
  color: #00583b;
  display: none;
}
.entry-content .entry-content__inner .navigation a {
  color: inherit;
  text-decoration: none;
}
.entry-content .entry-content__inner .navigation .navigation-inner {
  position: relative;
}
.entry-content .entry-content__inner .navigation .navigation-inner h2 {
  background: none;
  font-family: Murecho, sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
}
.entry-content .entry-content__inner .navigation .navigation-inner h2 .navigation-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 30px;
  vertical-align: top;
}
.entry-content .entry-content__inner .navigation .navigation-inner .shop-site__link {
  font-family: Murecho, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: fixed;
  right: 60px;
  top: 40px;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main.test li {
  padding-left: 0 !important;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main.icon-list li {
  padding-left: 0;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main li {
  align-items: center;
  border-bottom: 1px solid #00583b;
  display: flex;
  height: 70px;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main li a {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 1;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__main li img {
  height: auto;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer {
  list-style-type: none;
  margin: 45px 0 0;
  padding: 0;
  width: 100%;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li {
  align-items: center;
  display: flex;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li a {
  margin: 0;
  padding: 0;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li a:first-child {
  display: flex;
  font-family: Murecho, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-justify: inter-character;
  width: 120px;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li a:nth-child(2) {
  font-size: 14px;
  letter-spacing: -0.1rem;
  margin-left: 30px;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li:first-child a:first-child {
  letter-spacing: 0.05rem;
  text-justify: auto;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li:nth-child(2) a:first-child {
  font-size: 17px;
  letter-spacing: -0.11rem;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li:nth-child(3) a:first-child {
  align-items: center;
  justify-content: center;
}
.entry-content .entry-content__inner .navigation .navigation-inner .navigation-list .navigation-list__footer li:nth-child(3) a:first-child img {
  height: 70px;
  width: 70px;
}
.entry-content .entry-content__inner .modal-open {
  cursor: pointer;
}
.entry-content .entry-content__inner .entry-content__main {
  container-type: inline-size;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main .wp-video {
  background-color: #1d9e3b;
  padding: 4vw;
}
.entry-content .entry-content__inner .entry-content__main .wp-video .mejs-mediaelement {
  background-color: #1d9e3b;
}
.entry-content .entry-content__inner .entry-content__main .footer-shops {
  background-color: #000;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu {
  background-color: #fffbc6;
  padding: 2.6666666667vw 4vw 8vw;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 91.1111111111vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu .menu-list li {
  margin: 2.6666666667vw 0 0;
  width: 43.3333333333vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu .tab-btns {
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu .tab-btns li {
  align-items: center;
  display: flex;
  height: 19.5555555556cqw;
  justify-content: center;
  width: 45.3333333333cqw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns {
  background-color: #000;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns li {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns li:first-child {
  background-color: #8f1d2a;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns li:first-child img {
  height: auto;
  width: 35.1111111111cqw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns li:nth-child(2) {
  background-color: #004994;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__01 .tab-btns li:nth-child(2) img {
  height: auto;
  width: 35.1111111111cqw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns {
  background-color: #fff9b0;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns li {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns li:first-child {
  background-color: #e60012;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns li:first-child img {
  height: auto;
  width: 38.8888888889cqw;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns li:nth-child(2) {
  background-color: #231815;
}
.entry-content .entry-content__inner .entry-content__main.content-202508 .tab-menu__02 .tab-btns li:nth-child(2) img {
  height: auto;
  width: 41.3333333333cqw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu {
  background-color: #fffbc6;
  padding-bottom: 2.6666666667vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 91.1111111111vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu .menu-list li {
  margin: 2.6666666667vw 0 0;
  width: 43.3333333333vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu .menu-list li img {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 {
  background-color: #df0615;
  padding: 2.3703703704vw 0 7.4074074074vw;
  text-align: center;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:first-of-type {
  height: auto;
  width: 94.2962962963%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(2) {
  height: auto;
  margin-top: 4.4444444444vw;
  width: 79.7037037037%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(3),
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(4) {
  height: auto;
  margin-top: 1.4814814815vw;
  width: 79.7037037037%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(5) {
  height: auto;
  margin-top: 5.1851851852vw;
  width: 91.7037037037%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 a img {
  height: auto;
  margin-top: 3.7037037037vw;
  width: 90.3703703704%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 {
  align-items: center;
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/09/bg_2025072-scaled.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.3333333333vw 0 5.3333333333vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-590 {
  width: 98.8888888889%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-591 {
  margin: 0 auto;
  position: relative;
  width: 98.8888888889%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-592 {
  margin: -4vw auto 0;
  width: 98.8888888889%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-593 {
  margin: 0 auto;
  width: 89.7777777778%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image {
  position: relative;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image:after {
  background-image: url(https://www.kasukabe.tg-kantou.com/lp/wp-content/uploads/2025/08/icn_plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12.8vw;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -4vw;
  width: 12.8vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image:nth-of-type(2):after {
  top: -8vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list {
  list-style-type: none;
  margin: 0 auto 0.6666666667vw;
  padding: 0 2.1333333333vw;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list a:hover {
  filter: brightness(1.1);
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list li {
  margin: 1.0666666667vw auto 0;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list li img {
  height: auto;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 {
  background-color: #fffbc7;
  padding-bottom: 5.5555555556vw;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box {
  margin: 0 auto;
  padding: 1.1111111111vw 0 0.7407407407vw;
  width: 92.962962963%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .coupon-list__shop {
  align-items: center;
  background-color: #e60012;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 3rem;
  line-height: 1;
  margin: 5.3333333333vw auto;
  position: relative;
  width: 87.9069767442%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .coupon-list__shop .dropdown-header {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .coupon-list__shop .dropdown-header .selected-value {
  text-align: center;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .coupon-list__shop .dropdown-header .selected-value a {
  color: #fff;
  text-decoration: none;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:first-child {
  background-color: #d3edfb;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:first-child img:first-child {
  margin: 0 auto;
  width: 90.5925925926%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:nth-child(2) {
  background-color: #fff;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  margin-top: 2.962962963vw;
  position: relative;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:nth-child(2) .wp-image-614 {
  height: auto;
  left: -1.3333333333vw;
  position: absolute;
  top: 4.2666666667vw;
  width: 26.8148148148%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:nth-child(2) .wp-image-615 {
  margin: 0 auto;
  width: 90.6666666667%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.2222222222vw auto 0;
  padding: 0;
  width: 100%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li {
  margin: 0;
  padding: 0;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li img {
  height: auto;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:first-child {
  width: 22.8148148148%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(2) {
  margin: 0 6.4444444444% 0 5.7777777778%;
  width: 22.962962963%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(3) {
  width: 22.8148148148%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(4) {
  margin: 2.962962963vw 0 0;
  width: 21.4814814815%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(5) {
  margin: 2.962962963vw 2.2222222222% 0 1.9259259259%;
  width: 23.2592592593%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(6) {
  margin: 2.962962963vw 1.8518518519% 0 0;
  width: 21.1851851852%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(7) {
  margin: 2.962962963vw 0 0;
  width: 21.7777777778%;
}
.entry-content .entry-content__inner .entry-content__main.content-202509 .shop-list {
  margin-bottom: 0 !important;
}

.entry-content .entry-content__inner .entry-content__main {
  .content-202512 {
    background-image: linear-gradient(to right, #a37400, #d5bb3c 32.7273%, #f2d96f 64.8485%, #a48100);
    padding-block: calc(13 / 340 * 100cqw) calc(33 / 340 * 100cqw);
    padding-inline: calc(15 / 340 * 100cqw);
    width: 100%;
  }
  .content-202512__title {
    filter: drop-shadow(1.4px 1.4px 1.4px color-mix(in srgb, #000 55%, transparent));
    * + & {
      margin-top: calc(14 / 340 * 100cqw);
    }
  }
  .content-202512__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: calc(9 / 340 * 100cqw);
    column-gap: calc(14 / 340 * 100cqw);
    /* width: calc(310 / 340 * 100cqw); */
    margin-top: calc(10 / 340 * 100cqw);
    margin-inline: auto;
    padding: 0;
    filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
  }
  .content-202512__menu-item--column-span-2 {
    grid-column: span 2;
  }
}

#go-to-top button {
  background-color: #000;
  border-radius: 5%;
  bottom: 20px;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 32px;
  opacity: 0.5;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 32px;
  z-index: 9999;
}
#go-to-top button:after {
  aspect-ratio: 1;
  background-color: #fff;
  background-position: 50%;
  bottom: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
#go-to-top button span {
  display: none;
}
@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .modal-content .modal-body {
    max-width: 90%;
    padding: 10px;
  }
  .modal-content .modal-body img {
    height: auto;
    width: 100%;
  }
  .modal-content .modal-body .modal-body__inner {
    height: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .shop-list {
    margin: 0 25px 25px !important;
    padding: 25px 0 !important;
  }
  .shop-list .shop-list__detail {
    margin: 15px auto 0;
    padding: 20px;
  }
  .shop-list .shop-list__detail .shop-address {
    margin: 20px auto;
  }
  .shop-list .shop-list__detail .shop-address img {
    height: auto;
    width: 100%;
  }
  .shop-list .shop-list__detail .contact,
  .shop-list .shop-list__detail .map {
    margin: 15px auto 0;
  }
  .select-dropdown .dropdown-list li {
    padding: 10px 15px;
  }
  .entry-content .entry-content__inner .entry-content__logo {
    display: block;
    left: 3.7037037037%;
    max-width: 170px;
    position: fixed;
    top: 30px;
    width: 12.5925925926%;
  }
  .entry-content .entry-content__inner .navigation {
    display: block;
    left: calc(17.05% + 519.5px);
    position: fixed;
    top: 0;
    width: 27.96486%;
  }
  .entry-content .entry-content__inner .navigation a:hover {
    opacity: 0.6;
  }
  .entry-content .entry-content__inner .navigation .navigation-inner .navigation-list {
    height: 100%;
    position: absolute;
    top: 140px;
    width: 100%;
  }
  .entry-content .entry-content__inner .entry-content__main {
    margin-left: 17.0571%;
    min-width: 450px;
    overflow: hidden;
    position: relative;
    width: 32.9429%;
  }
  .entry-content .entry-content__inner .entry-content__main .wp-video {
    padding: 15px;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu {
    padding: 20px 4.4444444444% 60px;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu .menu-list {
    width: 91.1111111111%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202508 .content-menu .menu-list li {
    margin: 4.0740740741% 0 0;
    width: 43.3333333333%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu {
    padding-bottom: 4.0740740741%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu .menu-list {
    width: 91.1111111111%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-menu .menu-list li {
    margin: 4.0740740741% 0 0;
    width: 43.3333333333%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 {
    padding: 1.1851851852vw 0 3.7037037037vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(2) {
    margin-top: 2.3703703704vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(3),
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(4) {
    margin-top: 0.7407407407vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 img:nth-of-type(5) {
    margin-top: 2.5925925926vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__01 a img {
    margin-top: 1.8518518519vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 {
    padding: 10px 0 40px;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-590 {
    margin-left: 1.1111111111%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image-592 {
    margin-top: -1.3333333333vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image:after {
    height: 4.2666666667vw;
    top: -1.3333333333vw;
    width: 4.2666666667vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .wp-image:nth-of-type(2):after {
    top: -2.6666666667vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list {
    margin: 0 auto 5px;
    padding: 0 16px;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__02 .content-202509__list li {
    margin: 8px auto 0;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 {
    padding-bottom: 2.5925925926vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .coupon-list__shop {
    font-size: 1.8rem;
    height: 3.3333333333vw;
    margin: 1.3333333333vw auto 0;
    width: 95.5555555556%;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:nth-child(2) {
    margin-top: 1.4814814815vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box:nth-child(2) .wp-image-614 {
    left: -0.6666666667vw;
    top: 2.1333333333vw;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list {
    margin: 1.1111111111vw auto 0;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(4) {
    margin: 1.4814814815vw 0 0;
  }
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(5),
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(6),
  .entry-content .entry-content__inner .entry-content__main.content-202509 .content-202509__03 .content-box .tire-list li:nth-child(7) {
    margin-top: 1.4814814815vw;
  }
}
@media screen and (min-width: 1440px) {
  .entry-content .entry-content__inner .navigation {
    left: 55.92972%;
  }
}
.entry-content .entry-content__inner .entry-content__main.content-202606 .content-202606__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: calc(9 / 340 * 100cqw);
  column-gap: calc(14 / 340 * 100cqw);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.65));
}

.entry-content .entry-content__inner .entry-content__main.content-202606 .content-202606__menu li {
  margin: 0;
  padding: 0;
}

.entry-content .entry-content__inner .entry-content__main.content-202606 .content-202606__menu a {
  display: block;
}

.entry-content .entry-content__inner .entry-content__main.content-202606 .content-202606__menu img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.entry-content .entry-content__inner .entry-content__main.content-202606 .content-202606__menu-item--column-span-2 {
  grid-column: span 2;
}
.content-202606__menu img,
.content-202606__menu img.aligncenter,
.content-202606__menu img.alignnone {
  width: 100%;
  margin: 0 !important;
}
.entry-content .entry-content__inner .entry-content__main ul.content-202606__menu {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: none !important;
}

.entry-content .entry-content__inner .entry-content__main ul.content-202606__menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.entry-content .entry-content__inner .entry-content__main ul.content-202606__menu a {
  display: block !important;
  width: 100% !important;
}

.entry-content .entry-content__inner .entry-content__main ul.content-202606__menu img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
}