@charset "UTF-8";
/*.breadcrumb li {
  color: #000;
}
.breadcrumb li a {
  color: #000;
}*/
/*@media only screen and (max-width: 640px) {
  .breadcrumb {
    position: static;
    margin-top: 10px;
  }
}*/

/*.article {
  padding-top: 130px;
}*/

/*@media only screen and (max-width: 640px) {
  .article {
    padding-top: 54px;
  }
}*/
.ten {
  display: inline-block;
  letter-spacing: -0.2em;
  text-indent: -0.2em;
}

.typeName {
  margin-top: 40px;
  font-size: 52px;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  line-height: 1;
}
.typeName.is-visible .in:after {
  width: 100%;
}
.typeName .in {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding-bottom: 10px;
  position: relative;
}
.typeName .in:after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.typeName strong {
  font-size: 80px;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  .typeName {
    font-size: 40px;
    margin-bottom: 0;
  }
  .typeName strong {
    font-size: 60px;
  }
}
.side-links.is-planthum {
  background: none;
  margin-top: 40px;
  padding: 0;
}

.specWrap {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
  margin-bottom: -9px;
}

.spec01 {
  margin-top: 10px;
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-right: 20px;
  font-family: adobe-garamond-pro, serif;
}
.spec01 strong {
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .spec01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .spec01 {
    margin-top: 10px;
  }
}
.spec02 {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: adobe-garamond-pro, serif;
}
.spec02 strong {
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .spec02 {
    font-size: 12px;
  }
}
.spec03 {
  margin-top: 10px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.spec03 ul {
  font-size: 0;
  letter-spacing: -0.4em;
}

.spec03 li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "リュウミン M-KL";
  margin-left: 1em;
}

.spec03 li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 960px) {
  .spec03 {
    margin-bottom: 25px;
  }

  .spec03 li {
    font-size: 12px;
  }
}

.spec04 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: adobe-garamond-pro, serif;
}
.spec04 strong {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #BE272D;
}

@media only screen and (max-width: 640px) {
  .spec04 {
    font-size: 12px;
  }
}

.madoriWrap {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-family: "リュウミン M-KL";
}

.point {
  text-align: center;
  margin-bottom: 31px;
}

.point ul {
  display: inline-block;
  text-align: center;
}

.point li {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 960px) {
  .point li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.madori {
  position: relative;
  margin-bottom: 20px;
}

body:not(.smp) .madori .madori-btn:hover.next {
  right: -75px;
}
body:not(.smp) .madori .madori-btn:hover.back {
  left: -75px;
}
body:not(.smp) .madori .madori-btn:hover a {
  width: 81px;
}

.madori .madori-btn {
  transition: all .3s ease;
}
.madori .madori-btn a {
  display: block;
  width: 76px;
  padding: 20px 0;
  font-family: "Cormorant Unicase", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #000;
  transition: all .3s ease;
}
.madori .madori-btn a:after {
  content: "";
  background: #000;
  width: 15px;
  height: 1px;
  position: absolute;
  z-index: 1;
  bottom: 5px;
}

.madori .next {
  text-align: left;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.madori .next a:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

.madori .back {
  text-align: right;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.madori .back a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -2px;
}

@media only screen and (max-width: 900px) {
  .madori .next {
    right: -16px;
  }

  .madori .back {
    left: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .madori .madori-btn {
    transition: all .3s ease;
  }
  .madori .madori-btn a {
    display: block;
    width: 46px;
    padding: 14px 0 12px;
    font-family: "Cormorant Unicase", serif;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #000;
    transition: all .3s ease;
  }
  .madori .madori-btn a:after {
    content: "";
    background: #000;
    width: 10px;
    height: 1px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
  }

  .madori .next {
    right: -5px;
  }

  .madori .back {
    left: -5px;
  }
}
.hanrei {
  margin-bottom: 12px;
}

.print {
  margin-top: 55px;
  margin-bottom: 73px;
  text-align: center;
}

.sNav {
  margin-top: 40px;
  margin-bottom: 80px;
}

.sNav ul {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
}

.sNav li {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Cormorant Unicase", serif;
  border-left: 1px solid #000;
  line-height: 1.2;
}
.sNav li a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
}

.sNav li:first-child {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}

.sNav li a:hover {
  text-decoration: underline;
}

.sNav li.on a {
  font-weight: bold;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .print {
    display: none;
  }

  .sNav {
    margin-top: 27px;
  }

  .sNav li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* ===================================
print css
=================================== */
@media only print {
  body {
    -webkit-print-color-adjust: exact;
    zoom: 0.9;
  }

  .side-links,
  #pagetop,
  #pagetop .btn-pagetop,
  .fot_bnr_Area,
  .bottom-btns,
  #gNav,
  #pNav,
  .breadcrumb,
  .madori .next,
  .madori .back,
  .cvArea,
  .print,
  .sNav,
  #fNav,
  #contactArea .club,
  #contactArea .ftrLink {
    display: none;
  }

  #gHeader:before {
    display: none;
  }

  .article {
    padding-top: 40px;
  }

  .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  #mainContent {
    margin-bottom: 30px;
  }

  .headerInner {
    padding: 0;
  }

  .siteTitle img {
    max-width: 150px;
  }

  .typeName {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: -15px;
  }
  .typeName strong {
    font-size: 50px;
  }

  .spec01 {
    font-size: 24px;
    margin-right: 25px;
    margin-top: 0px;
  }
  .spec01 strong {
    font-size: 32px;
  }

  .spec02 {
    font-size: 12px;
  }

  .spec03 {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0;
  }

  .point {
    margin-bottom: 0px;
  }

  .point li {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.4;
  }

  .madori,
  .hanrei {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .madori img,
  .hanrei img {
    max-width: 100%;
  }

  #contactArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #contactArea .contactInner {
    margin-bottom: 0;
  }

  .contact .txt {
    font-size: 14px;
  }

  .contact .tell {
    margin: 0;
  }

  .contact .tell a {
    font-size: 30px;
  }

  .contact .txt,
  .contact .txt02,
  .ftrLogo .txt {
    font-size: 10px;
  }

  #gFooter {
    padding-top: 10px;
  }

  .contact .txt,
  .ftrLogo .txt {
    margin-bottom: 10px;
  }

  .ftrLogo .seller {
    font-size: 12px;
  }

  .copyright {
    padding: 10px;
  }
}


/* Eタイプ眺望 */
.view-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.view-block .view-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 46px;
  position: relative;
}
.view-block .view-content:before {
  content: "";
  background-color: #f0ece9;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 110px);
  top: 55px;
  z-index: 0;
}
.view-block .view-content .text-block {
  width: 45.83%;
  position: relative;
  z-index: 1;
}
.view-block .view-content .text-block h3 {
  text-align: right;
  font-size: 110px;
  margin-top: 0;
}
.view-block .view-content .text-block .title {
  margin-top: 50px;
  padding: 0 10px 0 25px;
  font-size: 24px;
  font-family: "リュウミン M-KL";
  letter-spacing: 0.2em;
  line-height: 35px;
}
.view-block .view-content .text-block .text {
  margin-top: 40px;
  padding: 0 10px 0 25px;
  font-family: "リュウミン M-KL";
}
.view-block .view-content .figure-block {
  width: 53.12%;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.view-block .view-content .figure-block img {
  width: 100%;
}
.view-block .view-wide {
  position: relative;
  z-index: 2;
}
.view-block .view-wide img {
  width: 100%;
}

/* 200910 注目用タグ追加用 */
.impact {
	margin: 10px auto 0;
    padding: 1.50rem 1.00rem 1.00rem;
	width: 8em;
	background-color: #beb227;
	text-align: center;
	font-size: 1.4rem;
    line-height: 1.0;
	font-family: adobe-garamond-pro, serif;
}
.impact p strong {
	margin: 0 8px;
	font-size: 2.5rem;
	font-weight: normal;
}

/* 200917 テラス画像追加用 */
.planimage {
	margin: 40px auto 0 auto;
	width: 750px;
}

@media only screen and (max-width: 767px) {
.planimage {
	margin: 20px auto 0 auto;
	width: 300px;
}
}

/* 210308 プラン特長部分 */
.mt2 {
	margin-top: 2rem;
}
.spec04 {
    margin-top: 0px;
	font-size: 60px;
	margin-bottom: 10px;
}
.spec04 ul {
	display: inline-flex;
}
.spec04 span {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
}
.li_box {
    display: grid;
    padding: 10px;
    margin: 24px 20px 0;
    border: 1px solid #ddd;
}
.no_li {
	border: none;
}
@media only screen and (max-width: 767px) {
.planimage {
	margin-top: 0;
}
	.spec04 {
	font-size: 30px;
	margin-bottom: 20px;
}
.spec04 ul {
	display: block;
	line-height: 2;
	width: 60%;
	margin: 0 auto;
}
.spec04 span {
    font-size: 14px;
    line-height: 1;
	margin-bottom: 14px;
}
.li_box {
    display: block;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
}
}

