@charset "UTF-8";

/* 物件詳細CSS
========================================*/

#main .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .08) 0px, rgba(255, 255, 255, .08) 3px, transparent 3px, transparent 13px, rgba(255, 255, 255, .08) 13px, rgba(255, 255, 255, .08) 16px, transparent 16px, transparent 26px);
  background-size: 18px 18px;
  background-color: #247ac0;
}

#main .title>h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
}

#main .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #e9f3ff;
}

#main .nav>li>a {
  background-color: #fff;
  border-color: #247ac0;
  border-style: solid;
  color: #247ac0;
  display: block;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
}

#main .nav>li>a>span {
  display: block;
}

#main .nav>li>a>span:before {
  background-color: #247ac0;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

#main .nav>li>a>span:after {
  background-image: url(../img/common/arrow_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  rotate: 90deg;
  filter: brightness(0) invert(1);
}

#main .campaign {
  background-size: cover;
}

#main .campaign-inr {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

#main .campaign-inr>h2 {
  border-bottom: 1px solid #003b89;
  color: #003b89;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
}

#main .campaign-inr:before,
#main .campaign-inr:after {
  background-image: url(../img/single/img_campaign.svg);
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

#main .campaign-list>li>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main .campaign-list>li>dl>dt {
  background-color: #247ac0;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}

#main .campaign-list>li>dl>dd {
  flex: 1;
  line-height: 1.4;
  letter-spacing: .05em;
}

#main .overview-photo-main .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition-property: all;
}

#main .overview-photo-main .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}

#main .overview-photo-sub {
  position: relative;
}

#main .overview-photo-sub .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#main .overview-photo-sub .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}

#main .overview-photo-sub .swiper-button-prev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #247ac0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

#main .overview-photo-sub .swiper-button-prev img {
  rotate: -180deg;
  filter: brightness(0) invert(1);
}

#main .overview-photo-sub .swiper-button-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #247ac0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#main .overview-photo-sub .swiper-button-next img {
  filter: brightness(0) invert(1);
}

#main .overview-photo-sub .swiper-button-disabled {
  cursor: default;
}

#main .overview-list>li>dl>dt {
  background-color: #003b89;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}

#main .overview-list>li>dl>dd {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.5;
}

#main .overview-list>li>dl._fee>dd>strong {
  color: #003b89;
}

#main .gmap iframe {
  border: 0;
  width: 100%;
}

#main .feature>h2 {
  border-bottom: 1px solid #247ac0;
  color: #247ac0;
  font-weight: 700;
  padding-bottom: .3em;
}

#main .feature-list {
  display: flex;
  flex-wrap: wrap;
}

#main .point {
  background-color: #e1eeff;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .25) 0px, rgba(255, 255, 255, .25) 7px, transparent 7px, transparent 16px, rgba(255, 255, 255, .25) 16px, rgba(255, 255, 255, .25) 23px, transparent 23px, transparent 32px);
  background-size: 22px 22px;
}

#main .point .-btmtext {
  color: #003b89;
  font-weight: 700;
  line-height: 1.6;
}

#main .point-box {
  background-color: #fff;
  line-height: 1.5;
}

#main .size-tbl {
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  table-layout: auto;
}

#main .size-tbl th,
#main .size-tbl td {
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
}

#main .size-tbl>thead {
  background-color: #247ac0;
  color: #fff;
}

#main .size-tbl>thead th,
#main .size-tbl>thead td {
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

#main .size-tbl>tbody tr:nth-of-type(even) td {
  background-color: #e9f3ff;
}

#main .size-tbl>tbody td {
  letter-spacing: .05em;
}

#main .size-tbl>tbody td strong {
  color: #fa9134;
  font-weight: 700;
  line-height: 1.5;
}

#main .size-tbl .-button {
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
}

#main .size-tbl .-button span {
  display: inline-block;
  position: relative;
  z-index: 10;
}

#main .size-tbl .-button._appli {
  background-image: linear-gradient(to left, #ef7f1c 0%, #fa0 100%);
}

#main .size-tbl .-button._contact {
  background-image: linear-gradient(to left, #003b89 0%, #1175c7 100%);
}

#main .external iframe {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #main .title {
    padding: 40px 0;
  }

  #main .title>h1 {
    font-size: 2.3rem;
    margin-left: 20px;
  }

  #main .nav {
    padding: 50px 0;
  }

  #main .nav>li {
    margin: 0 15px;
    width: 320px;
  }

  #main .nav>li>a {
    border-width: 2px;
    border-radius: 35px;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
  }

  #main .nav>li>a:after {
    background-color: #247ac0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .3s ease;
  }

  #main .nav>li>a>span {
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 10;
    transition: .3s ease;
  }

  #main .nav>li>a>span:before {
    top: calc(50% - 12px);
    right: 20px;
    height: 24px;
    width: 24px;
    transition: .3s ease;
  }

  #main .nav>li>a>span:after {
    top: calc(50% - 6px);
    right: 28px;
    height: 12px;
    width: 7px;
  }

  #main .nav>li>a:hover:after {
    width: 100%;
  }

  #main .nav>li>a:hover>span {
    color: #fff;
  }

  #main .nav>li>a:hover>span:before {
    background-color: #fff;
    scale: 1.2;
  }

  #main .nav>li>a:hover>span:after {
    filter: brightness(1) invert(.3);
  }

  #main .campaign {
    background-image: url(../img/single/bg_campaign_pc.png);
    padding: 60px 0;
  }

  #main .campaign-inr {
    margin: 0 auto;
    padding: 50px 160px 60px;
    width: 1020px;
  }

  #main .campaign-inr>h2 {
    font-size: 1.7rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  #main .campaign-inr:before,
  #main .campaign-inr:after {
    bottom: -24px;
    height: 172px;
    width: 165px;
  }

  #main .campaign-inr:before {
    left: -15px;
    scale: -1 1;
  }

  #main .campaign-inr:after {
    right: -15px;
  }

  #main .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #main .campaign-list>li {
    margin: 0 20px;
    max-width: calc(50% - 40px);
  }

  #main .campaign-list>li>dl>dt {
    margin-right: 12px;
    width: 75px;
  }

  #main .campaign-list>li>dl>dd {
    font-size: 1.05rem;
  }

  #main .overview {
    margin-bottom: 80px;
  }

  #main .overview .c-title {
    margin-bottom: 50px;
  }

  #main .overview .l-section-inr {
    margin-top: -120px;
    padding-top: 120px;
  }

  #main .overview-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .overview-photo {
    width: 580px;
  }

  #main .overview-photo-main {
    margin-bottom: 8px;
  }

  #main .overview-photo-main .swiper-slide {
    height: 430px;
    width: 580px;
  }

  #main .overview-photo-sub .swiper {
    width: 525px;
  }

  #main .overview-photo-sub .swiper-slide {
    height: 60px;
    width: 80px;
  }

  #main .overview-photo-sub .swiper-button-prev {
    height: 60px;
    width: 20px;
  }

  #main .overview-photo-sub .swiper-button-prev img {
    height: 12px;
    width: 7px;
  }

  #main .overview-photo-sub .swiper-button-next {
    height: 60px;
    width: 20px;
  }

  #main .overview-photo-sub .swiper-button-next img {
    height: 12px;
    width: 7px;
  }

  #main .overview-list {
    width: 580px;
  }

  #main .overview-list>li {
    margin-bottom: 10px;
  }

  #main .overview-list>li>dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .overview-list>li>dl>dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    padding: 15px 10px;
    text-align: center;
    width: 135px;
  }

  #main .overview-list>li>dl>dd {
    font-size: .95rem;
    padding: 15px 20px;
    width: 435px;
  }

  #main .overview-list>li>dl._fee {
    display: grid;
    grid-template-columns: 135px 435px;
  }

  #main .overview-list>li>dl._fee>dt {
    grid-row: 1/3;
  }

  #main .overview-list>li>dl._fee>dd {
    margin-bottom: 10px;
  }

  #main .overview-list>li>dl._fee>dd:last-of-type {
    margin-bottom: 0;
  }

  #main .gmap {
    margin-bottom: 60px;
  }

  #main .gmap iframe {
    height: 510px;
  }

  #main .feature {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #main .feature>h2 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  #main .feature-list>li {
    margin-right: 22px;
    margin-bottom: 20px;
  }

  #main .feature-list>li:nth-of-type(8n) {
    margin-right: 0;
  }

  #main .point {
    margin-bottom: 80px;
  }

  #main .point .c-title {
    margin-bottom: 50px;
  }

  #main .point .-btmtext {
    font-size: 1.2rem;
    margin-top: 50px;
    text-align: center;
  }

  #main .point-box {
    border-radius: 30px;
    padding: 50px 60px;
  }

  #main .size {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    margin-top: -120px;
    margin-bottom: 80px;
    padding-top: 120px;
  }

  #main .size-tbl {
    width: 100%;
  }

  #main .size-tbl th,
  #main .size-tbl td {
    padding: 10px;
  }

  #main .size-tbl>thead>th {
    width: 20%;
  }

  #main .size-tbl>tbody td {
    font-size: 1.1rem;
    padding: 12px;
  }

  #main .size-tbl>tbody td strong span {
    font-size: 1.5rem;
  }

  #main .size-tbl .-button {
    border-radius: 25px;
    font-size: .8rem;
    margin: auto;
    padding: 7px;
    position: relative;
    overflow: hidden;
    width: 190px;
  }

  #main .size-tbl .-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .3s ease;
  }

  #main .size-tbl .-button:hover:after {
    width: 100%;
  }

  #main .size-tbl .-button._appli:after {
    background-color: #fa0;
  }

  #main .size-tbl .-button._contact {
    margin-top: 10px;
  }

  #main .size-tbl .-button._contact:after {
    background-color: #1175c7;
  }

  #main .external {
    margin-bottom: 80px;
  }

  #main .external iframe {
    height: 510px;
  }

  #main .external._youtube {
    width: 907px;
  }
}

@media screen and (max-width: 767px) {
  #main .title {
    padding: 6.6666666667vw 5.3333333333vw;
  }

  #main .title>img {
    width: 10.1333333333vw;
  }

  #main .title>h1 {
    font-size: 7.2vw;
    margin-left: 2.6666666667vw;
    max-width: 76.5333333333vw;
  }

  #main .nav {
    justify-content: space-between;
    padding: 8vw 5.3333333333vw;
  }

  #main .nav>li {
    width: 42.6666666667vw;
  }

  #main .nav>li:last-of-type {
    margin-top: 4vw;
    width: 89.3333333333vw;
  }

  #main .nav>li>a {
    border-width: .5333333333vw;
    border-radius: 9.3333333333vw;
    font-size: 4.5333333333vw;
    padding: 2.4vw 5.3333333333vw 2.4vw 2.6666666667vw;
  }

  #main .nav>li>a>span:before {
    top: calc(50% - 2.2666666667vw);
    right: 4vw;
    height: 4.5333333333vw;
    width: 4.5333333333vw;
  }

  #main .nav>li>a>span:after {
    top: calc(50% - 1.2vw);
    right: 5.6vw;
    height: 2.4vw;
    width: 1.3333333333vw;
  }

  #main .campaign {
    background-image: url(../img/single/bg_campaign_sp.png);
    padding: 9.3333333333vw 5.3333333333vw;
  }

  #main .campaign-inr {
    padding: 8vw 6.6666666667vw;
  }

  #main .campaign-inr>h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 2.6666666667vw 5.3333333333vw;
  }

  #main .campaign-inr:before,
  #main .campaign-inr:after {
    bottom: -9.3333333333vw;
    height: 24vw;
    width: 22.9333333333vw;
  }

  #main .campaign-inr:before {
    left: -6.6666666667vw;
    scale: -1 1;
  }

  #main .campaign-inr:after {
    right: -6.6666666667vw;
  }

  #main .campaign-list>li {
    margin-bottom: 2.6666666667vw;
  }

  #main .campaign-list>li>dl>dt {
    margin-right: 3.2vw;
    width: 17.3333333333vw;
  }

  #main .campaign-list>li>dl>dd {
    font-size: 4.5333333333vw;
  }

  #main .overview {
    margin-bottom: 13.3333333333vw;
  }

  #main .overview-photo {
    margin-bottom: 8vw;
  }

  #main .overview-photo-main {
    margin-bottom: 2.6666666667vw;
  }

  #main .overview-photo-main .swiper-slide {
    height: 66.1333333333vw;
    width: 89.3333333333vw;
  }

  #main .overview-photo-sub .swiper {
    width: 75.2vw;
  }

  #main .overview-photo-sub .swiper-slide {
    height: 17.8666666667vw;
    width: 24vw;
  }

  #main .overview-photo-sub .swiper-button-prev {
    height: 17.8666666667vw;
    width: 5.3333333333vw;
  }

  #main .overview-photo-sub .swiper-button-prev img {
    height: 3.2vw;
    width: 1.8666666667vw;
  }

  #main .overview-photo-sub .swiper-button-next {
    height: 17.8666666667vw;
    width: 5.3333333333vw;
  }

  #main .overview-photo-sub .swiper-button-next img {
    height: 3.2vw;
    width: 1.8666666667vw;
  }

  #main .overview-list>li {
    margin-bottom: 4vw;
  }

  #main .overview-list>li>dl>dt {
    margin-bottom: 1.3333333333vw;
    padding: 1.8666666667vw 5.3333333333vw;
  }

  #main .overview-list>li>dl>dd {
    padding: 2.6666666667vw 5.3333333333vw;
  }

  #main .overview-list>li>dl._fee>dd {
    margin-bottom: 1.3333333333vw;
  }

  #main .overview-list>li>dl._fee>dd:last-of-type {
    margin-bottom: 0;
  }

  #main .gmap {
    margin-bottom: 13.3333333333vw;
  }

  #main .gmap iframe {
    height: 77.3333333333vw;
  }

  #main .feature {
    padding-bottom: 10.6666666667vw;
  }

  #main .feature>h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  #main .feature-list>li {
    margin-right: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    width: 27.4666666667vw;
  }

  #main .feature-list>li:nth-of-type(3n) {
    margin-right: 0;
  }

  #main .point {
    margin-bottom: 13.3333333333vw;
  }

  #main .point .-btmtext {
    font-size: 4.8vw;
    margin-top: 8vw;
    padding: 0 2.6666666667vw;
  }

  #main .point-box {
    border-radius: 5.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw;
  }

  #main .size {
    overflow-x: scroll;
    position: relative;
    margin-bottom: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }

  #main .size:after {
    background-image: url(../img/common/img_onscroll.svg);
    background-size: contain;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21.3333333333vw);
    left: calc(50% - 29.3333333333vw);
    height: 42.6666666667vw;
    width: 58.6666666667vw;
    z-index: 10;
    transition: .3s ease;
  }

  #main .size.is-touch:after {
    opacity: 0;
  }

  #main .size-tbl {
    width: 200vw;
  }

  #main .size-tbl>thead th {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
  }

  #main .size-tbl>thead th._contact {
    width: 77.3333333333vw;
  }

  #main .size-tbl>tbody td {
    padding: 2.6666666667vw;
  }

  #main .size-tbl>tbody td strong span {
    font-size: 5.3333333333vw;
  }

  #main .size-tbl>tbody td._fee {
    font-size: 3.7333333333vw;
  }

  #main .size-tbl>tbody td._contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .size-tbl .-button {
    border-radius: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 1.8666666667vw 2.6666666667vw;
    width: 40vw;
  }

  #main .size-tbl .-button._contact {
    width: 29.3333333333vw;
  }

  #main .external {
    margin-bottom: 13.3333333333vw;
  }

  #main .external iframe {
    height: 69.3333333333vw;
  }

  #main .external._youtube iframe {
    height: 50.1333333333vw;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/single.css.map */