@charset "UTF-8";
/* ==========================================================================
   hogoinu
   ========================================================================== */
.headerHarewanImg {
  background: url(../images/hogoinu/main_img_halewan.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .headerHarewanImg {
    background: url(../images/hogoinu/main_img_halewan_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.harewan-jigyou {
  text-align: center;
}
.harewan-jigyou .jigyouList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.harewan-jigyou .jigyouList li {
  background-color: #fff;
  border-radius: 30px;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li {
    margin: 0 0 24px;
    width: 48%;
  }
}
.harewan-jigyou .jigyouList li img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.harewan-jigyou .jigyouList li .jigyouListTxtArea {
  padding: 0 20px 30px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li .jigyouListTxtArea {
    padding: 0 10px 20px 10px;
  }
}
.harewan-jigyou .jigyouList li h3 {
  background-color: #fff;
  border-radius: 50%;
  color: #e47c6d;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  margin: 0 auto;
  height: 96px;
  width: 96px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li h3 {
    font-size: 2rem;
    height: 88px;
    width: 88px;
  }
}
.harewan-jigyou .jigyouList li p {
  color: #59380f;
  --viewport-from: 769;
  --viewport-to: 1200;
  --min-font-size: 14;
  --max-font-size: 16;
  line-height: 1.6em;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .harewan-jigyou .jigyouList li p {
    --viewport-from: 421;
    --viewport-to: 768;
    --min-font-size: 13;
    --max-font-size: 14;
    padding: 32px 0 0;
  }
}

/* ==========================================================================
   Satooya Bosyu
   ========================================================================== */
.headerSatooyaImg {
  background: url(../images/hogoinu/main_img_satooya.webp) no-repeat center center;
  background-size: cover;
}

.satooyaWrap {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.satooyaWrap .hogoinuList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px auto 64px;
  max-width: 1200px;
  text-align: left;
}
.satooyaWrap .hogoinuList::before {
  content: "";
  display: block;
  width: 18%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .hogoinuList::before {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .satooyaWrap .hogoinuList::before {
    width: 47%;
  }
}
.satooyaWrap .hogoinuList::after {
  content: "";
  display: block;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .hogoinuList::after {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .satooyaWrap .hogoinuList::after {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .satooyaWrap .hogoinuList {
    margin: 40px auto;
  }
}
.satooyaWrap .hogoinuList .inner {
  margin: 0 0 32px;
  position: relative;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .hogoinuList .inner {
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .satooyaWrap .hogoinuList .inner {
    width: 47%;
  }
}
.satooyaWrap .hogoinuList .inner h2 {
  border-bottom: 2px dotted #e47c6d;
  color: #51380f;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  margin: 0 0 8px;
  padding: 8px 0 6px;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .hogoinuList .inner h2 {
    font-size: 1.6rem;
  }
}
.satooyaWrap .hogoinuList .inner p {
  color: #51380f;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.satooyaWrap .hogoinuList .inner img {
  border: 3px solid #fff;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .satooyaWrap .hogoinuList .inner img {
    height: 120px;
  }
}
.satooyaWrap .hogoinuList .newIcon {
  background-color: #e47c6d;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  position: absolute;
  top: -24px;
  right: -10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .commonBtnWrap {
    margin-bottom: 0;
  }
}
.satooyaWrap .commonBtn {
  padding: 32px 80px;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .commonBtn {
    padding: 20px 48px;
  }
}
.satooyaWrap .commonBtn .commonBtnLine {
  top: 44px;
}
@media screen and (max-width: 768px) {
  .satooyaWrap .commonBtn .commonBtnLine {
    top: 28px;
  }
}

/* 譲渡の手順・特記事項 */
.kiyakuWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kiyakuWrap h2 {
  color: #59380f;
  font-family: "TsunagiGothic", sans-serif;
  font-weight: normal;
  font-size: 3.6rem;
  margin: 0 0 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kiyakuWrap h2 {
    font-size: 2.2rem;
    margin: 32px;
  }
}
.kiyakuWrap .tejyunWrap {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .kiyakuWrap .tejyunWrap {
    width: 100%;
  }
}
.kiyakuWrap .tejyunWrap ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.kiyakuWrap .tejyunWrap li {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
.kiyakuWrap .tejyunWrap li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e47c6d;
  color: #fff;
  display: block;
  float: left;
  line-height: 26px;
  margin-left: -40px;
  text-align: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}
.kiyakuWrap .tokkijikou {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .kiyakuWrap .tokkijikou {
    width: 100%;
  }
}
.kiyakuWrap .tokkijikou li {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 40px;
  position: relative;
  padding-left: 1.6em;
}
.kiyakuWrap .tokkijikou li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #e47c6d;
}

.hogoinuDetails {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .hogoinuDetails {
    margin: 20px 0 0;
  }
}
.hogoinuDetails .detailImg {
  margin-bottom: 100px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .hogoinuDetails .detailImg {
    margin-bottom: 16px;
    width: 100%;
  }
}
.hogoinuDetails .detailImg img {
  max-width: 100%;
  display: block;
  height: auto;
}
.hogoinuDetails .detailImg .slider-area {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.hogoinuDetails .detailImg .slider-area .slider-item {
  margin-bottom: 8px;
}
.hogoinuDetails .detailImg .slider-area .slider-item img {
  border-radius: 10px;
  border: 3px solid #fff;
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hogoinuDetails .detailImg .slider-area .slider-item img {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .hogoinuDetails .detailImg .slider-area .slider-item img {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .hogoinuDetails .detailImg .slider-area .slider-item img {
    height: 260px;
  }
}
.hogoinuDetails .detailImg .thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.hogoinuDetails .detailImg .thumnail .slick-track img {
  border-radius: 8px;
  border: 3px solid #fff;
  margin-bottom: 8px;
  height: 76px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hogoinuDetails .detailImg .thumnail .slick-track img {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .hogoinuDetails .detailImg .thumnail .slick-track img {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .hogoinuDetails .detailImg .thumnail .slick-track img {
    height: 72px;
  }
}
.hogoinuDetails .detailImg .thumnail .slick-track:before {
  display: none;
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.hogoinuDetails .detailImg .thumnail .slick-track:after {
  display: none;
  content: "";
  display: block;
  width: 24%;
}
.hogoinuDetails .detailImg .thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 24%;
}
.hogoinuDetails .detailList {
  margin-bottom: 100px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .hogoinuDetails .detailList {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hogoinuDetails .detailList {
    margin-bottom: 20px;
  }
}
.hogoinuDetails .detailList .hogoinuSetsumei {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 20px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hogoinuDetails .detailList .hogoinuSetsumei {
    font-size: 1.4rem;
  }
}

.harewanTable {
  border-top: 1px solid #d0b7aa;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.harewanTable th {
  background-color: #f7ece6;
  border-bottom: 1px solid #d0b7aa;
  font-weight: normal;
  font-size: 1.6rem;
  padding: 16px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .harewanTable th {
    font-size: 1.4rem;
    padding: 12px;
    width: 36%;
  }
}
.harewanTable td {
  border-bottom: 1px solid #d0b7aa;
  font-size: 1.6rem;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .harewanTable td {
    font-size: 1.4rem;
    padding: 12px;
  }
}

/* ==========================================================================
   Dog Run
   ========================================================================== */
.headerDogrunImg {
  background: url(../images/hogoinu/main_img_dogrun.jpg) no-repeat center center;
  background-size: cover;
}

.yoyakuInstWrap {
  background-color: #e47c6d;
  border-radius: 50px;
  display: block;
  margin: 48px auto;
  padding: 12px 8px;
  width: 240px;
}
.yoyakuInstWrap .yoyakuInst {
  display: flex;
  justify-content: center;
}
.yoyakuInstWrap .yoyakuInst img {
  margin: 0 8px 0 0;
}
.yoyakuInstWrap .yoyakuInst p {
  color: #fff;
  align-self: center;
}

ol.dogrunRiyouTxt {
  color: #e47c6d;
  font-family: "Outfit", sans-serif;
  text-align: left;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  ol.dogrunRiyouTxt {
    margin: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  ol.dogrunRiyouTxt {
    margin: 0 16px;
  }
}
ol.dogrunRiyouTxt li {
  list-style: decimal;
  font-size: 1.4rem;
  padding: 8px 0;
}
ol.dogrunRiyouTxt li span {
  color: #59380f;
}

.dogrunReadTxt {
  color: #59380f;
  font-size: 1.6rem;
  line-height: 2.2em;
  margin: 0 0 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dogrunReadTxt {
    font-size: 1.4rem;
    margin: 0 16px 32px;
  }
}

.dogrunCategory .harewanTable {
  margin: 24px 0 32px;
}

.wishBnWrap {
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .wishBnWrap {
    margin: 80px 0 0;
  }
}
.wishBnWrap img.bnImg {
  border-radius: 0;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .wishBnWrap img.bnImg {
    height: auto;
    margin: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .wishBnWrap img.bnImg {
    margin: 12px 32px 12px 0;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .wishBnWrap img.bnImg {
    margin: 8px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wishBnWrap .wishBnArea {
    padding: 0 16px 0 0;
  }
}
.wishBnWrap .wishBnArea a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.jyotoBtn {
  background-color: #6A574D;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 24px 20px;
  margin: 0 auto;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jyotoBtn {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}
.jyotoBtn .commonBtnLine {
  background-color: #fff;
  height: 1px;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 34px;
}
@media screen and (max-width: 768px) {
  .jyotoBtn .commonBtnLine {
    top: 25px;
  }
}
.jyotoBtn:hover {
  background-color: #6A574D;
  color: #fff;
  opacity: 1;
}
.jyotoBtn:hover .commonBtnLine {
  right: 8px;
  transition: all 0.4s;
}
.jyotoBtn span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .jyotoBtn span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .jyotoBtnWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .jyotoBtnWrap {
    margin: 0 auto;
    width: 300px;
  }
}
.jyotoBtnWrap .jyotoBtn {
  background-color: #6A574D;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  padding: 24px 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jyotoBtnWrap .jyotoBtn {
    font-size: 1.2rem;
    padding: 16px 8px;
    margin: 0 auto 20px;
  }
}
.jyotoBtnWrap .jyotoBtn .commonBtnLine {
  background-color: #fff;
  height: 1px;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 44px;
}
@media screen and (max-width: 768px) {
  .jyotoBtnWrap .jyotoBtn .commonBtnLine {
    top: 34px;
  }
}
.jyotoBtnWrap .jyotoBtn:hover {
  background-color: #6A574D;
  color: #fff;
  opacity: 1;
}
.jyotoBtnWrap .jyotoBtn:hover .commonBtnLine {
  right: 8px;
  transition: all 0.4s;
}

.jyotoLink {
  color: #6A574D;
  font-weight: bold;
  text-decoration: underline;
}
.jyotoLink:hover {
  text-decoration: none;
}

.okayamaHogoinuShien {
  background-color: #fff;
  border: 5px solid #e47c6d;
  border-radius: 20px;
  color: #59380f;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 40px;
  padding: 8px;
  text-align: center;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .okayamaHogoinuShien {
    border: 4px solid #e47c6d;
    border-radius: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .okayamaHogoinuShien {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=harewan.css.map */