@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900&display=swap&subset=japanese");
@-webkit-keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

base

===================== */
* {
  min-height: 0.01px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========= パンくずリスト ========= */
.breadcrumbs-wrapper {
  padding: 1em;
  background-color: #fff;
}

.breadcrumbs-wrapper a {
  color: var(--gray01);
}

/* ========= メールアドレススパム対策 ========= */
.no-spam {
  display: none;
}

/* スパムメール対応 */
.no-spam {
  display: none;
}

.no_display {
  display: none !important;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #444;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body {
  font-family: "Robot", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.71429;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(14px, 1.33445vw, 16px);
  font-weight: 400;
  color: var(--gray01);
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* 文字づめ */
}

button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px !important;
  /* 文字色を親から継承 */
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
}

/* リンク下線を非表示位にする箇所 */
.main-nav li > a,
.news-list li article > a,
.department__wrapper li > a,
.others__wrapper li > a,
.links_wrapper li > a,
.post_icon > a {
  text-decoration: none !important;
}

.submit-btn {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 0.55em 1.5em;
  background: var(--dark-green);
  color: #ffffff;
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--dark-green);
}

.submit-btn:hover, .submit-btn:active {
  color: #fff;
  background: var(--light-green);
}

/* ページローディング */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 5000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 50px);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(146, 146, 146, 0.2);
  border-right: 1.1em solid rgba(146, 146, 146, 0.2);
  border-bottom: 1.1em solid rgba(146, 146, 146, 0.2);
  border-left: 1.1em solid #929292;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* =====================

header

===================== */
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mobile-logo {
  display: none;
}

header#front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  aspect-ratio: 192 / 95;
  height: auto;
  padding: 0;
  background-color: #fff;
}

header#front .header-info_wrapper {
  width: clamp(32%, 32.30849vw, 768px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#front .header-info_wrapper h1.h1-header {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: var(--dark-green);
  position: relative;
  padding: 50px 20px;
  margin-bottom: 0;
}

header#front .header-info_wrapper h1.h1-header a {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

header#front .header-info_wrapper h1.h1-header a .sub-txt {
  font-size: clamp(10px, 1.17233vw, 30px);
}

header#front .header-info_wrapper h1.h1-header a .sub-txt br {
  display: none;
}

header#front .header-info_wrapper h1.h1-header a .main-txt {
  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;
  font-size: clamp(34px, 2.34467vw, 60px);
  gap: 0 10px;
}

header#front .header-info_wrapper h1.h1-header a .main-txt span {
  font-size: clamp(34px, 2.34467vw, 60px);
}

header#front .header-info_wrapper h2.h2-header {
  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;
  gap: clamp(5px, 0.39078vw, 10px);
  margin-top: clamp(15px, 1.17233vw, 30px);
}

header#front .header-info_wrapper h2.h2-header span {
  font-size: clamp(12px, 0.93787vw, 24px);
}

header#front .header-info_wrapper h2.h2-header span.name {
  font-weight: 700;
  font-size: clamp(18px, 1.48496vw, 38px);
}

header#front .header-info_wrapper address p {
  font-size: clamp(16px, 0.93787vw, 24px);
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

header#front .header-info_wrapper address p a {
  color: var(--gray01);
}

header#front .header-info_wrapper address p .telnum::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.625vw;
  height: auto;
  aspect-ratio: 17/30;
  background: url(../img/tel-icon.svg) left top no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-0.05em);
          transform: translateY(-0.05em);
  margin-right: 0.25em;
}

header#front .header-info_wrapper .dog {
  /* width: 36%; */
  width: 55%;
  height: auto;
  text-align: center;
  margin-top: 1.6vw;
}

header#front .header-info_wrapper .kv-h1 {
  margin-top: 1.2vw;
  text-align: left;
}

header#front .header-info_wrapper .kv-h1 p {
  font-size: clamp(20px, 1.56311vw, 40px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 900 !important;
  color: #f3a40a;
  text-align: left;
}

header#front .header-info_wrapper .kv-h1 p span {
  display: inline-block;
}

header#front .swiper-container {
  width: clamp(68%, 67.69151vw, calc(100% - 768px));
  height: 100%;
  min-height: 100%;
}

header#front .swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header#front .swiper-slide img {
  width: 100%;
  height: auto;
}

/* =====================

header 下層ページ

===================== */
header#under-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  height: auto;
  padding: 0;
  background-color: #fff;
}

header#under-page .header-info_wrapper {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#under-page .header-info_wrapper h1.h1-header {
  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;
  background-color: var(--dark-green);
  position: relative;
  width: 100%;
  height: 104px;
  position: relative;
  margin: 0;
  padding: 10px;
  margin-bottom: 0;
  z-index: 25;
  overflow: hidden;
}

header#under-page .header-info_wrapper h1.h1-header a {
  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;
  text-decoration: none;
  font-weight: 700;
}

header#under-page .header-info_wrapper h1.h1-header a span {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
}

header#under-page .header-info_wrapper h1.h1-header a .sub-txt {
  font-size: clamp(10px, 1.50125vw, 18px);
}

header#under-page .header-info_wrapper h1.h1-header a .sub-txt br {
  display: none;
}

header#under-page .header-info_wrapper h1.h1-header a .main-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 10px;
  font-size: clamp(20px, 3.33611vw, 40px);
}

header#under-page .header-info_wrapper h1.h1-header a .main-txt span {
  padding: 0;
  font-size: clamp(20px, 3.33611vw, 40px);
  white-space: nowrap;
}

header#under-page .header-info_wrapper h1.h1-header a::after {
  content: "";
  position: absolute;
  background: url(../img/dog_face01_w.svg) no-repeat;
  background-size: contain;
  top: 44%;
  left: 0;
  width: 21vw;
  -webkit-transform: translate(62%, -50%) rotate(-15deg);
          transform: translate(62%, -50%) rotate(-15deg);
  aspect-ratio: 135/54;
  opacity: 0.2;
  z-index: -1;
}

header#under-page .post_thumbnail {
  width: 100%;
  height: 80px;
  position: relative;
}

header#under-page .post_thumbnail h2.page-title {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(20px, 2.66889vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  z-index: 1;
}

header#under-page .post_thumbnail h2.page-title span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

header#under-page .post_thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

header#under-page .post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

/* =================================================

header　スマホ展開
max1199px

================================================= */
@media screen and (max-width: 1199px) {
  header#front {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: initial;
    height: auto;
  }
  header#front .header-info_wrapper {
    display: contents;
    width: 100%;
  }
  header#front .header-info_wrapper h1.h1-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 104px;
    padding: 0 30px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 !important;
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 40;
    overflow: hidden;
    background-color: var(--dark-green);
  }
  header#front .header-info_wrapper h1.h1-header a span {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
  }
  header#front .header-info_wrapper h1.h1-header a .main-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    font-size: clamp(20px, 3.33611vw, 40px);
  }
  header#front .header-info_wrapper h1.h1-header a .main-txt span {
    padding: 0;
    font-size: clamp(20px, 3.33611vw, 40px);
  }
  header#front .header-info_wrapper h1.h1-header a::after {
    content: "";
    position: absolute;
    background: url(../img/dog_face01_w.svg) no-repeat;
    background-size: contain;
    top: 44%;
    left: 0;
    width: 21vw;
    -webkit-transform: translate(62%, -50%) rotate(-15deg);
            transform: translate(62%, -50%) rotate(-15deg);
    aspect-ratio: 135/54;
    opacity: 0.2;
    z-index: -1;
  }
  header#front .header-info_wrapper h2.h2-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header#front .header-info_wrapper h2.h2-header span {
    font-size: clamp(18px, 2.00167vw, 24px);
  }
  header#front .header-info_wrapper h2.h2-header span.name {
    font-size: clamp(22px, 3.16931vw, 38px);
  }
  header#front .header-info_wrapper .kv-h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.6vw;
  }
  header#front .header-info_wrapper .kv-h1 p {
    text-align: center;
    font-size: clamp(19px, 2.8357vw, 34px);
    margin-bottom: 0;
  }
  header#front .header-info_wrapper .kv-h1 p br:not(:first-of-type) {
    display: none;
  }
  header#front .header-info_wrapper .name {
    margin-top: 0;
    font-size: clamp(24px, 2.66889vw, 32px);
  }
  header#front .header-info_wrapper address {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 40px;
  }
  header#front .header-info_wrapper address p {
    font-size: clamp(18px, 2.33528vw, 28px);
  }
  header#front .header-info_wrapper address p .telnum::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: auto;
    aspect-ratio: 17/30;
    background: url(../img/tel-icon.svg) no-repeat;
    background-position: 0 0;
    background-size: contain;
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
    margin-right: 0.25em;
  }
  header#front .header-info_wrapper .dog {
    display: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  header#front .swiper-container {
    width: 100%;
    height: auto;
    padding: 104px 0 0;
    margin: 0 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header#front .swiper-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
  header#under-page {
    margin-bottom: clamp(40px, 3.64773vw, 70px);
  }
  header#under-page .header-info_wrapper {
    width: 100%;
  }
  header#under-page .header-info_wrapper h1.h1-header {
    width: 100%;
    height: 104px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 25;
    gap: 0.6em;
  }
  header#under-page .header-info_wrapper h1.h1-header a {
    font-size: clamp(22px, 3.83653vw, 46px);
  }
  header#under-page .header-info_wrapper h1.h1-header a::after {
    top: 40%;
    left: 0;
    width: 21vw;
  }
  header#under-page .header-info_wrapper h1.h1-header a .main-txt {
    gap: 0 10px;
  }
  header#under-page .post_thumbnail {
    margin: 104px 0 0 0;
  }
}

/* =================================================

header　スマホ展開
max991px

================================================= */
@media screen and (max-width: 991px) {
  header#front .header-info_wrapper h1.h1-header,
  header#under-page .header-info_wrapper h1.h1-header {
    height: 80px;
  }
  header#front .swiper-container {
    padding: 80px 0 0;
  }
  header#under-page .post_thumbnail {
    margin: 80px 0 0 0;
  }
}

/* =================================================

header　スマホ展開
max767px

================================================= */
@media screen and (max-width: 767px) {
  header#front .header-info_wrapper h1.h1-header,
  header#under-page .header-info_wrapper h1.h1-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#front .header-info_wrapper h1.h1-header a::after,
  header#under-page .header-info_wrapper h1.h1-header a::after {
    top: 42%;
    left: 0;
    width: 31vw;
    -webkit-transform: translate(205%, -50%) rotate(-15deg);
            transform: translate(205%, -50%) rotate(-15deg);
  }
}

/* =================================================

header　スマホ展開
max575px

================================================= */
@media screen and (max-width: 575px) {
  header#front .header-info_wrapper h1.h1-header,
  header#under-page .header-info_wrapper h1.h1-header {
    width: 100%;
    height: 110px;
    /* padding: 5px 66px 5px 15px; */
	padding: 5px 66px 5px 8px;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header#front .header-info_wrapper h1.h1-header a,
  header#under-page .header-info_wrapper h1.h1-header a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header#front .header-info_wrapper h1.h1-header a .main-txt,
  header#under-page .header-info_wrapper h1.h1-header a .main-txt {
    gap: 0 10px;
  }
  header#front .header-info_wrapper h1.h1-header a::after {
    top: 40%;
    left: 0;
    width: 85vw;
    -webkit-transform: translate(35%, -50%) rotate(-15deg);
            transform: translate(35%, -50%) rotate(-15deg);
  }
  header#front .swiper-container {
    padding: 110px 0 0;
  }
  header#under-page .header-info_wrapper h1.h1-header a::after {
    top: 40%;
    left: 0;
    width: 85vw;
    -webkit-transform: translate(35%, -50%) rotate(-15deg);
            transform: translate(35%, -50%) rotate(-15deg);
  }
  header#under-page .post_thumbnail {
    margin: 110px 0 0 0;
  }
}

/* =================================================

header　スマホ展開
max430px

================================================= */
@media screen and (max-width: 430px) {
  header#front .header-info_wrapper h1.h1-header a .main-txt,
  header#under-page .header-info_wrapper h1.h1-header a .main-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* =================================================

header　スマホ展開
max375px

================================================= */
@media screen and (max-width: 375px) {
  header#front .header-info_wrapper h1.h1-header a .sub-txt,
  header#under-page .header-info_wrapper h1.h1-header a .sub-txt {
    line-height: 1.5;
  }
  header#front .header-info_wrapper h1.h1-header a .sub-txt br,
  header#under-page .header-info_wrapper h1.h1-header a .sub-txt br {
    display: block;
  }
  header#front .header-info_wrapper h1.h1-header a::after,
  header#under-page .header-info_wrapper h1.h1-header a::after {
    top: 52%;
    width: 86vw;
    right: -80%;
  }
  header#front .header-info_wrapper h1.h1-header span,
  header#under-page .header-info_wrapper h1.h1-header span {
    font-size: clamp(12px, 4.26667vw, 16px);
  }
}

/* =====================

グローバルナビ

===================== */
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.no-scroll body {
  overflow-y: hidden;
}

#mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main-nav {
  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;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 44px 0;
  list-style-type: none;
  gap: 3.854vw;
}

.main-nav li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.main-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -1.927vw;
  width: 2.7vw;
  height: 1px;
  background-color: #ccc;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(50%) rotate(clamp(286deg, -45deg, -45deg));
          transform: translateX(50%) rotate(clamp(286deg, -45deg, -45deg));
}

.main-nav li a {
  display: block;
  color: var(--gray01);
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: bold;
  padding: 0;
  white-space: nowrap;
  text-align: center;
}

.main-nav li a span {
  display: block;
  font-size: clamp(10px, 0.62533vw, 12px);
  color: var(--orange);
  letter-spacing: 0;
}

.main-nav li.current-menu-item::before, .main-nav li:hover::before {
  content: '';
  position: absolute;
  width: clamp(46px, 3.02241vw, 58px);
  height: auto;
  aspect-ratio: 1 / 0.8;
  background: url(../img/title-bg-yellow.svg) center center no-repeat;
  background-size: contain;
  left: 50%;
  top: clamp(6.4px, 0.41688vw, 8px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.mobile-btn {
  display: none;
}

/* =================================================

グローバルメニュー　スマホ展開

================================================= */
@media screen and (max-width: 1199px) {
  #mainnav {
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 104px;
    left: 0;
    width: 100%;
    height: calc(100vh - 104px);
    height: calc(100dvh - 104px);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px clamp(15px, 3.91134vw, 30px);
    z-index: 5;
  }
  .no-scroll {
    /* when modal active */
    -ms-touch-action: none;
        touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    overscroll-behavior: contain;
  }
  .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 52px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 50;
  }
  .mobile-btn .mobile-btn_burger {
    width: 24px;
    height: 2px;
    background-color: var(--key-color);
  }
  .mobile-btn .mobile-btn_burger::before, .mobile-btn .mobile-btn_burger::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--key-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-btn .mobile-btn_burger::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .mobile-btn .mobile-btn_burger::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .mobile-btn.on .mobile-btn_burger {
    background-color: transparent;
  }
  .mobile-btn.on .mobile-btn_burger::before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  .mobile-btn.on .mobile-btn_burger::after {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
  }
  .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: 800px;
    background-color: transparent;
    gap: 40px;
    position: relative;
    border-bottom: 0;
    z-index: 1;
  }
  .main-nav li {
    width: 100%;
    text-align: center;
  }
  .main-nav li:not(:last-child)::after {
    display: none;
  }
  .main-nav li a {
    display: table;
    margin: 0 auto;
    font-size: clamp(20px, 2.33528vw, 28px);
  }
  .main-nav li a span {
    font-size: clamp(10px, 1.16764vw, 14px);
  }
  #mainnav.open {
    overflow-y: auto;
    z-index: 10;
    visibility: visible;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: imgFadeIn;
            animation-name: imgFadeIn;
  }
}

/* =================================================

グローバルメニュー　スマホ展開
max991px

================================================= */
@media screen and (max-width: 991px) {
  .mobile-btn {
    top: 40px;
  }
  #mainnav {
    top: 80px;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }
}

/* =================================================

グローバルメニュー　スマホ展開
max575px

================================================= */
@media screen and (max-width: 575px) {
  .mobile-btn {
    top: 55px;
  }
  #mainnav {
    top: 110px;
    height: calc(100vh - 110px);
    height: calc(100dvh - 110px);
    padding: 20px 15px 30px;
  }
}

/* =====================

トップページ

===================== */
.home .main {
  padding-bottom: 0 !important;
}

.home .container {
  max-width: 1430px;
}

#home {
  /* ==================  犬アイコン付きタイトル ================== */
  /* ==================  白足跡 ================== */
  /* ==================  しつけ教室・幼犬のしつけ・競技会の実績 ================== */
  /* ==================  看板 ================== */
  /* ================== 提供サービス ================== */
  /* ================== 新着情報 ================== */
}

#home .h2-icon-title {
  display: table;
  font-size: clamp(20px, 1.56331vw, 30px);
  font-weight: bold;
  padding-top: 80px;
  position: relative;
}

#home .white-footprints {
  background: url(../img/footprints-white-bg.svg) no-repeat;
  background-position: right bottom 2vw;
  background-size: 41%;
}

#home #three-items .index-three_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  gap: 18px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#home #three-items .index-three_wrapper .index-three__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: linear-gradient(135deg, #f9fff5 25%, #ecfedf 25%, #ecfedf 50%, #f9fff5 50%, #f9fff5 75%, #ecfedf 75%, #ecfedf 100%);
  background-size: 28.28px 28.28px;
}

#home #three-items .index-three_wrapper .index-three__wrapper h2.index-three {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  min-height: 0;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 82px 10px 30px;
  background: var(--dark-green) url(../img/foot-prints.svg) no-repeat;
  background-position: center top 32px;
  background-size: 36px 35px;
  color: #fff;
  font-size: clamp(20px, 1.66754vw, 32px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper p {
  padding: 30px;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper a.btn {
  margin: auto auto 30px;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner {
  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;
  width: 100%;
  padding: 30px 30px 0;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training {
  margin: 0;
  padding: 0;
  list-style: none;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li {
  font-size: clamp(20px, 1.25065vw, 28px);
  font-weight: 500;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
  position: relative;
}

#home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li::before {
  content: "";
  position: absolute;
  width: clamp(20px, 1.30276vw, 25px);
  height: auto;
  aspect-ratio: 25 /22;
  left: 0;
  top: clamp(8px, 0.72955vw, 14px);
  background: url(../img/foot-prints-list-icon.svg) left top no-repeat;
  background-size: contain;
}

#home #three-items .index-three_wrapper .index-three__wrapper:first-child .contents_wrapper p {
  display: table;
  margin: 30px auto 30px;
  font-size: clamp(20px, 1.14643vw, 28px);
  padding: 0 30px;
  text-align: left;
  font-weight: bold;
}

#home #three-items .index-three_wrapper .index-three__wrapper:not(:first-child) .contents_wrapper p {
  display: table;
  margin: 0 auto 30px;
  font-size: clamp(20px, 1.25065vw, 24px);
  font-weight: 500;
  padding: 30px;
  text-align: left;
}

#home .kanban {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}

#home .h2-icon-title.face01 {
  margin: 0 auto clamp(64px, 4.58572vw, 88px);
}

#home .h2-icon-title.face01::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 67px;
  background: url(../img/dog_face02.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#home #service {
  margin-bottom: 0 !important;
}

#home #service .service-a__wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  -ms-grid-columns: (minmax(338px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
  grid-gap: 16px;
  margin-bottom: 0;
}

#home #service .service-a__wrapper > div {
  position: relative;
  background-color: #fff;
  width: 100%;
}

#home #service .service-a__wrapper > div dt {
  display: inline-block;
  padding: 0.2em 0;
  position: absolute;
  font-size: clamp(18px, 1.66806vw, 20px);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2px solid var(--gray01);
  border-bottom: 2px solid var(--gray01);
}

#home #service .service-a__wrapper > div dd {
  padding: 40px 20px 30px;
  margin-bottom: 0;
}

#home #service .service-b_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  gap: 68px;
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
}

#home #service .service-b_wrapper .dog-hotel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 338px;
      flex-basis: 338px;
  padding-top: 24px;
}

#home #service .service-b_wrapper .dog-hotel_wrapper .dog-hotel {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 0;
}

#home #service .service-b_wrapper .dog-hotel_wrapper .dog-hotel dt {
  display: inline-block;
  padding: 0.2em 0;
  position: absolute;
  font-size: clamp(18px, 1.66806vw, 20px);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2px solid var(--gray01);
  border-bottom: 2px solid var(--gray01);
}

#home #service .service-b_wrapper .dog-hotel_wrapper .dog-hotel dd {
  padding: 40px 20px 30px;
  margin-bottom: 0;
  min-height: 10em;
}

#home #service .service-b_wrapper .dog-hotel_wrapper .btn {
  margin-top: auto;
}

#home #service .service-b_wrapper .products .products_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}

#home #service .service-b_wrapper .products .products_wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 190px;
  border: 3px solid var(--brown);
  background: var(--light-brown) url(../img/dog_face01_b.svg) no-repeat top 25% center/215px 113px;
  border-radius: 50%;
  overflow: hidden;
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: bold;
  line-height: 1.25;
}

#home #service .service-b_wrapper .products a.btn {
  margin: 20px auto 0;
}

#home #service .service-b_wrapper .copies {
  position: absolute;
  top: 0;
  right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(20px, 2.50209vw, 30px);
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  white-space: nowrap;
}

#home #service .service-b_wrapper .copies::before {
  content: "";
  position: absolute;
  width: clamp(20px, 2.03231vw, 39px);
  height: auto;
  aspect-ratio: 39 / 35;
  top: -2.343vw;
  right: -1.823vw;
  border-top: 1px solid var(--gray01);
  border-right: 1px solid var(--gray01);
}

#home #service .service-b_wrapper .copies::after {
  content: "";
  position: absolute;
  width: clamp(20px, 2.03231vw, 39px);
  height: auto;
  aspect-ratio: 39 / 35;
  bottom: -2.343vw;
  left: -1.823vw;
  border-bottom: 1px solid var(--gray01);
  border-left: 1px solid var(--gray01);
}

#home #service a.btn {
  margin-top: 30px;
}

#home .h2-icon-title.face02 {
  margin: 0 0 36px 0;
}

#home .h2-icon-title.face02::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 67px;
  background: url(../img/dog_face03.svg) left top no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#home #news {
  padding-top: clamp(50px, 7.55602vw, 145px);
  padding-bottom: clamp(50px, 4.16884vw, 80px);
  background: url(../img/footprints-green-bg.svg) no-repeat;
  background-position: left 19.3vw top 9vw;
  background-size: 43vw;
}

#home #news .container {
  padding-bottom: 40px;
}

#home #news a.btn {
  margin: 40px 0 0 auto;
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

Go Topボタン

===================== */
a.page-top {
  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;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 95px;
  right: 10px;
  background-color: var(--key-color);
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.page-top .go-arrow {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.page-top:hover, a.page-top:active {
  background-color: #fff;
}

a.page-top:hover .go-arrow, a.page-top:active .go-arrow {
  border-top: 1px solid var(--dark-green);
  border-right: 1px solid var(--dark-green);
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

footer

===================== */
#footer {
  background-color: var(--dark-green);
  color: #fff;
  padding: 50px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  color: #fff;
  text-decoration: none;
}

#footer .add-info {
  display: table;
}

#footer .add-info:nth-child(2) {
  margin-top: clamp(30px, 2.08442vw, 40px);
}

#footer .add-info h1.f-logo {
  color: #fff;
  margin-bottom: 0;
  line-height: clamp(24px, 1.45909vw, 28px);
  font-size: clamp(24px, 1.45909vw, 28px);
  font-weight: 700;
  padding-bottom: 15px;
}

#footer .add-info h1.f-logo .f-logo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#footer .add-info h1.f-logo span {
  display: inline-block;
}

#footer .add-info h1.f-logo .sub {
  display: block;
  font-size: clamp(18px, 1.09432vw, 21px);
  margin-top: 15px;
}

#footer .add-info address {
  margin-bottom: 0;
  padding-top: 10px;
}

#footer .add-info address p {
  font-size: clamp(14px, 0.83377vw, 16px);
  margin-bottom: 0;
  text-align: left;
}

#footer #footer-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(30px, 5.04541vw, 50px);
}

#footer #footer-nav nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer #footer-nav nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

#footer #footer-nav nav > ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #fff;
  margin-right: 7px;
}

#footer #footer-nav nav > ul li:hover {
  text-decoration: underline;
}

/* =====================

アクセスマップ(トップページ)

===================== */
#accessmap {
  padding: 0;
  margin: 5px 0;
}

.map {
  position: relative;
  padding: 0;
  margin: 0;
}

.map iframe {
  vertical-align: bottom;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 15px 15px;
  background: var(--dark-green);
}

/* =================================================

footer スマホ展開時

================================================= */
@media screen and (max-width: 991px) {
  /* footer */
  #footer {
    padding: 30px 15px;
  }
  #footer .add-info {
    display: table;
    margin: 0 auto;
  }
  #footer .add-info h1.f-logo {
    text-align: center;
    line-height: 1.5;
  }
  #footer .add-info h1.f-logo .f-logo_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 1.08814vw, 10px);
  }
  #footer .add-info address {
    display: table;
    margin: 0 auto;
  }
  #footer #footer-nav {
    display: table;
    margin: 40px auto 0;
  }
  #footer #footer-nav nav {
    gap: clamp(15px, 9.79325vw, 90px);
  }
  #footer #footer-nav nav ul {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  /* footer */
  #footer #footer-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px auto auto 0;
  }
  #footer #footer-nav nav {
    gap: 15px;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

アイコン

===================== */
.post_icon {
  height: auto;
  padding: 3px 30px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

/* お知らせ */
.icon--news {
  background-color: #24bcee;
}

/* 仔犬情報 */
.icon--puppy-info {
  background-color: orange;
}

/* 訓練犬 */
.icon--training-dog-info {
  background-color: green;
}

/* =====================

トップページ
アーカイブ

===================== */
#archives a.btn {
  display: none;
}

ul.news-list {
  width: 100%;
  list-style: none;
  margin-left: 0;
  margin-top: clamp(40px, 3.12663vw, 60px);
  padding: 0;
}

ul.news-list li {
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid var(--border);
}

ul.news-list li article {
  width: 100%;
}

ul.news-list li article .news-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--gray03);
  position: relative;
  padding: 13px 0 13px 5px;
  margin-bottom: 0;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.news-list li article .news-line .news-inner-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

ul.news-list li article .news-line .news-inner-line .date {
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: 500;
  color: var(--gray01);
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

ul.news-list li article .news-line .news-inner-line .post_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

ul.news-list li article .news-line a h4.news-title {
  text-decoration: underline !important;
  font-weight: 700;
}

ul.news-list li article .news-line a:hover h4.news-title, ul.news-list li article .news-line a:active h4.news-title {
  text-decoration: none !important;
}

.news-title {
  display: inline-block;
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--gray01);
}

/* =====================

投稿記事個別ページ

===================== */
#single {
  background-color: #fff;
}

#single .single-wrapper {
  margin-top: clamp(40px, 3.12663vw, 60px);
}

#single .single-wrapper .single-header {
  width: 100%;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid var(--gray03);
  position: relative;
  padding: 0;
  margin-bottom: 1.5em;
}

#single .single-wrapper .single-header .news-inner-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
}

#single .single-wrapper .single-header .news-inner-line .date {
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: 500;
  color: var(--gray01);
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

#single .single-wrapper .single-header .news-inner-line .post_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#single .single-wrapper .single-header .single_title {
  display: inline-block;
  font-size: clamp(22px, 1.66754vw, 32px);
  font-weight: 700;
  margin-bottom: 0;
  color: var(--gray01);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--border);
}

#single .single-wrapper .single-body {
  overflow: hidden;
  clear: both;
}

#single .single-wrapper .single-body p {
  font-size: clamp(16px, 0.93799vw, 18px);
  margin-bottom: 1rem;
  *zoom: 1;
}

#single .single-wrapper .single-body p:after {
  content: "";
  display: table;
  clear: both;
}

#single a.btn {
  margin-top: 3em;
}

body.single-sponsored_courses #single .single-wrapper .single-header::after {
  width: 10px;
}

/* =================================================

サムネイル新着リスト
仔犬出産情報

================================================= */
ul.thumbs-list {
  list-style: none;
  margin: clamp(20px, 1.56331vw, 30px) 0 0;
  padding: 0 0 40px;
  width: 100%;
}

ul.thumbs-list li {
  width: 100%;
  margin-bottom: clamp(30px, 2.08442vw, 40px);
}

ul.thumbs-list li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

ul.thumbs-list li article a .thumbs {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

ul.thumbs-list li article a .thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.thumbs-list li article .titles {
  width: calc(100% - 180px);
  padding-bottom: 1em;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

ul.thumbs-list li article .titles .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 1em;
}

ul.thumbs-list li article .titles .dates .date {
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: 500;
  color: var(--gray01);
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

ul.thumbs-list li article .titles a h4.news-title {
  font-size: clamp(18px, 1.25065vw, 24px);
  font-weight: 700;
  color: var(--gray01);
  text-decoration: underline;
}

ul.thumbs-list li article .titles a:hover h4.news-title {
  text-decoration: none;
}

ul.thumbs-list li article .dp {
  margin-top: 15px;
  width: 100%;
}

ul.thumbs-list li article .dp p {
  margin-bottom: 0;
}

/* =================================================

仔犬情報、訓練犬情報　個別ページ

================================================= */
.dogs-info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0;
  gap: 30px;
}

.dogs-info_wrapper ul.photos_wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 580px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 10px;
}

.dogs-info_wrapper ul.photos_wrapper li {
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}

.dogs-info_wrapper ul.photos_wrapper li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dogs-info_wrapper ul.photos_wrapper li a::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(114, 185, 27, 0.8) url(../img/magnifying-glass.svg) no-repeat center center/20px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.dogs-info_wrapper ul.photos_wrapper li a:hover::after {
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
}

.dogs-info_wrapper ul.photos_wrapper li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .dogs-info_wrapper ul.photos_wrapper {
    max-width: initial;
    width: 100%;
  }
}

.dogs-info_wrapper .descriptions_wrapper {
  min-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dogs-info_wrapper .descriptions_wrapper .item {
  font-size: clamp(18px, 1.04221vw, 20px);
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid var(--border);
}

.dogs-info_wrapper .descriptions_wrapper .item .breed,
.dogs-info_wrapper .descriptions_wrapper .item .birthday {
  font-weight: bold;
}

.dogs-info_wrapper .descriptions_wrapper .description-txt {
  margin-top: 1.5em;
}

/* =================================================

新着情報　スマホ展開

================================================= */
@media screen and (max-width: 767px) {
  ul.news-list li article .news-line {
    gap: 10px 20px;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.thumbs-list li article {
    gap: clamp(15px, 3.91134vw, 30px);
  }
  ul.thumbs-list li article a .thumbs {
    width: clamp(100px, 19.55671vw, 150px);
    height: clamp(100px, 19.55671vw, 150px);
  }
  ul.thumbs-list li article .titles {
    width: calc(100% - (clamp(100px, ((150/767) * 100vw), 150px)));
  }
  ul.thumbs-list li article .titles .dates {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 575px) {
  ul.thumbs-list li article {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 532px) {
  ul.photos_wrapper li a {
    pointer-events: none;
  }
  ul.photos_wrapper li a::after {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  ul.thumbs-list li article {
    -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;
  }
  ul.thumbs-list li article a .thumbs {
    width: clamp(150px, 48.30918vw, 200px);
    height: clamp(150px, 48.30918vw, 200px);
  }
  ul.thumbs-list li article .titles {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  ul.news-list li article .news-line .news-inner-line {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #single .single-wrapper .single-header .news-inner-line {
    gap: 5px 10px;
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

お問い合わせ

===================== */
.note {
  margin-left: 1.5em;
}

button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  gap: .5em;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.wpcf7-form {
  overflow: none;
}

div.wpcf7 {
  padding: 0 0 30px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.wpcf7 {
    margin-top: 0px !important;
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  div.wpcf7 {
    margin-top: 0px !important;
    margin-bottom: 36px !important;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  margin: 2em 15px 1em;
  padding: 0.2em 1em;
  text-align: center;
}

.wpcf7 form ul.table-res-form {
  margin: 0;
  width: 100%;
  list-style-type: none;
  padding: 30px;
}

.wpcf7 form ul.table-res-form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.wpcf7 form ul.table-res-form li:nth-child(odd) {
  background-color: var(--light-bg);
  border-radius: 8px;
}

.wpcf7 form ul.table-res-form li > div:first-child {
  padding: 1em 1.5em;
  width: 22%;
}

.wpcf7 form ul.table-res-form li > div:nth-child(2) {
  padding: 1em 1.5em;
  width: 78%;
}

.wpcf7 form ul.table-res-form li > div:nth-child(2) .zip-text {
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  .wpcf7 form ul.table-res-form li > div:nth-child(2) .zip-text {
    padding-top: 10px;
  }
}

.wpcf7 form ul.table-res-form li > div:nth-child(2) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0.5em;
}

.wpcf7 form ul.table-res-form .p-postal-code {
  width: 12rem !important;
}

.wpcf7 form ul.table-res-form .requied {
  font-size: 0.8em;
  color: red;
}

.wpcf7 form ul.table-res-form .empty {
  display: none;
}

.wpcf7 form ul.table-res-form input[type="text"],
.wpcf7 form ul.table-res-form input[type="tel"],
.wpcf7 form ul.table-res-form input[type="email"],
.wpcf7 form ul.table-res-form input[type="number"],
.wpcf7 form ul.table-res-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.5em;
  background: #fff;
}

.wpcf7 form ul.table-res-form input[type="text"]:focus, .wpcf7 form ul.table-res-form input[type="text"]:active,
.wpcf7 form ul.table-res-form input[type="tel"]:focus,
.wpcf7 form ul.table-res-form input[type="tel"]:active,
.wpcf7 form ul.table-res-form input[type="email"]:focus,
.wpcf7 form ul.table-res-form input[type="email"]:active,
.wpcf7 form ul.table-res-form input[type="number"]:focus,
.wpcf7 form ul.table-res-form input[type="number"]:active,
.wpcf7 form ul.table-res-form textarea:focus,
.wpcf7 form ul.table-res-form textarea:active {
  background: #fff;
  border: 1px solid orange;
  border-radius: none;
  outline: none;
}

.wpcf7 form ul.table-res-form input[type="text"],
.wpcf7 form ul.table-res-form input[type="tel"],
.wpcf7 form ul.table-res-form input[type="email"],
.wpcf7 form ul.table-res-form textarea {
  width: 100%;
}

.wpcf7 form ul.table-res-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid var(--key-color);
  padding: 0.5em;
  background: var(--key-color);
}

.wpcf7 form ul.table-res-form input[type="submit"]:focus, .wpcf7 form ul.table-res-form input[type="submit"]:active {
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 0;
  outline: none;
}

.wpcf7 form div.wpcf7-validation-errors {
  display: block;
  border: 2px solid #ffb171;
  background: #fff;
  margin: 30px 15px;
}

.wpcf7 form div.wpcf7-acceptance-missing {
  border: 2px solid #ffb171;
  background: #fff;
  margin: 30px auto;
}

.wpcf7 form .wpcf7-mail-sent-ok {
  background: #e9efd3;
  border: 2px solid #a9ce74;
}

.wpcf7 form .wpcf7-submit {
  background-color: var(--key-color);
  border: 1px solid var(--key-color) !important;
}

.wpcf7 form .before-sending {
  margin: 0 auto 1em;
  text-align: center;
}

.wpcf7 form .before-sending a {
  color: red;
  text-decoration: underline;
}

.wpcf7 form .before-sending a:hover, .wpcf7 form .before-sending a:active {
  text-decoration: none;
}

.wpcf7 form .before-sending > p {
  text-align: center;
}

.wpcf7 form .wpcf7c-conf {
  background-color: #e8f0fe !important;
}

.wpcf7 form span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7 form .buttons {
  text-align: center;
}

.wpcf7 form .buttons > #confirm,
.wpcf7 form .buttons > #back-edit {
  display: block;
  margin: 0 auto;
  text-align: center !important;
  /*font-size: 1.125rem; */
  font-size: 16px !important;
  padding: 10px 30px;
  border: 1px solid var(--key-color) !important;
  background: var(--key-color);
  font-weight: 500;
  color: #fff;
  border-style: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.wpcf7 form .buttons > #confirm:hover, .wpcf7 form .buttons > #confirm:active,
.wpcf7 form .buttons > #back-edit:hover,
.wpcf7 form .buttons > #back-edit:active {
  color: var(--key-color);
  background-color: #fff;
}

.wpcf7 form .buttons > #confirm:focus, .wpcf7 form .buttons > #confirm:active,
.wpcf7 form .buttons > #back-edit:focus,
.wpcf7 form .buttons > #back-edit:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
}

.wpcf7 form .buttons .submit {
  display: block;
  border: 1px solid var(--key-color) !important;
  background-color: var(--key-color);
  margin: 20px auto;
  padding: 10px 30px;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 8px;
}

.wpcf7 form .buttons .submit:hover, .wpcf7 form .buttons .submit:active {
  color: var(--key-color) !important;
  background-color: #fff !important;
}

.wpcf7 form .buttons .submit:focus, .wpcf7 form .buttons .submit:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
}

.wpcf7 form div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 form .wpcf7c-elm-step2 {
  display: block;
  text-align: center;
  margin: 0 15px 30px;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ffb171;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .wpcf7 form ul.table-res-form {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .wpcf7 form ul.table-res-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 20px;
  }
  .wpcf7 form ul.table-res-form li > div:first-child {
    padding: 1em 0 0;
    width: 100%;
    text-align: center;
    background-color: rgba(var(--key-color), 0.1);
  }
  .wpcf7 form ul.table-res-form li > div:last-child {
    width: 100%;
    text-align: center;
    padding: 1em 1.5em;
  }
}

/* =====================

ページナビ

===================== */
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--key-color);
  font-size: 14px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid var(--key-color);
}

.wp-pagenavi a {
  color: var(--key-color);
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
  border-color: var(--key-color);
  background-color: var(--key-color);
  color: #fff;
}

/* =====================

Not Found

===================== */
#notfound .notfound {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

#notfound .notfound h2 {
  margin: 0 auto 0.5em;
  color: #ccc;
  text-align: center;
}

#notfound .notfound p {
  text-align: center;
}

/* =====================

検索ページ

===================== */
#search form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search form .form-wrapper input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.2em;
  width: 290px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#search form .form-wrapper input[type="text"]:focus, #search form .form-wrapper input[type="text"]:active {
  background: #fff;
  border: 1px solid orange;
  border-radius: none;
  outline: none;
}

#search form .form-wrapper .search-submit-btn {
  height: 35px;
  border: 1px solid var(--key-color);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.re-search {
  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;
}

/* =================================================

スマホ

================================================= */
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =================================================

max1459px

================================================= */
@media screen and (max-width: 1459px) {
  #home #service .service-a__wrapper > div {
    margin-top: 40px;
  }
  #home #service .service-a__wrapper a.btn {
    margin-top: 0;
  }
}

/* =================================================

max1399px

================================================= */
@media screen and (max-width: 1399px) {
  #home #service .service-b_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  #home #service .service-b_wrapper .copies {
    font-size: clamp(30px, 2.85919vw, 40px);
    position: relative;
    right: initial;
    margin-left: clamp(20px, 2.03231vw, 39px);
    margin-right: clamp(20px, 2.03231vw, 39px);
    margin-top: 40px;
  }
}

/* =================================================

max1279px

================================================= */
@media screen and (max-width: 1279px) {
  /* しつけ教室・幼犬のしつけ・競技会の実績(トップページ　スマホサイズ) */
  #home #three-items .index-three_wrapper {
    max-width: 991px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper p {
    font-size: clamp(16px, 1.56372vw, 20px);
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper a.btn {
    margin: auto;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li {
    font-size: clamp(20px, 1.87647vw, 28px);
    margin-bottom: 0.25em;
    padding-left: 1.5em;
    position: relative;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li::before {
    content: "";
    position: absolute;
    width: clamp(20px, 1.95465vw, 25px);
    height: auto;
    aspect-ratio: 25 /22;
    left: 0;
    top: clamp(8px, 1.09461vw, 14px);
    background: url(../img/foot-prints-list-icon.svg) left top no-repeat;
    background-size: contain;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper:first-child .training {
    margin: auto auto auto 30px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper:first-child p {
    text-align: left;
    margin: 30px 30px 30px 0 !important;
    padding: 0;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper:first-child a.btn {
    margin: auto 0 auto auto;
  }
}

/* =================================================

max1023px

================================================= */
@media screen and (max-width: 1023px) {
  #home #service .service-b_wrapper .dog-hotel_wrapper .dog-hotel dd {
    min-height: 0;
  }
  #home #service .service-b_wrapper .dog-hotel_wrapper a.btn {
    margin: 30px auto 0;
  }
  #home #news a.btn {
    margin: 40px auto;
  }
}

/* =================================================

max991px

================================================= */
@media screen and (max-width: 991px) {
  #home #service .service-b_wrapper .copies {
    font-size: clamp(26px, 4.03633vw, 40px);
  }
}

/* =================================================

max859px

================================================= */
@media screen and (max-width: 889px) {
  /* しつけ教室・幼犬のしつけ・競技会の実績(トップページ　スマホサイズ) */
  #home #three-items .index-three_wrapper {
    max-width: 767px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper h2.index-three {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    background: var(--dark-green);
    padding: 20px 30px 20px 70px;
    margin-bottom: 20px;
    position: relative;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper h2.index-three::after {
    content: "";
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 35px;
    position: absolute;
    background: url(../img/foot-prints.svg) no-repeat;
    background-size: contain;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper p {
    margin: 0 !important;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner {
    -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;
    padding: 0 30px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training {
    margin-bottom: 10px;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner > p {
    padding: 0 0 0 0;
  }
}

/* =================================================

max599px

================================================= */
@media screen and (max-width: 599px) {
  #home #service .service-b_wrapper .products .products_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* =================================================

max575px

================================================= */
@media screen and (max-width: 575px) {
  #home #service.white-footprints {
    background-size: 80%;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training {
    margin: 0 aauto;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li {
    font-size: clamp(20px, 4.17391vw, 28px);
    margin-bottom: 0.25em;
    padding-left: 1.5em;
    position: relative;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper .shituke_inner .training li::before {
    content: "";
    position: absolute;
    width: clamp(20px, 4.34783vw, 25px);
    height: auto;
    aspect-ratio: 25 /22;
    left: 0;
    top: clamp(7px, 2.43478vw, 12px);
    background: url(../img/foot-prints-list-icon.svg) left top no-repeat;
    background-size: contain;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper .contents_wrapper a.btn {
    margin: 30px auto 0;
  }
  #home #three-items .index-three_wrapper .index-three__wrapper:not(:first-child) .contents_wrapper p {
    padding: 15px 30px;
  }
  #home #news {
    background-size: 83%;
  }
}

@media screen and (max-width: 375px) {
  #home #service .service-a__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
