@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* basic-tags */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

html,
body {
  color: #000000;
  font-family: "Meiryo", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック",
    "YuGothic", "游ゴシック体", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.556;
}

a {
  color: #376413;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: color 0.15s linear 0s;
    -moz-transition: color 0.15s linear 0s;
    -ms-transition: color 0.15s linear 0s;
    -o-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
  }
  a:hover {
    color: #a76800;
  }
}

/* -------------------- basic-classes -------------------- */
.page-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sect-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.sect-container2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
/* -------------------- utility-classes -------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .ssm-and-down {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
  .xs-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.text-center {
  text-align: center;
}

/* ---------- 頻用スタイル ---------- */

.cmn__title {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em auto 2em;
  padding: 0.917em 0 0.833em;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .cmn__title {
    width: 19.333em;
  }
}

.cmn__btn {
  display: flex;
}

.cmn__btn .link {
  background: #90b275 url(../img/btn_arrow@2x.png) right 1em center/0.75em
    no-repeat;
  color: white;
  display: block;
  font-weight: bold;

  font-size: 1.125em;
  line-height: 1;
  padding: 1em 2em 1em 1em;
  text-align: center;
  word-break: keep-all;
}

.cmn__btn2 {
  display: flex;
}

.cmn__btn2 .link {
  background: #90b275 url(../img/btn_arrow@2x.png) right 1em center/0.75em
    no-repeat;
  color: white;
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1;
  padding: 1em 2em 1em 1em;
  text-align: center;
}

.cmn__btn3 {
  display: flex;
}

.cmn__btn3 .link {
  background: #90b275 url(../img/btn_arrow@2x.png) right 1em center/0.75em
    no-repeat;
  color: white;
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 1em 2em 1em 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn__btn .link {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .cmn__btn .link:hover {
    background-color: #bed398;
  }
}

@media screen and (min-width: 768px) {
  .cmn__btn2 .link {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .cmn__btn2 .link:hover {
    background-color: #bed398;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .cmn__btn3 .link {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .cmn__btn3 .link:hover {
    background-color: #bed398;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  a.textlink:hover {
    border-bottom: 1px dashed #a76800;
  }
}

.page-header {
  background-color: #fff;
}

.page-header .header-nav {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .page-header .header-nav {
    height: 70px;
    padding: 0 40px;
  }
}

.page-header .nav-phr .link,
.page-header .nav-sgp .link {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-header .nav-phr .link,
  .page-header .nav-sgp .link {
    -webkit-transition: filter 0.15s linear 0s;
    -moz-transition: filter 0.15s linear 0s;
    -ms-transition: filter 0.15s linear 0s;
    -o-transition: filter 0.15s linear 0s;
    transition: filter 0.15s linear 0s;
  }
  .page-header .nav-phr .link:hover,
  .page-header .nav-sgp .link:hover {
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.25));
  }
}

.page-header .nav-phr .link {
  background-image: url(https://www.princehotels.co.jp/images_static/common/header_logo.svg);
  background-size: 90.75px auto;
  height: 50px;
  width: 110.75px;
}

@media screen and (min-width: 768px) {
  .page-header .nav-phr .link {
    background-size: 121px auto;
    height: 52px;
    width: 141px;
  }
}

.page-header .nav-sgp .link {
  background-image: url(../img/logo_SGP@2x.png);
  background-size: 81px auto;
  height: 50px;
  width: 101px;
}

@media screen and (min-width: 768px) {
  .page-header .nav-sgp .link {
    background-size: 108px auto;
    height: 50px;
    width: 128px;
  }
}

.page-footer {
  background-color: #bed398;
  color: white;
  font-size: 11px;
  padding: 3.636em 0;
}

@media screen and (min-width: 768px) {
  .page-footer {
    font-size: 14px;
  }
}

.page-footer .footer-container {
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-footer .footer-container {
    max-width: 1060px;
    padding: 0 50px;
  }
}

.page-footer ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media screen and (min-width: 576px) {
  .page-footer ul {
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
}

.page-footer ul li {
  line-height: 1;
  margin-bottom: 2em;
}

@media screen and (min-width: 576px) {
  .page-footer ul li {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .page-footer ul li {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 576px) {
  .page-footer ul li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
  }
}

.page-footer ul a {
  color: white;
}

@media screen and (min-width: 576px) {
  .page-footer ul a {
    padding: 0 0.75em;
  }
}

@media screen and (min-width: 768px) {
  .page-footer ul a:hover {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  }
}

.page-footer .copyright {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (min-width: 576px) {
  .page-footer .copyright {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .page-footer .copyright {
    margin-top: 0.75em;
  }
}

.btn_content {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0;
  flex-wrap: wrap;
}

.btn_content .cmn__btn {
  margin-right: 10px;
  margin-bottom: 1em;
}

.title__sect {
  background: url(../img/sp_topmv.jpg) center center/cover no-repeat;
  color: #fff;
  text-align: center;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  .title__sect {
    background: url(../img/topmv.jpg) center center/cover no-repeat;
    color: #fff;
    text-align: center;
    aspect-ratio: 16/9;
    max-width: 2000px;
    margin: auto;
  }
}

.title__sect .page-title {
  font-size: inherit;
  font-weight: bold;
  padding-top: 1.25em;
}

@media screen and (min-width: 576px) {
  .title__sect .page-title {
    padding-top: 1.5em;
  }
}

.title__sect .page-title .small {
  display: block;
}

@media screen and (min-width: 576px) {
  .title__sect .page-title .small {
    margin-bottom: 2em;
  }
}

.title__sect .page-title .title2 {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 30px) !important;
  margin-bottom: 20px;
}
.title__sect .page-title .title {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 5vw, 50px) !important;
}

.title__sect .lead {
  font-weight: bold;
  line-height: 1.333;
  margin-top: 2em;
}

@media screen and (min-width: 576px) {
  .title__sect .lead {
    line-height: 1.667;
    margin-top: 2.15em;
  }
}

.util__sect,
.util__nav {
  position: relative;
  width: 100%;
}

.util__nav {
  background-color: #bed398;
  display: flex;
  font-size: 12px !important;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 auto;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 200;
  opacity: 0.9;
}

@media screen and (min-width: 280px) {
  .util__nav {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) {
  .util__nav {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .util__nav {
    font-size: 18px;
  }
}

.util__nav .nav-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 280px) {
  .util__nav .nav-item .tip {
    list-style: none;
    font-size: smaller;
    padding: initial;
    margin: initial;
    position: absolute;
    top: 50%;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .util__nav .nav-item .tip {
    list-style: none;
    font-size: smaller;
    padding: initial;
    margin: initial;
    position: absolute;
    top: 100%;
    z-index: 2;
  }
}

@media screen and (min-width: 280px) {
  .util__nav .nav-item .tip2 {
    list-style: none;
    font-size: smaller;
    padding: initial;
    margin: initial;
    position: absolute;
    top: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .util__nav .nav-item .tip2 {
    list-style: none;
    font-size: smaller;
    padding: initial;
    margin: initial;
    position: absolute;
    top: 100%;
    z-index: 2;
  }
}
.util__nav .nav-item li a {
  background: #bed398;
  padding: 0.5em;
}
.tip li a:hover {
  background: #90b275 !important;
}
.tip2 li a:hover {
  background: #90b275 !important;
}
@media screen and (min-width: 280px) {
  .util__nav .nav-item .link {
    color: white;
    display: flex;
    justify-content: center;
    height: 4vh;
    align-items: center;
    width: calc(100vw/4);
    font-size: smaller;
    word-break: keep-all;
    padding: 2em 0.4em;
  }
}

@media screen and (min-width: 769px) and (max-width:1150.9px){
  .util__nav .nav-item .link {
    color: white;
    display: flex;
    padding: 1em;
    justify-content: center;
    height: 7vh;
    align-items: center;
    font-size: initial;
    width: calc(100vw/4);
  }
}

@media screen and (min-width: 1151px) {
  .util__nav .nav-item .link {
    color: white;
    display: flex;
    padding: 1em;
    justify-content: center;
    height: 7vh;
    align-items: center;
    font-size: initial;
    width: initial;
  }
}

.util__nav .nav-item .tiplink {
  height: 5vh;
}

@media screen and (min-width: 768px) {
  .util__nav .nav-item .link {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .util__nav .nav-item .link:hover {
    background-color: #90b275;
  }
}

.fixed .util__nav {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0.975;
  position: fixed;
  top: 0;
  z-index: 10;
}

.feat__sect {
  padding-bottom: 37.352px;
}

.feat__sect {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .feat__sect {
    padding: 60px 0 50px;
  }
}

.feat__sect .sect-container {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .feat__sect .sect-container {
    max-width: 1060px;
    padding: 0 50px;
  }
}

.feat__title {
  color: #f39800;
  font-size: 15px;
  line-height: 1.667;
  padding: 2.917em 1em;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .feat__title {
    font-size: 16.5px;
  }
}

@media screen and (min-width: 768px) {
  .feat__title {
    background-position: center top 0.65em, center bottom 0.85em;
    font-size: 20px;
    padding: 2.333em 1em;
  }
}

@media screen and (min-width: 992px) {
  .feat__title {
    background-position: left 7px center, right 25px center;
    background-size: 120px auto, 95px auto;
    font-size: 22px;
    padding: 2.333em 1em 1.667em;
  }
}

@media screen and (min-width: 768px) {
  .feat__body {
    display: flex;
    flex-wrap: wrap;
  }
}

.feat__body .grp {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.feat__body {
  max-width: 1060px;
  margin: auto;
}

@media screen and (min-width: 576px) {
  .feat__body .grp {
    padding: 0 2em;
  }
}

@media screen and (min-width: 768px) {
  .feat__body .grp {
    flex-basis: 50%;
    padding: 28.05px;
  }
  .feat__body {
    padding: 0 10px 50px;
  }
}

@media screen and (min-width: 992px) {
  .feat__body .grp {
    padding: 30px 30px 40px;
  }
}

.feat__body .grp.one {
  margin-bottom: 20.01px;
}

@media screen and (min-width: 576px) {
  .feat__body .grp.one,
  .feat__body .grp.two,
  .feat__body .grp.three,
  .feat__body .grp.four {
    margin-bottom: 21.75px;
  }
}

@media screen and (min-width: 768px) {
  .feat__body .grp.one {
    border-right: 1px solid #000;
    margin-bottom: 0;
  }
  .feat__body .grp.three {
    border-right: 1px solid #000;
  }
}

.feat__body .grp-title {
  background-color: #90b275;
  border-radius: 1.905em;
  color: white;
  font-size: 14.007px;
  font-weight: normal;
  line-height: 1.905;
  margin-bottom: 0.75em;
  padding: 0 1.25em;
}

@media screen and (min-width: 576px) {
  .feat__body .grp-title {
    font-size: 15.225px;
  }
}

@media screen and (min-width: 768px) {
  .feat__body .grp-title {
    font-size: 15.895px;
  }
}

@media screen and (min-width: 992px) {
  .feat__body .grp-title {
    font-size: 21px;
    text-align: center;
  }
}

.feat__body .grp-detail {
  font-size: 10.672px;
  line-height: 1.75;
}

@media screen and (min-width: 576px) {
  .feat__body .grp-detail {
    font-size: 11.6px;
  }
}

@media screen and (min-width: 768px) {
  .feat__body .grp-detail {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .feat__body .grp-detail {
    font-size: 16px;
  }
}

.room__sect {
  background-color: #dbe5ca;;
  font-size: 10.672px;
  padding: 2em 0;
  margin-bottom: 2em;
}

#about {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

@media screen and (min-width: 576px) {
  .room__sect {
    font-size: 11.6px;
  }
}

@media screen and (min-width: 768px) {
  .room__sect {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .room__sect {
    font-size: 16px;
  }
}

.room__sect .sect-container {
  padding: 0 20px;
}

.margin-top {
  margin-top: 5em;
}

#ac {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  .room__sect .sect-container {
    max-width: 1060px;
    padding: 0 50px;
  }
}

.room__body {
  margin-bottom: 1em;
}

@media screen and (min-width: 576px) {
  .room__body {
    display: flex;
    justify-content: space-between;
  }
}

.room__body-fig {
  margin-bottom: 2.25em;
}

@media screen and (min-width: 576px) {
  .room__body-fig {
    flex-basis: 47.917%;
    margin-bottom: 0;
  }
}

.room__body-fig .fig-img {
  filter: grayscale(1);
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .room__body-txt {
    flex-basis: 48.125%;
  }
}

.room__body-txt .numbers {
  font-size: 1.5em;
  line-height: 1.583;
  list-style: none;
  margin: 0 0 0.85em;
}

.room__body-txt .numbers-item .note {
  display: block;
  font-size: 0.75em;
}

.room__body-txt .hours {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 0.85em;
}

.room__body-txt .hours-item + .hours-item {
  margin-top: 0.2em;
}

.room__body-txt .attentions {
  line-height: 1.75;
}

.room__foot .notes {
  line-height: 1.75;
}

.equip__sect {
  font-size: 10.672px;
  padding: 5em 0;
}

@media screen and (min-width: 768px) {
  .equip__sect {
    font-size: 10.672px;
    padding: 0;
  }
}
.equip__sect:last-of-type {
  padding: 5em 0 0;
}

@media screen and (min-width: 576px) {
  .equip__sect {
    font-size: 11.6px;
  }
}

@media screen and (min-width: 768px) {
  .equip__sect {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .equip__sect {
    font-size: 16px;
  }
}

.equip__sect .sect-container {
  padding: 0 20px;
}

@media screen and (min-width: 576px) {
  .equip__sect {
    font-size: 11.6px;
  }
}

@media screen and (min-width: 768px) {
  .equip__sect {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .equip__sect {
    font-size: 16px;
  }
}

.equip__sect .sect-container {
  padding: 0 20px;
}

.equip__body2 {
  margin: 22px 0;
}

@media screen and (min-width: 768px) {
  .equip__sect .sect-container {
    max-width: 1060px;
    padding: 0 50px 3em;
  }
}

@media screen and (min-width: 576px) {
  .equip__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 576px) {
  .equip__fig {
    flex-basis: 47.917%;
  }
}

@media screen and (min-width: 280px) {
  .equip__fig {
    margin: auto;
  }
  .fig-img {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .fig-img {
    margin: auto;
    height: 400px;
  }
}

@media screen and (min-width: 1000px) {
  .fig-img2 {
    width: initial;
  }
}

@media screen and (min-width: 1000px) {
  .equip__fig2 {
    flex-basis: 47.917% !important;
  }
}

.equip__body a {
  color: #468b0e;
  flex-basis: 47.917%;
}

.equip__body a:hover {
  color: #a76800;
  transition: ease 0.3s;
}

.equip__body a:hover img {
  opacity: 0.8;
  transition: ease 0.3s;
}

.equip__fig .fig-img {
  display: block;
  object-fit: cover;
  margin-bottom: 1em;
}

@media screen and (min-width: 576px) {
  .fig-cap {
    padding: 0 0 0.85em;
    font-weight: bold;
    text-align: center;
  }
}
.fig-cap {
  padding: 1em 0 0.85em;
  font-weight: bold;
  text-align: center;
}

.reser__sect,
.check__sect {
  font-size: 10.672px;
  padding: 0 0 3.125em;
}

@media screen and (min-width: 280px) {
  .title_top_pc {
    display: none;
  }
  .title_top_sp {
    display: block;
  }
  .clm_center{
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .title_top_pc {
    display: block;
  }
  .title_top_sp {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .reser__sect,
  .check__sect {
    font-size: 11.6px;
  }
  .clm {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
    /* text-align: center; */
  }
}

@media screen and (min-width: 768px) {
  .reser__sect,
  .check__sect {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .reser__sect,
  .check__sect {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sect-container {
    max-width: 1060px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .sect-container2 {
    max-width: 800px;
    padding: 0 50px;
  }
}
.clm.justify-center{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
#room_info .row{
  max-width: 700px;
  margin: 0 auto 3em;
  flex-flow: wrap;
}
#room_info .text-left,#room_info .fig-cap{
  text-align:left;
}
#room_info .img{
  width:100%;
  margin: auto;
}
#room_info img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reser__steps .steps-item .item-container,
.check__steps .steps-item .item-container {
  background-color: #dbe5ca;
  padding: 1.75em 1.875em;
  border-radius: 0.625em;
}

.reser__steps .steps-item::after,
.check__steps .steps-item::after {
  content: "";
  display: block;
  height: 3em;
  background: url(../img/step_arrow@2x.png) center center/auto 58.3% no-repeat;
}
.room__sect .fig-cap {
  text-align: center !important;
  line-height: 1.3;
}
.room__sect .cmn__btn2 {
  margin: 1em auto 5em;
}
.room__sect .h3 {
  text-align: center;
  margin: 40px 0 50px;
}
.room__sect .align {
  text-align: center;
  margin: 1em auto 2em;
}
@media screen and (min-width: 280px) {
  .room__sect .h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .room__sect .h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .room__sect .h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 576px) {
  .room__sect .fig-img {
    height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .room__sect .fig-cap {
    text-align: left !important;
  }
}

#plan .fig-cap {
  text-align: center !important;
  line-height: 1.3;
}
#plan .cmn__btn2 {
  margin: 1em auto 5em;
}
@media screen and (min-width: 576px) {
  #plan .fig-img {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #plan .fig-cap {
    text-align: left !important;
  }
}
.reser__steps .steps-item.step-3::after,
.check__steps .steps-item.step-3::after {
  height: 0;
  background: none;
}

.reser__steps .steps-item .item-title,
.check__steps .steps-item .item-title {
  font-size: 1.125em;
  margin-bottom: 0.75em;
  line-height: 1.35;
}

.reser__steps .steps-item .item-body,
.check__steps .steps-item .item-body {
  line-height: 1.75;
  margin: 1em 0;
}

.reser__steps .steps-item .item-body:last-of-type,
.check__steps .steps-item .item-body:last-of-type {
  margin-bottom: 0;
}

.reser__steps .steps-item.step-2 .cmn__btn .link,
.check__steps .steps-item.step-2 .cmn__btn .link {
  width: 19.444em;
}

.item-body2 {
  margin-top: -30px !important;
}

#res {
  margin-top: -100px;
  padding-top: 100px;
}

.reser__sect {
  padding: 0 20px;
}

#yoyaku {
  padding: initial;
}

.check__body .cmn__btn {
  justify-content: center;
  margin-top: 2em;
}

.check__body .cmn__btn .link {
  width: 18.333em;
}

.cmn__btn2 {
  justify-content: center;
  margin-top: 2em;
}

.cmn__btn2 .link {
  width: 19.333em;
}

.cmn__btn3 {
  justify-content: center;
  margin-top: 2em;
}

.cmn__btn3 .link {
  width: 80%;
}

.cmn__btn3 + .link_txt {
  text-align: center;
  font-size: smaller;
  margin-top: 0.5em;
}

.atten__sect {
  font-size: 10.672px;
  padding: 3em 0 3.125em;
}

@media screen and (min-width: 576px) {
  .atten__sect {
    font-size: 11.6px;
  }
}

@media screen and (min-width: 768px) {
  .atten__sect {
    font-size: 14.96px;
  }
}

@media screen and (min-width: 992px) {
  .atten__sect {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .atten__sect .sect-container {
    max-width: 1060px;
    padding: 0 50px;
  }
}

.body-bold {
  font-weight: bold;
  line-height: 1.75;
}

.body-misc {
  line-height: 1.75;
  padding-left: 1.5em;
  margin-bottom: 0;
  margin-top: 2em;
}

.dog-cottage-img1 {
  text-align: center;
}
.text-14 {
  padding: 10px 10px 10px 0;
}
.with_hr {
  display: flex;
  justify-content: center;
  margin: 1em 0 1em -1.5em;
}
.with_hr hr {
  background: #cdc;
  height: 1px;
  width: -webkit-fill-available;
  border: none;
}
.with_hr p {
  width: 280px;
  text-align: center;
}

.map_wrap {
  display: flex;
  flex-direction: column;
}
.map_wrap p {
  margin-left: initial;
  margin-top: 1em;
}
.map_wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .map_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .map_wrap p {
    margin-left: 1em;
  }
  .map_wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

#shokai {
  padding-top: 0em;
  margin-top: 6em;
}
#shokai h4.fig-cap{
  font-size: 24px;
}
#shokai h4.fig-cap span{
  color: #90b275;
}
.dog-cottage-center {
  max-width: 1060px;
  margin: auto;
  display: block;
  line-height: 2;
  text-align: center;
  font-size: 24px;
  font-size: clamp(14px, 2vw, 28px);
  color: #90b275;
}
.dog-cottage-center h3 {
  line-height: 1.5;
}

.top_txt {
  filter: drop-shadow(0 0 3px #000);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 9/16;
  height: 42%;
}
@media screen and (min-width: 768px) {
  .top_txt {
    aspect-ratio: 16/9;
    height: 82%;
  }
}

@media screen and (min-width: 280px) {
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  #about,
  #ac {
    padding-top: 50px;
  }
}
@media screen and (min-width: 576px) {
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .dog-cottage {
    display: flex;
    padding: 0 50px;
  }
  .text-14 {
    padding: initial;
  }
}

@media screen and (min-width: 280px) {
  .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2em;
  }
  .equip__fig {
    width: 100%;
    margin-top: 0;
  }
  .equip__fig + p {
    margin-left: initial !important;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  .equip__fig + p {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 798px) {
  .row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .row {
    display: flex;
    flex-direction: row;
  }
}

.intro {
  margin-bottom: 50px;
}
.image_clm {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.image_clm img {
  width: calc(100% / 2.1);
  object-fit: cover;
}
.image_clm img:first-of-type {
  margin-right: 20px;
}
.intro_txt {
  color: #080808;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}
.intro_txt2 {
  margin: 4em 0 0;
}
.intro_txt h3 {
  font-size: 25px;
  margin: 30px 0;
  text-align: center;
}
.row {
  display: flex;
}
.care_price {
  width: 100%;
  font-size: 14.96px;
  letter-spacing: -0.02em;
  line-height: 1.556;
  background-color: #dbe5ca;
  padding: 1.75em 1.875em;
  border-radius: 0.625em;
  margin-bottom: 40px;
}
.equip__fig + p {
  margin-left: 30px;
}
.care_price {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.35;
}
.price-list {
  font-size: 16px;
  width: 100%;
}

.price-list tr td:first-child{
  text-align: left;
  margin-left:12px;
  width:30%;
}

.list02{
  margin: 2em auto 3em;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.list02 .title_top_sp{
  font-size: 14px;
}
@media screen and (min-width: 280px) {
  .price-list {
    font-size: 10px;
  }
  .price-list-detail {
    font-size: 10px;
  }
  #dog-care-price {
    width: 100%;
    max-width: 730px;
    margin: auto;
  }
  #dog-care-bottom {
    float: left;
    width: 730px;
    height: 80px;
    padding-top: 15px;
    margin-top: 10px;
  }
  #dog-care-bottom {
    float: left;
    width: 730px;
    height: 80px;
    padding-top: 15px;
    margin-top: 40px;
  }
  #dog-care-bottom-left {
    width: 470px;
    height: 70px;
    margin-bottom: 10px;
    text-align: left;
    float: left;
  }
  #dog-care-bottom-right {
    width: 260px;
    height: 70px;
    margin-bottom: 10px;
    text-align: right;
    float: right;
  }
  .price-list {
    background-color: #90b275;
    text-align: center;
    margin-top: 5px;
  }
  .price-list-detail {
    background: #fff;
    font-weight: normal;
    color: #333;
    padding: 3px;
  }
  .care_price {
    padding: 1.75em 0.5em;
  }

}
@media screen and (min-width: 500px) {
  .price-list {
    font-size: 11px;
  }
  .price-list-detail {
    font-size: 11px;
  }
  .list02 {
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .care_price {
    padding: 1.75em 1.875em;
  }
  .price-list {
    font-size: 14px;
  }
  .price-list-detail {
    font-size: 14px;
  }

}

@media screen and (min-width: 280px) {
  .intro_txt h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .intro_txt h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .intro {
    display: flex;
    margin-bottom: 50px;
  }
  .image_clm {
    display: block;
  }
  .image_clm img {
    width: 100%;
    object-fit: cover;
  }
  .image_clm img:first-of-type {
    margin-bottom: 20px;
  }
  .intro_txt {
    color: #080808;
    margin-left: 30px;
    line-height: 1.8;
  }
  .intro_txt h3 {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .grn {
    color: #77b72c;
  }
}
@media screen and (min-width: 769px) {
  .intro_txt {
    margin-left: initial;
  }
}

.caution{
  margin-top: 20px;
  font-size:14px;
  text-align: left;
}
.room__sect h4.fig-cap{
  font-size:clamp(16px,3vw,20px);
  text-align: center!important;
}
/*# sourceMappingURL=style.css.map */



/*追加25.09.30*/
.box-lyt-aside01{
}
.box-lyt-aside01 .lyt-h3{
	font-size: 1.6em;
	padding-bottom: .6em;
	letter-spacing:.08em
}
.box-lyt-aside01 .lyt-tbl{
	max-width: 680px;
	width: 100%;
	margin: auto;
	padding: .6em;
	border: 1px solid #dbe5ca;
}
.box-lyt-aside01 .lyt-tbl,
.box-lyt-aside01 .lyt-tbl tbody,
.box-lyt-aside01 .lyt-tbl tr,
.box-lyt-aside01 .lyt-tbl th,
.box-lyt-aside01 .lyt-tbl td{
	display: block;
	width: 100%;
	text-align: left;
}
.box-lyt-aside01 .lyt-tbl th{
	font-weight: 700;
	padding: .7em .6em .3em 1em;
    background-color: #dbe5ca;
}
.box-lyt-aside01 .lyt-tbl td{
	padding: .7em 1em;
}
.box-lyt-aside01 .lyt-tbl td .sp{
	
}
@media screen and (min-width: 769px) {
	.box-lyt-aside01 .lyt-tbl td .sp{ display: none;}
	.box-lyt-aside01 .lyt-tbl,.box-lyt-aside01 .lyt-tbl tbody,.box-lyt-aside01 .lyt-tbl tr{ display: table}
	.box-lyt-aside01 .lyt-tbl th,
	.box-lyt-aside01 .lyt-tbl td{
		display: table-cell;
	}
	.box-lyt-aside01 .lyt-tbl th{width: 35%;}
	.box-lyt-aside01 .lyt-tbl td{width: 65%; border-bottom: 1px solid #dbe5ca;}
	
}


/*25.12.02　追加*/
.box-lyt-common{
	margin: 4em 0;
}
.box-lyt-common .lyt-h3{
	position: relative;
	text-align: center;
	line-height:1.2;
	letter-spacing:.05em;
	margin-bottom: 1.6em;
}
.box-lyt-common .lyt-h3::before{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccddcc;
	z-index: 1;
}
.box-lyt-common .lyt-h3 p{
	position: relative;
	display: inline-block;
	padding: 0 1.6em;
	background-color: #fff;
	z-index: 5;
}
.box-lyt-common .lyt-h3 em{
	font-size: 1.4em;
	font-style: normal;
}
.box-lyt-column figure{
	width: 80%;
	margin-inline: auto;
}
.box-lyt-column figure img{
	width: 100%;
	height: auto;
}
.box-lyt-column .lyt-doc{
	width: 100%;
	padding: .6em 1.4em;
}
.box-lyt-column .lyt-doc p + p{
	margin-top: 1.2em;
}


@media screen and (min-width: 769px) {
	.box-lyt-column{
		display: flex;
		justify-content: space-between;	
	}
	.box-lyt-column figure{	width: 30%;}
	.box-lyt-column .lyt-doc{ width: 70%;}
	
}



/*25.12.12　追加*/

.box-lyt-column.facility{
	display: block;
}

.box-lyt-column.facility h4.fig-cap{
	width: 100%;
	text-align: left;
}

.box-lyt-column.facility p + .lyt-wide{
	margin-top: 2em;
}
.box-lyt-column.facility .lyt-wide{
	width: 100%;
	margin: 0;
}
.box-lyt-column.facility .lyt-wide img{
	width: 100%;
	aspect-ratio: 12/5;
	object-fit: cover;
}

.box-lyt-column.facility .box-lyt-inner{
	width: 100%;
	margin-top: 4em;
}
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo{
	box-sizing: border-box;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	list-style: none;	
}
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo li figure,
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo li figure img,
.box-lyt-column.facility .box-lyt-inner.lyt02 figure,
.box-lyt-column.facility .box-lyt-inner.lyt02 figure img{
	width: 100%;
}

.box-lyt-column.facility .box-lyt-inner.lyt02 .lyt-doc{
	padding: 0;
}
.box-lyt-column.facility .box-lyt-inner.lyt02 .lyt-doc .fig-cap{
	padding-top: 0;
}
.box-lyt-column.facility .box-lyt-inner.lyt02 figure{
	margin-top: 2em;
}

@media screen and (min-width: 769px) {
	
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo{
	display: flex;
}
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo li,
.box-lyt-column.facility .box-lyt-inner.lyt02 figure,
.box-lyt-column.facility .box-lyt-inner.lyt02 .lyt-doc{
	width: 49%;
}
.box-lyt-column.facility .box-lyt-inner.lyt01 .lyt-list-photo li + li{
	margin-left: 2%;
}
.box-lyt-column.facility .box-lyt-inner.lyt02 figure{
	margin-right: 2%;
	margin-top: 0;
}
.box-lyt-column.facility .box-lyt-inner.lyt02{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
}
}