@charset "UTF-8";
.pet_ohaka article {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pet_ohaka article .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka article .title {
    margin-bottom: 35px;
  }
}

.pet_ohaka article .title .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #f76968;
}

@media screen and (max-width: 991px) {
  .pet_ohaka article .title .t1 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.pet_ohaka article .title .t2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #561f04;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 991px) {
  .pet_ohaka article .title .t2 {
    font-size: 1.5rem;
  }
}

.pet_ohaka article .title b {
  font-size: 4rem;
  font-weight: 700;
  color: #561f04;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.pet_ohaka article .title b > span {
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka article .title b > span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka article .title b {
    font-size: 2.4rem;
  }
}

.pet_ohaka .inner {
  margin: auto;
  max-width: 1150px;
  padding: 0 50px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .inner {
    padding: 0 6%;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .bg_parallax {
    background-position: center;
    background-attachment: fixed;
    background-size: 986px auto;
    background-repeat: no-repeat;
    background-image: url(../img/img-pet_ohaka/bg_parallax.png);
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .bg_parallax {
    position: relative;
  }
  .pet_ohaka .bg_parallax::before {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    /* .innerのmax-widthと同じ設定 */
    height: 100vh;
    background-image: url(../img/img-pet_ohaka/bg_parallax_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 95%;
  }
}

.pet_ohaka .mv {
  height: 590px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .mv {
    height: auto;
  }
}

.pet_ohaka .mv .inner {
  position: relative;
}

.pet_ohaka .mv-txt {
  width: 89px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 55px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .mv-txt {
    width: 70px;
    top: 20px;
  }
}

.pet_ohaka .mv-txt img {
  display: block;
  width: 100%;
}

.pet_ohaka .mv-btn {
  position: absolute;
  left: 0;
  bottom: -25px;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .mv-btn {
    width: 50%;
    left: 5%;
    bottom: -50px;
  }
}

.pet_ohaka .mv-btn img {
  display: block;
  width: 100%;
}

.pet_ohaka .mv-images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 992px) {
.pet_ohaka .mv-images {
  height: 650px;
  overflow: hidden;
  position: relative;
}
}
@media screen and (max-width: 991px) {
  .pet_ohaka .mv-images {
    aspect-ratio: 64/70;
  }
}

.pet_ohaka .mv-images li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.pet_ohaka .leadBlk {
  padding: 60px 0 90px;
  background: url(../img/img-pet_ohaka/lead_bg.png) center bottom no-repeat;
  background-size: 1390px auto;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .leadBlk {
    background-image: url(../img/img-pet_ohaka/lead_bg_sp.png);
    background-size: 100%;
    padding: 20px 0 65px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .leadBlk .inner {
    padding: 0;
  }
}

.pet_ohaka .leadBlk .image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pet_ohaka .leadBlk-txt {
  text-align: center;
}

.pet_ohaka .leadBlk-txt p {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .leadBlk-txt p {
    font-size: 1.2rem;
  }
}

.pet_ohaka .leadBlk-txt p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .leadBlk-txt p + p {
    margin-top: 20px;
  }
}

.pet_ohaka .featureBlk {
  background: #fff6ef;
  padding: 65px 0 120px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk {
    padding: 40px 0 50px;
  }
}

.pet_ohaka .featureBlk-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pet_ohaka .featureBlk-item {
  max-width: 430px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .featureBlk-item:last-child {
    margin-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item + .featureBlk-item {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .featureBlk-item.--wide {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 50px !important;
  }
  .pet_ohaka .featureBlk-item.--wide .wbox {
    max-width: 458px;
    margin-top: -70px;
  }
}

.pet_ohaka .featureBlk-item .wbox {
  max-width: 365px;
  margin: -50px 0 0 auto;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 25px 30px 30px 30px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox {
    width: 85%;
    padding: 20px;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dt {
  text-align: left;
  border-left: 4px solid #f1b3b3;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dt {
    padding-left: 15px;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dt .t1 {
  color: #561f04;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dt .t1 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dt .t1 b {
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dt .t1 b {
    font-size: 1.5rem;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dt .t2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #8e6752;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dt .t2 {
    font-size: 1.7rem;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dt .t2 span {
  color: #f76968;
}

.pet_ohaka .featureBlk-item .wbox dl dt .t2 span b {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dt .t2 span b {
    font-size: 1.9rem;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dd {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dd {
    padding-top: 15px;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dd p {
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dd p {
    font-size: 1.2rem;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink {
  background: #fff;
  border: 2px solid #f18c8b;
  margin: 25px 0 0 auto;
  display: table;
  font-size: 1.5rem;
  padding: 0 40px 0 25px;
  position: relative;
  line-height: 1.5;
  width: 230px;
  font-weight: 500;
  white-space: nowrap;
  color: #f18c8b;
  text-align: left;
  border-radius: 50px;
  height: 42px;
  line-height: 42px;
  text-decoration: none !important;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink:hover {
    background: #f18c8b;
    color: #fff;
  }
  .pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink:hover:before {
    border-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink {
    font-size: 1.2rem;
    padding: 0 40px 0 20px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
  }
}

.pet_ohaka .featureBlk-item .wbox dl dd .js_pagelink::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f18c8b;
  border-right: 2px solid #f18c8b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pet_ohaka .featureBlk-item .image img {
  width: 100%;
}

.pet_ohaka .lineupBlk {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk {
    padding: 50px 0 80px;
  }
}

.pet_ohaka .lineupBlk .inner {
  max-width: 1200px;
}

.pet_ohaka .lineupBlk .title img {
  max-width: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk .title img {
    max-width: 250px;
    margin-bottom: 15px;
  }
}

.pet_ohaka .lineupBlk-nav01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pet_ohaka .lineupBlk-nav01 ul li .js_pagelink {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .lineupBlk-nav01 ul li .js_pagelink:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .lineupBlk-nav01 ul {
    position: relative;
  }
  .pet_ohaka .lineupBlk-nav01 ul li {
    width: 33%;
    max-width: 340px;
  }
  .pet_ohaka .lineupBlk-nav01 ul li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk-nav01 ul li {
    width: 100%;
  }
  .pet_ohaka .lineupBlk-nav01 ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.pet_ohaka .lineupBlk-nav02 {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk-nav02 {
    margin-top: 40px;
  }
}

.pet_ohaka .lineupBlk-nav02 ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk-nav02 ul {
    flex-wrap: wrap;
  }
}

.pet_ohaka .lineupBlk-nav02 ul li img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .lineupBlk-nav02 ul li {
    max-width: 460px;
  }
  .pet_ohaka .lineupBlk-nav02 ul li + li {
    margin-left: 65px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk-nav02 ul li {
    width: 100%;
  }
  .pet_ohaka .lineupBlk-nav02 ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .lineupBlk-nav02 .flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .pet_ohaka .lineupBlk-nav02 .flex .item + .item {
    margin-left: 90px;
  }
  .pet_ohaka .lineupBlk-nav02 .flex .item ul {
    flex-direction: column;
  }
  .pet_ohaka .lineupBlk-nav02 .flex .item ul li + li {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .lineupBlk-nav02 {
    margin-top: 25px;
  }
  .pet_ohaka .lineupBlk-nav02 .flex .item + .item {
    margin-top: 40px;
  }
}



.pet_ohaka .areaBlk {
  padding: 0 0 140px 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk {
    padding: 0 0 80px 0 !important;
  }
}

.pet_ohaka .areaBlk-wrap {
  position: relative;
  padding-top: 45px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-wrap {
    padding-top: 30px;
  }
}

.pet_ohaka .areaBlk-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  height: 8px;
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-wrap::after {
    height: 4px;
  }
}

.pet_ohaka .areaBlk-ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-ttl {
    margin-bottom: 30px;
  }
}

.pet_ohaka .areaBlk-ttl > * {
  color: #68371f;
}

.pet_ohaka .areaBlk-ttl .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 30px;
  padding-bottom: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-ttl .t1 {
    font-size: 1.8rem;
    padding-right: 10px;
  }
}

.pet_ohaka .areaBlk-mv {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-mv {
    margin-bottom: 25px;
  }
}

.pet_ohaka .areaBlk-price {
  display: table;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.pet_ohaka .areaBlk-price .row01 {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(transparent 60%, #fff3e9 60%);
  padding: 0 10px 8px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .row01 {
    padding: 0 5px 8px;
  }
}

.pet_ohaka .areaBlk-price .row01 .txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #481e00;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .row01 .txt {
    font-size: 1.4rem;
  }
}

.pet_ohaka .areaBlk-price .row01 .txt + .price {
  margin-left: 10px;
}

.pet_ohaka .areaBlk-price .row01 .price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #d90000;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

.pet_ohaka .areaBlk-price .row01 .price .t1 {
  font-size: 4.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .row01 .price .t1 {
    font-size: 3.1rem;
    letter-spacing: 0.01em;
  }
}

.pet_ohaka .areaBlk-price .row01 .price .t2 {
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .row01 .price .t2 {
    font-size: 1.9rem;
    letter-spacing: 0.01em;
  }
}

.pet_ohaka .areaBlk-price .row01 .price .t3 {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .row01 .price .t3 {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    margin-left: -0.2em;
  }
}

.pet_ohaka .areaBlk-price .caution {
  margin-top: 10px;
  width: 100%;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #481e00;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-price .caution {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.pet_ohaka .areaBlk-map-main .top-links,
.pet_ohaka .areaBlk-map-main .bottom-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pet_ohaka .areaBlk-map-main .bottom-links {
  margin-top: -270px;
}

@media screen and (max-width: 500px) {
  .pet_ohaka .areaBlk-map-main .bottom-links {
    margin-top: -31vw;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .bottom-links {
    margin-top: -90px;
  }
}

/*ハナミズキのある霊園用*/
/*.pet_ohaka .areaBlk-map-main .bottom-links_hanamizuki {
  display: flex;
  margin-top: -270px;
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: flex-end;
}

@media screen and (max-width: 500px) {
  .pet_ohaka .areaBlk-map-main .bottom-links_hanamizuki {
    margin-top: -31vw;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .bottom-links_hanamizuki {
    margin-top: -90px;
  }
}*/
/**/



.pet_ohaka .areaBlk-map-main .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .flex {
    position: relative;
    justify-content: space-between;
  }
}

.pet_ohaka .areaBlk-map-main .flex .left-links,
.pet_ohaka .areaBlk-map-main .flex .right-links {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .flex .left-links,
  .pet_ohaka .areaBlk-map-main .flex .right-links {
    width: 48%;
    margin-top: 0;
  }
}

.pet_ohaka .areaBlk-map-main .flex .left-links {
  margin-right: -5px;
}

.pet_ohaka .areaBlk-map-main .flex .right-links {
  margin-left: -31px;
}

.pet_ohaka .areaBlk-map-main .item {
  display: block;
  position: relative;
  max-width: 371px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .item {
    width: 48%;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .item {
    max-width: inherit;
  }
}

.pet_ohaka .areaBlk-map-main .map {
  display: flex;
  justify-content: center;
  margin-top: -330px;
  margin-left: -70px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .map {
    width: 100%;
    margin: -20vw auto 0;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-main .map {
    width: 400px;
    margin: -70px auto 0;
  }
}

.pet_ohaka .areaBlk-map-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #481e00;
  font-family: 'Noto Serif JP', serif;
  margin-left: -1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-ttl {
    font-size: 1.9rem;
    text-align: center;
  }
}

.pet_ohaka .areaBlk-map-ttl + p {
  padding-top: 10px;
  color: #3b260a;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-map-ttl + p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.pet_ohaka .areaBlk-btns {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-btns {
    margin-top: 30px;
  }
}

.pet_ohaka .areaBlk-btns ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-btns ul {
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
}

.pet_ohaka .areaBlk-btns ul li {
  width: 50%;
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-btns ul li {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk-btns ul li + li {
    margin-left: 70px;
  }
}

.pet_ohaka .areaBlk-btns ul li a {
  padding: 0;
  height: 55px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk-btns ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pet_ohaka .areaBlk-btns ul li a > span::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk-btns ul li a {
    font-size: 1.4rem;
    height: 50px;
  }
}

.pet_ohaka .areaBlk-btns ul li a > span {
  position: relative;
  padding-left: 35px;
}

.pet_ohaka .areaBlk-btns ul li a > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pet_ohaka .areaBlk-btns ul li.--request a {
  background: #abca4d;
  border: 1px solid #abca4d;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk-btns ul li.--request a:hover {
    background: #fff;
    color: #abca4d;
  }
  .pet_ohaka .areaBlk-btns ul li.--request a:hover > span::before {
    background-image: url(../img/img-pet_ohaka/icon_request_on.png);
  }
}

.pet_ohaka .areaBlk-btns ul li.--request a > span::before {
  background-image: url(../img/img-pet_ohaka/icon_request_w.png);
}

.pet_ohaka .areaBlk-btns ul li.--reserve a {
  background: #ff6868;
  border: 1px solid #ff6868;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk-btns ul li.--reserve a:hover {
    background: #fff;
    color: #ff6868;
  }
  .pet_ohaka .areaBlk-btns ul li.--reserve a:hover > span::before {
    background-image: url(../img/img-pet_ohaka/icon_reserve_on.png);
  }
}

.pet_ohaka .areaBlk-btns ul li.--reserve a > span::before {
  background-image: url(../img/img-pet_ohaka/icon_reserve_w.png);
}

.pet_ohaka .areaBlk .blk01 {
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk .blk01 {
    padding-bottom: 90px;
    margin-bottom: 50px;
  }
}

.pet_ohaka .areaBlk .blk01 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pet_ohaka .areaBlk .blk01 .flex .item dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk .blk01 .flex .item dl dt {
    font-size: 1.7rem;
    text-align: center;
    margin: 0 auto;
  }
}

.pet_ohaka .areaBlk .blk01 .flex .item dl dd p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3b260a;
}

.pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li {
  max-width: 225px;
}
@media screen and (min-width: 992px) {
.pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li img{
  width: 225px!important;
  height: 317px;
}
}

.pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li .txt {
  text-align: left;
  padding-top: 12px;
  line-height: 1.6;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li .txt {
    font-size: 1.2rem;
  }
}

.pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li {
    width: 46%;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk .blk01 .flex .item:nth-child(2) > ul li {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk .blk01 .flex .item {
    width: 50%;
  }
  .pet_ohaka .areaBlk .blk01 .flex .item:nth-child(1) {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk .blk01 .flex .item {
    width: 100%;
  }
  .pet_ohaka .areaBlk .blk01 .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.pet_ohaka .areaBlk.--hanamizuki .areaBlk-ttl .t2 {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--hanamizuki .areaBlk-ttl .t2 {
    font-size: 2.6rem;
  }
}

.pet_ohaka .areaBlk.--hanamizuki .areaBlk-wrap::after {
  background: #f18c8b;
}

.pet_ohaka .areaBlk.--hanamizuki .blk01 .flex .item dl dt {
  color: #ec6665;
}

.pet_ohaka .areaBlk.--kizuna .areaBlk-ttl .t2 {
  font-size: 5rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
}

.pet_ohaka .areaBlk.--kizuna .areaBlk-ttl .t2 > span {
  font-size: 2.4rem;
  padding-bottom: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--kizuna .areaBlk-ttl .t2 {
    font-size: 2.6rem;
  }
}

.pet_ohaka .areaBlk.--kizuna .areaBlk-wrap::after {
  background: #6bc7a2;
}

.pet_ohaka .areaBlk.--kizuna .blk01 .flex .item dl dt {
  color: #6bc7a2;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk.--kizuna .areaBlk-map-main .map {
    margin-left: -20px;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk.--kizuna .areaBlk-map-main .bottom-links {
    margin-top: -250px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--kizuna .areaBlk-map-main .bottom-links {
    justify-content: center;
  }
  .pet_ohaka .areaBlk.--kizuna .areaBlk-map-main .bottom-links .item {
    margin-left: -7vw;
  }
}

.pet_ohaka .areaBlk.--hinata .areaBlk-ttl .t2 {
  font-size: 4.6rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--hinata .areaBlk-ttl .t2 {
    font-size: 2.6rem;
  }
}

.pet_ohaka .areaBlk.--hinata .areaBlk-wrap::after {
  background: #f39f3b;
}

.pet_ohaka .areaBlk.--hinata .blk01 .flex .item dl dt {
  color: #f39f3b;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk.--hinata .areaBlk-map-main .map {
    margin-top: -410px;
  }
}

.pet_ohaka .areaBlk.--hinata .areaBlk-btns {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--hinata .areaBlk-btns {
    margin-top: 30px;
  }
}


.pet_ohaka .areaBlk.--yui .areaBlk-ttl .t2 {
  font-size: 4.6rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-ttl .t2 {
    font-size: 2.6rem;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-ttl .t2 > span {
  font-size: 2.6rem;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-ttl .t2 > span{
    font-size: 1.6rem;
    padding-left: 10px;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-wrap::after {
  background: #85de81;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .blk01 {
    padding-bottom: 160px;
  }
}

.pet_ohaka .areaBlk.--yui .blk01 .flex .item dl dt {
  color: #85de81;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-map-main .map {
    margin-top: -410px;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-btns {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-btns {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-price {
    margin-top: 83px;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .txt {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .txt {
    margin-right: 5px;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .price {
  position: relative;
}

.pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .price .t1 {
  position: relative;
}

.pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .price .t1 span {
  position: absolute;
  right: 0;
  top: -33px;
  height: 25px;
  line-height: 25px;
  display: table;
  padding: 0 8px;
  color: #4b423b;
  background: #fff;
  border: 1px solid #2da228;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .areaBlk.--yui .areaBlk-price .row01 .price .t1 span {
    font-size: 1.2rem;
    top: -28px;
    height: 20px;
    line-height: 20px;
  }
}

.pet_ohaka .areaBlk.--yui .areaBlk-price .caution {
  display: table;
  text-align: left;
  margin-left: auto;
  width: auto;
}

.pet_ohaka .kuyoBlk {
  padding: 65px 0 120px;
  background: #fff6ef;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk {
    padding: 50px 0 60px;
    margin-bottom: 50px;
  }
}

.pet_ohaka .kuyoBlk-lead {
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-lead {
    padding-bottom: 30px;
  }
}

.pet_ohaka .kuyoBlk-lead .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pet_ohaka .kuyoBlk-lead .flex .item img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-lead .flex .item img {
    margin-left: -35px;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-lead .flex .item:nth-child(2) {
    padding-top: 70px;
  }
}

.pet_ohaka .kuyoBlk-lead .flex .item:nth-child(2) p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.3;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-lead .flex .item:nth-child(2) p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-lead .flex .item {
    width: 56%;
  }
  .pet_ohaka .kuyoBlk-lead .flex .item:nth-child(2) {
    width: 44%;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-lead .flex .item {
    width: 100%;
  }
  .pet_ohaka .kuyoBlk-lead .flex .item:nth-child(1) {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .pet_ohaka .kuyoBlk-lead .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.pet_ohaka .kuyoBlk-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-list {
    flex-direction: column;
    padding: 30px 0 0;
  }
}

.pet_ohaka .kuyoBlk-item {
  width: 48%;
  background: #fff;
  padding: 55px 40px 40px 40px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #c9bea1;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item {
    width: 100%;
    padding: 35px 20px 35px 20px;
    position: relative;
  }
  .pet_ohaka .kuyoBlk-item + .kuyoBlk-item {
    margin-top: 70px;
  }
  .pet_ohaka .kuyoBlk-item:first-child {
    padding-bottom: 90px;
  }
}

.pet_ohaka .kuyoBlk-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #9c856a;
  width: 55px;
  height: 55px;
  color: #fff;
  line-height: 55px;
  border-radius: 10px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
  }
}

.pet_ohaka .kuyoBlk-item:nth-child(1)::before {
  content: "1";
}

.pet_ohaka .kuyoBlk-item:nth-child(2)::before {
  content: "2";
}

.pet_ohaka .kuyoBlk-item:nth-child(3)::before {
  content: "3";
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-item:first-child {
    width: 100%;
    margin-bottom: 80px;
  }
}

.pet_ohaka .kuyoBlk-item dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.pet_ohaka .kuyoBlk-item dl dd .image {
  display: flex;
  justify-content: center;
}

.pet_ohaka .kuyoBlk-item dl dd .image_s {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.pet_ohaka .kuyoBlk-item dl dd .image_s img {
  width: 100%;
  display: block;
}

.pet_ohaka .kuyoBlk-item dl dd p {
  color: #444;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd p {
    font-size: 1.2rem;
  }
}

.pet_ohaka .kuyoBlk-item dl dd p b {
  font-weight: 700;
}

.pet_ohaka .kuyoBlk-item dl dd .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px auto 0;
  max-width: 840px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex {
    margin-top: 15px;
  }
}

.pet_ohaka .kuyoBlk-item dl dd .flex .item img {
  width: 100%;
  display: block;
}

.pet_ohaka .kuyoBlk-item dl dd .flex .item ul {
  display: flex;
  justify-content: space-between;
}

.pet_ohaka .kuyoBlk-item dl dd .flex .item ul li {
  width: 47%;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex .item ul li {
    width: 48%;
  }
}

.pet_ohaka .kuyoBlk-item dl dd .flex .item ul li .t1 {
  color: #9c856a;
  text-align: center;
  line-height: 1.6;
  padding-top: 7px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex .item ul li .t1 {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}

.pet_ohaka .kuyoBlk-item dl dd .flex .item ul li .t2 {
  font-size: 1.4rem;
  color: #444;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex .item ul li .t2 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex .item {
    width: 50%;
  }
  .pet_ohaka .kuyoBlk-item dl dd .flex .item:nth-child(1) {
    padding-right: 35px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item dl dd .flex .item {
    width: 100%;
  }
  .pet_ohaka .kuyoBlk-item dl dd .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.pet_ohaka .kuyoBlk-item .caution {
  display: table;
  position: relative;
  padding-left: 1.3em;
  font-size: 1.3rem;
  color: #666;
}

.pet_ohaka .kuyoBlk-item .caution::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-item .caution {
    position: absolute;
    right: 0;
    bottom: -90px;
  }
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-item .caution {
    position: absolute;
    right: 0;
    bottom: -60px;
    font-size: 1rem;
    letter-spacing: 0.01em;
    width: 95%;
  }
}

@media screen and (max-width: 525px) {
  .pet_ohaka .kuyoBlk-item .caution {
    bottom: -18vw;
  }
}

.pet_ohaka .kuyoBlk-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
  }
}

.pet_ohaka .kuyoBlk-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  background: #ae9373;
  border: 1px solid #ae9373;
  border-radius: 50px;
  padding: 0 0 0.2em 25px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-link a {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0 0 0.2em 15px;
    height: 35px;
  }
}

.pet_ohaka .kuyoBlk-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background: url(../img/img-pet_ohaka/icon_blank.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.pet_ohaka .kuyoBlk-link a > span {
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .pet_ohaka .kuyoBlk-link a > span {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .pet_ohaka .kuyoBlk-link a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pet_ohaka .kuyoBlk-link a::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pet_ohaka .kuyoBlk-link a:hover {
    background: #fff;
    color: #ae9373;
  }
  .pet_ohaka .kuyoBlk-link a:hover::after {
    background-image: url(../img/img-pet_ohaka/icon_blank_on.png);
  }
}
