@charset "UTF-8";
/* ==================================================

 変数

================================================== */
/* ==================================================

 全体

================================================== */
p {
  line-height: 1.8;
}

/* ==================================================

 Utility

================================================== */
.u-txt__center {
  text-align: center !important;
}

/* margin */
.mt16 {
  margin-top: 1.6rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt32 {
  margin-top: 3.2rem !important;
}

/* font */
.font24 {
  font-size: 2.4rem !important;
}

.font-l {
  font-size: 1.25em !important;
}

.font-xl {
  font-size: 1.5em !important;
}

.text-white {
  color: white !important;
}

@media screen and (min-width: 897px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .is_sp {
    display: block;
  }
}
/* ==================================================

 パーツ

================================================== */
.c-btn {
  display: inline-block;
  line-height: 1.3;
}

.c-btn_width-100 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
}

.c-btn__orange {
  background-color: #ffa700;
  border-radius: 2em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff !important;
  font-weight: bold;
  padding: 0.7em 2em;
  text-align: center;
}

.c-btn__arrow--right span {
  padding-right: 1em;
  position: relative;
}
.c-btn__arrow--right span::after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}

.c-btn__mail span {
  background-image: url(../img/kameiten/icon_mail.png);
  background-position: 99% 60%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.3em;
}

.p-custom-pagenation {
  clear: both;
  font-size: 0;
  margin-top: 30px;
  text-align: center;
}
.p-custom-pagenation .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-custom-pagenation .page-numbers li a, .p-custom-pagenation .page-numbers li span {
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 5px;
  min-height: 24px;
  min-width: 24px;
  padding: 1px 5px;
  text-decoration: none;
}
.p-custom-pagenation .page-numbers li a.current, .p-custom-pagenation .page-numbers li span.current {
  border-color: #2d6bbf;
  color: #2d6bbf;
}

/* ==================================================

 地図付き検索エリア

================================================== */
.kameiten-search {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}

.service-type {
  display: none;
}

.service-type-open {
  font-size: 1.6rem;
  padding: 0 2.4rem;
  text-align: right;
}

@media screen and (min-width: 897px) {
  .kameiten-search {
    gap: 3.2rem;
    grid-template-columns: 3fr 1fr;
  }
}
/* ==================================================

 加盟店検索

================================================== */
/* 加盟店全体
----------------------------------------------------*/
:where(.single-kameiten, .archive-kameiten) {
  overflow-x: hidden;
}
:where(.single-kameiten, .archive-kameiten) p, :where(.single-kameiten, .archive-kameiten) div, :where(.single-kameiten, .archive-kameiten) ul, :where(.single-kameiten, .archive-kameiten) li, :where(.single-kameiten, .archive-kameiten) dt, :where(.single-kameiten, .archive-kameiten) dd, :where(.single-kameiten, .archive-kameiten) section, :where(.single-kameiten, .archive-kameiten) a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
}
:where(.single-kameiten, .archive-kameiten) h2, :where(.single-kameiten, .archive-kameiten) h3, :where(.single-kameiten, .archive-kameiten) h4, :where(.single-kameiten, .archive-kameiten) h5, :where(.single-kameiten, .archive-kameiten) h6 {
  line-height: 1.4;
}

/* 加盟店検索エリア
----------------------------------------------------*/
.p-filter {
  background-color: #ecf4e3;
}
.p-filter .p-filter__heading:not(.service-type-open) {
  background-color: #85a669;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}

.p-filter__content {
  font-size: 1.8rem;
  padding: 2.4rem;
}
.p-filter__content .p-filter__select-wrap {
  position: relative;
}
.p-filter__content .p-filter__select-wrap::after {
  color: #85a669;
  content: "▼";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-filter__content .p-filter__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #85a669;
  border-radius: 10px;
  font-size: 2rem;
  padding: 1em;
  width: 100%;
}

.p-filter__button {
  margin-top: 2rem;
  text-align: center;
}
.p-filter__button .p-filter__button-item {
  background-image: url(../img/kameiten/icon_search.svg);
  background-position: 90% 6px;
  background-repeat: no-repeat;
  border: none;
  font-size: 2.2rem;
  width: 100%;
}

@media screen and (min-width: 897px) {
  .p-filter .p-filter__list li {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 896px) {
  .archive-kameiten .p-filter {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    top: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
  }
  .archive-kameiten .p-filter .p-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8rem;
  }
  .archive-kameiten .p-filter__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive-kameiten .p-filter__change-btn a {
    background: #85a669;
    background-image: url(../img/kameiten/icon_search.svg);
    background-position: 95% 8px;
    background-repeat: no-repeat;
    background-size: 15%;
    border-top: 1px solid #ffffff;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 2.4rem;
    left: 0;
    margin: auto;
    padding: 1.6rem 2.4rem;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .archive-kameiten .p-filter__change-btn a::before {
    border-bottom: 0.4em solid transparent;
    border-left: 0.6em solid #ffffff;
    border-top: 0.4em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    line-height: 1;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 0;
  }
  .archive-kameiten .p-filter__close {
    cursor: pointer;
    font-weight: normal;
    height: 100%;
    width: 1.5em;
  }
  .archive-kameiten .show {
    opacity: 1;
    top: 0;
  }
  .archive-kameiten .is_active {
    display: none !important;
  }
  :not(.archive-kameiten) .p-filter .p-filter__heading:not(.service-type-open) {
    font-size: 1.8rem;
  }
  :not(.archive-kameiten) .p-filter .p-filter__select {
    font-size: 1.6rem;
  }
  :not(.archive-kameiten) .p-filter .p-filter__content {
    font-size: 1.4rem;
  }
  :not(.archive-kameiten) .p-filter .p-filter__content .p-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
  }
  :not(.archive-kameiten) .p-filter .p-filter__button .p-filter__button-item {
    font-size: 1.6rem;
  }
}
/* 加盟店一覧（archive）
----------------------------------------------------*/
.p-shop__page-number {
  margin-bottom: 1.6rem;
}

.p-shop__card {
  border: 1px solid #ebcc5e;
}
.p-shop__card:not(:first-child) {
  margin-top: 2.4rem;
}

.p-shop__head-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebcc5e;
  display: grid;
  grid-template-columns: 3fr auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 2.4rem;
}
.p-shop__head-wrap .p-shop__head a {
  color: #804f23;
  font-size: 2.6rem;
  line-height: 1.4;
}

.p-shop__voice a {
  color: #996e32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.p-shop__voice a .p-shop__voice-num {
  background: #ffffff;
  border: solid 2px #b19378;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5d8938;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  padding: 4px 0;
  position: relative;
}
.p-shop__voice a .p-shop__voice-num::before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 7px 0 2px;
  bottom: -5px;
  content: "";
  left: 30%;
  position: absolute;
  z-index: 2;
}
.p-shop__voice a .p-shop__voice-num::after {
  border-color: #b19378 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 10px 0 4px;
  bottom: -8px;
  content: "";
  left: 26%;
  position: absolute;
  z-index: 1;
}

.p-shop__content {
  background-color: #fff5e8;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr;
  padding: 2.4rem;
}
.p-shop__content .p-shop__inner {
  min-width: 0;
}
.p-shop__content .p-shop__inner > * + * {
  margin-top: 1.6rem;
}

.p-shop__figure {
  position: relative;
  width: 100%;
}
.p-shop__figure::before {
  content: "";
  display: block;
  padding-top: 47.619%;
}
.p-shop__figure img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-shop__merit {
  background-color: #fdfdf9;
  border: 1px solid #ebcc5e;
  padding: 3.2rem;
}
.p-shop__merit > *:not(:first-child) {
  margin-top: 2.4rem;
}
.p-shop__merit .p-shop__merit-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px dotted #ebcc5e;
  color: #804f22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.6rem;
  text-align: center;
}
.p-shop__merit .p-shop__merit-ttl::before {
  background: url(../img/kameiten/icon_good.png) no-repeat left center/contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  padding-right: 0.2em;
  width: 1.25em;
}
.p-shop__merit .p-shop__merit-list li {
  border-bottom: 1px solid #ebcc5e;
  display: grid;
  grid-template-columns: 1.5em auto;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.p-shop__merit .p-shop__merit-num {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  height: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4em;
  width: 1.5em;
}

.archive-kameiten .p-shop__merit .p-shop__merit-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 897px) {
  .single-kameiten .p-shop__merit .p-shop__merit-ttl {
    font-size: 2.6rem;
  }
  .single-kameiten .p-shop__merit-list li {
    font-size: 2rem;
    padding-inline: 3.2rem;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__merit-outer {
    background-color: #fff7ed;
    padding: 1.6rem 20px;
  }
  .p-shop__merit {
    padding: 1.6rem;
  }
  .p-shop__merit > *:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.p-shop_addr {
  line-height: 1.6;
}
.p-shop_addr .icon-location {
  color: #ebcc5e;
  font-size: 1.3em;
  vertical-align: text-bottom;
}

.p-shop_cv {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px dotted #ebcc5e;
  margin-top: 3.2rem;
  padding-top: 2.4rem;
}

.p-shop_tel a {
  color: #ffa700 !important;
  font-size: 2.8rem;
  line-height: 1.3;
}

@media screen and (min-width: 897px) {
  .p-contents__wrap--kameiten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-contents__wrap--kameiten .p-contents__main {
    width: 73%;
  }
  .p-contents__wrap--kameiten .p-contents__side {
    margin-top: 4.5rem;
    width: 27%;
  }
  .p-shop__content {
    grid-template-columns: 1fr 1fr;
  }
  .p-shop_cv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__content {
    gap: 1.6rem;
    padding: 1.6rem;
  }
  .p-shop_cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
/* 加盟店 店舗ページ（single）
----------------------------------------------------*/
.single-kameiten .p-shop_content > * {
  margin-top: 6.4rem;
}

@media screen and (max-width: 896px) {
  .single-kameiten .p-shop_content > *:first-child {
    margin-top: 0;
  }
}
.p-shop__mv {
  background-color: #fff7ed;
  padding-block: 2.4rem;
}
.p-shop__mv .content > * {
  margin-top: 3.2rem;
}
.p-shop__mv .p-shop__mv-ttl {
  background: url(../img/kameiten/bg_title_circle.png) no-repeat;
  background-size: contain;
  color: #804f23;
  font-size: 3.2rem;
  margin: auto;
  padding: 2rem 1rem 0 8rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-shop__mv .p-shop__mv-ttl::after {
  background-image: -webkit-linear-gradient(left, #ebcc5e 4px, transparent 4px);
  background-image: linear-gradient(to right, #ebcc5e 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 16px 4px;
  content: "";
  display: block;
  margin-top: 0.5em;
  padding-bottom: 0.3em;
}
.p-shop__mv .p-shop__mv-img {
  margin-bottom: 0;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
.p-shop__mv .p-shop__mv-img::before {
  content: "";
  display: block;
  padding-top: 43.3333333333%;
}
.p-shop__mv .p-shop__mv-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-shop__mv .showBox {
  margin-top: 2rem;
}
.p-shop__mv .showBox .imgUl li {
  height: 0;
  padding-top: 70%;
  position: relative;
}
.p-shop__mv .showBox .imgUl img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 897px) {
  .p-shop__mv {
    padding: 2.4rem 0 3.2rem;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__mv .p-shop__mv-ttl {
    background-position: top left;
    background-size: 4em;
    font-size: 2rem;
    padding-left: 3rem;
    text-align: left;
  }
}
.p-shop__anchor-list li a {
  color: #804f23;
}

@media screen and (min-width: 897px) {
  .p-shop__anchor-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-shop__anchor-list li a {
    background-color: #ffffff;
    border: 2px solid #ebcc5e;
    border-radius: 2em;
    display: block;
    padding: 0.3em 1em;
  }
  .p-shop__anchor-list li a::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ebcc5e;
    content: "";
    display: inline-block;
    height: 0.5em;
    line-height: 1;
    margin-left: 0.5em;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    vertical-align: middle;
    width: 0.5em;
  }
  .p-shop__anchor-list li a:hover {
    background-color: #ebcc5e;
  }
  .p-shop__anchor-list li a:hover::after {
    color: #804f23;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__anchor-list {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
  }
  .p-shop__anchor-list li {
    background-color: #fff7ed;
    border: 1px solid #ebcc5e;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: -1px;
    margin-top: -1px;
    min-width: calc(50% + 1px);
  }
  .p-shop__anchor-list li a {
    display: block;
    padding: 1rem 1rem 1rem 2.5em;
    text-align: left;
    width: 100%;
  }
  .p-shop__anchor-list li a::before {
    border-bottom: 0.4em solid transparent;
    border-left: 0.6em solid #ebcc5e;
    border-top: 0.4em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    line-height: 1;
    margin-right: 0.4em;
    vertical-align: middle;
    width: 0;
  }
}
.p-shop__info {
  margin: auto;
  max-width: 940px;
}
.p-shop__info > *:not(:first-child) {
  margin-top: 3.2rem;
}

.p-shop__service {
  background-color: #ecf4e3;
  padding: 2.4rem 100px 2.4rem 2.4rem;
}

.p-shop__service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4em;
}
.p-shop__service-list li {
  background-color: #85a669;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 0.1em 0.5em 0.2em 1.5em;
  position: relative;
}
.p-shop__service-list li::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  display: block;
  height: 0.25em;
  left: 0.5em;
  position: absolute;
  top: 0.8em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5em;
}

@media screen and (min-width: 897px) {
  .p-shop__service {
    background-image: url(../img/kameiten/img_service_point.png);
    background-position-x: calc(100% - 24px);
    background-position-y: 16px;
    background-repeat: no-repeat;
    background-size: 12%;
    min-height: 120px;
  }
}
@media screen and (max-width: 896px) {
  .p-shop_gallery, .p-shop__info-item {
    margin-inline: 20px;
  }
  .p-shop__service {
    padding: 1.6rem;
  }
  .p-shop__service li {
    font-size: 1.2rem;
  }
}
.p-shop_gallery {
  margin-top: 3.2rem;
}

.p-shop_gallery-slide {
  margin-top: 2.4rem;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid #5d8938 !important;
}

#main-carousel .splide__slide_img {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
#main-carousel .splide__slide_img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
#main-carousel .splide__slide_img img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#thumbnail-carousel .splide__slide {
  height: 100%;
}

@media screen and (min-width: 897px) {
  .p-shop_gallery-slide {
    display: grid;
    gap: 24px;
    grid-template-columns: 500px auto;
  }
  #thumbnail-carousel .splide__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 896px) {
  #main-carousel {
    margin: auto;
  }
  #thumbnail-carousel {
    margin-top: 24px;
  }
  #thumbnail-carousel .splide__arrow {
    background-color: #ffa700;
    opacity: 1;
  }
  #thumbnail-carousel .splide__arrow svg {
    fill: #ffffff;
  }
  #thumbnail-carousel .splide__arrow--prev {
    left: -12px;
  }
  #thumbnail-carousel .splide__arrow--next {
    right: -12px;
  }
}
.p-shop__info-title {
  border-bottom: 2px solid #5d8938;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.p-shop__info-title::before {
  color: #5d8938;
  content: "●";
  padding-right: 0.3em;
}

.p-shop__info-detile {
  padding: 2.4rem;
}
.p-shop__info-detile .map iframe {
  background-color: #dcdddd;
  height: 272px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .p-shop__info-detile .map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-shop__info-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.p-shop__info-cv .p-shop_tel a {
  font-size: 3.2rem;
}

.p-shop_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

@media screen and (min-width: 897px) {
  .p-shop__info-cv > * {
    max-width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__info-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-shop__info-cv .p-shop_tel, .p-shop__info-cv .p-shop_mail {
    text-align: center;
  }
}
.p-shop__greeting-inner {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 270px auto;
}

.p-shop__greeting-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #85a669;
  color: #804f22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  gap: 0.5em;
  margin: 4rem 1.5em 0;
  position: relative;
}
.p-shop__greeting-title::before {
  background: #ecf4e3;
  border-radius: 50%;
  content: "";
  height: 5em;
  left: -1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5em;
  z-index: -1;
}

.p-shop__greeting-text {
  padding: 3.2rem;
}
.p-shop__greeting-text p:not(:first-child) {
  margin-top: 1.25em;
}

@media screen and (max-width: 896px) {
  .p-shop__greeting-inner {
    grid-template-columns: 1fr;
  }
  .p-shop__greeting-text {
    padding: 1.6rem;
  }
}
.p-shop__reason-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-shop__reason-item .p-shop__reason-photo {
  position: relative;
  z-index: 1;
}
.p-shop__reason-item .p-shop__reason-photo img {
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}
.p-shop__reason-item .p-shop__reason-detile {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-shop__reason-item .p-shop__reason-detile::after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 142px;
  left: -100px;
  position: absolute;
  width: 130px;
}
.p-shop__reason-item .p-shop__reason-detile > *:not(:first-child) {
  margin-top: 1.6em;
}
.p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head {
  background-image: -webkit-linear-gradient(left, #ebcc5e 4px, transparent 4px);
  background-image: linear-gradient(to right, #ebcc5e 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 16px 4px;
  padding-bottom: 0.8em;
  position: relative;
}
.p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head::before {
  background: #ecf4e3;
  border-radius: 50%;
  content: "";
  height: 5em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5em;
  z-index: -1;
}
.p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head .p-shop__reason-num {
  color: #85a669;
  margin-right: 1rem;
  min-width: 7em;
}
.p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head .p-shop__reason-item-title {
  color: #804f23;
  font-size: 2rem;
}
.p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-text > p:not(:first-child) {
  margin-top: 1.25em;
}
.p-shop__reason-item.p-shop__reason-01 .p-shop__reason-detile::after {
  background-image: url(../img/kameiten/img_flower01.png);
}
.p-shop__reason-item.p-shop__reason-02 .p-shop__reason-detile::after {
  background-image: url(../img/kameiten/img_flower02.png);
}
.p-shop__reason-item.p-shop__reason-03 .p-shop__reason-detile::after {
  background-image: url(../img/kameiten/img_flower03.png);
}

@media screen and (min-width: 897px) {
  .p-shop__reason-item {
    margin-top: 16rem;
  }
  .p-shop__reason-item:first-child {
    margin-top: 12rem;
  }
  .p-shop__reason-item:nth-child(odd) .p-shop__reason-photo {
    margin-right: -3.2rem;
  }
  .p-shop__reason-item:nth-child(odd) .p-shop__reason-detile {
    padding-left: 8rem;
  }
  .p-shop__reason-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-shop__reason-item:nth-child(even) .p-shop__reason-photo {
    margin-left: -3.2rem;
  }
  .p-shop__reason-item:nth-child(even) .p-shop__reason-detile {
    padding-right: 8rem;
  }
  .p-shop__reason-item .p-shop__reason-photo {
    margin-top: -8rem;
    width: 30%;
  }
  .p-shop__reason-item .p-shop__reason-detile {
    padding: 5.6rem 4rem 4rem;
    width: 70%;
  }
  .p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-shop__reason-item.p-shop__reason-02 .p-shop__reason-detile::after {
    left: auto;
    right: -200px;
  }
  .p-shop__reason-item.p-shop__reason-03 .p-shop__reason-detile::after {
    left: -200px;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__reason-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .p-shop__reason-item:not(:first-child) {
    margin-top: 3.2rem;
  }
  .p-shop__reason-item .p-shop__reason-photo img {
    width: calc(100% - 16px);
  }
  .p-shop__reason-item .p-shop__reason-detile {
    padding: 2.4rem;
  }
  .p-shop__reason-item .p-shop__reason-detile::after {
    bottom: auto;
    height: 72px;
    left: auto;
    position: absolute;
    right: 4px;
    top: -12px;
    width: 62px;
  }
  .p-shop__reason-item .p-shop__reason-detile .p-shop__reason-item-head::before {
    left: -1.6rem;
    top: 30%;
  }
  .p-shop__reason-item.p-shop__reason-02 .p-shop__reason-detile::after {
    width: 64px;
  }
  .p-shop__reason-item.p-shop__reason-03 .p-shop__reason-detile::after {
    width: 74px;
  }
}
.p-shop__voice-item {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 122px auto;
  padding: 2.4rem;
}
.p-shop__voice-item:not(:first-child) {
  margin-top: 3.2rem;
}
.p-shop__voice-item .p-shop__voice-photo figure {
  border: 2px solid #ffffff;
  outline: 2px solid #85a669;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-shop__voice-item .p-shop__voice-photo figure::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.p-shop__voice-item .p-shop__voice-photo figure img {
  bottom: 50%;
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

@media screen and (min-width: 897px) {
  .p-shop__voice-photo-text {
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__voice-item {
    gap: 0;
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }
  .p-shop__voice-item .p-shop__voice-photo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 1fr 2fr;
    padding: 1.6rem 1.6rem 0;
  }
  .p-shop__voice-item .p-shop__voice-photo figure {
    margin: 0;
  }
}
.p-shop__case-item {
  border: 1px solid #ebcc5e;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}
.p-shop__case-item:not(:first-child) {
  margin-top: 3.2rem;
}
.p-shop__case-item .p-shop__case-title {
  background-color: #ebcc5e;
  font-size: 2rem;
  padding: 0.5em 0.8em;
}
.p-shop__case-item .p-shop__case-detile {
  background-color: #fdfdf9;
  padding: 3.2rem;
}
.p-shop__case-item .p-shop__case-consultation .title, .p-shop__case-item .p-shop__case-solution .title {
  color: #ffffff;
  display: inline-block;
  padding: 0.1em 0.8em;
}
.p-shop__case-item .p-shop__case-consultation .title span, .p-shop__case-item .p-shop__case-solution .title span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-shop__case-item .p-shop__case-consultation .title span::before, .p-shop__case-item .p-shop__case-solution .title span::before {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
}
.p-shop__case-item .p-shop__case-consultation .title {
  background-color: #5e9e82;
}
.p-shop__case-item .p-shop__case-consultation .title span::before {
  background-image: url(../img/kameiten/icon_case01.png);
  padding-right: 4px;
}
.p-shop__case-item .p-shop__case-consultation .text {
  padding-block: 1.6rem;
}
.p-shop__case-item .p-shop__case-solution .title {
  background-color: #eb8f10;
  margin-top: 1.6rem;
}
.p-shop__case-item .p-shop__case-solution .title span::before {
  background-image: url(../img/kameiten/icon_case02.png);
  padding-right: 2px;
}
.p-shop__case-item .p-shop__case-solution .text {
  padding-top: 1.6rem;
}

@media screen and (max-width: 896px) {
  .p-shop__case-item .p-shop__case-detile {
    padding: 1.6rem;
  }
}
.p-shop__contact {
  background: url(../img/kameiten/bg_kameiten_contact.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5.6rem 1.6rem 8rem;
}
.p-shop__contact > *:not(:first-child) {
  margin-top: 1.6rem;
}
.p-shop__contact .p-shop__contact-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-top: 2.4rem;
  max-width: 1160px;
  text-align: center;
}
.p-shop__contact .p-shop__contact-inner > * {
  min-width: 0;
}
.p-shop__contact .p-shop__contact-inner:has(> :nth-child(1):last-child) {
  grid-template-columns: 1fr;
}
.p-shop__contact .p-shop__contact-tel, .p-shop__contact .p-shop__contact-mail {
  padding: 3.2rem;
}
.p-shop__contact .p-shop__contact-tel > *:not(:first-child), .p-shop__contact .p-shop__contact-mail > *:not(:first-child) {
  margin-top: 0.8rem;
}
.p-shop__contact .p-shop__contact-title {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (min-width: 897px) {
  .p-shop__contact .p-shop__contact-inner {
    padding: 3.2rem;
  }
  .p-shop__contact .p-shop__contact-text {
    font-size: 1.8rem;
    text-align: center;
  }
  .p-shop__contact .p-shop__contact-tel + .p-shop__contact-mail {
    border-left: 1px solid #000000;
  }
  .p-shop__contact .p-shop__contact-tel .p-shop_tel a {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 896px) {
  .p-shop__contact {
    background-position: -50px top;
  }
  .p-shop__contact .p-shop__contact-title {
    font-size: 2rem;
  }
  .p-shop__contact .p-shop__contact-inner {
    grid-template-columns: 1fr;
  }
  .p-shop__contact .p-shop__contact-tel, .p-shop__contact .p-shop__contact-mail {
    margin-inline: 1.6rem;
    padding: 2rem 1.6rem;
  }
  .p-shop__contact .p-shop__contact-tel {
    border-bottom: 1px solid #000000;
  }
}

/*お知らせに関する追加2024*/

.shop_name_txt{
	margin-bottom:0px !important;
}

.gaiyou{
	border: dotted 5px #b2e2f4; padding: 15px; background: #f3fbfb;
	margin-top:20px;
}
