/* Scss Document */
/* UTILITY
 * ========================================================================== */
/*=====================================================
COMMON-LAYOUT
======================================================*/
.p01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p01 li {
  width: 45.41667%;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.p01 li.pet {
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.p01 li.pet .bg {
  background-color: #fff;
}

.p03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p03 li {
  width: 100%;
  margin: 30px 0;
}

.p03 table {
  width: 100%;
  border-top: solid 1px #705300;
  border-left: solid 1px #705300;
  border-collapse: collapse;
}

.p03 table td {
  width: 50%;
  border-bottom: solid 1px #705300;
  border-right: solid 1px #705300;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.p03 table .monthly td:nth-child(1) {
  color: #fff;
  background: #9f8436;
}

.p03 table .monthly td:nth-child(2) {
  background: #eee6d2;
}

.sec1 .img_detail0 {
  max-width: 350px;
  margin: 0 auto;
}

.sec1 .img_detail0 img {
  width: 100%;
  display: block;
}

.sec1 .img_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 350px;
  margin: 0 auto;
}

.sec1 .img_detail > div {
  width: 48%;
  margin: 1%;
  line-height: 0;
}

.sec1 .img_detail > div img {
  width: 100%;
  height: auto;
}

.sec1 .img_detail > div img:hover {
  cursor: pointer;
}

.detail_modal {
  max-width: 1000px !important;
  height: 400px;
}

.eq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eq li {
  width: 21.6667%;
  margin-bottom: 40px;
}

.eq li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.eq .img {
  margin-bottom: 7px;
  position: relative;
}

.eq h4 {
  font-size: 20px;
  color: #705300;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 1px #705300;
}

.eq .txt {
  font-size: 14px;
  line-height: 1.6;
}

.eq li.ex1,
.eq li.ex2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eq li.ex1 .img {
  width: 50%;
  margin-bottom: 0;
  background: url("../images/private/img31.jpg") center center;
  background-size: cover;
}

.eq li.ex2 .img {
  width: 50%;
  margin-bottom: 0;
  background: url("../images/private/img31-2.jpg") center center;
  background-size: cover;
}

.eq li.ex1 .text,
.eq li.ex2 .text {
  width: 50%;
  background: url("../images/private/img31_bg.jpg");
  background-size: cover;
}

.eq li.ex1 .text > div,
.eq li.ex2 .text > div {
  padding: 40px 50px;
}

.eq li.ex1 h4,
.eq li.ex2 h4 {
  color: #d3c19e;
  border-bottom: solid 1px #d3c19e;
}

.eq li.ex1 .txt,
.eq li.ex2 .txt {
  color: #fff;
}

.sec4 h3 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  padding: 8px 0 8px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#9a854b), to(rgba(154, 133, 75, 0)));
  background: linear-gradient(90deg, #9a854b, rgba(154, 133, 75, 0));
  position: relative;
}

.sec4 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(30px + 2em);
  width: calc(100% - 30px - 2em);
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}

.sec4 td {
  font-size: 17px;
  vertical-align: top;
}

.sec4 td:first-child {
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .p01 li {
    width: 48%;
    padding-top: 20px;
  }
  .p01 li.pet {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p01 {
    display: block;
  }
  .p01 li {
    width: 100%;
    padding-top: 10px;
  }
  .p01 li.pet {
    padding-top: 0px;
  }
  .p01 li:first-child {
    margin-bottom: 60px;
  }
  .p03 {
    display: block;
  }
  .p03 li {
    width: 100%;
  }
  .p03 li:last-child {
    margin-bottom: 0px;
  }
  .eq li {
    width: 48%;
  }
  .eq li:nth-last-child(-n + 4) {
    margin-bottom: 40px;
  }
  .eq li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .eq li.ex1 {
    width: 100%;
  }
  .eq h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .eq .txt {
    font-size: 13px;
  }
  .eq li.ex1,
  .eq li.ex2 {
    display: block;
  }
  .eq li.ex1 .img,
  .eq li.ex2 .img {
    width: 100%;
    background: none;
  }
  .eq li.ex1 .text,
  .eq li.ex2 .text {
    width: 100%;
  }
  .eq li.ex1 .text > div,
  .eq li.ex2 .text > div {
    padding: 15px;
  }
  .p03 {
    display: block;
  }
  .p03 li {
    width: 100%;
  }
  .p03 li:last-child {
    margin-bottom: 0px;
  }
  .p03 table td {
    font-size: 15px;
  }
  .sec4 h3 {
    font-size: 20px;
    padding: 5px 0 5px 15px;
  }
  .sec4 h3::after {
    left: calc(25px + 2em);
    width: calc(100% - 25px - 2em);
  }
  .sec4 td {
    font-size: 13px;
  }
}

.prv01 {
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.2em;
}

.plan-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.plan-list .plan {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 50px;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .plan-list .plan {
    padding: 3.33333vw;
    margin-top: 3.33333vw;
  }
}

.plan-list .plan .plan-title {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .plan-list .plan .plan-title {
    font-size: 4vw;
  }
}

.plan-list .plan .map {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .plan-list .plan .map {
    width: 100%;
  }
}

.plan-list .plan .map img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-list .plan .detail {
  width: 55%;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .plan-list .plan .detail {
    width: 100%;
    margin-top: 3.33333vw;
  }
}

.plan-list .plan .detail .row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.plan-list .plan .detail .row .pic img,
.plan-list .plan .detail .row .txt img {
  width: 100%;
  height: auto;
}

.plan-list .plan .fig {
  display: block;
  width: 100%;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan-list .plan .fig {
    font-size: 1.6vw;
  }
}

.plan-list .plan .description {
  width: 55%;
  position: absolute;
  right: 0;
  top: auto;
}

@media screen and (max-width: 767px) {
  .plan-list .plan .description {
    position: static;
    width: 100%;
  }
}

.plan-list .row-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.plan-list .row-content .space {
  background-color: #fff;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan-list .row-content .space.trunkroom {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space.trunkroom {
    width: 100%;
  }
}

.plan-list .row-content .space.pet {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space.pet {
    width: 100%;
  }
}

.plan-list .row-content .space .pic {
  width: 100%;
  height: 330px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space .pic {
    height: 53.33333vw;
  }
}

.plan-list .row-content .space .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.plan-list .row-content .space .contents {
  width: 90%;
  padding: 40px 40px;
  text-align: left;
  background-image: url("../images/common/contact_bg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space .contents {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space .contents {
    padding: 5.33333vw 3.33333vw;
  }
}

.plan-list .row-content .space .contents .tt {
  font-size: 25px;
  color: #d3c19e;
  line-height: 1.111em;
}

@media screen and (max-width: 767px) {
  .plan-list .row-content .space .contents .tt {
    font-size: 21px;
  }
}

.plan-list .row-content .space .contents .tx {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

.plan-list .row-content .space .contents .indent {
  margin-top: 20px;
  color: #fff;
}

.plan-list .row-content .space .contents .indent li {
  font-size: 12px;
}
/*# sourceMappingURL=private.css.map */