@charset "UTF-8";

main {
	word-break: break-all;
}
.text-bold {
	font-weight: 700;
}

.icon-catch {
	background-color: #c69e62;
	color: #fff;
	text-align: center;
	padding: 0.25rem 0.5rem;
	display: inline-block;
}

.icon-catch2 {
	background-color: #ed1e79;
	color: #fff;
	text-align: center;
	padding: 0.25rem 0.5rem;
	display: inline-block;
}

section .note2 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.f-1_15 {
	font-size: 1.15em;
}

@media (min-width: 992px) {
	section .note2 {
		display: block;
		padding-left: 0;
		text-indent: 0;
	}
}	

@media (min-width: 1200px) {
	.pe-xl-6 {
		padding-right: 6em !important;
	}
}	


/*//////////////////  メインビジュアルTOP ////////////////*/
.mv .title1 {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 84%;
}

.mv .title2 {
    top: 52.5%;
}

.mv .title2 .land strong, .mv .title2 .land p {
	color: #fff;
	display: block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.mv .title2 .land strong {
	font-size: 2.0em;
}

.mv .title2 .land p {
	font-size: 1.1em;
}

@media (min-width: 576px) {
	.mv .title1 {
		left: 11%;
		top: 55%;
		width: 78%;
	}

	.mv .title2 .land strong {
		font-size: 2.8em;
	}

	.mv .title2 .land p {
		font-size: 1.3em;
	}	
}

@media (min-width: 768px) {
	.mv .title1 {
		left: 0;
		top: 55%;
		width: 66%;
	}
	
	.mv .title2 {
		background-color: rgba(0,0,0,0.00);
		width: 55% !important;
	}
	
	.mv .title2 .land {
		padding-left: 1%;
	}	
	
	.mv .title2 .land strong, .mv .title2 .land p {
		text-align: start;
	}

	.mv .title2 .land strong {
		font-size: 2em;
	}

	.mv .title2 .land p {
		font-size: 1.0em;
	}	
}

@media (min-width: 992px) {
	.mv .title1 {
		width: 64%;
	}
	
	.mv .title2 {
		width: 52.5% !important;
		padding-left: 3%;
	}

	.mv .title2 .land strong {
		font-size: 2.2em;
	}	
}

@media (min-width: 1200px) {
	.mv .title1 {
		width: 58%;
	}
	
	.mv .title2 {
		width: 50% !important;
	}

	.mv .title2 .land strong {
		font-size: 2.4em;
	}
	
	.mv .title2 .land p {
		font-size: 1.15em;
	}		
}

@media (min-width: 1400px) {
	.mv .title1 {
		width: 54%;
	}
	
	.mv .title2 {
		width: 47.5% !important;
	}

	.mv .title2 .land strong {
		font-size: 2.7em;
	}
	
	.mv .title2 .land p {
		font-size: 1.2em;
	}	
}

/*/// TOPスライダー ////*/
.mv .slider{
	width: 100%;
	height: auto;
}

.mv .slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.mv .slider_filter {
	background: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 35%, rgba(0,0,0,0.405) 65%, rgba(0,0,0,0.40) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 768px) {
	.mv .slider_filter {
		background: linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}


/*//////////////// セクション1 //////////////////*/
.sec1 h1 {
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 700;
}

.sec1 h1 span {
	color: #00a774;
}

.sec1 strong {
	text-align: center;
	font-size: 1.1rem;
	display: block;
	background-color: #4c4c4c;
	padding: 0.25rem;
	color: #fff; 
	width: 70%;
	margin-left: auto; 
	margin-right: auto; 	
}

.sec1 h2 {
	font-size: 1.55rem;
	line-height: 1.45em;
	font-weight: 700;
}

.sec1 .land h1 {
	text-align: start;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.6em;
}

.sec1 .land h2 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.4em;
}

@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.9rem !important;
		line-height: 1.45em;
	}

	.sec1 strong {
		font-size: 1.3rem;
		padding: 0.4rem;
		width: 280px !important;
	}
	
	.sec1 h2 {
		font-size: 1.8rem;
		line-height: 1.45em;
	}
	
	.sec1 .land h1 {
		font-size: 1.6em !important;
	}	
}

@media (min-width: 768px) {
	.sec1 h1 {
		font-size: 2rem !important;
	}
	
	.sec1 strong {
		font-size: 1.4rem;
		padding: 0.6rem;
	}
	
	.sec1 .land h1 {
		font-size: 1.7em !important;
	}
	
	.sec1 .land .text-wrap {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}	
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 2.2rem !important;
	}
	
	.sec1 h2 {
		font-size: 2rem;
	}
	
	.sec1 .land h1 {
		font-size: 1.8em !important;
	}
	
	.sec1 .land .text-wrap {
		width: 68%;
	}		
}

@media (min-width: 1200px) {
	.sec1 h1 {
		font-size: 2.4rem !important;
	}

	.sec1 strong {
		font-size: 1.5rem;
		padding: 0.8rem;
	}
	
	.sec1 h2 {
		font-size: 2.2rem;
	}
	
	.sec1 .land h1 {
		font-size: 2em !important;
	}	
}

/*//////////////// セクション2 //////////////////*/
.sec2 .name {
	background-color: #b5b18f;
	padding: 0.6rem 0;
}

.sec2 .name h1, .sec2 .name p {
	color: #fff;
	text-align: center;
}

.sec2 .name h1 {
	font-size: 1.5rem;
	font-weight: 700;
}

.sec2 .name h1 span {
	font-size: 1.3em;
}

.sec2 .price {
	background-color: #faf9f6;
	padding-top: 25px;
}

.sec2 .price h2 {
	border: 1px solid #222;
	font-size: 1.1rem;
	padding: 0.4rem;
	font-weight: 400;
}

.sec2 .price h2 span {
	font-size: 0.85rem;
}

.sec2 .price strong {
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	padding-top: 6px;
}

.sec2 .price strong span {
	font-size: 1.3rem;
}

.sec2 .exterior {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

@media (min-width: 576px) {
	.sec2 .name h1 {
		font-size: 1.6rem !important;
		padding: 0.4rem 0;
	}
	
	.sec2 .name p {
		text-align: center;
	}	

	.sec2 .price {
		padding-top: 30px;
	}

	.sec2 .price h2 {
		font-size: 1.2rem;
		padding: 0.5rem;
	}

	.sec2 .price strong {
		font-size: 2.8rem;
	}
}

@media (min-width: 768px) {
	.sec2 .name {
		padding: 0.6rem 0;
		padding-left: 1.5%;
	}
	
	.sec2 .name h1, .sec2 .name p {
		text-align: left;
	}
	
	.sec2 .name h1 {
		display: inline-block;
		margin-right: 1.5rem;
	}
	
	.sec2 .name p {
		display: inline;
	}	

	.sec2 .price {
		padding-top: 35px;
	}
	
	.sec2 .pricebox {
		padding-left: 1.5%;
	}
	
	.sec2 .price h2 {
		margin-left: 0;
		margin-right: auto;
		width: 220px !important;
	}

	.sec2 .price strong {
		font-size: 3rem;
	}

	.sec2 .exterior {
		margin-right: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 992px) {
	.sec2 .name .container, .sec2 .price .container {
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	.sec2 .name .ps-lg-5, .sec2 .price .ps-lg-5 {
		padding-left: 5%;
	}
	
	.sec2 .name {
		padding: 0.75rem 0;
	}
	
	.sec2 .name h1 {
		font-size: 2rem !important;
	}
	
	.sec2 .price {
		padding-top: 50px;
	}
	
	.sec2 .pricebox {
		padding-left: 0;
		padding-bottom: 15px;
	}
}



/*//////////////// セクション3 //////////////////*/
.sec3 {
	background-color: #4c4c4c;
	padding-top: 20px;
	padding-bottom: 20px;
}
.slider-s3 {
	width: 100%;
	height: auto;
}

.slider-s3 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/next.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1 !important;
}

.slick-prev:before{
	background: url(../../assets/images/common/prev.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1 !important;
}

.slick-prev, .slick-next {
	width: 35px !important;
	height: 55px !important;
	padding: 0;
	z-index: 10;
	opacity: 1 !important;
}

.slick-prev {
	top:42.5%;
	left: 0 !important;
}

.slick-next {
	top:42.5%;
	right: -2px !important;
}

.slider-s3 p {
	padding: 0 3%;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec3 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.slick-prev {
		top:45%;
	}

	.slick-next {
		top:45%;
	}

	.slider-s3 p {
		padding: 0 4%;
	}
}

@media (min-width: 768px) {
	.sec3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec3 .slider-s3 img {
		width: 100%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}	
	.slick-prev, .slick-next {
		width: 40px !important;
		height: 60px !important;	
	}

	.slick-prev {
		top:45%;
	}

	.slick-next {
		top:45%;
		right: -4px !important;
	}

	.slider-s3 p {
		padding: 0 4%;
	}	
}

@media (min-width: 1200px) {
	.sec3 {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.sec3 .slider-s3 img {
		width: 100%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}	
	.slick-prev, .slick-next {
		width: 50px !important;
		height: 75px !important;	
	}

	.slick-prev {
		top:45%;
	}

	.slick-next {
		top:45%;
	}	
}

@media (min-width: 1400px) {
	.sec3 .slider-s3 img {
		width: 100%;
		padding-left: 2.5% !important;
		padding-right: 2.5% !important;
	}
}

/*/////////////// セクション4 ///////////////*/
.sec4 .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec4 .container {
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}

.sec4 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec4 .mov_icon {
	width: 2.2rem;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: -0.2rem;
}

.sec4 .youtube_short {
	 width: 90%;
	 max-width: 380px;
	 margin: auto;
}
.sec4 .youtube_short iframe {
	 aspect-ratio: 9 / 16;
	 width: 100%;
	 height: 100%;
}

@media (min-width: 576px) {
	.sec4 .mov_icon {
		width: 2.5rem;
		vertical-align: -0.25rem;
	}	
}

@media (min-width: 768px) {
	.sec4 .movie_wrap {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.sec4 .movie_wrap {
		width: 75%;
	}
}


/*/////////////// セクション5 ///////////////*/
.sec5 {
	background-image: url("../../img/housing/common/bg_sp2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

.sec5 h1 {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 25px !important;
}

.sec5 h1 span {
	font-size: 0.75em;
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.sec5 h1 strong {
	color: #00A774;
	font-weight: 700;
}

.sec5 .spec h2 {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4em;
}

.sec5 .spec h2 span {
	font-size: 0.75em;
	display: block;
}

.sec5 .spec h2 .nobr {
	display: inline;
}

.sec5 .spec p {
	line-height: 1.6em;
}

.sec5 .spec img {
	border-radius: 14px;
	border: 3px solid #3a3a3a;
	box-shadow: 3px 3px 5px rgba(58,58,58,0.40);
	width: 96%;
	display: block;
	margin: 0 auto 0.75rem;
}

.sec5 .spec .col-6 {
	margin-bottom: 20px;
}

.sec5 .spec .col-6:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sec5 .box {
	background-color: #ebe8dd;
	padding: 1.5rem 0;
}

@media (min-width: 576px) {
	.sec5 h1 {
		font-size: 1.45rem !important;
	}

	.sec5 .spec h2 {
		font-size: 1.3rem;
	}
	
	.sec5 .spec h2 span {
		display: inline;
	}	

	.sec5 .spec p {
		line-height: 1.6em;
	}

	.sec5 .box {
		background-color: #ebe8dd;
		padding: 1.5rem 0;
	}
}

@media (min-width: 768px) {
	.sec5 {
		background-image: url("../../img/housing/common/bg_pc2.jpg");
	}
	
	.sec5 h1 {
		font-size: 1.6rem !important;
		margin-bottom: 30px !important;
	}

	.sec5 .spec h2 {
		font-size: 1.35rem;
	}
	
	.sec5 .spec img {
		border-radius: 16px;
		border: 4px solid #3a3a3a;
		width: 90%;
		margin: 0 auto 0.75rem;
	}
	
	.sec5 .spec .col-6 {
		margin-bottom: 30px !important;
	}

	.sec5 .spec .col-6:nth-last-child(-n+3) {
		margin-bottom: 0 !important;
	}	
}

@media (min-width: 1200px) {
	.sec5 h1 {
		font-size: 1.8rem !important;
		margin-bottom: 50px !important;
	}

	.sec5 .spec h2 {
		font-size: 1.4rem;
	}
	
	.sec5 .spec .col-6 {
		margin-bottom: 40px !important;
	}

	.sec5 .spec .col-6:nth-last-child(-n+3) {
		margin-bottom: 0 !important;
	}	
}	


/*/////////////// セクション6 ///////////////*/
.sec6 {
	background-color: #ebe8dd;
	padding: 2rem 0 1.75rem;
}

.sec6 .container {
	max-width: 980px;
}

.sec6 .hosyo .col-4 {
	padding-left: 1%;
	padding-right: 1%;
}

.sec6 .fukidashi {
	position: absolute;
	width: 40%;
	top:-40%;
	left: 4%;
	z-index: 10;
}

.sec6 h1 {
	text-align: center;
	color: #938b6a;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5em;
}

.sec6 h1 span {
	font-size: 3rem;
	display: block;
	margin-bottom: -1.5rem;
}

@media (min-width: 576px) {
	.sec6 {
		padding: 2.4rem 0 1.75rem;
	}

	.sec6 .hosyo .col-4 {
		padding-left: 0.5%;
		padding-right: 0.5%;
	}

	.sec6 .fukidashi {
		width: 160px;
		top:-26%;
		left: 12%;
	}

	.sec6 h1 {
		font-size: 1.6rem !important;
	}

	.sec6 h1 span {
		font-size: 4.5rem;
		margin-bottom: -1.5rem;
	}
}

@media (min-width: 768px) {
	.sec6 {
		padding: 2.6rem 0 2rem;
	}

	.sec6 .hosyo .col-4 {
		padding-left: 4%;
		padding-right: 4%;
	}

	.sec6 .fukidashi {
		width: 200px;
		top:-32%;
		left: 18%;
	}

	.sec6 h1 {
		font-size: 1.6rem !important;
	}

	.sec6 h1 span {
		font-size: 4.5rem;
		margin-bottom: -1.5rem;
	}
}

@media (min-width: 992px) {
	.sec6 .fukidashi {
		width: 200px;
		top:-30%;
	}
}

@media (min-width: 1200px) {
	.sec6 {
		padding: 3rem 0 2rem;
	}

	.sec6 .fukidashi {
		width: 250px;
		top:-33%;
		left: -5%;
	}

	.sec6 h1 {
		font-size: 1.6rem !important;
	}

	.sec6 h1 span {
		font-size: 4.5rem;
		margin-bottom: -1.5rem;
	}
}


/*/////////////// セクション7 ///////////////*/
.sec7 .container {
	max-width: 980px;
}

.sec7 .draw, .sec10 .draw {
	position: relative;
	border: 1px solid #222;
}

.sec7 .draw .zoom, .sec10 .draw .zoom {
	position: absolute;
	width: 50px;
	bottom: 0;
	right: 0;
}

@media (min-width: 992px) {
	.sec7 .draw .zoom, .sec10 .draw .zoom {
		width: 60px;
	}
}


/*/////////////// セクション8 ///////////////*/
#anc8 {
	padding-top: 120px;
	margin-top: -120px;
}

.plan-wrap .title {
	display: none;
}

.sec8 {
	background-color: #fff;
}

.sec8 .container {
	max-width: 1140px !important;
}

.sec8 .h1-title {
	background-color: #B5B18F;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sec8 .anclink {
	color: #0175B5;
	text-decoration: underline;
	margin-top: -20px !important;
}

.sec8 .d-flex {
	justify-content: center;
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	width: 100%;	
	margin: 0 auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 0.5em 0.5em;
	padding-top: 0.75em; 
	color: #A4A17A;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #DAD8C7;
	transition-duration: 0.3s;
}
.cp_tab > input + label {
	margin-bottom: -2px;
	border-color: #b5b18f;
	border-bottom: 2px solid #b5b18f;/*背景色と同じ*/
	border-radius: 0;
}


/*タブパネル追加*/
.cp_tab > label {
	border: 1px solid transparent;
	color: #222;
}



@media (max-width: 767px) {
	.cp_tab .cp_tabpanel {
		padding: 1.25rem 0 0;
		border-top: 0;
		margin-top: 0;
	}
}	

.cp_tabpanels {
	max-width: 1140px;
	padding-top: 20px;
}

.cp_tab label {
	padding: 1rem;
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	color: #A4A17A;
}

.cp_tab label p {
	text-align: center;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 1.5em;	
}

.cp_tab > input:checked + label {
	border-color: #b5b18f;
	border-bottom: 2px solid #b5b18f;
	background-color: #b5b18f;
	color: #fff;
	border-radius: 0;
}

@media (min-width: 576px) {		
	.cp_tab label {
		padding: 1rem 0.75rem;
	}

	.cp_tab label p {
		font-size: 0.9em;
		line-height: 1em;	
	}	
}

@media (min-width: 768px) {
	.h1-title {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	
	.cp_tab label {
		padding: 1rem 0 !important;
		width: 13%;
		margin-left: 0.25%;
		margin-right: 0.25%;
		font-size: 0.8em;
	}
	.cp_tabpanel {
		padding-top: 1.75rem !important;
		margin-top: -2px !important;
	}
}


@media (min-width: 992px) {
	.h1-title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.cp_tab label {
		padding: 1.25rem 0;
	}
	
	.cp_tab label {
		font-size: 1rem !important;
	}
	
	.cp_tabpanel {
		padding-top: 40px !important;
		margin-top: -2px !important;
	}
}

@media (min-width: 1200px) {	
	.cp_tab label {
		font-size: 1.1rem !important;
	}
	
	.cp_tabpanel {
		padding-top: 50px !important;
		margin-top: -2px !important;
	}
}

.bg_glay {
	background-color: #E8E4DC;
}


/*/////////////// セクション9 ///////////////*/
.ggmap {
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (min-width: 768px) {
	.ggmap {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
}

@media (min-width: 1200px) {
	.ggmap {
	padding-bottom: 40.25%;
	}
}

@media (min-width: 1400px) {
	.ggmap {
	padding-bottom: 32.25%;
	}
}

/*/////////////// セクション10 ///////////////*/
.sec10 .col-6 p {
	margin-bottom: 0 !important;
}
.sec10 .col-6 {
	margin-bottom: 1em !important;
}

.sec10 .col-6:nth-last-child(-n+2){
	margin-bottom: 0 !important;
}

.sec10 .other-box2 h2 {
	font-size: 1.2rem;
}

.sec10 .other-box2 span {
	font-size: 0.85rem;
	color: #fff;
	background-color: #00A774;
	padding: 0 0.4rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	text-align: center;
	width: 100%;
}


@media (min-width: 576px) {
	.sec10 .other-box2 h2 {
		font-size: 1.3rem;
	}

	.sec10 .other-box2 span {
		display: inline-block;
		margin-left: 0;
		margin-right: 1rem;
		margin-bottom: 0;
		text-align: center;
		width: 12em;
	}
	
	.sec10 .other-box2 p {
		display: inline-block;
	}	
}


@media (min-width: 768px) {
	.sec10 .col-6 {
		margin-bottom: 1.5em !important;
	}

	.sec10 .col-6:nth-last-child(-n+3){
		margin-bottom: 0 !important;
	}

	.sec10 .other-box2 span {
		margin-bottom: 5px;
	}	
}

@media (min-width: 992px) {
	.sec10 .other-box2 h2 {
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	.sec10 .col-6 {
		margin-bottom: 2em !important;
	}	
}


/*/////////////// セクション11 ///////////////*/
.sec11 h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	background-color: #3f3f3f;
	color: #fff;
	padding: 0.5rem;
}

.sec11 h1 span {
	font-size: 0.8em;
}

.sec11 table {
	width: 100%;
}

.sec11 table p {
	color: #222;
	margin-bottom: 0;
}

.sec11 table th, .sec11 table td {
	display: block;
	padding: 0.5em 0.75em;
}

.sec11 table td {
	padding: 0.75em;
}

.sec11 table th:nth-child(odd) {
	background-color: #f2f2f2;
}

@media (min-width: 768px) {
	.sec11 h1 {
		padding: 0.75rem 1.5rem;
		text-align: left;
	}

	.sec11 table th, .sec11 table td {
		display: table-cell;
		padding: 1rem 1.5rem;
	}
	
	.sec11 table th {
		width: 28%;
	}
	
	.sec11 table td {
		width: 72%;
	}	

	.sec11 table th:nth-child(odd) {
		background-color: rgba(242,242,242,0.00);
	}
	
	.sec11 table tr:nth-child(odd) {
		background-color: #f2f2f2;
	}	
}

@media (min-width: 992px) {
	.sec11 table th {
		width: 23%;
	}
	
	.sec11 table td {
		width: 77%;
	}
}

@media (min-width: 1200px) {
	.sec11 table th, .sec11 table td {
		padding: 1.25rem 1.75rem;
	}	
	
	.sec11 table th {
		width: 20%;
	}
	
	.sec11 table td {
		width: 80%;
	}
}

/*///////////// 返済シミュレーション /////////////*/
.sec12 {
	background-color: #fcf9f2;
}

.sec12 .bg-white {
	background-color: rgba(255,255,255,0.00) !important;
}

.repayment img {
	width: 100%;
}

.loan-bg-color {
	color: #fff;
	background-color: #666666;
}

.border-bottom-dash {
	border-bottom: 1.5px dashed #666666;
	padding-bottom: 0.5em;
}

.loan-caption {
	background-color: #adaa87;
	text-align: center;
	padding: 1em 0;
	border: 1.5px solid #3f3f3f;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
}

.loan-data {
	border: 1.5px solid #3f3f3f;
	border-top: none;
	padding: 0.8em 0;
}

.loan-data > input {
	width: 4em;
	border: none;
	text-align: right;
	font-size: 1.2rem;
}

.loan-btn {
	color: #fff;
	background-color: #3f3f3f;
	width: 5em;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	padding: 0.5em 0;
}
.loan-btn:hover {
	opacity: 0.8;
}
.loan-btn.down {
	margin-right: 3px;
	border-radius: 200px 3px 3px 200px;
}
.loan-btn.up {
	margin-left:  3px;
	border-radius: 3px 200px 200px 3px;
}

.loan-arrow {
	border: 60px solid transparent;
	border-left-color: #ADAA87;
	border-right-width: 0px;
	transform:  rotate(90deg) scale(0.8, 1.2) translateX(42.5%);
}

.loan-result .loan-caption {
	background-color: rgb(120,40,50);
}

.loan-result .loan-caption,
.loan-result .loan-data {
	color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
	font-weight: bold;
}

.loan-btn {
	width: 4em;
}

.ls_funds, .ls_bonus, .ls_rates, .ls_period {
	background-color: rgba(252,249,242,0.00);
}
.slide_btn:hover {
	cursor: pointer;
	opacity: 0.8s;
}

.slide_btn > .ui-slider.ui-widget-content {
	display: inline-block;
	width: 90%;
	height: 0.8em;
	margin: 0 auto;
	border-color: #666666;
	background: none;
	border-radius: 1em;
}

.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle {
	border: 1px solid #ccc;
	background: none;
	background-color: #ADAA87;
	width: 1.2em;
	height: 1.2em;
	border-radius: 1rem;
	top: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
	outline: none;
}
.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle:hover {
	cursor: pointer;
	background-color: #999;
}

@media (min-width: 768px) {
	.loan-arrow {
		transform: translateX(25px) scale(0.8, 1.0);
	}
}


/*/////　アンカーリンクの高さ調整　/////*/
#yt-movie {
	padding-top: 100px;
	margin-top: -100px;
}


/*///////////// 仕様タブ切り替え（NEW） /////////////*/
.tab_js .tab {
	margin-bottom: 35px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tab_js .tab .wrapper ul {
	justify-content: space-between;
}

.tab_js .tab li {
	display: block;
	width: 47.5%;
	margin-bottom: 15px;
}

.tab_js .tab li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.tab_js .tab li a {
	font-size: 1rem;
	display: block;
	padding: 1em 0.5em;
	color: #A4A17A;
	cursor: pointer;
	border: 1px solid #B5B18F;
	text-align: center;
}

.tab_js .tab li a:hover {
	color: #fff !important;
	background-color: #B5B18F;
	transition-duration: 0.3s;
}

.tab_js .area {
	display: none;
	opacity: 0;
}

.tab_js .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab_js ul{
	list-style:none;
}

.tab_js .wrapper{
	width: 100%;
}

.tab_js .contents {
	width: 100%;
	padding-top: 0px;
}


@media (min-width: 576px) {
	.tab_js .tab li a{
		padding: 1em 0.5em;
	}
}


@media (min-width: 768px) {
	.tab_js .tab li {
		width: 15%;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
	}
	
	.tab_js .wrapper ul {
		border-bottom: 2px solid #B5B18F;
		margin-bottom: 50px;
	}	

	.tab_js .tab li a{
		padding: 1.2em 0.5em;
		border-bottom: none;
	}
}


@media (min-width: 992px) {
	.tab_js .tab li a{
		padding: 1.2em 0.5em;
	}
}


/*///////////// 制震ダンパー /////////////*/	
.sec-seishin .title {
	background-color: #e67067;
}

.sec-seishin .title p {
	font-size: 0.9rem;
	line-height: 1.5em;
}

.sec-seishin h2 {
	font-size: 1.4rem;
	line-height: 1.5em;
}

.sec-seishin .title3 img {
	width: 90px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec-seishin .title3 p {
	font-weight: 600;
}

.sec-seishin .title3 h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 600;	
}

.sec-seishin .img04 {
	width: 40px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec-seishin .box {
	border: 2px solid #e67067;
}

.sec-seishin .box h4 {
	color: #e67067;
	font-size: 1.3rem;
	line-height: 1.5em;
	background-color: #f3f3f3;
}

@media (min-width: 576px) {
	.sec-seishin .title h1 img {
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec-seishin .title2 {
		position: relative;
	}
	
	.sec-seishin .title2 img {
		width: 60%;
	}
	
	.sec-seishin .title2 .midashi {
		position: absolute;
		right: 0%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 50%;
		background-color: #f3f3f3;
		padding: 1.0rem;
	}
	
	.sec-seishin .title3 {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.sec-seishin .title3 img {
		margin-left: 0;
		margin-right: 15px;
	}	
}

@media (min-width: 768px) {
	.sec-seishin .title h1 img {
		max-width: 380px;
	}
	
	.sec-seishin .title p {
		font-size: 1rem;
	}	
	
	.sec-seishin .title2 .midashi {
		padding: 1.25rem;
		width: 55%;
	}	
	
	.sec-seishin .title3 {
		width: 100%;
	}
	
	.sec-seishin .title3 h3 {
		font-size: 1.4rem;
	}	
}

@media (min-width: 992px) {
	.sec-seishin .container {
		max-width: 900px;
	}
	
	.sec-seishin .title h1 img {
		max-width: 460px;
	}

	.sec-seishin h2 {
		font-size: 1.5rem;
	}
	
	.sec-seishin .title2 .midashi {
		padding: 1.25rem;
		width: 52%;
	}
	
	.sec-seishin .box h4 {
		font-size: 1.4rem;
	}		
}

@media (min-width: 1200px) {	
	.sec-seishin .title h1 img {
		max-width: 500px;
	}
}


/*///////////// Kダンパー /////////////*/
.sec0 {
	background-color: #EEFCF8;
	padding: 20px;
}

@media (min-width: 576px) {
	.sec0 {
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.sec0 {
		padding: 25px;
	}
}

@media (min-width: 992px) {
	.sec0 {
		padding: 35px;
	}
}

/*///////////// The BASEへリンク /////////////*/
.link1 a {
	border-radius: 20px;
	width: 240px;
	display: block;
	padding: 0.7em 0;
	text-align: center;
	margin: 25px auto 0;
	background-color: #00A674;
	color: #fff;
	font-size: 1.0em;
}

.link1 a:hover {
	color: #fff !important;
	opacity: 0.5;
	transition-duration: 0.3s;
}

@media (min-width: 576px) {
	.link1 a {
		border-radius: 30px;
		width: 260px;
		padding: 1em 0;
		margin: 30px auto 0;
		font-size: 1.1em;
	}
}

@media (min-width: 768px) {
	.link1 a {
		margin: 15px auto 0;
	}
}


/*///////////// アンカーリンク /////////////*/
main #anc-map {
	padding-top: 50px !important;
	margin-top: -50px !important;
}

@media (min-width: 768px) {
	main #anc-map {
		padding-top: 70px !important;
		margin-top: -70px !important;
	}
}

@media (min-width: 992px) {
	main #anc-map {
		padding-top: 80px !important;
		margin-top: -80px !important;
	}
}


/*///////////// 価格改定 /////////////*/
main .kakaku {
	background-image: url("../../img/housing/common/kakaku_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 768px) {
	main .kakaku {
		background-image: url("../../img/housing/common/kakaku_bg_pc.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media (min-width: 992px) {
	main .kakaku div {
		width: 800px !important;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	main .kakaku div {
		width: 950px !important;
		margin: 0 auto;
	}
}


/*///////////// アノア動画 /////////////*/
.anoa_movie .container {
	max-width: 800px;
}

.anoa_movie h5 {
	font-size: 1.3em;
	line-height: 1.6em;
}

.anoa_movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.anoa_movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (min-width: 576px) {
	.anoa_movie h5 {
		font-size: 1.4em;
	}
}
