@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.m-sp {
  display: none;
}
@media (max-width: 428px) {
  .m-sp {
    display: block;
  }
}

.m-pc {
  display: block;
}
@media (max-width: 428px) {
  .m-pc {
    display: none;
  }
}

.m-pc_inline {
  display: inline;
}
@media (max-width: 428px) {
  .m-pc_inline {
    display: none;
  }
}

.m-strong {
  font-weight: bold;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1200px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .m-inner {
    width: calc(100% - 40px);
  }
}
@media (max-width: 428px) {
  .m-inner-sp_wide {
    width: calc(100% - 20px);
  }
}
@media (max-width: 428px) {
  .m-inner-sp_full {
    width: 100%;
  }
}
.m-inner-s {
  width: 1082px;
}
@media (max-width: 428px) {
  .m-inner-s {
    width: calc(100% - 40px);
  }
}

.m-fadein {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(40px);
}
.m-fadein.is_show {
  opacity: 1;
  transform: translateY(0);
}

.m-fadein_delay {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(40px);
}
.is_show .m-fadein_delay {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein_delay-01 {
  transition-delay: 0s;
}
.m-fadein_delay-02 {
  transition-delay: 0.15s;
}
.m-fadein_delay-03 {
  transition-delay: 0.3s;
}
.m-fadein_delay-04 {
  transition-delay: 0.45s;
}
.m-fadein_delay-05 {
  transition-delay: 0.6s;
}

.m-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
  width: 25px;
  aspect-ratio: 25/25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1;
  margin: 30px 4px 0;
  font-weight: 500;
  box-sizing: border-box;
  color: #CCCCCC;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
    width: 25px;
    font-size: 14px;
    margin: 20px 4px 0;
  }
}
.m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
  color: #333333;
}
.m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
  background-image: url(../img/common/icn_arrow-black01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  aspect-ratio: 9/16;
  margin-left: 42px;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
    margin-left: 24px;
  }
}
.m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
  transform: translateX(3px);
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
    transform: none;
  }
}
.m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
  background-image: url(../img/common/icn_arrow-black01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  width: 9px;
  aspect-ratio: 9/16;
  margin-right: 42px;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
    margin-right: 24px;
  }
}
.m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
  transform: scale(-1, 1) translateX(3px);
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
    transform: scale(-1, 1);
  }
}
.m-pagination .wp-pagenavi > span.extend, .m-pagination .wp-pagenavi > a.extend {
  padding-bottom: 0.5em;
  color: #333333;
}
.m-richeditor {
  font-size: 16px;
}
@media (max-width: 428px) {
  .m-richeditor {
    font-size: 14px;
  }
}
.m-richeditor * {
  font-size: 1em;
  line-height: 1.8;
  word-break: break-all;
  color: #333333;
  font-weight: 500;
}
.m-richeditor *:first-child {
  margin-top: 0;
}
.m-richeditor strong {
  font-weight: 700;
}
.m-richeditor h2 {
  font-size: 1.5em;
  margin-bottom: 0.8333333333em;
  line-height: 1.8;
  font-weight: 700;
  color: #897764;
}
.m-richeditor h3 {
  font-size: 1.375em;
  line-height: 1.8;
  margin-bottom: 0.9090909091em;
  font-weight: 700;
  color: #897764;
}
.m-richeditor h4 {
  font-size: 1.125em;
  line-height: 1.8;
  margin-bottom: 1.1111111111em;
  font-weight: 700;
  color: #897764;
}
.m-richeditor p {
  margin-bottom: 1.25em;
  font-size: 1em;
  line-height: 1.8;
}
.m-richeditor ul {
  font-size: 1em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style: none;
}
.m-richeditor ul li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ul li:before {
  content: "・";
  color: #897764;
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor ol {
  font-size: 1em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  list-style: none;
  counter-reset: item;
}
.m-richeditor ol li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  color: #897764;
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor .wp-block-image {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.m-richeditor img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.m-richeditor a {
  text-decoration: underline;
  transition: 0.3s;
}
.m-richeditor a:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .m-richeditor a:hover {
    color: #333333;
  }
}

.m-btn {
  border: 1px solid #897764;
  background-color: #897764;
  color: #fff;
  font-size: 16px;
  line-height: 1.4375;
  display: flex;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 3px;
  min-width: 192px;
  position: relative;
  padding: 19px 43px 19px 14px;
  font-weight: 700;
}
@media (max-width: 428px) {
  .m-btn {
    font-size: 14px;
    min-width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 32px;
  }
}
.m-btn:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url(../img/common/icn_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-btn:after {
    width: 6px;
    right: 14px;
  }
}
.m-btn:hover {
  background-color: #fff;
}
@media (max-width: 428px) {
  .m-btn:hover {
    background-color: #897764;
  }
}
.m-btn:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .m-btn:hover {
    color: #fff;
  }
}
.m-btn:hover:after {
  background-image: url(../img/common/icn_arrow-brown.svg);
}
@media (max-width: 428px) {
  .m-btn:hover:after {
    background-image: url(../img/common/icn_arrow-white.svg);
  }
}
.m-btn-white {
  color: #897764;
  background-color: #fff;
}
.m-btn-white:after {
  background-image: url(../img/common/icn_arrow-brown.svg);
}
.m-btn-white:hover {
  color: #fff;
}
@media (max-width: 428px) {
  .m-btn-white:hover {
    color: #897764;
  }
}
.m-btn-white:hover {
  background-color: #897764;
}
@media (max-width: 428px) {
  .m-btn-white:hover {
    background-color: #fff;
  }
}
.m-btn-white:hover:after {
  background-image: url(../img/common/icn_arrow-white.svg);
}
@media (max-width: 428px) {
  .m-btn-white:hover:after {
    background-image: url(../img/common/icn_arrow-brown.svg);
  }
}
.m-btn-s {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}
.m-btn-white_open {
  color: #897764;
  background-color: #fff;
}
.m-btn-white_open:after {
  width: 17px;
  aspect-ratio: 17/17;
  background-image: url(../img/common/icn_open-brown.svg);
}
.m-btn-white_open:hover {
  color: #fff;
}
@media (max-width: 428px) {
  .m-btn-white_open:hover {
    color: #897764;
  }
}
.m-btn-white_open:hover {
  background-color: #897764;
}
@media (max-width: 428px) {
  .m-btn-white_open:hover {
    background-color: #fff;
  }
}
.m-btn-white_open:hover:after {
  background-image: url(../img/common/icn_open-white.svg);
}
@media (max-width: 428px) {
  .m-btn-white_open:hover:after {
    background-image: url(../img/common/icn_open-brown.svg);
  }
}

.m-cta {
  margin-top: 2.7777777778vw;
  padding-bottom: 55px;
  background-image: url(../img/common/bg_stripe.webp);
  position: relative;
}
@media (max-width: 428px) {
  .m-cta {
    padding-top: 0;
    margin-top: 16vw;
  }
}
.m-cta:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/40;
  background-image: url(../img/common/bg_stripe.webp);
  position: absolute;
  top: -2.7777777778vw;
  left: 0;
  border-radius: 50%/100% 100% 0 0;
  background-position: 0% 100%;
}
@media (max-width: 428px) {
  .m-cta:before {
    aspect-ratio: 375/60;
    top: -16vw;
  }
}
.m-cta > .m-inner > .ttl {
  position: relative;
  text-align: center;
}
.m-cta > .m-inner > .ttl:before {
  content: "";
  display: block;
  width: 164px;
  aspect-ratio: 328/222;
  background-image: url(../img/common/deco_contact.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: -99px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .ttl:before {
    width: 140px;
    top: -100px;
  }
}
.m-cta > .m-inner > .ttl > .txt {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 400;
  position: relative;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .ttl > .txt {
    font-size: 24px;
  }
}
.m-cta > .m-inner > .list {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 40px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list {
    flex-direction: column;
    margin-top: 48px;
  }
}
.m-cta > .m-inner > .list > li {
  width: 332px;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li {
    width: 100%;
  }
}
.m-cta > .m-inner > .list > li:first-of-type a {
  margin-left: auto;
}
.m-cta > .m-inner > .list > li:last-of-type a {
  margin-left: auto;
  margin-right: auto;
}
.m-cta > .m-inner > .list > li > a {
  display: block;
  width: fit-content;
  text-align: center;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a {
    margin-left: auto;
    margin-right: auto;
  }
}
.m-cta > .m-inner > .list > li > a:hover > .line {
  background-color: #fff !important;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a:hover > .line {
    background-color: #95C696 !important;
  }
}
.m-cta > .m-inner > .list > li > a:hover > .contact {
  background-color: #fff !important;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a:hover > .contact {
    background-color: #A4D8E7 !important;
  }
}
.m-cta > .m-inner > .list > li > a > .serif {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto 5px;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .serif {
    font-size: 16px;
    gap: 20px;
  }
}
.m-cta > .m-inner > .list > li > a > .serif:before {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background-color: #897764;
  transform: rotate(65.74deg);
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .serif:before {
    width: 20px;
  }
}
.m-cta > .m-inner > .list > li > a > .serif:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background-color: #897764;
  transform: rotate(-65.74deg);
}
.m-cta > .m-inner > .list > li > a > .sub {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .sub {
    font-size: 16px;
  }
}
.m-cta > .m-inner > .list > li > a > .sub small {
  color: #FF7145;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .sub small {
    font-size: 13px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt {
  font-weight: 700;
  display: block;
  transition: 0.3s;
}
.m-cta > .m-inner > .list > li > a > .txt.line {
  background-color: #95C696;
  width: 280px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #95C696;
  font-size: 24px;
  line-height: 1.4583333333;
  position: relative;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.line {
    font-size: 18px;
    height: 50px;
    width: 250px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.line:after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 7/12;
  background-image: url(../img/common/icn_arrow-black02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.line:after {
    width: 6px;
    right: 14px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.contact {
  background-color: #A4D8E7;
  width: 330px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A4D8E7;
  font-size: 24px;
  line-height: 1.4583333333;
  position: relative;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.contact {
    width: 250px;
    font-size: 18px;
    height: 50px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.contact:after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 7/12;
  background-image: url(../img/common/icn_arrow-black02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.contact:after {
    width: 6px;
    right: 14px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.tel {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.4333333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.tel {
    font-size: 24px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.tel:before {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 42/42;
  border-radius: 50%;
  background-color: #F5CF7E;
  background-image: url(../img/common/icn_tel.svg);
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.tel:before {
    width: 32px;
    background-size: 16px auto;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.sougi {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.4333333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.sougi {
    font-size: 24px;
  }
}
.m-cta > .m-inner > .list > li > a > .txt.sougi:before {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 42/42;
  border-radius: 50%;
  background-color: #FFAF96;
  background-image: url(../img/common/icn_tel.svg);
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  .m-cta > .m-inner > .list > li > a > .txt.sougi:before {
    width: 32px;
    background-size: 16px auto;
  }
}

.m-faq > .ttl {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
@media (max-width: 428px) {
  .m-faq > .ttl {
    font-size: 22px;
  }
}
.m-faq > .list {
  margin: 56px auto 0;
  width: 826px;
  max-width: 100%;
}
@media (max-width: 428px) {
  .m-faq > .list {
    margin-top: 30px;
  }
}
.m-faq > .list > .group {
  margin-top: 40px;
}
@media (max-width: 428px) {
  .m-faq > .list > .group {
    margin-top: 20px;
  }
}
.m-faq > .list > .group:first-of-type {
  margin-top: 0;
}
.m-faq > .list > .group.is_hide > dt > a:after {
  transform: rotate(-90deg) scale(-1, 1);
}
.m-faq > .list > .group.is_hide > dd {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.m-faq > .list > .group > dt > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  padding-right: 46px;
  position: relative;
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dt > a {
    font-size: 16px;
    padding-right: 36px;
  }
}
.m-faq > .list > .group > dt > a:before {
  content: "Q.";
  display: block;
  font-weight: 400;
  font-size: 24px;
  min-width: 1.3333333333em;
  margin-top: -0.2em;
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dt > a:before {
    font-size: 20px;
  }
}
.m-faq > .list > .group > dt > a:after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/26;
  border-radius: 50%;
  background-color: #897764;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/icn_arrow-white.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(-90deg);
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dt > a:after {
    width: 20px;
    background-size: 5px auto;
  }
}
.m-faq > .list > .group > dt > a:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dt > a:hover {
    color: #333333;
  }
}
.m-faq > .list > .group > dd {
  transition: 0.3s;
  width: calc(100% - 46px);
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dd {
    width: 100%;
  }
}
.m-faq > .list > .group > dd > .wrap {
  margin-top: 10px;
  background-color: #F5F5F5;
  padding: 15px 40px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .m-faq > .list > .group > dd > .wrap {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.m-head {
  padding-bottom: 16px;
}
@media (max-width: 428px) {
  .m-head {
    padding-bottom: 12px;
  }
}
.m-head > .wrap {
  aspect-ratio: 1200/300;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 428px) {
  .m-head > .wrap {
    aspect-ratio: 375/200;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.m-head > .wrap.kuyou {
  background-image: url(../img/common/bg_head-kuyou.webp);
}
.m-head > .wrap.pet {
  background-image: url(../img/common/bg_head-pet.webp);
}
.m-head > .wrap.news {
  background-image: url(../img/common/bg_head-news.webp);
}
.m-head > .wrap.contact {
  background-image: url(../img/common/bg_head-contact.webp);
}
.m-head > .wrap > .ttl {
  width: fit-content;
  background-color: #F5F5F5;
  padding: 10px 12px;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .m-head > .wrap > .ttl {
    font-size: 22px;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-breadWrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .m-breadWrap {
    margin-bottom: 40px;
  }
}
.m-breadWrap .m-bread {
  margin-top: 0;
}

.m-bread {
  margin-top: 13px;
  margin-left: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .m-bread {
    margin-top: 12px;
  }
}
.m-bread > li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
}
.m-bread > li:after {
  content: "/";
  margin-left: 1em;
  margin-right: 1em;
}
.m-bread > li:last-of-type {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-bread > li:last-of-type:after {
  content: none;
}
.m-bread > li > a:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .m-bread > li > a:hover {
    color: #333333;
  }
}

.m-subTtl {
  font-weight: 400;
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}
@media (max-width: 428px) {
  .m-subTtl {
    font-size: 22px;
  }
}
.m-subTtl:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1200/13;
  background-image: url(../img/common/bg_subttl.webp);
  margin-top: 20px;
}
@media (max-width: 428px) {
  .m-subTtl:after {
    margin-top: 12px;
  }
}

.m-pageArrow {
  display: flex;
  justify-content: space-between;
}
.m-pageArrow > li a {
  font-size: 16px;
  line-height: 1.4375;
  text-decoration: underline;
  width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media (max-width: 428px) {
  .m-pageArrow > li a {
    font-size: 14px;
    width: 10em;
  }
}
.m-pageArrow > li a.next {
  text-align: right;
}
.m-pageArrow > li a:hover {
  color: #897764;
}
@media (max-width: 428px) {
  .m-pageArrow > li a:hover {
    color: #333333;
  }
}
.m-pageArrow > li a.is_disabled {
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=module.css.map */
