@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?&family=Tangerine:wght@400&display=swap");
.pre-inc article {
  margin-top: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pre-inc header {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    background: rgba(255, 255, 255, 0);
  }
  .pre-inc header h1 a {
    pointer-events: none;
    display: inline-block;
  }
  .pre-inc header .hb_menu {
    pointer-events: none;
  }
  .pre-inc header.on {
    opacity: 1;
    pointer-events: all;
  }
  .pre-inc header.on h1 a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../common/img/logo.svg") no-repeat center center/contain;
  }
  .pre-inc header.on h1 a img {
    opacity: 0;
  }
  .pre-inc header.on .hb_menu span i {
    background: #fff;
  }
  .pre-inc header.on .hb_menu span::before,
  .pre-inc header.on .hb_menu span::after {
    background: #fff;
  }
  .pre-inc.h_active header.on h1 a::before {
    display: none;
  }
  .pre-inc.h_active header.on h1 a img {
    opacity: 1;
  }
  .pre-inc.h_active header.on .hb_menu span i {
    background: #333;
  }
  .pre-inc.h_active header.on .hb_menu span::before, .pre-inc.h_active header.on .hb_menu span::after {
    background: #333;
  }
  .pre-inc header.on2 {
    background: rgba(255, 255, 255, 0.9);
  }
  .pre-inc header.on2 h1 a::before {
    display: none;
  }
  .pre-inc header.on2 h1 a img {
    opacity: 1;
  }
  .pre-inc header.on h1 a {
    pointer-events: all;
  }
  .pre-inc header.on .hb_menu {
    pointer-events: all;
  }
  .pre-inc header.on2 .hb_menu span i {
    background: #333;
  }
  .pre-inc header.on2 .hb_menu span::before,
  .pre-inc header.on2 .hb_menu span::after {
    background: #333;
  }
  .pre-inc.h_active header {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .pre-inc header {
    background: #fff;
  }
  .pre-inc article {
    margin-top: 55px;
  }
}
.pre-inc {
  /* メイン */
}
.pre-inc main {
  height: calc(56.25vw - 10px);
  overflow: hidden;
}
.pre-inc main img {
  width: 100%;
}
.pre-inc .main_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pre-inc .main_drape01_wrap {
  width: 58.7vw;
  position: absolute;
  right: 0;
  top: -35vw;
}
.pre-inc .main_drape01 {
  margin-left: auto;
  width: 0;
  opacity: 0;
}
.pre-inc .main_drape01 img {
  height: 74.375vw;
  object-fit: cover;
  object-position: right;
}
.pre-inc .main_drape02_wrap {
  width: 18vw;
  position: absolute;
  left: 0;
  bottom: -5.73vw;
}
.pre-inc .main_drape02 {
  opacity: 0;
  height: 0;
  margin-top: auto;
  overflow: hidden;
}
.pre-inc .main_drape02 img {
  height: 21.145vw;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 0;
}
.pre-inc .main_plot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.pre-inc .main_tit {
  width: 0;
  position: absolute;
  left: 3.3vw;
  top: 7.7vw;
  opacity: 0;
}
.pre-inc .main_tit img {
  object-fit: cover;
  object-position: left;
  height: 13.85416vw;
}
@media screen and (max-width: 768px) {
  .pre-inc main {
    height: 65.1vw;
  }
  .pre-inc .main_drape01_wrap {
    right: -10vw;
  }
  .pre-inc .main_tit {
    left: 3vw;
    top: 3vw;
  }
  .pre-inc .main_tit img {
    height: 19.92vw;
  }
}
.pre-inc {
  /* 行動提起 */
}
.pre-inc #four_point {
  background: linear-gradient(135deg, #12ba3f 30%, #226da1 70%);
  padding: 1.7em 0;
  color: #fff;
}
.pre-inc #four_point ul {
  display: flex;
  flex-wrap: wrap;
}
.pre-inc #four_point ul > li {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
.pre-inc #four_point ul > li > div {
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.pre-inc #four_point ul > li small {
  font-size: 0.85em;
}
.pre-inc #four_point ul > li p {
  font-size: 1.5em;
}
.pre-inc #four_point ul > li p span {
  display: inline-block;
  padding-bottom: 0.5em;
}
.pre-inc #four_point ul > li p [data-ruby] {
  position: relative;
}
.pre-inc #four_point ul > li p [data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.45em;
  white-space: nowrap;
}
.pre-inc .new_release {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.25em 0 2em;
  width: 45em;
  margin-inline: auto;
}
.pre-inc .new_release > strong {
  color: #b20000;
  font-size: 1.8em;
  overflow: hidden;
  white-space: nowrap;
  animation-name: width_100;
  animation-duration: 4s;
  width: 0;
}
.pre-inc .new_release * > span {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.pre-inc .new_release > small {
  font-size: 2em;
  overflow: hidden;
  white-space: nowrap;
  animation-name: width_100;
  animation-duration: 3.5s;
  animation-delay: 0.1s;
  width: 0;
  margin-top: 0.2em;
}
.pre-inc .new_release > p {
  font-size: 2.3em;
  overflow: hidden;
  white-space: nowrap;
  animation-name: width_100;
  animation-duration: 3s;
  animation-delay: 0.1s;
  width: 0;
}
.pre-inc .new_release > p small {
  font-size: 0.6em;
  vertical-align: 0.3em;
}
.pre-inc #entry_area > i {
  display: block;
  width: 100%;
  height: 1px;
  background: #6e6010;
  animation-name: scale_x;
}
.pre-inc .entry_start {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 45em;
  margin-inline: auto;
  padding: 2em 0 3em;
}
.pre-inc .entry_start > p {
  font-size: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  animation-name: width_100;
  animation-duration: 3s;
  width: 0;
}
.pre-inc .entry_start > p span {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
.pre-inc .entry_start > p span small {
  font-size: 0.6em;
}
.pre-inc .entry_start > p span i {
  font-size: 0.7em;
}
.pre-inc .entry_start ul {
  display: flex;
}
.pre-inc .entry_start li:nth-of-type(2) {
  margin-left: 1em;
}
.pre-inc .reserve_btn {
  width: 15em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #530000, #9f0000);
  animation-name: fadeInUp;
  margin-top: 2em;
  border: 1px solid;
  border-image: linear-gradient(to right, #530000, #9f0000);
  border-image-slice: 1;
}
.pre-inc .reserve_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 0.5s all;
}
.pre-inc .reserve_btn::after {
  content: "→";
  font-size: 1.2em;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 1em;
  font-family: YakuHanJP, "Public Sans", "Noto Sans JP", sans-serif;
  z-index: 1;
  transition: 0.5s all;
}
.pre-inc .reserve_btn span {
  font-size: 1.2em;
  line-height: 1;
  z-index: 1;
  transition: 0.5s all;
  font-family: "EB Garamond", serif;
}
.pre-inc .entry_btn {
  width: 15em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #e2b42a, #a88418);
  animation-name: fadeInUp;
  margin-top: 2em;
  border: 1px solid;
  border-image: linear-gradient(to right, #e2b42a, #a88418);
  border-image-slice: 1;
}
.pre-inc .entry_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 0.5s all;
}
.pre-inc .entry_btn::after {
  content: "→";
  font-size: 1.2em;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 1em;
  font-family: YakuHanJP, "Public Sans", "Noto Sans JP", sans-serif;
  z-index: 1;
  transition: 0.5s all;
}
.pre-inc .entry_btn span {
  font-size: 1.2em;
  line-height: 1;
  z-index: 1;
  transition: 0.5s all;
  font-family: "EB Garamond", serif;
}
.pre-inc .linkArea {
  display: inline-block;
  margin-top: 2em;
}
.pre-inc .detail_btn {
  width: 15em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #838380 0%, #989771 30%, #A5A5A2 90%);
  animation-name: fadeInUp;
  margin-top: 2em;
  border: 1px solid;
  border-image: linear-gradient(to right, #838380, #838380);
  border-image-slice: 1;
}
.pre-inc .detail_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 0.5s all;
}
.pre-inc .detail_btn::after {
  content: "→";
  font-size: 1.2em;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 1em;
  font-family: YakuHanJP, "Public Sans", "Noto Sans JP", sans-serif;
  z-index: 1;
  transition: 0.5s all;
}
.pre-inc .detail_btn span {
  font-size: 1.2em;
  line-height: 1;
  z-index: 1;
  transition: 0.5s all;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 769px) {
  .pre-inc #four_point ul > li:nth-of-type(odd) {
    width: 43%;
  }
  .pre-inc #four_point ul > li:nth-of-type(even) {
    width: 57%;
  }
  .pre-inc #four_point ul > li:nth-of-type(1) i {
    content: "";
    width: 2px;
    height: calc(100% - 0.6em);
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    animation-name: scale_y_b;
  }
  .pre-inc #four_point ul > li:nth-of-type(2) i {
    content: "";
    width: calc(100% + 2.75em);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, #fff 80%, transparent);
    animation-name: scale_x_l;
  }
  .pre-inc #four_point ul > li:nth-of-type(3) i {
    content: "";
    width: calc(100% + 2.75em);
    height: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    background: linear-gradient(to left, #fff 80%, transparent);
    animation-name: scale_x_r;
  }
  .pre-inc #four_point ul > li:nth-of-type(4) i {
    content: "";
    width: 2px;
    height: calc(100% - 0.6em);
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    animation-name: scale_y_t;
  }
  .pre-inc .reserve_btn:hover::before {
    opacity: 1;
  }
  .pre-inc .reserve_btn:hover::after {
    color: #9f0000;
    transform: translateX(0.25em);
  }
  .pre-inc .reserve_btn:hover span {
    color: #9f0000;
  }
  .pre-inc .entry_btn:hover::before {
    opacity: 1;
  }
  .pre-inc .entry_btn:hover::after {
    color: #BF9000;
    transform: translateX(0.25em);
  }
  .pre-inc .entry_btn:hover span {
    color: #BF9000;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc #four_point {
    background: linear-gradient(135deg, #12ba3f 30%, #226da1 70%);
    padding: 3vw 0;
    font-size: 3.6vw;
  }
  .pre-inc #four_point ul > li:nth-of-type(n+2) i {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    background: linear-gradient(to right, transparent, #fff 20%, #fff 80%, transparent);
    animation-name: scale_x;
  }
  .pre-inc .new_release {
    padding: 7vw 0;
    width: 100%;
  }
  .pre-inc .new_release > strong {
    font-size: 1.1em;
    animation-duration: 3s;
  }
  .pre-inc .new_release > small {
    font-size: 1.2em;
    animation-duration: 3s;
    animation-delay: 0.1s;
    margin-top: 0.2em;
  }
  .pre-inc .new_release > p {
    font-size: 1.25em;
    animation-duration: 3s;
    animation-delay: 0.1s;
  }
  .pre-inc .new_release > p small {
    font-size: 0.45em;
    vertical-align: 0.4em;
  }
  .pre-inc .entry_start {
    width: 100%;
    padding: 5vw 0 7vw;
  }
  .pre-inc .entry_start > p {
    font-size: 1.85em;
    animation-duration: 3s;
  }
  .pre-inc .entry_start > p span i {
    font-size: 0.8em;
  }
  .pre-inc .entry_btn {
    width: 10em;
    height: 3em;
    margin-top: 1.5vw;
  }
  .pre-inc .entry_btn span {
    font-size: 1em;
  }
  .pre-inc .entry_btn::after {
    right: 1em;
  }
  .pre-inc .reserve_btn {
    width: 10em;
    height: 3em;
    margin-top: 1.5vw;
  }
  .pre-inc .reserve_btn span {
    font-size: 1em;
  }
  .pre-inc .reserve_btn::after {
    right: 1em;
  }
}
.pre-inc #intro {
  background: url("../img/top/intro_bk.webp") no-repeat center center/cover;
  padding: 12.5em 0;
  text-align: center;
  animation-name: fadeInLeft;
}
.pre-inc .intro_tit img {
  width: 34em;
  animation-name: bokashi;
}
.pre-inc .intro_tit small {
  font-size: 1.8em;
  display: block;
  margin-top: 3em;
  animation-name: fadeInUp;
}
.pre-inc .intro_tit + p {
  font-size: 0.9em;
  margin-top: 1.5em;
  animation-name: fadeInUp;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc #intro {
    padding: 25vw 7vw;
  }
  .pre-inc .intro_tit img {
    width: 100%;
  }
  .pre-inc .intro_tit small {
    font-size: 1.5em;
    margin-top: 7vw;
  }
  .pre-inc .intro_tit + p {
    font-size: 0.9em;
    margin-top: 5vw;
  }
}
.pre-inc #location {
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .top_tit {
  color: #195e8e;
  font-size: 1.8em;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.pre-inc .location_slide {
  z-index: 1;
  margin: 2.5em auto 0;
  width: 45em;
}
.pre-inc .location_slide_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em 1em;
  padding: 2.25em 2.25em 1em 2.25em;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
}
.pre-inc .slick-arrow {
  position: absolute;
  width: 1.55em;
  height: 2.25em;
  top: calc(50% - 1.125em);
  cursor: pointer;
  z-index: 1;
}
.pre-inc .slick-arrow.prev_btn {
  left: -2.5em;
}
.pre-inc .slick-arrow.next_btn {
  right: -2.5em;
}
.pre-inc .location_slide_tit {
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  font-size: 1.8em;
  width: 100%;
}
.pre-inc .location_slide_tit + p {
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}
.pre-inc .location_slide_wrap > figure {
  width: 15em;
}
.pre-inc .img_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 24em;
}
.pre-inc .img_column figcaption {
  white-space: nowrap;
}
.pre-inc .location_slide li .img_column > figure {
  width: 11.75em;
}
.pre-inc .location_slide li:nth-of-type(1) .img_column > figure:nth-of-type(1) {
  width: 10.75em;
}
.pre-inc .location_slide li:nth-of-type(1) .img_column > figure:nth-of-type(2) {
  width: 12.7em;
}
.pre-inc .location_slide li:nth-of-type(2) .img_column > figure:nth-of-type(1) {
  width: 10.75em;
}
.pre-inc .location_slide li:nth-of-type(2) .img_column > figure:nth-of-type(2) {
  width: 6.05em;
}
.pre-inc .location_slide li:nth-of-type(2) .img_column > figure:nth-of-type(3) {
  width: 6.15em;
}
.pre-inc .location_slide li:nth-of-type(2) .img_column > figure:nth-of-type(3) figcaption {
  margin-left: -3em;
}
.pre-inc .location_bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pre-inc .location_bk .slick-track, .pre-inc .location_bk .slick-list {
  height: 100%;
}
.pre-inc .location_bk figure {
  width: calc(100vw - 10px);
  height: 100%;
}
.pre-inc .location_bk figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pre-inc #location {
    padding: 10vw 0 15vw;
  }
  .pre-inc .top_tit {
    font-size: 1.7em;
  }
  .pre-inc .location_slide {
    margin: 5vw auto 0;
    width: 90vw;
  }
  .pre-inc .location_slide_wrap {
    gap: 1em 0;
    padding: 7vw 4vw 5vw;
  }
  .pre-inc .slick-arrow.prev_btn {
    left: -3vw;
  }
  .pre-inc .slick-arrow.next_btn {
    right: -3vw;
  }
  .pre-inc .location_slide_tit {
    padding-bottom: 0.5em;
    font-size: 1.5em;
  }
  .pre-inc .location_slide_tit + p {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
    width: 55%;
  }
  .pre-inc .location_slide_wrap > figure {
    width: 43%;
  }
  .pre-inc .img_column {
    gap: 0.8em 0.3em;
    width: 100%;
    font-size: 3.4vw;
  }
  .pre-inc .img_column figcaption {
    white-space: nowrap;
    font-size: 2.5vw;
  }
  .pre-inc .location_bk figure {
    width: 100vw;
  }
}
.pre-inc #access {
  padding: 3.5em 0;
  animation-name: fadeInUp;
  background: url("../img/top/access_bk.webp") no-repeat center center/cover;
}
.pre-inc #access > i {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.pre-inc #access .wrap1024 {
  z-index: 1;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
.pre-inc #access .top_tit + p {
  text-align: center;
  font-size: 1.8em;
  margin-top: 0.5em;
}
.pre-inc #access .route_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 46.5em;
  margin: 1.5em auto 0;
}
.pre-inc .route {
  letter-spacing: 0.1em;
  text-align: right;
  display: inline-block;
  animation-name: fadeInUp;
}
.pre-inc .route small {
  font-size: 0.7em;
  display: block;
  text-align: left;
  margin-bottom: -1em;
  letter-spacing: 0;
}
.pre-inc .route big {
  font-size: 2em;
  line-height: 1;
}
.pre-inc .route i {
  font-size: 1.4em;
  line-height: 1;
}
.pre-inc .route span {
  font-size: 1.6em;
  line-height: 1;
}
.pre-inc .route strong {
  font-size: 3em;
  color: #c30d23;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.pre-inc .route p {
  display: inline-block;
}
.pre-inc .route p small {
  text-align: right;
  margin-bottom: 0;
  line-height: 1.2;
}
.pre-inc .route + .route {
  margin-top: 0.4em;
}
.pre-inc .access_map {
  width: 31.8em;
  margin: 1.5em auto 0;
  animation-name: fadeInUp;
}
.pre-inc .tennoji_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1.5em auto 0;
  width: 46.5em;
}
.pre-inc .tennoji_area > dd {
  width: 18em;
  animation-name: fadeInUp;
}
.pre-inc .tennoji_area > dd h4 {
  color: #fff;
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  z-index: 1;
  font-size: 2.5em;
}
.pre-inc .tennoji_area > dt {
  width: 26.5em;
  animation-name: fadeInUp;
}
@media screen and (min-width: 769px) {
  .pre-inc #access .route_wrap .route:nth-of-type(even),
  .pre-inc .tennoji_area > dt {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc #access {
    padding: 10vw 0;
  }
  .pre-inc #access .top_tit + p {
    text-align: center;
    font-size: 1.4em;
  }
  .pre-inc #access .route_wrap {
    width: 100%;
    margin: 5vw auto 0;
  }
  .pre-inc .route {
    font-size: 0.9em;
  }
  .pre-inc .access_map {
    width: 100%;
    margin: 5vw auto 0;
  }
  .pre-inc .tennoji_area {
    flex-wrap: wrap;
    margin: 5vw auto 0;
    width: 100%;
  }
  .pre-inc .tennoji_area > dd {
    width: 70%;
  }
  .pre-inc .tennoji_area > dd img {
    width: 100%;
  }
  .pre-inc .tennoji_area > dd h4 {
    font-size: 2.5em;
  }
  .pre-inc .tennoji_area > dt {
    width: 100%;
    margin-top: 3vw;
  }
}
.pre-inc #premium_plan {
  padding: 8em 0;
  animation-name: fadeInUp;
  background: url("../img/top/premium_plan_bk.webp") no-repeat center center/cover;
  text-align: center;
  color: #fff;
}
.pre-inc #premium_plan > i {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(34, 21, 4, 0.3);
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.pre-inc .premium_plan_frame {
  padding: 3em 0;
}
.pre-inc .premium_plan_frame > i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  animation-name: scale_x;
  animation-delay: 0.3s;
}
.pre-inc .premium_plan_frame > i::before {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  border: 2px solid;
  border-image: linear-gradient(135deg, #9b8542, #e8c660);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
.pre-inc .premium_plan_frame h3 {
  font-size: 4.5em;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 1;
  animation-name: fadeIn;
  animation-delay: 0.8s;
}
.pre-inc .premium_plan_frame h3 small {
  font-size: 0.8em;
}
.pre-inc .premium_plan_frame h3 small big {
  font-size: 1.125em;
}
.pre-inc .premium_plan_frame h3 i {
  font-size: 0.8em;
  font-family: YakuHanMP, "Zen Old Mincho", "Noto Serif JP", serif;
}
.pre-inc .premium_plan_frame span {
  display: inline-block;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 1% auto 2%;
  background: linear-gradient(90deg, #9b8542 0%, #e8c660 40%, #9b8542 80%);
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pre-inc .premium_plan_frame h3 + p {
  font-size: 1.3em;
  margin-top: 1.5em;
  letter-spacing: 0.05em;
  z-index: 1;
  animation-name: fadeIn;
  animation-delay: 0.8s;
}
.pre-inc .premium_plan_frame p {
  z-index: 100;
}
.pre-inc .coming {
  font-size: 5em;
  font-family: "Tangerine", cursive;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
  animation-name: fadeInUp;
}
.pre-inc .coming + p {
  font-size: 1.3em;
  font-family: YakuHanMP, "Zen Old Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .pre-inc #premium_plan {
    padding: 20vw 0;
  }
  .pre-inc .premium_plan_frame {
    padding: 8vw 0;
  }
  .pre-inc .premium_plan_frame h3 {
    font-size: 11vw;
  }
  .pre-inc .premium_plan_frame h3 + p {
    font-size: 3.5vw;
    margin-top: 1.3em;
  }
  .pre-inc .coming {
    font-size: 12vw;
    margin-top: 0.5em;
  }
  .pre-inc .coming + p {
    font-size: 4vw;
    margin-top: 0.5em;
  }
}
.pre-inc #plan {
  padding: 3.5em 0;
  animation-name: fadeInUp;
  background: url("../img/top/plan_bk.webp") no-repeat center center/cover;
}
.pre-inc #plan > i {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.pre-inc #plan .wrap1024 {
  z-index: 1;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
.pre-inc #plan .top_tit + p {
  text-align: center;
  font-size: 1.8em;
  margin-top: 0.5em;
}
.pre-inc #plan .plan_lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 46.5em;
  margin: 1.5em auto 0;
  align-items: center;
}
.pre-inc #plan .plan_lineup img {
  width: 300px;
}
.pre-inc #plan .linkArea {
  display: flex;
  margin: 2em auto;
  justify-content: center;
}
.pre-inc .detail_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 0.5s all;
}
.pre-inc .detail_btn::after {
  content: "→";
  font-size: 1.2em;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  height: 1em;
  font-family: YakuHanJP, "Public Sans", "Noto Sans JP", sans-serif;
  z-index: 1;
  transition: 0.5s all;
}
.pre-inc .detail_btn span {
  font-size: 1.2em;
  line-height: 1;
  z-index: 1;
  transition: 0.5s all;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .pre-inc #plan {
    padding: 10vw 0;
  }
  .pre-inc #plan .top_tit + p {
    text-align: center;
    font-size: 1.4em;
  }
  .pre-inc #plan .plan_lineup {
    flex-wrap: nowrap;
    margin: 5vw auto 0;
    width: 100%;
  }
  .pre-inc #plan .plan_lineup li {
    padding: 10px;
  }
  .pre-inc #plan .plan_lineup img {
    width: 200px;
  }
  .pre-inc .detail_btn {
    width: 10em;
    height: 3em;
    margin-top: 1.5vw;
  }
  .pre-inc .detail_btn span {
    font-size: 1em;
  }
  .pre-inc .detail_btn::after {
    right: 1em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .detail_btn:hover::before {
    opacity: 1;
  }
  .pre-inc .detail_btn:hover::after {
    color: #989771;
    transform: translateX(0.25em);
  }
  .pre-inc .detail_btn:hover span {
    color: #989771;
  }
}
.pre-inc {
  /* INFORMATION */
}
.pre-inc #information {
  padding: 3.5em 0;
  background: #f7f7f7;
}
.pre-inc #information i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  animation: 3s fadeIn 0s forwards;
}
.pre-inc #information .wrap1024 {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
  z-index: 1;
}
.pre-inc .info_wrap {
  max-width: 35em;
  margin: 0 auto;
}
.pre-inc .info_item {
  font-size: 0.7em;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
  margin-top: 2em;
  max-height: 10em;
}
.pre-inc .info_item > dt {
  width: 7em;
}
.pre-inc .info_item > dd {
  width: calc(100% - 8em);
}
.pre-inc .info_item a {
  color: #2f5597;
  text-decoration: underline;
}
@keyframes entry_btn_bk {
  0% {
    width: 0;
  }
  100% {
    width: 3.85em;
  }
}
@media screen and (min-width: 769px) {
  .pre-inc .info_item a:hover {
    text-decoration: none;
  }
  .pre-inc .info_item > *:nth-of-type(n+2) {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .info_wrap {
    flex-wrap: wrap;
  }
  .pre-inc .info_item {
    width: 100%;
    font-size: 0.85em;
  }
  .pre-inc .info_item > dt {
    margin-top: 0.7em;
  }
  .pre-inc .info_item > dd {
    width: 100%;
  }
}
.pre-inc {
  /* plan */
}
.pre-inc .plan_lineup_container {
  margin-top: 50px;
}
.pre-inc .plandetail_border {
  background: linear-gradient(135deg, #12ba3f 30%, #226da1 70%);
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pre-inc .planhead {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.pre-inc .planhead h4 {
  font-size: 32px;
  margin-right: 25px;
}
.pre-inc .planhead h4 strong {
  font-size: 50px;
}
.pre-inc .planhead .floor {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  height: 3em;
}
.pre-inc .planhead .floor strong {
  font-size: 40px;
}
.pre-inc .planhead .floor small {
  font-size: 0.5em;
}
.pre-inc .menseki {
  font-size: 16px;
  display: block;
  width: 100%;
}

.pre-inc .menseki span {
  font-size: 28px;
}
.pre-inc .menseki big {
  font-size: 40px;
  margin: 0 5px 0 10px;
}
.pre-inc .menseki small {
  font-size: 18px;
}
.pre-inc .planimg {
  text-align: center;
}
.pre-inc .planimg img {
  height: 400px;
  width: auto;
  display: inline-block;
}
.pre-inc .plan_detail {
  cursor: pointer;
  background: #F2F2EF;
  border-radius: 10px;
  width: 46.875%;
  max-width: 480px;
  padding: 60px 30px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 32px;
}
.pre-inc .plan_detail::after {
  background: url("../img/top/plus.png") no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.pre-inc .plan_detail.btype::after,
.pre-inc .plan_detail.etype::after,
.pre-inc .plan_detail.ftype::after {
  background: unset;
}
.pre-inc .plan_detail.btype,
.pre-inc .plan_detail.etype,
.pre-inc .plan_detail.ftype {
  pointer-events: none;
}
.pre-inc {
  /* modal */
  /* モーダル本体 */
}
.pre-inc .modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.pre-inc .modal_layer {
  height: 100%;
  cursor: pointer;
}
.pre-inc .modal_container {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1200px);
  height: calc(100% - 140px);
  padding: 50px 20px 20px;
  margin-top: 40px;
  overflow: hidden;
  overflow-y: auto;
}
.pre-inc .modal_inner {
  position: relative;
  /* overflow-y: scroll; */
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.pre-inc {
  /* モーダルを閉じるボタン */
}
.pre-inc .modal_close:hover {
  opacity: 0.6;
}
.pre-inc .modal_wrapper {
  background: rgba(0, 0, 0, 0.9);
}
.pre-inc .modal_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pre-inc .modal_content {
  display: flex;
  justify-content: space-between;
}
.pre-inc .plan_detailleft {
  flex: 1;
}
.pre-inc .modal_content .planhead {
  display: block;
  text-align: right;
}
.pre-inc .modal_content .planhead .floor {
  border-bottom: 1px solid #000;
  text-align: left;
  margin-bottom: 10px;
}
.pre-inc .modal_content .planhead h4 {
  text-align: left;
}
.pre-inc .modal_content .planhead h4 strong {
  line-height: 0;
}
.pre-inc .modal_content .floor strong {
  line-height: 120%;
  line-height: 0;
}
.pre-inc .plan_detailspec p {
  text-align: right;
  font-size: 16px;
  line-height: 220%;
}
.pre-inc .plan_detailspec p.note {
  font-size: 12px;
  margin-top: 40px;
}
.pre-inc .plan_detailright p.hensai {
  margin-bottom: 10px;
}
.pre-inc .modal_close {
  background: #226da1;
  color: #FFF;
  font-size: 18px;
  width: 90%;
  max-width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 50px auto 50px;
  transition: 0.3s;
}
.pre-inc .modal_close span {
  background: url("../img/top/close.png") no-repeat left center;
  display: inline-block;
  padding-left: 20px;
}
.pre-inc .plan_detailright {
  width: 54%;
  margin-left: 50px;
}
.pre-inc .plan_detailright figure {
  text-align: center;
}
.pre-inc .plannote {
  margin: 20px 0;
  text-align: center;
}
.pre-inc .plannote img {
  display: inline-block;
  max-width: 320px;
}
.pre-inc .modal_atype figure img {
  height: 70vh;
}
.pre-inc .modal_btype figure img {
  height: 70vh;
}
.pre-inc .modal_ctype figure img {
  height: 70vh;
}
.pre-inc .modal_dtype figure img {
  height: 70vh;
}
.pre-inc .modal_etype figure img {
  height: 70vh;
}
.pre-inc .modal_ftype figure img {
  height: 70vh;
}
.pre-inc .next-arrow {
  right: -60px;
}
.pre-inc .prev-arrow {
  left: -60px;
}
@media screen and (min-width: 1921px) {
  .pre-inc .modal_atype figure img {
    height: 680px;
  }
  .pre-inc .modal_btype figure img {
    height: 680px;
  }
  .pre-inc .modal_ctype figure img {
    height: 680px;
  }
  .pre-inc .modal_dtype figure img {
    height: 680px;
  }
  .pre-inc .modal_etype figure img {
    height: 680px;
  }
  .pre-inc .modal_ftype figure img {
    height: 680px;
  }
}
@media screen and (max-width: 1200px) {
  .pre-inc .plan_detail {
    max-width: 400px;
  }
}
@media screen and (max-width: 820px) {
  .pre-inc .modal_inner {
    overflow-y: scroll;
  }
  .pre-inc .planimg img {
    height: 300px;
    width: auto;
  }
  .pre-inc .plan_detail {
    width: 100%;
    max-width: 100%;
    padding: 40px 15px 25px;
    margin: 0 15px;
  }
  .pre-inc .plandetail_border {
    height: 15px;
  }
  .pre-inc .planhead h4 {
    font-size: 20px;
    margin-right: 15px;
    line-height: 1.2;
  }
  .pre-inc .planhead h4 strong {
    font-size: 32px;
  }
  .pre-inc .planhead .floor {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    height: unset;
  }
  .pre-inc .planhead .floor strong {
    font-size: 24px;
  }
  .pre-inc .planhead .floor small {
    font-size: 0.7em;
  }
  .pre-inc .plan_detailspec p {
    font-size: 14px;
    line-height: 140%;
  }
  .pre-inc .plan_detailspec p.note {
    font-size: 10px;
    margin-top: 5px;
  }
  .pre-inc .plan_detailright p.hensai {
    margin-top: 10px;
    margin-bottom: unset;
  }
  .pre-inc .plan_detailright p.note {
    font-size: 10px;
    margin-top: 5px;
  }
  .pre-inc .menseki {
    font-size: 13px;
    display: block;
    width: 100%;
  }
  .pre-inc .menseki span {
    font-size: 16px;
  }
  .pre-inc .menseki big {
    font-size: 24px;
    margin: 0 5px 0 10px;
  }
  .pre-inc .menseki small {
    font-size: 14px;
  }
  .pre-inc .modal_content {
    display: block;
  }
  .pre-inc .modal_container {
    padding: 30px 10px 10px;
    margin-top: 0px;
    height: calc(100% - 160px);
    overflow-y: unset;
  }
  .pre-inc .modal_inner {
    padding: 10px;
  }
  .pre-inc .modal_container .plandetail_border {
    height: 15px;
  }
  .pre-inc .plan_detailright {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .pre-inc .modal_atype figure img {
    height: 320px;
  }
  .pre-inc .modal_btype figure img {
    height: 310px;
  }
  .pre-inc .modal_ctype figure img {
    height: 300px;
  }
  .pre-inc .modal_dtype figure img {
    height: 300px;
  }
  .pre-inc .modal_etype figure img {
    height: 310px;
  }
  .pre-inc .modal_ftype figure img {
    height: 320px;
  }
  .pre-inc .plannote {
    margin: 10px 0;
  }
  .pre-inc .modal_close {
    background: #226da1;
    color: #FFF;
    font-size: 14px;
    width: 80%;
    max-width: 180px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 20px auto 20px;
    transition: 0.3s;
  }
  .pre-inc .next-arrow {
    right: 0;
  }
  .pre-inc .prev-arrow {
    left: 0;
  }
}
.pre-inc #roomlogin {
  padding: 100px 0;
  background: url("../img/top/roomlogin_bg.webp") no-repeat center center/cover;
}
.pre-inc #roomlogin i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  animation: 3s fadeIn 0s forwards;
}
.pre-inc #roomlogin .wrap1024 {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
  z-index: 1;
}
.pre-inc #roomlogin p {
  font-size: 24px;
  text-align: center;
}
.pre-inc #roomlogin p.note {
  font-size: 13px;
  text-align: center;
  margin: 30px auto;
  color: #B20000;
}
.pre-inc #roomlogin p.infolabel {
  font-size: 40px;
  font-weight: 400;
  margin: 30px 0;
  letter-spacing: 0.05em;
}
.pre-inc #roomlogin p.infolabel span {
  font-size: 28px;
}
.pre-inc #roomlogin .top_tit {
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
  animation-name: fadeInUp;
}
.pre-inc #roomlogin .top_tit span {
  border-bottom: 1px solid #000;
  font-size: 36px;
  font-weight: bold;
}
.pre-inc #roomlogin p.cap_wb {
  bottom: 2%;
  font-size: 12px;
}
.pre-inc .rlogin {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}
.pre-inc .rlogin div {
  display: flex;
  height: 40px;
  align-items: center;
}
.pre-inc .rlogin div.loginlabel {
  background: rgba(102, 96, 87, 0.8);
  width: 160px;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
}
.pre-inc .rlogin div.logininput {
  margin-right: 10px;
  flex: 1;
}
.pre-inc .rlogin div.logininput input {
  color: #333;
  box-shadow: none;
  padding: 10px;
  width: 100%;
}
.pre-inc .rlogin div.loginbtn input {
  background: rgba(0, 0, 0, 0.8);
  height: 38px;
  width: 120px;
  box-shadow: none;
  padding: 0;
  border: none;
  color: #FFF;
  font-family: Arial, "Public Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.pre-inc #roomlogin_flow {
  background: #EEEEE8;
  padding: 30px 0 40px;
}
.pre-inc .loginflow {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pre-inc .flow01, .pre-inc .flow02 {
  background: url("../img/top/roomlogin_arw.png") no-repeat right center;
  width: 30.47619%;
}
.pre-inc .flow03 {
  width: 28.571428%;
}
.pre-inc .flownum {
  font-size: 46px;
  font-style: italic;
  color: #195e8e;
}
.pre-inc .flowttl {
  font-size: 28px;
}
.pre-inc .loginflow p {
  font-size: 16px;
  -height: 140%;
}
.pre-inc #roomlogin_flow .loginflow {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
  z-index: 1;
}
.pre-inc #roomlogin_flow .entry_btn {
  width: 100%;
  max-width: 240px;
  height: 2em;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: var(--gold);
  display: block;
  margin-top: 10px;
}
.pre-inc #roomlogin_flow .entry_btn span {
  line-height: 1;
  font-size: 18px;
  font-family: Arial, "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.pre-inc #roomlogin_flow .entry_btn > i {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: 1s entry_btn_bk 1.3s forwards;
  overflow: hidden;
}
.pre-inc #roomlogin_flow .entry_btn > i i {
  width: 42px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../common/img/line01.svg") no-repeat left center/cover;
  display: block;
}
.pre-inc #roomlogin_flow .entry_btn::after {
  content: "";
  width: 1.6em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  background: url("../img/top/link_arrow.svg") no-repeat center center/contain;
  transition: 0.6s all;
}
@keyframes entry_btn_bk {
  0% {
    width: 0;
  }
  100% {
    width: 3.85em;
  }
}
@media only screen and (max-width: 1000px) {
  .pre-inc .flow01, .pre-inc .flow02 {
    background: url("../img/top/roomlogin_arw.png") no-repeat right center;
    background-size: 20px auto;
    width: 30.47619%;
  }
  .pre-inc .flow03 {
    width: 28.571428%;
  }
  .pre-inc .flownum {
    font-size: 36px;
    font-style: italic;
  }
  .pre-inc .flowttl {
    font-size: 22px;
  }
  .pre-inc .loginflow p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc #roomlogin {
    padding: 100px 0;
    background: url("../img/top/roomlogin_bg_sp.webp") no-repeat center center/cover;
  }
  .pre-inc .rlogin {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .pre-inc #roomlogin .top_tit span {
    font-size: 28px;
  }
  .pre-inc .rlogin div.loginlabel {
    width: 40%;
    font-size: 16px;
  }
  .pre-inc .rlogin div.logininput {
    margin-right: 0px;
    width: 60%;
    flex: none;
  }
  .pre-inc .rlogin div.loginbtn input {
    width: 160px;
    margin-top: 10px;
  }
  .pre-inc .flow01, .pre-inc .flow02 {
    background: url("../img/top/roomlogin_arw_sp.png") no-repeat bottom center;
    background-size: 45px auto;
    padding: 0 0 35px 0;
  }
  .pre-inc .flow03 {
    width: 28.571428%;
  }
  .pre-inc .flownum {
    font-size: 36px;
    font-style: italic;
  }
  .pre-inc .flowttl {
    font-size: 22px;
  }
  .pre-inc #roomlogin_flow {
    padding: 20px 20px 30px;
  }
  .pre-inc .loginflow {
    flex-wrap: wrap;
  }
  .pre-inc .loginflow p {
    font-size: 14px;
  }
  .pre-inc .flow01, .pre-inc .flow02, .pre-inc .flow03 {
    width: 100%;
  }
  .pre-inc .flow01 p br, .pre-inc .flow02 p br, .pre-inc .flow03 p br {
    display: none;
  }
  .pre-inc #roomlogin p {
    font-size: 18px;
    text-align: center;
  }
  .pre-inc #roomlogin p.infolabel {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
  }
  .pre-inc #roomlogin p.infolabel span {
    font-size: 22px;
  }
  .pre-inc #roomlogin p.cap_wb {
    bottom: 2%;
    font-size: 12px;
  }
  .pre-inc #roomlogin {
    padding: 45px 10px;
  }
}
.pre-inc #roomlogin p.passtext {
  font-size: 16px;
  margin-top: 15px;
}
.pre-inc {
  /* 価格追加 */
}
.pre-inc .priceBox {
  padding: 0 1.5em;
  font-size: 1.5em;
  margin-top: 1.5em;
  background: linear-gradient(135deg, #12ba3f 30%, #226da1 70%);
  color: #fff;
  width: max-content; /* letter-spacing: 1.5px; */
}
.pre-inc .priceBox small {
  font-size: 0.5em;
}
.pre-inc .priceBox big {
  font-size: 1.8em;
  font-family: "EB Garamond", serif;
  letter-spacing: 5px;
}
.pre-inc .priceBox strong {
  font-size: 1.8em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  letter-spacing: 3px;
}
.pre-inc .priceBox .note {
  font-size: 0.5em;
}
@media only screen and (max-width: 768px) {
  .pre-inc .priceBox {
    width: 100%;
    line-height: 110%;
    padding: 0.5em 0.5em;
  }
}
.pre-inc {
  /* parts */
}
.pre-inc .center {
  text-align: center;
}
.pre-inc .location_slide_tit {
  font-size: 24px;
  line-height: 160%;
}
.pre-inc .section_head {
  margin-bottom: 40px;
}
.pre-inc .section_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .centerttl {
  text-align: center;
  font-size: 24px;
}
.pre-inc .inlineimg {
  display: inline-block;
}
.pre-inc .inlineimg figcaption {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.pre-inc .shapedots {
  position: relative;
  min-height: 20px;
  margin-bottom: 40px;
}
.pre-inc .shapedots .slick-dots {
  bottom: 0;
}
.pre-inc .shapedots .slick-dots {
  text-align: center;
}
.pre-inc .shapedots .slick-dots li {
  background: #8caec6;
  width: 40px;
  height: 6px;
  margin: 0 5px;
}
.pre-inc .shapedots .slick-dots li.slick-active {
  background: #195e8e;
}
.pre-inc .shapedots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.pre-inc .shapedots .slick-dots li button::before {
  display: none;
}
.pre-inc .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.pre-inc .section_contents_head h4.centerttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.pre-inc figure .cap_l {
  left: 0.7em;
  right: 0;
}
.pre-inc {
  /* position */
}
.pre-inc #position {
  background: #f7f7f7;
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .section_head p {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}
.pre-inc #position .section_flexleft, .pre-inc #position .section_flexright {
  width: 48.828125%;
  margin-top: 20px;
}
.pre-inc #position .section_flexright .centerttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.pre-inc #position .section_flexright p {
  font-size: 16px;
  margin-bottom: 20px;
}
.pre-inc {
  /* park */
}
.pre-inc #park {
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .park_mainimg {
  text-align: center;
  margin-bottom: 40px;
}
.pre-inc .park_widecontents h4 {
  font-size: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.pre-inc .park_widecontents p {
  font-size: 16px;
  margin-bottom: 30px;
}
.pre-inc .park_dots.shapedots .slick-dots {
  text-align: right;
}
.pre-inc .park_slider {
  margin: 0 -15px;
}
.pre-inc .park_slider div.ps_slide {
  text-align: center;
  margin: 0 15px;
}
.pre-inc .park_slider div.ps_slide .slidettl {
  font-size: 18px;
  margin-top: 5px;
}
.pre-inc .park_slider div.ps_slide p {
  font-size: 14px;
}
.pre-inc {
  /* location */
}
.pre-inc .location_flex_r {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.pre-inc .location_flex_r .location_flex_main {
  width: 53.75%;
}
.pre-inc .location_flex_r .location_flex_sub {
  width: 40.375%;
}
.pre-inc .location_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .location_flex .location_flex_main {
  width: 53.75%;
}
.pre-inc .location_flex .location_flex_sub {
  width: 40.375%;
}
.pre-inc .flexinbox {
  margin-bottom: 20px;
}
.pre-inc .flexinbox figcaption {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.pre-inc #location_map {
  padding: 3.5em 0;
  animation-name: fadeInUp;
  text-align: center;
}
.pre-inc {
  /* login */
}
.pre-inc .login_container {
  border: 1px solid #b2900a;
  background: #FFF;
  margin-top: 55px;
  padding: 50px 20px;
  animation-name: fadeInUp;
}
.pre-inc .login_head {
  text-align: center;
}
.pre-inc .login_head h4 {
  color: #b2900a;
  font-size: 28px;
  margin-bottom: 10px;
}
.pre-inc .login_head p {
  font-size: 16px;
}
.pre-inc .login_head p.loginnote {
  color: #b20000;
  font-size: 13px;
  margin-top: 10px;
}
.pre-inc .login_container .rlogin {
  margin-top: 30px;
}
.pre-inc #roomlogin_flow {
  margin-top: 50px;
}
.pre-inc .login_container .loginflow {
  justify-content: center;
}
.pre-inc .login_container .flownum {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-style: normal;
  color: #b2900a;
  line-height: 120%;
}
.pre-inc .login_container .flowttl {
  font-size: 20px;
  color: #b2900a;
}
.pre-inc .login_container .flow01 {
  background: url("../img/top/roomlogin_arw.png") no-repeat right center;
  background-size: auto 58px;
  background-position: bottom 10px right;
  width: 23%;
  margin-right: 2%;
  padding-right: 25px;
}
.pre-inc .login_container .flow02 {
  background: url("../img/top/roomlogin_arw.png") no-repeat right center;
  background-size: auto 58px;
  background-position: bottom 10px right;
  width: 32%;
  margin-right: 2%;
  padding-right: 25px;
}
.pre-inc .login_container .flow03 {
  width: 32%;
}
.pre-inc {
  /* design */
}
.pre-inc #design {
  background: url("../img/top/design_bg.png") no-repeat top right #f0edec;
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .design_mainimg img {
  width: 100%;
  height: auto;
}
.pre-inc .design_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pre-inc .flex_r {
  flex-direction: row-reverse;
}
.pre-inc .design_main {
  width: 59.5703125%;
}
.pre-inc .content_overright {
  width: 87.890625%;
  margin-right: -29.296875%;
}
.pre-inc .design_flex .design_info {
  flex: 1;
  padding-left: 20px;
}
.pre-inc .design_flex.flex_r .design_info {
  flex: 1;
  padding-right: 20px;
}
.pre-inc .design_flex.flex_r .design_infocontents:nth-of-type(1) {
  margin-bottom: 70px;
}
.pre-inc .design_infocontents h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.pre-inc .design_infocontents p {
  font-size: 16px;
}
.pre-inc .design_label {
  color: #886e00;
  border: 1px solid #886e00;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .pre-inc .overinner {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pre-inc .overwide {
    display: none;
  }
  .pre-inc .overinner {
    display: block;
  }
}
.pre-inc {
  /* landplan */
}
.pre-inc #landplan {
  background: url("../img/top/landplan_bg.png") no-repeat top left #FFF;
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .landplan_flex {
  display: flex;
  justify-content: space-between;
}
.pre-inc .landplan_flexcontents:nth-of-type(2) {
  width: 25.390625%;
}
.pre-inc .landplan_flexcontents:nth-of-type(3) {
  width: 25.390625%;
}
.pre-inc .landplan_flexcontents:nth-of-type(4) {
  width: 43.5546875%;
}
.pre-inc .land_inbox {
  margin-bottom: 20px;
}
.pre-inc .land_inbox h4 {
  font-size: 18px;
}
.pre-inc .land_inbox h4 span {
  background: #947f28;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pre-inc .land_inbox p {
  font-size: 14px;
}
.pre-inc .land_inbox p.landnote, .pre-inc .lifeservice p.landnote {
  font-size: 12px;
  text-align: left;
}
.pre-inc .inboxcenter {
  text-align: center;
}
.pre-inc .inboximg {
  margin-top: 10px;
}
.pre-inc .inboximg figure {
  display: inline-block;
  margin: 0 auto 5px;
}
.pre-inc .lifeservice {
  background: #f1f1f1;
  padding: 30px;
  margin-top: 20px;
}
.pre-inc .lifeservice h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.pre-inc .lifeservice_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .ls_flex {
  width: 33%;
  display: flex;
  justify-content: space-between;
}
.pre-inc .ls_flexleft, .pre-inc .ls_flexright {
  width: 49%;
}
.pre-inc .ls_flexleft p {
  font-size: 12px;
}
.pre-inc .ls_flexleft h5 {
  font-size: 18px;
  margin: 5px 0;
}
.pre-inc {
  /* equipment */
}
.pre-inc #equipment {
  padding: 80px 0;
}
.pre-inc .equipment_inner {
  max-width: 1246px;
  width: 100%;
  margin: 50px auto 0;
}
.pre-inc .eq_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pre-inc .eq_info {
  display: inline-block;
}
.pre-inc .eq_info h4 {
  color: #886e00;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  margin-bottom: 5px;
}
.pre-inc .eq_info p {
  font-size: 24px;
}
.pre-inc .viewmore {
  margin-top: 20px;
}
.pre-inc .viewmore .viewmore_btn {
  min-width: 124px;
  background: url("../img/top/viewmore_arw.svg") no-repeat bottom;
  background-size: 124px auto;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 5px;
  text-align: left !important;
  cursor: pointer;
}
.pre-inc .eq_flex .eq_flexcontents:nth-of-type(1) {
  width: 51.3643659711%;
}
.pre-inc .eq_flex .eq_flexcontents:nth-of-type(2) {
  flex: 1;
  padding: 30px;
}
.pre-inc .eq_flex.flex_r .eq_flexcontents:nth-of-type(2) {
  text-align: right;
}
.pre-inc .eq_flex.flex_r .eq_flexcontents:nth-of-type(2) h4, .pre-inc .eq_flex.flex_r .eq_flexcontents:nth-of-type(2) p {
  text-align: left;
}
.pre-inc {
  /* modal */
}
.pre-inc .inner_ttl {
  color: #886e00;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
  line-height: 120%;
}
.pre-inc .inner_ttl span {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
.pre-inc .kitchen_flex {
  display: flex;
  justify-content: space-between;
}
.pre-inc .kitchen_flexcontents {
  width: 47.8260869565%;
}
.pre-inc .modalimg {
  margin-bottom: 5px;
}
.pre-inc .modaltext h5 {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
  line-height: 120%;
}
.pre-inc .modaltext p {
  font-size: 14px;
  letter-spacing: 0;
  letter-spacing: -0.05em;
  line-height: 120%;
}
.pre-inc .modaltext p.note {
  font-size: 12px;
}
.pre-inc .close {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.pre-inc .closebtn {
  background: #226da1;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  height: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.pre-inc .closebtn:hover {
  opacity: 0.8;
}
.pre-inc {
  /* security */
}
.pre-inc #security {
  padding: 80px 0;
}
.pre-inc .security_slider .slick-slide {
  max-width: 1024px;
  margin: 0 45px;
}
.pre-inc .security_container {
  position: relative;
}
.pre-inc .arwbox {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  max-width: 1024px;
  width: calc(100% - 140px);
  margin: 0 auto;
}
.pre-inc {
  /* smartlife */
}
.pre-inc #smartlife {
  background: #f7f7f7;
  padding: 80px 0;
}
.pre-inc .smartlife_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .smartlife_flex .smartlife_flexcontents:nth-child(1) {
  width: 39.0625%;
}
.pre-inc .smartlife_flex .smartlife_flexcontents:nth-child(2) {
  width: 58.59375%;
}
.pre-inc #smartlife .smartlife_flex .smartlife_flexcontents:nth-child(2) h4 {
  font-size: 22px;
}
.pre-inc #smartlife .smartlife_flex .smartlife_flexcontents:nth-child(2) h4 span {
  font-size: 14px;
  display: block;
}
.pre-inc .sl_flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.pre-inc .sl_flex01 .sl_flex01_left {
  flex: 1;
  margin-right: 20px;
}
.pre-inc .sl_flex01 .sl_flex01_right {
  width: 40%;
}
.pre-inc .sl_flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pre-inc .sl_flex02 .sl_flex02_left {
  flex: 1;
  margin-right: 20px;
}
.pre-inc .sl_flex02 .sl_flex02_right {
  width: 49.1666666667%;
}
.pre-inc .smartlife_flex_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .smartlife_flex_bottom .smartlife_flexcontents:nth-child(1) {
  width: 39.0625%;
}
.pre-inc .smartlife_flex_bottom .smartlife_flexcontents:nth-child(2) {
  width: 58.59375%;
}
.pre-inc #smartlife h4 {
  color: #886e00;
  font-size: 18px;
  margin-bottom: 10px;
}
.pre-inc #smartlife .ttllabel {
  color: #886e00;
  font-size: 16px;
  margin-bottom: 5px;
}
.pre-inc #smartlife .read_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.pre-inc #smartlife .center {
  text-align: center;
}
.pre-inc #smartlife p {
  font-size: 15px;
}
.pre-inc #smartlife p.note {
  font-size: 12px;
}
.pre-inc #smartlife p.stext {
  font-size: 14px;
}
.pre-inc #smartlife .smartlife_flex_bottom {
  margin-top: 30px;
}
.pre-inc #smartlife .smartlife_flex_bottom h4 {
  font-size: 24px;
}
.pre-inc #smartlife .smartlife_flex_bottom h4 span {
  font-size: 18px;
}
.pre-inc .smartlife_widecontents {
  margin-top: 15px;
}
.pre-inc .smartlife_widecontents .sl_img {
  margin-bottom: 10px;
}
.pre-inc {
  /* access */
}
.pre-inc .access_infotext {
  font-size: 15px;
  margin: 30px 0 50px;
}
.pre-inc .access_route {
  margin: 0 50px;
}
.pre-inc .route_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .route_flexleft {
  width: 40%;
}
.pre-inc .route_flexright {
  width: 53%;
}
.pre-inc .route_flex .route p {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.pre-inc .route_flex .route .route_image figcaption {
  font-size: 12px;
  margin-top: 10px;
}
.pre-inc .access_slidercontainer {
  margin-top: 50px;
  animation-name: fadeInUp;
}
.pre-inc .access_slidercontainer .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.pre-inc .access_slider li {
  margin: 0 15px;
}
.pre-inc {
  /* lifeinformation */
}
.pre-inc #lifeinformation {
  padding: 3.5em 0;
  animation-name: fadeInUp;
}
.pre-inc .lifeinfo_contents {
  display: none;
}
.pre-inc .lifeinfo_contents.active {
  display: block;
}
.pre-inc .lifeinfotab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #195e8e;
}
.pre-inc .lifeinfotab li {
  background: #d1dfe8;
  border-bottom: 3px solid #FFF;
  font-size: 11px;
  width: 12%;
  cursor: pointer;
  text-align: center;
  padding: 5px 1px;
}
.pre-inc .lifeinfotab li:last-child {
  width: 22%;
}
.pre-inc .lifeinfotab li strong {
  font-size: 14px;
  display: block;
}
.pre-inc .lifeinfotab li.active {
  color: #FFF;
  background: #195e8e;
  border-bottom: 3px solid #195e8e;
}
.pre-inc .lifeinfo_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 20px;
}
.pre-inc .lifeinfo_flex table {
  width: 48.5%;
  font-size: 13px;
}
.pre-inc .lifeinfo_flex table th {
  text-align: left;
  padding-bottom: 3px;
}
.pre-inc .lifeinfo_flex table td {
  text-align: right;
  padding-bottom: 3px;
}
.pre-inc .lifeinfo_flex table tr td:last-child {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .pre-inc {
    /* parts */
  }
  .pre-inc .section_head p {
    font-size: 20px;
  }
  .pre-inc .section_contents_head h4.centerttl {
    font-size: 20px;
  }
  .pre-inc {
    /* park */
  }
  .pre-inc .park_widecontents h4 {
    font-size: 18px;
  }
  .pre-inc {
    /* position */
  }
  .pre-inc #position .section_flexleft, .pre-inc #position .section_flexright {
    width: 100%;
  }
  .pre-inc {
    /* location */
  }
  .pre-inc .location_slide_tit {
    font-size: 18px;
  }
  .pre-inc .location_slide_tit + p {
    width: 100%;
  }
  .pre-inc {
    /* plan */
  }
  .pre-inc .login_container .flow01, .pre-inc .login_container .flow02, .pre-inc .login_container .flow03 {
    width: 100%;
  }
  .pre-inc .login_container .flow01, .pre-inc .login_container .flow02 {
    background: url("../img/top/roomlogin_arw_sp.png") no-repeat bottom center;
    background-size: auto;
    background-size: 45px auto;
    padding: 0 0 35px 0;
  }
  .pre-inc {
    /* design */
  }
  .pre-inc #design {
    background: url("../img/top/design_bg.png") no-repeat top right #f0edec;
    background-size: 40% auto;
  }
  .pre-inc .content_overright {
    width: 100%;
    margin-right: 0;
  }
  .pre-inc #design .design_flex .design_info {
    padding: 20px 0;
  }
  .pre-inc .design_flex.flex_r .design_infocontents:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .pre-inc .design_main {
    width: 100%;
  }
  .pre-inc .design_infocontents h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pre-inc .design_infocontents p {
    font-size: 14px;
  }
  .pre-inc {
    /* landplan */
  }
  .pre-inc #landplan {
    background: url("../img/top/landplan_bg.png") no-repeat top left #FFF;
    background-size: 40% auto;
  }
  .pre-inc .landplan_flex {
    flex-wrap: wrap;
  }
  .pre-inc .landplan_flexcontents:nth-of-type(1), .pre-inc .landplan_flexcontents:nth-of-type(2), .pre-inc .landplan_flexcontents:nth-of-type(3), .pre-inc .landplan_flexcontents:nth-of-type(4) {
    width: 100%;
  }
  .pre-inc .landplan_flexcontents:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .pre-inc .landplan_flexcontents:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .pre-inc .inboximg {
    text-align: center;
  }
  .pre-inc .ls_flex {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
  }
  .pre-inc .ls_flexleft {
    width: 58%;
  }
  .pre-inc .ls_flexright {
    width: 40%;
  }
  .pre-inc .lifeinfo_flex table tr td {
    min-width: 65px;
  }
  .pre-inc #security {
    padding: 20px 0 60px;
  }
  .pre-inc {
    /* access */
  }
  .pre-inc .access_route {
    margin: 10px 0px;
  }
  .pre-inc .route_flexleft {
    width: 100%;
    text-align: center;
  }
  .pre-inc .route_flexright {
    width: 100%;
  }
  .pre-inc {
    /* life */
  }
  .pre-inc .lifeinfotab li {
    width: 49%;
    border-bottom: 3px solid #FFF;
  }
  .pre-inc .lifeinfotab li:last-child {
    width: 49%;
  }
  .pre-inc .lifeinfotab li.active {
    border-bottom: 3px solid #FFF;
  }
  .pre-inc .lifeinfo_flex table {
    width: 100%;
  }
  .pre-inc {
    /* eq */
  }
  .pre-inc #equipment {
    padding: 20px 0;
  }
  .pre-inc .eq_flex {
    display: block;
    margin-bottom: 30px;
  }
  .pre-inc .eq_flex .eq_flexcontents:nth-of-type(1) {
    width: 100%;
  }
  .pre-inc .eq_info h4 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .pre-inc .eq_info p {
    font-size: 18px;
  }
  .pre-inc .eq_flex .eq_flexcontents:nth-of-type(2) {
    padding: 20px;
  }
  .pre-inc .eq_flex.flex_r .eq_flexcontents:nth-of-type(2) {
    text-align: left;
  }
  .pre-inc .arwbox {
    width: 94%;
  }
  .pre-inc .smartlife_flex .smartlife_flexcontents:nth-child(1), .pre-inc .smartlife_flex .smartlife_flexcontents:nth-child(2), .pre-inc .sl_flex01 .sl_flex01_right, .pre-inc .sl_flex02 .sl_flex02_right, .pre-inc .smartlife_flex_bottom .smartlife_flexcontents:nth-child(1), .pre-inc .smartlife_flex_bottom .smartlife_flexcontents:nth-child(2) {
    width: 100%;
  }
  .pre-inc .smartlife_flex .smartlife_flexcontents:nth-child(2) {
    margin-top: 20px;
  }
  .pre-inc #smartlife .smartlife_flex .smartlife_flexcontents:nth-child(2) h4 {
    font-size: 18px;
  }
  .pre-inc .sl_flex02 {
    margin-top: 20px;
  }
  .pre-inc .sl_img {
    margin: 10px 0;
  }
  .pre-inc #smartlife .smartlife_flex_bottom h4 {
    font-size: 20px;
  }
  .pre-inc #smartlife .smartlife_flex_bottom h4 span {
    font-size: 15px;
  }
  .pre-inc .smartlife_widecontents .sl_img img {
    margin-bottom: 10px;
  }
}
.pre-inc .wow {
  animation-name: fadeInUp;
}
.pre-inc {
  /* modal grid */
}
.pre-inc .bathttl {
  color: #FFF;
  background: #788ea8;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  letter-spacing: -0.05em;
}
.pre-inc .bathinner {
  background: #e6e6e6;
  padding: 10px;
}
.pre-inc .bathroom_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.pre-inc .bathroomflex_left, .pre-inc .bathroomflex_right {
  background: #e6e6e6;
  border: 4px solid #e6e6e6;
}
.pre-inc .bathroomflex_left {
  width: 37.109375%;
}
.pre-inc .bathroomflex_right {
  width: 60.546875%;
}
.pre-inc .bathroom_contents {
  border: 1px solid #003453;
  padding: 20px;
  height: 100%;
}
.pre-inc .bathcontents_head {
  font-size: 14px;
  margin-bottom: 10px;
}
.pre-inc .bathcontents_head h5 {
  color: #003453;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.pre-inc .bathflex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .bathflex01 .bathflex_left {
  width: 46%;
}
.pre-inc .bathflex01 .bathflex_left .bgcbox {
  background: #788ea8;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 6px;
  margin-bottom: 10px;
}
.pre-inc .bathflex01 .bathflex_left p.note {
  font-size: 12px;
  line-height: 130%;
}
.pre-inc .bathflex01 .bathflex_right {
  width: 50%;
}
.pre-inc .bathroom_bottom {
  background: #dbe0e9;
}
.pre-inc .bathother_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .bathother_flex .bathother_flexleft {
  width: 52.734375%;
}
.pre-inc .oilhead {
  position: relative;
}
.pre-inc .oilttl {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pre-inc .oilttl h5 {
  color: #007cc3;
  font-size: 24px;
  width: 100%;
}
.pre-inc .oilttl p {
  font-size: 14px;
}
.pre-inc .bathother_flexright {
  width: 47.265625%;
}
.pre-inc .bathother_flexleft .bathother_inner {
  padding: 15px 15px 30px 30px;
}
.pre-inc .bathother_flexright .bathother_inner {
  padding: 30px 30px 15px 30px;
}
.pre-inc .bathother_head {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 15px;
}
.pre-inc .bathother_head .num {
  color: #007cc3;
  font-size: 24px;
  position: absolute;
  left: 0;
  line-height: 100%;
}
.pre-inc .bathother_head p {
  font-size: 14px;
}
.pre-inc .bathother_contents p {
  font-size: 13px;
}
.pre-inc .bathother_contents p.note {
  font-size: 12px;
  line-height: 120%;
}
.pre-inc .bathroom_bottom figcaption.tar {
  text-align: right;
  font-size: 12px;
}
.pre-inc .bathflex02, .pre-inc .bathflex03, .pre-inc .bathflex04, .pre-inc .bathflex05 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pre-inc .bathflex02 .bathflex_left, .pre-inc .bathflex02 .bathflex_right, .pre-inc .bathflex03 .bathflex_left, .pre-inc .bathflex03 .bathflex_right {
  width: 48%;
}
.pre-inc .bathother_img01 {
  margin-left: 20px;
}
.pre-inc .bathroom_bottom .bathother_img01 figcaption.tar {
  font-size: 11px;
}
.pre-inc .bathother_img {
  margin-bottom: 5px;
}
.pre-inc .bathother_contents {
  margin-bottom: 30px;
}
.pre-inc .otherhead h5 {
  color: #007cc3;
  font-size: 16px;
  margin-bottom: 5px;
}
.pre-inc .bathflex04 .bathflex_left {
  width: 60%;
}
.pre-inc .bathflex04 .bathflex_right {
  width: 36%;
  margin-top: 10px;
}
.pre-inc .bathflex05 .bathflex_left {
  width: 30%;
}
.pre-inc .bathflex05 .bathflex_left .note {
  font-size: 12px;
  text-align: right;
  margin-top: 40%;
}
.pre-inc .bathflex05 .bathflex_right {
  width: 66%;
}
.pre-inc .borderttl {
  color: #187fc4;
  border: 1px solid #187fc4;
  font-size: 14px;
  padding: 2px 6px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 140%;
}
.pre-inc .mb15 {
  margin-bottom: 15px;
}
.pre-inc .kireist_container {
  background: #dbe0e9;
  padding: 30px;
  margin: 30px 0;
}
.pre-inc .kireist_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .kireist_head .kireist_flexleft {
  width: 57%;
}
.pre-inc .kireist_head .kireist_flexleft p {
  color: #007cc3;
  font-size: 20px;
}
.pre-inc .kireist_head .kireist_flexleft p sup {
  font-size: 12px;
  color: #000;
}
.pre-inc .kireist_read {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pre-inc .kireist_read div:nth-child(1) {
  font-size: 16px;
  line-height: 140%;
}
.pre-inc .kireist_read div.readlabel {
  color: #036eb8;
  font-size: 36px;
  position: relative;
  letter-spacing: 0.05em;
}
.pre-inc .kireist_read div.readlabel span {
  font-size: 48px;
}
.pre-inc .kireist_read div.readlabel strong {
  font-size: 48px;
}
.pre-inc .kireist_head .kireist_flexright {
  width: 40%;
}
.pre-inc .kireist_read div.readlabel sup {
  position: absolute;
  right: 0;
  top: 4px;
  color: #000;
  font-size: 12px;
}
.pre-inc .kireist_logo {
  border: 2px solid #036eb8;
  padding: 6px;
  text-align: center;
}
.pre-inc .kireist_detail .kireist_flexleft {
  width: 37.3443983402%;
}
.pre-inc .kireist_detail .kireist_flexright {
  width: 60%;
}
.pre-inc .kireistflex01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.pre-inc .kireistflex01 .kireistflex01_left {
  width: 63%;
}
.pre-inc .kireistflex01 .kireistflex01_left p {
  color: #036eb8;
  font-size: 18px;
  letter-spacing: -0.1em;
  line-height: 130%;
}
.pre-inc .kireistflex01 .kireistflex01_left p sup {
  color: #000;
  font-size: 0.6em;
  vertical-align: 0.6em;
}
.pre-inc .kireistflex01 .kireistflex01_right {
  width: 35%;
}
.pre-inc .kireist_bottom p.note {
  line-height: 120%;
}
.pre-inc .kireist_bottom p.tar {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.pre-inc .entrancebottom_ttl {
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .pre-inc .modal_eqwrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .pre-inc .modal_eqlayer {
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }
  .pre-inc .modal_eqcontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 40px, 1064px);
    height: calc(100% - 40px);
    padding: 20px 0;
  }
  .pre-inc .modal_eqinner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 80px 20px 20px;
  }
  .pre-inc .kitchen_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 5;
    grid-auto-rows: auto;
    gap: 10px 20px;
  }
  .pre-inc .k_grid01 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  .pre-inc .k_grid02 {
    grid-column-start: 3;
  }
  .pre-inc .k_grid03 {
    grid-column-start: 4;
  }
  .pre-inc .k_grid04 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .pre-inc .k_grid05 {
    grid-column-start: 4;
    grid-row-start: 2;
  }
  .pre-inc .k_grid06 {
    grid-row-start: 3;
  }
  .pre-inc .k_grid07 {
    grid-row-start: 3;
  }
  .pre-inc .k_grid08 {
    grid-row-start: 3;
  }
  .pre-inc .k_grid09 {
    grid-row-start: 3;
  }
  .pre-inc .k_grid10 {
    grid-row: span 2/span 2;
    grid-row-start: 4;
  }
  .pre-inc .k_grid11 {
    grid-row-start: 4;
  }
  .pre-inc .k_grid14 {
    grid-column-start: 2;
    grid-row-start: 5;
  }
  .pre-inc .k_grid15 {
    background: #e6e6e6;
    grid-column: span 2/span 2;
    grid-column-start: 3;
    padding: 20px;
  }
  .pre-inc {
    /* bathroom */
  }
  .pre-inc .bathroom_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 5;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .pre-inc .b_grid01 {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
  }
  .pre-inc .b_grid02 {
    grid-column-start: 3;
  }
  .pre-inc .b_grid03 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .pre-inc .b_grid04 {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
  }
  .pre-inc .b_grid05 {
    grid-row: span 4/span 4;
    grid-column-start: 4;
    grid-row-start: 1;
  }
  .pre-inc .b_grid07 {
    grid-row-start: 5;
  }
  .pre-inc .b_grid08 {
    grid-row-start: 5;
  }
  .pre-inc .b_grid09 {
    grid-row-start: 5;
  }
  .pre-inc .b_grid10 {
    grid-row-start: 5;
  }
  .pre-inc {
    /* powderroom */
  }
  .pre-inc .powderroom_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 5;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .pre-inc .p_grid01 {
    grid-row: span 2/span 2;
  }
  .pre-inc .p_grid02 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .pre-inc .p_grid03 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .pre-inc .p_grid04 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .pre-inc .p_grid05 {
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .pre-inc .p_grid06 {
    grid-row: span 3/span 3;
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .pre-inc .p_grid07 {
    grid-row-start: 4;
  }
  .pre-inc .p_grid08 {
    grid-row-start: 4;
  }
  .pre-inc .powderroom_bottomparent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .pre-inc .p_grid11 {
    grid-row: span 3/span 3;
  }
  .pre-inc .p_grid13 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .pre-inc .p_grid14 {
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .pre-inc .p_grid15 {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .pre-inc .p_grid16 {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .pre-inc .powderroom_bottomparent .modaltext {
    margin-bottom: 15px;
  }
  .pre-inc {
    /* entrance */
  }
  .pre-inc .entrance_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .pre-inc .e_grid01 {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
  }
  .pre-inc .e_grid02 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
  .pre-inc .e_grid03 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .pre-inc .e_grid04 {
    grid-column-start: 4;
    grid-row-start: 2;
  }
  .pre-inc .e_grid05 {
    grid-column-start: 3;
    grid-row-start: 3;
  }
  .pre-inc .e_grid06 {
    grid-column-start: 4;
    grid-row-start: 3;
  }
  .pre-inc .e_grid07 {
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .pre-inc .e_grid08 {
    grid-column-start: 4;
    grid-row-start: 4;
  }
  .pre-inc .entrancebottom_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .modal_eqwrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .pre-inc .modal_eqlayer {
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }
  .pre-inc .modal_eqcontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px;
  }
  .pre-inc .modal_eqinner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 60px 0px 20px;
  }
  .pre-inc .kitchen_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 8px;
  }
  .pre-inc .k_grid01 {
    grid-column: span 2/span 2;
  }
  .pre-inc .k_grid02 {
    grid-row-start: 2;
  }
  .pre-inc .k_grid03 {
    grid-row-start: 2;
  }
  .pre-inc .k_grid05 {
    grid-row-start: 3;
  }
  .pre-inc .k_grid07 {
    grid-row-start: 4;
  }
  .pre-inc .k_grid09 {
    grid-row-start: 5;
  }
  .pre-inc .k_grid10 {
    grid-column: span 2/span 2;
  }
  .pre-inc .k_grid11 {
    grid-row-start: 7;
  }
  .pre-inc .k_grid12 {
    grid-row-start: 7;
  }
  .pre-inc .k_grid14 {
    grid-row-start: 8;
  }
  .pre-inc .k_grid15 {
    background: #e6e6e6;
    grid-column: span 2/span 2;
    padding: 15px;
  }
  .pre-inc .k_grid10 .modalimg {
    text-align: center;
  }
  .pre-inc .bathroom_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 8px;
  }
  .pre-inc .b_grid01 {
    grid-column: span 2/span 2;
  }
  .pre-inc .b_grid02 {
    grid-row-start: 2;
  }
  .pre-inc .b_grid03 {
    grid-row-start: 2;
  }
  .pre-inc .b_grid05 {
    grid-column: span 2/span 2;
    grid-row-start: 4;
  }
  .pre-inc .b_grid07 {
    grid-row-start: 5;
  }
  .pre-inc .b_grid08 {
    grid-row-start: 5;
  }
  .pre-inc .b_grid10 {
    grid-column: span 2/span 2;
    grid-row-start: 7;
  }
  .pre-inc .b_grid05 .modalimg {
    text-align: center;
  }
  .pre-inc .bathroomflex_left, .pre-inc .bathroomflex_right {
    width: 100%;
  }
  .pre-inc .bathother_flex .bathother_flexleft, .pre-inc .bathother_flex .bathother_flexright {
    width: 100%;
  }
  .pre-inc .bathother_flexleft .bathother_inner {
    padding: 20px 15px 10px;
  }
  .pre-inc .bathother_flexright .bathother_inner {
    padding: 0px 15px 20px;
  }
  .pre-inc .bathother_contents {
    margin-bottom: 15px;
  }
  .pre-inc .bathflex05 .bathflex_left .note {
    font-size: 10px;
    text-align: left;
    margin-top: 5%;
  }
  .pre-inc .oilttl h5 {
    font-size: 18px;
  }
  .pre-inc .oilttl p {
    font-size: 13px;
  }
  .pre-inc .powderroom_bottomparent .modaltext {
    margin-bottom: 15px;
  }
  .pre-inc .p_grid01, .pre-inc .p_grid02, .pre-inc .p_grid03, .pre-inc .p_grid04, .pre-inc .p_grid05, .pre-inc .p_grid06, .pre-inc .p_grid07, .pre-inc .p_grid08, .pre-inc .p_grid09, .pre-inc .p_grid10, .pre-inc .p_grid11, .pre-inc .p_grid12, .pre-inc .p_grid13, .pre-inc .p_grid14, .pre-inc .p_grid15, .pre-inc .p_grid16 {
    margin-bottom: 20px;
  }
  .pre-inc .kireist_container {
    padding: 15px;
    margin: 20px 0;
  }
  .pre-inc .kireist_flex {
    display: block;
  }
  .pre-inc .kireist_head .kireist_flexleft {
    width: 100%;
  }
  .pre-inc .kireist_head .kireist_flexleft p {
    font-size: 16px;
  }
  .pre-inc .kireist_read {
    display: block;
  }
  .pre-inc .kireist_read div:nth-child(1) {
    font-size: 14px;
  }
  .pre-inc .kireist_read div:nth-child(1) br {
    display: none;
  }
  .pre-inc .kireist_read div.readlabel {
    font-size: 24px;
    text-align: center;
  }
  .pre-inc .kireist_read div.readlabel span {
    font-size: 32px;
  }
  .pre-inc .kireist_read div.readlabel strong {
    font-size: 32px;
  }
  .pre-inc .kireist_head .kireist_flexright {
    width: 100%;
  }
  .pre-inc .kireist_read div.readlabel sup {
    position: absolute;
    right: 0;
    top: 4px;
    color: #000;
    font-size: 12px;
  }
  .pre-inc .kireist_logo {
    border: 2px solid #036eb8;
    padding: 6px;
    text-align: center;
  }
  .pre-inc .kireist_detail {
    margin-top: 15px;
  }
  .pre-inc .kireist_detail .kireist_flexleft {
    width: 100%;
    margin-bottom: 10px;
  }
  .pre-inc .kireist_detail .kireist_flexright {
    width: 100%;
  }
  .pre-inc .kireistflex01 {
    display: block;
  }
  .pre-inc .kireistflex01 .kireistflex01_left {
    width: 100%;
  }
  .pre-inc .kireistflex01 .kireistflex01_left p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .pre-inc .kireistflex01 .kireistflex01_right {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .pre-inc .kireist_bottom p.note {
    line-height: 120%;
  }
  .pre-inc .kireist_bottom p.tar {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
  }
  .pre-inc .kireist_head .kireist_flexleft p sup {
    font-size: 0.6em;
    vertical-align: 0.5em;
  }
  .pre-inc .kireistflex01 .kireistflex01_left p sup {
    font-size: 0.6em;
    vertical-align: 0.5em;
  }
  .pre-inc .entrance_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 8px;
  }
  .pre-inc .e_grid01 {
    grid-column: span 2/span 2;
  }
  .pre-inc .e_grid02 {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
  .pre-inc .e_grid03 {
    grid-row-start: 3;
  }
  .pre-inc .e_grid04 {
    grid-row-start: 3;
  }
  .pre-inc .e_grid06 {
    grid-row-start: 4;
  }
  .pre-inc .e_grid08 {
    grid-row-start: 5;
  }
  .pre-inc .e_grid09, .pre-inc .e_grid10, .pre-inc .e_grid11 {
    margin-bottom: 15px;
  }
}

/* 返済例プラン対応 */
.pre-inc .planhead.hensai {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pre-inc .planhead.hensai .floor{
  text-align: left;
  height: 2em;
}
.pre-inc .hensai .menseki{
  text-align: left;
}
.pre-inc .hensai i{
  position: absolute;
  right: -6em;
}
.pre-inc .hensai i img{
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pre-inc .planhead.hensai {
    position: relative;
  }
  .pre-inc .hensai i{
    left: 210px;
  }
  .pre-inc .hensai i img{
    width: 50%;
  }
}

/* キャンペーンバナー */

.pre-inc .cp_modal_bk {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  cursor: pointer;
}
.pre-inc .cp_modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11000000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 0 20px;
}
.pre-inc .cp_modal_btn {
  pointer-events: painted;
}
.pre-inc .cp_modal_btn a {
  overflow: hidden;
  display: inline-block;
}
.pre-inc .cp_modal_btn a img {
  transition: 0.5s all;
}
.pre-inc .cp_modal_close_btn {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s all;
  background: #000;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .pre-inc .cp_modal_close_btn:hover {
    opacity: 0.6;
  }
  .pre-inc .cp_modal_btn a:hover img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 769px) and (max-height: 809px) {
  .pre-inc .cp_modal_btn {
    height: 90%;
  }
  .pre-inc .cp_modal_btn a {
    height: 100%;
  }
  .pre-inc .cp_modal_btn a img {
    height: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .cp_modal_wrap {
    padding: 0 15px;
  }
  .pre-inc .cp_modal_close_btn {
    font-size: 30px;
    top: 0;
    right: 0;
  }
}
.pre-inc .bnrArea:first-child {
  padding: 30px 0 0;
  margin: 30px auto 0;
}
.pre-inc .bnrArea {
  max-width: 1024px;
  padding: 0;
  margin: 15px auto 0;
}
.pre-inc .bnrArea a {
  max-width: 1024px;
}
.pre-inc .bnrArea a:hover {
  opacity: 0.6;
}
.pre-inc .bnrArea .note {
  margin: 1.5em auto;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .pre-inc .bnrArea {
    width: 90%;
  }
  .pre-inc .bnrArea .note {
    margin: 1em auto;
    font-size: 10px;
  }
}
/*# sourceMappingURL=top.css.map */

/* education */
.pre-inc #education{
	padding: 80px 0;
	position: relative;
}
.pre-inc .contents_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.pre-inc .contents_bg figure {
  height: 100%;
}
.pre-inc .contents_bg figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.pre-inc #education .section_head p,.pre-inc #location .section_head p{
	font-size: 0.8em;
	text-align: center;
}
.pre-inc .flexcontents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pre-inc .eduflex01,.pre-inc .locationflex01{
	margin-bottom: 30px;
}
.pre-inc .locationflex02{
	margin-bottom: 15px;
}
.pre-inc .eduflex01 .eduflex_left{
	width: 26.3671875%;
}
.pre-inc .eduflex01 .eduflex_right{
	width: 67.3828125%;
}
.pre-inc .eduflex02 .eduflex_left,.pre-inc .eduflex02 .eduflex_right,.pre-inc .locationflex02 .lcflex_left,.pre-inc .locationflex02 .lcflex_right{
	width: 46.875%;
}
.pre-inc .eduflex02 .eduimg,.pre-inc .locationflex02 .lcimg{
	margin-bottom: 15px;
}
.pre-inc .locationflex03 .lcimg{
	margin-bottom: 5px;
}
.pre-inc .eduflex02 h4,.pre-inc .locationflex02 h4,.pre-inc .locationflex03 h4{
	font-size: 0.9em;
	text-align: center;
}
.pre-inc .eduflex02 h4 span,.pre-inc .locationflex02 h4 span,.pre-inc .locationflex03 h4 span{
	font-size: 0.7em;
	display: block;
	text-align: center;
	margin: 2px 0 6px;
}
.pre-inc .eduflex02 p,.pre-inc .locationflex02 p,.pre-inc .locationflex03 p{
	font-size: 0.75em;
}
.pre-inc .flexitem{
	width: 31.25%;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.pre-inc #education .section_head p, .pre-inc #location .section_head p {
		text-align: left;
	}
	.pre-inc .eduflex01 .eduflex_left{
		width: 100%;
		margin-bottom: 20px;
	}
	.pre-inc .eduflex01 .eduflex_right{
		width: 100%;
	}
	.pre-inc .eduflex02 .eduflex_left,.pre-inc .eduflex02 .eduflex_right,.pre-inc .locationflex02 .lcflex_left,.pre-inc .locationflex02 .lcflex_right{
		width: 100%;
	}
	.pre-inc .eduflex02 .eduflex_left,.pre-inc .locationflex02 .lcflex_left{
		margin-bottom: 20px;
	}
	.pre-inc .flexitem{
		width: 48%;
	}
}