@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/
.l-plan-under {
  margin-bottom: 40px;
}

.p-plan-notice {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: calc(15/10);
  letter-spacing: 0.04em;
  padding-top: 18px;

}

.p-plan-notice span {
  display: block;
  width: 100%;
}


/**************************
 タブ切り替え
***************************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--white);
  width: 100%;
  margin: 0;
}

/* .tab-wrap:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  order: -1;
} */

.tab-label {
  flex: 1;
  order: -1;
  /* color: var(--white); */
  color: var(--beige);
  background-color: var(--beige-a10);

  font-size: 18px;
  font-weight: 500;
  line-height: calc(20/18);
  letter-spacing: 0.04em;
  text-align: center;
  /* background-color: var(--beige-half); */
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 1;

}

.tab-label:first-of-type {
  /* border-left: solid 2px var(--light_purple); */
}

.tab-label:last-of-type {
  /* border-right: solid 2px var(--light_purple); */
}



.tab-desc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: var(--white);
  border-left: solid 2px var(--light_purple);
  border-right: solid 2px var(--light_purple);
  border-bottom: solid 2px var(--light_purple); */

  width: 100%;
  margin: 0;
}

/* .tab-desc-wrap:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--light_purple);
  display: block;
  order: -1;
} */

.tab-label-desc {
  /* flex: 1; */
  order: -1;
  color: var(--beige);
  font-size: 18px;
  font-weight: 400;
  line-height: calc(26/18);
  letter-spacing: 0.04em;
  text-align: center;
  /* padding: 26px 30px; */
  padding: 25px 18px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}


.tab-content {
  /* width: 960px; */
  width: 100%;

  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: -2px;
}

.contentbox {
  /* width: 960px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: solid 1px var(--plan_beige);
  /* border-bottom: solid 2px var(--light_purple); */

  /* border-top: solid 2px #3d4857;
  border-left: solid 2px #3d4857;
  border-right: solid 2px #3d4857;
  border-bottom: solid 2px #3d4857; */
}

.contentbox-plan {
  padding-top: 40px;
  padding-bottom: 80px;
}

.contentbox-plan-mult01,
.contentbox-roomtype-mult01 {
  padding-bottom: 60px;
}

.contentbox-roomtype {
  padding-top: 40px;
  padding-bottom: 80px;
}

.contentbox-roomtype img,
.contentbox-plan img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.contentbox-hanrei {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 23px;
  margin-left: 28px;
}

.contentbox-hanrei img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;

}

.contentbox-hanrei--shikihai {
  width: 64px;
}

.contentbox-hanrei--heimen {
  width: 162px;
}

.contentbox-hanrei--plan {
  /* width: 810px; */
  width: min(calc(810/1080 * 100%), 810px);

}

.contentbox-hanrei--plan-b {
  /* width: 910px; */
  width: min(calc(910/1080 * 100%), 910px);
}

/* .tab-content img {
  width: 100%;
} */

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  /* color: var(--beige);
  background-color: var(--beige-a10); */
  color: var(--white);
  background-color: var(--beige-half);
  opacity: 1;

}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: 0.5s opacity;
}

.tab-switch:checked+.tab-label-desc {
  /* background-color: var(--white); */
  /*背景色*/
  color: var(--plan_red);
}

.tab-switch:checked+.tab-label-desc+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


/* ------ */

/* SP all */
@media screen and (max-width: 1024px) {

  /* .p-plan-bg::before {
    background-image: url(../images/top/texture_sp@2x.png);
    height: calc(100vh + 200px);
    height: calc((var(--vh, 1vh) * 100) + 200px);
    height: calc(100lvh + 200px);

  } */

  .l-plan-under {
    margin-bottom: 19px;
  }


  .tab-label {
    font-size: 12px;
    font-weight: 500;
    line-height: calc(24/12);
    letter-spacing: 0.04em;
    text-align: center;
    /* background-color: var(--beige-half); */
    /* background-color: var(--mid-chacol); */
    /* border-top: solid 2px var(--light_purple); */
    padding: 9px 0;
  }

  .tab-desc-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    background-color: var(--white);
    /* border-left: solid 2px var(--light_purple);
    border-right: solid 2px var(--light_purple);
    border-bottom: solid 2px var(--light_purple); */

    width: 100%;
    margin: 0;
  }

  .tab-desc-wrap:after {
    content: "";
    width: 100%;
    height: 2px;
    /* background-color: var(--light_purple); */
    display: block;
    order: -1;
  }

  .tab-label-desc {
    font-size: 12px;
    font-weight: 500;
    line-height: calc(20/12);
    letter-spacing: 0.04em;
    text-align: center;
    padding: 19px 12px;
  }

  /* .tab-label-desc--1f {
    line-height: calc(24/12);
    padding: 16px 25px 10px 20%;
  }

  .tab-label-desc--2f {
    line-height: calc(24/12);
    padding: 16px 25% 10px 25px;
  }

  .tab-label-desc--11f {
    line-height: calc(24/12);
    padding: 6px 40px 15px 23%;
  }

  .tab-label-desc--12f {
    line-height: calc(24/12);
    padding: 6px 25% 15px 55px;
  } */


  .tab-label-desc--atype {
    padding: 20px 15px;
    padding: 19px 12px;

  }

  .tab-label-desc--btype {
    padding: 20px 15px;
    padding: 19px 12px;

  }

  .tab-label-desc--ctype {
    padding: 20px 15px;
    padding: 19px 12px;

  }

  .tab-label-desc--dtype {
    padding: 20px 15px;
    padding: 19px 12px;

  }

  .tab-label-desc--etype {
    padding: 20px 15px;
    padding: 19px 12px;

  }

  .contentbox-hanrei--plan,
  .contentbox-hanrei--plan-b {
    width: min(calc(312/342 * 100%), 312px);
  }

  .l-plan-desc-under {
    padding-bottom: 46px;
  }

  .p-plan-notice {
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.04em;
    padding-top: 20px;

  }

  .contentbox-hanrei {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 14px;
    margin-left: 14px;

  }

  .contentbox-hanrei--shikihai {
    /* width: 62px; */
  }

  .contentbox-hanrei--heimen {
    /* width: 154px; */
  }

  .contentbox-plan {
    padding-top: 50px;
    padding-bottom: 70px;
    width: calc(482/544 * 100%);
  }

  .contentbox-plan--heimen {
    /* width: calc(262/340 * 100%); */
    width: calc(288/544 * 100%);
  }

  .contentbox-roomtype {
    /* padding-top: 30px;
    padding-bottom: 56px; */
    padding-top: 50px;
    padding-bottom: 70px;
    /* width: calc(270/340 * 100%); */
  }

  .contentbox-roomtype--a {
    width: calc(320/544 * 100%);
  }

  .contentbox-roomtype--b {
    width: calc(452/544 * 100%);
  }

  .contentbox-roomtype--c {
    width: calc(360/544 * 100%);
  }

  .contentbox-roomtype--d {
    width: calc(422/544 * 100%);
  }

  .contentbox-roomtype--e {
    width: calc(231/544 * 100%);
  }



  .contentbox {
    /* height: 582px; */
  }

  .contentbox-plan-mult01,
  .contentbox-roomtype-mult01 {
    padding-bottom: 40px;
  }

}

/*576px以下*/
@media screen and (max-width: 576px) {
  .contentbox-plan {
    padding-top: 40px;
    padding-bottom: 50px;
    width: calc(277/342 * 100%);
  }

  .contentbox-plan--heimen {
    /* width: calc(262/340 * 100%); */
    width: calc(165/342 * 100%);
  }

  .contentbox-roomtype {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .contentbox-roomtype--a {
    width: calc(184/342 * 100%);
  }

  .contentbox-roomtype--b {
    width: calc(260/342 * 100%);
  }

  .contentbox-roomtype--c {
    width: calc(207/342 * 100%);
  }

  .contentbox-roomtype--d {
    width: calc(243/342 * 100%);
  }

  .contentbox-roomtype--e {
    width: calc(133/342 * 100%);
  }


}

/*400px以下*/
@media screen and (max-width: 400px) {

  .tab-label {
    font-size: clamp(10px, 3.2vw, 12px);
    min-height: 0vw;

  }

  .tab-wrap {
    align-items: stretch;

  }

}