@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/*cmnTitBox*/
.cmnTitBox{
	text-align: center;
}
.cmnTitBox .cmnTit{
	font-size: 36px;
	letter-spacing: 4px;
}
.cmnTitBox .cmnSubTit{
	padding: 35px 0 40px;
}
@media only screen and (max-width:767px){
	.cmnTitBox .cmnTit {
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 34px;
	}
	.cmnTitBox .cmnSubTit{
		padding: 10px 0 20px;
	}
	.cmnTitBox .cmnSubTit img{
		height: 12px;
		width: auto;
	}
	.cmnTitBox .cmnIco img{
		width: 16px;
		height: auto;
	}
}


/*container*/
#container{
	position: relative;
	overflow: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hanging-punctuation: allow-end;
}

/*secTop*/
.secTop{
	height: 947px;
	background: center / cover no-repeat url(../img/index/bgTop.jpg);
}
.secTop .wrapBox{
	position: relative;
	width: 94%;
	max-width: 1800px;
	height: 100%;
	padding-top: 165px;
	margin: 0 auto;
	text-align: center;
}
.secTop .boxIco{
	position: absolute;
	top: 50px;
	right: 0;
}
.secTop .txtAddress{
	display: inline-block;
	height: 60px;
	min-width: 200px;
	padding: 0 10px;
	background: #9e0000;
}
.secTop .txtAddress .txtIn{
	padding-top: 16px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
}
.secTop .tit{
	padding: 20px 0;
	font-size: 74px;
	line-height: 120px;
	letter-spacing: 3px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
}
.secTop .txtDate{
	font-size: 40px;
	letter-spacing: 1.5px;
	line-height: 60px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
}
.secTop .txtDate .f60{
	font-size: 60px;
}
.secTop .txtTime{
	padding: 25px 0 50px;
	font-size: 26px;
	letter-spacing: 5px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
}
.secTop .txtHouse{
	display: inline-block;
    min-width: 400px;
    height: 80px;
    padding: 0 15px;
    background: rgba(255,255,255,0.85);
}
.secTop .txtHouse .txtIn{
	padding-top: 28px;
	font-size: 22px;
	letter-spacing: 1px;
	color: #1d1d1d;
}
.secTop .icoScroll{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.secTop .icoScroll::after{
	content: "";
	position: absolute;
	top:35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFF;
	animation: scrolldot 2s infinite normal ease-in-out;
}
/*end form contact*/
@keyframes scrolldot {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 30px, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 35px, 0);
        opacity: 0;
    }
}

@media only screen and (max-width:767px){
	.secTop{
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		height: calc(100vh - 100px);
		background: center / cover no-repeat url(../img/index/bgTop_sp.jpg);
	}
	.secTop .wrapBox {
		padding: 0;
		height: auto;
	}
	.secTop .boxIco{
		top: 10px;
		right: 4%;
	}
	.secTop .txtAddress {
		height: 38px;
		min-width: 125px;
		padding: 0 5px;
	}
	.secTop .txtAddress .txtIn {
		padding-top: 10px;
		font-size: 14px
	}
	.secTop .tit {
		padding: 15px 0;
		font-size: 28px;
		line-height: 48px;
		letter-spacing: 0px;
	}
	.secTop .txtDate {
		font-size: 21px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.secTop .txtDate .f60 {
		font-size: 28px;
	}
	.secTop .txtTime {
		padding: 15px 0 30px;
		font-size: 17px;
		letter-spacing: 2px;
	}
	.secTop .txtHouse {
		min-width: 225px;
		height: 40px;
		padding: 0px 10px;
	}
	.secTop .txtHouse .txtIn {
		padding-top: 13px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.secTop .icoScroll img{
		width: 70px;
		height: auto;
	}
}

/*secContact*/
.secContact .wrapBox{
	height: 638px;
	padding-top: 115px;
	background: center / cover no-repeat url(../img/index/bgContact.jpg);
}
.secContact .titContct{
	font-size: 42px;
	line-height: 2;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
}
.secContact .titContct .f34{
	font-size: 34px;
}
.secContact .titContct .line{
	position: relative;
	display: inline-block;
}
.secContact .titContct .line::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 8px;
	background: #fff34a;
}
.secContact .btnBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 48px;
}
.secContact .btnTel,
.secContact .btnMail{
	display: block;
	width: 560px;
	height: 170px;
	border-radius: 5px;
	margin: 0 20px;
	text-align: center;
}
.secContact .btnTel{
	padding-top: 45px;
	background: #3f3a37;
	border-bottom: solid 5px #302c2a;
}
.secContact .btnMail{
	padding-top: 68px;
	background: 92% center / 30px 6px no-repeat url(../img/index/icoArrow.png) #009ee6;
	border-bottom: solid 5px #0380b9;
}
.secContact .txt{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.secContact .btnTel .txtIn{
	padding-left: 10px;
}
.secContact .btnMail .txtIn{
	padding-left: 10px;
	font-size: 28px;
	color: #FFF;
}
.secContact .txtNote{
	padding-top: 25px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #FFF;
}
.secContact .boxBottom{
	height: 220px;
	padding-top: 58px;
	background: #3e3936;
	text-align: center;
}
.secContact .boxBottom .txtIn{
	font-size: 30px;
	line-height: 52px;
	letter-spacing: 3px;
	color: #FFF;
}
@media only screen and (max-width:767px){
	.secContact .wrapBox{
		height: auto;
		padding: 30px 0 40px;
	}
	.secContact .titContct {
		font-size: 23px;
		line-height: 42px;
		letter-spacing: 1px;
	}
	.secContact .titContct .f34 {
		font-size: 18px;
	}
	.secContact .titContct .line::after {
		bottom: 0px;
		height: 3px;
	}
	.secContact .btnBox{
		display: block;
		padding-top: 10px;
	}
	.secContact .btnTel,
	.secContact .btnMail{
		width: 80%;
		height: 80px;
		margin: 0 auto;
	}
	.secContact .btnTel {
		padding-top: 18px;
	}
	.secContact .btnMail{
		padding-top: 32px;
		background-image: none;
	}
	.secContact .btnTel .txtIn{
		padding-left: 5px;
	}
	.secContact .btnMail .txtIn {
		padding-left: 5px;
		font-size: 18px;
	}
	.secContact .ico img{
		width: auto;
		height: 18px;
	}
	.secContact .btnTel .txtIn img{
		height: 18px;
		width: auto;
	}
	.secContact .txtNote {
		padding-top: 10px;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.secContact .txtTap{
	    font-size: 14px;
		color: #FFF;
		text-align: center;
		padding: 10px 0 20px;	
	}
	.secContact .boxBottom {
		height: 100px;
		padding-top: 15px;
	}
	.secContact .boxBottom .txtIn {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}
}


/*secAnnounce*/
.secAnnounce{
	padding-bottom: 150px;
}
.secAnnounce .boxTit{
	height: 100px;
	padding-top: 40px;
	background: #f0f0f0;
}
.secAnnounce .boxTit .titIn{
	text-align: center;
}
.secAnnounce .tit{
	font-size: 18px;
	letter-spacing: 1px;
}
.secAnnounce .txt{
	font-size: 14px;
	line-height: 28px;
	overflow-wrap: break-word;
    word-wrap: break-word;
}
.secAnnounce .flBox{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secAnnounce .flBox.flBetween{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.secAnnounce .boxAnnounce{
	position: relative;
	min-height: 310px;
	padding: 40px 400px 25px 0;
}
.secAnnounce .boxAnnounce .img{
	position: absolute;
	top: 40px;
	right: 0;
}
.secAnnounce .boxReserve{
	padding: 25px 0 35px;
}
.secAnnounce .timeList li{
	padding-left: 20px;
}
.secAnnounce .timeList .num{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #009ee6;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
}
.secAnnounce .timeList .tit{
	display: inline-block;
	padding-left: 5px;
	color: #009ee6;
}

.secAnnounce .preventionList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 50px;
}
.secAnnounce .preventionList li{
	width: 23%;
	text-align: center;
}
.secAnnounce .preventionList .tit{
	padding: 35px 0 20px;
}
.secAnnounce .preventionList .txt{
	text-align: left;
}
@media only screen and (max-width:767px){
	.secAnnounce {
		padding-bottom: 50px;
	}
	.secAnnounce .wrapBox{
		width: 94%;
	}
	.secAnnounce .boxTit {
		height: 70px;
		padding-top: 15px;
	}
	.secAnnounce .boxTit .titIn {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.secAnnounce .boxAnnounce{
		padding: 15px 0 0 0;
	}
	.secAnnounce .boxAnnounce .img{
		position: static;
		text-align: center;
		padding-top: 15px;
	}
	.secAnnounce .txt {
		font-size: 12px;
		line-height: 21px;
	}
	.secAnnounce .boxReserve{
		display: block;
		padding: 20px 0 10px;
	}
	.secAnnounce .tit {
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
	}
	.secAnnounce .timeList{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		padding-top: 12px;
	}
	.secAnnounce .timeList li{
		width: 45%;
		padding: 5px;
		text-align: center;
	}
	.secAnnounce .timeList .num {
		width: 22px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
	.secAnnounce .boxPrevention{
		padding-top: 30px;
	}
	.secAnnounce .preventionList{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.secAnnounce .preventionList li{
		width: 49%;
		padding-top: 25px;
	}
	.secAnnounce .preventionList .img img{
		width: 105px;
		height: auto;
	}
	.secAnnounce .preventionList .tit {
		padding: 15px 0 10px;
	}
}


/*secModelhouse*/
.secModelhouse{
	padding: 150px 0 140px;
}
.secModelhouse .wrapTop{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 40px 0 100px;
}
.secModelhouse .wrapTop .boxImg{
	position: relative;
	width: 52.5%;
}
.secModelhouse .wrapTop .boxImg::after{
	content: "";
	position: absolute;
	bottom: -100px;
	right: 160px;
	width: 840px;
	height: 300px;
	background: #3f3a37;
	z-index: -1;
}
.secModelhouse .wrapTop .img{
	width: 100%;
	padding-top: 71%;
}
.secModelhouse .wrapTop .txtImg{
	position: absolute;
	left: -4%;
	bottom: -55px;
}
.secModelhouse .wrapTop .boxTxt{
	width: 43%;
}
.secModelhouse .wrapTop .titTop{
	padding-bottom: 35px;
	font-size: 36px;
	line-height: 72px;
}
.secModelhouse .wrapTop .txtTop,
.secModelhouse .modelhouseList .txt{
	font-size: 18px;
	line-height: 40px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hanging-punctuation: allow-end;
}
.secModelhouse .modelhouseList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secModelhouse .modelhouseList li{
	width: 47.858%;
	padding-top: 90px;
}
.secModelhouse .modelhouseList .img{
	width: 100%;
	padding-top: 83.584%;
}
.secModelhouse .modelhouseList .tit{
	padding: 40px 0 12px;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secModelhouse {
		padding: 45px 0 48px;
	}
	.secModelhouse .wrapTop{
		display: block;
		width: 94%;
		padding: 20px 0 0;
	}
	.secModelhouse .wrapTop .boxImg,
	.secModelhouse .wrapTop .boxTxt{
		width: 100%;
	}
	.secModelhouse .wrapTop .txtImg{
		bottom: -20px;
		right: 0;
		left: auto;
	}
	.secModelhouse .wrapTop .boxImg::after {
		bottom: -5px;
		right: -5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.secModelhouse .wrapTop .txtImg img{
		height: 53px;
		width: auto;
	}
	.secModelhouse .wrapTop .titTop {
		padding: 20px 0 5px;
		font-size: 20px;
		line-height: 34px;
	}
	.secModelhouse .wrapTop .txtTop{
		font-size: 14px;
		line-height: 27px;
	}
	.secModelhouse .wrapBox{
		width: 94%;
	}
	.secModelhouse .modelhouseList li {
		width: 48.858%;
		padding-top: 30px;
	}
	.secModelhouse .modelhouseList .tit {
		padding: 10px 0 5px;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0;
		font-weight: bold;
	}
	.secModelhouse .modelhouseList .txt {
		font-size: 12px;
		line-height: 21px;
		letter-spacing: 0;
	}

}

/*secCheck*/
.secCheck{
	padding: 115px 0 80px;
}
.secCheck .checkPoint{
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
}
.secCheck .checkPoint{
	padding-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secCheck .checkPoint li{
	position: relative;
	width: 31.7%;
	height: 140px;
	margin-bottom: 50px;
	background: #fafaf8;
	border: solid 1px #000;
}
.secCheck .checkPoint li:nth-child(4),
.secCheck .checkPoint li:nth-child(5){
	width: 48.8%;
}
.secCheck .checkPoint li::before{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #FFF;
}
.secCheck .checkPoint .inner{
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.secCheck .checkPoint .ico{
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.secCheck .checkPoint .txt{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: center;
}
.secCheck .boxDot .dot{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 10px auto;
	background: #000;
}
.secCheck .txtPoint{
	padding-top: 60px;
	font-size: 36px;
	line-height: 72px;
	letter-spacing: 5px;
	text-align: center;
}
.secCheck .txtPoint .line{
	position: relative;
	display: inline-block;
}
.secCheck .txtPoint .line::after{
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    height: 8px;
    background: #fff34a;
    z-index: -1;
}
@media only screen and (max-width:767px){
	.secCheck {
		padding: 35px 0 0;
	}
	.secCheck .checkPoint {
		padding: 20px 0 10px;
	}
	.secCheck .checkPoint li,
	.secCheck .checkPoint li:nth-child(4){
		width: 48.858%;
		height: 110px;
		margin-bottom: 25px;
	}
	.secCheck .checkPoint li:nth-child(5) {
		width: 100%;
		height: 70px;
		margin-bottom: 0;
	}
	.secCheck .checkPoint .txt {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
	}
	.secCheck .boxDot .dot {
		width: 11px;
		height: 11px;
	}
	.secCheck .txtPoint {
		padding-top: 5px;
		font-size: 17px;
		line-height: 34px;
		letter-spacing: 0px;
	}
	.secCheck .txtPoint .line::after {
		bottom: 6px;
		height: 4px;
	}
}


/*secPoint*/
.secPoint .wrapTop{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 70px;
}
.secPoint .wrapTop.reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.secPoint .wrapTop .boxImg{
	position: relative;
	width: 50.542%;
}
.secPoint .wrapTop .boxImg::after{
	content: "";
	position: absolute;
	bottom: -100px;
	right: 160px;
	width: 840px;
	height: 300px;
	background: #3f3a37;
	z-index: -1;
}
.secPoint .wrapTop.reverse .boxImg::after {
    content: "";
	left: 160px;
	right: auto;
}
.secPoint .wrapTop .img{
	width: 100%;
	padding-top: 71.43%;
}
.secPoint .wrapTop .txtImg{
	position: absolute;
	left: -4%;
	bottom: -55px;
}
.secPoint .wrapTop.reverse .txtImg {
    left: -4%;
    left: auto;
	right: -4%;
}
.secPoint .wrapTop .boxTxt{
	width: 43%;
	padding: 100px 5% 0 0;
}
.secPoint .wrapTop.reverse .boxTxt{
	padding: 100px 0 0 5%;
}
.secPoint .wrapTop .num{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	max-width: 1400px;
	width: 92%;
	margin: 0 auto;
	text-align: right;
}
.secPoint .wrapTop .num::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 1px;
	background: #c6c6c6;
}
.secPoint .wrapTop .num::after{
	content: "";
	position: absolute;
    left: 58%;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #000;
}
.secPoint .wrapTop.reverse .num{
    left: 5%;
    right: 57%;
	width: auto;
}
.secPoint .wrapTop.reverse .num::before{
	left: 0;
	width: auto;
}
.secPoint .wrapTop.reverse .num::after{
	left: 0;
}
.secPoint .wrapTop .titTop{
	padding-bottom: 35px;
	font-size: 36px;
	line-height: 72px;
}
.secPoint .wrapTop .txtTop{
	font-size: 18px;
	line-height: 40px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hanging-punctuation: allow-end;
}
.secPoint .imgList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 180px;
}
.secPoint .imgList li{
	width: 47.858%;
	padding-top: 34.286%;
}
@media only screen and (max-width:1390px){
	.secPoint .wrapTop .boxTxt{
		padding-top: 75px;
	}
	.secPoint .wrapTop .titTop {
		padding-bottom: 20px;
		font-size: 34px;
		line-height: 68px;
	}
	.secPoint .wrapTop .txtTop {
		font-size: 16px;
		line-height: 36px;
	}
}

@media only screen and (max-width:767px){
	.secPoint {
		padding: 0 0 15px;
	}
	.secPoint .wrapTop{
		display: block;
		width: 94%;
		padding: 30px 0 0;
	}
	.secPoint .wrapTop .boxImg,
	.secPoint .wrapTop .boxTxt,
	.secPoint .wrapTop.reverse .boxTxt{
		width: 100%;
		padding: 0;
	}
	.secPoint .wrapTop .boxTxt{
		position: relative;
	}
	.secPoint .wrapTop.reverse .num,
	.secPoint .wrapTop .num{
		top: 46px;
		right: 0;
		left: auto;
	}
	.secPoint .wrapTop .num::before,
	.secPoint .wrapTop .num::after{
		display: none;
	}
	.secPoint .wrapTop .txtImg{
		bottom: -20px;
		right: 0;
		left: auto;
	}
	.secPoint .wrapTop.reverse .boxImg::after,
	.secPoint .wrapTop .boxImg::after {
		bottom: -5px;
		right: -5px;
		left: auto;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.secPoint .wrapTop.reverse .txtImg,
	.secPoint .wrapTop .txtImg img{
		height: 53px;
		width: auto;
	}
	.secPoint .wrapTop .titTop {
		padding: 20px 0 5px;
		font-size: 20px;
		line-height: 34px;
	}
	.secPoint .wrapTop .txtTop{
		font-size: 14px;
		line-height: 27px;
	}
	.secPoint .wrapBox,
	.secPoint .imgList{
		width: 94%;
	}
	.secPoint .imgList{
		position: relative;
		padding: 25px 0 50px;
	}
	.secPoint .imgList::after{
		content: "";
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 205px;
		height: 1px;
		margin: 0 auto;
		background: #CCC;
	}
	.secPoint .pointList li:last-child .imgList::after{
		display: none;
	}
	.secPoint .imgList li {
		width: 48.858%;
	}

}




/*secIntroduction*/
.secIntroduction .boxTit{
	height: 400px;
	padding-top: 130px;
	background: center / cover no-repeat url(../img/index/bgModelhouse.jpg);
	text-align: center;
}
.secIntroduction .boxTit .tit{
	padding-top: 45px;
	font-size: 42px;
	letter-spacing: 3px;
	color: #FFF;
}
.secIntroduction .tit{
	padding: 60px 0 30px;
	font-size: 36px;
	line-height: 72px;
	letter-spacing: 4px;
	text-align: center;
}
.secIntroduction .txt{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.secIntroduction .boxImg{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}
.secIntroduction .img01{
	width: 100%;
}
.secIntroduction .img02{
	width: 47.858%;
	padding: 60px 0;
}
.secIntroduction .img01 img,
.secIntroduction .img02 img{
	width: 100%;
	height: auto;
}
.secIntroduction .boxFloor{
	height: 600px;
	border: solid 1px #cccccc;
	padding: 50px;
}
.secIntroduction .boxFloor .inner{
	width: 100%;
	height: 100%;
}
.secIntroduction .floorTable{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: solid 1px #ccc;
	margin-top: 60px;
}
.secIntroduction .floorTable dl{
	width: 50%;
	display: -webkit-flex;
	display: flex;
}
.secIntroduction .floorTable dt,
.secIntroduction .floorTable dd{
	padding: 35px 30px 34px;
	border: solid 1px #ccc;
	border-right: none;
	border-top: none;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}
.secIntroduction .floorTable dt{
	width: 28.5%;
	background: #f9f9f9;
}
.secIntroduction .floorTable dd{
	width: 71.5%;
}
.secIntroduction .floorTable dl:nth-child(2n) dd{
	border-right: solid 1px #ccc;
}
@media only screen and (max-width:767px){
	.secIntroduction .wrapBox{
		width: 94%;
	}
	.secIntroduction .boxTit{
		height: 150px;
		padding-top: 30px;
		background-size: cover;
	}
	.secIntroduction .boxTit .ico img{
		width: 23px;
		height: auto;
	}
	.secIntroduction .boxTit .tit{
		padding-top: 10px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	.secIntroduction .tit {
		padding: 25px 0 10px;
		font-size: 20px;
		line-height: 34px;
		letter-spacing: 1px;
	}
	.secIntroduction .txt {
		font-size: 14px;
		line-height: 27px;
	}
	.secIntroduction .boxImg{
		padding-top: 25px;
	}
	.secIntroduction .img02{
		padding: 10px 0 20px;
	}
	.secIntroduction .boxFloor {
		height: 200px;
		width: 92%;
		padding: 10px;
	}
	.secIntroduction .floorTable{
		margin-top: 20px;
	}
	.secIntroduction .floorTable dl{
		width: 100%;
	}
	.secIntroduction .floorTable dt,
	.secIntroduction .floorTable dd{
		padding: 17px 15px 16px;
		font-size: 14px;
	}
	.secIntroduction .floorTable dt{
		width: 120px;
	}
	.secIntroduction .floorTable dd{
		width: calc(100% - 120px);
		border-right: solid 1px #CCC;
	}
}

/*secBnr*/
.secBnr{
	padding: 80px 0 150px;
}
@media only screen and (max-width:767px){
	.secBnr{
		width: 94%;
		padding: 30px 0 50px;
	}
}

/*secAccess*/
.secAccess{
	padding-top: 150px;
}
.secAccess .tit{
	padding-top: 30px;
	font-size: 24px;
	line-height: 52px;
	letter-spacing: 3px;
	text-align: center;
}
.secAccess .txt{
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
}
.secAccess .txtSmall {
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
.secAccess .txtSmall {
	padding-bottom: 40px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}
#map{
	width: 100%;
	height: 500px;
	border: solid 1px #000;
	background: #FFF;
}
#map iframe{
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:767px){
	.secAccess{
		padding: 45px 0 50px;
	}
	.secAccess .wrapBox{
		width: 94%;
	}
	.secAccess .tit {
		padding-top: 20px;
		font-size: 20px;
		line-height: 34px;
		letter-spacing: 1px;
	}
	.secAccess .txt {
		padding-bottom: 2px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.secAccess .txtSmall {
		padding-bottom: 20px;
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: 0.5px;
		text-align: center;
	}
	#map{
		height: 240px;
	}
}


/*secForm*/
.secForm.bg::before{
	content: "";
	position: absolute;
	top: -169px;
	left: 0;
	right: 0;
	height: 170px;
	background: #f7f7f4;
	z-index: -1;
}
.secForm{
	position: relative;
	padding: 150px 0 190px;
	background: #f7f7f4;
}
.secForm.co{
	padding-top: 200px;
}
.secForm .txtForm{
	padding: 40px 0 35px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
}
.secForm .bnrLine{
	text-align: center;
}
.secForm .boxForm{
	background: #FFF;
}
.secForm .txtIn{
	display: inline;
	padding-right: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
}
.secForm .checkList{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secForm .checkList li{
	width: 32%;
	padding-bottom: 10px;
}
.secForm .txtPrivacy{
	width: 1000px;
	padding: 45px 0 20px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 1px;
}
.secForm .boxPrivacy{
	width: 1000px;
	margin: 0 auto;
	height: 250px;
	overflow-y: scroll;
	border: solid 1px #dedede;
	background: #f7f7f7;
}
.secForm .boxPrivacy .wrap{
	padding: 35px 30px;
	width: 100%;
}
.secForm .boxPrivacy .tit{
	font-size: 14px;
}
.secForm .boxPrivacy .txt{
	padding: 15px 0;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secForm.bg::before{
		display: none;
	}
	.secForm{
		padding: 45px 0 80px;
	}
	.secForm.co{
		padding-top: 80px;
	}
	.secForm .wrapBox{
		width: 94%;
	}
	.secForm .txtForm {
		padding: 10px 0 15px;
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 0px;
	}
	.secForm .bnrLine{
		padding-bottom: 25px;
	}
	.secForm .boxTable{
		padding-top: 25px;
	}
}




/*-----------------------------------------------
	secForm
-----------------------------------------------*/
.secForm .boxTable{
	width: 91%;
	margin: 0 auto;
	padding-top: 30px;
}
.secForm .txtError{
	color: #F00;
	font-size: 12px;
	background: url(../img/common/iconError.png) left 2px / 14px 14px no-repeat;
	padding: 0 0 0 17px;
	margin-top: 10px;
	line-height: 18px;
}
.secForm .boxTable dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.secForm .boxTable dl dt,
.secForm .boxTable dl dd{
	display: table-cell;
	vertical-align: top;
}
.secForm .boxTable dl dt{
	width: 240px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 34px;
	padding: 30px 0 30px 80px;
	position: relative;
}
.secForm .boxTable dl dt .must,
.secForm .boxTable dl dt .optional{
	display: inline-block;
	background: #D9534F;
	color: #FFF;
	vertical-align: middle;
	width: 50px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	border-radius: 4px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 20px;
}
.secForm .boxTable dl dt .optional{
	background: #5BC0DE;
}
.secForm .boxTable dl dd{
	margin-bottom: 0;
	font-size: 0;
	padding: 30px 0 30px 30px;
}
.secForm .boxTable dl dd .row01,
.secForm .boxTable dl dd .row03,
.secForm .boxTable dl dd .row04{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}
.secForm .boxTable dl dd .row02,
.secForm .boxTable dl dd .row03 {
	margin-bottom: 10px;
}
.secForm .boxTable dl dd .row01:last-child,
.secForm .boxTable dl dd .row02:last-child,
.secForm .boxTable dl dd .row03:last-child{
	margin-bottom: 0;
}
.secForm .boxTable dl dd .row04{
	width: calc(100% - 160px);
	margin: 0;
}
.secForm .boxTable dl dd input[type="text"],
.secForm .boxTable dl dd input[type="tel"],
.secForm .boxTable dl dd input[type="email"],
.secForm .boxTable dl dd select{
	height: 47px;
	padding-left: 9px;
	font-size: 15px;
}
.secForm .boxTable dl dd input[type="text"],
.secForm .boxTable dl dd input[type="tel"],
.secForm .boxTable dl dd input[type="email"],
.secForm .boxTable dl dd select,
.secForm .boxTable dl dd textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.75px;
	font-weight: 400;
	border-radius: 0;
}
.secForm input[type="checkbox"]:focus{
	outline:0;
}
.secForm input[type="checkbox"]{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height: 24px;
	width: 24px;
	border-radius: 5px;
	margin: 0 8px 0 0;
    border: 1px solid #CCC;
}
.secForm input[type="checkbox"]:checked::after {
    content: "";
    border-right: #1d1d1d solid 3px;
    border-bottom: #1d1d1d solid 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 16px;
    top: 1px;
    left: 7px;
}
.secForm label{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secForm label .inner{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	vertical-align: middle;
}
.secForm .boxTable dl dd select{
	border-radius: 3px;
	background: url(../img/common/bgFormSelect.gif) calc(100% - 10px) center / 6px auto no-repeat #FFF;
}
.secForm .boxTable dl dd select::-ms-expand {
	display: none;
}

.secForm .boxTable dl dd textarea{
	height: 200px;
	font-size: 15px;
	line-height: 23px;
	padding: 10px 7px;
}

.secForm .boxTable dl dd .w110{
	width: 110px;
}
.secForm .boxTable dl dd .w140{
	width: 140px;
}
.secForm .boxTable dl dd .w150{
	width: 150px;
}
.secForm .boxTable dl dd .w100p{
	width: 100%;
}
.secForm .boxTable dl dd .w145Rem{
	width: calc(100% - 145px);
}
.secForm .boxTable dl dd .w150Pc{
	width: 150px;
}
.secForm .boxTable dl dd .w310Pc{
	width: 310px;
}
.secForm .boxTable dl dd .date{
	margin-right: 10px;
}
.secForm .boxTable dl dd .txtZip{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin-right: 4px;
}
.secForm .boxTable dl dd .btnZip{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 90px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	background: #53504B;
	border-radius: 19px;
	text-align: center;
	text-decoration: none;
	margin-left: 7px;
	letter-spacing: 1px;
}
.secForm .boxAgree{
	text-align: center;
	margin-top: 30px;
}
.secForm .boxAgree label{
	display: inline-block;
}
.secForm .boxAgree .txtError{
	display: inline-block;
}
.secForm .btnForm{
	padding: 30px 0 80px;;
}
.secForm .btnForm a{
	display: block;
	width: 350px;
	margin: 0 auto;
	height: 90px;
	border-radius: 45px;
	line-height: 90px;
	background: 92% center / 30px 6px no-repeat url(../img/index/icoArrow.png) #009ee6;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
.secForm.co .btnForm{
	padding: 60px 0 40px;
}
.secForm .btnBack{
	padding-bottom: 80px;
}
.secForm .btnBack a{
	display: block;
	width: 280px;
	margin: 0 auto;
	height: 70px;
	border-radius: 35px;
	line-height: 68px;
	background: #FFF;
	border: solid 1px #000;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}

div.ui-datepicker {
	font-size: 17px;
}
.secForm.co dl dd{
    font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
    vertical-align: middle;
}
.secForm .boxRadio {
    padding: 25px 0;
}
.secForm .boxRadio label {
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
	line-height: 18px;
    letter-spacing: 1px;
}
.secForm .boxRadio label:last-child {
    margin-left: 30px;
}
.secForm .boxRadio input[type="radio"] {
	margin: 0 3px 2px;
	vertical-align: top;
    margin-top: 4px;
}
.secForm .boxRadio label .inner {
	font-size: 14px;
}
@media only screen and (max-width:767px){
	.secForm .boxTable{
		width: 95%;
	}
	.secForm .boxTable dl{
		border: none;
	}
	.secForm .boxTable dl dt,
	.secForm .boxTable dl dd{
		display: block;
		width: 100%;
	}
	.secForm .boxTable dl dt{
		font-size: 14px;
		margin-bottom: 14px;
		line-height: 1.5;
		padding: 0;
	}
	.secForm .boxTable dl dt .must,
	.secForm .boxTable dl dt .optional{
		position: static;
		vertical-align: 0;
		width: 29px;
		height: 15px;
		line-height: 15px;
		font-size: 11px;
		border-radius: 3px;
		margin-right: 5px;
	}
	.secForm .boxTable dl dd{
		margin-bottom: 29px;
		padding: 0;
	}
	.secForm .boxTable dl:last-child dd{
		margin-bottom: 0;
	}
	.secForm .boxTable dl dd .row01,
	.secForm .boxTable dl dd .row03,
	.secForm .boxTable dl dd .row04{
		display: block;
		width: 100%;
	}
	.secForm .boxTable dl dd .row01{
		margin: 0 0 5px 0;
	}
	.secForm .boxTable dl dd .row02,
	.secForm .boxTable dl dd .row03 {
		margin-bottom: 10px;
	}
	.secForm .boxTable dl dd textarea{
		height: 100px;
	}
	.secForm .boxTable dl dd .w110{
		width: 110px;
	}
	.secForm .boxTable dl dd .w140{
		width: 140px;
	}
	.secForm .boxTable dl dd .w150{
		width: 150px;
	}
	.secForm .boxTable dl dd .w100p{
		width: 100%;
	}
	.secForm .boxTable dl dd .w145Rem{
		width: calc(100% - 145px);
	}
	.secForm .boxTable dl dd .date{
		margin-right: 5px;
	}
	.secForm .checkList{
		display: block;
	}
	.secForm .checkList li{
		width: 100%;
	}
	.secForm label .inner {
		font-size: 14px;
	}
	.secForm .txtIn{
		display: block;
		padding: 0 0 10px 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	.secForm .txtPrivacy{
		width: 95%;
		padding: 30px 0 15px;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.secForm .boxPrivacy{
		width: 95%;
	}
	.secForm .boxPrivacy .wrap {
		padding: 15px 20px;
	}
	.secForm .boxPrivacy .tit {
		font-size: 12px;
	}
	.secForm .boxPrivacy .txt {
		padding: 10px 0;
		font-size: 10px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.secForm input[type="checkbox"] {
		height: 20px;
		width: 20px;
	}
	.secForm input[type="checkbox"]:checked::after {
		width: 7px;
		height: 14px;
		top: 1px;
		left: 6px;
	}
	.secForm .btnForm {
		padding: 20px 0 50px;
	}
	.secForm .btnForm a{
		width: 280px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.secForm.co .btnForm{
		padding: 50px 0 25px;
	}
	.secForm .btnBack{
		padding-bottom: 50px;
	}
	.secForm .btnBack a{
		width: 240px;
		height: 50px;
		border-radius: 30px;
		line-height: 48px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.secForm.co dl dd{
		font-size: 14px;
		line-height: 1.5;
	}

}


/*secShowroom*/
.secShowroom{
	max-width: 1920px;
	margin: 0 auto;
}
.secShowroom .showroomList{
	display: -webkit-flex;
	display: flex;
}
.secShowroom .showroomList li{
	width: 25%;
	border-left: solid 1px #ccc;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.secShowroom .showroomList li:first-child{
	border: none;
}
.secShowroom .showroomList .img img{
	width: 100%;
	height: auto;
}
.secShowroom .showroomList .boxTxt{
	position: relative;
	padding: 35px 20px 70px;
	height: 100%;
}
.secShowroom .showroomList .tit{
	padding-bottom: 13px;
	font-size: 20px;
	line-height: 1.4;
}
.secShowroom .showroomList .txt{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}
.secShowroom .showroomList .txtLink{
	position: absolute;
    bottom: 35px;
    right: 60px;
	font-size: 13px;
	line-height: 20px;
	color: #009ee6;
	border-bottom: solid 1px #009ee6;
}
.secShowroom .showroomList .txtLink::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	width: 20px;
	background: center no-repeat url(../img/index/icoArrow02.gif);
}
/*4つ表示になったら 1600pxにする*/
@media only screen and (max-width:1600px){
	.secShowroom .showroomList .boxTxt {
		padding: 35px 15px 70px;
	}
	.secShowroom .showroomList .tit {
		font-size: 17px;
		/* line-height: 46px; */
		letter-spacing: 0;
	}
	.secShowroom .showroomList .txt {
		font-size: 14px;
		letter-spacing: 0;
	}
	.secShowroom .showroomList .txtLink {
		right: 40px;
	}
}
/*4つ表示になったら削除*/
/* @media only screen and (max-width:1540px){
	.secShowroom .showroomList .boxTxt{
		height: 210px;
		padding: 20px 15px 45px;
	}
	.secShowroom .showroomList .tit{
		line-height: 1.4;
	}
	.secShowroom .showroomList .txtLink{
		bottom: 20px;
	}
} */
@media only screen and (max-width:767px){
	.secShowroom .wrapBox{
		width: 94%;
		margin: 0 auto;
		padding: 40px 0 10px;
	}
	.secShowroom .showroomList{
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secShowroom .showroomList li{
		width: 48.858%;
		border: none;
	}
	.secShowroom .showroomList .boxTxt {
		height: auto;
		padding: 10px 0 25px;
	}
	.secShowroom .showroomList .tit {
		font-size: 13px;
		line-height: 21px;
		padding-bottom: 0;
		/* min-height: 42px; */
	}
	.secShowroom .showroomList .txt {
		margin: 5px auto 15px;
		font-size: 11px;
		line-height: 18px;
	}
	.secShowroom .showroomList .txtLink{
		position: static;
		display: block;
		width: 135px;
		height: 38px;
		border-radius: 4px;
		border-bottom: none;
		padding-top: 8px;
		margin: 0 auto;
		background: #3f3a37;
		font-size: 12px;
		text-align: center;
		color: #FFF;
	}

	.secShowroom .showroomList .txtLink::after{
		display: none;
	}
}