@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

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

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/kv.jpg);
}

#freeContentsArea {
  background-color: #f1f1f1;
}


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

 torikago

--------------------------------------------------------------- */
#torikagoWrap {
  background-color: #000;
}
#torikagoWrap .lead {
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
#torikago {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #000;
}
#torikago a {
  text-decoration: none;
}
#torikagoSp{
  width:98%;
  margin:0 auto;
  padding: 50px 0;
}
#torikago table {
  width: 100%;
  margin: 40px auto;
}
#torikago td {
  text-align: center;
  background: #ffffff;
  border: 1px solid #000;
  box-sizing: border-box;
}
#torikago td a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
  color: #fff;
  background-color: #554a46;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
#torikago p {
  line-height: 1.2em !important;
  margin: 0;
}
#torikago .td-con a {
  font-size: 15px;
}
#torikago .price {
  font-size: 15px;
}

/* 階層　*/
#torikago .floor {
  width: 8%;
  background: #000;
  color:#FFF;
  text-align: center;
  vertical-align: bottom;
  line-height: 50px;
}

/* 共用部　*/
#torikago .public {
  line-height: 57px;
  font-size: 15px;
  line-height: 1.1em;
  color: #000;
  vertical-align: middle;
  background-color: #e6e6e6;
}

/* 棟区分け　*/
#torikago .pdl {
  border-right: 5px solid #fff;
}



/* 色指定
-------------------------*/

/* 次期分譲 */
#torikago td.jiki {
  background: #efefef;
}
#torikago td.jiki a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 18px;
  padding-top: 18px;
  color: #6b5316;
  background-color: #efefef;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
#torikago td.jiki a:hover {
  background-color: #CC9E43;
  color: #FFFFFF;
}

#torikago td.gray_out {
  background: #666666;
}

#torikago td.gray_out span {
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
}

#torikago td.gray_out p {
  color: #000000;
  font-size: 15px;
}


/* 契約済み */
#torikago td.keiyaku {
  color: #FFF !important;
  background: #bebfba;
}
#torikago td .keiyaku-inner {
  padding-top: 5px;
}

/* 非分譲　*/
#torikago .hibai {
  background: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 15px;
}

/* 販売価格 */
#torikago .price {
  line-height: 1em;
  font-size: 15px;
  padding-top: 9px;
  padding-bottom: 5px;
}

/* ブランク */
#torikago .blank {
  background: none;
}

/* 資金計算ボタン */
#torikago td.has-simu-btn .td-con {
  position: relative;
}
#torikago td.has-simu-btn a,
#torikago td.has-simu-btn .td-inner {
  padding-bottom: 35px;
/*  padding: 20px 0 0 0;*/
}
#torikago .btn-simulation button {
  border: none;
  padding: 0;
  text-align: center;
  background:none;
}
#torikago td.has-simu-btn .btn-simulation {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 50%;
}
#torikago .btn-furniture {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 50%;
}
#torikago td.has-simu-btn .btn-furniture a {
  padding: 1px 0;
  font-size: 15px;
  text-align: center;
  color: #666;
  background: none;
  text-decoration: none;
}

@media screen and (max-width: 1080px){
  #torikagoSp{
    overflow-x: scroll;
  }
  #torikago {
    width: 1580px !important;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.nolink {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF !important;
}

#torikago td.right_border {
  border-right: 15px solid #000000;
}

#torikago td.left_border {
  border-left: 15px solid #000000;
}



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

 planList

--------------------------------------------------------------- */
.planList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 60px;
}
.planList li {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 30px 15px 0;
}
.planList li a {
  position: relative;
  display: block;
  border-bottom: #000 solid 1px;
}
.planList li .new:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/ico_new.png) no-repeat top right / contain;
  z-index: 2;
}
.planList li .limited {
  border-color: #003c7a;
}
@media only screen and (max-width:768px) {
  .planList {
    margin: 30px -10px 60px;
  }
  .planList li {
    width: 50%;
    padding: 30px 10px 0;
  }
}
@media only screen and (max-width:480px) {
  .planList {
    display: block;
    margin: 50px 0;
  }
  .planList li {
    width: auto;
    padding: 0;
  }
  .planList li + li {
    margin-top: 30px;
  }
  .planList li .new:before {
    width: 40px;
    height: 40px;
  }
}


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

 planDetail

--------------------------------------------------------------- */
.planDetail {
  box-sizing: border-box;
  max-width: 1352px;
  margin: 130px auto 80px;
  padding: 45px 20px;
  background-color: #fff;
}
.planDetail .flex {
  display: flex;
  max-width: 840px;
  justify-content: space-between;
  margin: 0 auto;
}
.planDetail .flex .image {
  width: 64.2857%;
  order: 2;
}
.planDetail .flex .image .guide {
  margin-top: 20px;
  text-align: center;
  line-height: 0;
}
.planDetail .flex .image .guide img {
  max-width: 160px;
  display: inline-block;
}
.planDetail .flex .texts {
  width: 35.7143%;
  order: 1;
}
.planDetail .flex .texts .name {
  margin-bottom: 20px;
  padding: 13px 10px;
  /* background-color: #f2f2f2; */
  border: #e0e0e0 solid 1px;
  text-align: center;
  line-height: 1;
}
.planDetail .flex .texts .name > * {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}
.planDetail .flex .texts .name .type {
  font-size: 20px;
}
.planDetail .flex .texts .name .type small {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
}
.planDetail .flex .texts .name .type strong {
  font-size: 62px;
  font-weight: 500;
}
.planDetail .flex .texts .name .tag {
  margin-bottom: 8px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #000;
}
.planDetail .flex .texts .ldks {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: #e0e0e0 solid 1px;
  font-size: 24px;
  line-height: 1.1;
}
.planDetail .flex .texts .ldks p + p {
  margin-top: 10px;
}
.planDetail .flex .texts .ldks strong {
  font-size: 1.33em;
}
.planDetail .flex .texts .ldks small {
  font-size: 0.75em;
}
.planDetail .flex .texts .tableType {
  padding: 15px 0;
  border-bottom: #e0e0e0 solid 1px;
}
.planDetail .flex .texts .tableType dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.planDetail .flex .texts .tableType dl > * {
  display: table-cell;
  vertical-align: middle;
}
.planDetail .flex .texts .tableType dt {
  width: 145px;
  font-size: 12px;
  text-align: center;
}
.planDetail .flex .texts .tableType dd {
  font-size: 16px;
}
.planDetail .flex .texts .area dd {
  font-size: 42px;
}
.planDetail .flex .texts .area dd span {
  font-size: 0.71em;
}
.planDetail .flex .texts .area dd small {
  font-size: 0.619em;
}
.planDetail .flex .texts .textList {
  margin: 40px 0;
}
.planDetail .flex .texts .textList li {
  position: relative;
  padding-left: 1.2em;
  color: #003c7a;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.planDetail .flex .texts .textList li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  /*content: '';*/
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background: #003c7a;
}

.planDetail .backBtn {
  margin-top: 40px;
  text-align: center;
}
.planDetail .backBtn a {
  display: block;
  padding: 20px 0;
  color: #003c7a;
  font-size: 16px;
  text-decoration: none;
  border: #003c7a solid 1px;
}
.planDetail .backBtn a span {
  display: inline-block;
  padding-left: 75px;
  background: url(../../common/images/ico_arw_left_blue.svg) no-repeat left center / 60px auto;
}

@media only screen and (max-width:1280px) {
  .planDetail {
    margin: 50px auto 80px;
  }
}
@media only screen and (max-width:768px) {
  .planDetail {
    margin: 40px auto 60px;
    padding: 35px 20px;
  }
  .planDetail .flex {
    display: block;
  }
  .planDetail .flex .image {
    width: auto;
    text-align: center;
  }
  .planDetail .flex .texts {
    width: auto;
    margin-bottom: 30px;
  }
  .planDetail .flex .texts .name > * {
    margin: 0 5px;
  }
  .planDetail .flex .texts .name .type {
    font-size: 18px;
  }
  .planDetail .flex .texts .name .type strong {
    font-size: 36px;
  }
  .planDetail .flex .texts .name .tag {
    margin-bottom: 4px;
    padding: 3px 10px;
    font-size: 12px;
  }
  .planDetail .flex .texts .ldks {
    font-size: 18px;
  }
  .planDetail .flex .texts .tableType dt {
    width: 140px;
    font-size: 11px;
  }
  .planDetail .flex .texts .tableType dd {
    font-size: 14px;
  }
  .planDetail .flex .texts .area dd {
    font-size: 30px;
  }
  .planDetail .flex .texts .textList {
    margin-bottom: 0;
  }
  .planDetail .flex .texts .textList li {
    font-size: 14px;
  }
  .planDetail .backBtn a {
    font-size: 14px;
  }
  .planDetail .backBtn a span {
    padding-left: 50px;
    background-size: 40px auto;
  }
}

/* お問合せ
===================================*/
.footer_info {
	margin-top: 80px;
}
.flex-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/* 	align-items: flex-end; */
	background-color: #003c7a;
	padding:clamp(5.5rem, 1.418rem + 5.308vw, 8rem) clamp(3rem, -5.163rem + 10.616vw, 8rem);
}
.flex-contents .flex-item {
	width: 48%;
}
.flex-contents .flex-item.item01 {
width: 51%;
color: #fff;
}
.footer_info_title {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.footer_info_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}
.footer_info_title:after {
	margin-left: 20px;
}
.text_l {
	font-size: 32px;
	font-size: clamp(1.9rem, -0.223rem + 2.76vw, 3.2rem);
	margin-bottom: 18px;
}
.text_m {
	font-size: clamp(1.2rem, 0.384rem + 1.062vw, 1.7rem);
	letter-spacing: 0.05em;
	line-height: 2;
}
.text_flex {
	display: flex;
}
.item01 .tel {
	margin-top: 20px;
	margin-bottom: 10px;
}
.item01 .tel a {
	color: #fff;
	position: relative;
	font-family:  serif;
	font-size: clamp(3.8rem, 1.841rem + 2.548vw, 5rem);
	padding-left: clamp(5.2rem, 3.894rem + 1.699vw, 6rem);
	letter-spacing: 0.05em;
	line-height: 1;
}
.item01 .tel a::before {
	content: '';
	position: absolute;
	background-image: url(../../common/images/ico_freetel.svg);
	width: clamp(4.5rem, 3.684rem + 1.062vw, 5rem);
	height: clamp(4rem, 2.367rem + 2.123vw, 5rem);
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.flex-item .InBtn a {
	position: relative;
	display: block;
	max-width: 485px;
	padding: 15px 50px 15px 35px;
	color: #003C7A;
	font-size: clamp(1.2rem, -0.106rem + 1.699vw, 2rem);
	text-align: left;
	background-color: #fff;
	text-decoration: none;
}
.flex-item .InBtn img {
	position: absolute;
	right: 20px;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 34px;
}
.flex-item .InBtn:nth-child(2) {
	margin: 20px 0;
}
@media only screen and (max-width:768px) {
	.flex-contents {
			display: block;
			padding: 40px;
			text-align: center;
	}
	.flex-contents .flex-item,
	.flex-contents .flex-item.item01 {
			width: 100%;
	}
	.flex-contents .flex-item.item01 {
		margin-bottom: 20px;
	}
	.footer_info_title {
		font-size: 20px;
	}
	.text_l {
		font-size: clamp(2rem, 1.618rem + 1.018vw, 2.4rem);
		margin-bottom: 18px;
	}
	.text_m {
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	.text_flex {
		display: block;
	}
	.item01 .tel a {
		font-size: 30px;
		padding-left: 36px;
	}
	.item01 .tel a::before {
		width: 30px;
		height: 30px;
	}
	.flex-item .InBtn a {
			margin: auto;
			font-size: clamp(1.4rem, 1.018rem + 1.018vw, 1.8rem);
			max-width: clamp(22rem, 14.366rem + 20.356vw, 30rem);
			padding: 15px 40px 15px 20px;
	}
	.flex-item .InBtn img {
			width: 22px;
			right: 15px;
	}
}
@media only screen and (max-width:480px) {
	.flex-contents {
			padding: 40px 20px;
	}
}

.ttlimage {
width: 100%;
margin-bottom: clamp(3.2rem, -1.372rem + 5.945vw, 6rem);
}

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

charmArea

--------------------------------------------------------------- */
#charmArea .slideArea * {
  outline: none;
}
#charmArea .slideArea .item {
  position: relative;
}
#charmArea .slideArea .item .bg {
  position: relative;
  z-index: 1;
}
#charmArea .slideArea .item .bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
  z-index: 2;
}
#charmArea .slideArea .item a {
  display: block;
  padding: clamp(1rem, -0.708rem + 2.083vw, 2rem) 40px;
  color: #3b3b41;
  text-decoration: none;
}
#charmArea .slideArea .item .texts {
  box-sizing: border-box;
  position: absolute;
  top: 7%;
  left: 2.2189%;
  width: calc(100% - 5%);
  max-width: clamp(39rem, -0.292rem + 47.917vw, 62rem);
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
#charmArea .slideArea .item .texts.min {
  max-width: 620px;
}
#charmArea .slideArea .item .texts .ttl {
  font-size: 36px;
  line-height: 1.4;
  display: none;
}
#charmArea .slideArea .item .texts .ttl2 {
  width: clamp(24rem, -11.021rem + 42.708vw, 44.5rem);
  margin: clamp(0.8rem, -1.25rem + 2.5vw, 2rem) auto clamp(1rem, -1.05rem + 2.5vw, 2.2rem);
}
#charmArea .slideArea .item .texts .ttl small {
  display: inline-block;
  font-size: 0.6em;
}
#charmArea .slideArea .item .texts .btn {
  margin-top: 0px;
  color: #00869f;
  font-size: 15px;
  text-align: center;
}
#charmArea .slideArea .item .texts .btn span {
  display: inline-block;
  padding-right: 70px;
  background: url(../../images/ico_arw_green.svg) no-repeat right 4px / 60px auto;
}
#charmArea .slideArea .slick-dots {
  box-sizing: border-box;
  position: absolute;
  bottom: clamp(1rem, -5.833rem + 8.333vw, 5rem);
  left: 0;
  display: flex;
  width: 100%;
  padding: 0 50px;
  z-index: 3;
}
#charmArea .slideArea .slick-dots li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: clamp(1rem, 0.487rem + 0.625vw, 1.3rem);
  line-height: 1.4;
  cursor: pointer;
}
#charmArea .slideArea .slick-dots li p {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 5px;
  border-bottom: #fff solid 4px;
}
#charmArea .slideArea .slick-dots li.slick-active p {
  border-bottom-color: #3bd3d3;
}
#charmArea .slideArea .slick-arrow {
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(59,59,65,0.9);
    cursor: pointer;
    text-indent: -9999px;
    z-index: 5;
}
#charmArea .slideArea .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-top: -5px;
}
#charmArea .slideArea .slick-prev {
  left: 0;
}
#charmArea .slideArea .slick-next {
  right: 0;
}
#charmArea .slideArea .slick-prev:before {
  margin-left: -2px;
  border-left: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
#charmArea .slideArea .slick-next:before {
  margin-left: -8px;
  border-right: #fff solid 1px;
  border-top: #fff solid 1px;
}
@media only screen and (max-width:768px) {

  .charm_sp {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  #charmArea .slideArea .item {
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  #charmArea .slideArea .item + .item {
    /* margin-top: 30px; */
    margin-top: 15px;

  }
  #charmArea .slideArea .item a {
    position: relative;
    /* padding: 15px 10px 55px; */
    padding: 20px 10px 55px;
  }
  #charmArea .slideArea .item .bg {
    overflow: hidden;
    position: relative;
    /* height: 180px; */
    height: 105px;
    z-index: 1;
  }
  #charmArea .slideArea .item .bg img {
    position: absolute;
    width: 100%;
    left: 10%;
    top: 50%;
    max-width: none;
    min-width: 400px;
    height: auto;
    transform: translateY(-50%);
  }
  #charmArea .slideArea .item .texts {
    top: 50%;
    left: 0;
    width: 110%;
    height: 110%;
    max-width: none;
    background-color: transparent;
    background: rgb(255,255,255);
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); */
    background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
    z-index: 2;
    transform: translateY(-50%);
  }
  #charmArea .slideArea .item .texts a {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  #charmArea .slideArea .item .texts.min {
    max-width: none;
  }
  #charmArea .slideArea .item .texts .ttl {
    font-size: 22px;
    display: block;
  }
  #charmArea .slideArea .item .texts .ttl2 {
    margin-top: 10px;
    display: none;
  }
  #charmArea .slideArea .item .texts .btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    margin-top: 0;
  }
  #charmArea .slideArea .slick-dots {
    position: static;
    justify-content: center;
    margin-top: 20px;
    line-height: 0;
  }
  #charmArea .slideArea .slick-dots li {
    width: 12px;
    height: 12px;
    background: rgba(59,59,65,0.15);
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
  }
  #charmArea .slideArea .slick-dots li.slick-active {
    background-color: #0090a9;
  }
  #charmArea .slideArea .slick-dots li p {
    display: none;
  }
  #charmArea .slideArea .slick-arrow {
    top: 0;
    bottom: auto;
    width: 30px;
    height: 60px;
    margin: 28% 0 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width:480px) {
  #charmArea .slideArea .item .texts .ttl {
    font-size: 16px;
  }
  #charmArea .slideArea .item .texts .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  #charmArea .slideArea .item .texts .ttl {
    font-size: 15px;
    font-weight: 700;
  }
  #charmArea .slideArea .item .texts .btn {
    font-size: 14px;
  }
}