@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  color: #62503a;
  font-size: max(1.5vw, 1.8rem);
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "MyFont";
  src: url("../font/れいこフォント.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "MyFont";
  background-color: #ffffcf;
}

input[type=submit], button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #dcc7c1;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 150%;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ここまでLoading背景画面設定　*/
header {
  background-color: #ffffff;
}

.h_inner {
  display: flex;
}
.h_inner h1 {
  width: 300px;
  min-width: 150px;
  margin: 30px 0px 30px 20px;
}
.h_inner .tel {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100px;
  margin: 20px;
  white-space: nowrap;
}
.h_inner .tel img {
  width: 100px;
}
.h_inner nav {
  padding: 50px 0px 20px 0px;
  width: 1000px;
  white-space: nowrap;
}
.h_inner nav ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.info {
  position: fixed;
  right: 10px;
  margin: 20px 5px 0px 0px;
  z-index: 9000;
}
.info img {
  width: 100%;
}

#fv .slick-prev {
  z-index: 100;
  left: 0px;
}
#fv .slick-next {
  right: 0px;
}
#fv .slick-slider img {
  width: 100%;
}
#fv .slick-dots li button:before {
  z-index: 20;
  color: #dabdb4 !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#news {
  max-width: 1200px;
  background-image: url("../img/back/news_back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
#news .news_logo {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#news .news_contents {
  width: 800px;
  margin: 54px auto 0;
  text-align: center;
  padding-top: 300px;
  padding-bottom: 100px;
}
#news .news_contents li {
  margin: 20px;
  padding-right: 1.5em;
  border-bottom: 1px dotted #a75eaa;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
#news .news_contents li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 20px;
  background-image: url("../img/icon/kome_b.svg");
  background-repeat: no-repeat;
}
#news .news_contents li::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-left: 20px;
  background-image: url("../img/icon/kome_b.svg");
  background-repeat: no-repeat;
}
#news .news_contents span {
  width: 40%;
}
#news .news_contents p {
  width: 60%;
  line-height: 1.5em;
}

#about {
  background-image: url("../img/title/about_logo.svg"), url("..//img/apng/about1_40.png");
  background-repeat: no-repeat;
  background-size: 30%, 15%;
  background-position: top, top 3% right 15%;
  display: flex;
  margin-top: 10%;
}

#about_left {
  width: 100%;
  margin-top: 15%;
  background-image: url("..//img/apng/about2_40.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom left;
}
#about_left p.p1, #about_left p.p2 {
  margin-left: 5%;
  margin-bottom: 5%;
  line-height: 2em;
}
#about_left p.p3 {
  margin-left: 5%;
  margin-bottom: 30%;
  line-height: 2em;
}

#about_right {
  width: 100%;
  margin-top: 15%;
  display: flex;
  position: relative;
}
#about_right > div.animation {
  transform: translateY(100px);
  transition: 0.6s;
  opacity: 0;
}
#about_right > div.animation p, #about_right > div.animation span {
  opacity: 0;
  transition: 0.3s;
}
#about_right > div.animation span.fukidashi1 {
  transition-delay: 0.4s;
}
#about_right > div.animation span.fukidashi2 {
  transition-delay: 0.7s;
}
#about_right > div.animation p {
  transition-delay: 1s;
}
#about_right > div.animation.active {
  transform: translateY(0);
  opacity: 1;
}
#about_right > div.animation.active p, #about_right > div.animation.active span {
  opacity: 1;
}
#about_right .girl {
  width: 30%;
  position: absolute;
  right: 10%;
}
#about_right .fukidashi1 img, #about_right .fukidashi2 img {
  width: 8%;
}
#about_right .coment1, #about_right .comment2, #about_right .comment3 {
  width: 300px;
}
#about_right .comment1 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 40%;
}
#about_right .comment2 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 40%;
}
#about_right .comment3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
#about_right .fukidashi1 {
  position: relative;
  left: 45%;
  top: 10px;
}
#about_right .fukidashi2 {
  position: relative;
  right: -20%;
  top: 0px;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.comment1 .girl {
  animation-delay: 5s;
}
.comment1 .fukidashi1 {
  animation-delay: 8s;
}
.comment1 .fukidashi2 {
  animation-delay: 10s;
}
.comment1 .fukidashi3 {
  animation-delay: 12s;
}

.comment2 {
  animation-delay: 15s;
}

.comment3 {
  animation-delay: 20s;
}

.slick2 {
  padding-top: 100px;
}
.slick2 .slick-dots li button:before {
  z-index: 20;
  color: #dabdb4 !important;
}

.slick2 img {
  width: 80%;
  margin: 0 auto;
}

#training {
  background-color: #aac4a9;
  position: relative;
  margin-top: 150px;
}

#training::before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 5;
  top: -155px;
  background-image: url("../img/back/training_top.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

#training::after {
  content: "";
  width: 100%;
  height: 285px;
  position: absolute;
  z-index: 5;
  bottom: -280px;
  background-image: url("../img/back/training_bottom.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.sun {
  height: 100px;
  background-image: url("../img/apng/sun80.png");
  background-repeat: no-repeat;
  background-position: top 50% right 10%;
}

.t_wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 700px;
  max-width: 1200px;
  width: 100%;
  justify-content: space-around;
  background-image: url("../img/title/training_title.svg"), url("..//img/apng/training.png");
  background-repeat: no-repeat;
  background-size: 40%, 15%;
  background-position: right 10% top 0%, bottom 0% left 45%;
}
.t_wrap .training_ph img {
  width: 100%;
}
.t_wrap .training_text {
  width: 500px;
  line-height: 5rem;
  position: relative;
  margin: 20px;
}
.t_wrap .training_text .read_more {
  width: 50%;
  position: absolute;
  right: 0;
}

.kome_t {
  background-image: url("../img/apng/kome_training.png");
  background-repeat: no-repeat;
  width: 500px;
  height: 30px;
  background-position: top 80% left 45%;
  position: absolute;
  top: 10%;
  left: 2%;
}

.footprint_r {
  position: absolute;
  right: 0;
  z-index: 9990;
}

#pethotel {
  background-color: #d9bcb3;
  position: relative;
  margin-top: 400px;
}

#pethotel::before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 5;
  top: -155px;
  background-image: url("../img/back/pethotel_top.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

#pethotel::after {
  content: "";
  width: 100%;
  height: 285px;
  position: absolute;
  z-index: 5;
  bottom: -280px;
  background-image: url("../img/back/pethotel_bottom.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.house {
  height: 100px;
  background-image: url("../img/apng/house60.png");
  background-repeat: no-repeat;
  background-position: top 70% left 0%;
}

.p_wrap {
  height: 1000px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  justify-content: space-around;
  background-image: url("../img/title/pethotel_logo.svg"), url("../img/apng/pet_hotel40.png");
  background-repeat: no-repeat;
  background-size: 40%, 28%;
  background-position: left 10% top 0%, right 0% bottom 0%;
}
.p_wrap .pethotel_ph img {
  width: 100%;
}
.p_wrap .pethotel_text {
  width: 500px;
  line-height: 5rem;
  position: relative;
  margin: 20px;
}
.p_wrap .pethotel_text .read_more {
  width: 50%;
  position: absolute;
  right: 0;
}
.p_wrap .kome_p {
  background-image: url("../img/apng/kome_pethotel.png");
  background-repeat: no-repeat;
  width: 500px;
  height: 30px;
  background-position: top 80% left 25%;
  position: absolute;
  top: 10%;
  right: 2%;
}

#top_contact {
  margin-top: 30px;
  height: 1000px;
  background-image: url("../img/apng/matsuwan60.png"), url("../img/photo/contact_back3.jpg");
  background-repeat: no-repeat;
  background-size: 30%, cover;
  background-position: bottom 0% right 0%, 50% 50%;
  position: relative;
  z-index: 1;
}

.c_wrap {
  padding-top: 100px;
}

.contact_icon {
  background-image: url("../img/back/contact_circle2.svg");
  height: 600px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
  top: 300px;
}
.contact_icon .contact_button {
  width: 80%;
  position: relative;
  top: 150px;
  right: -40px;
  z-index: 1;
}
.contact_icon .tel_button {
  width: 80%;
  position: relative;
  top: 160px;
  right: -43px;
  z-index: 1;
}

#contact_kakunin {
  margin-bottom: 350px;
  padding: 5em 0;
  background: #EBE1D6;
  position: relative;
  top: 0;
  z-index: 300;
}
#contact_kakunin h2 {
  text-align: center;
  font-weight: lighter;
  margin-bottom: 50px;
}
#contact_kakunin .text {
  line-height: 2em;
  margin: 0 auto;
}
#contact_kakunin form, #contact_kakunin > div {
  width: 70%;
}
#contact_kakunin form dl, #contact_kakunin > div dl {
  display: flex;
  flex-wrap: wrap;
}
#contact_kakunin form dl dt, #contact_kakunin form dl dd, #contact_kakunin > div dl dt, #contact_kakunin > div dl dd {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  padding-bottom: 0.8em;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1em;
}
#contact_kakunin form dl dt, #contact_kakunin > div dl dt {
  width: 30%;
  color: #848484;
  font-size: 14px;
  flex-wrap: wrap;
}
#contact_kakunin form dl dt small, #contact_kakunin > div dl dt small {
  margin-left: 1em;
  font-size: 11px;
  color: #d45353;
}
#contact_kakunin form dl dd, #contact_kakunin > div dl dd {
  width: 70%;
}
#contact_kakunin form dl dd input, #contact_kakunin form dl dd select, #contact_kakunin form dl dd textarea, #contact_kakunin > div dl dd input, #contact_kakunin > div dl dd select, #contact_kakunin > div dl dd textarea {
  border: 1px solid #000000;
  font-size: 18px;
  padding: 0.5em 1em;
  border-radius: 5px;
}
#contact_kakunin form dl dd [type=text], #contact_kakunin form dl dd [type=email], #contact_kakunin > div dl dd [type=text], #contact_kakunin > div dl dd [type=email] {
  width: 100%;
}
#contact_kakunin form dl dd [name=p-postal-code], #contact_kakunin > div dl dd [name=p-postal-code] {
  width: 20%;
}
#contact_kakunin form dl dd select, #contact_kakunin > div dl dd select {
  width: 60%;
}
#contact_kakunin form dl dd textarea, #contact_kakunin > div dl dd textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
}
#contact_kakunin form dl dd.address, #contact_kakunin > div dl dd.address {
  flex-direction: column;
  gap: 10px;
}
#contact_kakunin form p, #contact_kakunin > div p {
  text-align: center;
  padding: 1em;
}
#contact_kakunin form p button, #contact_kakunin > div p button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #FFF;
  padding: 0.5em 2em;
  font-size: 1.8rem;
}

.check_design {
  position: relative;
}
.check_design input[type=radio], .check_design input[type=chekbox] {
  display: none;
}
.check_design input[type=radio]:checked + span, .check_design input[type=chekbox]:checked + span {
  background: #808080;
  color: #ffffff;
}
.check_design input[type=radio]:checked + span:before, .check_design input[type=chekbox]:checked + span:before {
  left: 100px;
  margin-left: -40px;
}
.check_design span {
  color: #cccccc;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #cccccc;
  margin-right: 0.5em;
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.check_design span:before {
  background: #dddddd;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px p;
  margin-top-text-align: center;
}

#kanryo {
  background: #EBE1D6;
  margin: 0px 30px;
  padding-top: 50px;
  padding-bottom: 140px;
  border-radius: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
}
#kanryo h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: lighter;
  margin-bottom: 50px;
}
#kanryo .text {
  line-height: 2em;
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#kanryo .text .p1, #kanryo .text .p2 {
  margin-bottom: 15px;
  text-align: left;
}
#kanryo p {
  text-align: center;
  padding: 0em;
}
#kanryo p button {
  padding: 0.5em 2em;
  font-size: 1.8rem;
  margin-top: 50px;
}
#kanryo .thankyou_dog {
  width: 30%;
  position: relative;
  top: 50px;
  right: -60%;
}

#access {
  background-color: #ebd5c4;
  background-image: url(../img/title/access_logo.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top 3% center;
  padding-top: 100px;
}
#access .a_wrap {
  display: flex;
  position: relative;
  top: 10%;
  border-radius: 5%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#access .a_wrap .wrap_l {
  padding: 3%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#access .a_wrap .wrap_l .logo {
  width: 100%;
}
#access .a_wrap .wrap_l .address {
  margin-top: 10%;
  line-height: 1.5em;
}
#access .a_wrap .wrap_l .company {
  margin-top: 10%;
  line-height: 1.5em;
}
#access .a_wrap .wrap_r {
  padding: 3%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /*　画像の拡大　*/
  /*　画像のマスク　*/
}
#access .a_wrap .wrap_r .map1 {
  width: 80%;
}
#access .a_wrap .wrap_r .map2 {
  width: 80%;
  line-height: 1.5em;
  transform-origin: top left;
  transition: transform 0.3s;
}
#access .a_wrap .wrap_r .zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}
#access .a_wrap .wrap_r .zoomIn a:hover img { /*hoverした時の変化*/
  transform: scale(1.2); /*拡大の値を変更したい場合はこの数値を変更*/
}
#access .a_wrap .wrap_r .mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

footer {
  background-color: #ffffff;
  width: 100%;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
footer nav {
  align-items: center;
  padding-top: 20px;
  margin: auto;
  max-width: 1200px;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
footer nav ul {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-around;
  text-align: center;
}
footer nav p {
  margin-top: 30px;
}
footer #page-top {
  position: fixed;
  right: -230px;
  bottom: 0px;
  z-index: 9990;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
footer #page-top img {
  width: 30%;
}

.sp_info {
  display: none;
}

@media screen and (max-width: 873px) {
  header {
    height: 100px;
    position: relative;
  }
  .h_inner h1 {
    width: 200px;
    min-width: 100px;
    margin: 20px;
  }
  .h_inner .tel {
    margin: 0px;
    white-space: nowrap;
    justify-content: initial;
  }
  .h_inner .tel img {
    width: 30%;
  }
  .h_inner .tel a {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  .h_inner nav {
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .h_inner nav ul {
    display: none;
    margin: 0px;
    height: 100vh;
    z-index: 9999;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #dabdb4;
    padding: 0 1.5em;
  }
  .h_inner nav li {
    margin: 50px;
    font-size: 2.4rem;
  }
  a#sp_menu {
    display: flex;
    height: 30px;
    width: 40px;
    align-items: center;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 9999;
  }
  a#sp_menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #c48071;
    transition: 0.6s;
  }
  a#sp_menu span:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #c48071;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: 0;
  }
  a#sp_menu span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #c48071;
    transition: 0.6s;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  a#sp_menu.sp_menu_close span {
    background: transparent;
  }
  a#sp_menu.sp_menu_close span:before {
    top: 50%;
    transform: rotate(45deg);
  }
  a#sp_menu.sp_menu_close span:after {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }
  .info {
    display: none;
  }
  .sp_info {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #dabdb4;
    text-align: center;
    align-items: center;
    font-size: 1.8rem;
    white-space: nowrap;
    z-index: 10;
  }
  .sp_info img {
    width: 20%;
  }
  #news .news_contents {
    width: 600px;
    margin: 0 auto 0;
    text-align: center;
    padding-top: 200px;
  }
  #about {
    margin-top: -10%;
  }
  #training {
    margin-top: 170px;
  }
  .footprint_l img {
    width: 30%;
  }
  .p_wrap .pethotel_ph img {
    margin: 0px;
  }
  #top_contact {
    background-size: 30%, cover;
    background-position: bottom 0% right 0%, 35% 50%;
    position: relative;
    z-index: 1;
  }
  .contact_icon {
    height: 480px;
    width: 480px;
    top: 320px;
  }
  footer nav {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 730px) {
  #news {
    margin-top: -30px;
    height: auto;
    background-color: #ffdbbf;
    background-image: url(../img/title/sp_news_logo.png);
    background-position: top 10% left 50%;
    background-size: 20%;
  }
  #news .news_contents {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    padding-top: 100px;
  }
  .run {
    width: 15%;
  }
  #training {
    margin-top: 100px;
  }
  #training::before {
    height: 100px;
    top: -99px;
  }
  #training::after {
    height: 400px;
    bottom: -399px;
  }
  .sun {
    height: 100px;
    background-image: url("../img/apng/sun80.png");
    background-repeat: no-repeat;
    background-position: top 50% right 10%;
    background-size: 20%;
  }
  .t_wrap {
    margin: 0 auto;
    display: block;
    align-items: center;
    height: 900px;
    max-width: 1200px;
    width: 100%;
    justify-content: space-around;
    background-image: url("../img/title/training_title.svg"), url("..//img/apng/training.png");
    background-repeat: no-repeat;
    background-size: 40%, 20%;
    background-position: center top, bottom 20% left 0%;
  }
  .t_wrap .training_ph {
    position: absolute;
    top: 50%;
    left: 20%;
  }
  .t_wrap .training_ph img {
    max-width: 500px;
    width: 90%;
    margin: 0px;
  }
  .t_wrap .training_text {
    width: 90%;
    line-height: 3rem;
    position: relative;
    top: 10%;
    margin: 0 auto;
    padding: 20px;
  }
  .t_wrap .training_text .read_more {
    width: 30%;
  }
  .kome_t {
    background-image: url("../img/apng/kome_training.png");
    background-repeat: no-repeat;
    background-size: 90%;
    width: 300px;
    height: 30px;
    background-position: top 80% left 45%;
    position: absolute;
    top: 7%;
    left: 2%;
  }
  .footprint_r {
    position: absolute;
    right: 0;
    z-index: 9990;
  }
  .footprint_r img {
    width: 80%;
  }
  #pethotel {
    margin-top: 400px;
  }
  #pethotel::before {
    height: 130px;
    top: -129px;
  }
  #pethotel::after {
    height: 285px;
    bottom: -280px;
  }
  .house {
    height: 100px;
    background-image: url("../img/apng/house60.png");
    background-repeat: no-repeat;
    background-position: top 75% left 0%;
    background-size: 20%;
  }
  .p_wrap {
    margin: 0 auto;
    display: block;
    align-items: center;
    height: 1000px;
    max-width: 1200px;
    width: 100%;
    justify-content: space-around;
    background-image: url("../img/title/pethotel_logo.svg"), url("../img/apng/pet_hotel40.png");
    background-repeat: no-repeat;
    background-size: 40%, 30%;
    background-position: center top, right 0% bottom 0%;
  }
  .p_wrap .pethotel_ph {
    position: absolute;
    top: 55%;
    left: 20%;
  }
  .p_wrap .pethotel_ph img {
    max-width: 500px;
    width: 90%;
    margin: 0px;
  }
  .p_wrap .pethotel_text {
    width: 90%;
    line-height: 3rem;
    position: relative;
    top: 15%;
    margin: 0 auto;
    padding: 20px;
  }
  .p_wrap .pethotel_text .read_more {
    width: 30%;
    position: absolute;
    right: 40px;
  }
  .p_wrap .kome_p {
    background-image: url("../img/apng/kome_pethotel.png");
    background-repeat: no-repeat;
    background-size: 90%;
    width: 300px;
    height: 30px;
    background-position: top 80% left 25%;
    position: absolute;
    top: 7%;
    right: 2%;
  }
}
@media screen and (max-width: 510px) {
  .h_inner h1 {
    width: 120px;
    min-width: 100px;
    margin: 10px;
  }
  .tel {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100px;
    width: 60px;
    margin: 0px;
    white-space: nowrap;
  }
  .tel img {
    width: 100% !important;
  }
  .tel a {
    font-size: 1.8rem;
  }
  #sp_fv .slick-prev {
    z-index: 100;
    left: 0px;
  }
  #sp_fv .slick-next {
    right: 0px;
  }
  #sp_fv .slick-slider img {
    width: 100%;
  }
  #sp_fv .slick-dots li button:before {
    z-index: 20;
    color: #dabdb4 !important;
  }
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #news {
    margin-top: -30px;
    background-position: top 10% left 50%;
    background-size: 40%;
  }
  #news .news_logo {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #news .news_contents {
    padding-top: 30%;
  }
  #news .news_contents li {
    margin: 20px;
    padding-right: 1.5em;
    border-bottom: 1px dotted #a75eaa;
    padding-bottom: 5px;
    display: block;
    align-items: center;
  }
  #news .news_contents li::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 20px;
    background-image: url("../img/icon/kome_b.svg");
    background-repeat: no-repeat;
  }
  #news .news_contents li::after {
    display: none;
  }
  #news .news_contents span::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-left: 20px;
    background-image: url("../img/icon/kome_b.svg");
    background-repeat: no-repeat;
  }
  #news .news_contents p {
    width: 100%;
    line-height: 1em;
    margin-top: 5%;
  }
  #about {
    background-image: url("../img/title/about_logo.svg"), url("..//img/apng/about1_40.png");
    background-repeat: no-repeat;
    background-size: 60%, 20%;
    background-position: top, top 0% right 0%;
    display: block;
    margin-top: -20%;
  }
  #about_left {
    width: 100%;
    height: 600px;
    margin-top: 15%;
    padding-top: 600px;
    background-size: 25%;
    background-position: bottom left;
    position: relative;
    top: 0px;
  }
  #about_left p.p1 {
    margin: 5%;
  }
  #about_left p.p2 {
    margin: 5%;
  }
  #about_left p.p3 {
    margin: 5%;
  }
  #about_right {
    width: 100%;
    margin-top: 15%;
    display: flex;
    position: relative;
  }
  #about_right .comment1 {
    top: -550px;
    left: 20px;
  }
  #about_right .comment2 {
    top: -440px;
    right: 20px;
  }
  #about_right .comment3 {
    top: -300px;
    left: 80px;
  }
  .slick2 {
    margin-top: 400px;
  }
  .slick2 img {
    width: 95%;
    margin: 0 auto;
  }
  .run {
    width: 20%;
  }
  #training {
    margin-top: 100px;
  }
  #training::before {
    height: 63px;
    top: -60px;
  }
  #training::after {
    height: 400px;
    bottom: -399px;
  }
  .t_wrap {
    background-size: 70%, 20%;
  }
  .t_wrap .training_ph {
    position: absolute;
    top: 60%;
    left: 20%;
  }
  .footprint_r {
    width: 100px;
    display: inline;
    position: relative;
    right: -70%;
    z-index: 9990;
  }
  .footprint_r img {
    width: 30%;
  }
  #pethotel {
    margin-top: 150px;
  }
  #pethotel::before {
    height: 63px;
    top: -60px;
  }
  #pethotel::after {
    content: "";
    width: 100%;
    height: 285px;
    position: absolute;
    z-index: 5;
    bottom: -280px;
    background-image: url("../img/back/pethotel_bottom.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .p_wrap {
    height: 1100px;
    background-size: 70%, 28%;
  }
  .p_wrap .pethotel_ph {
    position: absolute;
    top: 65%;
    left: 20%;
  }
  .p_wrap .pethotel_ph img {
    max-width: 500px;
    width: 90%;
    margin: 0px;
  }
  .p_wrap .pethotel_text {
    top: 10%;
  }
  .p_wrap .pethotel_text .read_more {
    width: 30%;
    position: absolute;
    right: 40px;
  }
  #top_contact {
    margin-top: 10px;
    height: 500px;
    background-image: url("../img/apng/matsuwan60.png"), url("../img/photo/contact_back3.jpg");
    background-repeat: no-repeat;
    background-size: 30%, cover;
    background-position: bottom 0% right 0%, 35% 0%;
    position: relative;
    z-index: 1;
  }
  .c_wrap {
    padding-top: 100px;
  }
  .contact_icon {
    background-image: url("../img/back/sp_contact_circle.svg");
    height: 280px;
    width: 280px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    top: 120px;
  }
  .contact_icon .contact_button {
    width: 80%;
    position: relative;
    top: 100px;
    right: -30px;
    z-index: 1;
  }
  .contact_icon .tel_button {
    width: 80%;
    position: relative;
    top: 110px;
    right: -30px;
    z-index: 1;
  }
  #kanryo {
    background: #EBE1D6;
    margin: 0px 30px;
    padding-top: 50px;
    padding-bottom: 530px;
    border-radius: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
  }
  #kanryo h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: lighter;
    margin-bottom: 50px;
  }
  #kanryo .text {
    line-height: 2em;
    text-align: left;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  #kanryo .text .p1, #kanryo .text .p2 {
    margin-bottom: 15px;
    text-align: left;
  }
  #kanryo p {
    text-align: center;
    padding: 0em;
  }
  #kanryo p button {
    padding: 0.5em 2em;
    font-size: 1.8rem;
    margin-top: 50px;
    border-radius: 5px;
  }
  #kanryo .thankyou_dog {
    width: 80%;
    position: relative;
    top: 50px;
    right: -10%;
  }
  #access {
    background-size: 50%;
  }
  #access .a_wrap {
    display: block;
    position: relative;
    top: 10%;
    border-radius: 0%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #access .a_wrap .wrap_l .address {
    margin-left: 0px;
  }
  #access .a_wrap .wrap_l .address p {
    font-size: 1.8rem;
  }
  #access .a_wrap .wrap_l .company {
    margin-top: 10%;
    line-height: 1.5em;
    white-space: nowrap;
  }
  #access .a_wrap .wrap_l .company p {
    font-size: 1.8rem;
  }
  #access .a_wrap .wrap_r {
    padding: 3%;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-left: 0px;
  }
  #access .a_wrap .wrap_r .map1 {
    width: 100%;
  }
  #access .a_wrap .wrap_r .map2 {
    width: 100%;
    line-height: 1.5em;
  }
  footer {
    padding-bottom: 0px;
  }
  footer nav {
    font-size: 1.8rem;
    align-items: center;
    padding-top: 20px;
    margin: auto;
    max-width: 1200px;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
  }
  footer nav ul {
    display: block;
    line-height: 5rem;
  }
  footer #page-top {
    bottom: 55px;
  }
  footer p small {
    font-size: 1.6rem;
  }
}