@charset "UTF-8";
/*main color*/
/*secondary colors*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1);
  }
  75% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
body {
  position: relative;
}

.p-cont-bg {
  background-color: #fff;
}

.roomplan_detail_navi_prev {
  position: fixed;
  width: 6rem;
  height: auto;
  top: 50%;
  left: 0;
  margin-top: -58px;
  z-index: 2;
}

.roomplan_detail_navi_next {
  position: fixed;
  width: 6rem;
  height: auto;
  top: 50%;
  right: 0;
  margin-top: -58px;
  z-index: 2;
}

.roomplan_detail_navi_prev,
.roomplan_detail_navi_next {
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .roomplan_detail_navi_prev,
  .roomplan_detail_navi_next {
    width: 45px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .roomplan_detail_navi_prev:hover,
  .roomplan_detail_navi_next:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .roomplan_detail_navi_prev img,
  .roomplan_detail_navi_next img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .roomplan_detail_navi_prev {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -58px;
    z-index: 2;
    width: 30px;
    height: 58px;
  }
}

@media only screen and (max-width: 768px) {
  .roomplan_detail_navi_next {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -58px;
    z-index: 2;
    width: 30px;
    height: 58px;
  }
}

.p-plan {
  padding: 4rem 0 5rem;
  background-image: url("../../images/common/bg_stone.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-plan {
    padding: 2rem 0 3rem;
  }
}
.p-plan__ttl {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin: 2.5rem auto;
  display: block;
  color: #333;
}
@media (max-width: 768px) {
  .p-plan__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-plan__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan__ttl {
    margin: 1rem auto;
    flex-direction: column;
  }
}
.p-plan__ttl-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #3C5064;
}
.p-plan__ttl-jp {
  margin-left: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-plan__ttl-jp {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-plan__ttl-jp {
    font-size: 1.6rem;
  }
}
.p-plan__ttl-underline {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  height: 1px;
  background-color: #3C5064;
}
.p-plan__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-plan__btn-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-cont__plan {
  max-width: 1080px;
}
.p-cont__plan .u-planbtn__det {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-cont__plan {
    padding-inline: 1rem;
  }
}
.p-cont__plan__ttl {
  border-bottom: 1px solid #282828;
  padding-bottom: 2rem;
}
.p-cont__plan__ttl .u-planbtn__det {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-cont__plan__ttl .u-planbtn__det {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-cont__plan__ttl .u-planbtn__det {
    font-size: 1.5rem;
  }
}
.p-cont__plan__box {
  margin-top: 2rem;
  background-color: rgba(212, 212, 202, 0.2);
  padding: 2rem 3rem;
}
.p-cont__plan__box .c-dot {
  background-color: #3C5064;
}
.p-cont__plan__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__plan__btn-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-cont__plan__btn a {
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.9vw, 2.5rem);
}
@media (max-width: 768px) {
  .p-cont__plan__btn a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-cont__plan__btn a {
    font-size: 2rem;
  }
}
.p-cont__plan__btn .c-icon {
  position: absolute;
  right: 1rem;
}
.p-cont__plan__img {
  margin: 3rem auto;
  width: 70%;
}
@media (max-width: 768px) {
.p-cont__plan__img {
  width: 100%;
}
}
.p-cont__chu {
  line-height: 1.7;
  max-width: 1080px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .p-cont__chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-cont__chu {
    font-size: 1rem;
  }
}

.obj--pad-t1 {
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-t1 {
    padding-top: 0.5rem;
  }
}
.obj--pad-t2 {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-t2 {
    padding-top: 1rem;
  }
}
.obj--pad-b4 {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b4 {
    padding-bottom: 2rem;
  }
}
.obj--pad-b6 {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b6 {
    padding-bottom: 3rem;
  }
}
.obj--pad-b8 {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b8 {
    padding-bottom: 4rem;
  }
}

.obj--mrg-t1 {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t1 {
    margin-top: 0.5rem;
  }
}
.obj--mrg-t2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t2 {
    margin-top: 1rem;
  }
}
.obj--mrg-t4 {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t4 {
    margin-top: 2rem;
  }
}
.obj--mrg-t6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t6 {
    margin-top: 3rem;
  }
}
.obj--mrg-t8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t8 {
    margin-top: 4rem;
  }
}

.p-plan__out {
  padding: 4rem 0 6rem;
  background-image: url("../../images/common/bg_stone.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-plan__out {
    padding: 2rem 0 3rem;
  }
}
.p-plan__out .update {
  text-align: right;
}
.p-plan__out .update span {
  font-size: 1em;
  color: #3C5064;
  border-radius: 50%;
}
.p-plan__out__table {
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #282828;
  background: #fff;
}
.p-plan__out__table tr:last-of-type td, .p-plan__out__table tr:last-of-type th {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-plan__out__table tr {
    display: flex;
    flex-direction: column;
  }
}
.p-plan__out__table td, .p-plan__out__table th {
  letter-spacing: 0.1em;
  border-collapse: collapse;
  line-height: 1.5;
  border-bottom: #282828 solid 1px;
}
.p-plan__out__table th {
  width: 26rem;
  padding: 2rem 1.5rem;
  background: #e9ebeb;
}
@media only screen and (max-width: 768px) {
  .p-plan__out__table th {
    text-align: left;
    width: 100%;
    padding: 1rem 0.8rem;
    padding-left: 2rem;
    border: none;
  }
}
.p-plan__out__table td {
  padding-block: 2rem;
  padding-left: 4.5rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-plan__out__table td {
    padding-block: 1rem;
    padding-left: 2rem;
    border-bottom: #282828 solid 1px;
  }
}
.p-plan__out__table__ttl {
  font-size: 2.5rem;
  background: #3C5064 !important;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-plan__out__table__ttl {
    font-size: 1.8rem;
  }
}

@media print {
  * {
    color: #333 !important;
  }
  header,
  footer,
  .p-cont__plan__box,
  .p-cont__plan__btn-wrap,
  .p-plan__out,
  .p-cont__chu,
  .roomplan_detail_navi_prev,
  .roomplan_detail_navi_next {
    display: none !important;
  }
  .p-cont__plan {
    margin: 0 auto;
  }
  .p-plan {
    padding: 0;
  }
  .p-plan__ttl {
    margin: 0 auto;
  }
  main {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=plan.css.map */