/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
/*.child-mv__heading1 {
  position: absolute;
  width: 367px;
  top: 150px;
  left: 100px;
  @media print, screen and (max-width: 1023.9px) {
    width: 40%;
    top: 8%;
    left: 5%;
  }
}*/
.child-mv__heading1 {
  position: absolute;
  width: 20%;
  top: 150px;
  left: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading1 {
    width: 54%;
    top: 15%;
    left: 5%;
    -webkit-filter: drop-shadow(0 0 3px #666666);
            filter: drop-shadow(0 0 3px #666666);
  }
}

.child-mv__heading2 {
  position: absolute;
  width: 27px;
  top: 150px;
  right: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading2 {
    width: 4.5%;
    top: 14%;
    right: 7%;
  }
}

.main {
  background-image: url(../img/location/bg.webp);
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .main {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .points {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin: -7% 0 0;
  }
}

.figure-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .figure-wrap {
    margin-top: 40px;
    gap: 10px;
  }
}

.figure {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.figure.-active {
  opacity: 1;
}

.figure-map {
  text-align: center;
  margin: 40px auto 0;
  display: none;
  max-width: 800px;
}
@media print, screen and (max-width: 1023.9px) {
  .figure-map {
    margin: 20px auto 0;
  }
}
.figure-map.-active {
  display: block;
}
.figure-map img {
  margin-right: auto;
  margin-left: auto;
}

.qua {
  padding-top: 80px;
}

.qua__heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__heading-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.qua__heading {
  font-size: 50px;
  color: #937864;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__heading {
    font-size: 30px;
  }
}

.qua__sentence {
  font-size: 24px;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__sentence {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .c-name {
    font-size: 15px;
  }
}

.qua__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row {
    gap: 20px;
    margin-top: 30px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  .qua__row .c-name {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row .c-name {
    font-size: 15px;
  }
}
.qua__row .c-sentence {
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .qua__row .c-sentence {
    margin-top: 20px;
  }
}

.qua__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2 {
    margin-top: 30px;
    gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  .qua__row2 .c-name {
    margin-top: 20px;
  }
}
.qua__row2 .c-sentence {
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .qua__row2 .c-sentence {
    margin-top: 20px;
  }
}
.qua__row2 .c-sentence span {
  font-size: 10px;
}
.qua__row2.zeh {
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  margin-top: 6em;
  background: rgba(255, 255, 255, 0.5529411765);
  padding: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2.zeh {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 3.5em;
    padding: 1.2em;
    gap: 25px;
  }
}
.qua__row2.zeh .zeh__text-area .c-name span {
  font-size: 80%;
}
.qua__row2.zeh .zeh__text-area figure {
  width: 60%;
  max-width: 400px;
  margin: 0 auto 3em;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2.zeh .zeh__text-area figure {
    margin: 0 auto 1.5em;
  }
}
.qua__row2.zeh .zeh__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2.zeh .zeh__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.qua__row2.zeh .zeh__row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #62906A;
  margin-bottom: 12px;
  color: #62906A;
  font-style: normal;
  font-size: min(4.5vw, 20px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}
.qua__row2.zeh .zeh__row .text {
  color: #4C4948;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
.qua__row2.zeh .zeh__row .img01 {
  margin: 0 auto;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2.zeh .zeh__row .img01 {
    width: 75%;
  }
}
.qua__row2.zeh .zeh__row .img02 {
  width: 75%;
  margin: 0 auto;
}
@media print, screen and (max-width: 1023.9px) {
  .qua__row2.zeh .zeh__row .img02 {
    width: 65%;
  }
}

.iot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.iot__img {
  width: 80%;
  margin-top: 10px;
}

.iot__phone {
  margin-left: -30px;
}

.pabbit__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .pabbit__row {
    gap: 10px;
  }
}

.plantype {
  margin-top: 80px;
  padding-top: 6.5em;
  padding-bottom: 17em;
  background-image: url(../img/plan/bg02.webp);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .plantype {
    padding-top: 5.5em;
    padding-bottom: 7em;
  }
}

.plantype__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .plantype__row {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.plantype__row a {
  position: relative;
  background: #fff;
  padding: 1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.plantype__row a figure {
  padding: 4em 3em 6em 3em;
}
@media print, screen and (max-width: 1023.9px) {
  .plantype__row a figure {
    padding: 1em 1em 4em 1em;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .plantype__row a {
    padding: 0.15em 0;
  }
}
.plantype__row a .morebtn {
  background: #283143;
  color: #a88873;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5em;
  letter-spacing: 0.05rem;
}
.plantype__row a .morebtn p {
  position: absolute;
  right: 35%;
  width: 4.8%;
  padding-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.plantype__row a:hover {
  opacity: 0.7;
}
.plantype__row a:hover .morebtn p {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.plantype__copy {
  font-size: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media print, screen and (max-width: 1023.9px) {
  .plantype__copy {
    font-size: 30px;
  }
}

.plantype__sentence {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-block: 1.8em 5em;
}
@media print, screen and (max-width: 1023.9px) {
  .plantype__sentence {
    font-size: 16px;
    line-height: 2;
    margin-block: 1.8em 3em;
  }
}

.room-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  padding: 0.5em;
  color: #211b1b;
  font-size: min(3vw, 1em);
}
@media print, screen and (max-width: 1023.9px) {
  .room-data {
    gap: 1em;
  }
}
.room-data .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.2em;
          flex: 0 0 4.2em;
  aspect-ratio: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #283143;
  font-size: min(4vw, 1.4em);
}
.room-data .type strong {
  color: #b99a82;
  font-size: 210%;
  font-weight: normal;
  line-height: 1;
}
.room-data .type span {
  margin-top: 0.7em;
  color: #fff;
  font-size: 55%;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.room-data .plan {
  font-size: 1em;
  white-space: nowrap;
}
.room-data .plan strong,
.room-data .plan span {
  display: block;
}
.room-data .plan strong {
  font-size: 210%;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.room-data .plan span {
  margin-top: 0.2em;
  font-size: 96%;
  text-align: center;
  letter-spacing: 0.07rem;
}
.room-data .area {
  padding-left: 0.6em;
  border-left: 0.08em solid;
  font-size: 1.5em;
  white-space: nowrap;
}
.room-data .area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  padding-top: 0.5em;
}
.room-data .area > div > span {
  font-size: 46%;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.room-data .area strong {
  font-size: 240%;
  font-weight: normal;
  line-height: 0.9;
}
@media print, screen and (max-width: 1023.9px) {
  .room-data .area strong {
    font-size: 220%;
  }
}
.room-data .area strong span {
  font-size: 75%;
}
.room-data .area strong small {
  margin-left: 0.15em;
  font-size: 40%;
  font-weight: bold;
}
.room-data .area strong sup {
  font-size: 65%;
}
.room-data .area p {
  margin: 0.1rem 0 0;
  padding-left: 6em;
  font-size: 44%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
}

.type .child-mv {
  margin-top: 122px;
}
@media print, screen and (max-width: 1023.9px) {
  .type .child-mv {
    margin-top: 60px;
  }
}
.type .main {
  padding-top: 110px;
}
@media print, screen and (max-width: 1023.9px) {
  .type .main {
    padding-top: 30px;
  }
}
.type .room-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1em;
  padding: 0.5em;
  color: #211b1b;
  font-size: min(4vw, 1.5em);
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data {
    gap: 1em;
    margin-inline: -3% -3%;
  }
}
.type .room-data .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5em;
          flex: 0 0 3.5em;
  aspect-ratio: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #283143;
  font-size: min(6vw, 2em);
}
.type .room-data .type strong {
  color: #b99a82;
  font-size: 180%;
  font-weight: normal;
  line-height: 1;
}
.type .room-data .type strong span {
  font-size: 60%;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .type strong {
    font-size: 150%;
  }
}
.type .room-data .type span {
  margin-top: 0.7em;
  color: #fff;
  font-size: 55%;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .type span {
    margin-top: 1em;
    font-size: 40%;
  }
}
.type .room-data .plan {
  font-size: min(3vw, 1em);
  white-space: nowrap;
}
.type .room-data .plan strong,
.type .room-data .plan span {
  display: block;
}
.type .room-data .plan strong {
  font-size: 210%;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .plan strong {
    letter-spacing: 0.02rem;
  }
}
.type .room-data .plan span {
  margin-top: 0.2em;
  font-size: 96%;
  text-align: center;
  letter-spacing: 0.07rem;
}
.type .room-data .area {
  padding-left: 0;
  border-left: 0.08em solid;
  font-size: 1.5em;
  white-space: nowrap;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area {
    padding-inline: 3%;
  }
}
.type .room-data .area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.6em;
  padding-top: 0.5em;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.2em;
  }
}
.type .room-data .area > div > span {
  font-size: 46%;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.type .room-data .area > div > span:nth-child(2) {
  margin-left: -2%;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area > div > span:nth-child(2) {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area > div > span {
    margin: auto;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    text-align: center;
    padding-top: 6px;
  }
}
.type .room-data .area strong {
  font-size: 240%;
  font-weight: normal;
  line-height: 0.9;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area strong {
    font-size: 220%;
  }
}
.type .room-data .area strong span {
  font-size: 75%;
}
.type .room-data .area strong small {
  margin-left: 0.15em;
  font-size: 40%;
  font-weight: bold;
}
.type .room-data .area strong sup {
  font-size: 65%;
}
.type .room-data .area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: -2em -0.6em;
  padding-left: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area p {
    letter-spacing: 0;
    margin-block: 0 -1em;
    padding-left: 0;
  }
}
.type .room-data .area p strong {
  font-size: 580%;
  font-weight: normal;
  line-height: 0.9;
  padding-left: 0.2em;
}
@media print, screen and (max-width: 1023.9px) {
  .type .room-data .area p strong {
    font-size: 350%;
  }
}
.type .read {
  font-size: min(3.5vw, 1.2em);
  line-height: 2.5;
  margin: 2em 0.5em;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media print, screen and (max-width: 1023.9px) {
  .type .read {
    line-height: 1.8;
    margin: 2em 0.5em;
    letter-spacing: 0;
  }
}
.type .child-mv__heading1 {
  width: 23%;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .type .child-mv__heading1 {
    width: 45%;
  }
}

#plan-thum-include {
  max-width: 1100px;
  margin-inline: auto;
}
#plan-thum-include .thum-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(4.5vw, 2em);
  font-weight: 800;
  letter-spacing: 0.2rem;
  margin: 3em auto 1.3em 0;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-ttl {
    margin: -1em auto 1.5em 0;
    line-height: 2;
    margin-inline: auto;
    text-align: center;
  }
}
#plan-thum-include .thum-ttl span {
  font-size: 60%;
  font-weight: 500;
  padding-left: 1.5em;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-ttl span {
    display: block;
  }
}
#plan-thum-include .thum-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 3em;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5em 3em;
  }
}
#plan-thum-include .thum-wrapper .thum-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.4em 1.2em auto 1.2em auto;
  grid-template-columns: 5.4em auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  font-size: 1em;
  color: #211a18;
  background: #fff;
  text-decoration: none;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box {
    -ms-grid-columns: 5.4em auto 8em;
    grid-template-columns: 5.4em auto 8em;
  }
}
#plan-thum-include .thum-wrapper .thum-box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  color: #c2a18c;
  background: #28344a;
  padding: 2em 4.2em;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .type {
    padding: 1em 0;
    font-size: 0.7em;
  }
}
#plan-thum-include .thum-wrapper .thum-box .type span {
  font-size: 430%;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .type span {
    font-size: 280%;
  }
}
#plan-thum-include .thum-wrapper .thum-box .type em {
  margin-top: 0.7em;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .type em {
    font-size: 70%;
  }
}
#plan-thum-include .thum-wrapper .thum-box .room {
  margin: 0 auto;
  font-size: 2.2em;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.2rem;
  padding-left: 1em;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .room {
    font-size: 1.4em;
    letter-spacing: 0.05rem;
    padding-left: 0;
  }
}
#plan-thum-include .thum-wrapper .thum-box .room small {
  display: block;
  margin-top: 0.3em;
  font-size: 45%;
  font-weight: bold;
  text-align: center;
}
#plan-thum-include .thum-wrapper .thum-box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 4.5em;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .area {
    font-size: 2.7em;
  }
}
#plan-thum-include .thum-wrapper .thum-box .area span {
  font-size: 60%;
}
@media print, screen and (max-width: 1023.9px) {
  #plan-thum-include .thum-wrapper .thum-box .area span {
    font-size: 70%;
  }
}
#plan-thum-include .thum-wrapper .thum-box .area span small {
  font-size: 80%;
}
#plan-thum-include .thum-wrapper .thum-box:hover {
  opacity: 0.75;
}

.pageAnnotationText.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.pageAnnotationText.inner span {
  display: inline-block;
  width: 38%;
  padding-right: 1em;
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 1.5em;
}
.pageAnnotationText.inner span.t-space {
  width: 26%;
  max-width: 280px;
}
@media print, screen and (max-width: 1023.9px) {
  .pageAnnotationText.inner span {
    width: 88%;
    margin-inline: auto;
    margin-top: 4px;
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
    text-align: center;
  }
  .pageAnnotationText.inner span.t-space {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 10px;
  }
}

.space01 {
  margin-top: 30px !important;
}

.space02 {
  position: relative;
  margin-top: 5em !important;
  margin-bottom: 1em;
  max-width: 800px;
  margin-inline: auto;
}
.space02 span {
  position: absolute;
  color: #000;
  font-size: 40%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  top: 3.5em;
  right: 3.7em;
}
@media print, screen and (max-width: 1023.9px) {
  .space02 span {
    right: 10em;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .sc_h01 {
    height: 250px !important;
  }
}