@charset "utf-8";

/* ======================================================================
/* root
====================================================================== */
:root {
  --color-black: #000000;
  --color-navy: #293362;
  --color-white: #ffffff;
  --color-gray: #f5f5f5;
  --color-red: #8b1e24;
  --color-gold: #b3975c;
  --color-orange: #ee713a;
  --color-light-orange: #ffc8b1;
}

/* ======================================================================
/* body
====================================================================== */
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: var(--color-black);
  text-align: justify;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (width <=768px) {
  body {
    font-size: 14px;
  }
}

/* ======================================================================
/* #container
====================================================================== */
#container {
  inline-size: 500px;
  block-size: auto;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 2;
}

@media screen and (width <= 768px) {
  #container {
    inline-size: 100%;
  }
}

/* ======================================================================
/* .inner
====================================================================== */
.inner {
  max-inline-size: 100%;
  block-size: auto;
  margin: 0 auto;
  padding: 70px 30px;
}

@media screen and (width <= 768px) {
  .inner {
    inline-size: 100%;
    block-size: auto;
    padding: 35px 15px;
  }
}

/* ======================================================================
/* #nav03
====================================================================== */
#nav03 {
  content: "";
  inline-size: 100%;
  block-size: 100% !important;
  background: url(../img/pickup/pickUp_bg.svg) center center / cover no-repeat;
}

@media screen and (width <= 768px) {
  #nav03 {
    block-size: 110% !important;
  }
}

/* ======================================================================
/* fluidImg
====================================================================== */
@media screen and (width <= 768px) {
  .fluidImg {
    inline-size: 100%;
    block-size: auto;
  }
}

/* ======================================================================
/* relative
====================================================================== */
.relative {
  position: relative;
}

/* ======================================================================
/* arrowDown
====================================================================== */
.arrowDown {
  max-inline-size: 500px;
  block-size: 70px;
  background: url(../img/common/arrow_down.svg) 50% 50% / cover no-repeat;
}

/* ======================================================================
/* bgColor
====================================================================== */
.bgColor-gray {
  background: var(--color-gray);
}

/* ======================================================================
/* mapFrame
====================================================================== */
.mapFrame {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, -13%);
  max-inline-size: 100%;
  block-size: auto;

  & iframe {
    max-inline-size: 380px;
    block-size: 310px;
  }
}

@media screen and (width <= 768px) {
  .mapFrame {
    bottom: 16%;
    left: 50%;
    transform: translate(-50%, -16%);

    & iframe {
      max-inline-size: 260px;
      block-size: auto;
    }
  }
}

/* ======================================================================
/* ribbon
====================================================================== */
.ribbon {
  display: inline-block;
  position: relative;
  inline-size: 95%;
  block-size: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 24px;
  padding-inline: 25px;
  color: var(--color-white);
  background: var(--color-navy);

  &::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent var(--color-white) transparent transparent;
    border-style: solid;
  }
}

@media screen and (width <= 768px) {
  .ribbon {
    font-size: 18px;
    padding-inline: 20px;
  }
}

/* ======================================================================
/* Swiper
====================================================================== */
.swiper {
  position: relative;
  inline-size: 100%;
  block-size: 100%;
  margin-block-start: 50px;

  & .swiper-slide {
    inline-size: 100%;
    block-size: auto;
    background: var(--color-white);
    border-inline-end: solid 3px var(--color-navy);
    border-block-end: solid 3px var(--color-navy);
    box-sizing: border-box;

    & .slide-box {
      padding: 25px;

      & .catch {
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto 25px;
        inline-size: 80%;
      }

      & img {
        inline-size: 100%;
        block-size: auto;
        cursor: pointer;
      }

      & .ttl {
        font-size: 22px;
      }

      & .priceArea {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;

        & .subTxt {
          width: 100%;
          font-size: 18px;
          font-weight: bold;
          padding-block-end: 10px;
          background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
        }

        & .num {
          display: inline-block;
          color: var(--color-navy);
          font-size: 48px;
          font-weight: bold;
        }

        & .num + .num {
          position: relative;
          margin-left: 50px;

          &::before {
            position: absolute;
            content: "~";
            margin: auto;
            top: 0;
            bottom: 0;
            left: -40px;
            font-size: 45px;
            color: var(--color-black);
            font-weight: normal;
            display: flex;
            align-items: center;
          }
        }

        & .priceTxt {
          display: inline-block;
          margin: 20px 5px;
        }
      }

      & .subdivisionInfo {
        inline-size: 100%;

        & dl {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          border-block-end: solid 1px var(--color-white);

          & dt {
            inline-size: 70px;
            block-size: 50px;
            padding: 10px 0;
            font-size: 14px;
            color: var(--color-white);
            background: var(--color-orange);
            line-height: 1.2;
            text-align: center;
          }

          & dd {
            inline-size: 100px;
            block-size: 50px;
            padding: 10px 5px;
            font-size: 14px;
            inline-size: calc(100% - 70px);
            color: var(--color-black);
            background: var(--color-light-orange);
            display: flex;
            align-items: center;
            line-height: 1.2;
          }
        }
      }

      & .pin {
        position: relative;

        &::before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          inline-size: 23px;
          block-size: 35px;
          background: url(../img/common/pin.svg) center center / cover no-repeat;
        }

        & span {
          margin-inline-start: 30px;
        }
      }

      & .subdivisionMap {
        inline-size: 100%;

        & iframe {
          inline-size: 100%;
          block-size: 250px;
        }
      }
    }
  }

  & .swiper-button-prev {
    position: absolute;
    top: 45%;
    left: 1%;
    content: "";
    display: block;
    inline-size: 40px;
    block-size: 40px;
    background: url(../img/common/slidePrev.svg) center center / cover no-repeat;
  }

  & .swiper-button-next {
    top: 45%;
    right: 1%;
    content: "";
    display: block;
    inline-size: 40px;
    block-size: 40px;
    background: url(../img/common/slideNext.svg) center center / cover no-repeat;
  }
}

@media screen and (width <= 768px) {
  .swiper {
    position: relative;

    & .swiper-slide {
      inline-size: 100%;

      & .slide-box {
        padding: 15px;

        & .catch {
          font-size: 16px;
          margin: 0 auto 15px;
          inline-size: 100%;
        }

        & img {
          inline-size: 100%;
          block-size: auto;
          cursor: pointer;
        }

        & .ttl {
          font-size: 22px;
        }

        & .priceArea {
          & .num {
            font-size: 30px;
          }

          & .num + .num {
            position: relative;
            margin-left: 50px;

            &::before {
              position: absolute;
              content: "~";
              margin: auto;
              top: 0;
              bottom: 0;
              left: -40px;
              font-size: 45px;
            }
          }

          & .priceTxt {
            display: inline-block;
            margin: 20px 5px;
          }
        }

        & .pin {
          position: relative;

          &::before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            inline-size: 23px;
            block-size: 35px;
            background: url(../img/common/pin.svg) center center / cover no-repeat;
          }

          & span {
            margin-inline-start: 30px;
          }
        }

        & .subdivisionMap {
          inline-size: 100%;

          & iframe {
            inline-size: 100%;
            block-size: 200px;
          }
        }
      }
    }

    & .swiper-button-next,
    & .swiper-button-prev {
      inline-size: 30px;
      block-size: 30px;
    }
  }
}

/* =================================================
/* propertyTab
================================================= */
.propertyTab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  cursor: pointer;
  margin-block: 60px 0;

  & .tab {
    padding: 0;

    &.is-active:hover {
      opacity: 0.8;
    }
  }
}

/* =================================================
/* content
================================================= */
.content {
  display: none;
  margin-block: 20px 0;

  &.is-show {
    display: block;
  }
}

/*----------------------------------------
	target_nav
----------------------------------------*/
.target_nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 50%;
  transform: translate(calc(-50% + 300px), -50%);
  z-index: 49;
}
.header__link {
  display: block;
  width: 6px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #d0c1c1;
  margin-top: 20px;
}
.header__link.is-active {
  background-color: #626262;
}
li.header__item {
  position: relative;
}

.t_nav_tex {
  display: block;
  width: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #d0c1c1;
  transform: translate(15%, -50%);
}

@media screen and (max-width: 768px) {
  .target_nav {
    right: 5%;
    transform: translate(0, -50%);
  }
  .header__link {
    width: 4px;
    height: 24px;
    margin-top: 15px;
    border: 1px solid #c8c8c8;
  }
  .header__link.is-active {
    background-color: #c8c8c8;
  }

  /*���̕�������*/
  .t_nav_tex {
    width: 20px;
  }
} /*END*/

@media screen and (max-width: 599px) {
  .target_nav {
    display: none !important;
  }
} /*END*/

/* =====================================================
/* header
===================================================== */
header {
  position: relative;
}

/* =====================================================
/* drawer
===================================================== */
.drawer {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  inline-size: 100%;
  block-size: 100vh;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s ease-in-out;
  z-index: 50;

  & ul {
    text-align: center;
    padding-top: 100px;

    & li {
      position: relative;
      transform: translateX(-150px);
      transition: transform 0.5s ease;

      & a {
        display: inline-block;
        font-size: 1.4rem;
        color: var(--color-white);
        text-decoration: none;
        padding: 15px;

        &:hover {
          animation: drawer 1.4s;
          color: #e1f2fa;
        }
      }
    }
  }
}

.drawer ul li:nth-child(2) {
  transition-delay: 0.15s;
}
.drawer ul li:nth-child(3) {
  transition-delay: 0.25s;
}
.drawer ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.drawer ul li:nth-child(5) {
  transition-delay: 0.45s;
}
.drawer ul li:nth-child(6) {
  transition-delay: 0.55s;
}
.drawer ul li:nth-child(7) {
  transition-delay: 0.65s;
}
.drawer ul li:nth-child(8) {
  transition-delay: 0.4s;
}
.drawer ul li:nth-child(9) {
  transition-delay: 0.45s;
}
.drawer ul li:nth-child(10) {
  transition-delay: 0.5s;
}
.drawer ul li:nth-child(11) {
  transition-delay: 0.55s;
}
.drawer ul li:nth-child(12) {
  transition-delay: 0.6s;
}

@keyframes drawer {
  0% {
    filter: none;
  }
  30% {
    filter: blur(0.8px);
  }
  100% {
    filter: none;
  }
}

.open .drawer {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.open .drawer ul li {
  transform: translateX(0);
}
.head_lp .drawer_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.head_lp .drawer_close span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
  height: 2px;
  width: 100%;
  transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1) {
  transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span {
  background: #bd0d23;
}

@media screen and (max-width: 768px) {
  .head_lp .drawer_close {
    width: 30px;
    height: 30px;
  }
  .drawer ul li a {
    font-size: 1rem;
  }
} /*END*/

.btn_menu_works {
  position: fixed;
  width: 46px;
  height: 41px;
  right: calc(50% - 250px);
  top: 0px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 51;
  background: #000;
  /*display: none;*/
}
.btn_menu_works span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
.btn_menu_works span {
  width: 60%;
  left: 20%;
}
.btn_menu_works span:nth-child(1) {
  top: 10px;
}
.btn_menu_works span:nth-child(2) {
  top: 20px;
}
.btn_menu_works span:nth-child(3) {
  top: 30px;
}
.open .btn_menu_works span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
.open .btn_menu_works span:nth-child(2) {
  opacity: 0;
}
.open .btn_menu_works span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}

@media screen and (max-width: 768px) {
  .btn_menu_works {
    top: 0px;
  }
  .btn_menu_works span:nth-child(2) {
    top: 11px;
  }
  .open .btn_menu_works span:nth-child(1) {
    top: 20px;
  }
  .open .btn_menu_works span:nth-child(3) {
    top: 20px;
  }
  .btn_menu_works {
    width: 46px;
    height: 41px;
    right: 0px;
  }
  .btn_menu_works span {
    width: 70%;
    left: 15%;
  }
  .btn_menu_works span:nth-child(1) {
    top: 9px;
  }
  .btn_menu_works span:nth-child(2) {
    top: 20px;
  }
  .btn_menu_works span:nth-child(3) {
    top: 31px;
  }
} /*END*/

/* ==============================================
/* remodal
============================================== */
.remodal {
  padding: 15px !important;

  & .txtCenter {
    font-size: 13px;
    text-align: left;
  }
}

/* ==============================================
/* Modal Close
============================================== */
.remodal-cancel {
  margin-block-start: 50px !important;
  inline-size: 300px;
  background: var(--color-navy) !important;
}

@media screen and (width <= 768px) {
  .remodal-cancel {
    margin-block-start: 30px !important;
    inline-size: 100%;
  }
}

/* ==============================================
/* overViewTitle
============================================== */
.overViewTitle {
  font-size: 18px;
  color: var(--color-white);
  background: var(--color-navy);
  padding: 15px;
  margin-block: 100px 50px;

  &:first-of-type {
    margin-block: 0 50px;
  }
}

@media screen and (width <= 768px) {
  .overViewTitle {
    padding: 5px;
    margin-block: 50px 25px;

    &:first-of-type {
      margin-block: 0 25px;
    }
  }
}

/* ==============================================
/* txtLeft
============================================== */
.txtLeft {
  text-align: left;
  font-size: 12px;
}

/* =====================================================
/* footer
===================================================== */
footer {
  inline-size: 100%;
}

/* =====================================================
/* spMenu
===================================================== */
.spMenu {
  position: fixed;
  inline-size: 100%;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 9999;

  & a {
    display: block;
  }

  & ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-inline-size: 500px;
    margin: auto auto;
  }
}
