@charset "UTF-8";
.sec_area_plan {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_area_plan {
    margin: 0.2rem 0 0.8rem;
  }
}
.sec_area_plan * {
  box-sizing: border-box;
}
.sec_area_plan .pc {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_area_plan .pc {
    display: none;
  }
}
.sec_area_plan .pc a {
  cursor: pointer;
}
.sec_area_plan .pc a:hover {
  opacity: 0.7;
}
.sec_area_plan .smt {
  display: none;
  margin: 0 auto;
  padding: 0 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_area_plan .smt {
    display: block;
  }
}
.sec_area_plan .smt a {
  cursor: pointer;
}
.sec_area_plan .smt a img {
  width: 100%;
  height: auto;
}

.sec_area_plan__table {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_area_plan__table {
    display: none;
  }
}
.sec_area_plan__table .sec_area_plan__item {
  border: solid #7a716e;
  border-width: 0px 1px 1px 1px;
}
.sec_area_plan__table .sec_area_plan__heading {
  display: flex;
  background: #f4f6f7;
  border: 1px solid #7a716e;
  height: 0.34rem;
}
.sec_area_plan__table .sec_area_plan__heading p:not(:last-child) {
  border-right: 1px solid #7a716e;
}
.sec_area_plan__table .sec_area_plan__heading p:nth-child(1) {
  width: 39%;
}
.sec_area_plan__table .sec_area_plan__heading p:nth-child(2) {
  width: 31%;
}
.sec_area_plan__table .sec_area_plan__heading p:nth-child(3) {
  width: 12%;
}
.sec_area_plan__table .sec_area_plan__heading p:nth-child(4) {
  width: 18%;
}
.sec_area_plan__table .sec_area_plan__heading p {
  text-align: center;
  font-size: 0.16rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_area_plan__table .sec_area_plan__link {
  display: flex;
  height: 0.8rem;
}
.sec_area_plan__table .sec_area_plan__link:hover {
  opacity: 0.8;
}
.sec_area_plan__table .sec_area_plan__plan {
  width: 39%;
  display: flex;
}
.sec_area_plan__table .sec_area_plan__setPrice {
  width: 31%;
  background: #fdfdfc;
}
.sec_area_plan__table .sec_area_plan__numPeople {
  width: 12%;
}
.sec_area_plan__table .sec_area_plan__flow {
  width: 18%;
}
.sec_area_plan__table .sec_area_plan__plan > div:nth-child(2) {
  width: 100%;
}
.sec_area_plan__table .sec_area_plan__plan > div:nth-child(1) img {
  width: 100%;
  height: 0.8rem;
}
.sec_area_plan__table .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  font-size: 0.16rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  text-align: center;
  background: #e0e5e1;
  font-weight: bold;
  height: 0.29rem;
  color: #7a716e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_area_plan__table .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  font-size: 0.32rem;
  font-family: "hannari";
  text-align: center;
  background: #3e8b8c;
  height: 0.51rem;
  color: #fff;
}
.sec_area_plan__table .sec_area_plan__setPrice > div {
  display: flex;
  justify-content: center;
  gap: 0.03rem;
}
.sec_area_plan__table .sec_area_plan__setPrice > p {
  height: 0.5rem;
  font-size: 0.48rem;
  text-align: center;
  font-family: "source-han-serif-japanese";
  color: #3e8b8c;
  margin-top: -0.1rem;
  margin-bottom: 0.15rem;
}
.sec_area_plan__table .sec_area_plan__setPrice .en {
  font-size: 0.3rem;
  position: relative;
  z-index: 1;
}
.sec_area_plan__table .sec_area_plan__setPrice .en:before {
  position: absolute;
  content: attr(data-en);
  font-size: 0.12rem;
  top: -0.07rem;
  left: 0.03rem;
}
.sec_area_plan__table .sec_area_plan__setPrice .mark {
  position: relative;
  z-index: 1;
}
.sec_area_plan__table .sec_area_plan__setPrice .mark:before {
  content: "";
  position: absolute;
  width: 1.78rem;
  height: 0.2rem;
  background-image: url(../img/mark-plan.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0.09rem;
  z-index: -1;
}
.sec_area_plan__table .sec_area_plan__setPrice > div div {
  display: flex;
  gap: 0.02rem;
}
.sec_area_plan__table .sec_area_plan__numPeople {
  width: 12%;
  background: #fbf9f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_area_plan__table .sec_area_plan__numPeople p {
  font-size: 0.24rem;
  text-align: center;
  font-weight: bold;
  color: #7a716e;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
}
.sec_area_plan__table .sec_area_plan__numPeople p span {
  font-size: 0.16rem;
}
.sec_area_plan__table .sec_area_plan__flow {
  width: 18%;
  background: #f4f1ee;
  display: flex;
  justify-content: space-between;
  gap: 0.26rem;
  padding: 0.08rem 0.2rem;
}
.sec_area_plan__table .sec_area_plan__flow--type2 {
  padding: 0.08rem 0.1rem;
  display: flex;
  justify-content: center;
  gap: 0.23rem;
}
.sec_area_plan__table .sec_area_plan__flow p {
  font-size: 0.16rem;
  font-weight: bold;
  color: #3e8b8c;
  writing-mode: vertical-rl;
  background: #fff;
  border-radius: 0.04rem;
  padding: 0.06rem 0;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
.sec_area_plan__table .sec_area_plan__flow p:nth-child(1),
.sec_area_plan__table .sec_area_plan__flow p:nth-child(2) {
  position: relative;
}
.sec_area_plan__table .sec_area_plan__flow p:nth-child(1) {
  z-index: 2;
}
.sec_area_plan__table .sec_area_plan__flow p:nth-child(2) {
  z-index: 1;
}
.sec_area_plan__table .sec_area_plan__flow p:nth-child(1):before,
.sec_area_plan__table .sec_area_plan__flow p:nth-child(2):before {
  position: absolute;
  content: "";
  width: 0.18rem;
  height: 0.15rem;
  background-image: url(../img/arrow-palan-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.26rem;
}
.sec_area_plan__table .sec_area_plan__flow--type2 p:nth-child(3) {
  position: relative;
}
.sec_area_plan__table .sec_area_plan__flow--type2 p:nth-child(3):before {
  position: absolute;
  content: "";
  width: 0.18rem;
  height: 0.15rem;
  background-image: url(../img/arrow-palan-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.21rem;
}
.sec_area_plan__table .sec_area_plan__setPrice > div div p {
  font-size: 0.15rem;
  color: #7a716e;
  font-weight: bold;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
}
.sec_area_plan__table .sec_area_plan__item {
  border: solid #7a716e;
  border-width: 0px 1px 1px 1px;
}
.sec_area_plan__table .sec_area_plan__link > div:not(:last-child) {
  border-right: 1px solid #7a716e;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #f3efec;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #9b9f5c;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2).sec_area_plan__flow p:nth-child(1) {
  opacity: 0.6;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #f3efec;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #9b9f5c;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__flow p:nth-child(1) {
  opacity: 0.6;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__flow p:nth-child(1):before {
  background-image: url(../img/arrow-palan-2.svg);
  width: 0.51rem;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(3) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #e5ded1;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(3) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #cda94a;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(4) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #f1e6e0;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(4) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #b78465;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(5) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #f1e0e0;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(5) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #b76565;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(6) .sec_area_plan__plan > div:nth-child(2) p:nth-child(1) {
  background: #ebe8ef;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(6) .sec_area_plan__plan > div:nth-child(2) p:nth-child(2) {
  background: #9c8eaf;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+4) .sec_area_plan__flow p:nth-child(1),
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+4) .sec_area_plan__flow p:nth-child(2) {
  opacity: 0.6;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+4) .sec_area_plan__flow p:nth-child(1):before {
  background-image: url(../img/arrow-palan-3.svg);
  width: 1.06rem;
  right: -0.81rem;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+4) .sec_area_plan__flow p:nth-child(2):before {
  content: none;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+3) .sec_area_plan__setPrice > p {
  height: initial;
  margin: auto;
}
.sec_area_plan__table .sec_area_plan__items .sec_area_plan__item:nth-child(n+3) .sec_area_plan__setPrice {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_area_plan__flow--type2 p:nth-child(1):before {
  width: 0.88rem !important;
  right: -0.7rem !important;
}

@media (min-width: 641px) {
  .sec_area_plan__tableSp {
    display: none;
  }
}
.sec_area_plan__tableSp .sec_area_plan__items {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0.15rem;
}
.sec_area_plan__tableSp .sec_area_plan__pic img {
  max-width: 100%;
  height: 100%;
}
.sec_area_plan__tableSp .sec_area_plan__link {
  display: flex;
  border-radius: 0.05rem;
  border: 1px solid #7a716e;
  height: 0.97rem;
  background-clip: padding-box;
  background: #fcfcfb;
}
.sec_area_plan__tableSp .sec_area_plan__link:hover {
  opacity: 0.8;
}
.sec_area_plan__tableSp .sec_area_plan__pic {
  width: 35%;
}
.sec_area_plan__tableSp .sec_area_plan__wrap {
  width: 100%;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub {
  display: flex;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub > div {
  display: flex;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub > div div {
  display: flex;
  gap: 0.02rem;
}
.sec_area_plan__tableSp .sec_area_plan__heading {
  display: flex;
  border-bottom: 1px solid #7a716e;
}
.sec_area_plan__tableSp .sec_area_plan__heading p:nth-child(1) {
  background: #3e8b8c;
  font-size: 0.18rem;
  font-family: "hannari";
  color: #fff;
  padding: 0.06rem 0;
  width: 58%;
}
.sec_area_plan__tableSp .sec_area_plan__heading p:nth-child(2) {
  background: #f3efec;
  font-size: 0.12rem;
  text-align: center;
  padding: 0.06rem 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  color: #7a716e;
  width: 42%;
}
.sec_area_plan__tableSp .sec_area_plan__heading p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_area_plan__tableSp .sec_area_plan__pic img {
  border-radius: 0.05rem 0 0 0.05rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub > div:nth-child(1) > p {
  font-size: 0.34rem;
  font-family: "source-han-serif-japanese";
  color: #3e8b8c;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub .en {
  font-size: 0.18rem;
  position: relative;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub .en:before {
  position: absolute;
  content: attr(data-en);
  font-size: 0.1rem;
  top: -0.09rem;
}
.sec_area_plan__tableSp .sec_area_plan__pic {
  width: 25%;
}
.sec_area_plan__tableSp .sec_area_plan__box {
  width: 75%;
}
.sec_area_plan__tableSp .sec_area_plan__wrap {
  padding: 0.02rem 0.12rem 0.04rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.06rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(1) {
  height: initial;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2) {
  border: 1px solid #7a716e;
  border-radius: 0.05rem;
  display: flex;
  padding: 0rem;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.04rem;
  width: 0.75rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.13rem;
  background-image: url(../img/circle-area_plan-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.2rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub > div:nth-child(1) > p {
  font-size: 0.26rem;
  font-family: "source-han-serif-japanese";
  font-weight: 500;
  color: #3e8b8c;
  font-weight: bold;
  width: 1.31rem;
  white-space: nowrap;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(2) > div {
  display: flex;
  gap: 0.06rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub > div div p {
  font-size: 0.12rem;
  color: #7a716e;
  font-weight: bold;
  white-space: nowrap;
}
.sec_area_plan__tableSp .sec_area_plan__wrapSub img {
  width: 0.12rem;
}
.sec_area_plan__tableSp .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2) span {
  font-weight: bold;
}
.sec_area_plan__tableSp .mark {
  position: relative;
  z-index: 1;
}
.sec_area_plan__tableSp .mark::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.2rem;
  background-image: url(../img/mark-plan.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:not(:last-child) {
  padding-bottom: 0.1rem;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__heading p:nth-child(1) {
  background: #9b9f5c;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(3) .sec_area_plan__heading p:nth-child(1) {
  background: #cda94a;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(3) .sec_area_plan__heading p:nth-child(2) {
  background: #e5ded1;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(4) .sec_area_plan__heading p:nth-child(1) {
  background: #b78465;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(4) .sec_area_plan__heading p:nth-child(2) {
  background: #f1e6e0;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(5) .sec_area_plan__heading p:nth-child(1) {
  background: #b76565;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(5) .sec_area_plan__heading p:nth-child(2) {
  background: #f1e0e0;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(6) .sec_area_plan__heading p:nth-child(1) {
  background: #9c8eaf;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(6) .sec_area_plan__heading p:nth-child(2) {
  background: #ebe8ef;
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(2) .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  background-image: url(../img/circle-area_plan-2.svg);
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(3) .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  background-image: url(../img/circle-area_plan-3.svg);
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(4) .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  background-image: url(../img/circle-area_plan-4.svg);
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(5) .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  background-image: url(../img/circle-area_plan-red.svg);
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(6) .sec_area_plan__wrap .sec_area_plan__wrapSub:nth-child(1) > div:nth-child(2):before {
  background-image: url(../img/circle-area_plan-5.svg);
}
.sec_area_plan__tableSp .sec_area_plan__items .sec_area_plan__item:nth-child(n+3) .sec_area_plan__link {
  height: 0.79rem;
}/*# sourceMappingURL=areaPlan.css.map */