
/* ----------------------------------------------------
Layout
---------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding: 0 20px;
}

/* ----------------------------------------------------
Compornent
---------------------------------------------------- */
.c-balloon {
  position: relative;
  display: block;
  width: 260px;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 0;
  background-color: #fef540;
  border-radius: 50px;
  text-align: center;
  font-family: serif;
  font-size: 1.125em;
}

.c-balloon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 10px solid #fef540;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.c-heading {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
}

.c-heading .-liner {
  background: linear-gradient(transparent 50%, #fef540 0%);
}

.c-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-balloon {
    font-size: 1em;
  }
  .c-heading {
    font-size: 1.25em;
  }

  .c-flex {
    flex-wrap: wrap;
  }
}

/* ----------------------------------------------------
Project
---------------------------------------------------- */
.p-hero {
  text-align: center;
  margin-top: 6.5rem;
  font-family: serif;
}

.p-hero__title {
  display: inline;
  padding-bottom: 8px;
  background: linear-gradient(transparent 50%, #fef540 0%);
  font-size: 2.75em;
}

.p-hero__images {
  position: relative;
  max-width: 100%;
  z-index: -1;
}

.p-hero__copy {
  margin: 10rem 0 3.5rem;
  font-size: 2.25em;
  font-weight: bold;
}

.p-hero__read {
  font-size: 1.875em;
}

.p-hero__about {
  display: inline-block;
  margin: -20% auto 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.p-hero__about-title {
  display: inline-block;
  margin-left: 20%;
  padding: 2rem 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-hero__about-text {
  font-size: 1.5em;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.p-details {
  margin-top: 8rem;
}

.p-details__text {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-details__text.-large {
  font-size: 1.25em;
}

.p-details__content {
  margin-top: 4rem;
  justify-content: space-between;
}

.p-details__body {
  align-self: center;
}

.p-details__headingWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.p-details__headingWrap img {
  align-self: flex-start;
  height: 150px;
  margin: 0 1.5rem;
}

.p-details__left {
  width: 46%;
}
.p-details__left iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.p-details__right {
  width: 52%;
  margin-left: 2%;
}

.p-details img {
  align-self: flex-start;
  width: auto;
  max-width: 100%;
}

.p-floor__body {
  margin-top: 2rem;
}

.p-floor__inner01 {
  align-self: flex-start;
  width: 24%;
  margin: 0;
}

.p-floor__inner01 figcaption {
  white-space: nowrap;
}

.p-floor__inner01 figcaption .-att {
  display: block;
  white-space: nowrap;
  font-size: 0.75em;
}

.p-floor__inner02 {
  align-self: center;
  position: relative;
  width: 30%;
  margin: 0 1%;
  padding-bottom: 100px;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-floor__inner02 .-small {
  font-size: 0.875em;
}

.p-floor__inner02::before {
  content: "";
  position: absolute;
  left: calc(50% - 70px);
  bottom: 20px;
  width: 120px;
  height: 40px;
  background-color: #fef540;
}

.p-floor__inner02::after {
  content: "";
  position: absolute;
  left: calc(50% + 50px);
  bottom: 0;
  border-left: 40px solid #fef540;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

.p-floor__inner03 {
  align-self: flex-start;
  width: 44%;
  margin: auto;
}

.p-price {
  margin-top: 3rem;
  text-align: center;
}

.p-price__title {
  margin-bottom: 2rem;
  font-size: 1.25em;
  font-weight: bold;
}

.p-price__table {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 100px;
  border: 1px solid #000;
}

.p-price__table::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  width: 40px;
  margin: auto;
  border-top: 40px solid #fef540;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.p-price__table .c-flex + .c-flex {
  border-top: 1px solid #000;
}

.p-price__table dt {
  width: 76%;
  margin: auto;
  padding: 8px 16px;
  text-align: left;
}

.p-price__table dd {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 24%;
  padding: 8px 16px;
  border-left: 1px solid #000;
  text-align: left;
}

.p-price__table dd .-att {
  font-size: 0.75rem;
}

.p-price__read {
  font-size: 1.5em;
  font-weight: bold;
}

.p-price__read strong {
  font-size: 2rem;
  font-weight: bold;
}

.p-price__read::before,
.p-price__read::after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #000;
}

.p-price__read::before {
  margin-right: 2rem;
  transform: skew(30deg);
}

.p-price__read::after {
  margin-left: 2rem;
  transform: skew(-30deg);
}

#top_plan {
  margin-top: 5rem;
  padding: 5rem 0;
}

.top_plan_ttl {
  margin-top: 2rem;
}

#top_plan .top_lowcost {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-hero {
    margin-top: 0;
    padding-top: 4rem;
  }

  .p-hero__title {
    font-size: 2em;
  }

  .p-hero__images {
    margin-top: 0;
    z-index: -1;
  }

  .p-hero__copy {
    margin: 3rem 0 1rem;
    font-size: 1.375em;
  }

  .p-hero__read {
    font-size: 1.125em;
  }

  .p-hero__about {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .p-hero__about-title {
    display: block;
    margin-left: 0;
    margin-bottom: 1.5rem;
    padding: 1rem;
    text-align: center;
    font-size: 2em;
  }

  .p-hero__about-text {
    font-size: 1em;
  }

  .p-details {
    margin-top: 5rem;
  }

  .p-details__text {
    display: flex;
    margin-top: 1.5rem;
    font-size: 0.875em;
  }

  .p-details__text.-large {
    font-size: 1em;
  }

  .p-details__content {
    margin-top: 3rem;
    justify-content: space-between;
  }

  .p-details__content + .p-details__content .p-details__left {
    order: 1;
  }

  .p-details__body {
    order: 0;
    align-self: center;
    margin-bottom: 2rem;
  }

  .p-details__headingWrap img {
    order: 0;
    margin: 0 0 0.5rem;
  }

  .p-details__heading-body {
    order: 1;
  }

  .p-details__left {
    width: 100%;
  }
  
.p-details__left iframe {
  height: 250px;
}

  .p-details__right {
    width: 100%;
    margin-left: 0;
  }

  .p-floor__body {
    margin-top: 2rem;
  }

  .p-floor__inner01 {
    align-self: flex-start;
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
  }

  .p-floor__inner01 img {
    width: 50%;
  }

  .p-floor__inner01 figcaption {
    white-space: normal;
    font-size: 0.875em;
  }

  .p-floor__inner01 figcaption .-att {
    white-space: normal;
    font-size: 0.75em;
  }

  .p-floor__inner02 {
    width: 100%;
    margin: 0 1%;
    padding-bottom: 100px;
    font-size: 1em;
  }

  .p-floor__inner02 .-small {
    font-size: 0.75em;
  }

  .p-floor__inner02::before {
    left: 0;
    right: 0;
    bottom: 40px;
    width: 30px;
    height: 40px;
    margin: auto;
  }

  .p-floor__inner02::after {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-top: 30px solid #fef540;
    border-right: 30px solid transparent;
  }

  .p-floor__inner03 {
    width: 80%;
  }

  .p-price {
    margin-top: 3rem;
    text-align: center;
  }

  .p-price__title {
    margin-bottom: 1.5rem;
    font-size: 1.125em;
  }

  .p-price__table {
    margin: 0 auto 60px;
  }

  .p-price__table::after {
    bottom: -50px;
    width: 40px;
    border-top: 30px solid #fef540;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }

  .p-price__table dt {
    width: 60%;
    padding: 8px;
    font-size: 0.875em;
  }

  .p-price__table dd {
    width: 40%;
    padding: 8px;
    font-size: 0.875em;
  }

  .p-price__table dd .-att {
    font-size: 0.625rem;
  }

  .p-price__read {
    font-size: 1.25em;
  }

  .p-price__read strong {
    font-size: 1.75rem;
  }

  .p-price__read::before,
  .p-price__read::after {
    height: 30px;
  }

  .p-price__read::before {
    margin-right: 1rem;
  }

  .p-price__read::after {
    margin-left: 1rem;
  }

  #top_plan {
    margin-top: 5rem;
    padding: 5rem 0;
  }

  .top_plan_ttl {
    margin-top: 2rem;
  }

  #top_plan .top_lowcost {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
.u-center {
  text-align: center;
}





.block-app {
  display: block;
}

.apphead {
  background: none;
  padding-left: 0;
  padding-right: 0px;
  text-align: center;
  font-size: 40px;
}

.apphead .border {
  display: inline;
  margin-bottom: 32px;
  background: linear-gradient(transparent 60%, #FEF540 60%);
}

.apphead .small {
  margin-top: 80px;
  font-size: 16px;
}

.appdl {
  justify-content: center;
  margin-bottom: 80px;
}

.appdl .app_image {
  width: 260px;
  margin-right: 40px;
}

.appdl .sp {
  display: none;
}

.header .gmenu .head-conv li.req.resarv a {
  background: #82cddd;
}

.contact02 {
  background: #fff;
  padding-top: 6.5rem;
}



footer .gray-box .foot-conv .foot-conv-box.reserv-box .foot-conv-box-txt a.foot-req {
  background: #82cddd;
}

@media screen and (min-width:1023px) {
  .header .gmenu .gnav {
    width: 55%;
  }

  .header .gmenu .gnav li {
    width: 25%;
  }

  .header .gmenu .gnav li:last-child {
    width: 40%;
  }

  .header .gmenu .head-conv {
    width: 45%;
  }

  .header .gmenu .head-conv li {
    width: 33%;
  }

  .header .gmenu .head-conv li:last-child {
    width: 34%;
  }

  .header .gmenu .head-conv li.req a {
    border-radius: 0;
  }

  .header .gmenu .head-conv li.req.resarv a {
    border-radius: 0 4px 4px 0;
  }

  .contact02 .con-btn {
    width: 320px;
  }

  .contact02 .con-btn li {
    width: 100%;
  }

  footer .gray-box .foot-conv {
    max-width: 1300px;
  }

  footer .gray-box .foot-conv .foot-conv-box {
    width: 33%;
  }
}

@media screen and (max-width:1024px) {

  .contact02 {
    background: #fff;
    padding-top: 4rem;
  }

  .apphead {
    font-size: 16px;
    padding-top: 15vw;
  }

  .appdl {
    margin-top: 10px;
  }

  .appdl .app_image {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .appdl .sp {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
  }
  .con-btn li {
    width: 100% !important;
  }

  .foot-conv-box img { display: none; }
  footer .gray-box .foot-conv .foot-conv-box .foot-conv-box-txt a {
    margin-top: 0.5rem !important;
  }
}