@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:root {
  --focus-outline-color: black;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted var(--focus-outline-color);
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 100%;
  scroll-behavior: auto;
}

body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4A4646;
  background: #FBF6F0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover:not([class*=-btn]) {
  opacity: 0.6;
}

ul,
ol {
  list-style: none;
}

p {
  line-height: 1.7;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html.is-drawer-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1080px) {
  .l-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 2400px) {
  .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-fv {
  padding-bottom: 45px;
}
@media screen and (min-width: 1080px) {
  .p-fv {
    padding-bottom: 172px;
  }
}

.p-pet-intro {
  position: relative;
  width: 100%;
  max-width: 1690px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .p-pet-intro {
    padding-bottom: 241px;
  }
}

.p-pet-intro__visual {
  display: block;
  width: 100%;
}

.p-pet-intro__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-pet-intro__content {
  padding-bottom: 32px;
  text-align: center;
}

.p-pet-intro__visual--main {
  padding-bottom: 14px;
}

.p-pet-intro__content--pc {
  display: none;
}

.p-pet-intro__visual--bottom {
  display: block;
}

.p-pet-intro__title {
  margin: 0;
  padding-bottom: 40px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-intro__family {
  color: #9E6F25;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.p-pet-intro__body {
  font-size: 13px;
  font-weight: 700;
}

.p-pet-intro__line p {
  padding-bottom: 17px;
  line-height: 41px;
}

.p-pet-intro__line:nth-child(5) p {
  padding-bottom: 60px;
}

.p-pet-intro__line-text {
  padding-bottom: 9px;
  background-image: url("../img/sp-ub01.svg");
  background-repeat: no-repeat;
  background-position: -8px 100%;
  background-size: auto 9px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 1080px) {
  .p-pet-intro__visual--main {
    padding-bottom: 0;
  }
  .p-pet-intro__content--sp {
    display: none;
  }
  .p-pet-intro__content--pc {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -130px;
    margin-bottom: -60px;
    padding-bottom: 0;
  }
  .p-pet-intro__content--pc .p-pet-intro__title,
  .p-pet-intro__content--pc .p-pet-intro__family {
    font-size: 24px;
  }
  .p-pet-intro__content--pc .p-pet-intro__line-text {
    background-image: url("../img/sp-ub01.svg"), url("../img/pc-ub01-reverse.svg"), url("../img/sp-ub01.svg");
    background-repeat: no-repeat;
    background-position: -8px 100%, 412px 100%, 832px 100%;
    background-size: auto 9px;
  }
  .p-pet-intro__content--pc .p-pet-intro__line p {
    padding-bottom: 0;
    line-height: 32px;
  }
  .p-pet-intro__content--pc .p-pet-intro__line:nth-child(3) p {
    padding-bottom: 40px;
  }
  .p-pet-intro__line:nth-child(5) p {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .p-pet-intro__content--pc .p-pet-intro__body {
    font-size: 16px;
  }
  .p-pet-intro__content--pc .p-pet-intro__title,
  .p-pet-intro__content--pc .p-pet-intro__family {
    font-size: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .p-pet-intro__content--pc {
    margin-top: -180px;
  }
}
.p-pet-cta {
  display: block;
  width: calc(100% - 40px);
  max-width: 1260px;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  padding: 32px 33px 27px;
  background: #F4EDE2;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta {
    margin-bottom: 0;
    padding: 41px clamp(20px, 50vw - 461px, 169px);
  }
}

.p-pet-cta--reservation {
  margin-bottom: 66px;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta--reservation {
    margin-bottom: 0;
  }
}

.p-pet-cta--tourism {
  margin-top: 64px;
  margin-bottom: 81px;
}

@media screen and (min-width: 1080px) {
  .p-pet-cta--tourism {
    margin-bottom: 243px;
    width: calc(100% - 120px);
    max-width: 1260px;
  }
}
.p-pet-cta__inner {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

.p-pet-cta__title {
  font-family: Futura, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.11em;
  color: #8B4E00;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta__title {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
  }
}

.p-pet-cta__text {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta__text {
    padding-bottom: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 1500px) {
  .p-pet-cta__text {
    font-size: 20px;
  }
}
.p-pet-room__frame .p-pet-cta {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.p-pet-cta--ivory {
  background: #FBF6F0;
}

.p-pet-cta--ivory,
.p-pet-room__frame .p-pet-cta--ivory {
  margin-right: auto;
  margin-left: auto;
}

.p-pet-cta--ivory .p-pet-cta__inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1080px) {
  .p-pet-cta--ivory .p-pet-cta__inner {
    justify-content: center;
  }
}
.p-pet-cta-btn {
  display: block;
  width: 100%;
  max-width: 324px;
  height: 47px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 12px;
  background: #8B4E00;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .p-pet-cta-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 425px;
    max-width: 425px;
    height: 62px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    font-size: 22px;
  }
}

.p-pet-cta-btn:hover {
  background: #fff;
  color: #8B4E00;
}

.p-pet-food {
  width: 100%;
  padding-bottom: 88px;
}

.p-pet-cta--ivory + .p-pet-food {
  padding-top: 66px;
}

.p-pet-food__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.p-pet-food__heading {
  padding-bottom: 51px;
}

.p-pet-food__title {
  margin: 0;
  padding-bottom: 4px;
  color: #8B4E00;
  font-family: Futura, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-pet-food__title-ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-food__logo {
  width: 195px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 13px;
}

.p-pet-food__visual {
  display: block;
  margin-bottom: 30px;
}

.p-pet-food__visual img {
  width: 100%;
  height: auto;
}

.p-pet-food__text {
  padding-bottom: 31px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.p-pet-food__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 0.8px solid #4A4646;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 1080px) {
  .p-pet-food__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 282px;
    -moz-column-gap: 80px;
         column-gap: 80px;
    max-width: 1260px;
    padding-right: 0;
    padding-left: 0;
  }
  .p-pet-cta--ivory + .p-pet-food {
    padding-top: 228px;
  }
  .p-pet-food__heading {
    grid-column: 1/-1;
    padding-bottom: 102px;
  }
  .p-pet-food__title {
    font-size: 96px;
  }
  .p-pet-food__title-ja {
    font-size: 38px;
  }
  .p-pet-food__logo {
    grid-column: 1/-1;
    width: 274px;
    height: 196px;
    padding-bottom: 0;
  }
  .p-pet-food__visual {
    grid-column: 1/-1;
    margin-bottom: 43px;
  }
  .p-pet-food__text {
    padding-bottom: 0;
    font-size: 17px;
  }
  .p-pet-food__btn {
    align-self: end;
    justify-self: end;
    width: 282px;
    height: 62px;
    margin-right: 0;
    margin-left: 0;
    font-size: 20px;
  }
}
.p-pet-room-type {
  width: 100%;
}

.p-pet-room-type__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.p-pet-room-type__heading {
  padding-bottom: 24px;
}

.p-pet-room-type__title {
  margin: 0;
  padding-bottom: 5px;
  color: #8B4E00;
  font-family: Futura, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-pet-room-type__title-ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-room-type__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5px;
  padding-bottom: 18px;
}

.p-pet-room-type__image {
  display: block;
  overflow: hidden;
}

.p-pet-room-type__image--main {
  grid-column: span 7;
  aspect-ratio: 282/194;
}

.p-pet-room-type__image--plan {
  grid-column: span 5;
  aspect-ratio: 199/194;
  background: #fff;
}

.p-pet-room-type__image--sub {
  grid-column: span 4;
  aspect-ratio: 158/108;
}

.p-pet-room-type__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pet-room-type__image--plan img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-room-type__body {
  text-align: left;
}

.p-pet-room-type__name {
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.p-pet-room-type__meta,
.p-pet-room-type__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.p-pet-room-type__text {
  padding-bottom: 31px;
}

.p-pet-room-type__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  border: 0.8px solid #4A4646;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 1080px) {
  .p-pet-room-type {
    padding-bottom: 201px;
  }
  .p-pet-room-type__inner {
    max-width: 1260px;
    padding-right: 0;
    padding-left: 0;
  }
  .p-pet-room-type__heading {
    padding-bottom: 176px;
  }
  .p-pet-room-type__title {
    font-size: 96px;
  }
  .p-pet-room-type__title-ja {
    font-size: 38px;
  }
  .p-pet-room-type__gallery {
    gap: 16px;
    padding-bottom: 43px;
  }
  .p-pet-room-type__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 282px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .p-pet-room-type__name,
  .p-pet-room-type__meta,
  .p-pet-room-type__text {
    grid-column: 1;
  }
  .p-pet-room-type__name {
    padding-bottom: 48px;
    font-size: 28px;
  }
  .p-pet-room-type__meta {
    padding-bottom: 28px;
  }
  .p-pet-room-type__meta,
  .p-pet-room-type__text {
    font-size: 17px;
  }
  .p-pet-room-type__text {
    padding-bottom: 0;
  }
  .p-pet-room-type__btn {
    grid-column: 2;
    grid-row: 1/4;
    align-self: end;
    justify-self: end;
    width: 282px;
    height: 62px;
    margin: 0;
    font-size: 20px;
  }
}
.p-pet-info {
  width: 100%;
  padding-bottom: 90px;
}

.p-pet-info__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.p-pet-info__title {
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.p-pet-info__label {
  padding-bottom: 73px;
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.p-pet-info__accordions {
  display: grid;
  gap: 16px;
  text-align: left;
}

.p-pet-info__accordion {
  width: 100%;
}

.p-pet-info__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 37px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 0.7px solid #d5ccbd;
  background: transparent;
  text-align: left;
}

.p-pet-info__accordion-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-info__accordion-logo {
  width: 25px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-info__accordion-icon {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
}

.p-pet-info__accordion-icon::before,
.p-pet-info__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 2px;
  background: #937033;
  transform: translateY(-50%);
}

.p-pet-info__accordion-icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.p-pet-info__accordion-trigger[aria-expanded=true] .p-pet-info__accordion-icon::after {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.p-pet-info__accordion-panel {
  padding-top: 32px;
}

.p-pet-info__stay-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  padding-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.p-pet-info__stay-item dt,
.p-pet-info__stay-item dd {
  margin: 0;
}

.p-pet-info__stay-item dt {
  flex: 0 0 160px;
}

.p-pet-info__stay-item dd {
  text-align: left;
}

.p-pet-info__accordion-panel--notes {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-pet-info__notes {
  display: grid;
  gap: 12px;
}

.p-pet-info__notes li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.3;
}

.p-pet-info__notes li::before {
  content: "";
  position: absolute;
  top: calc((2.3em - 9px) / 2);
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #937033;
}

@media screen and (min-width: 1080px) {
  .p-pet-info {
    padding-bottom: 223px;
  }
  .p-pet-info__inner {
    max-width: 1260px;
    padding-right: 0;
    padding-left: 0;
  }
  .p-pet-info__title {
    font-size: 32px;
  }
  .p-pet-info__label {
    font-size: 15px;
  }
  .p-pet-info__accordion-heading {
    font-size: 24px;
  }
  .p-pet-info__accordions {
    gap: 40px;
  }
  .p-pet-info__accordion-logo {
    width: 48px;
    height: 27px;
  }
  .p-pet-info__stay-item,
  .p-pet-info__notes li {
    font-size: 17px;
  }
  .p-pet-info__stay-item {
    gap: 0;
  }
  .p-pet-info__stay-item dt {
    flex-basis: 400px;
  }
}
.p-pet-room {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.p-pet-room::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 207px;
  right: 0;
  bottom: 82px;
  left: 0;
  background: #F4EDE2;
}
@media screen and (min-width: 1080px) {
  .p-pet-room::before {
    top: min(11.458333vw, 220px);
    bottom: min(11.458333vw, 220px);
  }
}

.p-pet-room__frame {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 286px 20px 151px;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__frame {
    padding-top: 247px;
  }
}

.p-pet-room__background {
  position: absolute;
  z-index: 0;
  top: 173px;
  left: 0;
  display: block;
  width: 100%;
  height: 34px;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__background {
    top: 0;
    bottom: auto;
    height: min(11.458333vw, 220px);
  }
}

.p-pet-room__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-pet-room__background-bottom {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  -o-object-fit: fill;
     object-fit: fill;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__background-bottom {
    height: min(11.458333vw, 220px);
  }
}

.p-pet-room__background-bottom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-pet-room__dog {
  position: absolute;
  z-index: 1;
  top: 35px;
  right: -80px;
  display: block;
  width: 332px;
  height: 290px;
  pointer-events: none;
}

.p-pet-room__dog img {
  width: 100%;
  height: 100%;
}

.p-pet-room__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-pet-room__inner .p-pet-food__inner,
.p-pet-room__inner .p-pet-room-type__inner,
.p-pet-room__inner .p-pet-info__inner {
  padding-right: 0;
  padding-left: 0;
}

.p-pet-room__heading {
  padding-bottom: 32px;
}

.p-pet-room__title {
  width: 211px;
  max-width: 100%;
  height: 31px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__title {
    width: 220px;
    height: auto;
  }
}

.p-pet-room__title img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__title img {
    height: auto;
  }
}

.p-pet-room__title-ja {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.p-pet-room__main-media,
.p-pet-room__feature-media {
  position: relative;
}

.p-pet-room__deco {
  display: none;
}

.p-pet-room__main-visual {
  display: block;
  padding-bottom: 24px;
}

.p-pet-room__main-visual img,
.p-pet-room__feature-visual img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-pet-room__introduction {
  padding-bottom: 69px;
}

.p-pet-room__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 29px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-pet-room__lead-line {
  padding-bottom: 9px;
  background-image: url("../img/sp-ub01.svg");
  background-repeat: no-repeat;
  background-position: -8px calc(100% + 2px);
  background-size: auto 9px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-pet-room__lead-line--short {
  position: relative;
  display: inline-block;
  background-image: none;
}

.p-pet-room__lead-line--short::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 0;
  height: 9px;
  background-image: url("../img/sp-ub01.svg");
  background-repeat: no-repeat;
  background-position: -8px calc(100% + 2px);
  background-size: auto 9px;
}

.p-pet-room__lead-hotel {
  color: #937033;
  font-size: 24px;
}

.p-pet-room__lead-tail {
  letter-spacing: 0.27em;
}

.p-pet-room__description,
.p-pet-room__feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.11em;
}

.p-pet-room__feature {
  position: relative;
  padding-bottom: 69px;
}

.p-pet-room__feature:last-child {
  padding-bottom: 0;
}

.p-pet-room__feature-visual {
  display: block;
  padding-bottom: 22px;
}

.p-pet-room__number {
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -33px;
  width: 139px;
  height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-room__feature-title {
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-align: center;
}

.p-pet-room__feature-text p {
  line-height: 2.1;
}

.p-pet-room__amenities {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-pet-room__amenities li {
  position: relative;
  padding-left: 12px;
  line-height: 2.1;
}

.p-pet-room__amenities li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-pet-room__amenities-note {
  margin-bottom: 48px;
}
@media screen and (min-width: 1080px) {
  .p-pet-room__amenities-note {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .p-pet-room {
    margin-top: 351px;
    overflow-x: clip;
    overflow-y: visible;
  }
  .p-pet-room__frame {
    width: 100%;
    max-width: 1640px;
    padding: 371px 60px 400px;
  }
  .p-pet-room__dog {
    top: -180px;
    right: max(-160px, (100vw - 1520px) / 2 - 160px);
    width: min(46.447vw, 706px);
    height: min(42.895vw, 652px);
  }
  .p-pet-room__dog img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-pet-room__overview,
  .p-pet-room__features {
    width: 100%;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }
  .p-pet-room__heading {
    padding-bottom: 120px;
  }
  .p-pet-room__title {
    width: 554px;
    max-width: 100%;
    height: 81px;
    margin-bottom: 24px;
  }
  .p-pet-room__title-ja {
    font-size: 48px;
  }
  .p-pet-room__overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: clamp(60px, 6vw, 120px);
         column-gap: clamp(60px, 6vw, 120px);
    padding-bottom: 255px;
  }
  .p-pet-room__main-visual {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 0;
  }
  .p-pet-room__introduction {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 0;
  }
  .p-pet-room__lead {
    width: 100%;
    margin: 0;
    padding-bottom: 46px;
    font-size: 32px;
    line-height: 1.65;
    letter-spacing: 2px;
  }
  .p-pet-room__lead-line {
    background-repeat: repeat-x;
    background-position: -8px calc(100% + 2px);
    background-size: auto 17px;
    padding-bottom: 14px;
  }
  .p-pet-room__lead-line--short {
    position: relative;
    display: inline-block;
    background-image: none;
    letter-spacing: 0.27em;
  }
  .p-pet-room__lead-line--short::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 0;
    height: 17px;
    background-image: url("../img/sp-ub01.svg");
    background-repeat: repeat-x;
    background-position: -8px calc(100% + 2px);
    background-size: auto 17px;
  }
  .p-pet-room__lead-hotel {
    font-size: 37px;
    letter-spacing: 0.27em;
  }
  .p-pet-room__description,
  .p-pet-room__feature-text {
    font-size: 17px;
  }
  .p-pet-room__feature {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto 1fr;
    align-items: start;
    -moz-column-gap: clamp(60px, 6vw, 120px);
         column-gap: clamp(60px, 6vw, 120px);
    padding-bottom: 255px;
  }
  .p-pet-room__feature:last-child {
    padding-bottom: 0;
  }
  .p-pet-room__feature-visual {
    grid-column: 1;
    overflow: visible;
    grid-row: 1/4;
    padding-bottom: 0;
  }
  .p-pet-room__feature:nth-child(even) .p-pet-room__feature-visual {
    grid-column: 2;
  }
  .p-pet-room__number,
  .p-pet-room__feature-title,
  .p-pet-room__feature-text {
    grid-column: 2;
  }
  .p-pet-room__feature:nth-child(even) .p-pet-room__number,
  .p-pet-room__feature:nth-child(even) .p-pet-room__feature-title,
  .p-pet-room__feature:nth-child(even) .p-pet-room__feature-text {
    grid-column: 1;
  }
  .p-pet-room__number {
    position: static;
    z-index: 4;
    grid-row: 1;
    width: 204px;
    max-width: 100%;
    height: 104px;
    margin-bottom: 47px;
  }
  .p-pet-room__feature-title {
    grid-row: 2;
    padding-bottom: 48px;
    font-size: 28px;
    text-align: left;
  }
  .p-pet-room__feature-text {
    grid-row: 3;
  }
  .p-pet-room__main-media {
    grid-column: 2;
    grid-row: 1;
  }
  .p-pet-room__feature-media {
    position: relative;
    grid-column: 1;
    grid-row: 1/4;
    overflow: visible;
  }
  .p-pet-room__feature:nth-child(even) .p-pet-room__feature-media {
    grid-column: 2;
  }
  .p-pet-room__deco {
    position: absolute;
    z-index: 1;
    display: block;
    max-width: none;
    height: auto;
    pointer-events: none;
  }
  .p-pet-room__main-visual,
  .p-pet-room__feature-visual {
    position: relative;
    z-index: 2;
  }
  .p-pet-room__deco--main-dog,
  .p-pet-room__deco--room-cat,
  .p-pet-room__deco--cage-bowl,
  .p-pet-room__deco--cage-cat {
    z-index: 3;
  }
  .p-pet-room__deco--main-dog {
    bottom: -165px;
    left: -130px;
    width: 431px;
  }
  .p-pet-room__deco--room-circle {
    top: -108px;
    left: -105px;
    width: 277px;
  }
  .p-pet-room__deco--room-cat {
    right: -60px;
    bottom: -135px;
    width: 491px;
  }
  .p-pet-room__deco--cage-pattern {
    top: -85px;
    right: -90px;
    width: 256px;
  }
  .p-pet-room__deco--cage-bowl {
    right: -50px;
    bottom: -70px;
    width: 217px;
  }
  .p-pet-room__deco--cage-cat {
    bottom: -100px;
    left: -215px;
    width: 375px;
  }
  .p-pet-room__deco--amenity-wave {
    bottom: -110px;
    left: -100px;
    width: 324px;
  }
  .p-pet-room__features {
    padding-bottom: 259px;
  }
  .p-pet-room__feature:last-child .p-pet-room__number {
    margin-bottom: 20px;
  }
  .p-pet-room__feature:last-child .p-pet-room__feature-title {
    padding-bottom: 20px;
  }
  .p-pet-room__amenities {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .p-pet-room__amenities-group {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1200px) {
  .p-pet-room__lead {
    font-size: 25px;
  }
  .p-pet-room__lead-hotel {
    font-size: 30px;
  }
  .p-pet-room__amenities {
    column-gap: 20px;
  }
  .p-pet-room__amenities-group {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-pet-room__lead {
    font-size: 40px;
  }
  .p-pet-room__lead-hotel {
    font-size: 45px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1699px) {
  .p-pet-room__deco--main-dog {
    bottom: clamp(-165px, -9.7vw, -105px);
    left: clamp(-130px, 172px - 17.75vw, -20px);
    width: 25.35vw;
  }
  .p-pet-room__deco--room-cat {
    right: clamp(-60px, -3.53vw, -32px);
    bottom: clamp(-135px, -7.94vw, -86px);
    width: 28.88vw;
  }
  .p-pet-room__deco--cage-cat {
    bottom: clamp(-100px, -5.88vw, -64px);
    left: clamp(-215px, 320px - 31.5vw, -20px);
    width: 22.06vw;
  }
}
@media screen and (min-width: 2400px) {
  .p-pet-room__frame {
    max-width: 1520px;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-pet-tourism {
  width: 100%;
  padding-top: 90px;
}

html.p-pet-page {
  scroll-behavior: smooth;
}

.p-pet-tourism__inner {
  width: 100%;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-pet-tourism__heading {
  text-align: center;
}

.p-pet-tourism__lead {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-tourism__lead-accent {
  color: #B8803F;
  font-size: 44px;
  font-weight: 700;
}

.p-pet-tourism__title {
  padding-bottom: 13px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-tourism__label {
  padding-bottom: 80px;
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.p-pet-tourism__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 130px));
  justify-content: center;
  padding-bottom: 78px;
}

.p-pet-tourism__category {
  position: relative;
  width: 100%;
  max-width: 130px;
  height: 130px;
}

.p-pet-tourism__category::before,
.p-pet-tourism__category:nth-child(3n)::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  width: 0.5px;
  background: repeating-linear-gradient(to bottom, #9b9999 0 4px, transparent 4px 7px);
}

.p-pet-tourism__category::before {
  left: 0;
}

.p-pet-tourism__category:nth-child(3n)::after {
  right: 0;
}

.p-pet-tourism__category-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 22px 0;
  color: #4A4646;
  text-decoration: none;
}

.p-pet-tourism__category-icon {
  box-sizing: content-box;
  width: auto;
  max-width: 70px;
  height: 50px;
  padding-bottom: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pet-tourism__category-name {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.p-pet-tourism .arrow {
  position: relative;
  display: inline-block;
  width: 8.2px;
  height: 6.1px;
}

.p-pet-tourism .arrow::before,
.p-pet-tourism .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.75px);
  width: 1.5px;
  height: 7px;
  border-radius: 9999px;
  background-color: #4A4646;
  transform-origin: 50% calc(100% - 0.75px);
}

.p-pet-tourism .arrow::before {
  transform: rotate(45deg);
}

.p-pet-tourism .arrow::after {
  transform: rotate(-45deg);
}

.p-pet-tourism__cards {
  width: 100%;
}

.p-pet-tourism__card {
  position: relative;
  background: transparent;
}

.p-pet-tourism__card:nth-child(even) {
  background: transparent;
}

.p-pet-tourism__card:nth-child(even)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background: #F4EDE2;
  transform: translateX(-50%);
}

.p-pet-tourism__card-inner {
  position: relative;
  z-index: 1;
  padding: 29px 0 46px;
}

.p-pet-tourism__card-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 26px;
  text-align: center;
}

.p-pet-tourism__card-dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B8803F;
}

.p-pet-tourism__card--apple .p-pet-tourism__card-dot {
  background: #f0c56f;
}

.p-pet-tourism__card--futaba .p-pet-tourism__card-dot {
  background: #eae275;
}

.p-pet-tourism__card--garden .p-pet-tourism__card-dot {
  background: #d67663;
}

.p-pet-tourism__card--waterfall .p-pet-tourism__card-dot {
  background: #e392ba;
}

.p-pet-tourism__card--illuminate .p-pet-tourism__card-dot {
  background: #56bf8c;
}

.p-pet-tourism__card--icefall .p-pet-tourism__card-dot {
  background: #56bf8c;
}

.p-pet-tourism__visual {
  display: block;
  margin-bottom: 16px;
}

.p-pet-tourism__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-pet-tourism__lead-copy {
  padding-bottom: 23px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-tourism__details {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.p-pet-tourism__detail {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.7px solid #c2c1c1;
  line-height: 1.7;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.p-pet-tourism__detail:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-pet-tourism__detail dt {
  flex: 0 0 130px;
  font-weight: 700;
  line-height: 1.7;
}

.p-pet-tourism__detail dd {
  flex: 1;
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
}

.p-pet-tourism__description {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.p-pet-tourism__note {
  color: #000000;
  font-size: 11px;
}

.p-pet-tourism__spot-title {
  margin: 0;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (min-width: 1080px) {
  .p-pet-tourism__inner {
    max-width: 1120px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .p-pet-tourism__categories {
    width: min(1220px, 100vw - 120px);
    max-width: 1220px;
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .p-pet-tourism__category {
    max-width: none;
  }
  .p-pet-tourism__category:nth-child(3n) {
    border-right: 0;
  }
  .p-pet-tourism__category:nth-child(3n)::after {
    display: none;
  }
  .p-pet-tourism__category:last-child::after {
    display: block;
  }
  .p-pet-tourism__lead {
    font-size: 57px;
  }
  .p-pet-tourism__lead-accent {
    font-size: 76px;
  }
  .p-pet-tourism__title {
    font-size: 76px;
  }
  .p-pet-tourism__label {
    padding-bottom: 240px;
    font-size: 24px;
  }
  .p-pet-tourism__card-inner {
    width: min(1120px, 100% + 120px);
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 136px 60px 136px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 36px;
         column-gap: 36px;
    justify-content: space-between;
  }
  .p-pet-tourism__card-heading,
  .p-pet-tourism__visual,
  .p-pet-tourism__lead-copy {
    grid-column: 1/-1;
  }
  .p-pet-tourism__card-heading {
    padding-bottom: 76px;
  }
  .p-pet-tourism__spot-title {
    font-size: 48px;
  }
  .p-pet-tourism__spot-title .sp-only {
    display: none;
  }
  .p-pet-tourism__visual {
    margin-bottom: 68px;
  }
  .p-pet-tourism__lead-copy {
    padding-bottom: 47px;
    font-size: 35px;
  }
  .p-pet-tourism__details {
    grid-column: 1;
    width: 100%;
    max-width: 524px;
    padding-right: 0;
    font-size: 17px;
  }
  .p-pet-tourism__detail {
    width: 100%;
    max-width: 524px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .p-pet-tourism__detail dt {
    flex-basis: 110px;
  }
  .p-pet-tourism__detail dd {
    white-space: nowrap;
  }
  .p-pet-tourism__description {
    grid-column: 2;
    width: 100%;
    max-width: 550px;
    margin-top: 0;
    padding-left: 36px;
    border-left: 0.5px dashed #9b9999;
    font-size: 17px;
    line-height: 2.3;
  }
  .p-pet-tourism__note {
    color: #4A4646;
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .p-pet-tourism__card-inner {
    padding: 136px 0px 136px;
    grid-template-columns: minmax(0, 524px) minmax(0, 550px);
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
}
.p-footer {
  padding: 18px 20px 12px;
  background: #F4EDE2;
  color: #4A4646;
}

.p-footer__inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.p-footer__logo {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
}

.p-footer__copy {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
