@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=EB+Garamond:wght@400;500;600;700;800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600&family=Allura&display=swap");
.pre-inc {
  --main_color: #b28184;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.pre-inc sup {
  vertical-align: 0.5em;
  font-size: 55%;
}
.pre-inc sub {
  font-size: 0.6em;
}
.pre-inc img {
  -ms-interpolation-mode: bicubic;
}
.pre-inc .goth {
  font-family: YakuHanJP, "Public Sans", "Noto Sans JP", sans-serif;
}
.pre-inc .min {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.pre-inc .tx_l {
  text-align: left !important;
}
.pre-inc .tx_r {
  text-align: right;
}
.pre-inc .tx_c {
  text-align: center;
}
.pre-inc .note a {
  color: #000;
  word-break: break-all;
}
.pre-inc .note a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pre-inc {
    font-size: 16px;
    line-height: 1.6;
  }
  .pre-inc .sp {
    display: none !important;
  }
  .pre-inc .wrap1024 {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .pre-inc .wrap1280 {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .pre-inc .note {
    font-size: 13px;
  }
}
.pre-inc {
  /* キャプション類 */
}
.pre-inc .cap_w,
.pre-inc .cap_wb,
.pre-inc .cap_b,
.pre-inc .cap_bw,
.pre-inc .cap_l {
  font-size: 12px;
  position: absolute;
  right: 0.7em;
  bottom: 0.7em;
  z-index: 1;
  line-height: 1.4;
}
.pre-inc .cap_w {
  color: #fff;
}
.pre-inc .cap_wb {
  color: #fff;
  text-shadow: 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7), 0px 0px 0.15em rgba(0, 0, 0, 0.7);
  text-align: right;
}
.pre-inc .cap_b {
  color: #000;
}
.pre-inc .cap_bw {
  text-shadow: 0px 0px 0.15em rgba(255, 255, 255, 0.9), 0px 0px 0.15em rgba(255, 255, 255, 0.9), 0px 0px 0.15em rgba(255, 255, 255, 0.9), 0px 0px 0.15em rgba(255, 255, 255, 0.9), 0px 0px 0.15em rgba(255, 255, 255, 0.9), 0px 0px 0.15em rgba(255, 255, 255, 0.9);
}
.pre-inc .cap_o {
  font-size: 12px;
  margin-top: 7px;
  text-align: right;
  position: static;
}
.pre-inc .cap_ol {
  font-size: 12px;
  margin-top: 7px;
  position: static;
}
.pre-inc .cap_oc {
  font-size: 12px;
  margin-top: 7px;
  position: static;
  text-align: center;
}
.pre-inc .cap_l {
  right: auto;
  left: 1em;
}
.pre-inc .cap_u {
  top: 1em;
}
@media screen and (max-width: 768px) {
  .pre-inc {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .pre-inc .pc {
    display: none !important;
  }
  .pre-inc .wrap1024 {
    max-width: 100%;
    padding: 0 4vw;
  }
  .pre-inc .wrap1280 {
    max-width: 100%;
    padding: 0 4vw;
  }
  .pre-inc .note {
    font-size: 2.8vw;
  }
  .pre-inc {
    /* キャプション類 */
  }
  .pre-inc .cap_w,
  .pre-inc .cap_wb,
  .pre-inc .cap_b,
  .pre-inc .cap_bw,
  .pre-inc .cap_l,
  .pre-inc .cap_o,
  .pre-inc .cap_ol,
  .pre-inc .cap_oc,
  .pre-inc .cap_l {
    font-size: 2.8vw;
  }
}
.pre-inc {
  /*||||||||||||||||| ヘッダー＆メニュー |||||||||||||||||*/
}
.pre-inc header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s all;
  height: 79px;
}
.pre-inc.scroll_down header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pre-inc header .header_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  max-width: 1920px;
}
.pre-inc header h1 {
  margin-right: 10px;
}
.pre-inc header h1 img {
  width: 180px;
}
.pre-inc header h1 a {
  pointer-events: painted;
}
.pre-inc header h1 a span {
  display: inline-block;
}
.pre-inc header h1 a small {
  font-size: 0.7em;
}
.pre-inc {
  /* &.h_active header{background: rgba(0,0,0,0);} */
}
.pre-inc.h_active header h1 {
  background: url("../img/logo.svg") no-repeat center center/contain;
}
.pre-inc.h_active header h1 img {
  opacity: 0;
}
.pre-inc .header_right {
  display: flex;
  align-items: center;
  height: calc(100% + 20px);
  position: absolute;
  right: 100px;
  top: -10px;
}
.pre-inc .header_right a {
  transition: 0.3s all;
}
.pre-inc .header_right .hr_om {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.pre-inc .header_right .hr_om a {
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
}
.pre-inc .header_right .hb {
  width: 125px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0;
  font-size: 15px;
  margin-left: 7px;
}
.pre-inc .header_right .hb i {
  z-index: 1;
  text-align: center;
  line-height: 1.2;
}
.pre-inc .header_right .hb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
}
.pre-inc .header_right .hb_reservation {
  background: linear-gradient(to right, #d1a9ab, #d1a9ab);
  order: 2;
}
.pre-inc .header_right .hb_reservation::before {
  background: linear-gradient(to right, var(--main_color), var(--main_color));
}
.pre-inc .header_right .hb_request {
  background: linear-gradient(to right, #988980, #988980);
  order: 1;
}
.pre-inc .header_right .hb_request::before {
  background: linear-gradient(to right, #685c55, #685c55);
}
.pre-inc .header_right .hb:hover::before {
  opacity: 0;
}
.pre-inc .header_right .hr_om a:hover {
  opacity: 0.6;
}
@keyframes purun {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(4%, 0%);
  }
  20% {
    transform: translate(8%, 0%);
  }
  40% {
    transform: translate(-8%, 0%);
  }
  60% {
    transform: translate(4%, 0%);
  }
  80% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes purun_sp {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(0%, 6%);
  }
  20% {
    transform: translate(0%, 12%);
  }
  40% {
    transform: translate(0%, -12%);
  }
  60% {
    transform: translate(0%, 6%);
  }
  80% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@media only screen and (min-width: 769px) {
  .pre-inc {
    /* &.h_active .header_right{display: none;} */
  }
  .pre-inc .header_right a .fukidashi {
    width: 8.3em;
    height: 3.2em;
    background: url("../img/request_f.png") no-repeat center center/contain;
    position: absolute;
    left: -8.5em;
    margin: auto 0;
    top: 0;
    bottom: 0;
    animation: purun 2s linear 0s 1;
    animation-iteration-count: infinite;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .pre-inc header .header_wrap {
    padding: 0 20px;
  }
  .pre-inc header .hb_menu {
    right: 25px !important;
    pointer-events: painted;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc .header_right {
    right: 62px;
  }
  .pre-inc .header_right .hr_om a {
    font-size: 12px;
  }
  .pre-inc .header_right .hb {
    width: 140px;
  }
  .pre-inc .header_right a.hb_reservation {
    width: 74px;
  }
  .pre-inc .header_right a.hb_reservation {
    height: 70%;
  }
  .pre-inc .header_right a.hb_reservation span {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 0;
  }
  .pre-inc .header_right a.hb_request {
    width: 74px;
    font-size: 12px;
    margin-left: 2px;
  }
  .pre-inc .header_right a.hb_request {
    height: 70%;
  }
  .pre-inc .header_right a.hb_request span {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 0;
  }
  .pre-inc header .hb_menu {
    right: 12px !important;
  }
  .pre-inc .header_right a .fukidashi {
    width: 7.8em;
    height: 2.5em;
    background: url("../img/request_f_sp.png") no-repeat center center/contain;
    position: absolute;
    left: -1.3em;
    bottom: -2.2em;
    animation: purun_sp 2s linear 0s 1;
    animation-iteration-count: infinite;
    font-size: 14px !important;
  }
}
.pre-inc {
  /* ロールオーバ（めくれる） */
}
.pre-inc a.re_roleover {
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
  letter-spacing: 0.1em;
}
.pre-inc a.re_roleover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 150%;
  height: 100%;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: all 0.3s;
  background: #fff;
}
.pre-inc a.re_roleover::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.pre-inc a.re_roleover span {
  font-size: 17px;
  display: block;
  width: calc(100% - 12px);
  margin: 0 auto;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  z-index: 3;
}
.pre-inc .request_btn a {
  border: 1px solid #987841;
  border-image: linear-gradient(to right, #cda957, #987841);
  border-image-slice: 1;
}
.pre-inc .request_btn a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #cda957, #987841);
  background-size: 100% 100%;
  display: block;
}
.pre-inc .reservation_btn a {
  border: 1px solid #910001;
  border-image: linear-gradient(to right, #e10011, #910001);
  border-image-slice: 1;
}
.pre-inc .reservation_btn a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #e10011, #910001);
  background-size: 100% 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .pre-inc .request_btn:hover a {
    color: #987841;
    border-image: linear-gradient(to right, #cda957, #987841);
    border-image-slice: 1;
  }
  .pre-inc .reservation_btn:hover a {
    color: #910001;
    border-image: linear-gradient(to right, #e10011, #910001);
    border-image-slice: 1;
  }
}
.pre-inc {
  /*ハンバーガーメニュー*/
}
.pre-inc header .hb_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 32px;
  right: 25px;
  z-index: 990;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  pointer-events: painted;
}
.pre-inc header .hb_menu span {
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.pre-inc header .hb_menu span i {
  display: block;
  height: 1px;
  width: 100%;
  transition: all 0.3s;
  background: #333;
  border-radius: 3px;
}
.pre-inc header .hb_menu span::before,
.pre-inc header .hb_menu span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  transition: all 0.3s;
  border-radius: 3px;
}
.pre-inc header .hb_menu span::before {
  top: -10px;
}
.pre-inc header .hb_menu span::after {
  bottom: -10px;
  width: 100%;
}
.pre-inc.h_active .hb_menu span::before {
  transform: rotate(-135deg);
  top: 0;
  right: 0;
  background: #333;
}
.pre-inc.h_active .hb_menu span::after {
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000;
}
.pre-inc.h_active .hb_menu span i {
  display: none;
}
.pre-inc {
  /* メニュー */
}
.pre-inc .menu_wrap {
  width: 400px;
  font-size: 20px;
  padding: 0 1em 0.5em;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.95);
  height: calc(100% - 79px);
  position: fixed;
  top: 79px;
  right: 0;
  transition: 0.3s all;
  z-index: 11000;
  overflow-y: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pre-inc.h_active .menu_wrap {
  pointer-events: painted;
  opacity: 1;
}
.pre-inc .menu_wrap .menu {
  display: flex;
  flex-wrap: wrap;
}
.pre-inc .menu_wrap .menu > * {
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #ccc;
  padding: 0.7em 0.5em;
}
.pre-inc .menu_wrap .menu > *::after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  display: block;
  border-right: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pre-inc .menu_wrap .menu > * > * {
  line-height: 1.3;
  transition: 0.3s all;
}
.pre-inc .menu_wrap .menu > * > i {
  font-size: 0.7em;
  color: #000;
}
.pre-inc .menu_wrap .menu > * > span {
  font-size: 0.6em;
  color: #333;
  margin-left: 1em;
}
.pre-inc .menu a[href$=entry] {
  background: #685c55;
  justify-content: center;
  margin-top: 0.5em;
  padding: 0.4em 0.1em;
}
.pre-inc .menu a[href$=entry]::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.pre-inc .menu a[href$=entry] i {
  color: #fff;
  text-align: center;
}
.pre-inc .menu a[href$=entry] i::after {
  content: "エントリーいただいた方に、最新情報をお届けします。";
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
}
.pre-inc .menu a[href$=entry] span {
  display: none;
}
.pre-inc .menu a[href*=reservation_pl3] {
  background: #b28184;
  justify-content: center;
  margin-top: 0.5em;
  padding: 0.4em 0.1em;
}
.pre-inc .menu a[href*=reservation_pl3]::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.pre-inc .menu a[href*=reservation_pl3] i {
  color: #fff;
  text-align: center;
}
.pre-inc .menu a[href*=reservation_pl3] i::after {
  content: "プレサンス京橋スタイルギャラリーにてご案内。";
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
}
.pre-inc .menu a[href*=reservation_pl3] span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pre-inc .menu_wrap {
    transform: translateX(3%);
  }
  .pre-inc.h_active .menu_wrap {
    transform: translateX(0%);
  }
}
.pre-inc {
  /* 未公開ページ（フッターメニューも共通） */
}
.pre-inc .menu a[href$=model_room] {
  pointer-events: none;
}
.pre-inc .menu a[href$=model_room] * {
  opacity: 0.2;
}
.pre-inc {
  /* NEW */
}
.pre-inc .menu_wrap .menu a[href$=room_plan]::before {
  content: "NEW";
  display: block;
  font-size: 0.45em;
  line-height: 1;
  position: absolute;
  color: #750000;
  top: 0.5em;
  left: 0.5em;
  text-align: center; /* padding:.3em .5em;background-color:#750000;width: 3em; */
}
.pre-inc {
  /* セレクトページ（フッターメニューも共通） */
}
.pre-inc#top .menu_wrap .menu a[href$="/pl-jsk42"] > *, .pre-inc#compact_plan .menu_wrap .menu a[href$=compact_plan] > *, .pre-inc#concept .menu_wrap .menu a[href$=concept] > *, .pre-inc#location .menu_wrap .menu a[href$=location] > *, .pre-inc#child .menu_wrap .menu a[href$=child] > *, .pre-inc#access .menu_wrap .menu a[href$=access] > *, .pre-inc#room_plan .menu_wrap .menu a[href$=room_plan] > *, .pre-inc#design .menu_wrap .menu a[href$=design] > *, .pre-inc#model_room .menu_wrap .menu a[href$=model_room] > *, .pre-inc#equipment .menu_wrap .menu a[href$=equipment] > *, .pre-inc#evaluation .menu_wrap .menu a[href$=evaluation] > *, .pre-inc#brand .menu_wrap .menu a[href$=brand] > *, .pre-inc#outline .menu_wrap .menu a[href$=outline] > *, .pre-inc#map .menu_wrap .menu a[href$=map] > * { /* background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 10%,rgba(0,0,0,0.05) 90%,rgba(0,0,0,0) 100%); */
  color: #750000;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .pre-inc header + .menu_wrap .menu > *:hover > * {
    opacity: 0.3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .pre-inc header {
    padding: 10px 15px;
  }
  .pre-inc a.re_roleover span {
    font-size: 15px;
  }
  .pre-inc header .request_btn i {
    left: auto;
    right: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pre-inc a.re_roleover span {
    font-size: 1.5vw;
  }
}
.pre-inc {
  /*||||||||||||||||| スマホ版メニュー（全ページ共通） |||||||||||||||||*/
  /* 固定メニュー */
}
@media only screen and (max-width: 768px) {
  .pre-inc header {
    padding: 7px 12px;
    height: 55px;
  }
  .pre-inc header .header_wrap {
    width: 100%;
    height: 100%;
  }
  .pre-inc header h1 img {
    width: 120px;
  }
  .pre-inc.h_active {
    overflow: hidden;
  }
  .pre-inc .menu_wrap {
    width: 100%;
    font-size: 5.3vw;
    height: calc(100% - 110px);
    position: fixed;
    top: 55px;
    transform: translateY(-3%);
  }
  .pre-inc .menu_wrap .menu {
    width: 100%;
    margin: 0 auto;
  }
  .pre-inc.h_active .menu_wrap {
    transform: translateY(0%);
  }
  .pre-inc {
    /* セレクトページ（フッターメニューも共通） */
    /* &#top .menu a[href$="/pl-jsk42"] *,
    &#concept .menu a[href$="concept"] *,
    &#location .menu a[href$="location"] *,
    &#access .menu a[href$="access"] *,
    &#room_plan .menu a[href$="room_plan"] *,
    &#design .menu a[href$="design"] *,
    #model_room .menu a[href$="model_room"] *,
    &#equipment .menu a[href$="equipment"] *,
    &#evaluation .menu a[href$="evaluation"] *,
    &#outline .menu a[href$="outline"] *,
    &#map .menu a[href$="map"] *
    {text-shadow: 0 0 7px #aaa,0 0 7px #aaa;} */
  }
}
.pre-inc {
  /*|||||||||| フッター前［資料請求ボタン・注釈］（全ページ共通） ||||||||||*/
}
.pre-inc #footer_before {
  padding: 50px 0 0;
  background: none;
}
.pre-inc #footer_before .footer_wrap {
  margin: 0 auto;
  max-width: 1044px;
  padding: 0 10px;
}
.pre-inc #footer_before .footer_wrap > p {
  font-size: 12px;
  margin-bottom: 50px;
}
.pre-inc #footer_before .footer_re_btn {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
.pre-inc #footer_before .footer_re_btn li:first-child {
  margin-right: 20px;
}
.pre-inc #footer_before .footer_re_btn li {
  width: 370px;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover::before {
  z-index: 2;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover::after {
  z-index: 1;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover span {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  z-index: 3;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover i {
  font-size: 10px;
  color: transparent;
  display: inline-block;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover i::before {
  content: "";
  width: 4.1em;
  height: 1.5em;
  background: url("../img/re_btn_arrow.svg") no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  left: 0.5em;
  top: -0.2em;
  transition: 0.3s all;
}
.pre-inc #footer_before .footer_re_btn a.re_roleover small {
  display: block;
  font-size: 14px;
  border-top: none;
  margin-top: 0.1em;
  letter-spacing: 0;
}
.pre-inc #footer_before .note {
  margin-bottom: 50px;
}
.pre-inc #footer_before a.re_roleover span {
  width: calc(100% - 12px);
}
.pre-inc .footer_re_btn .reservation_btn a {
  border: 1px solid #910001;
  border-image: linear-gradient(to right, var(--main_color), var(--main_color));
  border-image-slice: 1;
}
.pre-inc .footer_re_btn .reservation_btn a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--main_color), var(--main_color));
  background-size: 100% 100%;
  display: block;
}
.pre-inc .footer_re_btn .request_btn a {
  border: 1px solid #987841;
  border-image: linear-gradient(to bottom, #685c55, #685c55);
  border-image-slice: 1;
}
.pre-inc .footer_re_btn .request_btn a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #685c55, #685c55);
  background-size: 100% 100%;
  display: block;
}
.pre-inc #footer_before .footer_wrap {
  margin: 0 auto;
  max-width: 1044px;
  padding: 50px 10px 50px 10px;
}
.pre-inc #footer_before .footer_wrap > p {
  font-size: 12px;
  margin-bottom: 0;
}
.pre-inc #footer_before .bn {
  margin-bottom: 80px;
  display: inline-block;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .pre-inc #footer_before .bn:hover {
    opacity: 0.6;
  }
  .pre-inc .footer_re_btn .reservation_btn:hover a {
    color: var(--main_color);
    border-image: linear-gradient(to right, var(--main_color), var(--main_color));
    border-image-slice: 1;
  }
  .pre-inc .footer_re_btn .reservation_btn:hover::after {
    color: var(--main_color);
  }
  .pre-inc .footer_re_btn .reservation_btn:hover i::before {
    background: var(--main_color) !important;
    mask: url("../img/re_btn_arrow.svg") no-repeat center;
    mask-size: contain;
  }
  .pre-inc .footer_re_btn .request_btn:hover a {
    color: #685c55;
    border-image: linear-gradient(to bottom, #685c55, #685c55);
    border-image-slice: 1;
  }
  .pre-inc .footer_re_btn .request_btn:hover::after {
    color: #685c55;
  }
  .pre-inc .footer_re_btn .request_btn:hover i::before {
    background: #685c55 !important;
    mask: url("../img/re_btn_arrow.svg") no-repeat center;
    mask-size: contain;
  }
  .pre-inc .footer_re_btn li:hover a::before {
    content: "";
    transform-origin: right top;
    transform: skewX(-30deg) scale(1, 1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .pre-inc #footer_before .footer_re_btn a.re_roleover small {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc #footer_before {
    padding: 30px 15px 0;
  }
  .pre-inc #footer_before .footer_wrap > p {
    font-size: 10px;
    margin: 30px auto;
  }
  .pre-inc #footer_before .footer_re_btn {
    width: 100%;
    flex-wrap: wrap;
  }
  .pre-inc #footer_before .footer_re_btn li:first-child {
    margin-right: unset;
  }
  .pre-inc #footer_before .footer_re_btn li {
    width: 100%;
  }
  .pre-inc #footer_before .footer_re_btn a.re_roleover {
    margin: 0 auto;
    font-size: 18px;
    background: url("../img/btn_bk_sp.png") no-repeat;
    background-position: top right 130%;
  }
  .pre-inc #footer_before .footer_re_btn a.re_roleover span {
    font-size: 16px;
    padding: 7px 5px;
  }
  .pre-inc #footer_before .footer_re_btn a.re_roleover small {
    font-size: 12px;
    letter-spacing: 0em;
  }
  .pre-inc #footer_before .note {
    margin-bottom: 30px;
  }
  .pre-inc #footer_before a.re_roleover span {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .pre-inc #footer_before .footer_re_btn li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .pre-inc #footer_before .note {
    margin-bottom: 30px;
  }
  .pre-inc .footer_re_btn li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .pre-inc #footer_before .footer_wrap {
    padding: 0;
  }
  .pre-inc #footer_before .footer_wrap > p {
    font-size: 10px;
  }
  .pre-inc #footer_before .bn {
    margin-bottom: 30px;
  }
}
.pre-inc {
  /*||||||||||||||||| フッター（全ページ共通） |||||||||||||||||*/
  /* フッターメニューPCのみ */
}
.pre-inc .footer_menu_wrap {
  background: var(--main_color);
  padding: 1.6em 0;
  font-size: 12px;
}
.pre-inc .footer_menu_wrap .menu {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pre-inc .footer_menu_wrap .menu a {
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  padding: 1px 0.8em;
}
.pre-inc .footer_menu_wrap .menu a i {
  font-size: 1em;
}
.pre-inc .footer_menu_wrap .menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  content: "";
  width: calc(100% - 1.4em);
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  margin: 0 auto;
  transform-origin: center top;
  transition: transform 0.3s;
}
.pre-inc .footer_menu_wrap .menu a:hover::after {
  transform: scale(1, 1);
}
.pre-inc .footer_menu_wrap .menu a:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 1160px) {
  .pre-inc .footer_menu_wrap {
    font-size: 1.09vw;
  }
}
.pre-inc {
  /* SUMINAサイトバナー */
}
.pre-inc .ft_menu_area .sumina_site {
  max-width: 600px;
  margin: 0 auto;
}
.pre-inc .ft_menu_area .sumina_site a {
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .pre-inc .ft_menu_area .sumina_site a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc .ft_menu_area .sumina_site {
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc {
  /* SP版フットメニュー */
}
.pre-inc .footmenu {
  background: var(--main_color);
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
}
.pre-inc .footmenu a {
  text-align: center;
  color: #fff;
  flex: 1;
  padding: 5px 0;
}
.pre-inc .footmenu a::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  background: #fff;
}
.pre-inc .footmenu a img {
  width: 22px;
}
.pre-inc .footmenu a p {
  margin-top: 5px;
  line-height: 1;
  font-size: 9px;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc .footmenu a:last-of-type::after {
  display: none;
}
.pre-inc .footmenu a.fm_reserve {
  background: linear-gradient(to right, #192348, #2b3d7e);
}
.pre-inc {
  /* トップへ戻るボタン */
}
.pre-inc a#page_top {
  background: rgba(0, 0, 0, 0.9);
  width: 30px;
  height: 30px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 1000;
}
.pre-inc a#page_top::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  margin: auto;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .pre-inc a#page_top {
    right: 10px;
    bottom: 60px;
  }
}
.pre-inc {
  /*||||||||||||||||| 下層ページ共通 |||||||||||||||||*/
}
.pre-inc article {
  margin-top: 79px;
  overflow: hidden;
}
.pre-inc .layer_main {
  overflow: hidden;
}
.pre-inc .layer_main .main_img img {
  width: 100%;
}
.pre-inc .layer_main .main_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(30% 30%, rgba(0, 0, 0, 0.3), transparent);
  z-index: 1;
  animation: 2s fadeIn 0s forwards;
  opacity: 0;
}
.pre-inc .layer_main .main_tit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  animation: 3s fadeInUp 0.5s forwards;
  height: 100px;
}
.pre-inc .layer_main .main_tit span {
  display: inline-block;
  height: 100%;
}
.pre-inc .layer_main .main_tit span img {
  height: 100%;
}
.pre-inc .layer_main .main_tit {
  color: #fff;
  font-size: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-shadow: 0.01em 0.01em 0.05em rgba(0, 0, 0, 0.5), 0.01em 0.01em 0.05em rgba(0, 0, 0, 0.5);
  top: 30%;
}
.pre-inc .layer_main .main_img::before {
  top: 30%;
}
.pre-inc .layer_main .main_jo-to {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  animation: 3s fadeInLeft 0s forwards;
}
.pre-inc .layer_main .main_jo-to i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: 2s fadeIn 2s forwards;
}
.pre-inc .layer_main .main_jo-to i img {
  height: 77px;
  max-width: none;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .pre-inc .layer_main {
    height: 500px;
    overflow: hidden;
  }
  .pre-inc .layer_main .main_img {
    height: 100%;
  }
  .pre-inc .layer_main .main_img img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
}
@media only screen and (min-width: 1385px) and (max-width: 1600px) {
  .pre-inc .layer_main {
    height: auto;
  }
  .pre-inc .layer_main .main_img {
    height: auto;
  }
  .pre-inc .layer_main .main_img img {
    width: 100%;
    height: auto;
    left: auto;
    transform: translateX(0);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc .layer_main {
    overflow: hidden;
  }
  .pre-inc .layer_main .main_img {
    height: 72vh;
  }
  .pre-inc .layer_main .main_img img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
  .pre-inc .layer_main .main_tit {
    height: 15vw;
  }
  .pre-inc .layer_main .main_tit span {
    display: inline-block;
  }
  .pre-inc .layer_main .main_jo-to {
    left: 4vw;
    top: 4vw;
    width: 60vw;
  }
  .pre-inc .layer_main .main_jo-to i img {
    height: 12vw;
  }
}
.pre-inc .page_tit {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.pre-inc .page_tit small {
  font-size: 0.75em;
  display: block;
}
.pre-inc .page_tit + p {
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .pre-inc .page_tit {
    font-size: 5.6vw;
  }
}
.pre-inc .contents_tit {
  font-size: 24px;
  letter-spacing: 0.05em;
  animation-name: fadeInUp;
  line-height: 1.4;
}
.pre-inc .contents_tit i {
  display: block;
  margin-top: 0.2em;
  letter-spacing: 0;
  margin-bottom: 0.2em;
}
.pre-inc .contents_tit + * {
  margin-top: 1.5em;
}
.pre-inc .contents_tit + p {
  margin-top: 1em;
  animation-name: fadeInUp;
}
.pre-inc .column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .column2 > * {
  margin-top: 25px;
  width: 48%;
  animation-name: fadeIn;
}
.pre-inc .column2 > *:nth-of-type(even) {
  animation-delay: 0.2s;
}
.pre-inc {
  /* 設備仕様・住宅性能タイトル */
}
.pre-inc .e_tit {
  background: #91b671;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 0.2em;
}
.pre-inc .e_tit small {
  display: block;
  font-size: 0.7em;
  color: #fff;
}
.pre-inc .e_tit + p {
  background: #e9f0e3;
  text-align: center;
  font-size: 24px;
  padding: 0.7em 0.2em;
}
.pre-inc .e_tit + p + figure {
  margin-top: 1em;
}
.pre-inc .e_tit + p + .column3 {
  margin-top: -0.8em;
}
.pre-inc .e_tit_s {
  font-size: 18px;
  color: #816e1f;
  line-height: 1.4;
}
.pre-inc .e_tit_s small {
  display: inline-block;
  color: #000;
  margin-left: 1em;
  font-size: 0.7em;
}
.pre-inc .e_tit_s + * {
  margin-top: 0.5em;
}
.pre-inc .e_tit_s + p {
  margin-top: 0.4em;
}
.pre-inc .e_tit_s + p + figure {
  margin-top: 1em;
}
.pre-inc figure + .e_copy {
  margin-top: 0.6em;
}
.pre-inc #eq_ev .note,
.pre-inc #eco .note {
  margin-top: 0.3em;
}
.pre-inc #eq_ev .note.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.pre-inc #eq_ev .note + .note {
  margin-top: 0;
}
.pre-inc #eq_ev .column3 {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 31.25% 31.25% 31.25%;
}
.pre-inc #eq_ev .column3 > * {
  margin-top: 1.8em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pre-inc .e_tit {
    font-size: 2.24vw;
  }
  .pre-inc .e_tit + p {
    font-size: 2.24vw;
  }
  .pre-inc .e_tit_s {
    font-size: 1.68vw;
  }
  .pre-inc #eq_ev .note {
    font-size: 1.21vw;
  }
  .pre-inc #eq_ev .cap_b, .pre-inc #eq_ev .cap_wb, .pre-inc #eq_ev .cap_o {
    font-size: 1.21vw;
  }
}
@media only screen and (max-width: 768px) {
  .pre-inc article {
    margin-top: 55px;
  }
  .pre-inc .contents_tit {
    font-size: 4.5vw;
  }
  .pre-inc .contents_tit i {
    font-size: 1.1em;
  }
  .pre-inc .column2 > * {
    margin-top: 5vw;
    width: 49.5%;
  }
  .pre-inc .column2 > * .cap_wb {
    text-shadow: none;
    text-align: left;
    color: #000;
    position: static;
    margin-top: 1vw;
  }
  .pre-inc {
    /* 設備仕様・住宅性能タイトル */
  }
  .pre-inc .e_tit {
    font-size: 4.5vw;
  }
  .pre-inc .e_tit + p {
    font-size: 4vw;
    padding: 0.3em 0.2em;
  }
  .pre-inc .e_tit_s {
    font-size: 4vw;
  }
  .pre-inc #eq_ev .column3 {
    grid-template-columns: 48% 48%;
  }
}
@keyframes scale_x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scale_x_l {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes scale_x_r {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@keyframes bokashi_img {
  0% {
    filter: blur(8px);
    transform: scale(1.07);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
.pre-inc {
  /* バナー */
}
.pre-inc #banner, .pre-inc #banner02 {
  width: 100%;
  text-align: center;
}
.pre-inc #banner.bannerArea {
  margin: 80px auto 0;
  max-width: 1000px;
}
.pre-inc #banner.bannerArea a:hover {
  opacity: 0.6;
}
.pre-inc #banner02.bannerArea {
  margin: 30px auto 0;
  max-width: 1000px;
}
.pre-inc #banner02.bannerArea a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .pre-inc #banner, .pre-inc #banner02 {
    width: 90%;
    margin: 0 auto;
  }
  .pre-inc #banner.bannerArea {
    margin: 30px auto 0;
  }
  .pre-inc #banner02.bannerArea {
    margin: 20px auto 0;
  }
  .pre-inc #footerBnr {
    margin: 0 auto 40px;
  }
}
.pre-inc #footerBnr {
  max-width: 1024px;
  margin: 80px auto 0;
  padding: 0;
}
.pre-inc #footerBnr .ps_banner {
  width: 100%;
  text-align: center;
}
.pre-inc #footerBnr .ps_banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .pre-inc #footerBnr {
    margin: 20px auto;
    padding: 0;
  }
  .pre-inc #footerBnr .ps_banner {
    width: 96%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=base.css.map */
