@charset "UTF-8";

*:focus {
  outline: none;
}

html .modaal-noscroll {
  padding-right: 17px;
}

html .modaal-noscroll .tab #tabcontents {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modaal-container {
    width: auto;
}

label {
    cursor: pointer;
}

.mincho {
	font-family: "Noto Serif JP", serif;
}

p.title {
	font-weight: bold;
}

table.formTable td .flexBox {
	justify-content: flex-start;
	flex-wrap: wrap;
}

table.formTable td .flexBox li {
	width: 32%;
	margin-bottom: 0.6rem;
}

table.formTable td .flexBox li.after {
    width: 32%;
}

input::placeholder {
  color: #aaa;
}

#modelhouse {
	font-family: "Noto Sans JP", sans-serif;
}

#modelhouse td h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.2rem 0 0 0;
}

#modelhouse td h3 span {
    color: #D81418;
    font-size: 100%;
}

#map-kansai,#map-kanto {
    margin-bottom: 40px;
}

/*＝＝＝＝タブ切り替え部分＝＝＝＝*/

.tab input[type="radio" i],.tab input[type="checkbox" i] {
	display: none;
} 

.tab #tabcontents input[type="radio" i],.tab #tabcontents input[type="checkbox" i] {
	display: inline-block;
	transform: scale(1.2);
	margin-left: 5px;
} 

.tab {
	width: 100%;
	margin: 0 auto;
}

.tabnav {
    position: relative;
}

.tab .tabnav li {
	margin: 0;
	width: 320px;
	color: #333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.tabnav .tabLabel01 {
    top: -113px;
    left: calc(50% - 320px);
}

.tabnav .tabLabel02 {
    top: -113px;
    right: calc(50% - 320px);
}

.tab .tabnav li.active p {
	background: #fff;
	text-align: center;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.tab .tabnav li p {
	padding: 35px 0;
}

.tab .tabnav li p span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
}

.tab .tabnav li p span.border {
	border: 2px solid #D2642A;
	padding: 5px 45px 8px;
    border-radius: 10px;
    box-shadow: 0 0 0px 3px #fff,0 0 0px 4px #D2642A;
	background: #fff;
}

.tab .tabnav li.tabLabel01 p span.border span {
	color:#D2642A;
}

.tab .tabnav li.tabLabel02 p span.border {
	border: 2px solid #2F5C96;
	box-shadow: 0 0 0px 3px #fff,0 0 0px 4px #2F5C96;
}

.tab .tabnav li.tabLabel02 p span.border span {
	color:#2F5C96;
}


.tab .tabnav li.active p:before {
	content:"";
	box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
    -moz-box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
	position: absolute;
	width:320px;
	height: 100px;
	background:rgb(5 0 0 / 20%);
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px 8px 0 0;
}

.tab-content{
  display: none;
}

.tab-content.active{
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	width: 90%;
}

.tab-content.active h3 {
    text-align: center;
    margin-bottom: 30px;
}

.tab #tabcontents {
	display: block;
	padding: 50px 0;
	box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
    -moz-box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 14px 0px rgb(5 0 0 / 20%);
	background: #fff;
	font-family: "Noto Serif JP", serif;
}


input[type=checkbox]:checked + .selectBtn {
	background: #c9caca;
}


@media screen and ( max-width:767px) { 
	
	.tab .tabnav li {
		display: block;
		margin: 0;
		padding: 0;
	}

	.tab .tabnav li p span {
		font-size: 18px;
	}

	.tab .tabnav li p span.border {
		padding: 5px 15px 8px;
	}

	.tab .tabnav li p {
		padding: 25px 0;
		height: 95px;
	}	

	.tab .tabnav li {
		width: 155px;
	}	

	.tab .tabnav li.tabLabel01 {
		top: -80px;
		left: calc(50% - 155px);
	}

	.tab .tabnav li.tabLabel02 {
		top: -80px;
		right: calc(50% - 155px);
	}	

	.tab .tabnav li.active p:before {
		width: 155px;
		height: 80px;
	}	

	
}



#tabcontents h2 {
	text-align: center;
	background: none;
	display: block;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 1.8;
}

#tabcontents h2 span {
	font-size: 28px;
	position: relative;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

#tabcontents h2 span:before {
	content:"";
	background: url("../image/icon_search.png") no-repeat 50% 50%;
	background-size: 100%;
	height: 48px;
    width: 29px;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

#tabcontents .styleSelect {
	justify-content: space-between;
	margin-bottom: 70px;
}

#tabcontents .styleSelect li {
	width: 22%;
}

#tabcontents .styleSelect li a,#tabcontents .allBtn a {
    background: #c2e6d0;
    text-align: center;
    position: relative;
    display: block;
    padding: 5px 0 5px 10px;
    border-radius: 8px;
	font-size: 14px;
}

#tabcontents .styleSelect li a:before,#tabcontents .allBtn a:before {
    content:"";
	background: url("../image/arrow_black.png") no-repeat 50% 50%;
	background-size: 100%;
	height: 18px;
    width: 17px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#tabcontents .allBtn {
	width: 22%;
	margin: 0 auto 70px;
}

#tabcontents .allBtn a {
	background: #e6c2c2;
}

.prefButtons {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:5%;
}

.prefButtons .box {
	width: 30%;
	margin-bottom: 80px;
}

.prefButtons .box .bgGray {
    background: #f0f0f0;
    padding: 20px;
	align-items: flex-end;
	margin-bottom: 5px;
}

.prefButtons .box .bgGray .leftArea {
	width: 40%;
}

.prefButtons .box .bgGray .leftArea .ldk {
    font-size: 36px;
	font-weight: 600;
}

.prefButtons .box .bgGray .leftArea .menseki {
	font-size: 24px;
    line-height: 1.2;
}

.prefButtons .box .bgGray .leftArea .menseki span.size14 {
	font-size: 14px;
}

.prefButtons .box .bgGray .leftArea .menseki span.size20 {
	font-size: 20px;
}

.prefButtons .box .bgGray .gaikan {
	width: 58%;
}

.prefButtons .box .number {
    margin-bottom: 5px;
}

.prefButtons .box ul {
	margin-bottom: 10px;
}

.prefButtons .box ul li {
	background: #c2e6d0;
    text-align: center;
    padding: 2px 0;
    border-radius: 8px;
	font-size: 14px;
	width: 49%;
}

.prefButtons .box .detailBtn {
	background: #c2d3e6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 49%;
	border-radius: 8px;
}

.prefButtons .box .detailBtn:before {
	content:"";
	background: url("../image/arrow_black.png") no-repeat 50% 50%;
	background-size: 100%;
	height: 14px;
    width: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.prefButtons .box .detailBtn a {
	font-size: 14px;
	padding-left: 12px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.prefButtons .box .checkBtn {
	width: 49%;
	text-align: center;
}

.prefButtons .box .checkBtn p {
	margin-bottom: 5px;
}

.prefButtons .box .checkBtn a {
	background: #d2642a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 8px;
	color:#fff;
	line-height: 4em;
	letter-spacing: 2px;
}

.prefButtons .box .checkBtn a.selected {
	background: #d3d3d3;
}

.modaal-content-container {
    padding: 30px;
    text-align: center;
}

.modaal-container a.btn {
    width: 30%;
    background: #d2642a;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
}

.modaal-content-container img {
    width: auto;
}


@media screen and (min-width:320px) and ( max-width:767px) { 
	
	p {
		font-size: 14px;
	}
	
	.prefButtons {
		gap: 0%;
	}	
	
	.prefButtons .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	
	.prefButtons .box:nth-child(2n) {
		margin-right: 0;
	}
	
	.prefButtons .box .bgGray {
		padding: 10px;
	}
	
	.prefButtons .box .bgGray .leftArea {
		width: 48%;
	}
	
	.prefButtons .box .bgGray .gaikan {
		width: 50%;
	}

	.prefButtons .box .bgGray .leftArea .ldk {
		font-size: 20px;
	}
	
	.prefButtons .box .bgGray .leftArea .menseki span.size14 {
		font-size: 10px;
	}
	
	.prefButtons .box .bgGray .leftArea .menseki {
		font-size: 18px;
		letter-spacing: 0px;
	}	
	
	.prefButtons .box .bgGray .leftArea .menseki span.size20 {
		font-size: 10px;
	}
	
	.prefButtons .box .name.center {
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	
	.prefButtons .box .checkBtn p {
		font-size: 12px;
	}
	
	.prefButtons .box .checkBtn a {
		line-height: 2.2em;
		font-size: 12px;
	}	
	
	.prefButtons .box .detailBtn a {
		font-size: 12px;
		padding-left: 0;
	}
	
	.prefButtons .box .detailBtn:before {
		content: "";
		background: none;
	}
	
	.prefButtons .box ul li {
		font-size: 9px;
		letter-spacing: -0.2px;
	}	
	
	table.formTable td .flexBox {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	table.formTable td .flexBox li {
		width: 50%;
		font-size: 14px;
	}	
	
	table.formTable td .flexBox li.after {
		width: 100%;
	}
	
	
	
	.modaal-container a.btn {
		width: 60%;
		font-size: 14px;
		padding: 6px 0;
	}
	
	.modaal-content-container img {
		width: 100%;
	}	
	
	
}






@media screen and ( max-width:374px) { 
	
	.prefButtons .box .bgGray .leftArea .menseki span.size14 {
		font-size: 9px;
	}
	
	.prefButtons .box .bgGray .leftArea .menseki {
		font-size: 14px;
	}	
	
	.prefButtons .box .bgGray .leftArea .menseki span.size20 {
		font-size: 9px;
	}
	
	.prefButtons .box ul li {
        font-size: 7px;
		letter-spacing: 0;
    }
	
	.prefButtons .box .checkBtn p {
		font-size: 10px;
	}
	
	.prefButtons .box .checkBtn a {
		font-size: 10px;
	}	
	
	.prefButtons .box .detailBtn a {
		font-size: 10px;

	}
	
	
}


@media screen and ( min-width:768px) and ( max-width:1180px) { 
	
		
}

/*＝＝＝＝背景色＝＝＝＝*/
#selectArea {
    background: #F9F8F4;
    padding: 0 0 100px;
	margin-bottom: 50px;
}

#selectArea .centerBorder {
    width: 1px;
    height: 20px;
    background: #333;
    margin: 0 auto;
}

#selectArea p.english {
    text-align: center;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 25px;
	margin-bottom: 130px;
}

#selectArea .text {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	margin-bottom: 120px;
	margin-bottom: 180px;
}

@media screen and ( max-width:767px) { 
	
	.tab-content.active {
		width: 90%;
	}	

	#selectArea .text {
		font-size: 20px;
		margin-bottom: 120px;
	}	

	#selectArea {
		padding: 0 0 50px;
	}	
	
	#selectArea p.english {
		font-weight: normal;
	}	


}


