@charset "UTF-8";
/* Scss Document */
.inner {
  margin: 0 auto;
  width: 120rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
  }
}

.tel-item {
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
}
.tel-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel-item .icon-mobile {
  margin-right: 0.25em;
  fill: rgb(255, 255, 255);
  width: 16px;
}

.img-dammy {
  text-align: center;
}
.img-dammy img {
  margin: 0 auto;
}

.header {
  padding: 3rem 0 2em;
  background: #003366;
  color: rgb(255, 255, 255);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 6vw 4vw 4vw;
  }
}
.header a {
  color: rgb(255, 255, 255);
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .summary {
  font-size: 1.3rem;
  width: 100%;
  opacity: 0.8;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.75em;
  left: 0;
}
.header-title {
  padding-top: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .header-title {
    display: block;
  }
}
.header-title h1 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-title .en {
  margin-left: 2em;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .header-title .en {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.header .btn-top {
  margin: 0 3em 0 auto;
  padding: 0.25em 1em 0.25em 2em;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .header .btn-top {
    margin: 0 0 0 auto;
  }
}
.header .btn-top:before {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0.5em;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .header .tel-item {
    display: none;
  }
}

.main .inner {
  padding-bottom: 4rem;
  background: rgb(255, 255, 255);
}

.content-head {
  margin-bottom: 6rem;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  text-align: center;
}
.content-head .jp {
  font-size: 3rem;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.content-head .en {
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: normal;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  .property-container {
    display: block;
    position: relative;
  }
}
.property-nav {
  position: sticky;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1.2rem 1rem -1rem rgba(26, 60, 77, 0.1);
          box-shadow: 0 1.2rem 1rem -1rem rgba(26, 60, 77, 0.1);
}
@media only screen and (max-width: 640px) {
  .property-nav {
    padding: 2vw 0 2vw 2vw;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.property-nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120rem;
}
@media only screen and (max-width: 640px) {
  .property-nav ul {
    width: 87.5%;
    margin-right: 0;
    position: static;
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.property-nav ul li {
  width: 16.6666666667%;
  line-height: 1.2;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .property-nav ul li {
    padding: 0.1rem;
    border-bottom: none;
    width: 33.3333333333%;
    font-size: 1.5rem;
  }
}
.property-nav ul li::before {
  margin: auto 0;
  content: "";
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.property-nav ul li a {
  display: block;
  padding: 1.5rem 2rem;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .property-nav ul li a {
    display: block;
    padding: 1rem 0;
    position: relative;
    background: rgb(255, 255, 255);
  }
}
.property-nav ul li a:hover {
  opacity: 0.6;
}
.property-nav ul li a span {
  margin-top: 0.25em;
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .property-nav ul li a span {
    display: none;
  }
}
.property-nav ul li.request a {
  color: rgb(255, 255, 255);
  background: #EF8200;
}
.property-nav ul.col5 li {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .property-nav ul.col5 li {
    width: 33.3333333333%;
  }
}
.property-nav .sp-tel {
  display: none;
}
@media only screen and (max-width: 640px) {
  .property-nav .sp-tel {
    display: block;
    width: 12.5%;
    text-align: center;
    line-height: 1;
  }
  .property-nav .sp-tel .icon-mobile {
    display: block;
    margin: 0 auto 0.5em;
    fill: rgb(255, 255, 255);
    width: 5vw;
  }
  .property-nav .sp-tel a {
    color: #fff;
  }
}
.property-content {
  padding-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .property-content {
    width: 100%;
  }
}
.property-content:first-child {
  padding-top: 0;
}
.property-content .inner {
  margin: 0 auto;
  width: 1080px;
}
@media only screen and (max-width: 640px) {
  .property-content .inner {
    padding: 0 6vw;
    width: 100%;
  }
}
.property-content h3 {
  margin: 6rem auto;
  padding: 1em;
  background: rgba(0, 0, 0, 0.1);
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .property-content h3 {
    margin: 2em -6vw;
    text-align: center;
    font-family: "Times New Roman", "Noto Serif JP", serif;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.property-content .section {
  margin-bottom: 4rem;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .property-content .section {
    margin-bottom: 4rem;
    padding: 5vw;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 0;
  }
  .property-content .section .anchor {
    position: absolute;
    top: -24vw;
    left: 0;
  }
}
.property-content .section iframe {
  margin-top: 4rem;
  width: 100%;
}

.photos,
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photos:before,
.location:before {
  content: "";
  width: 23.5%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.photos:after,
.location:after {
  content: "";
  width: 23.5%;
  height: 0;
}
.photos li,
.location li {
  margin-bottom: 1.5em;
  width: 23.5%;
  text-align: center;
  text-align: left;
  font-size: 1.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .photos li,
  .location li {
    width: 48%;
  }
}
.photos li img,
.location li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .location li {
    height: auto;
  }
}

.photos li {
  height: 175px;
}
@media only screen and (max-width: 640px) {
  .photos li {
    height: 75%;
  }
}
.photos li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual {
  font-size: 0;
  line-height: 0;
}
.mainvisual img {
  max-width: initial;
  width: 100%;
}

.top-lead {
  padding: 6rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-lead {
    padding: 6vw;
  }
}
.top-lead-inner {
  margin: 0 auto;
  padding: 3em;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .top-lead-inner {
    width: 100%;
  }
}
.top-lead .en {
  margin-bottom: 1em;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 2rem;
  opacity: 0.3;
}
.top-lead h3 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  font-size: 3rem;
}
.top-lead p {
  font-size: 1.8rem;
}

.plan-item {
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .plan-item {
    display: block;
  }
}
.plan-data {
  width: 22.5%;
}
@media only screen and (max-width: 640px) {
  .plan-data {
    width: 100%;
  }
}
.plan-data .ttl {
  margin-bottom: 2em;
  padding: 1em 1em 0.75em;
  color: rgb(255, 255, 255);
  background: #003366;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .plan-data .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.plan-data .ttl h4 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .plan-data .ttl h4 {
    padding-right: 1em;
    border-bottom: none;
    border-right: solid 1px rgba(255, 255, 255, 0.9);
  }
}
.plan-data .ttl h4 span {
  font-size: 4rem;
}
.plan-data .ttl p {
  font-size: 2.4rem;
}
.plan-data .dtls {
  margin-bottom: 3em;
}
.plan-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-data dl dt:before {
  content: "■";
}
.plan-data dl dd:before {
  content: "／";
}
.plan-img {
  width: 77.5%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .plan-img {
    width: 100%;
  }
}

.land-img {
  width: 100%;
  text-align: center;
}
.land-wrap {
  margin-top: 6rem;
  padding: 3rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.land-wrap h4 {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.land-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.land-list li {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .land-list li {
    width: 100%;
  }
}

.access-wrap {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access-wrap {
    display: block;
  }
}
.access-item {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .access-item {
    width: 100%;
  }
}
.access-text {
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}
.access-text .station {
  font-size: 2rem;
}
.access-text .station em {
  font-size: 4rem;
}
.access-text .station .minuts {
  color: #9a2b4a;
}
.access-text .station span {
  font-size: 2.8rem;
}

.googlemap iframe {
  width: 100%;
  height: 500px;
}

.outline {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outline a {
  text-decoration: underline;
}
.outline-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .outline-dl {
    font-size: 1.2rem;
    width: 100%;
  }
}
.outline-dl.-full {
  width: 100%;
}
.outline dt,
.outline dd {
  border-collapse: collapse;
  padding: 1em;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}
.outline dt {
  width: 190px;
  background: #eee;
}
@media only screen and (max-width: 640px) {
  .outline dt {
    width: 40%;
  }
}
.outline dd {
  width: calc(100% - 190px);
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 640px) {
  .outline dd {
    width: 60%;
  }
}

.frame {
  margin-bottom: 4em;
  padding: 0 2em;
  background: rgb(255, 255, 255);
}
.frame:last-child {
  margin-bottom: 0;
}
.frame .plan_head {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .frame .plan_head {
    display: block;
  }
}
.frame .plan_head p.f_left {
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: solid 4px #003366;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .frame .plan_head p.f_left {
    margin: 0;
    padding: 0;
    border-right: none;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .frame .plan_head p.f_left ul.f_left {
    font-size: 1.4rem;
  }
}
.frame .plan_head p.f_left span {
  color: #003366;
  font-size: 5rem;
  font-family: Arial, Helvetica, sans-serif;
}

.footer {
  padding: 3rem 0;
  background: #003366;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 6vw;
    text-align: center;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .footer .inner {
    display: block;
  }
}
.footer a {
  color: rgb(255, 255, 255);
}
.footer-nav {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.footer-nav li:first-child {
  border-left: none;
}
.footer-nav a {
  padding: 0 1em;
}
.footer-company {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .footer-company {
    margin-bottom: 3em;
  }
}
.footer-company address,
.footer-company p {
  opacity: 0.8;
}
.footer-logo {
  margin: 1em 0;
  width: 300px;
}
@media only screen and (max-width: 640px) {
  .footer-logo {
    margin: 1em auto;
    width: 70vw;
  }
}
.footer-contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .footer-contact-items {
    display: block;
    text-align: center;
  }
}
.footer .btn-contact {
  margin-right: 2em;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .footer .btn-contact {
    margin: 0 auto 1em;
    width: 80%;
    font-size: 2rem;
  }
}
.footer .btn-contact a {
  display: block;
  padding: 0.5rem 2rem;
  position: relative;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background: #EF8200;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer .tel-item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .copyright {
  margin-top: 2em;
  text-align: right;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .footer .copyright {
    text-align: center;
  }
}