@charset "UTF-8";
@import url("global.css");
#mainvisual::after {
  content: "";
  background: url(../estate/img/main.jpg) center center;
  background-size: cover; }

.list ul {
  display: flex;
  flex-wrap: wrap; }
  .list ul li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F6F6FA; }
    .list ul li:nth-child(4n+1) {
      margin-left: 0; }
    .list ul li a {
      display: block; }
      .list ul li a:hover figure span img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
      .list ul li a:hover figure figcaption {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
      .list ul li a:hover h2 {
        color: #1D2087; }
    .list ul li .image {
      position: relative; }
      .list ul li .image .new {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C29410;
        padding: 3px 15px;
        display: inline-block;
        color: #fff;
        font-size: 16px; }
    .list ul li figure {
      width: 100%;
      height: 0;
      padding-top: 65%;
      overflow: hidden;
      position: relative;
      background-color: #F6F6FA;
      margin-bottom: 12px;
      overflow: hidden; }
      .list ul li figure span {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .list ul li figure span img {
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          max-width: 100%;
          vertical-align: middle; }
      .list ul li figure figcaption {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(29, 32, 135, 0.2);
        box-sizing: border-box;
        color: #fff;
        text-align: left;
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease; }
    .list ul li h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      margin-top: 10px; }
    .list ul li .text {
      font-size: 15px;
      margin-top: 5px;
      line-height: 1.6; }

/***************************
 detail
***************************/
.detail h3.title_text {
  font-weight: 600;
  letter-spacing: 4px; }

.intro .wrapper {
  text-align: center; }
.intro .new {
  background-color: #C29410;
  padding: 3px 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 2px; }
.intro h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px; }
.intro .txt {
  margin-top: 30px; }
  .intro .txt p {
    margin-top: 10px; }

.photo {
  background-color: #F6F6FA;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  text-align: center; }
  .photo .photo_wrap {
    max-width: 1000px;
    margin: 0 auto; }

.price {
  margin-top: 80px;
  margin-bottom: 80px; }
  .price .wrapper {
    text-align: center; }
  .price .price_box .text {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2; }
  .price .price_box .big {
    display: inline-block;
    font-size: 64px;
    font-weight: 800;
    margin-left: 20px;
    margin-right: 5px;
    line-height: 1.2; }
  .price .loan_box {
    border: 2px solid #1D2087;
    background-color: #F6F6FA;
    padding: 22px 0px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    max-width: 700px; }
    .price .loan_box .text {
      font-size: 24px;
      color: #1D2087;
      line-height: 1.5; }
    .price .loan_box .big {
      font-size: 40px;
      font-weight: 800;
      line-height: 1.3;
      color: #1D2087; }
      .price .loan_box .big span {
        font-size: 56px; }
    .price .loan_box .att {
      font-size: 16px;
      color: #666;
      margin-top: 5px; }
    .price .loan_box .breakdown {
      margin: 30px 30px 10px;
      display: flex;
      justify-content: space-between; }
      .price .loan_box .breakdown .box {
        width: 48.5%; }
      .price .loan_box .breakdown h4 {
        font-size: 18px;
        background-color: #45657D;
        padding: 5px 10px;
        text-align: center;
        color: #fff; }
      .price .loan_box .breakdown dl {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        text-align: left; }
        .price .loan_box .breakdown dl dt {
          font-weight: 700;
          width: 40%;
          float: left;
          padding: 10px;
          box-sizing: border-box;
          border-bottom: 1px solid #45657D; }
        .price .loan_box .breakdown dl dd {
          width: 60%;
          padding: 10px;
          box-sizing: border-box;
          border-bottom: 1px solid #45657D; }
        .price .loan_box .breakdown dl .bg {
          background-color: #fff; }

.section {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px; }
  .section .wrapper {
    text-align: center; }
  .section .image {
    max-width: 1000px;
    margin: 0 auto; }

.plan {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px; }
  .plan .wrapper {
    text-align: center; }
  .plan .image {
    max-width: 1000px;
    margin: 0 auto; }

.environment {
  margin-top: 80px; }
  .environment .map {
    width: 100%;
    height: 500px;
    margin-top: 60px; }
    .environment .map iframe {
      width: 100%;
      height: 100%; }
  .environment ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    .environment ul li {
      width: 23.875%;
      margin-left: 1.5%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #F6F6FA;
      margin-top: 10px;
      text-align: left; }
      .environment ul li:nth-child(4n+1) {
        margin-left: 0; }
      .environment ul li .place {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4; }
      .environment ul li .text {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 5px; }

.about {
  margin-top: 80px; }
  .about .table {
    display: flex;
    justify-content: space-between; }
    .about .table table {
      width: 48%;
      border-bottom: 1px solid #ddd;
      border-collapse: collapse; }
      .about .table table tr td, .about .table table tr th {
        font-size: 15px;
        padding: 15px;
        line-height: 1.6;
        border-top: 1px solid #ddd; }
      .about .table table tr th {
        font-weight: 600;
        color: #1D2087; }

.btn_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .btn_box .btn_link button {
    margin: 0 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #333;
    padding: 20px 100px 20px 30px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-family: "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
    .btn_box .btn_link button:hover {
      border: 2px solid #1D2087;
      color: #1D2087;
      cursor: pointer; }
      .btn_box .btn_link button:hover .arrow::after {
        border-bottom: 2px solid #1D2087; }
      .btn_box .btn_link button:hover .arrow::before {
        border-top: 2px solid #1D2087; }
    .btn_box .btn_link button:hover .arrow::after {
      width: 60px; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .list ul li {
    width: 31%;
    margin-left: 3%; }
    .list ul li:nth-child(4n+1) {
      margin-left: 3%; }
    .list ul li:nth-child(3n+1) {
      margin-left: 0%; }
    .list ul li .image_box .new {
      padding: 5px 15px;
      font-size: 16px; }
    .list ul li h2 {
      font-size: 18px; }

  /***************************
   detail
  ***************************/
  .intro .new {
    padding: 3px 15px;
    font-size: 18px; }
  .intro h2 {
    font-size: 34px; }
  .intro .txt {
    margin-top: 30px;
    text-align: left; }

  .photo {
    margin-top: 70px; }
    .photo .photo_wrap {
      max-width: 100%;
      width: auto;
      margin: 0 10px; }

  .price {
    margin-top: 70px;
    margin-bottom: 70px; }
    .price .price_box .text {
      font-size: 32px; }
    .price .price_box .big {
      font-size: 56px;
      margin-left: 15px;
      margin-right: 5px; }
    .price .loan_box {
      padding: 22px 0px;
      margin-top: 30px;
      max-width: 640px; }
      .price .loan_box .text {
        font-size: 22px; }
      .price .loan_box .big {
        font-size: 34px; }
        .price .loan_box .big span {
          font-size: 50px; }
      .price .loan_box .att {
        font-size: 16px; }

  .environment {
    margin-top: 70px; }
    .environment .map {
      width: 100%;
      height: 280px;
      margin-top: 60px; }
    .environment ul li {
      width: 32%;
      margin-left: 2%;
      padding: 20px;
      margin-top: 10px; }
      .environment ul li:nth-child(4n+1) {
        margin-left: 2%; }
      .environment ul li:nth-child(3n+1) {
        margin-left: 0%; }
      .environment ul li .place {
        font-size: 15px; }
      .environment ul li .text {
        font-size: 14px; }

  .about {
    margin-top: 70px; }
    .about .table table {
      width: 49%; }
      .about .table table tr td, .about .table table tr th {
        font-size: 15px;
        padding: 15px 10px; }

  .btn_box {
    margin-top: 40px;
    margin-bottom: 40px; }
    .btn_box .btn_link button {
      margin: 0 10px;
      font-size: 18px;
      font-weight: 600;
      padding: 20px 90px 20px 20px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .list ul {
    display: block; }
    .list ul li {
      width: 100%;
      margin-left: 0%; }
      .list ul li:nth-child(4n+1) {
        margin-left: 0%; }
      .list ul li:nth-child(3n+1) {
        margin-left: 0%; }
      .list ul li h2 {
        font-size: 20px;
        margin-top: 15px; }

  /***************************
   detail
  ***************************/
  .intro .new {
    padding: 3px 15px;
    font-size: 16px; }
  .intro h2 {
    font-size: 24px; }
  .intro .txt {
    margin-top: 25px; }

  .photo {
    margin-top: 60px; }

  .price {
    margin-top: 60px;
    margin-bottom: 60px; }
    .price .price_box .text {
      font-size: 26px;
      display: block; }
      .price .price_box .text.unit {
        display: inline-block; }
    .price .price_box .big {
      font-size: 10.5vw;
      margin-left: 0px;
      margin-right: 0px; }
    .price .loan_box {
      padding: 20px 0px;
      margin-top: 25px;
      max-width: 100%; }
      .price .loan_box .text {
        font-size: 18px; }
      .price .loan_box .big {
        font-size: 22px;
        display: block; }
        .price .loan_box .big span {
          font-size: 9vw; }
      .price .loan_box .att {
        font-size: 14px; }
      .price .loan_box .breakdown {
        margin: 20px 20px 0px;
        display: block; }
        .price .loan_box .breakdown .box {
          width: 100%; }
        .price .loan_box .breakdown h4 {
          font-size: 18px;
          padding: 8px 10px; }
        .price .loan_box .breakdown dl {
          font-size: 13px; }
          .price .loan_box .breakdown dl dt {
            width: 30%;
            padding: 10px; }
          .price .loan_box .breakdown dl dd {
            width: 70%;
            padding: 10px; }

  .environment {
    margin-top: 60px; }
    .environment .map {
      width: 100%;
      height: 440px;
      margin-top: 50px; }
    .environment ul li {
      width: 100%;
      margin-left: 0%;
      padding: 15px;
      margin-top: 5px; }
      .environment ul li:nth-child(4n+1) {
        margin-left: 0%; }
      .environment ul li:nth-child(3n+1) {
        margin-left: 0%; }
      .environment ul li .place {
        font-size: 15px; }
      .environment ul li .text {
        font-size: 14px;
        margin-top: 3px; }

  .about {
    margin-top: 40px; }
    .about .table {
      display: block; }
      .about .table table {
        width: 100%;
        margin-top: 0px; }
        .about .table table:first-child {
          border-bottom: none; }
        .about .table table tr th {
          width: 90px; }

  .btn_box {
    display: block;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px; }
    .btn_box .btn_link {
      margin-top: 20px; }
      .btn_box .btn_link button {
        font-size: 15px;
        padding: 20px 80px 20px 20px;
        background-color: #fff; }
        .btn_box .btn_link button:hover {
          border: 2px solid #1D2087;
          color: #1D2087;
          cursor: pointer; }
          .btn_box .btn_link button:hover .arrow::after {
            border-bottom: 2px solid #1D2087; }
          .btn_box .btn_link button:hover .arrow::before {
            border-top: 2px solid #1D2087; }
        .btn_box .btn_link button:hover .arrow::after {
          width: 60px; }

  .fotorama__img {
    top: 0 !important; } }
