@charset "UTF-8";

.textColor01 {
	color: #db0000;
}

#setsubi {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 4rem;
}

#setsubi .mainPhoto {
	margin-bottom: 4rem;
}

#setsubi .mainPhoto img {
	width: 100%;
}

#setsubi h3 {
	font-size: 30px;
	font-weight: bold;
}

#setsubi h4 {
	font-size: 24px;
	margin-bottom: 2rem;
	color: #244d7d;
}

#setsubi .flexBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}

#setsubi .flexBox img {
	width: 100%;
}

#setsubi .photo,#setsubi .option {
    width: 549px;
}

#setsubi .flexBox img.w100 {
	width:100%;
}

#setsubi #icon {
	justify-content: flex-start;
}

#setsubi #icon li {
	width: 23.5%;
    border: 1px solid #244d7d;
    padding: 0.6rem 0;
    text-align: center;
    margin: 0 2% 1% 0;
    color: #244d7d;
	box-sizing: border-box;
}

#setsubi #icon li:nth-child(4n) {
	margin: 0 0 1%;
}

#setsubi .flexBox.column02 div,#setsubi .flexBox.column02 li {
	width: 48%;
	box-sizing: border-box;
}

#setsubi .flexBox.column04 div,#setsubi .flexBox.column04 li {
	width: 23%;
}

	
#setsubi .flexBox.column04 .flexBox.column02 {
	margin-bottom: 0;
}


#setsubi .flexBox.column04 li .flexBox.column02 li {
	width: 50%;
	font-size:12px;
}

#setsubi .flexBox.column02.w70 {
    width: 70%;
    margin: 0 auto;
}

#setsubi .mb2,#setsubi .text {
	margin-bottom: 2rem;
}

.borderBox {
	border: 2px solid #244d7d;
	padding: 2rem 2rem 0;
}

#setsubi .borderBox .flexBox {
	margin-bottom: 0;
}

#setsubi .borderBox .flexBox li {
	margin-bottom: 2rem;
}

.right {
	text-align: right;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.textSmall {
	font-size: 80%;
}

.cf {
	overflow: hidden;
	zoom:1;
}

.slide01,.slide02 {
  position:relative;
}
.slide01 img,.slide02 img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  opacity:0;
}
/* レスポンシブ対応処置 */
.slide01:before,.slide02:before{
  content:"";
  display:block;
  padding-top:62.5%; /* 画像の高さを横幅に対する比率で設定 */
}

.setsubiNav li {
    padding: 1px 2px;
    border: 1px solid #00346e;
}

.setsubiNav.rinnai li {
    float: none;
	margin: 0 auto 4%;
}

.setsubiNav li.active {
    background: #ccc;
}

.setsubiNav li a {
    color: #00346e;
    padding: 5px 0;
    display: block;
    border-top: 1px solid #00346e;
    border-bottom: 1px solid #00346e;
	line-height: 0;
}

.setsubiNav li.active a {
    filter: contrast(0.6);
}

.setsubiNav li a:hover {
	filter: brightness(1.2);
}

.setsubiNav li.active:hover {
	background: #e6e6e6;
}

.setsubiNav li.active a:hover {
	filter: contrast(0.8);
}

.setsubiNav {
	width: 70%;
	max-width: 784px;
}

#setsubi .bgColor {
    background: #db0000;
    color: #fff;
    padding: 0.4rem 1.6rem;
    height: 80px;
}

#setsubi .bgColor p.textBold {
    font-size: 160%;
    text-align: center;
    font-weight: bold;
}

#setsubi .bgColor p.textSmall.border {
    border-bottom: 1px solid #fff;
    font-size: 120%;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

/*＝＝＝＝乾太くん＝＝＝＝*/

#setsubi.kantakun .marginWrap {
    margin-bottom: 4rem;
}

#setsubi.kantakun p.text {
	margin-bottom: 2rem;
}

#setsubi.kantakun p.text.mb4 {
	margin-bottom: 4rem;
}

#setsubi.kantakun p.text.mb1 {
	margin-bottom: 0.6rem;
}

#setsubi.kantakun .finish div {
	width: 48%;
}

#setsubi.kantakun .flexBox.finish {
	margin-bottom: 0;
}

#setsubi.kantakun .flexBox.finish span.number {
	background: #000;
	color:#fff;
	padding: 3px 6px;
	margin-right: 6px;
}

#setsubi.kantakun p.textSmall {
    margin-top: 1rem;
}

#setsubi.kantakun .pick .photoBox {
	width: 36%;
}

#setsubi.kantakun .pick .textBox {
	width: 60%;
}

#setsubi.kantakun .flexBox.jitan div {
    width: 48%;
}

#setsubi.kantakun .pickUpBox {
    position: relative;
    border: 3px solid #8cb808;
    padding: 2rem;
    border-radius: 20px;
}

#setsubi.kantakun .pickUpBox .pickUp {
    position: absolute;
    top: -22px;
    font-size: 24px;
    background: #ffffff;
    padding: 0.2rem 1rem;
    color: #8cb808;
    font-weight: bold;
}

#setsubi.kantakun .pickUpBox .textSmall {
	font-size: 16px;
	margin: 0 0 0.4rem;
}

#setsubi.kantakun .pickUpBox h4 {
    color: #8cb808;
}
/*＝＝＝＝エコワン＝＝＝＝*/

#setsubi.ecoone .marginWrap {
    margin-bottom: 4rem;
}

#setsubi.ecoone p.text {
	margin-bottom: 2rem;
}

#setsubi.ecoone p.text.mb4 {
	margin-bottom: 4rem;
}

#setsubi.ecoone p.text.mb1 {
	margin-bottom: 0.6rem;
}

#setsubi.ecoone .textBold {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1rem;
}

#setsubi.ecoone .flexBox > div {
	width: 48%;
}

#setsubi.ecoone .flexBox > div .auto img {
	width: auto;
}

#setsubi.ecoone .flexBox.dengen {
	margin-bottom: 0;
}

#setsubi.ecoone p.textSmall {
    margin-top: 1rem;
}

#setsubi.ecoone .pick .photoBox {
	width: 36%;
}

#setsubi.ecoone .pick .textBox {
	width: 60%;
}

#setsubi.ecoone .flexBox.jitan div {
    width: 48%;
}

#setsubi.ecoone p.kadomaru {
    background: #1b4d00;
    display: inline-block;
    color: #fff;
    padding: 0.2rem 2rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

#setsubi.ecoone .flexBox.dengen h5 {
    color: #1b4d00;
}

#setsubi.ecoone .flexBox.dengen h5 span {
    font-size: 12px;
    background: #1b4d00;
    color: #fff;
    padding: 5px 1rem;
    margin-right: 0.8rem;
}

#setsubi.ecoone .flexBox.application {
	margin-bottom: 1rem;
}

#setsubi.ecoone .application li {
	width:28%;
}

#setsubi.ecoone .application li:first-child {
	width:10%;
}

#setsubi.ecoone .application h6 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #1b4d00;
    margin-bottom: 1rem;
}

@media screen and (min-width:320px) and ( max-width:767px) { 
	
	#setsubi {
		max-width: unset;
		width: 94%;
		margin: 0 auto 2rem;
	}
	
	h2 {
		font-size: 110%;
	}

	#setsubi .mainPhoto {
		margin-bottom: 2rem;
	}

	#setsubi h3 {
		font-size: 18px!important;
		letter-spacing: 0;
	}
	
	#setsubi img {
		width: 100%;
		zoom:1;
	}
	
	#setsubi .mb2 {
		margin-bottom: 1rem;
	}
	
	#setsubi #icon.flexBox {
		display: flex;
		margin-bottom: 2rem;
	}
	
	#setsubi #icon li {
		width: 49%;
		font-size: 12px;
	}
	
	#setsubi #icon li:nth-child(2n) {
		margin: 0 0 1%;
	}
	
	#setsubi .flexBox.column04 div, #setsubi .flexBox.column04 li {
		width: 48%;
		margin-bottom: 2rem;
	}
	
	#setsubi .flexBox.column04 li .flexBox.column02 li {
		width: 100%;
		text-align: left;
		margin: 0;
	}

	#setsubi .flexBox.column02.w70 {
		width: 90%;
	}
	
	#setsubi .flexBox.pc {
		display: none;
	}
	
	#setsubi .flexBox {
		margin-bottom: 1rem;
	}
	
	#setsubi .flexBox.column04 li:last-child {
		margin-bottom: 2rem;
	}
	
	#setsubi h4 {
		font-size: 16px;
	}
	
	#setsubi .flexBox.column02 div {
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.borderBox {
	    margin-bottom: 2rem;
		padding: 1.4rem 1.4rem 0;
	}
	
	#setsubi .borderBox .flexBox img {
		margin-bottom: 0;
	}

	#setsubi .borderBox .flexBox li p {
		font-size: 80%;
	}
	
	#setsubi .borderBox .flexBox li:nth-child(3),#setsubi .borderBox .flexBox li:nth-child(4) {
		margin-bottom: 1.4rem;
	}	
	
	#setsubi .photo,#setsubi .option {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#setsubi .option {
		margin-bottom: 30px;
	}
	
	.setsubiNav {
		width: 100%;
		margin: 0 auto 2rem;
	}
	
	#setsubi .setsubiNav li {
		width:100%;
		margin: 0 0 1rem;
		position: relative;
	}
	
	#setsubi .setsubiNav li a img {
		height: 25px;
		width: auto;
		max-width: unset;
	}
	
	#setsubi .setsubiNav li a:after {
		content:"▶";
		position: absolute;
		top:50%;
		right:10px;
		font-size: 12px;
		color:#00346e;
	}
	
	#setsubi .bgColor {
		height: auto;
		margin-bottom: 1rem;
	}

	#setsubi .bgColor p.textBold {
		font-size: 120%;
	}

	#setsubi .bgColor p.textSmall.border {
		font-size: 100%;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}

	/*＝＝＝＝乾太くん＝＝＝＝*/

	.imageWrap {
		max-width: 600px;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	#jinbaquality .imageWrap img {
		width: 600px;
		display: block;
		padding-bottom: 1rem;
	}

	#setsubi.kantakun .marginWrap {
		margin-bottom: 2rem;
	}

	#setsubi.kantakun p.text {
		margin-bottom: 1rem;
	}

	#setsubi.kantakun p.text.mb4 {
		margin-bottom: 2rem;
	}

	#setsubi.kantakun p.text.mb1 {
		margin-bottom: 0.6rem;
	}

	#setsubi.kantakun .finish div {
		width: 100%;
	}

	#setsubi.kantakun .finish div:first-child {
		margin-bottom: 2rem;
	}

	#setsubi.kantakun .flexBox.finish {
		margin-bottom: 0;
	}

	#setsubi.kantakun .pick .photoBox {
		width: 100%;
	}

	#setsubi.kantakun .pick .textBox {
		width: 100%;
	}

	#setsubi.kantakun .flexBox.jitan div {
		width: 100%;
		margin-bottom: 2rem;
	}

	#setsubi flexBox pick {
		margin-bottom: 0;
	}

	#setsubi.kantakun .pickUpBox {
		padding: 1.2rem;
		border-radius: 10px;
	}

	#setsubi.kantakun .pickUpBox .pickUp {
		top: -30px;
		font-size: 20px;
	}

	#setsubi.kantakun .pickUpBox .textSmall {
		font-size: 90%;
	}

	#setsubi.kantakun .pickUpBox h4 {
		margin: 0 auto 1rem!important;
		font-size: 18px;
	}	

	#setsubi.kantakun h5 {
		font-size: 110%;
	}

	/*＝＝＝＝エコワン＝＝＝＝*/

	#setsubi.ecoone .marginWrap {
		margin-bottom: 2rem;
	}

	#setsubi.ecoone p.text {
		margin-bottom: 1rem;
	}

	#setsubi.ecoone p.text.mb4 {
		margin-bottom: 2rem;
	}

	#setsubi.ecoone p.text.mb1 {
		margin-bottom: 0.6rem;
	}

	#setsubi.ecoone .textBold {
		font-size: 15px;
	}

	#jinbaquality #setsubi.ecoone h4 {
		font-size: 16px;
	}

	#setsubi.ecoone .flexBox > div {
		width: 100%;
		margin-bottom: 1rem;
	}

	#setsubi.ecoone .flexBox > div .auto img {
		width: 100%;
	}

	#setsubi.ecoone .pick .photoBox {
		width: 100%;
	}

	#setsubi.ecoone .pick .textBox {
		width: 100%;
	}

	#setsubi.ecoone .flexBox.jitan div {
		width: 100%;
	}

	#setsubi.ecoone p.kadomaru {
		padding: 0.2rem 1rem;
		margin-bottom: 1rem;
	}

	#setsubi.ecoone .flexBox.dengen div {
		margin-bottom: 2rem;
	} 
	
	#setsubi.ecoone .flexBox.dengen h5 {
		font-size: 15px;
	}
	
	#setsubi.ecoone .flexBox.dengen h5 span {
		font-size: 12px;
		padding: 5px 0.5rem;
		margin-right: 0.4rem;
	}

	#setsubi.ecoone .flexBox.application {
		margin-bottom: 0.6rem;
	}

	#setsubi.ecoone .application li {
		width:100%;
		margin-bottom: 1rem;
	}

	#setsubi.ecoone .application li:first-child {
		width:100%;
		text-align: center;
	}
	
	#setsubi.ecoone .application li:first-child img {
		width: 30%;
	}

	#setsubi.ecoone .application h6 {
		font-size: 16px;
		margin-bottom: 0.6rem;
	}
	
}


/* HOUSING MENU */
.housingMenu {
    margin-bottom: 100px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif !important;
}

.housingMenu ul {
	width: 85%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
	margin: 0 auto;
}
.housingMenu ul > * {
	width: calc(100% / 3);
	height: 70px;
	display: flex;
	align-items: stretch;
	background: rgba(75 166 116 / .5);
	border-radius: 4px;
	line-height: 1.3;
	transition: 0.5s;
}
.housingMenu li:nth-child(1).is-now {
	background: rgb(75 166 116);
}
.housingMenu li:nth-child(2) {
	background: rgba(57 114 183 / .5);
}
.housingMenu li:nth-child(2).is-now {
	background: rgb(57 114 183);
}
.housingMenu li:nth-child(3) {
	background: rgba(69 169 184 / .5);
}
.housingMenu li:nth-child(3).is-now {
	background: rgb(69 169 184);
}
.housingMenu li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	text-align: center;
}

.housingMenu li a:hover {
	opacity: 1;
}

.housingMenu li:nth-child(1):hover {
	background: #419967;
}
.housingMenu li:nth-child(2):hover {
	background: #2b66a0;
}
.housingMenu li:nth-child(3):hover {
	background: #38969b;
}

.u-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 100px;
    padding: 0 60px;
}

@media screen and (min-width:320px) and ( max-width:767px) {

/* HOUSING MENU */
	
	
	.housingMenu {
		margin-bottom: 40px;
	}

	.housingMenu ul {
		width: 100%;
		display: flex;
		gap: 2%;
	}
	.housingMenu ul > * {
		/*height: 60px;*/
	}
	.housingMenu li a {
		font-size: 12px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", sans-serif !important;
	}
	
	.u-inner {
		width: 100%;
		padding: 0;
		margin: 0 auto 60px;
	}	
	
}
