@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-pla.u-bg-blue {
  padding-bottom: 0 !important;
}
.p-pla__intr {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__intr {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__intr {
    font-size: 1.3rem;
  }
}
.p-pla__intrMain {
  font-size: 1.5em;
  margin-bottom: 2rem;
}
.p-pla__pic {
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic {
    width: 100%;
    max-width: 100%;
  }
}
.p-pla__pic__inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  grid-template-rows: auto 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    font-size: 1.2rem;
  }
}
.p-pla__pic__topwrap {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__topwrap {
    grid-area: auto;
  }
}
.p-pla__pic__topinner {
  display: flex;
  gap: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__topinner {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__topinner {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__topinner {
    gap: 1.5rem;
  }
}
.p-pla__pic__ttl {
  font-size: 3em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #001d50;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 1rem 2.5rem 2rem;
  display: grid;
  place-content: center;
  font-family: "EB Garamond", "Noto Serif", serif;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__ttl {
    padding: 0.5rem 2rem 1.5rem;
  }
}
.p-pla__pic__ttl small {
  display: block;
  font-size: 0.5em;
}
.p-pla__pic__txt {
  font-size: 1.4rem;
  flex-grow: 1;
}
.p-pla__pic__txt__floor {
  display: block;
  margin-bottom: 0.5em;
}
.p-pla__pic__txt__floor b {
  font-size: 2em;
  color: #001d50;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-weight: normal;
}
.p-pla__pic__txt__floor b em {
  font-size: 1.5em;
}
.p-pla__pic__txt__bal {
  display: block;
}
.p-pla__pic__txt__bal em {
  font-size: 1.5em;
}
.p-pla__pic__txt__rooms {
  font-family: "EB Garamond", "Noto Serif", serif;
  display: block;
  margin-top: 1rem;
  border-top: #231815 solid 1px;
  display: block;
  font-size: 3em;
}
.p-pla__pic__txt__rooms small {
  font-size: 0.6em;
}
.p-pla__pic__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__tags {
    grid-area: auto;
  }
}
.p-pla__pic__tags__item {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 0.25em 1rem 0.5em;
  text-align: center;
  color: #fff;
  background: #667796;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__tags__item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__tags__item {
    font-size: 1.1rem;
  }
}
.p-pla__pic__img {
  position: relative;
  grid-area: 1/2/3/3;
  display: grid;
  gap: 2cqi;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 5cqi;
  }
}
.p-pla__pic__img .plan-img {
  width: 100%;
  grid-area: 1/1/3/2;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img .plan-img {
    width: 60%;
    margin: 0 auto;
    grid-area: unset;
    order: 3;
  }
}
.p-pla__pic__img__ugotrl {
  grid-area: 1/2/2/3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img__ugotrl {
    grid-area: unset;
    order: 2;
  }
}
.p-pla__pic__img__btn, .p-pla__pic__img__btn-l, .p-pla__pic__img__btn-r {
  width: 4em;
  height: 4em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-pla__pic__img__btn:hover, .p-pla__pic__img__btn-l:hover, .p-pla__pic__img__btn-r:hover {
    opacity: 0.5;
  }
}
.p-pla__pic__img__btn-r {
  background-image: url(../../images/plan/pic-arw-r.png);
}
.p-pla__pic__img__btn-r::after {
  width: 100%;
  height: 100%;
  content: "";
}
.p-pla__pic__img__btn-l {
  background-image: url(../../images/plan/pic-arw-l.png);
}
.p-pla__pic__img__btn-l::after {
  width: 100%;
  height: 100%;
  content: "";
}
.p-pla__pic__img__ugottl {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  text-shadow: 0 0px 5px rgb(110, 110, 110), 0 1px 15px black;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img__ugottl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img__ugottl {
    font-size: 1.5rem;
  }
}
.p-pla__pic__img__ugottl em {
  font-family: "EB Garamond", "Noto Serif", serif;
  font-style: italic;
  font-size: 4em;
  line-height: 1;
}
.p-pla__pic__img .ugoclo-btn {
  grid-area: 2/2/3/3;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img .ugoclo-btn {
    order: 1;
    grid-area: unset;
  }
}
.p-pla__pic__img .ugoclo-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pla__pic__img .ugoclo-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__img {
    grid-area: auto;
  }
}
.p-pla__pic__lead {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.p-pla__pic__lead__item {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em 1rem;
  text-align: center;
  color: #231815;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__lead__item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__pic__lead__item {
    font-size: 1.3rem;
  }
}
.p-pla__pic-cap__list {
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
.p-pla__pic-cap__list li {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}
.p-pla__pic-cap__list li i {
  display: inline-flex;
  align-items: center;
}
.p-pla__pic-cap__list li i img {
  height: 1em;
}
.p-pla__morebtn {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  background-color: #001d50;
  padding: 1rem;
  text-align: center;
}
.p-pla__morebtn::before, .p-pla__morebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
}
.p-pla__morebtn::before {
  right: 1rem;
}
.p-pla__morebtn:after {
  right: 1.5rem;
}
.p-pla__link {
  padding-block: 4rem;
}
.p-pla__link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-pla__link__list__item {
  background: #193461;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__list__item {
    padding: 0.5rem;
  }
}
.p-pla__link__list__item a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-pla__link__list__item a:hover {
    opacity: 0.9;
  }
  .p-pla__link__list__item a:hover .p-pla__link__btn {
    background-color: #001d50;
    color: #fff;
  }
  .p-pla__link__list__item a:hover .p-pla__link__btn__arw::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    filter: drop-shadow(-0.4rem 0.4rem 0 #fff);
  }
}
.p-pla__link__list__item__inner {
  width: 100%;
  height: 100%;
  background: #efefef;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__list__item__inner {
    grid-template-rows: min-content 1fr;
  }
}
.p-pla__link__top {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__top {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__link__top {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__link__top {
    gap: 1rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}
.p-pla__link__ttl {
  font-size: 3em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #001d50;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  height: auto;
  padding: 1rem 2rem 2rem;
  display: grid;
  place-content: center;
  font-family: "EB Garamond", "Noto Serif", serif;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__ttl {
    min-width: unset;
    font-size: 2.5em;
    padding: 0.5rem 1rem 1rem;
  }
}
.p-pla__link__ttl small {
  display: block;
  font-size: 0.5em;
}
.p-pla__link__ttl small span {
  font-size: 0.5em;
  white-space: nowrap;
}
.p-pla__link__txt {
  width: 100%;
  text-align: center;
  container-type: inline-size;
}
.p-pla__link__txt__floor {
  display: block;
  margin-bottom: 0.5em;
}
.p-pla__link__txt__floor b {
  font-size: 2.25em;
  color: #001d50;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-weight: normal;
  line-height: 1;
}
.p-pla__link__txt__floor b em {
  font-size: 1.5em;
  line-height: 1;
}
.p-pla__link__txt__rooms {
  display: block;
  margin-top: 1rem;
  border-top: #231815 solid 1px;
  display: block;
  font-size: 12cqi;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  white-space: wrap;
}
.p-pla__link__txt__rooms small {
  font-size: 0.7em;
}
.p-pla__link__txt__rooms small.mod--kana {
  font-size: 0.5em;
}
.p-pla__link__btm {
  background-color: #fff;
}
.p-pla__link__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  gap: 0.5rem 1rem;
  padding: 1.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__tags {
    gap: 0.5rem;
  }
}
.p-pla__link__tags__item {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 1rem;
  text-align: center;
  color: #fff;
  background: #667796;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__tags__item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__link__tags__item {
    font-size: 1.1rem;
  }
}
.p-pla__link__btn {
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  max-width: 50%;
  margin-inline: auto;
  border: 1px #fff solid;
  background-color: #fff;
  color: #001d50;
  line-height: 1;
  padding: 0.25em 0.5em;
  border-radius: 3rem;
  margin-top: 1rem;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-style: italic;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__link__btn {
    font-size: 1.6rem;
  }
}
.p-pla__link__btn__arw {
  font-size: 14px;
  font-size: 1.4rem;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
  position: absolute;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__link__btn__arw {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__link__btn__arw {
    font-size: 1.3rem;
  }
}
.p-pla__link__btn__arw::after {
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #001d50;
  border-right: 1px solid #001d50;
  filter: drop-shadow(-0.4rem 0.4rem 0 #001d50);
}
.p-pla__limLink__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-pla__limLink__list__item {
  background: linear-gradient(90deg, rgb(156, 141, 105) 0%, rgb(188, 172, 135) 12%, rgb(156, 141, 105) 21%, rgb(156, 141, 105) 79%, rgb(188, 172, 135) 88%, rgb(156, 141, 105) 100%);
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__list__item {
    padding: 0.5rem;
  }
}
.p-pla__limLink__list__item a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-pla__limLink__list__item a:hover {
    opacity: 0.9;
  }
  .p-pla__limLink__list__item a:hover .p-pla__limLink__btn {
    background: #fff;
    color: #9C8D69;
  }
  .p-pla__limLink__list__item a:hover .p-pla__limLink__btn::after {
    opacity: 0;
  }
  .p-pla__limLink__list__item a:hover .p-pla__limLink__btn__arw::after {
    border-top: 1px solid #B4A379;
    border-right: 1px solid #B4A379;
    filter: drop-shadow(-0.4rem 0.4rem 0 #B4A379);
  }
}
.p-pla__limLink__list__item__inner {
  background: #f4f1eb;
}
.p-pla__limLink__top {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 1rem 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__top {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__top {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__top {
    padding: 1rem 0.5rem 0.5rem;
    gap: 1rem;
  }
}
.p-pla__limLink__ttl {
  font-size: 3em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #9b8c69;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 1rem 2.5rem 2rem;
  display: grid;
  place-content: center;
  font-family: "EB Garamond", "Noto Serif", serif;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__ttl {
    font-size: 2.5em;
    padding: 0.5rem 0.5rem 1rem;
  }
}
.p-pla__limLink__ttl small {
  display: block;
  font-size: 0.5em;
}
.p-pla__limLink__txt {
  width: 100%;
  container-type: inline-size;
  width: 100%;
  text-align: center;
}
.p-pla__limLink__txt__lead {
  font-size: 5.2cqi;
  white-space: nowrap;
  line-height: 8cqi;
  position: relative;
  display: inline-block;
  width: calc(100% - 2rem);
  height: 8cqi;
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #80292d;
  margin-bottom: 1em;
}
.p-pla__limLink__txt__lead::before, .p-pla__limLink__txt__lead::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 4cqi solid transparent;
  border-right: 4cqi solid transparent;
  border-left: 4cqi solid transparent;
}
.p-pla__limLink__txt__lead::before {
  right: 100%;
  border-right-color: #80292d;
}
.p-pla__limLink__txt__lead::after {
  left: 100%;
  border-left-color: #80292d;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__txt__lead {
    width: calc(100% - 1rem);
  }
}
.p-pla__limLink__txt__floor {
  display: block;
  margin-bottom: 0.5em;
}
.p-pla__limLink__txt__floor b {
  font-size: 2.25em;
  color: #9b8c69;
  font-family: "EB Garamond", "Noto Serif", serif;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.p-pla__limLink__txt__floor b em {
  font-size: 1.5em;
  line-height: 0.8;
}
.p-pla__limLink__txt__rooms {
  display: block;
  margin-top: 1rem;
  border-top: #231815 solid 1px;
  display: block;
  font-size: 12cqi;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif", serif;
  white-space: wrap;
}
.p-pla__limLink__txt__rooms small {
  font-size: 0.7em;
}
.p-pla__limLink__btnwrap {
  margin-top: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 0.5em;
}
.p-pla__limLink__tag {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80292d;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.5em;
  border-radius: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__tag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__tag {
    font-size: 1.3rem;
  }
}
.p-pla__limLink__btn {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  color: #fff;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3rem;
  text-align: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__btn {
    font-size: 1.3rem;
  }
}
.p-pla__limLink__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3e2a01;
  opacity: 0.6;
  transition: 0.3s;
}
.p-pla__limLink__btn__arw {
  font-size: 14px;
  font-size: 1.4rem;
  top: 50%;
  right: 1em;
  transform: translate(0%, -50%);
  position: absolute;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__btn__arw {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__limLink__btn__arw {
    font-size: 1.3rem;
  }
}
.p-pla__limLink__btn__arw::after {
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  filter: drop-shadow(-0.4rem 0.4rem 0 #fff);
}
.p-pla__qua__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  background: #B4A379;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-pla__qua__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__qua__ttl {
    font-size: 1.8rem;
  }
}
.p-pla__qua__itemttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  background: #B4A379;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-pla__qua__itemttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pla__qua__itemttl {
    font-size: 1.6rem;
  }
}
.p-pla__qua__perf {
  margin-inline: auto;
  max-width: 400px;
  width: 75%;
}
.p-pla__qua__perf img {
  display: block;
}
.p-pla__3col2col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-pla__3col2col {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
  }
}
.p-pla__3col2col__item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.p-pla__3col2col__item__img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-pla__3col2col__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=../../map/plan/style.css.map */