@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap";
.planTab {
  margin-top: 6rem;
  padding-bottom: 20rem;
}
@media print, screen and (min-width: 768px) {
  .planTab {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .planTab {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
}
.planTab__item {
  display: contents;
}
@media screen and (max-width: 768px) {
  .planTab__item {
    display: flex;
    flex-direction: column;
  }
}
.planTab__btn {
  align-items: center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  gap: 1.6rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 4rem 2.4rem;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .planTab__btn {
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .planTab__btn {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 2.3rem 1.6rem;
  }
}
.planTab__btn:hover {
  opacity: 0.8;
}
.planTab__btn--accez {
  background: #dc8184;
}
@media print, screen and (min-width: 768px) {
  .planTab__btn--accez {
    grid-column: 1;
  }
}
.planTab__btn--soleiz {
  background: #daae43;
}
@media print, screen and (min-width: 768px) {
  .planTab__btn--soleiz {
    grid-column: 2;
  }
}
.planTab__btnText {
  flex: 1;
  text-align: center;
}
.planTab__btnIcon {
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  display: block;
  height: 1rem;
  transform: rotate(45deg);
  transition: transform 0.3s;
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .planTab__btnIcon {
    border: none;
    height: 2rem;
    position: relative;
    transform: none;
    width: 2rem;
  }
  .planTab__btnIcon::before, .planTab__btnIcon::after {
    background: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .planTab__btnIcon::before {
    height: 0.2rem;
    width: 1.6rem;
  }
  .planTab__btnIcon::after {
    height: 1.6rem;
    transition: transform 0.3s;
    width: 0.2rem;
  }
}
.planTab__btn.is-active .planTab__btnIcon {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .planTab__btn.is-active .planTab__btnIcon {
    transform: none;
  }
  .planTab__btn.is-active .planTab__btnIcon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.planTab__content {
  background-color: #fff;
  display: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .planTab__content {
    grid-column: 1/-1;
    grid-row: 2;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .planTab__content {
    padding-bottom: 6rem;
  }
}
.planTab__content.is-active {
  display: block;
}
.planTab__content::before, .planTab__content::after {
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .planTab__content::before, .planTab__content::after {
    height: 0.7rem;
  }
}
.planTab__content::before {
  top: 0;
}
.planTab__content::after {
  bottom: 0;
}
.planTab__content--accez::before, .planTab__content--accez::after {
  background: #dc8184;
}
.planTab__content--accez .planTab__titleBox {
  border-color: #dc8184;
}
.planTab__content--accez .planTab__titleName,
.planTab__content--accez .planTab__titleWalkNum {
  color: #dc8184;
}
.planTab__content--accez .planTabCard {
  border-color: #dc8184;
}
.planTab__content--accez .planTabCard__type {
  color: #dc8184;
}
.planTab__content--accez .planTabCard__divider {
  background: #dc8184;
}
.planTab__content--soleiz::before, .planTab__content--soleiz::after {
  background: #daae43;
}
.planTab__content--soleiz .planTab__titleBox {
  border-color: #daae43;
}
.planTab__content--soleiz .planTab__titleName,
.planTab__content--soleiz .planTab__titleWalkNum {
  color: #daae43;
}
.planTab__content--soleiz .planTabCard {
  border-color: #daae43;
}
.planTab__content--soleiz .planTabCard__type {
  color: #daae43;
}
.planTab__content--soleiz .planTabCard__divider {
  background: #daae43;
}
.planTab__inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .planTab__inner {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.planTab__titleBox {
  align-items: center;
  border: 1px solid;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin: 2rem;
  padding: 3.2rem 2rem;
}
@media screen and (max-width: 768px) {
  .planTab__titleBox {
    display: flex;
  }
}
.planTab__titleLabel {
  font-family: "EB Garamond", serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.planTab__titleName {
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.planTab__titleWalk {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.planTab__titleWalkNum {
  font-family: "EB Garamond", serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
}
.planTab__titleWalkUnit {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.planTab__catch {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .planTab__catch {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.planTab__catch .caption {
  color: #000;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .planTab__catch .caption {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .planTab__catch .caption {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
.planTab__lead {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 5.6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .planTab__lead {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.planTab__visual .photo {
  width: 100%;
}
.planTab__visual .photo__pic {
  display: block;
  width: 100%;
}
.planTab__visual .photo__image {
  height: auto;
  width: 100%;
}
.planTab__cards {
  display: grid;
  grid-gap: 4rem;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6rem;
  padding: 8rem 10rem 0;
}
@media screen and (max-width: 768px) {
  .planTab__cards {
    gap: 2.4rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    padding: 4rem 2rem 0;
    align-items: center;
    justify-items: center;
    place-items: center;
  }
}
.planTab__captionArea {
  grid-column: 1/-1;
  text-align: right;
}
.planTab__captionArea .caption {
  color: #5f5f5f;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .planTab__captionArea .caption {
    font-size: 1rem;
  }
}
.planTab__casbeeBnr {
  margin: 2rem auto 0;
  width: 32rem;
}
.planTabCard {
  background: #fff;
  border: 1px solid;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .planTabCard {
    width: 32rem;
  }
}
.planTabCard__info {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
  padding: 4rem 6rem;
}
@media screen and (max-width: 768px) {
  .planTabCard__info {
    gap: 2.4rem;
    padding: 3.2rem 4rem;
  }
}
.planTabCard__typeWrap {
  align-items: stretch;
  display: flex;
  gap: 1.6rem;
  max-width: 100%;
  overflow: hidden;
  width: auto;
}
@media screen and (max-width: 768px) {
  .planTabCard__typeWrap {
    gap: 1.2rem;
  }
}
.planTabCard__type {
  align-items: baseline;
  align-self: flex-start;
  display: flex;
  flex-shrink: 0;
  font-family: "EB Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  gap: 0.8rem;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .planTabCard__type {
    font-size: 4.4rem;
  }
}
.planTabCard__typeLabel {
  color: #616161;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .planTabCard__typeLabel {
    font-size: 1.4rem;
  }
}
.planTabCard__divider {
  align-self: stretch;
  flex-shrink: 0;
  width: 1px;
}
.planTabCard__spec {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .planTabCard__spec {
    gap: 1rem;
  }
}
.planTabCard__room {
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .planTabCard__room {
    font-size: 3.2rem;
  }
}
.planTabCard__roomSub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .planTabCard__roomSub {
    font-size: 1.6rem;
  }
}
.planTabCard__size {
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .planTabCard__size {
    font-size: 2.8rem;
  }
}
.planTabCard__sizeDecimal {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .planTabCard__sizeDecimal {
    font-size: 1.8rem;
  }
}
.planTabCard__sizeUnit {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  .planTabCard__sizeUnit {
    font-size: 1.4rem;
  }
}
.planTabCard__link {
  align-items: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-flex;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 4.8rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .planTabCard__link {
    font-size: 1.2rem;
    height: 4rem;
  }
}
.planTabCard__link:hover {
  background: #fff;
  color: #000;
}
.planModal {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.planModal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.planModal__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.planModal__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.planModal__boxWrap {
  max-height: 90vh;
  max-width: 100rem;
  position: relative;
  width: calc(100% - 16rem);
}
@media screen and (max-width: 768px) {
  .planModal__boxWrap {
    max-height: 80vh;
    width: calc(100% - 2rem);
  }
}
.planModal__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 2.4rem;
  left: calc(100% + 1.6rem);
  position: absolute;
  top: -4rem;
  width: 2.4rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .planModal__close {
    height: 2rem;
    left: auto;
    right: 0;
    top: -3rem;
    width: 2rem;
  }
}
.planModal__closeIcon {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.planModal__closeIcon::before, .planModal__closeIcon::after {
  background: #fff;
  content: "";
  height: 0.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.planModal__closeIcon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.planModal__closeIcon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.planModal__box {
  background: #fff;
  border: 0.6rem solid #daae43;
  max-height: calc(90vh - 4rem);
  overflow-y: auto;
  padding: 5rem 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .planModal__box {
    max-height: calc(80vh - 3rem);
    padding: 2rem 1.6rem;
  }
}
.planModal__box.is-accez {
  border-color: #dc8184;
}
.planModal__box.is-accez .planDetail__type {
  color: #dc8184;
}
.planModal__box.is-accez .planDetail__tag {
  background: #dc8184;
}
.planModal__box.is-soleiz {
  border-color: #daae43;
}
.planModal__box.is-soleiz .planDetail__type {
  color: #daae43;
}
.planModal__box.is-soleiz .planDetail__tag {
  background: #daae43;
}
.planModal__nav {
  align-items: center;
  background: rgba(0, 0, 0, 0.64);
  border: none;
  cursor: pointer;
  display: flex;
  height: 12rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 6.4rem;
}
@media screen and (max-width: 768px) {
  .planModal__nav {
    height: 6rem;
    width: 4rem;
  }
}
.planModal__nav:hover {
  opacity: 0.8;
}
.planModal__nav--prev {
  right: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
  .planModal__nav--prev {
    right: calc(100% + 1rem);
  }
}
.planModal__nav--prev .planModal__navArrow {
  transform: rotate(180deg);
}
.planModal__nav--next {
  left: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
  .planModal__nav--next {
    left: calc(100% + 1rem);
  }
}
.planModal__navArrow {
  height: 3.4rem;
  width: 1.1rem;
}
@media screen and (max-width: 768px) {
  .planModal__navArrow {
    height: 2rem;
    width: 0.6rem;
  }
}
.planDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .planDetail {
    flex-direction: column;
    gap: 2rem;
  }
}
.planDetail__info {
  display: flex;
  flex: 0 0 36rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .planDetail__info {
    flex: none;
    order: 1;
  }
}
.planDetail__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .planDetail__ttl {
    gap: 1rem;
  }
}
.planDetail__label {
  color: #1d1b15;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .planDetail__label {
    font-size: 2.4rem;
  }
}
.planDetail__type {
  font-family: "EB Garamond", serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.65;
}
@media screen and (max-width: 768px) {
  .planDetail__type {
    font-size: 8rem;
  }
}
.planDetail__data {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .planDetail__data {
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.planDetail__room {
  color: #000;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
.planDetail__roomNum {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .planDetail__roomNum {
    font-size: 3.6rem;
  }
}
.planDetail__roomType {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .planDetail__roomType {
    font-size: 2.4rem;
  }
}
.planDetail__roomSub {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .planDetail__roomSub {
    font-size: 1.8rem;
  }
}
.planDetail__divider {
  background: #000;
  display: block;
  height: 1px;
  opacity: 0.5;
  width: 100%;
}
.planDetail__sizeRow {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
}
.planDetail__sizeLabel {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .planDetail__sizeLabel {
    font-size: 1rem;
  }
}
.planDetail__sizeValue {
  color: #000;
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.65;
}
@media screen and (max-width: 768px) {
  .planDetail__sizeValue {
    font-size: 3.2rem;
  }
}
.planDetail__sizeUnit {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.65;
}
@media screen and (max-width: 768px) {
  .planDetail__sizeUnit {
    font-size: 2rem;
  }
}
.planDetail__sizeUnit sup {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .planDetail__sizeUnit sup {
    font-size: 1rem;
  }
}
.planDetail__sizeTsubo {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .planDetail__sizeTsubo {
    font-size: 1rem;
  }
}
.planDetail__balconyWrap {
  align-self: flex-start;
  text-align: left;
}
.planDetail__balcony {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .planDetail__balcony {
    font-size: 1rem;
  }
}
.planDetail__balcony sup {
  font-size: 0.8rem;
}
.planDetail__desc {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .planDetail__desc {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.planDetail__tags {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .planDetail__tags {
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.planDetail__tag {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 8rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .planDetail__tag {
    font-size: 1.2rem;
    height: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .planDetail__tag .small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .planDetail__tag .small {
    font-size: 1rem;
  }
}
.planDetail__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .planDetail__legend {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
}
.planDetail__legendItem {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  gap: 0.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .planDetail__legendItem {
    font-size: 1rem;
  }
}
.planDetail__legendIcon {
  height: 1rem;
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .planDetail__legendIcon {
    height: 0.8rem;
    width: 2.2rem;
  }
}
.planDetail__legendIcon--light {
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .planDetail__legendIcon--light {
    height: 0.5rem;
  }
}
.planDetail__legendIcon--wind {
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .planDetail__legendIcon--wind {
    height: 0.5rem;
  }
}
.planDetail__legendText {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .planDetail__legendText {
    gap: 0.4rem 1.2rem;
    margin-top: 0.8rem;
  }
}
.planDetail__legendTextItem {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .planDetail__legendTextItem {
    font-size: 0.9rem;
  }
}
.planDetail__imageWrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .planDetail__imageWrap {
    order: 0;
  }
}
.planDetail__image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.planDetail .caption {
  color: #5f5f5f;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .planDetail .caption {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=style.css.map */
