/*----------------------------共通*/
.breadcrumb {
	width: 1140px;
	margin: 16px auto 35px;
}
.chintaiheiyo{
	color: #00192c;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	overflow: hidden;
}
.chintaiheiyo .hiddenPC{
  display: none;
}
.chintaiheiyo .orange{
	color: #e86b18;
}
.chintaiheiyo img {
  width: auto;
}
a img:hover{
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
	transition: 0.5s;
}
.chintaiheiyo .mb56{
	margin-bottom: 56px;
}
.chintaiheiyo .mb80{
	margin-bottom: 80px;
}

.chintaiheiyo .mr4{
	margin-right: 4px;
}
.chintaiheiyo .mrl16{
	margin-right: 16px;
}
.chintaiheiyo .pt24{
	padding-top: 40px;
}
.contentstitle{
	font-family:Ryumin Heavy KL;
	font-size: 200%;
	color: #e86b18;
	text-align: center;
	margin-bottom: 8px;
	letter-spacing: 0.2em;
}
.contentstitlesub{
	text-align: center;
	margin-bottom: 40px;
}

/*----------------------------mv*/
.chintaiheiyo__bg {
	background: url("/_assets/images/customhome/chintaiheiyo/mv_foot.png"),
	url("/_assets/images/customhome/chintaiheiyo/mvbg.png"),
	linear-gradient(180deg,#afdeea 81%,#FFF 100%);
	background-repeat:  repeat-x,no-repeat;
	background-position:  bottom,center;
}
.chintaiheiyo__top {
	margin: 0 auto;
	position: relative;
	height: 832px;
	width: 980px;
}
.chintaiheiyo__mv {
	margin: 0 auto;
	text-align: center;
	/*position: absolute;*/
	right: 0;
}
/*----------------------------summary*/
.chintaiheiyo__summary {
	font-family: Ryumin Bold KL;
	font-size:120%;
	line-height: 2.0;
	width: 100%;
	position: absolute;
	top:460px;
	text-align: center;
}
.chintaiheiyo__summary img{
	margin: 0 auto;
	width: 410px;
  display: block;
}
.chintaiheiyo__summary .small{
	font-size:80%;
  display: block;
}
/*----------------------------onayami*/
.chintaiheiyo__onayami{
	background: #f7f7f7;
	padding: 40px 0;
}
.chintaiheiyo__onayami .chintaiheiyo__onayami_inner{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.chintaiheiyo__onayami div > div:first-child {
	flex-basis: 48%;
	background:  url("/_assets/images/customhome/chintaiheiyo/onayami_img2.png") no-repeat;
	color: #26add0;
	font-size: 200%;
	font-family: Ryumin Bold KL;
	padding: 80px 0;
}
.chintaiheiyo__onayami div > div:first-child span{
	font-size: 150%;
}
/*----------------------------banner*/
.chintaiheiyo__banner{
	background:  url("/_assets/images/customhome/chintaiheiyo/bannar_bg.png");
	background-size: cover;
	padding: 60px;
	position    :relative;
    overflow    :hidden;
 }
.chintaiheiyo__banner_inner{
	width: 980px;
	margin: 0 auto ;
 }
.chintaiheiyo__banner_inner p{
	color: #FFF;
	font-size: 130%;
	font-size: bold;
	text-align: center;
	filter: drop-shadow(0px 0px 4px rgba(220,94,23,1));
	margin-bottom: 24px;
}
.chintaiheiyo__banner_inner span.caption{
	font-size: 85%;
}
.chintaiheiyo__banner_inner span.title{
	font-size: 150%;
	color: #fef620;
}

.chintaiheiyo__banner img{
	margin: 0 auto;
}
.reflection-img{
	width       :100%;
    height      :416px;
    position    :relative;
    overflow    :hidden;
}
.reflection-img2{
	width       :100%;
    height      :300px;
    position    :relative;
    overflow    :hidden;
}
.reflection {
    height      :100%;
    width       :38px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*----------------------------hikaku*/
.chintaiheiyo__hikaku{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 56px 40px;
 }
.chintaiheiyo__hikaku h2::before{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_money.svg");
    background-size: contain;
	top: 50%;
	margin-top: -8px;
	margin-right: 8px;
}
/*tab*/
.chintaiheiyo__hikaku .tab-wrap {
    display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}
.chintaiheiyo__hikaku .tab-label {
  display: block;
	width:49.7%;
  background: #fde6cf;
	color:#e86b18;
	font-weight:bold;
	border-radius:8px 8px 0 0;
  padding: 16px 0;
	text-align:center;
	font-size: 120%;
  order:-1;
}
.chintaiheiyo__hikaku .tab-label span{
}
.chintaiheiyo__hikaku .tab-content {
    width: 100%;
    display: none;
}
.chintaiheiyo__hikaku .tab-switch:checked+.tab-label {
    background: #f6921e;
    color:#fff;
	font-weight:bold;
	position: relative;
}

.chintaiheiyo__hikaku .tab-switch:checked+.tab-label span{
    color:#fff;
}
.chintaiheiyo__hikaku .tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.chintaiheiyo__hikaku .tab-switch {
    display: none;
}
/*table*/
.chintaiheiyo__hikaku .tab-content {
	border: solid 4px #f6921e;
	padding: 32px;
}

.chintaiheiyo__hikaku .chintaiheiyo__point__box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.chintaiheiyo__hikaku .attention{
	font-size: 85%;
	text-align: right;
	letter-spacing: 0;
	color: #f37370;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box > div {
	flex-basis: 48.5%;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .before{
	padding:24px;
	background: #f3f3f3;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .after  {
	margin-top: 50px;
	padding:24px;
	background: #fff5eb;
}

.chintaiheiyo__hikaku .chintaiheiyo__point__box h3{
	font-weight: bold;
	font-size: 120%;
	border-left: 8px solid #f6921e;
	padding-left: 8px;
	margin-bottom: 24px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box h4 img{
	margin: 8px auto 24px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box dt{text-align: left;float: left;margin-top: 8px; }
.chintaiheiyo__hikaku .chintaiheiyo__point__box dd{text-align: right;}
.chintaiheiyo__hikaku .chintaiheiyo__point__box dl{margin-bottom: 10px;}
.chintaiheiyo__hikaku .kakaku1{
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 0;
}
.chintaiheiyo__hikaku .kakaku2{
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type1{
	border: 3px solid #edebe8;
	background: #FFF;
	padding: 4px 16px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type1 dt{
	margin-top: 16px;
}
.chintaiheiyo__hikaku .hikaku_type2{
	color: #f37370;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type2 dt{
	position: relative;
	padding-left: 48px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type2 dt::before{
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_plus.svg");
    background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -18px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type2 dd{
	margin-right: 18px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type3{
	position: relative;
	background: transparent;
    border-bottom: 30px solid #f9f7af ;
    border-right: 24px solid transparent;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type3 dd{
	position: absolute;
	top: 50%;
	margin-top: 4px;
	right: 4px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type4 dt{
	position: relative;
	padding-left: 48px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type4 dt::before{
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_minus.svg");
    background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -18px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type4 dd{
	margin-right: 18px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type5{
	position: relative;
	background: #f78785;
	color: #fff;
	font-weight: bold;
	padding: 4px 16px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type5 dt{
	margin-top: 16px;
	margin-left: 32px;
}

.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type5 .otoku{
	position: absolute;
	left: -72px;
	top: -20px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type5 .otoku img{
	width: 90%;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type6{
	background: #9b9b9b;
	color: #fff;
	font-weight: bold;
	padding: 4px 16px;
	margin-top: 73px;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box .hikaku_type6 dt{
	margin-top: 16px;
}
.chintaiheiyo__hikaku .tyuigaki{
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	text-align: justify;
	text-justify:inter-ideograph;
}
/*----------------------------plan*/
.chintaiheiyo__plan{
  background: url("/_assets/images/customhome/chintaiheiyo/plan_bg.png");
	margin: 0 auto;
  width: 100%;
}
.chintaiheiyo__plan .inner{
	width: 980px;
	margin: 0 auto;
	padding: 60px 0;
}
.chintaiheiyo__plan h2::before{
	content: '';
    display: inline-block;
    width: 36px;
    height: 34px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_item.svg");
    background-size: contain;
	top: 50%;
	margin-top: -8px;
	margin-right: 8px;
}
.chintaiheiyo__plan .contentstitle{
	color: #f1ea36;
	filter: drop-shadow(0px 0px 4px rgba(136,90,53,1));
}
.chintaiheiyo__plan .contentstitlesub{
	filter: drop-shadow(0px 0px 4px rgba(136,90,53,1));
	color: #FFF;
}
.chintaiheiyo__plan  .orange{
	color:#f1ea36;
}

/*tab*/
.chintaiheiyo__plan .tab-wrap {
    display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}
.chintaiheiyo__plan .tab-label {
  display: block;
	width:49.7%;
  background: #ffffec;
	color:#e86b18;
	font-weight:bold;
	border-radius:8px;
  padding: 24px 0;
	text-align:center;
	font-size: 120%;
  order:-1;
	filter: drop-shadow(0px 0px 4px rgba(136,90,53,1));
}
.chintaiheiyo__plan .tab-label span{
}
.chintaiheiyo__plan .tab-content {
    width: 100%;
    display: none;
}
.chintaiheiyo__plan .tab-switch:checked+.tab-label {
    background: #f1ea36;
	font-weight:bold;
	position: relative;
}
.chintaiheiyo__plan .tab-switch:checked+.tab-label:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f1ea36 transparent transparent transparent;
  border-width: 16px 16px 0 16px;
}
.chintaiheiyo__plan .tab-switch:checked+.tab-label span{
    color:#fff;
}
.chintaiheiyo__plan .tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.chintaiheiyo__plan .tab-switch {
    display: none;
}
/*madori*/
.chintaiheiyo__plan .inner1{
	margin-top:50px;
	padding-bottom: 60px;
	border-bottom:4px dotted #fff ;
}
.chintaiheiyo__plan .inner2{
	margin-top:40px;
}

.chintaiheiyo__plan .madori_title{
	border: 4px solid #FFF;
	padding: 8px 24px;
	color: #FFF;
	font-weight: bold;
}
.chintaiheiyo__plan .plan1_1f{
    background: url("/_assets/images/customhome/chintaiheiyo/plan1_1f_madori.png") no-repeat center;
	background-size:contain;
	height: 348px;
	position: relative;
	margin-top: 80px;
}
.chintaiheiyo__plan .plan1_2f{
    background: url("/_assets/images/customhome/chintaiheiyo/plan1_2f_madori.png") no-repeat center;
	background-size:contain;
	height: 326px;
	position: relative;
}
.chintaiheiyo__plan .plan2_1f{
    background: url("/_assets/images/customhome/chintaiheiyo/plan2_1f_madori.png") no-repeat center;
	background-size:contain;
	height: 348px;
	position: relative;
	margin-top: 80px;
}
.chintaiheiyo__plan .plan2_2f{
    background: url("/_assets/images/customhome/chintaiheiyo/plan2_2f_madori.png") no-repeat center;
	background-size:contain;
	height: 326px;
	position: relative;
}
.chintaiheiyo__plan .plan1_1f .plan1{
	position: absolute;
	top:0;
	left: 0;
}
.chintaiheiyo__plan .plan1_1f .plan2{
	position: absolute;
	bottom:0;
	left: 0;
}
.chintaiheiyo__plan .plan1_1f .plan3{
	position: absolute;
	top:-100px;
	right: 250px;
}
.chintaiheiyo__plan .plan1_1f .plan4{
	position: absolute;
	top:50px;
	right: -8px;
}
.chintaiheiyo__plan .plan1_1f .plan5{
	position: absolute;
	bottom:-24px;
	right: -8px;
}
.chintaiheiyo__plan .plan1_2f .plan1{
	position: absolute;
	top:90px;
	left: 0;
}
.chintaiheiyo__plan .plan1_2f .plan2{
	position: absolute;
	bottom:-120px;
	left: 300px;
}
.chintaiheiyo__plan .plan1_2f .plan3{
	position: absolute;
	bottom:-80px;
	right: 140px;
}
.chintaiheiyo__plan .plan1_2f .plan4{
	position: absolute;
	top:50px;
	right: -8px;
}
.chintaiheiyo__plan .plan1_2f .plan5{
	position: absolute;
	bottom:-180px;
	left: 0;
}
.chintaiheiyo__plan .plan2_1f .plan1{
	position: absolute;
	top:0;
	left: 40px;
}
.chintaiheiyo__plan .plan2_1f .plan2{
	position: absolute;
	top:80px;
	right: 80px;
}
.chintaiheiyo__plan .plan2_1f .plan3{
	position: absolute;
	bottom:0;
	right: 80px;
}
.chintaiheiyo__plan .plan2_1f .plan4{
	position: absolute;
	bottom:0;
	left: 40px;
}

.chintaiheiyo__plan .plan2_2f .plan1{
	position: absolute;
	top:30px;
	left: 60px;
}
.chintaiheiyo__plan .plan2_2f .plan2{
	position: absolute;
	top:180px;
	left: 60px;
}
.chintaiheiyo__plan .plan2_2f .plan3{
	position: absolute;
	bottom:-160px;
	left: 310px;
}
.chintaiheiyo__plan .plan2_2f .plan4{
	position: absolute;
	top:70px;
	right: 40px;
}
.chintaiheiyo__plan .plan2_2f .plan5{
	position: absolute;
	bottom:-180px;
	right: 80px;
}

.chintaiheiyo__plan .ditail{
    background: url("/_assets/images/customhome/chintaiheiyo/plan_ditail.png") no-repeat center;
	height: 80px;
	margin-top: 190px;
	display: flex;
	justify-content: space-between;
	padding: 10px 80px 10px 40px;
}
.chintaiheiyo__plan .ditail dl{
	padding-left:16px ;
	flex-basis: 25%;
}
.chintaiheiyo__plan .ditail dt{
	margin-top:16px ;
	font-weight: bold;
}
.chintaiheiyo__plan .ditail span{
	font-size: 80%;
}
.chintaiheiyo__plan .ditail dl.ouner{
	border-left: 8px solid #f0cbcb;
}
.chintaiheiyo__plan .ditail dl.aroom{
	border-left: 8px solid #c5daed;
}
.chintaiheiyo__plan .ditail dl.broom{
	border-left: 8px solid #bce8eb;
}
.chintaiheiyo__plan .ditail dl.all dd{
	line-height: 1;
}
/*----------------------------point*/
.chintaiheiyo__point{
    background: url("/_assets/images/customhome/chintaiheiyo/point_bg.png") no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.chintaiheiyo__point h2 span{
	color: #00192c;
}
.chintaiheiyo__point .chintaiheiyo__point__box{
    background: url("/_assets/images/customhome/chintaiheiyo/point_bg2.png") no-repeat center;
	height: 144px;
	width: 714px;
	margin: 0 auto 24px;
	padding: 0;
}
.chintaiheiyo__point dl{
	font-size: 120%;
	height: 144px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 144px;
}
.chintaiheiyo__point dt{
	color: #f4810e;
	font-weight: bold;
}
.chintaiheiyo__point dd{
	padding-right: 24px;
}
/*----------------------------future*/
.chintaiheiyo__future{
    background: url("/_assets/images/customhome/chintaiheiyo/future_bg.png") no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.chintaiheiyo__future h2{
	font-size: 200%;
	color: #e86b18;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}
.chintaiheiyo__future h2 span{
	background: linear-gradient(transparent 50%, #efe63a 0%);
    line-height: 1.3em;
}
.chintaiheiyo__future h3{
	color: #e86b18;
	font-size: 140%;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.chintaiheiyo__future h3:before, .chintaiheiyo__future h3:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #f4810e;
	display: block;
}
.chintaiheiyo__future h3:before {
	margin-right: .4em;
}
.chintaiheiyo__future h3:after {
	margin-left: .4em;
}
.chintaiheiyo__future .cost::before{
	content: '';
    display: inline-block;
    width: 24px;
    height: 23.5px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_cost.svg") no-repeat;
    background-size: contain;
	top: 50%;
	margin-top: -8px;
	margin-right: 8px;
}
.chintaiheiyo__future .time::before{
	content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_time.svg") no-repeat;
    background-size: contain;
	top: 50%;
	margin-top: -8px;
	margin-right: 8px;
}
.chintaiheiyo__future .family::before{
	content: '';
    display: inline-block;
    width: 23.8px;
    height: 20.5px;
    vertical-align: middle;
    background: url("/_assets/images/customhome/chintaiheiyo/icon_family.svg") no-repeat;
    background-size: contain;
	top: 50%;
	margin-top: -8px;
	margin-right: 8px;
}

.chintaiheiyo__future .chintaiheiyo__point__box{
	width: 710px;
	margin: 0 auto 40px;
}
.chintaiheiyo__future .chintaiheiyo__point__box div{
	display: flex;
	justify-content: space-between;
}
.chintaiheiyo__future dl{
		flex-basis: 25%;
}
.chintaiheiyo__future dd{
    text-align: justify;
	text-justify:inter-ideograph;
	line-height: 1.2;
	margin-top: 8px;
}
@media screen and (max-width: 736px) {
/*----------------------------共通*/
.breadcrumb {
    width: 90%;
    margin: 16px auto 35px;
  }
.chintaiheiyo{
	font-size: 3vw;
	margin-bottom: 0;
}

.chintaiheiyo .hiddenSP{
  display: none;
}
.chintaiheiyo .hiddenPC{
  display: block;
}
.chintaiheiyo img {
	display: block;
	width: 100%;
}
.chintaiheiyo .mb56{
	margin-bottom: 14vw;
}
.chintaiheiyo .mb80{
	margin-bottom:20vw;
}
.chintaiheiyo .mr4{
	margin-right: 1vw;
}
.chintaiheiyo .mrl16{
	margin-right: 3vw;
	margin-left: 3vw;
}
.contentstitle{
	margin-bottom: 2vw;
}
.contentstitlesub{
	margin-bottom: 6vw;
}
/*----------------------------MV*/
.chintaiheiyo__bg {
  background: url("/_assets/images/customhome/chintaiheiyo/mvbg_sp.png"),#f5fbfc;
  background-position: top;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.chintaiheiyo__top {
	width: 92vw;
	height:162vw;
}
.chintaiheiyo__mv {
	width: 100%;
	top: 10vw;
	padding-top: 6vw;
  /* margin-right: 2vw; */
}
/*----------------------------summary*/
.chintaiheiyo__summary {
	top:74vw;
}
.chintaiheiyo__summary img{
	width: 74vw;
}
.chintaiheiyo__summary::after {
	content: '';
    display: inline-block;
    width: 70vw;
    height: 26vw;
    background: url("/_assets/images/customhome/chintaiheiyo/mv_img1_sp.png");
    background-size:cover;
	margin-top: 4vw;
}
/*----------------------------onayami*/
.chintaiheiyo__onayami{
	padding: 40px 0;
}
.chintaiheiyo__onayami .chintaiheiyo__onayami_inner{
	width:100vw;
	flex-direction: column;
}
.chintaiheiyo__onayami div > div:first-child {
    background-size: 20vw;
	background-position: left 16% bottom 10%;
	padding: 0 0 2vw 34vw;
}
.chintaiheiyo__onayami div > div:first-child span{
	font-size: 150%;
}
/*----------------------------banner*/
.chintaiheiyo__banner{
	background:  url("/_assets/images/customhome/chintaiheiyo/bannar_bg_sp.png");
	padding: 8vw 4vw;
 }
.chintaiheiyo__banner_inner{
	width:100%;
 }
.chintaiheiyo__banner_inner p{
	font-weight: 900;
	margin-bottom: 4vw;
 }
.chintaiheiyo__banner_inner img{
	width:100%;
}
.reflection-img{
    height:auto;
}
.reflection-img2{
    height:auto;
}
/*----------------------------hikaku*/
.chintaiheiyo__hikaku{
	width:100%;
	padding: 12vw 0 14vw;
 }
.chintaiheiyo__hikaku h2::before{
    width: 8vw;
    height: 8vw;
	top: 50%;
	margin-top: -2vw;
	margin-right: 2vw;
}
.chintaiheiyo__hikaku .chintaiheiyo__point__box{
	width:100%;
	border: none;
	padding: 0;
}
/*tab*/
.chintaiheiyo__hikaku .tab-wrap {
    display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}
.chintaiheiyo__hikaku .tab-label {
	width:49.4%;
  padding: 16px 0;
}
.chintaiheiyo__hikaku .tab-content {
    width: 100%;
    display: none;
}
/*table*/
.chintaiheiyo__hikaku .tab-content {
	border: none;
	padding: 0;
}
.chintaiheiyo__hikaku .box_sp{
	margin-bottom: 2vw;
	border-top: solid 1vw #f6921e;
	border-bottom: solid 1vw #f6921e;
}
.chintaiheiyo__hikaku .box_sp tr{
	border-bottom:#d3d3d3 0.4vw solid;
}
.chintaiheiyo__hikaku .box_sp th{
	background: #fff5eb;
	text-align: center;
	padding: 2vw;
}
.chintaiheiyo__hikaku .box_sp td{
	width: 36vw;
	text-align: right;
	padding: 3vw
}
.chintaiheiyo__hikaku .box_sp .before{
	background: #f3f3f3;
}
.chintaiheiyo__hikaku .box_sp .after{
	background: #ffffec;
}
.chintaiheiyo__hikaku .box_sp img.title{
	width: auto;
	height: 26vw;
	margin: 0 auto;
}
.chintaiheiyo__hikaku .box_sp .caption{
	text-align: center;
	font-size: 85%;
	line-height: 0.9;
}
.otokuwrap{
	position: relative
}
.otoku{
	position: absolute;
	left: -5.5vw;
	top:-1vw;
}
.otoku img{
	width: 16vw;
}
/*----------------------------plan*/
.chintaiheiyo__plan .inner{
	width: 90vw;
	margin: 0 auto;
	padding: 10vw 0;
}
.chintaiheiyo__plan h2::before{
    width: 7.3vw;
    height: 7vw;
	top: 50%;
	margin-top: -2vw;
	margin-right: 2vw;
}

/*tab*/
.chintaiheiyo__plan .tab-wrap {
    display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}
.chintaiheiyo__plan .tab-label {
	width:49.4%;
    padding: 4vw 0;
}
.chintaiheiyo__plan .tab-label span{
}
.chintaiheiyo__plan .tab-switch:checked+.tab-label:after{
  bottom: -2vw;
  border-width: 2vw 2vw 0 2vw;
}
/*madori*/
.chintaiheiyo__plan img{
	width: 45vw;
}
.chintaiheiyo__plan .inner1{
	margin-top:8vw;
	padding-bottom: 8vw;
	border-bottom:1vw dotted #fff;
	height: auto;
}
.chintaiheiyo__plan .inner2{
	margin-top:8vw;
}
.chintaiheiyo__plan .madori_title{
	border: 0.5vw solid #FFF;
	padding: 1vw 4vw;
}
.chintaiheiyo__plan .plan1_1f{
	height: auto;
	margin-top:8vw;
	margin-bottom: 60vw;
}
.chintaiheiyo__plan .plan1_2f{
	height: auto;
	margin-top:8vw;
	margin-bottom: 74vw;
}
.chintaiheiyo__plan .plan2_1f{
	background-size:90%;
	height: auto;
	margin-top:14vw;
	margin-bottom: 80vw;
}
.chintaiheiyo__plan .plan2_2f{
	background-size:90%;
	height: auto;
	margin-top:16vw;
	margin-bottom: 100vw;
}
.chintaiheiyo__plan .adjust:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
/*madori*//* PLAN1_1F */
.chintaiheiyo__plan .plan1_1f .plan1{
	top:0;
	left: -2vw;
}
.chintaiheiyo__plan .plan1_1f .plan2{
	bottom:-2vw;
	left: 0;
}
.chintaiheiyo__plan .plan1_1f .plan3{
	top:0;
	right: 1vw;
}
.chintaiheiyo__plan .plan1_1f .plan4{
	top:42.5vw;
	right: -1vw;
}
.chintaiheiyo__plan .plan1_1f .plan5{
	bottom:-64vw;
	right:0vw;
}
.chintaiheiyo__plan .plan1_1f .plan5 img{
	width: 90vw;
}
/*madori*//* PLAN1_2F */
.chintaiheiyo__plan .plan1_2f .plan1{
	top:-1vw;
	left: 0;
}
.chintaiheiyo__plan .plan1_2f .plan2{
	bottom:-1vw;
	left: 0;
}
.chintaiheiyo__plan .plan1_2f .plan3{
	bottom:-1vw;
	right: 0;
}
.chintaiheiyo__plan .plan1_2f .plan4{
	top:-1vw;
	right:-2vw;
}
.chintaiheiyo__plan .plan1_2f .plan5{
	bottom:-68vw;
	left: 0;
}
.chintaiheiyo__plan .plan1_2f .plan5 img{
	width: 90vw;
}
/*madori*//* PLAN2_1F */
.chintaiheiyo__plan .plan2_1f .plan1{
	top:-10vw;
	left: 0;
}
.chintaiheiyo__plan .plan2_1f .plan2{
	top:-8vw;
	right: 0;
}
.chintaiheiyo__plan .plan2_1f .plan3{
	bottom:-16vw;
	right: 0;
}
.chintaiheiyo__plan .plan2_1f .plan4{
	bottom:-80vw;
	left: 0;
}
.chintaiheiyo__plan .plan2_1f .plan4 img{
	width: 90vw;
}
/*madori*//* PLAN2_2F */
.chintaiheiyo__plan .plan2_2f .plan1{
	top:-10vw;
	left: 0;
}
.chintaiheiyo__plan .plan2_2f .plan2{
	left: 0;
	top:76vw;
}
.chintaiheiyo__plan .plan2_2f .plan3{
	bottom:-14vw;
	left: 44vw;
	}
.chintaiheiyo__plan .plan2_2f .plan4{
	top:-10vw;
	right: 0;
}
.chintaiheiyo__plan .plan2_2f .plan5{
	bottom:-94vw;
	right: 15vw;
}
.chintaiheiyo__plan .plan2_2f .plan5 img{
	width: 60vw;
}

.chintaiheiyo__plan .ditail{
    background: #FFF;
	height: auto;
	margin-top: auto;
	padding: 2vw;
	font-size: 80%;
}
.chintaiheiyo__plan .ditail dl{
	padding-left:2vw;
	flex-basis: 20%;
}
.chintaiheiyo__plan .ditail dl:last-child{
	flex-basis: 30%;
	background: #F7FFCE;
	padding: 1vw 2vw;
}
.chintaiheiyo__plan .ditail dt{
	margin-top:0;
}
.chintaiheiyo__plan .ditail span{
}
.chintaiheiyo__plan .ditail dl.ouner{
	border-left: 2vw solid #f0cbcb;
}
.chintaiheiyo__plan .ditail dl.aroom{
	border-left: 2vw solid #c5daed;
}
.chintaiheiyo__plan .ditail dl.broom{
	border-left: 2vw solid #bce8eb;
}
.chintaiheiyo__plan .ditail dl.all dd{
	line-height: 1;
}
/*----------------------------point*/
.chintaiheiyo__point{
    background: url("/_assets/images/customhome/chintaiheiyo/point_bg_sp.png") no-repeat center right;
	background-size: cover;
	padding: 10vw 0;
}
.chintaiheiyo__point .chintaiheiyo__point__box{
    background:#fff;
	border-radius: 4vw;
	width: 54vw;
	height:auto;
	margin: 0 0 4vw 4vw;
	padding: 3vw;
	filter: drop-shadow(0px 0px 4px rgba(125,140,117,1));
}
.chintaiheiyo__point dl{
	height:auto;
	padding-left: 0;
}
.chintaiheiyo__point dt{
	position:relative;
	padding-left:18vw;
	margin-top: 4vw;
	margin-bottom: 6vw;
}
.chintaiheiyo__point dt::before{
	position:absolute;
	left:0;
	top: -4vw;
	content: '';
    display: inline-block;
    width: 16vw;
    height: 16vw;
    background: url("/_assets/images/customhome/chintaiheiyo/point_icon_sp.png");
    background-size: contain;
	margin-right: 8px;
}
.chintaiheiyo__point dd{
	padding-right: 0;
	text-align: justify;
	text-justify:inter-ideograph;
}
/*----------------------------future*/
.chintaiheiyo__future{
    background: url("/_assets/images/customhome/chintaiheiyo/future_bg_sp.png") repeat-y center center;
	background-size: cover;
	padding: 10vw 0;
}
.chintaiheiyo__future h2{
	margin-bottom: 8vw;
}
.chintaiheiyo__future h2 span{
	background: linear-gradient(transparent 50%, #efe63a 0%);
    line-height: 1.3em;
}
.chintaiheiyo__future h3{
	margin-bottom: 5vw;
	font-weight: bold;
}
.chintaiheiyo__future h3:before, .chintaiheiyo__future h3:after {
	border-top: 1vw dotted #f4810e;
}
.chintaiheiyo__future h3:before {
	margin-right: .4em;
}
.chintaiheiyo__future h3:after {
	margin-left: .4em;
}
.chintaiheiyo__future .cost::before{
	content: '';
    display: inline-block;
	width: 6vw;
    height: 6vw;
	top: 50%;
	margin-top: -2vw;
	margin-right: 2vw;
}
.chintaiheiyo__future .time::before{
	content: '';
    display: inline-block;
    width: 6vw;
    height: 5.75vw;
	top: 50%;
	margin-top: -2vw;
	margin-right: 2vw;
}
.chintaiheiyo__future .family::before{
	content: '';
    display: inline-block;
    width: 6vw;
    height: 5.75vw;
	top: 50%;
	margin-top: -2vw;
	margin-right: 2vw;
}

.chintaiheiyo__future .chintaiheiyo__point__box{
	width: 90vw;
	margin: 0 auto 4vw;
}
.chintaiheiyo__future dl{
		flex-basis: 32%;
}
.chintaiheiyo__future dd{
	margin-top: 1vw;
	font-size: 90%;
}
}


/*================== 追従ボタン ==================*/
.fixConversion{
  position: fixed;
  border-bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.8);
  z-index: 99;
  /* padding: 25px 0; */
  height: 60px;
}
.fixConversion.sticky{
  display: block;
}
.fixConversion.sticky.none{
  display: none;
}
.fixConversion__list{
  margin: 0 auto;
  display: table;
}
.fixConversion__item{
  width: 265px;
  height: 55px;
  font-size: 19px;
  float: left;
  padding: 0 16px;
}
.fixConversion__item a{
  background-color:#ffffff;
  display:block;
  border-radius:4px;
  text-align:center;
  position:relative;
  /* padding: 18px 16px 18px 20px; */
  /* font-weight: 600; */
}
.fixConversion__item .go-form{
  background-color: #af1818;
  color:#ffffff;
  height: 40px;
  margin-top: 10px;
  line-height: 2.5;
  font-size: 16px;
}
.fixConversion__item .go-form::before{
  content: '';
  display: inline-block;
  background-image: url(/_assets/images/guideBtn/document.svg);
  background-size: cover;
  width: 27px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 18px;
}
.fixConversion__item .tell::before{
  content: '';
  display: inline-block;
  background-image: url(/_assets/images/guideBtn/tell.svg);
  background-size: cover;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 14px;
  left: 40px;
}


@media screen and (max-width: 736px) {
.fixConversion{
  padding: 1vw 0;
  height: unset;
}
.fixConversion__list{
  width: 90.625vw;
}
.fixConversion__item{
  width: 42.96875vw;
  margin-top: 0;
  line-height: 1.6;
  padding: 4px;
  font-size: 16px;
  height: unset;
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.fixConversion__item .go-form{
  margin-top: 0;
  height: inherit;
  height: unset;
  line-height: unset;
}
.fixConversion__item a{
  padding: 2vw 2vw 2vw 8vw;
}
.fixConversion__item .tell::before{
  left: 10px;
  top: 8px;
}
.fixConversion__item .go-form::before{
  width: 22px;
  height: 20px;
  top: 12px;
  left: 12px;
}
}