@charset "utf-8";

/*-----------------------------------------------
	2022newyear
-----------------------------------------------*/
/* secFlyer */
.secFlyer{
	width: calc(100% - 40px);
	max-width: 1320px;
	margin: 40px auto 0;
}
.secFlyer .tit{
	text-align: center;
}
.secFlyer img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
@media only screen and (max-width:767px){
	.secFlyer{
		width: 100%;
		max-width: none;
		margin-top: 20px;
	}
}

/*secNote*/
.secNote{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: calc(100% - 40px);
	max-width: 1320px;
    padding: 50px 130px 48px;
    margin: 50px auto 0;
	background: #f8f8f8;
}
.secNote .txtNote{
	font-size: 15px;
    line-height: 30px;
	font-weight: bold;
	color: #1f1f1f;
}
.secNote .fRed{color: #ff0000;}
.pt1em{padding-top: 50px}
.pt1em + .pt1em{padding-top: 20px}
@media only screen and (max-width:767px){
	.secNote{
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding: 15px 5%;
	}
	.secNote .txtNote {
		font-size: 11px;
		line-height: 1.4;
	}
	.pt1em{padding-top: 20px}
	.pt1em + .pt1em{padding-top: 20px}
}


/* secBtnReservation */
.secBtnReservation{
	margin: 70px auto 0;
}
.secBtnReservation a{
	display: block;
	width: 700px;
	height: 120px;
	margin: 0 auto 0;
	background: #58B218;
	box-shadow: inset 0px -4px 0px 0px rgba(4, 0, 0, 0.3);
	border-radius: 60px;
	padding-top: 50px;
	font-size: 23px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
@media only screen and (max-width:767px){
	.secBtnReservation{
		margin-top: 50px;
	}
	.secBtnReservation a{
		width: 80%;
		height: 80px;
		margin: 50px auto 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		padding-top: 32.5px;
	}
}

/* secBnr */
.secBnr{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: calc(100% - 40px);
	max-width: 1320px;
    margin: 200px auto 0;
}
.secBnr li{
	width: 47.728%;
}
.secBnr a{
	display: block;
}
.secBnr img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:767px){
	.secBnr{
		width: 80%;
		margin-top: 50px;
		display: block;
	}
	.secBnr li{
		width: 100%;
	}
	.secBnr li:last-child{
		margin-top: 10px;
	}
}

/* secBtn */
.secBtn{
	width: 880px;
    margin: 160px auto 200px;
	display: flex;
    justify-content: center;
	align-items: center;
}
.secBtn .bnrModelhouse{
	width: 390px;
}
.secBtn .bnrModelhouse a{
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background: url(../img/common_renewal/bnrCmn03.jpg) center top / cover no-repeat;
}
.secBtn .bnrModelhouse .boxTit{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.secBtn .bnrModelhouse .titJpn{
	position: relative;
	z-index: 10;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 3px;
}
.secBtn .bnrModelhouse .titEng{
	position: relative;
	z-index: 10;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2px;
	margin-top: 20px;
}
.secBtn .boxBtn{
	width: 390px;
}
.secBtn .boxBtn li:last-child{
	margin-top: 40px;
}
@media only screen and (max-width:767px){
	.secBtn{
		width: 100%;
		margin: 50px auto 100px;
		display: block;
	}
	.secBtn .bnrModelhouse{
		width: 80%;
		margin: 0 auto;
	}
	.secBtn .bnrModelhouse a{
		padding-top: 75%;
		background-position: center center;
	}
	.secBtn .bnrModelhouse .titJpn{
		font-size: 18px;
		letter-spacing: 1.5px;
	}
	.secBtn .bnrModelhouse .titEng{
		font-size: 13px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	.secBtn .boxBtn{
		width: 80%;
		margin: 20px auto 0;
	}
	.secBtn .boxBtn li:last-child{
		margin-top: 20px;
	}
}

